gnus-art: simplify condition
[gnus] / lisp / ChangeLog
1 2011-01-19  Julien Danjou  <julien@danjou.info>
2
3         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
4
5 2011-01-15  Glenn Morris  <rgm@gnu.org>
6
7         * message.el (message-mail): A compose-mail function should
8         accept headers as strings.
9
10 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
11
12         * message.el (message-tool-bar-gnome): Tweak tool-bar items.  Add
13         :vert-only tags.
14         (message-mail): New arg RETURN-ACTION.
15         (message-return-action): New var.
16         (message-bury): Use it.
17         (message-mode): Make it buffer-local.
18         (message-send-and-exit): Always call message-bury.
19
20         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
21         message-mail.
22
23 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24
25         * nnimap.el (nnimap-convert-partial-article): Protect against
26         zero-length body parts.
27
28         * mm-decode.el (mm-preferred-alternative-precedence): Discourage
29         showing empty parts.
30
31         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
32         and stuff if the backend didn't return the article number.  This fixes
33         an Exchange-related nnimap bug.
34
35         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
36         group window, because it does the wrong thing when a separate frame
37         displays the group buffer.
38
39         * proto-stream.el (open-protocol-stream): Protect against the low-level
40         transport functions returning nil.
41
42 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
43
44         * mml2015.el (epg-sub-key-fingerprint): Autoload.
45         (mml2015-epg-find-usable-secret-key): New function.
46         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
47         mml2015-epg-find-usable-key (Bug#7797).
48         (mml2015-epg-encrypt): Ditto.
49
50 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
51
52         * dgnushack.el (rot13-string): Fix the way to get the argument.
53
54 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
55
56         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
57
58 2011-01-03  Glenn Morris  <rgm@gnu.org>
59
60         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
61
62         * sieve.el (sieve-open-server): Give a more explicit error if
63         sieve-manage-open returns nil.  (Bug#7720)
64
65 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
66
67         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
68
69 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
70
71         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
72         This avoids sending passwords in plain text over non-encrypted
73         channels.
74
75         * shr.el (shr-rescale-image): Display all GIF images as animated images.
76
77         * nnimap.el (nnimap-login): Refactored out into own function, and
78         implement CRAM-MD5.
79         (nnimap-wait-for-line): Refactored out.
80
81         * mm-view.el (mml-smime): Require.
82
83 2010-12-20  David Engster  <deng@eml.cc>
84
85         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
86         use EPG to decrypt S/MIME messages instead of openssl.
87
88 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
89
90         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
91
92         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
93         status is the group clearly is unreachable.
94
95         * auth-source.el (auth-source-create): Add the optional second
96         parameter to `local-variable-p' to be compatible with XEmacs.
97
98 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
99
100         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
101         work when using a compressed nnml folder.
102
103 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
104
105         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
106         backends after sanitising on entry, because this never makes sense:
107         If the articles have gone missing, then the data no longer exists on
108         the backend, and if they haven't, then Gnus is wrong, and shouldn't
109         overwrite anything anyway.
110
111         * shr.el (shr-insert-document): Bind shr-width dynamically to
112         window-width if it's nil.
113
114 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
115
116         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
117         with the meaning of using the full emacs window width for rendering.
118
119 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
120
121         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
122         case when sender is not given.
123
124 2010-12-23  Julien Danjou  <julien@danjou.info>
125
126         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
127         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
128         the addresses, otherwise we might misplaced the gravatar.
129
130 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
131
132         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
133         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
134         obsolete in Emacs.
135
136 2010-12-20  Julien Danjou  <julien@danjou.info>
137
138         * gnus-util.el (gnus-rescale-image): Revert last change.
139
140 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
141
142         * binhex.el: Improve commentary (Bug#7482).
143
144 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
145
146         * gnus-group.el (gnus-group-delete-articles): New command.
147
148 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
149
150         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
151
152 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
153
154         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
155         here, since it's up to the backends to do CRLF removal if their
156         protocol has it.
157
158         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
159
160 2010-12-17  Julien Danjou  <julien@danjou.info>
161
162         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
163         they are from file. Can also scale up.
164
165 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
166
167         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
168         gnus-use-agent.
169         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
170
171         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
172
173 2010-12-17  Julien Danjou  <julien@danjou.info>
174
175         * gravatar.el (gravatar-retrieve-synchronously): New function.
176         (gravatar-get-data): Make more robust.
177
178 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
179
180         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
181
182 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
183
184         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
185         to really consider the last line.
186
187 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
188
189         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
190         list of recipient keys, or use symmetric encryption if not a list.
191         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
192         EPA override, replacing the call to `netrc-store-data'.
193
194 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
195
196         * gnus-srvr.el: Avoid passing nil regexp argument to
197         delete-matching-lines.
198
199 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
200
201         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
202         fetching stops when Gnus exits.
203
204         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
205         function.
206         (nnfolder-request-expire-articles): Save all the buffers after doing
207         expiry.
208
209         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
210         the last article", since that led to serious performance regressions
211         when expiring nnml groups.
212
213 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
214
215         * nnir.el: Improve customizations.
216
217 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
218
219         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
220
221         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
222         group has been killed.
223         (gnus-group-yank-group): Ditto.
224
225         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
226
227         * nnimap.el (nnimap-request-update-group-status): New function.
228
229         * gnus-int.el (gnus-request-update-group-status): New interface
230         function.
231
232         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
233         copying read-ness to the backends.
234
235         * nnimap.el (nnimap-quirk): New function.
236         (nnimap-retrieve-group-data-early): Use it.
237         (nnimap-quirks): New alist.
238
239 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
240
241         * shr.el (shr-insert): Set shr-start after deleting trailing space;
242         don't delete it within indentation.
243
244 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
245
246         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
247         previous line.
248
249 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
250
251         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
252         QRESYNC command by deleting a superfluous space which broke Cyrus
253         servers.  This change will break other servers that are buggy the other
254         way around.
255
256 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
257
258         * spam.el: Reindent and fix long lines.
259         (spam-copy-or-move-routine): Exclude invalid move destinations.
260
261 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
262
263         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
264         installed the registry.
265
266 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
267
268         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
269
270 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
271
272         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
273         groupname doesn't contain "gmane".
274
275 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
276
277         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
278         and netrc-bound-and-true-p bindings.
279         (netrc-parse): Cache the netrc contents.
280
281         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
282         (gnus-1): Don't create the nndrafts group twice.
283         (gnus-setup-news): There's no need to read the active file here, since
284         that's done again later on a per-backend basis.
285         (gnus-start-draft-setup): Make sure that the new group is started out
286         empty.
287
288         * gnus-agent.el (gnus-agentize): Don't create the queue group
289         automatically on startup.  It'll be created later, if needed.
290
291         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
292         of automatically subscribed groups.
293         (gnus-auto-subscribed-categories): New variable.
294         (gnus-matches-options-n): Use it.
295         (gnus-default-subscribed-newsgroups): Remove unused variable.
296         (gnus-start-draft-setup): Message a bit less.
297
298 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
299
300         * nnir.el (nnir-run-imap): Return article list in order of increasing
301         UID.
302
303 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
304
305         * gnus-sum.el (gnus-summary-enter-digest-group): Mention
306         gnus-auto-select-on-ephemeral-exit.
307
308         * proto-stream.el (proto-stream-open-network-only): Fix the calling
309         convention of the network-only option.
310
311 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
312
313         * proto-stream.el (proto-stream-open-network-only): New function to
314         have a way to specify non-STARTTLS upgrade connections.
315
316 2010-12-10  Julien Danjou  <julien@danjou.info>
317
318         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
319         email address is nil.
320
321         * message.el (message-bogus-recipient-p): Set address to "" if nil.
322
323 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
324
325         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
326         deletion.
327         (nnir-run-imap): Only need to parse list once.
328
329 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
330
331         * shr.el (shr-tag-script): Ignore <script>.
332         (shr-tag-label): Add <label> support.
333
334 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
335
336         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
337
338         * shr.el (shr-image-displayer): Work for images lined side by side.
339
340 2010-12-08  Robert Pluim  <rpluim@gmail.com>
341
342         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
343         parameter, since XEmacs doesn't accept t as a parameter.
344
345 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
346
347         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
348         ids.
349         (nnir-run-gmane): Simplify groupspec formatting.
350         (nnir-request-expire-articles): New function.
351
352 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
353
354         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
355         overflow, possibly.
356
357         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
358         (shr-render-td): Handle td style="" better.
359         (shr-tag-table): Use the color from the style sheet.
360         (shr-render-td): Make sure we copy over all the overlays, too.
361
362 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
363
364         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
365         (nnir-request-article): Improve article retrieval.
366
367 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
368
369         * mm-util.el (mm-extra-numeric-entities): New variable.
370
371         * mm-url.el (mm-url-decode-entities):
372         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
373
374         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
375
376 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
377
378         * message.el: Use completion-at-point.
379         (message-completion-function): New fun, extracted from message-tab.
380         (message-mode): Use it for completion-at-point-functions.
381         (message-tab): Use it and completion-at-point.
382
383 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
384
385         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
386         character if a non-breakable character follows.
387
388 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
389
390         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
391         any stream.
392
393         * shr.el (shr-tag-font): Colorize the region.
394         (shr-tag-body): Ditto.
395         (shr-tag-font): Actually let the styles be inherited instead of
396         overwriting them.
397         (shr-tag-font): Get the background color right.
398         (shr-tag-style): Ignore all <style> tags for the moment.
399
400         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
401         a Message-ID to avoid having nnimap depend on gnus-sum.
402
403         * shr.el (shr-descend): Only colorize something if we have a node that
404         sets colors.
405
406 2010-12-06  Julien Danjou  <julien@danjou.info>
407
408         * shr.el (shr-render-td): Render td content with shr-descend, so style
409         will be applied to <td> too.
410         (shr-colorize-region): Colorize region even if we only have a background.
411         (shr-tag-body): Fix color and background color inheritance.
412         Do not recolorize after shr-generic.
413         (shr-tag-font): Let shr-generic colorize via inheritance.
414
415 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
416
417         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
418
419 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
420
421         * nnir.el (nnir-request-move-article): Remove obsolete code.
422
423 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
424
425         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
426
427 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
428
429         * gnus-sum.el (gnus-summary-respool-article): The completion function
430         expects a list instead of an alist.
431
432         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
433         string as the parameter.
434
435         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
436
437         * shr.el (shr-stylesheet): New dynamic variable for cascading the
438         styles.
439         (shr-colorize-region): New function.
440         (shr-insert-background-overlay): Remove.
441         (shr-render-td): Background setting should be taken care of on a higher
442         level.
443         (shr-tag-body): Use post-hoc colorizations.
444         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
445         (shr-put-color-1): Don't overwrite old colors.
446         (shr-colorize-region): When the background color isn't explicit, use
447         a fixed background.
448
449         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
450         nnmail variables.
451
452 2010-12-05  Bjørn Mork  <bjorn@mork.no>
453
454         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
455         unless necessary.
456
457 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
458
459         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
460         server.
461
462 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
463
464         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
465         so that TAB works.
466
467         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
468         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
469
470         * shr.el (shr-urlify): Show the URL before the title to avoid
471         misleading URLs.
472
473 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
474
475         * shr.el (shr-urlify): Display the title in <a> tags.
476
477 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
478
479         * nnir.el (nnir-categorize): Replace mapcar with mapc.
480
481 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
482
483         * nnir.el: Rearrange code to allow macros to be autoloaded by
484         gnus-sum.el.
485         (nnir-retrieve-headers-override-function): Make this variable
486         customizable.
487         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
488
489         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
490         from nnir.el.
491
492 2010-12-03  Julien Danjou  <julien@danjou.info>
493
494         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
495
496 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
497
498         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
499         allow optional argument `environment'.
500
501 2010-12-03  Glenn Morris  <rgm@gnu.org>
502
503         * mm-extern.el (message-goto-body): Update declaration.
504
505 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
506
507         * gnus-util.el (gnus-macroexpand-all): New function.
508
509         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
510         instead of macroexpand-all that is unavailable in XEmacs.
511
512 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
513
514         * nnir.el (nnir-summary-line-format): New variable.
515         (nnir-mode): Use it.
516         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
517         (nnir-article-ids): Reimplement as defsubst.
518         (nnir-retrieve-headers): Don't mangle the subject header.
519         (nnir-run-imap): Use 100 as RSV score.
520         (nnir-run-find-grep): Fix for full server searching.
521         (nnir-run-gmane): Better restriction to gmane groups.
522
523         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
524         summary buffers.
525
526 2010-12-02  Julien Danjou  <julien@danjou.info>
527
528         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
529
530         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
531
532         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
533         support.
534
535 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
536
537         * nnir.el: Update to handle the registry better.
538         (autoload): Silence byte-compiler.
539         (nnir-open-server): Add a hook for nnir groups.
540         (nnir-request-move-article): Don't mangle the header. Better to use
541         formating variables (which will be added in the future).
542         (nnir-registry-action): Update the registry using the original article
543         group name.
544         (nnir-mode): Install nnir-specific hooks for updating the registry.
545
546         * gnus-sum.el
547         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
548         obsolete variables.
549         (gnus-summary-move-article): Remove use of obsolete variables.
550         (gnus-summary-local-variables): Make move and delete hooks local to
551         summary buffers.
552
553 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
554
555         * rtree.el: New file.
556
557 2010-12-01  Julien Danjou  <julien@danjou.info>
558
559         * message.el (message-user-organization): Do not use
560         gnus-local-organization.
561
562         * gnus.el: Remove gnus-local-organization.
563
564         * gnus-msg.el: Remove nastygram thing.
565
566 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
567
568         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
569         funcall.
570
571 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
572
573         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
574         names.
575
576         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
577         characters.
578
579         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
580         to t of inhibit-read-only since it is inside gnus-with-article-headers.
581         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
582         (gnus-gravatar-transform-address): Use mail-extract-address-components
583         that supports non-ASCII names rather than mail-header-parse-addresses.
584
585 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
586
587         * proto-stream.el (open-protocol-stream): All starttls connections are
588         handled by the network handler.
589
590 2010-11-30  Julien Danjou  <julien@danjou.info>
591
592         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
593         (nnimap-open-connection-1): Fix PREAUTH.
594
595         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
596
597 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
598
599         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
600         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
601         (shr-insert): Use them.
602         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
603
604 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
605
606         * nnir.el (nnir-request-move-article): Bail out if original group
607         doesn't support article moves.
608         (nnir-get-active): Improve active list retrieval.
609
610 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
611
612         * shr.el (shr-find-fill-point): Don't break before apostrophes.
613
614 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
615
616         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
617         seem to accept strings-with-numbers as port numbers,
618
619 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
620
621         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
622         change the registry.
623
624 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
625
626         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
627         delete-dups that is not available in XEmacs 21.4.
628
629         * mm-util.el (mm-delete-duplicates): Add comment.
630
631 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
632
633         * nnir.el (nnir-ignored-newsgroups): New variable.
634         (nnir-get-active): Use it.
635
636 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
637
638         * proto-stream.el (proto-stream-open-network): Add some comments.
639
640         * nntp.el (nntp-open-connection): Provide a :success condition.
641
642         * nnimap.el (nnimap-open-connection-1): Ditto.
643
644         * proto-stream.el (proto-stream-open-network): See what the response to
645         the STARTTLS command is.
646
647         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
648         backwards compatibility).
649         (nnimap-open-connection-1): Really respect nnimap-server-port.
650
651         * proto-stream.el (proto-stream-open-network): When doing opportunistic
652         TLS upgrades we don't really care about the identity of the peer.
653         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
654         that what we've checked for.
655         (proto-stream-always-use-starttls): Only default to t if
656         open-gnutls-stream exists.
657         (proto-stream-open-network): If STARTTLS failed, then just open a
658         normal connection.
659         (proto-stream-open-network): Wait until the greeting before doing
660         STARTTLS.
661
662         * nntp.el (nntp-open-connection): Report what the connection error is.
663
664         * proto-stream.el (open-protocol-stream): Renamed from
665         open-proto-stream.
666
667 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
668
669         * nnimap.el (nnimap-stream): Change default to `undecided'.
670         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
671         first, and then network.
672         (nnimap-open-connection-1): Respect nnimap-server-port.
673         (nnimap-open-connection): Be more backwards-compatible.
674
675         * proto-stream.el (proto-stream-always-use-starttls): New variable.
676         (proto-stream-open-starttls): De-duplicate the starttls code.
677         (proto-stream-open-starttls): Folded back into the main function.
678         (proto-stream-open-network): Fix typo in the gnutls path.
679         (proto-stream-command): Refactor out.
680
681         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
682
683         * proto-stream.el (proto-stream-open-starttls): Actually implement the
684         starttls.el STARTTLS.
685
686         * color.el (color-lab->srgb): Fix function call name.
687
688         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
689         if we're using tls.el.
690         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
691         built in, then don't try to establish a STARTTLS connection.
692
693         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
694         servers.
695
696         * proto-stream.el (open-proto-stream): Use network, not stream.
697         (open-proto-stream): Add a way to specify what the end of a command is.
698
699         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
700         connections types.
701         (nntp-open-network-stream): Remove.
702         (nntp-open-ssl-stream): Remove.
703         (nntp-open-tls-stream): Remove.
704         (nntp-ssl-program): Remove.
705
706         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
707
708 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
709
710         * nnir.el: Fix typos.
711         (nnir-retrieve-headers-override-function): Rename variable to reflect
712         new semantics.
713         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
714         macros.
715         (nnir-request-article, nnir-request-move-article): Use them.
716         (nnir-categorize): New function.
717         (nnir-run-query): Use it.
718         (nnir-retrieve-headers): Rewrite to batch header retrieval.
719         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
720         sorted.
721         (nnir-group-full-name): Use gnus-group-full-name instead.
722         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
723         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
724
725 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
726
727         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
728
729         * proto-stream.el: New library to provide protocol-specific
730         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
731         protocols.
732         (open-proto-stream): Complete the documentation.
733         (proto-stream-open-network): Fix some typos.
734
735         * nnimap.el (nnimap-open-connection): Use it.
736
737 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
738
739         * pop3.el (pop3-open-server): Read server greeting before starting TLS
740         negotiation.
741
742 2010-11-26  Julien Danjou  <julien@danjou.info>
743
744         * color.el: Rename various rgb functions to srgb.
745
746 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
747
748         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
749         names.
750
751 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
752
753         * shr.el (shr-insert): Revert last change.
754         (shr-find-fill-point): Never leave point being at bol;
755         relax the kinsoku limitation when rendering tables.
756
757 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
758
759         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
760         results from -accept-article.
761
762         * shr-color.el: Require cl when compiling.
763
764         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
765         checkin.
766
767         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
768
769         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
770
771         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
772         'add and 'delete to set backend marks.
773
774         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
775
776         * nnheader.el (nnheader-update-marks-actions): Refactor out.
777
778         * nntp.el (nntp-request-set-mark): Use it.
779
780         * nnfolder.el (nnfolder-request-set-mark): Ditto.
781
782         * nnml.el (nnml-request-set-mark): Ditto.
783
784         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
785         introduces regressions in article selection.
786         (nnimap-find-uid-response): New function.
787         (nnimap-request-accept-article): Use the UID returned, if any.
788         (nnimap-request-move-article): Use the UID returned, if any.
789         (nnimap-get-groups): Reimplement to work with folded lines.
790         (nnimap-find-uid-response): The UID is the last element in the list.
791         (nnimap-request-set-mark): Extend syntax with 'set.
792
793         * nnml.el (nnml-request-set-mark): Ditto.
794
795         * nnfolder.el (nnfolder-request-set-mark): Ditto.
796
797         * nntp.el (nntp-request-set-mark): Ditto.
798
799 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
800
801         * message.el (message-called-interactively-p): A temporary macro.
802         (message-goto-body): Use it temporarily.
803
804 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
805
806         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
807         (nnimap-last-response-string): Unfold quoted lines, if they exist.
808         (nnimap-last-response-string): Fix last unfolding fix.
809
810 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
811
812         * shr.el (shr-insert): Fix the way to fold lines.
813
814 2010-11-25  Julien Danjou  <julien@danjou.info>
815
816         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
817
818         * color.el: Rename from color-lab.el
819         (color-rgb->hex): Add.
820         (color-complement): Add.
821         (color-complement-hex): Add.
822
823         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
824
825 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
826
827         * shr-color.el (shr-color-visible): Don't bug out if the colour names
828         don't exist.
829
830 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
831
832         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
833         assuming that article displaying or another mml-preview may be
834         interrupted for an error or for the like.
835
836         * shr.el (shr-get-background): Fix argument name.
837
838 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
839
840         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
841
842         * gnus-sum.el (gnus-summary-include-articles): New function.
843
844         * message.el (message-goto-body): called-interactively-p needs a
845         parameter, so use `any'.
846
847         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
848         clear marks before moving, since they're synced from the Gnus side
849         first.
850
851         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
852         (gnus-summary-move-article): Copy over all marks before moving, so that
853         IMAP doesn't think a new article has arrived.
854
855 2010-11-24  Julien Danjou  <julien@danjou.info>
856
857         * shr.el (shr-insert-background-overlay): Fix typo.
858         (shr-render-td): Copy the background before rendering.
859
860         * shr-color.el (shr-color-visible): Fix docstring.
861
862         * shr.el (shr-tag-table): Add bgcolor support.
863         (shr-render-td): Add bgcolor support.
864         (shr-get-background): Add.
865         (shr-insert-foreground-overlay): Use shr-get-background.
866
867         * message.el (message-goto-body): Use called-interactively-p.
868         (message-in-body-p): message-goto-body returns point.
869
870 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
871
872         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
873         Fixes something or other in Emacs 23, and is backwards compatible.
874
875         * message.el (message-goto-body): Remove the <#secure special-casing,
876         which is too special.
877
878         * shr.el (shr-parse-style): Drop !important from styles.
879
880 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
881
882         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
883         this function to return incorrect results when calling it with an
884         explicit article argument different from
885         (gnus-summary-article-number).
886
887 2010-11-24  Julien Danjou  <julien@danjou.info>
888
889         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
890         (shr-tag-body): Add background support.
891         (shr-descend): Add background support.
892         (shr-tag-title): Add.
893
894         * shr-color.el (shr-color-visible): Really return original background
895         if fixed.
896
897 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
898
899         * shr.el (shr-color-check): Protect against non-existant colour names.
900
901 2010-11-24  Julien Danjou  <julien@danjou.info>
902
903         * color-lab.el: Require 'cl when compiling.
904
905         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
906
907         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
908         matched part.
909
910         * color-lab.el: Fix all expt calls to use float type.
911
912 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
913
914         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
915         expression to shr-color-check as is.
916
917         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
918
919         * color-lab.el: Add coding cookie.
920         (float-pi): Use eval-and-compile.
921
922         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
923         compiled for Emacsen having no `libxml-parse-html-region' support.
924
925 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
926
927         * shr.el (shr-insert-color-overlay): Split stuff like
928         "#444444 !important" to find the real colour.
929         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
930         parse <font color="red"> entries.
931
932 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
933
934         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
935         point when parsing headers.
936
937         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
938         is positioned properly when parsing headers.
939
940 2010-11-23  Julien Danjou  <julien@danjou.info>
941
942         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
943
944         * shr-color.el (shr-color->hexadecimal): Add support for color names.
945
946         * shr.el (shr-parse-style): Replace \n with space in style parsing.
947
948         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
949         shr-color-hue-to-rgb.
950         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
951
952 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
953
954         * shr.el (shr-color->hexadecimal): Autoload.
955         (shr-descend): Add color to all tags.
956
957 2010-11-22  Julien Danjou  <julien@danjou.info>
958
959         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
960         shr-color->hexadecimal.
961
962         * shr-color.el (shr-color->hexadecimal): Add converting functions for
963         RGB() or HSL() color representation.
964
965         * shr.el (shr-tag-font): Add.
966         (shr-tag-color-check): New function to get better colors.
967         (shr-tag-insert-color-overlay): Factorize code between tag-font and
968         tag-span.
969
970         * shr-color.el: New file.
971
972         * color-lab.el: New file.
973
974         * gnus-art.el (gnus-url-mailto): Do not downcase args.
975
976 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
977
978         * nnir.el: Fix typo in comments.
979         (nnir-run-imap): Simplify code. No need to reverse artlist.
980         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
981
982 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
983
984         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
985
986         * nnimap.el (nnimap-get-capabilities): Refactor out.
987         (nnimap-open-connection): Re-request capabilities after STARTTLS.
988
989 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
990
991         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
992         appearing when `mm-uu-hide-markers' is nil.
993
994 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
995
996         * nnimap.el (nnimap-unselect-group): Make into its own function.
997         (nnimap-request-rename-group): Unselect group before renaming.
998         This had gotten lost somewhere.
999         (nnimap-request-accept-article): Keep track of examined groups, and
1000         unselect the group before APPENDing to read-only groups.
1001         (nnimap-request-move-article): Clear flags before moving so that they
1002         can be re-set later.
1003
1004 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1005
1006         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1007         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1008
1009 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1010
1011         * gnus-art.el (gnus-mime-display-single)
1012         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1013         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1014         parameter.
1015
1016 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1017
1018         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1019         (shr-table-vertical-line): New variable.
1020         (shr-insert-table): Use it.
1021
1022 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1023
1024         * gnus-html.el (gnus-html-wash-images): Don't display images if
1025         gnus-inhibit-images is non-nil; register displayer for cid images.
1026         (gnus-html-display-image): Work for cid image.
1027         (gnus-html-insert-image): Allow arguments.
1028         (gnus-html-put-image): Inhibit read-only.
1029         (gnus-html-prefetch-images): Don't prefetch images if
1030         gnus-inhibit-images is non-nil.
1031
1032 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1033
1034         * shr.el (shr-put-image): Break lines when inserting big pictures.
1035
1036 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1037
1038         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1039         sender, thanks Katsumi Yamaoka.
1040
1041 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1042
1043         * nnir.el (nnir-run-imap): Reverse the article list for each group
1044         rather than the whole list.
1045
1046 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1047
1048         * shr.el (shr-image-displayer): Protect function against non-existent
1049         image source.
1050
1051         * gnus-art.el (gnus-inhibit-images): New user option.
1052         (gnus-mime-display-single): Don't display image if it is non-nil.
1053
1054         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1055         gnus-inhibit-images.
1056
1057         * shr.el (shr-image-displayer): New function.
1058         (shr-tag-img): Use it.
1059
1060 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1061
1062         * mml2015.el (mml2015-epg-sign): Use From header.
1063
1064 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1065
1066         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1067
1068         * gnus-util.el (gnus-find-text-property-region): Return markers.
1069
1070         * shr.el (shr-tag-img): Put a displayer in the text property.
1071
1072         * gnus-util.el (gnus-find-text-property-region): New utility function.
1073
1074         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1075         (gnus-html-show-images): Remove.
1076
1077         * gnus-art.el (gnus-article-show-images): New, more general function.
1078
1079         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1080         image url text properties.
1081
1082         * shr.el: Ditto.
1083
1084         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1085         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1086
1087 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1088
1089         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1090         work for two or more articles.
1091
1092 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1093
1094         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1095         divide an image that's in an html article to two or more when washing
1096         non-ASCII characters in alt text of it.
1097
1098 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1099
1100         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1101         smime-decrypt-region using function argument.
1102         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1103
1104         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1105
1106         * smime.el (smime-decrypt-region): Catch it.
1107
1108 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1109
1110         * smime.el (smime-mode-map): Move initialization into declaration.
1111         (gnus-run-mode-hooks): Don't autoload.
1112         (smime-mode): Use define-derived-mode.
1113
1114 2010-11-11  Glenn Morris  <rgm@gnu.org>
1115
1116         * smime.el (from): Restrict declaration to XEmacs.
1117
1118         * nnir.el (gnus-group-topic-name): Autoload.
1119
1120 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1121
1122         * shr.el (shr-insert): Don't break long line if it is because of
1123         kinsoku-bol characters in the line end.
1124
1125 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1126
1127         * nnir.el (nnir-request-move-article): Fix to provide original group
1128         and subject.
1129         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1130         been retrieved.
1131
1132         * gnus-sum.el (gnus-summary-move-article): Use original group and
1133         subject for virtual articles such as those in an nnir summary buffer.
1134
1135 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1136
1137         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1138         least 21.5).
1139
1140         * smime.el (from): Declare it again for XEmacs.
1141
1142 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1143
1144         * message.el (message-resend): Don't disable encoding unless it's
1145         already encoded.
1146
1147         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1148         low-numbered articles.
1149
1150 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1151
1152         * rfc2047.el (rfc2047-syntax-table): Simplify.
1153
1154         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1155
1156         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1157         set-char-table-range for XEmacs.
1158
1159 2010-11-10  Glenn Morris  <rgm@gnu.org>
1160
1161         * time-date.el (time-to-seconds): Always an alias on Emacs,
1162         never a real function.
1163         (with-no-warnings): Remove compat stub, now unused.
1164         (time-less-p): Doc fix.
1165         (time-to-number-of-days): Simplify.
1166
1167         * smime.el (from): Remove unused declaration.
1168
1169         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1170         (gnus-float-time): On Emacs, always an alias.
1171
1172         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1173         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1174
1175 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1176
1177         * dgnushack.el: Don't use ignore-errors in the top level form since it
1178         is unavailable in XEmacs even if cl is loaded.
1179
1180         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1181
1182 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1183
1184         * shr.el (browse-url-mailto): Autoload.
1185
1186         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1187
1188         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1189         regexp doesn't need quoting.
1190
1191 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1192
1193         * message.el (message-subject-trailing-was-ask-regexp)
1194         (message-subject-trailing-was-regexp): Match was: in addition to was.
1195
1196 2010-11-09  Glenn Morris  <rgm@gnu.org>
1197
1198         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1199         (nnbabyl-check-mbox): Use point-at-bol.
1200
1201 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1202
1203         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1204
1205         * message.el (message-mailto): New function.
1206         (message-mailto): Should accept other parameters.
1207         (message-mailto): Remove since it duplicates browse-url-mailto
1208         functionality.
1209
1210 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1211
1212         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1213         methods.
1214         (gnus-read-active-file): Ditto.
1215
1216         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1217         ": " from the prompt.
1218         (gnus-group-make-group): Ditto.
1219
1220 2010-11-07  Glenn Morris  <rgm@gnu.org>
1221
1222         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1223         (gnus-bookmark-kill-line): Use point-at-eol.
1224
1225 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1226
1227         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1228         asterisks in From header.
1229
1230 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1231
1232         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1233         string to avoid making the From headers syntactically invalid.
1234
1235         * message.el (message-send-mail): Don't insert courtesy messages if the
1236         message already has List-Post and List-ID messages.
1237
1238 2010-11-06  Glenn Morris  <rgm@gnu.org>
1239
1240         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1241         `condition', `type', `length' a prefix.
1242         (gnus-treat-predicate): Update for above name changes.
1243
1244 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1245
1246         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1247         binding.  Handled by `gnus-summary-refer-thread' instead.
1248         (nnir-warp-to-article): New backend function.
1249
1250         * nnimap.el (nnimap-request-thread): Force dependency updating.
1251
1252         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1253         (gnus-summary-refer-thread): Rework to improve thread-referral.
1254
1255         * gnus-int.el (gnus-warp-to-article): New function.
1256
1257         * gnus-sum.el (gnus-summary-article-map): Bind it.
1258
1259 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1260
1261         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1262         gnus-summary-refer-thread.
1263
1264         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1265         headers.
1266         (gnus-summary-limit-include-thread): Prevent articles in thread from
1267         being cut in gnus-cut-threads.
1268         (gnus-summary-refer-thread): Limit retrieved headers to those in
1269         thread.
1270
1271 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1272
1273         * message.el (message-send-mail): Use the value of
1274         message-courtesy-message from the message buffer.
1275
1276         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1277
1278         * shr.el (shr-browse-url): Implement mailto: URLs.
1279
1280         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1281         "raw".
1282
1283         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1284         if it's already selected.
1285
1286         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1287
1288 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1289
1290         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1291         to measure the length and truncate alt text.
1292
1293 2010-11-03  Glenn Morris  <rgm@gnu.org>
1294
1295         * nndiary.el (nndiary-generate-nov-databases-1)
1296         (nndiary-generate-active-info): Rename dynamic variable `files' to
1297         something less generic.
1298
1299 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1300
1301         * nnir.el (nnir-request-move-article): Call the underlying backend to
1302         move articles from nnir.
1303
1304 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1305
1306         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1307
1308 2010-11-02  Julien Danjou  <julien@danjou.info>
1309
1310         * nnir.el: Remove wais support.
1311
1312 2010-11-02  Glenn Morris  <rgm@gnu.org>
1313
1314         * gnus-html.el: Reorder requirements to quieten compiler.
1315
1316 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1317
1318         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1319         properly for XEmacs as well.
1320         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1321         (gnus-article-natural-long-line-p): Use window-width rather than
1322         frame-width.
1323
1324 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1325
1326         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1327         (nnir-read-parms): Don't modify query.
1328         (nnir-run-query): Add ability to search topic on current line.
1329         (nnir-get-active): Clean up.
1330
1331 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1332
1333         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1334         degenerate articles.
1335
1336         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1337         (gnus-print-buffer): Just print the buffer as is, without any copying
1338         to a buffer and then re-highlighting.
1339
1340         * nnimap.el (nnimap-request-group): Store the new updated info.
1341         (nnimap-request-group): Select the group when we don't know whether it
1342         exists or not.
1343
1344         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1345         groups.
1346
1347         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1348         groups.
1349
1350         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1351         groups.
1352
1353         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1354         long-lines case by only filling the long lines.
1355
1356         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1357         (bug #7311).
1358
1359 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1360
1361         * shr.el: No need to declare `declare-function' since shr.el is for
1362         only Emacsen that provide `libxml-parse-html-region'.
1363
1364         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1365         effective only in a file it is referred to.
1366
1367 2010-11-01  Glenn Morris  <rgm@gnu.org>
1368
1369         * mm-util.el (gnus-completing-read): Autoload.
1370         (mm-read-coding-system): Simplify Emacs definition.
1371
1372         * nnmail.el (gnus-activate-group):
1373         * nnimap.el (gnutls-negotiate):
1374         * nntp.el (netrc-parse): Fix declarations.
1375
1376 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1377
1378         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1379         string-match-p in Emacs >=23.
1380
1381         * gnus-msg.el (gnus-configure-posting-styles)
1382         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1383
1384 2010-11-01  Glenn Morris  <rgm@gnu.org>
1385
1386         * nnir.el (declare-function): Add compat stub.
1387         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1388         (nnir-run-gmane): Require 'mm-url.
1389
1390         * mm-util.el (mm-string-to-multibyte): Simplify.
1391
1392         * shr.el (declare-function): Add compat stub.
1393         (url-cache-create-filename): Declare.
1394         (mm-disable-multibyte, widget-convert-button): Autoload.
1395
1396         * smime.el (ldap-search): Declare.
1397         (smime-cert-by-ldap-1): Require ldap on Emacs.
1398
1399         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1400         (nnimap-keepalive): Use gnus-float-time.
1401
1402         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1403         (mail-source-delete-crash-box): Use gnus-float-time.
1404
1405         * gnus-dired.el (gnus-completing-read): Autoload.
1406
1407         * mm-view.el (gnus-rescale-image): Autoload.
1408
1409         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1410
1411         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1412
1413         * sieve-manage.el: Require 'cl when compiling.
1414
1415         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1416         (gnus-iswitchb-completing-read): Require iswitchb.
1417         (gnus-select-frame-set-input-focus): Silence compiler.
1418
1419 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1420
1421         * message.el (message-subject-trailing-was-query): Change default to t,
1422         since I think that's what most people want.
1423
1424         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1425         appending for easier debugging.
1426         (nnimap-wait-for-connection): Take a regexp.
1427         (nnimap-request-accept-article): Wait for the continuation line before
1428         sending anything unless we're streaming.
1429
1430         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1431         leave the header washing to take place.
1432
1433 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1434
1435         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1436         regular expression match and replace in posting styles.
1437
1438 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1439
1440         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1441         an entire server.
1442         (nnir-get-active): New function.
1443         (nnir-run-imap): Use it.
1444         (nnir-run-gmane): Who knew, gmane search returns an article score!
1445
1446         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1447         server on the current line with nnir.
1448
1449 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1450
1451         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1452         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1453         left edge.
1454         (gnus-article-foldable-buffer): Skip past the prefix when determining
1455         raggedness.
1456
1457         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1458         the raw article, and change `C-u g' to show the article without doing
1459         treatments.
1460
1461         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1462         on to `gnus-treat-article'.
1463         (gnus-inhibit-article-treatments): New variable.
1464
1465         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1466
1467         * gnus-art.el (gnus-treatment-function-alist): Have
1468         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1469         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1470         sections.
1471
1472         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1473         parameter.
1474         (gnus-article-fill-cited-long-lines): New function.
1475         (gnus-article-fill-cited-article): Allow filling only long sections.
1476
1477         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1478         and non-punctuation (like after the apostrophe in "'We").
1479
1480         * gnus-sum.el (gnus-summary-select-article): Make sure
1481         gnus-original-article-buffer is alive.
1482
1483         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1484         reflect the order they're in in the digest.
1485
1486         * gnus.el (gnus-group-startup-message): Move point to the start of the
1487         buffer.
1488
1489         * nnimap.el (nnimap-capability): New function.
1490         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1491         is set.
1492
1493 2010-10-31  David Engster  <dengste@eml.cc>
1494
1495         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1496         conform with changes to gnus-completing-read.
1497
1498 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1499
1500         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1501
1502 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1503
1504         * nnir.el: Move defvar, defcustom around to keep file organized
1505         and keep byte-compiler quiet.
1506         (nnir-read-parms): Accept search-engine as arg.
1507         (nnir-run-query): Pass search-engine as arg.
1508         (nnir-search-engine): Remove.
1509
1510 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1511
1512         * shr.el (shr-generic): The text nodes should be text, not :text.
1513
1514         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1515         later in the file.
1516
1517 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1518
1519         * nnir.el: General clean up.  Allow searching with multiple engines.
1520         Allow separate extra-parameters for each engine.
1521         Batch queries when possible.
1522         (nnir-imap-default-search-key,nnir-method-default-engines):
1523         Add customize interface.
1524         (nnir-run-gmane): New engine.
1525         (nnir-engines): Use it.  Qualify all prompts with engine name.
1526         (nnir-search-engine): Remove global variable.
1527         (nnir-run-hyrex): Restore for now.
1528         (nnir-extra-parms,nnir-search-history): New variables.
1529         (gnus-group-make-nnir-group): Use them.
1530         (nnir-group-server): Remove in favor of gnus-group-server.
1531         (nnir-request-group): Avoid searching twice.
1532         (nnir-sort-groups-by-server): New function.
1533
1534 2010-10-30  Julien Danjou  <julien@danjou.info>
1535
1536         * gnus-group.el: Remove gnus-group-fetch-control.
1537
1538         * gnus-start.el (gnus-find-new-newsgroups):
1539         Remove gnus-check-first-time-used.
1540
1541         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1542
1543 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1544
1545         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1546         set on groups that don't have \* permanentflags.
1547
1548 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1549
1550         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1551         control the background color.
1552         (shr-tag-img): Ignore very small web bug type images.
1553         (shr-put-image): Add help-echo alt texts to the images.
1554         (shr-tag-video): Show the video poster image.
1555
1556 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1557
1558         * shr.el (shr-table-depth): New variable.
1559         (shr-tag-table-1): Only insert the images after the top-level table.
1560
1561         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1562
1563         * gnus-util.el (gnus-list-memq-of-list): New function.
1564
1565         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1566         selected.
1567         (nnimap-unsplittable-articles): New slot.
1568         (nnimap-new-articles): Use it.
1569
1570 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1571
1572         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1573         move to the previous line on `M-g'.
1574
1575 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1576
1577         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1578         *-request-group, which seems unnecessary.
1579
1580         * nnimap.el (nnimap-quote-specials): Function copied over from
1581         imap.el.
1582         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1583         they support that.  Suggested by Tom Regner.
1584
1585 2010-10-29  Julien Danjou  <julien@danjou.info>
1586
1587         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1588         defalias.
1589         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1590
1591         * gnus.el: Remove `gnus-nntp-service' variable.
1592         (gnus-secondary-servers): Make obsolete.
1593         (gnus-nntp-server): Make obsolete.
1594
1595         * gnus-start.el (gnus-1): Remove x-splash calls.
1596
1597         * gnus-ems.el (gnus-x-splash): Remove.
1598
1599         * gnus.el (gnus-group-startup-message): Simplify/update code.
1600
1601         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1602         definition.
1603
1604         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1605         capability before doing anything.
1606         (gnus-group-insert-group-line): Remove useless
1607         gnus-group-remove-excess-properties.
1608
1609 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1610
1611         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1612
1613 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1614
1615         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1616         config after reselecting.
1617
1618 2010-10-28  Julien Danjou  <julien@danjou.info>
1619
1620         * shr.el (shr-put-image): Use point even if only inserting text.
1621         (shr-put-image): Save excursion when inserting alt text on non-graphic
1622         display, so the behaviour is the same when we are on a graphic display.
1623
1624         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1625
1626 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1627
1628         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1629         (gnus-mime-copy-part): Check coding system, not charset.
1630         (gnus-mime-view-part-externally): Never remove part.
1631         (gnus-mime-view-part-internally): Don't remove part here.
1632         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1633         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1634         multipart/alternative.
1635
1636         * mm-decode.el (mm-display-part): Take optional arg `force'.
1637
1638 2010-10-26  Julien Danjou  <julien@danjou.info>
1639
1640         * gnus-group.el (gnus-group-default-list-level): Add this function to
1641         compute the default list level.
1642         (gnus-group-default-list-level): Add possibility to use a function.
1643
1644 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1645
1646         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1647
1648         * gnus-group.el (gnus-group-completing-read)
1649         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1650         gnus-replace-in-string.
1651
1652 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1653
1654         * shr.el (shr-tag-div): Add.
1655
1656         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1657
1658 2010-10-25  Julien Danjou  <julien@danjou.info>
1659
1660         * gnus-util.el: Remove `gnus-with-local-quit'.
1661
1662         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1663
1664 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1665
1666         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1667         the original article buffer.
1668
1669 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1670
1671         * nnimap.el (nnimap-request-head): New function.
1672         (nnimap-request-move-article): Try to be slighly faster by not
1673         requesting the entire message when moving.
1674         (nnimap-transform-headers): Don't bug out on bodiless articles.
1675         (nnimap-send-command): Have no outstanding messages if the IMAP server
1676         doesn't support streaming.
1677         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1678
1679 2010-10-24  Julien Danjou  <julien@danjou.info>
1680
1681         * message.el (message-default-headers): Fix type.
1682
1683 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1684
1685         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1686         prefetching images.
1687
1688         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1689         backend for unknown groups.  This is mainly useful for nnimap groups.
1690
1691         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1692         group isn't covered by the agent.
1693
1694 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1695
1696         * nnir.el (nnir-method-default-engines): New variable.
1697         (nnir-run-query): Use it.
1698         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1699         (gnus-summary-nnir-goto-thread): Change group if needed.
1700
1701         * gnus-group.el (gnus-group-group-map): Add key binding for
1702         gnus-group-make-nnir-group.
1703
1704 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1705
1706         * shr.el (shr-tag-object): Add.
1707
1708         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1709         original article buffer live.
1710         (gnus-summary-select-article-buffer):
1711         Mention gnus-widen-article-buffer.
1712
1713 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1714
1715         * shr.el (shr-tag-strong): Add.
1716
1717 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1718
1719         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1720         group names.  They mess up the group buffer badly.
1721
1722         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1723
1724         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1725         instead of the summary one.
1726
1727 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1728
1729         * mml.el (mml-preview): Work properly when editing article.
1730
1731         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1732         gnus-have-read-active-file if it's already been in.
1733
1734 2010-10-22  Tom Tromey  <tromey@redhat.com>
1735
1736         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1737         gnus-group-completing-read.
1738
1739 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1740
1741         * message.el (message-mode-map): Don't bind M-; to comment region, to
1742         allow the global comment-dwim to work.
1743
1744 2010-10-21  Julien Danjou  <julien@danjou.info>
1745
1746         * message.el (message-setup-1): Allow message-default-headers to be a
1747         function.
1748
1749 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1750
1751         * shr.el (shr-tag-table): Simplify.
1752
1753 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1754
1755         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1756         to avoid trying to snarf invalid stuff.
1757
1758         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1759
1760         * gnus.el (gnus-message-archive-group): Quote value.
1761         (gnus-message-archive-group): Mark as changed.
1762
1763         * shr.el (shr-add-font): Don't put the font properties on the newline
1764         or the indentation.
1765
1766         * message.el (message-fix-before-sending): Change options when sending
1767         non-printable characters.
1768
1769         * gnus.el (gnus-message-archive-method): Change the default to
1770         monthly outgoing groups.
1771
1772         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1773         that have gotten new numbers.
1774
1775         * nnimap.el (nnimap-request-replace-article): New function.
1776
1777 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1778
1779         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1780         (nnrss-request-article): Don't use special html washing code.
1781
1782 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1783
1784         * shr.el (shr-tag-table): Remove useless nconc.
1785
1786 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1787
1788         * gnus-art.el (article-wash-html): Simplify and remove the charset
1789         stuff.  Use the normal html rendering code instead of the special html
1790         washing code.
1791
1792         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1793         `gnus-w3m' symbols.
1794         (mm-text-html-washer-alist): Remove.
1795
1796         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1797         (mm-inline-media-tests): Remove use.
1798         (mm-text-html-renderer): Change default to the `shr' symbol.
1799
1800         * mm-view.el (mm-inline-text-html): Remove use.
1801
1802         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1803         `gnus-blocked-images' to be a function.
1804         (gnus-article-wash-function): Remove.
1805
1806 2010-10-20  Julien Danjou  <julien@danjou.info>
1807
1808         * spam.el (spam-list-of-processors): Mark as obsolete.
1809
1810         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1811         (nnimap-insert-partial-structure): Fix boundary detection.
1812
1813 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1814
1815         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1816         run file-truename on remote files.  This can be expensive and even
1817         prevent one from editing drafts if some unrelated buffer has a stale
1818         connection.
1819
1820 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1821
1822         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1823         kinsoku-eol regardless of shr-kinsoku-shorten.
1824         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1825         (shr-tag-table): Support caption, thead, and tfoot.
1826
1827 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1828
1829         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1830         lines.
1831         (shr-save-contents): New command and keystroke.
1832
1833         * nndoc.el (nndoc-type-alist): Add git support.
1834         (nndoc-git-type-p): New function.
1835         (nndoc-transform-git-article): Ditto.
1836         (nndoc-transform-git-headers): Ditto.
1837         (nndoc-transform-git-headers): Generate Subject headers.
1838
1839         * shr.el (shr-parse-style): New function.
1840         (shr-tag-span): Ditto.
1841
1842         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1843         to `G G' to avoid collisions.
1844
1845 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1846
1847         * shr.el: Load kinsoku if necessary.
1848         (shr-kinsoku-shorten): New internal variable.
1849         (shr-find-fill-point): Make kinsoku shorten text line if
1850         shr-kinsoku-shorten is bound to non-nil.
1851         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1852         shr-indentation too when testing if table is wider than frame width.
1853         (shr-insert-table): Use `string-width' instead of `length' to measure
1854         text width.
1855         (shr-insert-table-ruler): Make sure indentation is done at bol.
1856
1857 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1858
1859         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1860         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1861         undecoded network data.
1862
1863 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1864
1865         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1866         name in the mode line spec so that the mode line menu works
1867         (bug #2431).
1868
1869         * message.el (message-get-reply-headers): If we're fed `to-address',
1870         then always use that.
1871
1872         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1873         aren't so wide as to need to switch off the edit menu.
1874
1875         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1876         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1877
1878         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1879         `M-g'.
1880         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1881         the permanent marks.
1882
1883 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1884
1885         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1886         Splitting according to references/in-reply-to obeys the ignore-groups
1887         variable, while splitting by sender and subject do not.
1888
1889 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1890
1891         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1892         alist, so that we can look for non-Unicode chars.
1893         (article-translate-strings): Allow both character and string maps.
1894
1895 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1896
1897         * shr.el (shr-insert): Don't insert space behind a wide character
1898         categorized as kinsoku-bol, or between characters both categorized as
1899         nospace.
1900
1901 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1902
1903         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1904         headers to gnus-newsgroup-headers.
1905
1906 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1907
1908         * shr.el (shr-tag-img): Don't align images -- since we're not
1909         rescaling, this often leads to ugly displays.
1910
1911 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1912
1913         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1914         duplicates.
1915
1916 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1917
1918         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1919         call.
1920
1921 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1922
1923         * gnus.el: Autoload gnus-html-show-images.
1924
1925         * nnimap.el: Use nnheader-message throughout.
1926
1927         * shr.el (shr-tag-img): Ignore images with no data.
1928
1929 2010-10-15  Julien Danjou  <julien@danjou.info>
1930
1931         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1932         a possibility to disable format=flow encoding when using hard newlines.
1933
1934 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1935
1936         * shr.el (shr-insert): Remove space inserted before or after a
1937         breakable character or at the beginning or the end of a line.
1938         (shr-find-fill-point): Do kinsoku; find the second best point or give
1939         it up if there's no breakable point.
1940
1941 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1942
1943         * nnimap.el (nnimap-open-connection): Message when opening connection
1944         for debugging purposes.
1945
1946         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1947         on every setup buffer call to allow this to change from article to
1948         article.
1949
1950         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1951         buffers where we have a wide table.
1952
1953 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1954
1955         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1956         uses *-request-thread.
1957
1958 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1959
1960         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1961         incantation, which is no longer valid.
1962
1963 2010-10-14  Julien Danjou  <julien@danjou.info>
1964
1965         * shr.el: Fix defcustom type (char -> character).
1966
1967 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1968
1969         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1970         programs.
1971
1972 2010-10-14  Julien Danjou  <julien@danjou.info>
1973
1974         * shr.el (shr-tag-a): Use url-link as widget type.
1975
1976         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1977         `gnus-group-get-icon'.
1978
1979 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1980
1981         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1982         This should make server editing work better.
1983
1984         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1985
1986         * tls.el (tls-program): Remove spurious %s from openssl.
1987
1988         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1989         (nnimap-parse-flags): Fix regexp.
1990
1991         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1992         probably work for CJVK text, too.
1993
1994         * nnimap.el (nnimap-extend-tls-programs): Remove.
1995         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1996
1997         * tls.el (tls-starttls-switches): Remove starttls hack.
1998         (open-tls-stream): Ditto.
1999         (tls-find-starttls-argument): Ditto.
2000
2001 2010-10-13  Julien Danjou  <julien@danjou.info>
2002
2003         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2004         responses.
2005
2006 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2007
2008         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2009
2010         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2011         anything in Emacs.
2012
2013         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2014
2015 2010-10-13  Julien Danjou  <julien@danjou.info>
2016
2017         * shr.el (shr-width): Make shr-width a defcustom with default to
2018         fill-column.
2019         (shr-tag-img): Use shr-width rather than fill-column.
2020
2021 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2022
2023         * dgnushack.el (byte-optimize-apply)
2024         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2025
2026         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2027         position when (X-)Faces exist.
2028         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2029         avatars when called interactively.
2030
2031 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2032
2033         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2034         gnus-article-x-face-too-ugly is bound.
2035
2036 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2037
2038         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2039
2040         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2041         mailbox that doesn't exist.
2042
2043 2010-10-12  Julien Danjou  <julien@danjou.info>
2044
2045         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2046         (shr-get-image-data): Encode URL properly when fetching from cache.
2047         (shr-tag-img): Use aligned-to spaces to align correctly images.
2048
2049         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2050         before inserting the Gravatar.
2051
2052         * shr.el (shr-tag-img): Add align attribute support for <img>.
2053
2054 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2055
2056         * gnus-gravatar.el (gnus-art): Require.
2057
2058         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2059         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2060         Remove long obsoleted functions.
2061
2062 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2063
2064         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2065
2066         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2067
2068         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2069         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2070         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2071         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2072         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2073         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2074         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
2075
2076 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2077
2078         * nnimap.el (nnimap-request-rename-group): Select group read-only
2079         before renaming it.
2080
2081         * shr.el (shr-insert): Fix up the white space only regexp.
2082
2083         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2084         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2085
2086         * shr.el (shr-current-column): New function.
2087         (shr-find-fill-point): New function.
2088
2089 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2090
2091         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2092         numbers.
2093
2094 2010-10-11  Julien Danjou  <julien@danjou.info>
2095
2096         * shr.el (shr-hr-line): Add.
2097         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2098         display hr lines.
2099         (shr-max-columns): Do not change state to nil if we just inserting
2100         spaces.
2101
2102 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2103
2104         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2105         select the last group.
2106
2107 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2108
2109         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2110
2111 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2112
2113         * dig.el (dig-mode-map): Declare and define in one step.
2114
2115 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2116
2117         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2118         for Gnus.
2119         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2120         (nnimap-update-qresync-info): Mark \Seen articles as read.
2121
2122         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2123         non-variable, too.
2124
2125         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2126         available.
2127         (nnimap-update-info): Rely more on the current active than the param
2128         active to avoid marking articles as read too much.
2129
2130         * auth-source.el (auth-source-create): Use (user-login-name) for the
2131         user name default.
2132
2133         * nnimap.el (nnimap-update-info): If the server doesn't return any
2134         useful info, just use the previous info.
2135         (nnimap-update-info): Prefer old info over start-article.
2136         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2137
2138 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2139
2140         * nnir.el (autoload): Clean up autoloads.
2141         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2142         Use key rather than value.
2143         (nnir-imap-search-other): New variable.
2144         (nnir-read-parm): Use it.
2145         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2146         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2147
2148 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2149
2150         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2151         the process, too.
2152
2153 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2154
2155         * spam.el (gnus-summary-mode-map): Bind to "$".
2156         Suggested by Russ Allbery.
2157
2158         * shr.el: Rework the way things are indented by <li> slightly.
2159
2160         * gnus.el (gnus-group-set-parameter): Fix typo.
2161
2162         * nnimap.el: Start implementing QRESYNC support.
2163
2164 2010-10-09  Julien Danjou  <julien@danjou.info>
2165
2166         * nnir.el (nnir-engines): Fix too many arguments.
2167
2168 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2169
2170         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2171         group is the "last", so that the backends like nnfolder actually save
2172         their folders.
2173
2174         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2175         try to use that for the tls stream.
2176         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2177         UIDVALIDITY and find out which groups are read-only and not.
2178         (nnimap-get-flags): Use the same marks parsing code as the rest of
2179         nnimap.
2180
2181 2010-10-09  Julien Danjou  <julien@danjou.info>
2182
2183         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2184
2185         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2186         retrieving gravatars.
2187
2188         * shr.el (shr-table-corner): Add.
2189         (shr-table-line): Add.
2190         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2191
2192 2010-10-08  Julien Danjou  <julien@danjou.info>
2193
2194         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2195
2196 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2197
2198         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2199
2200         * gnus-sum.el (gnus-mark-article-as-unread)
2201         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2202         (gnus-summary-set-bookmark): Use it.
2203
2204         * gnus-msg.el (gnus-setup-message): Use it.
2205
2206         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2207
2208         * gnus.el (gnus-group-remove-parameter): Use it.
2209
2210         * gnus-group.el (gnus-group-make-web-group): Use it.
2211
2212         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2213
2214         * nnregistry.el: Update docs to mention manual.
2215
2216         * gnus-registry.el: Update docs to mention nnregistry.el.
2217         (gnus-registry-initialize): Don't install nnregistry refer method
2218         automatically.
2219         (gnus-registry-install-nnregistry): Remove it.
2220
2221 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2222
2223         * shr.el (shr-insert): Don't insert double spaces.
2224
2225 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2226
2227         * gnus-gravatar.el (gnus-treat-from-gravatar)
2228         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2229         called interactively.
2230
2231         * gnus-art.el (gnus-mime-view-part-externally)
2232         (gnus-mime-view-part-internally): Make predicate function passed to
2233         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2234         of a mime type.
2235
2236         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2237
2238 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2239
2240         * shr.el (require): Require cl when compiling.
2241         (shr-tag-hr): New function.
2242
2243         * nnimap.el (nnimap-update-info): Remove double setting of high.
2244         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2245         This makes nnimap work properly on Courier again.
2246
2247         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2248         the variable for backwards compatability.
2249
2250         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2251         the file name before using to avoid setting mm-default-directory to
2252         nil.
2253
2254         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2255         bidning gnus-agent variables.
2256
2257         * shr.el (shr-render-td): Use a cache for the table rendering function
2258         to avoid getting an exponential rendering behaviour in nested tables.
2259         (shr-insert): Rework the line-breaking algorithm.
2260         (shr-insert): Don't leave trailing spaces.
2261         (shr-insert-table): Also insert empty TDs.
2262         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2263
2264 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2265
2266         * gnus-sum.el (gnus-number): Rename from `number'.
2267         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2268         (gnus-summary-limit-children): Update uses correspondingly.
2269
2270 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2271
2272         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2273         (gnus-gravatar-transform-address): Don't show avatars of people of
2274         which mail addresses match gnus-gravatar-too-ugly.
2275
2276 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2277
2278         * shr.el (shr-table-widths): Expand TD elements to fill available
2279         space.
2280
2281 2010-10-07  Julien Danjou  <julien@danjou.info>
2282
2283         * nnimap.el (nnimap-request-rename-group): Add this method.
2284
2285 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2286
2287         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2288         name from XEmacs' function-arglist.
2289
2290         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2291         gravatar under XEmacs.
2292
2293 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2294
2295         * auth-source.el: Update docs with TODO items.
2296
2297         * gnus-sync.el: Update docs to explain state and plans.
2298
2299         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2300         Hooks for mark updates.
2301         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2302
2303         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2304         hooks with arguments, which is needed for mark update hooks.
2305
2306 2010-10-06  Julien Danjou  <julien@danjou.info>
2307
2308         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2309         was matched.
2310
2311         * sieve-manage.el: Update example in `Commentary'.
2312
2313         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2314
2315         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2316         not 2000.
2317         (sieve-manage-authenticate): Re-add function.
2318
2319 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2320
2321         * shr.el (shr-insert): Get 'space transition right.
2322         (shr-render-td): Only delete space at the end of the TD.
2323
2324         * nnimap.el (nnimap-open-connection): Prepare to support
2325         open-gnutls-stream.
2326
2327         * shr.el: Rearrange function order to be more logical.
2328
2329 2010-10-06  Julien Danjou  <julien@danjou.info>
2330
2331         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2332         (nnrss-discover-feed): Remove 404 URL in docstring.
2333
2334         * nnir.el: Fix Swish-E URL.
2335         Fix Namazu URL.
2336
2337         * message.el (message-change-subject): Remove 404 URL in a comment.
2338
2339 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2340
2341         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2342         called interactively.
2343
2344         * gnus-util.el (gnus-remove-if): Allow hash table.
2345         (gnus-remove-if-not): New function.
2346
2347         * gnus-art.el (gnus-mime-view-part-as-type)
2348         * gnus-score.el (gnus-summary-score-effect)
2349         * gnus-sum.el (gnus-read-move-group-name):
2350         Replace remove-if-not with gnus-remove-if-not.
2351
2352         * gnus-group.el (gnus-group-completing-read):
2353         Regard collection as a hash table if it is not a list.
2354
2355 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2356
2357         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2358
2359         * shr.el: Document the table-rendering algorithm.
2360
2361 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2362
2363         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2364         for Emacsen having no `libxml-parse-html-region' support.
2365
2366 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2367
2368         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2369         invalid URLs.
2370
2371         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2372         line-broken.
2373         (shr-tag-img): Ignore image fetching errors.
2374         (shr-overlays-in-region): Compute overlay positions correctly.
2375
2376         * mm-decode.el (mm-shr): Require shr.
2377
2378         * gnus-art.el (gnus-blocked-images): Move variable here.
2379
2380         * shr.el (shr-insert-table): Bind free variable.
2381
2382         * mm-decode.el (mm-shr): Bind shr-content-function.
2383
2384         * shr.el (shr-content-function): New variable.
2385
2386         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2387         added for symmetry.
2388
2389         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2390
2391         * gnus-group.el (gnus-group-make-group): Doc fix.
2392
2393         * nnimap.el (nnimap-request-newgroups): Return success.
2394
2395         * shr.el (shr-find-elements): New function.
2396         (shr-tag-table): Put all the images after the table.
2397         (shr-tag-table): Really inhibit images inside the table.
2398         (shr-collect-overlays): Copy over overlays from the TD elements to the
2399         main document.
2400
2401         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2402         gnus-blocked-images.
2403
2404 2010-10-05  Julien Danjou  <julien@danjou.info>
2405
2406         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2407
2408         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2409         (gnus-html-maximum-image-size): Add this function.
2410         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2411
2412         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2413         server-value of the capability is nil.
2414
2415 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2416
2417         * shr.el (shr-tag-em): Add <EM> tag.
2418
2419 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2420
2421         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2422         customizable.
2423
2424         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2425         handing broken links to browse-url.
2426
2427 2010-10-05  Julien Danjou  <julien@danjou.info>
2428
2429         * gnus-util.el (gnus-emacs-completing-read)
2430         (gnus-iswitchb-completing-read): Use autoload rather than require.
2431
2432 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2433
2434         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2435         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2436         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2437         iswitchb-temp-buflist for XEmacs.
2438
2439         * gnus-util.el (gnus-completing-read-function): Exclude
2440         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2441         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2442         XEmacs.
2443
2444         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2445         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2446
2447         * gnus-html.el: Don't require help-fns under XEmacs.
2448         (gnus-html-schedule-image-fetching): Work for XEmacs.
2449
2450         * mm-decode.el (mm-shr): Decode contents by charset.
2451
2452 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2453
2454         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2455         unknown.
2456
2457         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2458         (shr-get-image-data): Ensure against the cache file missing.
2459
2460         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2461         for data.
2462
2463         * spam-report.el (spam-report-url-ping-plain): Don't query about
2464         killing the process.
2465
2466         * shr.el (shr-render-td): Protect against too-wide text.
2467
2468 2010-10-04  Julien Danjou  <julien@danjou.info>
2469
2470         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2471         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2472
2473         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2474         retrieved.
2475
2476 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2477
2478         * shr.el (browse-url): Require.
2479         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2480         lines.
2481         (shr-show-alt-text, shr-browse-image): New commands.
2482         (shr-browse-url, shr-copy-url): New commands.
2483
2484         * gnus-sum.el (gnus-widen-article-window): New variable.
2485         (gnus-summary-select-article-buffer): Use it.
2486
2487         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2488         without @ signs.
2489
2490 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2491
2492         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2493
2494 2010-10-04  Julien Danjou  <julien@danjou.info>
2495
2496         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2497         for XEmacs.
2498
2499 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2500
2501         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2502
2503         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2504         (nnimap-close-server): Implement.
2505
2506         * dgnushack.el (iswitchb): Require to shut up the compiler.
2507
2508         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2509         (shr-insert): Tweak line breaking.
2510         (shr-insert): Handle <pre> better.
2511         (shr-tag-li): Get <li> indentation right.
2512         (shr-tag-li): Get <li> indentation even righter.
2513         (shr-tag-blockquote): Ensure paragraph start.
2514         (shr-make-table): Tweak table generation.
2515         (shr-make-table): Fix typo.
2516
2517         * shr.el: Implement table rendering.
2518
2519 2010-10-04  Julien Danjou  <julien@danjou.info>
2520
2521         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2522
2523 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2524
2525         * shr.el (shr-insert): Use string anchors instead of line anchors.
2526
2527 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2528
2529         * shr.el: Add headings.
2530         (shr-ensure-paragraph): Actually work.
2531         (shr-tag-li): Make <ul> prettier.
2532         (shr-insert): Get white space at the beginning/end of elements right.
2533         (shr-tag-p): Collapse subsequent <p>s.
2534         (shr-ensure-paragraph): Don't insert double line feeds after blank
2535         lines.
2536         (shr-insert): \t is also space.
2537         (shr-tag-s): Fix "s" tag name function.
2538         (shr-tag-s): Fix face prop name.
2539
2540 2010-10-03  Julien Danjou  <julien@danjou.info>
2541
2542         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2543
2544         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2545         gnus-window-inside-pixel-edges.
2546
2547         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2548         gnus-ems.
2549
2550         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2551
2552         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2553         function.
2554
2555         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2556         resize choice.
2557
2558 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2559
2560         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2561         beginning of the buffer.
2562
2563         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2564         article buffer again.
2565
2566         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2567
2568         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2569         when it's at the start of the buffer.
2570
2571         * shr.el (shr-tag-blockquote): Convert name.
2572         (shr-rescale-image): Use the right image-size variant.
2573
2574         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2575         buffer isn't shown, then select the current article first instead of
2576         bugging out.
2577         (gnus-summary-select-article-buffer): Show both the article and summary
2578         buffers again.
2579
2580         * shr.el (shr-fontize-cont): Protect against regions with no text.
2581         Rename tag functions to shr-tag-* for enhanced security.
2582         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2583
2584 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2585
2586         * shr.el (shr-insert):
2587         * pop3.el (pop3-movemail):
2588         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2589         loaded.
2590
2591 2010-10-03  Glenn Morris  <rgm@gnu.org>
2592
2593         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2594
2595         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2596
2597         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2598
2599         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2600
2601         * gnus-util.el (gnus-make-local-hook): Simplify.
2602
2603 2010-10-02  Julien Danjou  <julien@danjou.info>
2604
2605         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2606         (gnus-ido-completing-read): New function.
2607         (gnus-emacs-completing-read): New function.
2608         (gnus-completing-read): Use gnus-completing-read-function.
2609         Add gnus-completing-read-function.
2610
2611 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2612
2613         * shr.el (shr-insert-document): Autoload.
2614         (shr-img): Be silent.
2615         (shr-insert): Add a newline after every picture before text.
2616         (shr-add-font): Use overlays for combining faces.
2617         (shr-insert): Pass upwards the text start point.
2618
2619         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2620         possible.
2621         (mm-shr): New function.
2622
2623 2010-10-02  Julien Danjou  <julien@danjou.info>
2624
2625         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2626         should go backward.
2627
2628 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2629
2630         * shr.el (shr): Fix typo in provide call.
2631
2632 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2633
2634         * shr.el: New file.
2635
2636         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2637
2638         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2639         completing read.
2640
2641 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2642
2643         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2644         we're being queried about.  Suggested by Dan Jacobson.
2645
2646         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2647         Suggested by Jason Eisner.
2648
2649         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2650         table, too.  Suggested by Stefan Wiens.
2651         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2652         the table unnecessary.  Suggested by Stefan Wiens.
2653
2654         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2655         longer needed, and probably doesn't work either, as pointed out by
2656         Stefan Wiens.
2657         (gnus-summary-exit): Remove call to the clearing function.
2658         (gnus-summary-exit-no-update): Ditto.
2659
2660         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2661         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2662         Reported by Stefan Monnier.
2663         (gnus-summary-save-in-rmail): Ditto.
2664
2665         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2666         article buffer, instead of both the article buffer and the summary
2667         buffer.  Sort of suggested by Dan Jacobson.
2668
2669         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2670
2671         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2672         Suggested by Dan Jacobson.
2673
2674         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2675         documentation clearer.
2676
2677         * message.el (message-shorten-references): Comment on the number "21".
2678         Suggested by Stefan Monnier.
2679
2680         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2681         Suggested by Dan Jacobson.
2682
2683         * gnus.el (gnus-large-newsgroup):
2684         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2685
2686         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2687         externalize attachments.  Bug reported by Steve Wen.
2688
2689         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2690         really message anything to the user.
2691
2692         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2693         directly.
2694
2695         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2696         messages in empty groups.
2697
2698 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2699
2700         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2701         non-UIDNEXT group.
2702
2703 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2704
2705         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2706         not the value from the collection.
2707
2708         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2709         values.  This sometimes happens on some groups that have no info.
2710         (nnimap-request-newgroups): New function.
2711
2712 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2713
2714         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2715         check into `gnus-registry-initialize'.
2716         (gnus-registry-initialize): Ditto.
2717         Fix and extend header docs.
2718
2719 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2720
2721         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2722         regexp backtrace overflows.
2723
2724         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2725         for starttls that tls.el implements; i.e. openssl.
2726
2727         * tls.el (tls-starttls-switches): Give up on using starttls with
2728         gnutls-cli.
2729         (tls-program): Add --insecure to be consistent with the defaults from
2730         openssl s_client.  Now all three commands are insecure.
2731
2732 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2733
2734         * lpath.el: Bind completion-styles-alist for XEmacs.
2735
2736         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2737         (gravatar-create-image): New function that's an alias to
2738         gnus-xmas-create-image, gnus-create-image, or create-image.
2739         (gravatar-data->image): Use it.
2740
2741 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2742
2743         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2744         install the nnregistry refer method.
2745         (gnus-registry-install-hooks): Use it.
2746         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2747         unfollowed groups.
2748
2749 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2750
2751         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2752         expanding threads.
2753
2754 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2755
2756         * nnir.el: Use the server names without suffixes (bug #7009).
2757
2758         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2759         unencrypted to STARTTLS, if possible.
2760
2761 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2762
2763         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2764         headers before superseding.
2765
2766 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2767
2768         * nnrss.el (nnrss-use-local): Add documentation.
2769
2770         * nnimap.el (nnimap-extend-tls-programs): New function.
2771         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2772         (nnimap-wait-for-connection): Accept the greeting from the stupid
2773         output from openssl s_client -starttls, too.
2774
2775         * tls.el (tls-starttls-switches): New variable.
2776         (tls-find-starttls-argument): Use it.
2777         (open-tls-stream): Ditto.
2778
2779         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2780         (netrc-machine): Ditto.
2781
2782         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2783         article number.
2784         (nnimap-split-fancy): New variable.
2785         (nnimap-split-incoming-mail): Use it.
2786
2787         * nntp.el (nntp-server-list-active-group): Document.
2788
2789         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2790         SELECT to get the message-id.
2791
2792         * mail-source.el (mail-sources): Remove webmail support.
2793         (defvar): Ditto.
2794         (mail-source-fetcher-alist): Ditto.
2795         (mail-source-fetch-webmail): Remove.
2796
2797         * webmail.el: Remove -- doesn't seem relevant any more.
2798
2799         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2800
2801         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2802         the \r.
2803
2804 2010-09-30  Julien Danjou  <julien@danjou.info>
2805
2806         * gnus-agent.el (gnus-agent-add-group): Fix call to
2807         gnus-completing-read.
2808
2809 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2810
2811         * nndoc.el (nndoc-retrieve-groups): New function.
2812
2813         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2814         `default', use nnmail-split-methods.
2815         (nnimap-request-article): Downcase the NILs so that they are nil.
2816
2817         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2818         symbol.
2819
2820         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2821         code, since if the user has requested network, that's what they ought
2822         to get.
2823         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2824         (nnimap-split-rule): Mark as obsolete.
2825
2826         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2827         New variable.
2828
2829         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2830         correct slot, too.
2831
2832 2010-09-29  Julien Danjou  <julien@danjou.info>
2833
2834         * gnus.el (gnus-local-domain): Declare variable obsolete.
2835
2836         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2837         Fix history computing.
2838         (gnus-ido-completing-read): Require ido.
2839
2840 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2841
2842         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2843         build Gnus.
2844
2845         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2846         when interpreting the structures.
2847         (nnimap-request-accept-article): Add \r\n to the lines to make this
2848         work with Cyrus.
2849
2850         * nndraft.el (nndraft-request-expire-articles): Use the group name
2851         instead if "nndraft".  Fix found by Nils Ackermann.
2852
2853 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2854
2855         * nnregistry.el: Add.
2856
2857 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2858
2859         * nnmail.el (group, group-art-list, group-art):
2860         Remove unneeded directives.
2861
2862 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2863
2864         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2865         (mm-mime-charset)
2866         * rfc2047.el (rfc2047-syntax-table)
2867         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2868
2869         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2870         rather than `insert-file-contents' and `eval-region'.
2871
2872         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2873         construction.
2874
2875         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2876
2877         * time-date.el: No need to require cl for Emacs 21.
2878
2879 2010-09-29  Julien Danjou  <julien@danjou.info>
2880
2881         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2882         replacement of `gnus-gravatar-relief' to mimic
2883         `gnus-faces-properties-alist'.
2884         Add :version property.
2885
2886 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2887
2888         * mail-source.el (mail-source-report-new-mail)
2889         * message.el (message-default-mail-headers)
2890         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2891
2892         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2893
2894 2010-09-28  Julien Danjou  <julien@danjou.info>
2895
2896         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2897         mail-address contains the same string as real-name.
2898
2899         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2900         non-blank in header, otherwise it'll get stripped.
2901
2902         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2903         real-name, and then for mail address rather than doing : or , search.
2904
2905 2010-09-27  Julien Danjou  <julien@danjou.info>
2906
2907         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2908         right completing-read function.
2909         (gnus-use-ido): New variable
2910         (gnus-completing-read-with-default): Remove.
2911         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2912         (gnus-agent-add-group):
2913         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2914         * mm-view.el (mm-view-pkcs7-decrypt):
2915         * mm-util.el (mm-codepage-setup):
2916         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2917         * mml-smime.el (mml-smime-openssl-sign-query):
2918         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2919         (mml-insert-multipart):
2920         * gnus-msg.el (gnus-summary-yank-message):
2921         * gnus-int.el (gnus-start-news-server):
2922         * mm-decode.el (mm-interactively-view-part):
2923         * gnus-dired.el (gnus-dired-attach):
2924         * gnus.el (gnus-read-method):
2925         * gnus-bookmark.el (gnus-bookmark-jump):
2926         * gnus-art.el (gnus-mime-view-part-as-type)
2927         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2928         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2929         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2930         * nnmairix.el (nnmairix-create-server-and-default-group)
2931         (nnmairix-update-groups, nnmairix-get-server)
2932         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2933         (nnmairix-get-group-from-file-path):
2934         * nnrss.el (nnrss-find-rss-via-syndic8):
2935         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2936         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2937         (gnus-group-browse-foreign-server):
2938         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2939         (gnus-summary-execute-command, gnus-summary-respool-article)
2940         (gnus-read-move-group-name):
2941         * gnus-score.el (gnus-summary-increase-score)
2942         (gnus-summary-score-effect):
2943         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2944
2945 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2946
2947         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2948         x-focus-frame.
2949
2950         * nnimap.el (auth-source-forget-user-or-password)
2951         (auth-source-user-or-password): Autoload.
2952
2953         * message.el (message-from-style, message-interactive)
2954         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2955         (message-yank-prefix, message-indentation-spaces, message-signature)
2956         (message-signature-file): Add comment.
2957
2958 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2959
2960         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2961         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2962         new articles.
2963
2964         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2965         parts.
2966         (nnimap-request-article): Work with the t setting, too.
2967
2968         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2969         that you don't get flashes of other buffers.
2970         (gnus-summary-show-complete-article): Intern before setting.
2971
2972 2010-09-27  David Engster  <dengste@eml.cc>
2973
2974         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2975         well as HEADERS.
2976         (nnmairix-retrieve-headers): Provide new argument for the above.
2977
2978 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2979
2980         * gnus-sum.el (gnus-summary-move-article): Don't alter
2981         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2982         group.
2983
2984         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2985
2986         * message.el (message-cite-prefix-regexp): Revert my last edit.
2987
2988         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2989         variable instead of the Gnus variable.
2990
2991         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2992
2993         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2994
2995         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2996         since some servers don't like it.
2997         (nnimap-open-connection): Forget credentials if the server says the
2998         password was wrong.
2999         (nnimap-parse-line): Protect against invalid data.
3000
3001         * gnus-sum.el (gnus-summary-move-article): Add comment.
3002         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3003         nothing alters it while scanning for new messages.
3004
3005         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3006         which may or may not help.
3007         (nnimap-open-connection): If we're doing a stream connection, and then
3008         discover we're on a STARTTLS-capable server, then open a STARTTLS
3009         connection instead.
3010
3011 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3012
3013         * nnimap.el (utf7): Require.
3014
3015         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3016         prefix.
3017
3018 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3019
3020         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3021
3022 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3023
3024         * nnimap.el (nnimap-request-accept-article): Message the error on
3025         error.
3026
3027 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3028
3029         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3030
3031 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3032
3033         * nndoc.el (nndoc-request-list): Return success always.
3034
3035         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3036         `fetch-old' -- we only want to fetch the articles we've requested.
3037         The rest are in the agent, probably.
3038         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3039         disappeared server" to something low.  It's not important.
3040
3041         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3042         arrived before the FETCH data.
3043
3044         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3045         target here, because we don't know the Gnus name of the group.
3046
3047         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3048         for the correct group.
3049
3050         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3051
3052         * gnus.el (gnus): Give a final warning after startup.
3053
3054         * gnus-util.el (gnus-action-message-log): New variable.
3055         (gnus-message): Use it.
3056         (gnus-final-warning): New function.
3057
3058         * nnimap.el (nnimap-open-connection): Record the greeting.
3059         (nnimap): Add greeting.
3060
3061 2010-09-26  Julien Danjou  <julien@danjou.info>
3062
3063         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3064         arguments.
3065         (gnus-html-wash-images): Fix spec computing to include start/end.
3066
3067         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3068
3069 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3070
3071         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3072         deletion.
3073         (nnimap-retrieve-headers): Don't select the group, because that's
3074         already done by nnimap-possibly-change-group.
3075
3076         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3077         (gnus-picon-transform-address): Use it.
3078
3079         * mail-source.el (mail-source-value): Revert previous patch.
3080
3081         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3082         on failure.
3083         (nnimap-open-connection): Look up both virtual and physical server name
3084         credentials.
3085
3086         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3087
3088 2009-02-07  Dave Love  <fx@gnu.org>
3089
3090         * tls.el (open-tls-stream): Don't query killing process.
3091
3092 2009-02-08  Dave Love  <fx@gnu.org>
3093
3094         * gnus-win.el (gnus-window-to-buffer-helper)
3095         (gnus-all-windows-visible-p): Function needn't be a symbol.
3096
3097         * mail-source.el (mail-source-value): Function needn't be a symbol.
3098
3099 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3100
3101         * message.el (message-cite-prefix-regexp): Remove } from the cite
3102         prefix.
3103
3104         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3105         highlight again, so that the highlight is correct.
3106
3107         * gnus-picon.el (gnus-picon): Remove again.
3108         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3109
3110         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3111         doing the header highlightling, so that the background colour of the
3112         picon is correct.
3113
3114         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3115         (gnus-picon): Ditto.
3116         (gnus-picon): Reinstate.  The background colour for picons is white.
3117         (gnus-picon-insert-glyph): Make the background white.
3118
3119         * nnml.el (nnml-open-nov): Don't return dead buffers.
3120
3121         * auth-source.el (auth-source-create): Query the user for whether to
3122         store the credentials.
3123
3124         * netrc.el (netrc-store-data): New function.
3125
3126         * auth-source.el (auth-source-user-or-password): Use the existing auth
3127         sources, if any, for creation.
3128
3129         * gnus.el (gnus-group-fast-parameter): Return the last matching
3130         parameter instead of the first matching parameter.
3131
3132 2010-09-26  Julien Danjou  <julien@danjou.info>
3133
3134         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3135
3136 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3137
3138         * mml2015.el (mml2015-use): Remove gpg support.
3139
3140         * mml1991.el (mml1991-function-alist): Remove gpg function.
3141         (mml1991-gpg-sign): Remove.
3142
3143 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3144
3145         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3146         (gnus-browse-unsubscribe-current-group): Document it.
3147         (gnus-browse-unsubscribe-group): Use it.
3148
3149 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3150
3151         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3152         address to the To list for easier response.
3153
3154         * gnus.el (gnus-play-startup-jingle): Remove.
3155         (gnus-splash): Don't play jingle.
3156         (gnus): Silence gnus-load message.
3157
3158         * gnus-art.el (gnus-treat-play-sounds): Remove.
3159
3160         * gnus.el (gnus-play-jingle): Remove audio support.
3161
3162         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3163
3164         * earcon.el: Remove -- no users.
3165
3166         * gnus-audio.el: Remove -- no users of this package.
3167
3168         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3169
3170         * gnus-start.el (gnus-setup-news): Remove nocem support.
3171
3172         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3173
3174         * gnus.el (gnus-use-nocem): Remove.
3175
3176         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3177         Remove.
3178
3179         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3180         uses NoCeM any more.
3181
3182         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3183         (gnus-button-ctan-handler): Ditto.
3184         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3185         (gnus-button-ctan-directory-regexp): Ditto.
3186         (gnus-button-handle-ctan): Ditto.
3187         (gnus-button-tex-level): Ditto.
3188         (gnus-button-alist): Remove CTAN stuff.
3189
3190 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3191
3192         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3193         nnimap-streaming test.
3194
3195         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3196         servers twice.
3197
3198         * nnimap.el (nnimap-open-connection): Add more error reporting when
3199         nnimap fails early.
3200
3201         * nnheader.el (nnheader-get-report-string): New function.
3202         (nnheader-get-report): Use it.
3203
3204         * gnus-int.el (gnus-check-server): Say what the error was when opening
3205         failed.
3206
3207         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3208         using streaming.
3209
3210 2010-09-25  Julien Danjou  <julien@danjou.info>
3211
3212         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3213         gnus-window-inside-pixel-edges.
3214
3215 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3216
3217         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3218
3219         * mm-decode.el (mm-save-part): Allow saving to other directories the
3220         normal Emacs way.
3221
3222         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3223         Suggested by Jay Berkenbilt.
3224
3225         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3226         there isn't a single byte.
3227
3228         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3229         just do it.  It doesn't really seem to matter what the user responds
3230         here, I think, so it's just a confusing question.
3231
3232         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3233         non-streaming case.
3234
3235         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3236         (gnus-article-encrypt-body): Use it.
3237
3238         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3239         keystroke.
3240
3241         * nnimap.el (nnimap-find-wanted-parts-1):
3242         Use gnus-fetch-partial-articles.
3243
3244         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3245
3246         * nnimap.el (nnimap-insert-partial-structure): New function.
3247         (nnimap-get-partial-article): New function.
3248         (nnimap-request-article): Use it.
3249         (nnimap-wait-for-response): Return whether the wait was successful.
3250         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3251         retrieval wasn't successful.
3252         (nnimap-retrieve-group-data-early): Allow throttling servers.
3253         (nnimap-streaming): New variable.
3254         (nnimap-fetch-partial-articles): Remove.
3255
3256         * mm-decode.el (mm-with-part): Protect against killed buffers.
3257
3258         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3259         for prettier summary display.
3260
3261 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3262
3263         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3264
3265 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3266
3267         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3268         apparently third-party libraries depend on it.
3269
3270         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3271         before starting negotiation.
3272
3273         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3274         privacy reasons.
3275         (gnus-treat-mail-gravatar): Ditto.
3276
3277         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3278         buffer when inserting images.  Inserting text into the headers, for
3279         instance, can make them invalid.
3280
3281 2010-09-25  Julien Danjou  <julien@danjou.info>
3282
3283         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3284         variables.
3285
3286         * nnheader.el: Remove useless variables news-reply-yank-from and
3287         news-reply-yank-message-id.
3288
3289         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3290         variables.
3291
3292         * mml1991.el: Remove useless mml1991-verbose.
3293
3294         * gnus.el: Remove useless variable gnus-use-generic-from.
3295         Remove obsolete variable gnus-topic-indentation.
3296
3297         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3298
3299         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3300
3301         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3302
3303         * gnus-group.el: Remove useless gnus-group-icon-cache.
3304         Remove useless gnus-ephemeral-group-server.
3305
3306         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3307
3308         * mml2015.el: Remove useless mml2015-verbose.
3309
3310         * mml-smime.el: Remove useless mml-smime-verbose.
3311
3312         * gnus.el: Remove useless gnus-local-domain.
3313
3314         * gnus-gravatar.el (gnus-gravatar-transform-address):
3315         Use gnus-gravatar-size.
3316
3317         * gnus-art.el: Remove useless gnus-treat-translate.
3318
3319 2010-09-24  Julien Danjou  <julien@danjou.info>
3320
3321         * gnus-sum.el: Add support for Gravatars.
3322
3323         * gnus-art.el: Add support for Gravatars.
3324
3325         * gnus-gravatar.el: Add this file.
3326
3327         * gravatar.el: Add this file.
3328
3329 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3330
3331         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3332
3333         * gnus-group.el (gnus-group-fetch-faq): Remove.
3334
3335         * gnus.el (gnus-group-faq-directory): Remove.
3336
3337         * gnus-group.el (gnus-group-fetch-charter): Remove.
3338
3339         * gnus.el (gnus-group-charter-alist): Remove.
3340
3341         * gnus-group.el (gnus-group-archive-directory): Remove.
3342         (gnus-group-recent-archive-directory): Ditto.
3343         (gnus-group-make-archive-group): Remove.
3344
3345         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3346
3347         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3348         use the same article number for all the cached articles.
3349
3350         * nnimap.el (nnimap-command): Register the last command time so
3351         that we can use it for idling NOOPs.
3352         (nnimap-open-connection): Start the keeplive timer.
3353         (nnimap-make-process-buffer): Store all the process buffers.
3354         (nnimap-keepalive): New function.
3355
3356         * starttls.el (starttls-open-stream): Add autoload cookie.
3357
3358 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3359
3360         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3361         handling.
3362
3363 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3364
3365         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3366         its data structures.
3367
3368         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3369         instead of the cl.el copy-list.
3370         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3371         equalp.
3372
3373 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3374
3375         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3376         and tool-bar-local-item-from-menu.
3377
3378         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3379         mode-line-highlight face for Emacs.
3380
3381         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3382         loading gnus-sum.elc; fix comment for canlock-verify.
3383         (gnus-article-jump-to-part): Use read-number.
3384         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3385         Remove Emacs pre-21 compatible code for help-echo.
3386         (gnus-article-next-page-1): No need to adjust the number of lines.
3387         (gnus-article-describe-bindings): Always use help-buffer.
3388
3389         * gnus-audio.el (gnus-audio-inline-sound)
3390         * gnus-cus.el (gnus-custom-mode)
3391         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3392
3393         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3394
3395         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3396         compatible code.
3397
3398 2010-09-24  Glenn Morris  <rgm@gnu.org>
3399
3400         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3401         visiting the fcc file in rmail-mode.
3402
3403         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3404
3405 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3406
3407         * nnir.el: Silence the byte compiler.
3408
3409         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3410         alias to browse-url-url-encode-chars if any.
3411         (gnus-html-encode-url): Use it.
3412
3413 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3414
3415         * gnus-start.el (gnus-use-backend-marks): New variable.
3416         (gnus-get-unread-articles-in-group): Use it.
3417
3418         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3419         makeover.
3420
3421 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3422
3423         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3424
3425 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3426
3427         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3428         Remove.
3429         (gnus-setup-news-hook):
3430         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3431
3432         * gnus-int.el (gnus-request-update-info): Protect against backends not
3433         having the function.
3434
3435         * nnimap.el (nnimap-stream): Mention starttls.
3436         (nnimap-open-connection): Add starttls support.
3437
3438 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3439
3440         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3441
3442 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3443
3444         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3445         BODYSTRUCTUREs.
3446         (nnimap-transform-headers): Unfold quoted {42} headers.
3447
3448         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3449         the info.
3450         (gnus-get-unread-articles): Only call updatep on backends that support
3451         it.
3452
3453         * nnweb.el (nnweb-request-update-info): NOOP.
3454
3455         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3456
3457         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3458         since it only deals with marks.
3459
3460         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3461         gnus-request-marks, and make a new gnus-request-update-info.
3462
3463         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3464         the active instead of the high number, which is usually too low.
3465
3466 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3467
3468         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3469         * encrypt.el: Remove.
3470
3471 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3472
3473         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3474         server in symbolic form.
3475
3476         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3477
3478 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3479
3480         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3481         (nnimap-update-info): Fix up code slightly.
3482
3483         * gnus-int.el (gnus-open-server): Add tracing for performance
3484         debugging.
3485
3486         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3487         (gnus-group-insert-group-line): Pass the real group name so that it
3488         gets the right data.
3489
3490         * gnus-start.el (gnus-get-unread-articles): Don't have
3491         `gnus-get-unread-articles-in-group' update info, since that can be
3492         really slow and doesn't seem to be needed?
3493
3494 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3495
3496         * time-date.el (date-to-time): Try using parse-time-string first before
3497         using the slower timezone-make-date-arpa-standard.
3498
3499 2010-09-22  Julien Danjou  <julien@danjou.info>
3500
3501         * gnus-group.el (gnus-group-insert-group-line):
3502         Call gnus-group-highlight-line.
3503         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3504         default hook list.
3505         (gnus-group-update-eval-form): Add new function.
3506         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3507         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3508
3509 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3510
3511         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3512         immediate, then expire all articles.
3513         (nnimap-update-info): Fix off-by-one errors.
3514         (nnimap-flags-to-marks): Would return no marks lists for group with no
3515         flags.  Instead return the other data.
3516
3517 2010-09-22  Julien Danjou  <julien@danjou.info>
3518
3519         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3520         Only return an icon.
3521         (gnus-group-insert-group-line): Compute icon to return.
3522
3523         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3524         (gnus-html-image-fetched): Only cache if
3525         gnus-html-image-automatic-caching is set.
3526         (gnus-html-image-fetched): Check for errors.
3527
3528 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3529
3530         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3531         once per method on `g'.  This ensures that backends like nnfolder don't
3532         open all their folders.
3533
3534         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3535         (nnimap-request-list): Nix out group in the correct buffer.
3536         (nnimap-parse-flags): Implement by using `read' instead of
3537         hand-parsing.
3538         (nnimap-flags-to-marks): Pass on permanent-flags.
3539         (nnimap-make-process-buffer): Record the server name.
3540         (nnimap-parse-flags): Fix typo.
3541         (nnimap-request-scan): Run split on the server in general, not just a
3542         single group.
3543
3544         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3545         parameter, and propagate this downwards.
3546
3547         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3548         since EXAMINE changes it on the server.
3549
3550         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3551         this command might take a while.
3552
3553 2010-09-22  Julien Danjou  <julien@danjou.info>
3554
3555         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3556         harmful if you have 2 images side-by-side, they can't be properly
3557         update on text deletion.  Using text-property is safer here.
3558         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3559         data.
3560
3561 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3562
3563         * nnimap.el (nnimap-expunge-inbox): Remove.
3564         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3565         (nnimap-expunge): Flip default to t.
3566
3567         * gnus.el (gnus-method-to-server): Don't push things to the cache
3568         unless it's unique.
3569         (gnus-server-to-method): Ditto.
3570
3571 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3572
3573         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3574
3575 2010-09-22  Julien Danjou  <julien@danjou.info>
3576
3577         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3578         get the start of data.
3579         (gnus-html-encode-url): Add this function to encode special chars in
3580         URL.
3581         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3582         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3583
3584         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3585         default.
3586         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3587
3588         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3589         images alt-text.
3590         (gnus-html-put-image): Put alt-text as help-echo.
3591
3592 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3593
3594         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3595         * mm-util.el (mm-decompress-buffer)
3596         * nnir.el (nnir-run-find-grep)
3597         * pop3.el (pop3-list): Use 3rd arg of split-string.
3598
3599         * time-date.el (format-seconds): Comment fix.
3600
3601         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3602         and byte-optimize-form-code-walker.
3603         (dgnushack-make-auto-load): Don't advise make-autoload.
3604
3605         * lpath.el: Remove Emacs 21 stuff.
3606
3607 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3608
3609         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3610         outside the active range.  Suggested by Dan Christensen.
3611
3612         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3613         slightly later to avoid double-getting it.
3614
3615         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3616         previous patch.
3617
3618         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3619
3620 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3621
3622         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3623
3624 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3625
3626         * gnus-int.el (gnus-open-server): Give a better error message in the
3627         "go offline" case.
3628
3629         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3630         marks for nnimap, which is seldom the right thing to do.
3631
3632         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3633         (gnus-same-method-different-name): New function.
3634
3635         * nnimap.el (parse-time): Require.
3636
3637         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3638         method in the presence of many similar methods.
3639
3640         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3641
3642         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3643         nnml-inhibit-expiry.
3644
3645         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3646         find out whether methods are equal.
3647
3648         * nnimap.el (nnimap-find-expired-articles): New function.
3649         (nnimap-process-expiry-targets): New function.
3650         (nnimap-request-move-article): Request the article before looking at
3651         what the Message-ID is.  Fix found by Andrew Cohen.
3652         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3653
3654         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3655         for oldness in addition to being a predicate.
3656
3657         * nnimap.el (nnimap-request-group): When we have zero articles, return
3658         the right data to Gnus.
3659         (nnimap-request-expire-articles): Only delete articles immediately if
3660         the target is 'delete.
3661
3662         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3663         method, this would bug out.
3664
3665         * gnus-group.el (gnus-group-expunge-group): Rename from
3666         gnus-group-nnimap-expunge, and implemented as a normal interface
3667         function.
3668
3669         * gnus-int.el (gnus-request-expunge-group): New function.
3670
3671         * nnimap.el (nnimap-request-create-group): Implement.
3672         (nnimap-request-expunge-group): New function.
3673
3674 2010-09-21  Julien Danjou  <julien@danjou.info>
3675
3676         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3677         (gnus-html-cache-expired): Add new function.
3678         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3679         wethever we should display image for fetch it.
3680         Compute alt-text earlier to pass it to the fetching function too.
3681         (gnus-html-schedule-image-fetching): Change function argument to only
3682         get one image at a time, not a list.
3683         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3684         cache.
3685         (gnus-html-get-image-data): New function to retrieve image data from
3686         cache.
3687         (gnus-html-put-image): Change buffer argument to use image data rather
3688         than file, and place image above region rather than inserting a new
3689         one.  Do not take alt-text as argument, since it's useless now: we place
3690         the image above alt-text.
3691         (gnus-html-prune-cache): Remove.
3692         (gnus-html-show-images): Start to fetch image when we find one, do not
3693         push into a temporary list.
3694         (gnus-html-prefetch-images): Only fetch image if they have expired.
3695         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3696         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3697
3698 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3699
3700         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3701
3702 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3703
3704         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3705         spec inser "*" if the group isn't active instead of 0.
3706
3707         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3708         opening the server.
3709         (nnimap-request-delete-group): Implement group deletion.
3710         (nnimap-transform-headers): Return the size of the entire message in
3711         the Bytes header, not just the size of the first part.
3712         (nnimap-request-move-article): When moving an article from nnimap,
3713         request the article first so the accepting form has an article to
3714         accept.  Reported by Dan Christensen.
3715         (nnimap-command): Make sure that the error message doesn't error out.
3716
3717 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3718
3719         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3720         we haven't requested anything.
3721
3722 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3723
3724         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3725         "".  Fix found by Andrew Cohen.
3726
3727         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3728         instead of -encode-string.
3729
3730 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3731
3732         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3733
3734         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3735         by mm-subst-char-in-string.
3736
3737 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3738
3739         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3740         waiting for the connection string.
3741
3742         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3743         arriving.
3744
3745         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3746         bogus characters.  This allows selecting certain Gmail groups.
3747
3748         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3749         (nnimap-fetch-partial-articles): New variable.
3750         (nnimap-open-connection): When looking for credentials, also use the
3751         nnimap-server-port.
3752         (nnimap-request-article): Return the group/article number, so that Gnus
3753         `^' works as expected.
3754         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3755
3756         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3757         comments.
3758         (gnus-methods-sloppily-equal): New function.
3759         (gnus): When using the development version of Gnus, load the gnus-load
3760         file.
3761
3762         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3763         `gnus-open-server' on each method before trying to scan them etc.
3764         This ensures that all the backend parameters are set correctly.
3765
3766         * nnimap.el (nnimap-authenticator): New variable.
3767         (nnimap-open-connection): Allow anonymous login.
3768         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3769         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3770
3771         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3772         patch, found by Knut Anders Hatlen.
3773
3774 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3775
3776         * gnus-agent.el (gnus-agent-batch-confirmation)
3777         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3778         to gnus-message.
3779         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3780         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3781         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3782         * gnus-int.el (gnus-open-server): Likewise.
3783         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3784         (gnus-score-check-syntax): Likewise.
3785         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3786         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3787         Likewise.
3788         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3789
3790 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3791
3792         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3793         calling conventions so that prefetch doesn't bug out.
3794
3795 2010-09-19  Julien Danjou  <julien@danjou.info>
3796
3797         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3798         rather than `subst-char-in-region' in order to be able to replace ASCII
3799         char by UTF-8 ones.
3800
3801         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3802         than curl.
3803         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3804         the right URL and ALT text on images.
3805         (gnus-html-wash-tags): Fix tag case.
3806         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3807         (gnus-article-html): Add -o display_ins_del=2 option.
3808         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3809
3810 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3811
3812         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3813         the extra mail headers, which sometimes seem to happen for unknown
3814         reasons.
3815
3816         * mail-parse.el (mail-header-encode-parameter): Define as
3817         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3818         (or most, perhaps?) mail readers don't understand the latter, but do
3819         understand the former.
3820
3821         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3822         to nil, so that no methods are automatically agentized.  I think this
3823         is probably what most users want.
3824
3825         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3826         from url-retrieve, for instance about invalid URLs.
3827
3828         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3829         groups that have no articles.
3830         (nnimap-request-article): Check that we really got an article when we
3831         requested one.
3832
3833         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3834         doesn't exist.
3835
3836         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3837         nntp buffer so the agent can save it.
3838         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3839         that CRLF doesn't get translated to \n.
3840         (nnimap-open-connection): Don't make 'shell commands only send \n.
3841
3842 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3843
3844         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3845         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3846         Update var name.
3847         (nnml-generate-nov-file): Use dolist.
3848         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3849         Use with-current-buffer.
3850
3851 2010-09-18  Julien Danjou  <julien@danjou.info>
3852
3853         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3854         parallel.
3855
3856 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3857
3858         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3859         the range update right.
3860         (nnimap-request-group): Don't make `M-g' bug out on group with no
3861         marks.
3862         (nnoo): Require, so that other packages can require nnimap.
3863         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3864         command we're looking for.  This helps when the server sends more
3865         responses after we've gotten everything we expected.
3866         (nnimap): Add a `newlinep' field to keep track of end-of-line
3867         conventions.
3868         Don't send CRLF to things that don't want it.
3869         (nnimap-request-accept-article): Ditto.
3870
3871 2010-09-18  Julien Danjou  <julien@danjou.info>
3872
3873         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3874         than curl to retrieve images.
3875
3876 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3877
3878         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3879         the marks.
3880         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3881         (nnimap-wait-for-connection): New function.
3882         (nnimap-open-connection): If we have PREAUTH, don't query for login
3883         credentials.
3884         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3885         when doing a partial update.
3886
3887 2010-09-18  Julien Danjou  <julien@danjou.info>
3888
3889         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3890         tags.
3891
3892 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3893
3894         * nnimap.el (nnimap-credentials): New function.
3895         (nnimap-open-connection): Use the new function to look for credentials
3896         also on the numeric equivalents of "imap" and "imaps".
3897
3898         * gnus-start.el (gnus-activate-group): Send the info to
3899         gnus-request-group.
3900
3901         * nnimap.el (nnimap-request-group): Have the "check" version of the
3902         function parse flags and update the info, so that a `M-g' get a total
3903         resync of all flags from the group.
3904
3905         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3906         to allow backends to alter the info on group selection.  Also alter all
3907         the backend -request-group functions to take the parameter.
3908
3909         * nnimap.el (nnimap-store-info): New function.
3910         (nnimap-update-info): Store the info for later usage.
3911         (nnimap-request-group): Use the stored info for the dont-check case, so
3912         that we don't retrieve all marks when we enter a group.
3913
3914         * nnimap.el: Use deffoo instead of defun for interface functions.
3915
3916         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3917         update the group info.  This makes the nndraft groups, for instance, go
3918         back to their old behaviour.
3919
3920         * gnus-sum.el (gnus-select-newsgroup): Indent.
3921
3922         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3923         in.
3924         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3925         nothing.
3926
3927         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3928         from methods that are denied.
3929
3930         * gnus-int.el (gnus-method-denied-p): New function.
3931
3932         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3933         store the password instead of netrc.
3934         (nnimap-open-connection): Don't error out when we can't make a
3935         connections.
3936
3937         * auth-source.el (auth-source-create): In the password prompt, say what
3938         we're querying for.  Also prompt for user name if that hasn't been
3939         given.
3940
3941         * nnimap.el (nnimap-with-process-buffer): Remove.
3942
3943 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3944
3945         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3946         method when we're reading from the agent.
3947
3948         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3949
3950         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3951         that's probably most useful for users.
3952
3953         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3954         "failed" all the time.
3955
3956         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3957         ...)) with (with-current-buffer ... ).
3958
3959         * nntp.el (nntp-open-server): Return whether the open was successful or
3960         not.
3961
3962         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3963         select an unread unseen article first.
3964
3965         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3966         /etc/services, supply some sensible port defaults.
3967
3968         * dgnushack.el: Define netrc-credentials.
3969
3970 2010-09-17  Julien Danjou  <julien@danjou.info>
3971
3972         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3973
3974 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3975
3976         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3977         doesn't have any parameters.
3978
3979 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3980
3981         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3982         only upcased checks.
3983
3984         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3985
3986         * nnimap.el (nnimap-open-shell-stream): New function.
3987         (nnimap-open-connection): Use it.
3988         (nnimap-transform-headers): Get the number of lines in each message.
3989         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3990         number of lines.
3991         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3992         problem.
3993
3994         * utf7.el (utf7-encode): Autoload.
3995
3996         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3997         to allow the mail splitting to not return a default group.  This is
3998         useful for nnimap, which will leave unmatched mail in the inbox.
3999
4000         * nnimap.el: Rewritten.
4001
4002         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4003         nnimap usage.
4004
4005         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4006         if the move is internal, so that nnimap can do fast internal moves.
4007
4008         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4009         data.
4010         (gnus-read-active-for-groups): Support finishing the early retrieval of
4011         data.
4012
4013         * gnus-range.el (gnus-range-nconcat): New function.
4014
4015         * gnus-int.el (gnus-finish-retrieve-group-infos)
4016         (gnus-retrieve-group-data-early): New functions.
4017
4018 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4019
4020         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4021         (nnrss-retrieve-groups):
4022         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4023         (pop3-quit): Use with-current-buffer.
4024
4025 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4026
4027         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4028         instead of nnheader-accept-process-output.
4029
4030         * dgnushack.el (dgnushack-compile): Add comment.
4031
4032         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4033
4034         * gnus-html.el (gnus-html-schedule-image-fetching)
4035         (gnus-html-prefetch-images): Replace process-kill-without-query by
4036         gnus-set-process-query-on-exit-flag.
4037
4038 2010-09-16  Romain Francoise  <romain@orebokech.com>
4039
4040         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4041
4042 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4043
4044         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4045         parameter to unintern is mandatory-ish in Emacs 24.
4046
4047         * gnus-html.el (gnus-html-schedule-image-fetching)
4048         (gnus-html-prefetch-images): Check for curl before using it.
4049
4050         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4051         depend on curl, which isn't essential.
4052
4053         * imap.el: Revert back to version
4054         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4055         seem problematic.
4056
4057 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4058
4059         * gnus-registry.el (gnus-registry-install-shortcuts):
4060         Explicitly pass `obarray' to `unintern' to avoid a warning.
4061
4062 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4063
4064         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4065         change.
4066
4067         * nnrss.el (nnrss-request-list): Remove this function and related
4068         functions, including the moreover stuff.
4069
4070 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4071
4072         * nnrss.el (nnrss-retrieve-groups): New function.
4073
4074 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4075
4076         * .dir-locals.el: Add no-byte-compile cookie.
4077
4078 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4079
4080         * time-date.el (format-seconds): Comment fix.
4081
4082         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4083         for back end that doesn't support request-scan.
4084
4085 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4086
4087         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4088         then do request scans from the backends.
4089
4090         * netrc.el (netrc-credentials): New conveniency function.
4091
4092         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4093         avoid running a hook per line, since this takes a lot of time,
4094         profiling shows.
4095         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4096         directly if gnus-visual-p is true.
4097
4098 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4099
4100         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4101         groups; replace mapcar with dolist which is a bit faster; pass groups
4102         info to gnus-read-active-file-1.
4103         (gnus-read-active-file-1): Scan only specified groups if the new
4104         optional arg `infos' is given.
4105
4106 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4107
4108         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4109
4110         * pop3.el (pop3-movemail): Remove.
4111         (pop3-streaming-movemail): Rename to pop3-movemail.
4112
4113         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4114         don't restrict end-tag searches to the end of the line.
4115
4116 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4117
4118         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4119         articles of every unchecked group to t, which means unknown since the
4120         server has never been opened.
4121
4122 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4123
4124         * gnus-html.el (gnus-html-show-alt-text): New command.
4125         (gnus-html-browse-image): Ditto.
4126         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4127         to browse the image directly.
4128         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4129         better.
4130
4131         * gnus-async.el (gnus-async-article-callback):
4132         Call `gnus-html-prefetch-images' unconditionally.
4133
4134         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4135         before feeding URLs to curl.
4136
4137 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4138
4139         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4140         internal images as deletable by `W D D'.
4141
4142         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4143         (gnus-async-article-callback): Fix typo.
4144
4145 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4146
4147         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4148         current line to work around bugs in the output from w3m.
4149
4150         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4151         for groups that want that.
4152
4153         * nntp.el (nntp-wait-for-string): Supply a timeout for
4154         accept-process-output to ensure progress.
4155
4156         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4157         level to get unread articles from, then use that for foreign groups,
4158         too.
4159
4160         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4161         confuses the rest of the function.
4162
4163         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4164         for the methods that support -retrieve-groups, too.
4165
4166         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4167
4168 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4169
4170         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4171         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4172
4173         * pop3.el: Require cl when compiling.
4174         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4175
4176 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4177
4178         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4179         that aren't going to be activated.
4180         (gnus-get-unread-articles): Fix up the last commit.
4181
4182         * gnus-html.el (gnus-article-html): Allow calling without specifying
4183         the handle.  In that case, dissect the buffer first.
4184
4185         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4186
4187         * nnimap.el (nnimap-open-connection): Revert the change that would look
4188         into authinfo for imaps instead of imap.
4189
4190         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4191         say that you don't want to call gnus-request-group with don-check, but
4192         do check the reponse.  This is for virtual groups only.
4193         (gnus-get-unread-articles): Count the archive groups as secondary, so
4194         that they're activated the same way as before.
4195
4196         * imap.el (imap-message-map): Removed optional buffer parameter, since
4197         no callers use it.
4198         (imap-message-get): Ditto.
4199         (imap-message-put): Ditto.
4200         (imap-mailbox-map): Ditto.
4201         (imap-mailbox-put): Ditto.
4202         (imap-mailbox-get): Ditto.
4203         (imap-mailbox-get): Revert last change for this function.
4204
4205         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4206         case-insensitively.
4207         (nnimap-debug): Remove.
4208
4209         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4210         to use `imap-fetch' instead.  According to the comments, this should be
4211         safe, since all other IMAP clients use the 1:* syntax.
4212         (imap-enable-exchange-bug-workaround): Removed.
4213         (imap-debug): Removed -- doesn't seem very useful.
4214
4215         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4216         mail from a file, and the file doesn't exist.
4217
4218         * imap.el (imap-log): New convenience function used throughout instead
4219         of repeating the same code all over the place.
4220
4221         * pop3.el (pop3-streaming-movemail): Return t for success.
4222
4223         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4224         .authinfo if we're using ssl connection.
4225
4226         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4227         already have if we're in a main Gnus `g' run.
4228
4229         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4230
4231 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4232
4233         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4234
4235         * nnmh.el (nnmh-request-list-1): Bind `file'.
4236
4237         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4238         alias to set-process-query-on-exit-flag or process-kill-without-query.
4239         (pop3-open-server): Use it.
4240
4241 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4242
4243         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4244         box to the Incoming file.  Fixes mistake in previous checkin.
4245
4246         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4247         request loop (for debugging purposes) removed.
4248
4249         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4250         culprit is more visible.
4251         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4252         (nnml-add-incremental-nov): New functions to do "incremental" nov
4253         updates, where we just append to the end of the existing nov files
4254         without reading/writing them in full.
4255
4256         * mail-source.el (mail-source-delete-crash-box): Really only check the
4257         incoming files once in a while.
4258
4259         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4260
4261         * mail-source.el (mail-source-delete-crash-box): Only check the
4262         incoming files for deletion once per day to save a lot of file
4263         accesses.
4264
4265         * pop3.el (pop3-logon): Fix up unbound variable typo.
4266
4267         * mail-source.el (pop3-streaming-movemail): Autoload.
4268
4269         * pop3.el (pop3-streaming-movemail):
4270         Respect pop3-leave-mail-on-server.
4271
4272         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4273         retrieval.
4274
4275         * pop3.el (pop3-process-filter): Remove unused function.
4276         (pop3-streaming-movemail, pop3-send-streaming-command)
4277         (pop3-wait-for-messages, pop3-write-to-file)
4278         (pop3-number-of-responses): New functions for streaming pop3
4279         retrieval.
4280
4281         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4282         come from no known methods.
4283         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4284         list.
4285
4286         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4287         message sizes.
4288         (pop3-movemail): Use erase-buffer instead of looping and deleting
4289         regions, which seems rather odd.
4290
4291         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4292         file once per `g' run.
4293
4294         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4295         directories.  This makes the draft queue directory work.
4296
4297         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4298         data from the backends, so that we only request the list of groups from
4299         each method once.  This should speed things up considerably.
4300
4301         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4302         detect that it's not implemented.
4303
4304         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4305         we actually do recurse down into the tree, but don't stat all leaf
4306         nodes.
4307
4308         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4309         then say so instead of bugging out.
4310
4311         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4312         files exist before trying to read them.
4313
4314         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4315         around <pre_int>.
4316
4317         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4318
4319         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4320
4321 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4322
4323         * mm-util.el (mm-image-load-path): Just return the image directories,
4324         not all directories in the path in addition to the image directories.
4325         (mm-image-load-path): Maintain a cache of the image directories so that
4326         the `g' command in Gnus doesn't have to stat dozens of directories each
4327         time.
4328
4329         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4330         (gnus-html-wash-tags): Add a new `i' command to insert images.
4331         (gnus-html-insert-image): New command and keystroke.
4332         (gnus-html-redisplay-with-images): New command and keystroke.
4333         (gnus-html-show-images): Rename command.
4334         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4335         spacers.
4336         (gnus-html-wash-tags): Decode entities at the end, so that entities
4337         inside the tags don't mess up the rest of the "parsing".
4338
4339         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4340         so that nnimap methods aren't agentized by default.  There's apparently
4341         many problems related to agent/imap behaviour.
4342
4343         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4344
4345         * gnus-html.el: Doc fix.
4346
4347 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4348
4349         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4350         specifier-spec-list for Emacs 21.
4351
4352         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4353         glyph-width and glyph-height instead of display-graphic-p and
4354         image-size; make avoidance of displaying small images work for XEmacs.
4355
4356         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4357         for XEmacs.
4358
4359         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4360         of symbol that holds plist data.
4361         (gnus-process-plist): Remove plist of process after getting it.
4362
4363 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4364
4365         * message.el (message-generate-hashcash): Change default to
4366         'opportunistic if hashcash is installed.
4367
4368         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4369         (gnus-html-put-image): Only call image-size once, since it's somewhat
4370         time-consuming on remote X servers.
4371
4372 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4373
4374         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4375         type on data, not a file name.
4376
4377         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4378         window-pixel-edges for Emacs 21.
4379
4380         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4381         decoded contents.
4382         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4383
4384 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4385
4386         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4387         group line format, since it isn't very interesting.
4388
4389         * gnus-agent.el (gnus-agent-short-article),
4390         (gnus-agent-long-article): Increase values for these two variables,
4391         since most people are likely to have more network connection and
4392         storage than before.
4393
4394         * gnus.el (gnus-refer-article-method): Change default to 'current.
4395         When referring an article, the common behaviour is to refer it from the
4396         current select method, not the native select method.  The chances of
4397         the native select method having the message in question is rather slim
4398         these days.
4399
4400         * gnus-sum.el (gnus-auto-select-subject): Change default to
4401         `unseen-or-unread'.  I think it's likely that most people want to
4402         select an unseen article over a previously seen, but unread one.
4403
4404         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4405         means that in the article buffer none of the minor mode elements will
4406         be shown, usually, and this is not desirable in most cases.
4407
4408         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4409         that commands like `d' (and the like) go to the next line in the
4410         buffer, instead of the next unread article.  I think this is the
4411         behaviour that is most natural for most users.
4412         (gnus-single-article-buffer): Change default to nil, so that people can
4413         have as many article buffers open as they have summary buffer.  I think
4414         this is the most natural way for the groups to behave.
4415
4416         * message.el (message-generate-new-buffers): Change default to
4417         `unsent', so that all new message buffers start their names with the
4418         string "*unsent", and it's easier to find the buffers if you move from
4419         them.
4420
4421 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4422
4423         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4424         small.  They're probably tracking images.
4425         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4426         (gnus-html-rescale-image): Yet another try at getting the image sizing
4427         right.
4428
4429         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4430         nntp-marks-file-name is nil.
4431
4432 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4433
4434         * gnus-html.el (gnus-html-wash-tags)
4435         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4436         Better logging.
4437
4438 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4439
4440         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4441
4442         * gnus-html.el (gnus-html-wash-tags): Check the value of
4443         gnus-blocked-images in the summary buffer.
4444
4445 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4446
4447         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4448
4449 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4450
4451         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4452         like "a", it seems like.
4453         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4454         since it needs to be picked from the correct buffer.
4455
4456         * nnwfm.el: Remove.
4457
4458         * nnlistserv.el: Remove.
4459
4460 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4461
4462         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4463         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4464
4465 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4466
4467         * nnkiboze.el: Remove.
4468
4469         * nndb.el: Remove.
4470
4471         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4472         alt text.
4473         (gnus-html-rescale-image): Try to get the rescaling logic right for
4474         images that are just wide and not tall.
4475
4476         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4477         overshadow variable bindings.
4478
4479 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4480
4481         * gnus-html.el (gnus-html-wash-tags)
4482         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4483         Add extra logging.
4484
4485 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4486
4487         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4488         (gnus-max-image-proportion): New variable.
4489         (gnus-html-rescale-image): New function.
4490         (gnus-html-put-image): Rescale images.
4491
4492 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4493
4494         Fix up some byte-compiler warnings.
4495         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4496         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4497         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4498         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4499         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4500         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4501         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4502
4503 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4504
4505         * gnus-html.el (gnus-article-html): Decode contents by charset.
4506
4507 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4508
4509         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4510         (gnus-html-frame-width, gnus-blocked-images)
4511         * message.el (message-prune-recipient-rules): Add custom version.
4512         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4513
4514         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4515         functions.
4516
4517         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4518         gnus-process-get.
4519
4520 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4521
4522         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4523         instead of lsub directly.
4524
4525 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4526
4527         * nnwarchive.el: Remove.
4528
4529         * gnus-soup.el: Remove.
4530
4531         * nnsoup.el: Remove.
4532
4533         * nnultimate.el: Remove.
4534
4535         * gnus-html.el (gnus-blocked-images): New variable.
4536
4537         * message.el (message-prune-recipients): New function.
4538         (message-prune-recipient-rules): New variable.
4539
4540         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4541         guess whether a long line is natural text or not.
4542
4543         * gnus-html.el (gnus-html-schedule-image-fetching):
4544         Use gnus-process-plist and friends for compatibility.
4545
4546 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4547
4548         * gnus-html.el: Require packages that define macros used in this file.
4549         (gnus-article-mouse-face): Declare to silence byte-compiler.
4550         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4551         process-get.
4552         (gnus-html-put-image): Use plist-get to avoid getf.
4553         (gnus-html-prefetch-images): Use with-current-buffer.
4554
4555 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4556
4557         * gnus-ems.el: Provide compatibility functions for
4558         gnus-set-process-plist.
4559
4560         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4561         header-line-format for XEmacs 21.4.
4562
4563         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4564         * gnus.el (gnus-valid-select-methods)
4565         * message.el (message-send-mail-partially-limit)
4566         * mm-decode.el (mm-text-html-renderer)
4567         * mml.el (mml-insert-mime-headers-always)
4568         * smiley.el (smiley-regexp-alist): Bump custom version.
4569
4570 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4571
4572         * gnus-html.el: require mm-url.
4573         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4574         with the url to `url'.
4575         (gnus-html-wash-tags): Support cid: URLs/images.
4576
4577 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4578
4579         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4580         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4581         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4582
4583         * gnus-move.el: Remove file, since it doesn't really work.
4584
4585         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4586         UTF-8.  This seems to fix problems with some German web feeds.
4587
4588         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4589         at the top so that the proper colours are applied.
4590
4591         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4592         don't have dots in their names.
4593
4594         * gnus-art.el (gnus-article-view-part): Doc fix.
4595
4596         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4597         XEmacs-compatible.
4598         (gnus-html-put-image): Don't do images on non-graphic displays.
4599
4600         * nnslashdot.el: Remove this unused backend.
4601
4602         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4603         actions.
4604         (gnus-undo-register-1): Revert last change.
4605
4606         * gnus-group.el (gnus-group-completing-read): Protect against not
4607         having completion-styles bound.
4608
4609         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4610         make broken recipients happier.
4611
4612         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4613
4614         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4615         point parameter.
4616
4617         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4618
4619         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4620         completion-styles for group selection.
4621
4622 2009-02-04  Andreas Schwab  <schwab@suse.de>
4623
4624         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4625         headers and regexp-quote the match if necessary.
4626
4627 2009-03-24  Miles Bader  <miles@gnu.org>
4628
4629         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4630         the blinking smiley.
4631
4632 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4633
4634         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4635         blink smiley.
4636
4637 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4638
4639         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4640         where the dribbel file lives exists.
4641
4642         * message.el (message-send-mail-partially-limit): Change the default to
4643         nil, since most people don't want this.
4644
4645         * mm-url.el (mm-url-decode-entities): Also decode entities like
4646         &#x3212.
4647
4648 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4649
4650         * gnus-sum.el (gnus-summary-idna-message):
4651         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4652         Hyperlink urls in docstrings with URL `...'.
4653
4654 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4655
4656         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4657         functions.
4658
4659 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4660
4661         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4662         say what the mouseover text should be.
4663
4664         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4665         version of the mm-w3m-safe-url-regexp variable to only download images
4666         in the groups where we want that to happen.
4667
4668         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4669
4670         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4671         easier debugging.
4672         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4673         big pictures in the article buffer.
4674
4675         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4676         gnus-article-html.
4677         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4678         w3m.
4679
4680         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4681
4682 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4683
4684         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4685         which doesn't exist.
4686
4687         * message.el (message-inhibit-ecomplete): New variable to allow some
4688         function to inhibit ecomplete address storage.
4689         (message-resend): Disable ecomplete message storage when resending
4690         messages.
4691
4692         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4693
4694 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4695
4696         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4697         Save excursion while copying, moving, and deleting articles in order to
4698         prevent the cursor from jumping to unforeseen place.
4699
4700 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4701
4702         * lpath.el: No need to bind bookmark-current-buffer,
4703         bookmark-yank-point and bookmark-make-record-function.
4704
4705 2010-08-17  Glenn Morris  <rgm@gnu.org>
4706
4707         * gnus-sync.el: Require gnus components whose functions are used.
4708
4709         * gnus-art.el (bookmark-make-record-function):
4710         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4711         Declare for compiler.
4712
4713         * mm-url.el (mml-compute-boundary): Autoload.
4714
4715 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4716
4717         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4718
4719 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4720
4721         Typo fix "hoo4a" -> "hook".
4722
4723         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4724
4725 2010-08-14  Glenn Morris  <rgm@gnu.org>
4726
4727         * gnus-sync.el (gnus-sync): Fix defgroup version.
4728
4729 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4730
4731         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4732
4733         * gnus-sync.el: Fix docs.
4734         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4735         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4736
4737 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4738
4739         Optimizations for gnus-sync.el.
4740
4741         * gnus-sync.el: Add docs about gnus-sync-backend
4742         possibilities.
4743         (gnus-sync-save): Remove unnecessary message.
4744         (gnus-sync-read): Optimize and show what groups were skipped.
4745
4746 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4747
4748         Minor bug fixes for gnus-sync.el.
4749
4750         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4751         Don't read the sync on get-new-news.
4752
4753         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4754         quiet.
4755
4756         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4757         (fix typo).
4758
4759 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4760
4761         Make saving and restoring of hidden threads work with overlays.
4762         Patch applied by Ted Zlatanov.
4763
4764         * gnus-sum.el (gnus-hidden-threads-configuration)
4765         (gnus-restore-hidden-threads-configuration): Update to deal with text
4766         properties, rather than searching for a magic character.
4767
4768 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4769
4770         New gnus-sync.el library for synchronization of marks.
4771
4772         * gnus-sync.el: New library for synchronization of marks.
4773
4774         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4775         renamed from `gnus-registry-grep-in-list'.
4776
4777         * gnus-registry.el (gnus-registry-follow-group-p):
4778         Use `gnus-grep-in-list'.
4779
4780         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4781
4782 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4783
4784         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4785         determining charset of text fails.
4786
4787 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * nnmail.el (nnmail-get-new-mail-1): Revert.
4790
4791         * nnml.el (nnml-active-number): Make sure names of newly created groups
4792         in nnml-group-alist are encoded.
4793
4794 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4795
4796         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4797         containing non-ASCII characters in active file for nnml back end.
4798
4799 2010-07-24  David Engster  <dengste@eml.cc>
4800
4801         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4802         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4803
4804 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4805
4806         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4807         tag (Bug#6654).
4808
4809 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4810
4811         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4812         the article buffer, not the summary buffer.
4813
4814 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4815
4816         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4817         Emacs 23 as well.
4818
4819 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4820
4821         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4822         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4823
4824 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4825
4826         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4827         Patch applied by Karl Fogel.
4828
4829         * gnus-sum.el (gnus-summary-bookmark-make-record):
4830         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4831
4832 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4833
4834         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4835         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4836         C-w still not working correctly from Article buffers; Thierry's
4837         patch to fix that will be applied after this.
4838
4839         * gnus-art.el (bookmark-make-record-function): New local variable.
4840
4841         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4842         article buffer.
4843         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4844
4845 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4846
4847         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4848         on changes in bookmark.el.
4849
4850 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4851
4852         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4853         `no-log' instead of message not to log prompt string.
4854
4855 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4856
4857         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4858         the *other* type of HTML form submission.
4859
4860 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4861
4862         * auth-source.el (auth-source-pick): If choice does not contain a
4863         questioned keyword, set the check to t.
4864
4865 2010-06-12  Romain Francoise  <romain@orebokech.com>
4866
4867         * gnus-util.el (gnus-date-get-time): Move up before first use.
4868
4869 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4870
4871         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4872         (gnus-article-edit-part): Bind it to make last part that is substituted
4873         or deleted visible.
4874         (gnus-mime-display-single): Buttonize part of which id equals to
4875         gnus-mime-buttonized-part-id.
4876
4877 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4878
4879         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4880         (gnus-dd-mmm): Use gnus-date-get-time.
4881         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4882         simplify logic.
4883         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4884         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4885
4886 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4887
4888         * auth-source.el (top): Autoload `secrets-list-collections',
4889         `secrets-create-item', `secrets-delete-item'.
4890         (auth-sources): Fix tag string.
4891         (auth-get-source, auth-source-retrieve, auth-source-create)
4892         (auth-source-delete): New defuns.
4893         (auth-source-pick): Rewrite in order to avoid 2 passes.
4894         (auth-source-forget-user-or-password): New parameter USERNAME.
4895         (auth-source-user-or-password): New parameters CREATE-MISSING and
4896         DELETE-EXISTING.  Retrieve password interactively, if needed.
4897
4898 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4899
4900         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4901         deleting unused directories when gnus-expert-user is t.
4902
4903 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4904
4905         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4906         for each temp file when gnus-article-browse-delete-temp is ask.
4907
4908 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4909
4910         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4911         Lisp calls to delete-backward-char by calls to delete-char.
4912
4913 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4914
4915         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4916
4917 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4918
4919         * password-cache.el (password-cache-remove): Fix docstring.
4920
4921 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4922
4923         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4924         article unless decoding article to be saved.
4925
4926 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4927
4928         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4929         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4930         generated within the mm-with-unibyte-current-buffer macro.
4931
4932 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4933
4934         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4935         to nil when we're in a mml-preview buffer and no group is selected.
4936
4937 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4938
4939         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4940         when catching the `C-g'.  Reported by "Leo".
4941
4942 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4943
4944         * message.el (message-forward-make-body-plain)
4945         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4946         multibyte-string-p.
4947
4948         * lpath.el: Revert.
4949
4950 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4951
4952         * message.el (message-forward-make-body-mml): Assume original message
4953         is multibyte string; error on unibyte.
4954         (message-forward-make-body-plain): Ditto; don't add excessive newline
4955         in body end.
4956
4957         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4958
4959 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4960
4961         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4962         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4963
4964 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4965
4966         * mm-extern.el (mm-extern-url): Don't use
4967         mm-with-unibyte-current-buffer.
4968         (mm-extern-cache-contents): Use with-current-buffer instead of
4969         save-excursion + set-buffer.
4970
4971 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4972
4973         * mm-util.el (mm-emacs-mule): Remove.
4974
4975 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4976
4977         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4978         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4979         change.
4980
4981 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4982
4983         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4984         bind the default value of enable-multibyte-characters to nil.
4985
4986 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4987
4988         * message.el (message-forward-make-body-plain)
4989         (message-forward-make-body-mml):
4990         Don't use mm-with-unibyte-current-buffer.
4991
4992 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4993
4994         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4995
4996 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4997
4998         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4999         (Bug#5592).
5000
5001 2010-05-07  Julien Danjou  <julien@danjou.info>
5002
5003         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5004         it to mm-pipe-part.
5005
5006         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5007         it is given.
5008
5009 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5010
5011         * binhex.el (binhex-decode-region-internal)
5012         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5013         (dns-query)
5014         * nnweb.el (nnweb-gmane-search)
5015         * pgg-parse.el (pgg-parse-armor)
5016         * pgg.el (pgg-verify-region)
5017         * sha1.el (sha1-string-external)
5018         * uudecode.el (uudecode-decode-region-internal)
5019         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5020         XEmacs.
5021
5022         * gnus-art.el (gnus-article-browse-html-parts)
5023         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5024         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5025         make-temp-file.
5026
5027         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5028         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5029         compiling.
5030
5031         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5032         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5033         XEmacs when compiling.
5034
5035         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5036         gnus-pick-mode-off-hook for XEmacs when compiling.
5037         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5038         gnus-binary-mode-off-hook for XEmacs when compiling.
5039
5040         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5041         Return nil if char-charset is not available.
5042
5043         * imap.el (imap-disable-multibyte)
5044         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5045         macros.
5046
5047         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5048         instead of encode-coding-string.
5049
5050         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5051         'xemacs) instead of mm-emacs-mule to switch function definitions.
5052         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5053
5054         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5055         bind temporary-file-directory for XEmacs;
5056         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5057         timer-set-function for XEmacs 21.4 and SXEmacs;
5058         bind timer-list for XEmacs 21.4 and SXEmacs;
5059         fbind char-charset and find-charset-region for non-Mule XEmacs;
5060         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5061         encode-coding-region and encode-coding-string for XEmacs having no
5062         file-coding feature.
5063
5064 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5065
5066         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5067
5068 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5069
5070         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5071         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5072
5073 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5074
5075         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5076         alias `jka-compr-delete-temp-file' no longer exists.
5077
5078 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5079
5080         Use define-minor-mode in Gnus where applicable.
5081         * mml.el (mml-mode): Use define-minor-mode.
5082         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5083         (gnus-undo-mode): Use define-minor-mode.
5084         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5085         (gnus-dead-summary-mode): Use define-minor-mode.
5086         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5087         Initialize in declaration.
5088         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5089         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5090         (gnus-mailing-list-mode): Use define-minor-mode.
5091         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5092         (gnus-draft-mode): Use define-minor-mode.
5093         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5094         (gnus-dired-mode): Use define-minor-mode.
5095
5096 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5097
5098         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5099         handles on recursive mml-to-mime translation and check them for
5100         boundary delimiter collisions.  Reported by Greg Troxel.
5101
5102 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5103
5104         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5105
5106 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5107
5108         * mm-util.el (mm-find-buffer-file-coding-system):
5109         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5110
5111 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5112
5113         * message.el (message-generate-headers): Record insertion of optional
5114         headers as well.  Otherwise the check to prevent repeated insertion of
5115         optional headers is a no-op.
5116
5117 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5118
5119         * smime.el: Don't mention CVS.
5120
5121         * nnrss.el (nnrss-fetch): Don't mention CVS.
5122
5123         * nnir.el: Don't mention CVS.
5124
5125 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5126
5127         * gnus-sum.el (gnus-summary-bookmark-make-record):
5128         Add `location' field.
5129
5130 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5131
5132         * lpath.el: Fbind bookmark-default-handler,
5133         bookmark-get-bookmark-record, bookmark-make-record-default,
5134         bookmark-prop-get for Emacs <23 and XEmacs.
5135
5136 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5137
5138         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5139         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5140         Use with-current-buffer to silence the byte-compiler.
5141         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5142         bother to require `gnus'.
5143         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5144
5145 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5146
5147         * gnus-sum.el (gnus-summary-bookmark-make-record)
5148         (gnus-summary-bookmark-jump): New functions.
5149         (gnus-summary-mode): Setup bookmark support.
5150
5151 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5152
5153         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5154         if set.
5155
5156 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5157
5158         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5159         gnus-article-browse-html-save-cid-image; make it work recursively for
5160         forwarded messages as well.
5161         (gnus-article-browse-html-parts): Work when prefix arg is given.
5162         (gnus-article-browse-html-article): Doc fix.
5163
5164 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5165
5166         * message.el (message-default-mail-headers):
5167         (message-default-headers): Carry the value mail-default-headers over
5168         into message-default-mail-headers, rather than message-default-headers.
5169
5170 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5171
5172         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5173         charset.
5174
5175         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5176         charset into the <meta> tag when the article is encoded to utf-8.
5177
5178 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5179
5180         * gnus-art.el (gnus-article-browse-delete-temp-files):
5181         Delete directories as well.
5182         (gnus-article-browse-html-parts): Work for images that do not specify
5183         file names; delete temp directory when quitting; insert header at the
5184         right place; use file: scheme for image files.
5185
5186 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5187
5188         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5189         (gnus-article-browse-html-parts): Use it to make temporary cid image
5190         files in addition to html file so that browser may display them.
5191
5192 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5193
5194         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5195
5196 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5197
5198         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5199
5200 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5201
5202         * auth-source.el (auth-sources): Change default to be simpler.
5203         Explain about Secret Service API sources.  Improve Customize options.
5204         (auth-source-pick): Change to accept any number of search parameters.
5205         Implement fallbacks iteratively, not recursively.  Add scoring on the
5206         second pass and sort by score.  Call Secret Service API when needed.
5207         (auth-source-user-or-password): Use it.  Call Secret Service API
5208         directly when needed to get the user name and the password.
5209
5210 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5211
5212         * message.el (message-interactive): Doc fix.
5213         (message-qmail-inject-args): Reflow.
5214         (message-kill-to-signature): Fix typo in docstring.
5215
5216         * smiley.el (smiley-buffer): Fix typo in docstring.
5217
5218 2010-03-24  Glenn Morris  <rgm@gnu.org>
5219
5220         * mail-source.el (gnus-message): Declare.
5221         (mail-source-delete-old-incoming): Require gnus-util.
5222
5223 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5224
5225         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5226
5227         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5228
5229         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5230         password-cache's default if it is not bound.
5231         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5232         password-cache-expiry's default if it is not bound.
5233
5234         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5235         available in Emacs 21.
5236
5237         * lpath.el: Suppress compiler warnings for:
5238         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5239         XEmacs;
5240         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5241         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5242         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5243
5244 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5245
5246         * auth-source.el (auth-sources): Fix up definition so extra parameters
5247         are always inline.
5248
5249 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5250
5251         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5252         wasn't updated after mismatch.  Clear cached mailbox info correctly
5253         when uidvalidity changes.
5254         (nnimap-group-prefixed-name): New function to avoid some code
5255         duplication.
5256         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5257         (nnimap-request-group): Use it.
5258         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5259         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5260         with many imap folders.  This is done by caching the group status from
5261         the imap server persistently in a group parameter `imap-status'.  (This
5262         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5263         but not persistently, so every Gnus startup was still very slow.)
5264
5265 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5266
5267         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5268         delete the extra newline.  Otherwise editing of :string and :number
5269         types don't work.
5270
5271 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5272
5273         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5274         secrets.el dependency.
5275         (auth-sources): Add optional user name.  Add secrets.el configuration
5276         choice (unused right now).
5277
5278 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5279
5280         * gnus-sum.el (gnus-summary-make-menu-bar):
5281         Let `gnus-registry-install-shortcuts' fill in the functions.
5282
5283         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5284         warnings.
5285         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5286         (gnus-registry-install-shortcuts): Populate and use it in a
5287         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5288
5289 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5290
5291         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5292         In-place substitutions for the group name encoding/decoding.
5293         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5294         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5295         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5296         (nnimap-update-unseen, nnimap-request-list)
5297         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5298         (nnimap-request-set-mark, nnimap-split-to-groups)
5299         (nnimap-split-articles, nnimap-request-newgroups)
5300         (nnimap-request-create-group, nnimap-request-accept-article)
5301         (nnimap-request-delete-group, nnimap-request-rename-group)
5302         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5303         `encoded-mbx' for consistency.
5304         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5305         variable `imap-current-mailbox'.
5306
5307         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5308         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5309
5310 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5311
5312         * pop3.el (pop3-display-message-size-flag): Display message size byte
5313         counts during POP3 download.
5314         (pop3-movemail): Use it.
5315         (pop3-list): Implement listing of available messages.
5316
5317 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5318
5319         * nnir.el (nnir-get-article-nov-override-function): New function to
5320         override the normal NOV retrieval.
5321         (nnir-retrieve-headers): Use it.
5322
5323 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5324
5325         * auth-source.el (netrc-machine-user-or-password): Autoload.
5326
5327 2010-03-19  Glenn Morris  <rgm@gnu.org>
5328
5329         Stop message.el from loading about 40 libraries it doesn't always need.
5330         The general approach is to autoload rather than require, and to
5331         require in the specific functions rather than the file.  (Bug#5642)
5332
5333         * gmm-utils.el: Don't require wid-edit.
5334         (widget-create-child-value, widget-convert, widget-default-get):
5335         Autoload.
5336
5337         * gnus-util.el: Don't require time-date, netrc.
5338         (message-fetch-field, gnus-group-name-decode): Declare rather than
5339         autoloading.
5340         (gnus-fetch-field): Require message.
5341         (gnus-decode-newsgroups): Require gnus-group.
5342
5343         * ietf-drums.el: Don't require time-date.
5344
5345         * message.el: Don't require hashcash, canlock, ecomplete.
5346         Do require mail-utils.  Require nnheader only when compiling.
5347         (smtpmail-default-smtp-server): Remove declaration.
5348         (message-send-mail-function): Check smtpmail-default-smtp-server
5349         is bound rather than requiring smtpmail.
5350         (message-auto-save-directory, message-insert-signature):
5351         Use expand-file-name rather than nnheader-concat.
5352         (nnheader-insert-file-contents): Autoload.
5353         (hashcash-wait-async): Declare.
5354         (message-send-mail): Only call gnus-setup-posting-charset if
5355         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5356         (message-send-mail-with-sendmail): Require sendmail.
5357         (canlock-password, canlock-password-for-verify): Declare.
5358         (message-canlock-password): Require canlock.
5359         (nnheader-get-report): Autoload.
5360         (gnus-setup-posting-charset): Declare.
5361         (message-send-news): Require gnus-msg.
5362         (message-make-references, message-make-in-reply-to): Use mail-header-id
5363         rather than the alias mail-header-message-id.
5364         (ecomplete-add-item, ecomplete-save): Declare.
5365         (message-put-addresses-in-ecomplete): Require ecomplete.
5366         (ecomplete-display-matches): Autoload.
5367
5368         * mm-decode.el: Don't require mailcap, gnus-util.
5369         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5370         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5371         Autoload.
5372         (mailcap-mime-extensions): Declare.
5373
5374         * mm-encode.el: Don't require mailcap.
5375         (mailcap-extension-to-mime): Autoload.
5376
5377         * mml-sec.el: Don't require password-cache.
5378
5379         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5380         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5381         (mml-minibuffer-read-type): Require mailcap.
5382         (mml-preview): Require gnus-msg.
5383
5384         * mml1991.el: Require password-cache.
5385         (password-cache-expiry): Remove declaration.
5386
5387         * mml2015.el: Require password-cache.
5388         (password-cache-expiry): Remove declaration.
5389
5390         * nneething.el (mailcap): Require mailcap.
5391
5392         * nnheader.el (declare-function): Add compatibility stub.
5393         (message-remove-header): Declare rather than autoload.
5394         (nnheader-replace-header): Require message.
5395
5396         * nnimap.el (declare-function): Add compatibility stub.
5397         (netrc-parse, netrc-machine-user-or-password): Declare.
5398         (nnimap-open-connection): Require netrc.
5399
5400         * nntp.el (declare-function): Add compatibility stub.
5401         (netrc-parse, netrc-machine, netrc-get): Declare.
5402         (nntp-send-authinfo): Require netrc.
5403
5404         * rfc2047.el: Don't require qp.
5405         (quoted-printable-encode-region, quoted-printable-decode-string):
5406         Autoload.
5407
5408         * sieve-mode.el: Don't require easymenu.
5409         (easy-menu-add-item): Autoload it.
5410
5411         * spam-stat.el (time-to-number-of-days): Autoload it.
5412
5413 2010-03-19  Glenn Morris  <rgm@gnu.org>
5414
5415         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5416
5417 2010-03-18  Glenn Morris  <rgm@gnu.org>
5418
5419         * hashcash.el (declare-function): Remove duplicate definition.
5420
5421 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5422
5423         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5424         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5425         value if any backslash escapes).
5426
5427 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5428
5429         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5430         if it is available.  (bug#5647)
5431
5432         * lpath.el: Suppress compiler warning for coding-system-from-name for
5433         Emacs 21 and XEmacs.
5434
5435 2010-03-14  Juri Linkov  <juri@jurta.org>
5436
5437         * hmac-def.el:
5438         * hmac-md5.el:
5439         * netrc.el: Fix keywords.
5440
5441 2010-02-26  Glenn Morris  <rgm@gnu.org>
5442
5443         * message.el (message-send-mail-function): Change the default, so that
5444         it inherits from a customized send-mail-function.  (Bug#5643)
5445
5446 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5447
5448         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5449         shell-command-to-string signals an error (bug#5299).
5450
5451 2010-02-24  Glenn Morris  <rgm@gnu.org>
5452
5453         * message.el (message-smtpmail-send-it)
5454         (message-send-mail-with-mailclient): Doc fixes.
5455
5456 2010-02-16  Glenn Morris  <rgm@gnu.org>
5457
5458         * message.el (message-default-mail-headers): Change the default value
5459         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5460
5461 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5462
5463         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5464         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5465
5466 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5467
5468         * time-date.el (date-to-time): Doc fix (Bug#5408).
5469
5470 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5471
5472         * message.el (message-mail): Just pass yank-action on to message-setup.
5473         (message-setup): Handle (FUN . ARGS) form of yank-action.
5474         (message-with-reply-buffer, message-widen-reply)
5475         (message-yank-original): Handle non-buffer values of
5476         message-reply-buffer (Bug#4080).
5477         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5478
5479 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5480
5481         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5482         Fix typo in docstring.
5483
5484 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5485
5486         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5487         response.
5488
5489 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5490
5491         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5492
5493         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5494
5495         * message.el (message-check-news-header-syntax): Protect against a
5496         string that `rfc822-addresses' returns when parsing fails.
5497
5498 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5499
5500         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5501         (gnus-previous-char-property-change): New functions.
5502
5503         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5504
5505 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5506
5507         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5508         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5509
5510 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5511
5512         * message.el (message-exchange-point-and-mark): Rework last change to
5513         avoid using optional arg of exchange-point-and-mark, for backward
5514         compatibility.
5515
5516 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5517
5518         * message.el (message-exchange-point-and-mark):
5519         Call exchange-point-and-mark with an argument rather than setting
5520         mark-active by hand (Bug#5175).
5521
5522 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5523
5524         * nntp.el (nntp-service-to-port): Work for service expressed with
5525         numeric string; replace [:digit:] with [0-9] for XEmacs.
5526
5527 2009-12-17  Glenn Morris  <rgm@gnu.org>
5528
5529         * gnus-group.el (gnus-bug-group-download-format-alist):
5530         Change emacs entry to debbugs.gnu.org.  Bump :version.
5531
5532 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5533
5534         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5535
5536 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5537
5538         * message.el (message-info): Explain why we use `Info-goto-node'.
5539
5540 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5541
5542         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5543
5544 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5545
5546         * message.el (message-completion-in-region): New compatibility function.
5547         (message-expand-group): Use it.
5548
5549 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5550
5551         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5552         with no unread article should be listed if the 2nd arg `predicate' is
5553         given.
5554
5555 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5556
5557         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5558
5559 2009-11-29  Juri Linkov  <juri@jurta.org>
5560
5561         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5562         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5563         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5564
5565 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5566
5567         * sha1.el (sha1-string-external): default-directory "/" in case
5568         otherwise non-existent.  process-connection-type pipe for touch of
5569         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5570
5571 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5572
5573         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5574         it's comms related and sgml-mode.el has "comm" on that basis too.
5575
5576 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5577
5578         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5579         containing tspecial characters if they have been already quoted.
5580
5581 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5582
5583         * dns-mode.el (auto-mode-alist): Purecopy string.
5584
5585 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5586
5587         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5588
5589 2009-10-24  Glenn Morris  <rgm@gnu.org>
5590
5591         * gnus-art.el (help-xref-stack-item): Define for compiler.
5592
5593 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5594
5595         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5596
5597 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5598
5599         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5600
5601 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5602
5603         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5604         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5605
5606 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5607
5608         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5609         (gnus-overlays-in): New alias to overlays-in.
5610
5611         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5612         gnus-overlay-get, and gnus-delete-overlay.
5613         (gnus-summary-show-thread): Make it work as well for systems in which
5614         next-single-char-property-change is not available.
5615         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5616
5617         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5618         (gnus-overlay-get): New alias to extent-property.
5619         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5620
5621         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5622         SXEmacs.
5623
5624         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5625         SXEmacs.
5626
5627 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5628
5629         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5630
5631 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5632
5633         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5634         and XEmacs that don't have `remove-overlays'.
5635
5636 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5637
5638         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5639         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5640         selective display.  Use overlays instead.
5641
5642 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5643
5644         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5645
5646 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5647
5648         * spam-stat.el (spam-stat-load): Fix typo in message.
5649
5650 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5651
5652         * dig.el (dig-invoke): Fix typo in docstring.
5653         (query-dig): Reflow docstring.
5654
5655 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5656
5657         * gnus-art.el (gnus-article-encrypt-body):
5658         * message.el (message-check-recipients):
5659         * mm-util.el (mm-codepage-setup):
5660         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5661         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5662
5663 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5664
5665         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5666         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5667         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5668         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5669         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5670
5671 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5672
5673         * dig.el: Add "Keywords: comm", as per net-utils.el.
5674
5675 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5676
5677         * dig.el (dig-mode): Use define-derived-mode.
5678
5679 2009-09-19  Glenn Morris  <rgm@gnu.org>
5680
5681         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5682
5683 2009-09-18  Glenn Morris  <rgm@gnu.org>
5684
5685         * gnus-diary.el (gnus-diary-check-message):
5686         * message.el (message-insert-formatted-citation-line):
5687         * nnbabyl.el (top-level):
5688         * nndiary.el (nndiary-schedule):
5689         Fix typos in condition-case handlers.
5690
5691 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5692
5693         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5694         configuration that provides the sole article window in a frame;
5695         position point correctly after deleting a part.
5696
5697 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5698
5699         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5700         (spam-resolve-registrations-routine): Use it to unregister articles
5701         that change status.
5702
5703 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5704
5705         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5706         with XEmacs.
5707         (parse-time-string-chars): Use it.
5708
5709 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5710
5711         * imap.el (imap-interactive-login): Better messages.
5712         (imap-open): Fix bug with renamed buffer on reconnect.
5713         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5714         for easier debugging and cleaner code.  On successful (guessed based on
5715         server capabilities) secondary authentication, set imap-state
5716         correctly.
5717         (imap-last-authenticator): Define imap-last-authenticator as a variable
5718         to avoid warnings.
5719
5720 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * nnrss.el (nnrss-request-article): Remove binding of
5723         default-enable-multibyte-characters that has gotten needless by
5724         the 2007-07-13 change in rfc2047-encode-message-header.
5725
5726         * mml.el (mml-insert-multipart): Error on the message header.
5727         (mml-insert-part): Error on the message header; position point at
5728         the end of a MIME tag.
5729
5730 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5731
5732         * time-date.el (autoload): Expand define-obsolete-function-alias into
5733         defalias and make-obsolete for old Emacsen that Gnus supports.
5734         (with-no-warnings): Define it for old Emacsen.
5735         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5736         is available.
5737         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5738         float-time is available; suppress compile warning for time-to-seconds.
5739
5740         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5741         (gnus-float-time): Alias to float-time if it exists.
5742
5743         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5744         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5745         float-time is available; suppress compile warning for time-to-seconds.
5746
5747         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5748         XEmacs.
5749
5750 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5751
5752         * imap.el (imap-message-map): Docstring fix.
5753
5754 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5755
5756         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5757         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5758         Add the optional argument `encoding' that overrides the default.
5759
5760         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5761         mm-encode-buffer.
5762
5763 2009-09-04  Glenn Morris  <rgm@gnu.org>
5764
5765         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5766         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5767         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5768         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5769         * mm-util.el (mm-with-unibyte-current-buffer)
5770         (mm-find-buffer-file-coding-system):
5771         * yenc.el (yenc-decode-region): Use default-value rather than
5772         default-enable-multibyte-characters.
5773
5774 2009-09-03  Glenn Morris  <rgm@gnu.org>
5775
5776         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5777         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5778         than default-enable-multibyte-characters.
5779
5780 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5781
5782         * gnus-art.el (gnus-article-read-summary-keys):
5783         Fix gnus-buffer-configuration's value temporarily used.
5784
5785 2009-09-02  Glenn Morris  <rgm@gnu.org>
5786
5787         * gnus-util.el (gnus-float-time): New function.
5788         * gnus-delay.el (gnus-delay-article):
5789         * gnus-sum.el (gnus-thread-latest-date):
5790         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5791         * nnspool.el (nnspool-request-newgroups):
5792         Use gnus-float-time rather than time-to-seconds.
5793         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5794
5795         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5796         (gnus-header-subject-face, gnus-header-newsgroups-face)
5797         (gnus-header-name-face, gnus-header-content-face):
5798         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5799         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5800         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5801         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5802         (gnus-cite-face-11):
5803         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5804         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5805         (gnus-server-closed-face, gnus-server-denied-face)
5806         (gnus-server-offline-face):
5807         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5808         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5809         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5810         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5811         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5812         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5813         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5814         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5815         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5816         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5817         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5818         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5819         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5820         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5821         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5822         (gnus-summary-high-undownloaded-face)
5823         (gnus-summary-low-undownloaded-face)
5824         (gnus-summary-normal-undownloaded-face)
5825         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5826         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5827         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5828         (gnus-splash-face):
5829         * message.el (message-header-to-face, message-header-cc-face)
5830         (message-header-subject-face, message-header-newsgroups-face)
5831         (message-header-other-face, message-header-name-face)
5832         (message-header-xheader-face, message-separator-face)
5833         (message-cited-text-face, message-mml-face):
5834         * sieve-mode.el (sieve-control-commands-face)
5835         (sieve-action-commands-face, sieve-test-commands-face)
5836         (sieve-tagged-arguments-face):
5837         * spam.el (spam-face):
5838         Mark face aliases with "-face" in the name as obsolete.
5839
5840 2009-09-01  Glenn Morris  <rgm@gnu.org>
5841
5842         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5843         than goto-line.
5844
5845 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5846
5847         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5848         Don't move point if the command is invoked inside the message header.
5849
5850 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5851
5852         * imap.el (imap-send-command): Simplify.
5853         (imap-wait-for-tag): point-max -> buffer-size.
5854
5855 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5856
5857         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5858         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5859         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5860         * nnir.el (nnir-swish-e-index-file):
5861         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5862         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5863         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5864         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5865         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5866         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5867
5868 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5869
5870         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5871         Don't save excursion.
5872
5873 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5874
5875         * nnheader.el (nnheader-find-file-noselect):
5876         * mm-util.el (mm-insert-file-contents):
5877         Use (default-value 'major-mode) instead of default-major-mode.
5878
5879 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5880
5881         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5882
5883 2009-08-26  Glenn Morris  <rgm@gnu.org>
5884
5885         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5886         than placing in files.el.
5887
5888 2009-08-25  Glenn Morris  <rgm@gnu.org>
5889
5890         * nnir.el (top-level): Don't require cl at run-time.
5891         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5892         Replace cl-function substitute with gnus-replace-in-string.
5893         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5894         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5895         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5896         simplified expansions.
5897
5898 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5899
5900         * dig.el (dig): Add autoload cookie.
5901
5902 2009-08-22  Glenn Morris  <rgm@gnu.org>
5903
5904         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5905         goto-line.
5906
5907 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5908
5909         * parse-time.el (parse-time-string-chars): Save match data.
5910
5911 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5912
5913         * parse-time.el (parse-time-string-chars): Compute using character
5914         classes, to handle non-ascii characters (Bug#3190).
5915
5916 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5917
5918         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5919
5920         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5921         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5922         (gnus-mm-display-part, gnus-mime-display-single)
5923         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5924         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5925
5926         * gnus-sum.el
5927         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5928         (gnus-summary-move-article): Add expirable mark to articles copied or
5929         moved to group that has auto-expire turned on if the option is non-nil.
5930
5931 2009-07-24  Glenn Morris  <rgm@gnu.org>
5932
5933         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5934         Fix typo.  (Bug#3903)
5935
5936 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5937
5938         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5939         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5940         that should not be used for draft articles.
5941         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5942         that has no concern in minor mode keys.
5943         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5944         Abolish.
5945
5946 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5947
5948         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5949         article without making inquiry to a user for unknown encoding.
5950
5951         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5952         (nnmaildir--scan): Assume i-node and device number that file-attributes
5953         returns might be cons-cell.
5954
5955         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5956
5957         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5958
5959 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5960
5961         * auth-source.el: Remove docs now in auth.texi.  Don't use
5962         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5963         `auth-source-hide-passwords' and use them.
5964
5965 2009-07-15  Glenn Morris  <rgm@gnu.org>
5966
5967         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5968
5969 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5970
5971         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5972         excessive whitespace from the default values of title and description.
5973
5974 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5975
5976         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5977         mail-fetch-field to fetch Content-Description header in order to
5978         exclude newlines.
5979
5980 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5981
5982         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5983         format used by GnuPG 2.0.11.
5984
5985 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5986
5987         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5988         to deleted part.
5989
5990 2009-05-30  David Engster  <dengste@eml.cc>
5991
5992         * nnmairix.el: Remove old documentation in the commentary block.
5993         (nnmairix-request-group): Do not update active file for nnml back ends.
5994         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5995         end so that overview files are ignored.
5996         (nnmairix-update-groups): Make updating the groups more robust by using
5997         marks.
5998         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5999         with dollar characters in message-id.
6000
6001 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6002
6003         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6004         2008-12-25 in dns.el.
6005
6006 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6007
6008         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6009         could happen if the text is only composed of spaces and/or tabs.
6010
6011 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6012
6013         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6014         when sending a queued message to avoid extra mml tags.
6015
6016 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6017
6018         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6019
6020 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6021
6022         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6023         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6024         rmail-toggle-header for XEmacs;
6025         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6026
6027 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6028
6029         * gnus-dired.el: Remove autoload for gnus-setup-message.
6030         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6031         displaying Gnus logo; always use compose-mail.
6032
6033 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6034
6035         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6036
6037 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6038
6039         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6040         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6041         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6042         available.
6043         (gnus-nocem-epg-verify): New function.
6044
6045 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6046
6047         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6048
6049 2009-02-15  Glenn Morris  <rgm@gnu.org>
6050
6051         * gnus-util.el (rmail-insert-rmail-file-header)
6052         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6053         autoloads.
6054         (rmail-default-rmail-file): Remove unnecessary declaration.
6055         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6056
6057 2009-02-14  Glenn Morris  <rgm@gnu.org>
6058
6059         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6060         variable (only used in gnus-util, which declares it anyway).
6061         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6062         which was only needed by gnus-art (changed to not use it any more).
6063         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6064         only used in gnus-util, which autoloads it itself.
6065         (rmail-update-summary): Fix autoload.
6066
6067         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6068         rather than rmail-output-to-rmail-file.
6069
6070 2009-02-07  Glenn Morris  <rgm@gnu.org>
6071
6072         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6073         autoload of function that no longer exists.
6074         (rmail-toggle-header): Declare.
6075         (message-forward-rmail-make-body): Handle mbox Rmail.
6076
6077 2009-01-31  Glenn Morris  <rgm@gnu.org>
6078
6079         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6080         2009-01-09 change.
6081
6082 2009-01-31  Dave Love  <fx@gnu.org>
6083
6084         * imap.el (imap-fetch-safe): Bind debug-on-error.
6085         (imap-debug): Add imap-fetch-safe.
6086
6087 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6088
6089         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6090         (auth-source-forget-all-cached): New convenience function.
6091         (auth-source-user-or-password): Accept list of modes or a single mode.
6092
6093         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6094         auth-source modes.
6095
6096         * netrc.el (netrc-machine-user-or-password): Use list of
6097         auth-source modes.
6098
6099         * nnimap.el (nnimap-open-connection): Use list of
6100         auth-source modes.
6101
6102         * nntp.el (nntp-send-authinfo): Use list of
6103         auth-source modes.
6104
6105 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6106
6107         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6108         now.
6109
6110 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6111
6112         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6113         coding system in XEmacs; add a workaround for XEmacs.
6114
6115         * lpath.el: Fbind coding-system-aliasee.
6116
6117 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6118
6119         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6120         of current-language-environment.
6121
6122 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6123
6124         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6125         available at runtime.
6126
6127 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6128
6129         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6130
6131 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6132
6133         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6134         the greatest positive fixnum value doesn't work under an XEmacs with
6135         bignum support; use the most-positive-fixnum constant instead,
6136         available since Emacs 21.1 with cl and XEmacs 21.1.
6137
6138 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6139
6140         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6141         XEmacs gets not to work.
6142
6143 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6144
6145         * mm-util.el (mm-coding-system-priorities): Allow the value like
6146         "Japanese (UTF-8)" of current-language-environment.
6147
6148 2009-01-09  Glenn Morris  <rgm@gnu.org>
6149
6150         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6151         with last-command-event.
6152
6153 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6154
6155         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6156         in the doc string.
6157
6158         * message.el (message-fix-before-sending): Amend comment.
6159
6160 2009-01-08  Dave Love  <fx@gnu.org>
6161
6162         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6163
6164 2009-01-07  David Engster  <dengste@eml.cc>
6165
6166         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6167         simplified server definitions by converting it via
6168         gnus-server-to-method.
6169
6170 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6171
6172         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6173         parameter's operands.
6174
6175 2009-01-06  David Engster  <dengste@eml.cc>
6176
6177         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6178         primary select method (for gnus-group-mark-article-as-read).
6179
6180 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6181
6182         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6183         `(gnus)Face', not `(gnus)X-Face'.
6184
6185 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6186
6187         * mm-util.el (mm-ucs-to-char): New function.
6188
6189         * mm-url.el (mm-url-decode-entities): Use it.
6190
6191         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6192         unicode-to-char.
6193
6194 2009-01-05  Dave Love  <fx@gnu.org>
6195
6196         * time-date.el: Require cl for `declare'.
6197
6198 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6199
6200         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6201         Dave Love.
6202
6203 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6204
6205         * message.el (message-fix-before-sending): Add `eight-bit' to
6206         illegible-text check.
6207
6208 2009-01-03  Michael Olson  <mwolson@gnu.org>
6209
6210         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6211         `headers' is nil.  This can occur if the IMAP server does not have
6212         permissions to read messages from a folder, but can write new messages
6213         to the folder.
6214         (nnimap-request-article-part): Do not insert `data' if it is nil.
6215
6216         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6217         characters which will confuse `read', so skip past them.
6218
6219 2009-01-01  Dave Love  <fx@gnu.org>
6220
6221         * imap.el (imap-string-to-integer): Fix typo.
6222         (imap-fetch-safe): New function.
6223         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6224
6225         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6226
6227         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6228         (imap-parse-greeting): Fix doc strings.
6229         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6230         (imap-parse-flag-list): Make messages unique.
6231         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6232
6233         * nnimap.el: Fix author email.
6234         (nnimap-split-rule): Add FIXME comment.
6235         (nnimap-debug): Fix doc string.
6236
6237 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6238
6239         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6240
6241 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6242
6243         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6244         nslookup if resolv.conf isn't available.
6245         (dns-query): Rename from query-dns.
6246         (dns-query-cached): Rename from query-dns-cached.
6247
6248 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6249
6250         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6251         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6252         to check if those variables exist (first appeared in Emacs 18.50).
6253
6254 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6255
6256         * mm-util.el (mm-line-number-at-pos): New function.
6257
6258         * spam-report.el (spam-report-process-queue): Use it.
6259
6260 2008-12-24  David Engster  <dengste@eml.cc>
6261
6262         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6263         parameters that haven't existed as variables as buffer-local variables.
6264
6265 2008-12-23  Dave Love  <fx@gnu.org>
6266
6267         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6268         cadar.
6269
6270         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6271         imap-starttls-p.
6272         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6273
6274 2008-12-22  Dave Love  <fx@gnu.org>
6275
6276         * imap.el: Fix author email.  Doc fixes.
6277         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6278         reply.
6279
6280 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6281
6282         * spam-report.el (spam-report-gmane-max-requests): New constant.
6283         (spam-report-gmane-wait): New variable.
6284         (spam-report-gmane-ham, spam-report-gmane-spam)
6285         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6286         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6287         the server.
6288
6289         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6290         Add explanations.
6291
6292         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6293         nnheader-accept-process-output and nnheader-read-timeout if available.
6294         (pop3-movemail): Use it.
6295
6296         * message.el (message-check-news-body-syntax): Fix signature check if
6297         there's an attachment.
6298
6299 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6300
6301         * mm-util.el: Add comments to the mm- emulating functions.
6302
6303 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6304
6305         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6306         Reported by Stephen Berman <stephen.berman@gmx.net>.
6307
6308 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6309
6310         * mm-util.el (mm-substring-no-properties): New function.
6311         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6312         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6313         (mm-string-to-multibyte): Doc fix.
6314
6315         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6316
6317 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6318
6319         * mml.el (mml-attach-file): Strip text properties from file name.
6320         (Bug#1574)
6321
6322 2008-12-16  Glenn Morris  <rgm@gnu.org>
6323
6324         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6325
6326 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6327
6328         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6329         knows since the charset specified might be a bogus alias that
6330         mm-charset-synonym-alist provides.
6331
6332 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6333
6334         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6335         "ISO_8859-1".
6336
6337         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6338
6339 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6340
6341         * mm-util.el (mm-charset-eval-alist):
6342         Define it before mm-charset-to-coding-system.
6343         (mm-charset-to-coding-system): Add optional argument `silent';
6344         define it before mm-charset-override-alist.
6345         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6346         default value if it can be used in Emacs currently running;
6347         silence mm-charset-to-coding-system.
6348
6349 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6350
6351         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6352         `allow-override' which says whether to use `mm-charset-override-alist'.
6353         (rfc2047-decode-encoded-words): Use it.
6354
6355         * mm-util.el (mm-charset-override-alist): Fix custom type;
6356         add `(gb2312 . gbk)' to choices.
6357
6358 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6359
6360         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6361         fast.
6362
6363         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6364
6365         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6366
6367 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6368
6369         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6370         on links.
6371
6372         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6373
6374 2008-12-03  Lute Kamstra  <lute@gnu.org>
6375
6376         * sha1.el: Remove leading * from docstrings of defcustoms,
6377         deffaces, defconsts and defuns.
6378
6379 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6380
6381         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6382         users' addresses that don't have domain parts.
6383         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6384         rather than message-narrow-to-head since there will be the message
6385         header separator.
6386
6387 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6388
6389         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6390         since the result is inserted in a unibyte buffer anyway.
6391         (nnimap-demule-use-string-to-multibyte): Remove.
6392         (nnimap-demule): Alias it to mm-string-to-multibyte.
6393
6394 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6395
6396         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6397         variable for debugging bug#464 and bug#1174.
6398         (nnimap-demule): Use it.
6399
6400 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6401
6402         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6403         score calculation correctly.
6404
6405 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6406
6407         * message.el (message-send-mail): Just set the buffer to unibyte
6408         rather than use mm-with-unibyte-current-buffer which does a lot more.
6409         (message-send-mail-partially): Don't bother with
6410         mm-with-unibyte-current-buffer since it's already been made unibyte by
6411         message-send-mail.
6412
6413 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6414
6415         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6416
6417 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6418
6419         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6420
6421 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6422
6423         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6424         require itself and to remove `with-no-warnings'.
6425
6426 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6427
6428         * starttls.el (starttls-any-program-available): Get the name of the
6429         available TLS layer program.
6430         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6431         well as the host name in the "opening" message.
6432
6433         * auth-source.el (auth-source-cache, auth-source-do-cache)
6434         (auth-source-user-or-password): Cache passwords and logins by default,
6435         allow override with `auth-source-do-cache'.
6436         (auth-source-forget-user-or-password): Allow users to remove cache
6437         entries if needed.
6438
6439 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6440
6441         * md4.el (md4-buffer): Fix typo in docstring.
6442         (md4, md4-64): Doc fixes.
6443         (md4-pack-int32): Reflow docstring.
6444
6445 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6446
6447         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6448         condition-case to only the forward-sexp call.
6449
6450 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6451
6452         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6453         quotes contained.  Make it more robust regardless by an extra
6454         condition-case wrapper.
6455
6456 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6457
6458         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6459
6460 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6461
6462         * nnml.el (nnml-request-expire-articles): Check if the function set to
6463         `nnmail-expiry-target' returns the symbol `delete'.
6464
6465         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6466
6467         * nnmail.el (nnmail-expiry-target): Fix custom type.
6468
6469 2008-10-02  Glenn Morris  <rgm@gnu.org>
6470
6471         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6472         Silence compiler warning.
6473
6474 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6475
6476         * tls.el (open-tls-stream): Show the actual command being
6477         executed, instead of the format string.
6478
6479 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6480
6481         * lpath.el: Fbind codepage-setup for Emacs 23.
6482
6483 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6484
6485         * mml.el (mml-menu): Don't assume mml2015 is bound.
6486
6487 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6488
6489         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6490         exists.
6491
6492 2008-09-27  Glenn Morris  <rgm@gnu.org>
6493
6494         * gnus-util.el (mail-header-remove-comments): Autoload it.
6495
6496 2008-09-27  Andreas Schwab  <schwab@suse.de>
6497
6498         * gnus-util.el (gnus-split-references): Strip comments.
6499         (gnus-parent-id): Likewise.
6500
6501 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6502
6503         * message.el (message-confirm-send): Fix version.
6504
6505 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6506
6507         * message.el (message-idna-to-ascii-rhs-1): Use
6508         mail-extract-address-components rather than mail-header-parse-addresses
6509         that is an alias by default to ietf-drums-parse-addresses that does not
6510         support non-ASCII names in headers' contents.
6511
6512 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6513
6514         * message.el (message-confirm-send): Fix variable documentation to
6515         avoid the "y/n" wording.
6516
6517 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6518
6519         * message.el (message-set-auto-save-file-name): Save to a different
6520         filename so multiple messages (especially drafts) can be recovered.
6521
6522 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6523
6524         * message.el (message-confirm-send): Add appropriate version.
6525
6526 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6527
6528         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6529         defvar.
6530
6531 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6532
6533         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6534         (mm-pkcs7-enveloped-magic): Ditto.
6535
6536 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6537
6538         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6539         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6540
6541 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6542
6543         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6544         default, it's better.
6545
6546 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6547
6548         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6549         summary line gnus-number property and ignore them (with a warning
6550         message).
6551
6552 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6553
6554         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6555         macro caddr in the interactive form since it won't be expanded.
6556
6557 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6560         `charset'; fix name of function called recursively.
6561         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6562
6563 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6564
6565         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6566         (gnus-mime-set-charset-parameters): New function.
6567         (gnus-mime-view-part-as-charset): Use it to correctly display part
6568         specifying wrong charset.
6569
6570 2008-09-08  David Engster  <dengste@eml.cc>
6571
6572         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6573         in completing-read for back end server.
6574
6575 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6576
6577         * message.el (message-confirm-send): New variable to confirm sending a
6578         message.
6579         (message-send): Use it.
6580
6581 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6582
6583         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6584
6585 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6586
6587         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6588
6589 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6590
6591         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6592         prevent tracking too many groups.
6593         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6594         Use it.
6595
6596 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6597
6598         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6599         moving point to the bottom of the window in order to avoid recentering.
6600
6601 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6602
6603         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6604
6605         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6606         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6607         (gnus-article-beginning-of-window): Fix calculation.
6608
6609 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6610
6611         * gnus-msg.el (gnus-summary-supersede-article)
6612         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6613         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6614         message header.
6615
6616 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6617
6618         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6619         pending output coming after the status change.
6620
6621 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6622
6623         * message.el:
6624         * gnus-start.el:
6625         * gnus-registry.el: Remove VMS support.
6626
6627 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6628
6629         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6630         macro.
6631         (rfc2104-hash): Use it.
6632
6633 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6634
6635         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6636         (gnus-summary-sort-by-most-recent-date): New commands.
6637         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6638         and menu entries.
6639
6640 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6641
6642         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6643         don't redisplay article for raw contents; remove plural articles stuff.
6644
6645         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6646         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6647         on gnus-summary-save-article; display results properly.
6648
6649 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6650
6651         * lpath.el: No need to fbind ns-focus-frame.
6652
6653 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6654
6655         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6656
6657 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6658
6659         * gnus-art.el (gnus-summary-save-in-pipe):
6660         Consider gnus-save-all-headers.
6661
6662 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6663
6664         * gnus-util.el (ns-focus-frame): Remove declaration.
6665         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6666         like x.
6667
6668 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6669
6670         * rfc2104.el (rfc2104-zero): Delete defconst.
6671         (rfc2104-hex-alist): Likewise.
6672         (rfc2104-hex-to-int): Delete func.
6673         (rfc2104-hexstring-to-bitstring): Likewise.
6674         (rfc2104-nybbles): New defconst.
6675         (rfc2104-hash): Rewrite for speed.
6676
6677 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6678
6679         * tls.el (open-tls-stream): Make it work with the 2nd argument
6680         BUFFER that is a string but does not exist as a buffer object, as
6681         mentioned in the doc-string.
6682
6683 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6684
6685         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6686         SXEmacs.
6687
6688 2008-07-16  Glenn Morris  <rgm@gnu.org>
6689
6690         * gnus-util.el (ns-focus-frame): Declare for compiler.
6691
6692 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6693
6694         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6695         set as a group parameter.
6696         (gnus-summary-save-in-pipe): Work when it is called independently.
6697         (gnus-summary-pipe-to-muttprint): Don't modify
6698         gnus-summary-pipe-output-default-command.
6699
6700 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6701
6702         * message.el (message-send-mail-with-sendmail):
6703         Display the error message.
6704
6705 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6706
6707         * gnus-art.el (gnus-default-article-saver):
6708         Add gnus-summary-save-in-pipe to choices.
6709         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6710         gnus-summary-pipe-output-default-command as the default command.
6711         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6712         instead of gnus-last-shell-command.
6713
6714         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6715         New user option.
6716         (gnus-summary-muttprint-program): Mention the value will be changed.
6717         (gnus-summary-save-article): Force showing of all headers.
6718         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6719
6720 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6721
6722         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6723
6724 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6725
6726         * nnimap.el (nnimap-id):
6727         * sieve-manage.el (sieve-manage-open): Doc fixes.
6728
6729 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6730
6731         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6732         if available.
6733
6734 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6735
6736         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6737
6738         * nnkiboze.el (nnkiboze-generate-group):
6739         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6740
6741         * nnmairix.el: Require CL.
6742
6743 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6744
6745         * dgnushack.el: Autoload get-display-table and put-display-table for
6746         XEmacs 21.5.
6747
6748         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6749         21.4 and SXEmacs.
6750
6751 2008-06-15  David Engster  <dengste@eml.cc>
6752
6753         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6754
6755 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6756
6757         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6758         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6759         runtime choice under XEmacs.
6760
6761         * gnus-sum.el (gnus-summary-set-display-table):
6762         Use `gnus-put-display-table', `gnus-get-display-table',
6763         `gnus-set-display-table' for the display table, instead of `aset'.
6764
6765         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6766         Use `gnus-put-display-table', `gnus-get-display-table',
6767         `gnus-set-display-table' for the display table.
6768
6769 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6770
6771         * nnmairix.el: Add autoloads.
6772
6773 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6774
6775         * nnmairix.el (nnmairix-delete-recreate-group)
6776         (nnmairix-update-and-clear-marks): Fix error messages.
6777
6778 2008-06-14  David Engster  <dengste@eml.cc>
6779
6780         * nnmairix.el: Upgrade to version 0.6.
6781         (nnmairix-group-toggle-propmarks-this-group)
6782         (nnmairix-group-toggle-readmarks-this-group)
6783         (nnmairix-group-delete-recreate-this-group)
6784         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6785         (nnmairix-remove-tick-mark-original-article): New commands.
6786         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6787         (nnmairix-propagate-marks-to-nnmairix-groups)
6788         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6789         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6790         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6791         functions needed for marks propagation and manipulation of read marks.
6792         (nnmairix-update-groups): New function.
6793         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6794         (nnmairix-determine-original-group-from-registry)
6795         (nnmairix-determine-original-group-from-path)
6796         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6797         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6798         New helper functions.
6799         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6800         keystrokes for new commands.
6801         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6802         (nnmairix-request-group): Check allow-fast group parameter.
6803         (nnmairix-request-create-group): Set allow-fast group parameter if
6804         nnmairix-allowfast-default is set.
6805         (nnmairix-close-group): Propagate marks upon closing if needed.
6806         (nnmairix-group-toggle-threads-this-group): Use new.
6807         nnmairix-group-toggle-parameter helper function.
6808         (nnmairix-search): Better check for empty search result.
6809         (nnmairix-goto-original-article): Use new helper functions for
6810         determining original article.
6811         (nnmairix-show-original-article): Make sure message-id is in brackets.
6812         (nnmairix-call-mairix-binary): Change variable name.
6813         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6814         helper function.
6815         (nnmairix-widget-toggle-activate): Fix doc string.
6816
6817 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6818
6819         * nnir.el: Require edmacro when compiling with XEmacs.
6820         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6821         available in Emacs 21.
6822
6823 2008-06-11  Glenn Morris  <rgm@gnu.org>
6824
6825         * gnus-util.el (x-focus-frame):
6826         * gnus.el (image-size):
6827         * mm-decode.el (image-size): Declare.
6828
6829         * gnus-picon.el (declare-function): Add compat definition.
6830         (image-size): Declare.
6831
6832         * gnus-group.el (tool-bar-map):
6833         * gnus-sum.el (tool-bar-map): Define for compiler.
6834
6835         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6836
6837         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6838
6839         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6840         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6841         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6842         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6843         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6844         * sieve-manage.el, spam-report.el, spam.el:
6845         Remove unnecessary eval-and-compile of autoloads.
6846
6847 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6848
6849         * auth-source.el: Precise Tramp doc.
6850
6851 2008-06-07  Glenn Morris  <rgm@gnu.org>
6852
6853         * nnmairix.el: Remove unnecessary eval-when-compile.
6854
6855 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6856
6857         * lpath.el: Fbind propertize for XEmacs 21.4.
6858
6859 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6860
6861         * nnir.el: Move here from ../contrib.
6862
6863 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6864
6865         * gnus-util.el (gnus-read-shell-command): New function.
6866         * mm-decode.el (mm-pipe-part):
6867         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6868
6869 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6870
6871         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6872
6873 2008-06-03  Glenn Morris  <rgm@gnu.org>
6874
6875         * pop3.el (nnheader-accept-process-output): Autoload it.
6876
6877 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6878
6879         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6880         are not 2-digit hexadecimal characters that follow `%'s.
6881
6882 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6883
6884         * message.el (message-bogus-recipient-p): Fix type in doc string.
6885         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6886         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6887         Improve custom options.
6888         (message-bogus-recipient-p): Adjust accordingly.
6889
6890 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6891
6892         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6893         long-form month and day names.
6894
6895 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6896
6897         * dgnushack.el: Autoload debug, eudc-expand-inline and
6898         pgg-snarf-keys-region for XEmacs.
6899
6900         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6901
6902         * nnmairix.el: Require edmacro when compiling with XEmacs.
6903
6904 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6905
6906         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6907         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6908
6909 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6910
6911         * auth-source.el: Add more docs.
6912
6913         * netrc.el (netrc-machine): Always match if the port is not given.
6914
6915 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6916
6917         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6918         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6919         retrieval faster in some cases, but might make CPU usage larger.
6920         If this has any bad side effects, we might revert this change.
6921
6922         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6923         seems to make mail retrieval much, much faster.
6924         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6925         unconditionally.
6926
6927         * gnus-draft.el (gnus-group-send-queue):
6928         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6929
6930 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6931
6932         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6933
6934         * message.el (message-bogus-address-regexp): Fix and improve custom
6935         type.
6936         (message-setup-hook): Add message-check-recipients as custom option.
6937
6938 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6939
6940         * message.el (message-cite-function): Remove bogus autoload which crept
6941         in during merge from v5-10.
6942
6943 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6944
6945         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6946
6947         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6948
6949         * auth-source.el: Preliminary Tramp docs.
6950         (auth-sources): Change the default auth-sources to use
6951         EPA .gpg files.
6952
6953 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6954
6955         * nntp.el: Autoload `auth-source-user-or-password'.
6956         (nntp-send-authinfo): Use it.
6957
6958         * nnimap.el: Autoload `auth-source-user-or-password'.
6959         (nnimap-open-connection): Use it.
6960
6961         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6962         for the gnus-message function.
6963         (auth-source-user-or-password): Use it.
6964
6965 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6966
6967         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6968         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6969         (rfc2104-hash): Use it.
6970
6971 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6972
6973         * gnus-art.el (gnus-article-toggle-truncate-lines):
6974         Don't use `iff' in docstring.
6975
6976 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6977
6978         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6979
6980         * gnus-util.el (gnus-extract-address-component-name)
6981         (gnus-extract-address-component-email): Convenience functions around
6982         `gnus-extract-address-components'.
6983
6984         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6985         Use `gnus-extract-address-component-email' to fix bug of comparing full
6986         sender name to `user-mail-address'.
6987
6988 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6989
6990         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6991         catch/throw to optimize.
6992         (gnus-registry-find-keywords): Just use member to find a keyword.
6993
6994 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6995
6996         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6997         is current before calling gnus-server-prepare.
6998         (gnus-server-setup-buffer, gnus-server-update-server)
6999         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7000
7001 2008-05-04  Juri Linkov  <juri@jurta.org>
7002
7003         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7004         (mailcap-file-default-commands): Use mailcap-replace-in-string
7005         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7006         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7007
7008 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7009
7010         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7011
7012 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7013
7014         * gnus.el: Bump version to 0.11.
7015
7016 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7017
7018         * gnus.el: No Gnus v0.10 is released.
7019
7020 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7021
7022         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7023         hooks.
7024         (gnus-update-read-articles): Speed up non-marks-using users.
7025         (gnus-use-marks): Define gnus-use-marks.
7026         (gnus-propagate-marks): Rename variable to something more sensible.
7027
7028 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7029
7030         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7031         (gmm-image-load-path-for-library): Fix typos in docstrings.
7032         (gmm-message): Reflow docstring.
7033
7034 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7035
7036         * mail-source.el (mail-source-set-1, mail-source-bind):
7037         Move auth-source code out of the macro to clean it up and fix bugs.
7038
7039 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7040
7041         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7042         by sender if it's equal to user-mail-address, it's likely to be
7043         useless.
7044
7045         * mail-source.el (mail-source-bind): Don't use user or password if they
7046         are not bound.  Unintern them if they are nil.  Don't use server unless
7047         it's bound, and default it to empty string otherwise.
7048
7049 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7050
7051         * mail-source.el: Load auth-source.el.
7052         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7053         get user name or password, if auth-sources is set up.
7054
7055         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7056         strategy of splitting with parent.
7057         (gnus-registry-split-fancy-with-parent)
7058         (gnus-registry-post-process-groups): Use it and fix prior
7059         bug (returning a list as the split result).
7060
7061         * auth-source.el (auth-sources): Remove server parameter.
7062         (auth-source-pick, auth-source-user-or-password)
7063         (auth-source-user-or-password-imap)
7064         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7065         (auth-source-user-or-password-sftp)
7066         (auth-source-user-or-password-smtp): Remove server parameter.
7067
7068 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7069
7070         * smime.el (smime-sign-region, smime-encrypt-region)
7071         (smime-decrypt-region):
7072         Remove redundant calls to `generate-new-buffer-name'.
7073
7074 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7075
7076         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7077         Don't use QP for message/rfc822.
7078         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7079
7080 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7081
7082         * sieve-manage.el (sieve-string-bytes): Remove.
7083         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7084         correct byte-length only if the process's coding-system is the same as
7085         the one used internally by Emacs to represent strings.
7086
7087 2008-04-22  Juri Linkov  <juri@jurta.org>
7088
7089         * mailcap.el (mailcap-file-default-commands): New function.
7090
7091 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7092
7093         * message.el (message-signature-separator, message-cite-function):
7094         Change custom version.
7095
7096 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7097
7098         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7099         commands.
7100         (tls-checktrust): Ditto.
7101
7102 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7103
7104         * mm-decode.el (mm-display-external): Make temp file read-only.
7105
7106 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7107
7108         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7109         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7110         `C-c C-f d'.
7111
7112 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7113
7114         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7115
7116 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7117
7118         * gnus.el: Bump version to 0.9.
7119
7120 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7121
7122         * gnus.el: No Gnus v0.8 is released.
7123
7124 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7125
7126         * mail-source.el (mail-source-value):
7127         Prefer fboundp to functionp so it works with macros as well.
7128
7129 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7130
7131         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7132         Fix last change in case the element is not even a symbol.
7133
7134 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7135
7136         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7137         Prefer fboundp to functionp so it works with macros as well.
7138
7139 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7140
7141         * auth-source.el: Add docs.
7142         (auth-sources): Modify format to support server.
7143         (auth-source-pick, auth-source-user-or-password)
7144         (auth-source-user-or-password-imap)
7145         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7146         (auth-source-user-or-password-sftp)
7147         (auth-source-user-or-password-smtp): Add server parameter.
7148
7149 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7150
7151         * gnus-registry.el: Initialize the registry when gnus-registry-install
7152         is t.
7153
7154 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7155
7156         * compface.el (uncompface): Make buffer unibyte.
7157
7158 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7159
7160         * mail-source.el (mail-source-value):
7161         Prefer fboundp to functionp so it works with macros as well.
7162
7163 2008-04-05  Glenn Morris  <rgm@gnu.org>
7164
7165         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7166
7167 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7168
7169         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7170         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7171
7172         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7173         multibyteness after rather than before erasing it.
7174
7175         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7176         mm-with-multibyte.
7177         (gnus-request-article-this-buffer): Make sure the proper decoding is
7178         used if gnus-original-article-buffer happens to be unibyte.
7179
7180         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7181         default-enable-multibyte-characters.
7182
7183         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7184         default-enable-multibyte-characters.
7185
7186         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7187
7188         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7189
7190 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7191
7192         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7193         Fix last change in case the element is not even a symbol.
7194
7195 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7196
7197         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7198         (imap-message-copyuid-1): Use it.
7199         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7200         J. Williams in
7201         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7202
7203         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7204         imap-enable-exchange-bug-workaround.
7205         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7206
7207 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7208
7209         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7210         a 100 byte status-checks into a 2-3MB transfer for each group.
7211         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7212         to enable bug workaround or not.
7213         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7214
7215 2008-03-31  Glenn Morris  <rgm@gnu.org>
7216
7217         * message.el (mml2015-use): Declare for compiler.
7218         (message-info): Require mml2015 when appropriate.
7219
7220 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7221
7222         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7223         whitespace.
7224
7225 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7226
7227         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7228         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7229         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7230         (nntp-service-to-port): New function.
7231         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7232         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7233         (nntp-open-netcat-stream): New function.
7234         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7235
7236 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7237
7238         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7239
7240 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7241
7242         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7243
7244 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7245
7246         * dns.el (dns-write): Use set-buffer-multibyte.
7247
7248 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7249
7250         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7251
7252 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7253
7254         * message.el (message-signature-separator): Change default.
7255         Improve custom type.
7256         (message-cite-function): Change default to
7257         message-cite-original-without-signature.
7258
7259         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7260         toggle.
7261
7262         * message.el (message-check-news-body-syntax): Fix signature check.
7263         (message-setup-1): Mark buffer as unmodified _after_ running
7264         message-setup-hook and handling message-alternative-emails.
7265         (message-shorten-references): Be more strict when building list of
7266         valid references to comply with GNKSA.
7267
7268         * gnus-group.el (gnus-read-ephemeral-bug-group)
7269         (gnus-read-ephemeral-debian-bug-group)
7270         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7271
7272         * message.el (message-info): Don't use booleanp which isn't supported
7273         in Emacs 21 and XEmacs.
7274
7275 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7276
7277         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7278         gnus-group-gmane-group-download-format.
7279         (gnus-group-read-ephemeral-gmane-group): Rename from
7280         gnus-group-read-ephemeral-gmane-group.
7281         (gnus-read-ephemeral-gmane-group-url): Rename from
7282         gnus-group-read-ephemeral-gmane-group-url.
7283         (gnus-bug-group-download-format-alist): New variable.
7284         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7285         (gnus-read-ephemeral-emacs-bug-group): New commands.
7286
7287 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7288
7289         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7290         (gnus-visible-headers): Improve custom type.
7291
7292 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7293
7294         * mml.el (mml-menu): Add workarounds for XEmacs.
7295
7296         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7297         X-Boundary header.
7298
7299         * message.el (message-simplify-recipients): Fix previous commit.
7300
7301 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7302
7303         * mm-util.el (mm-set-buffer-multibyte): New function.
7304         * mm-decode.el (mm-copy-to-buffer): Use it.
7305
7306         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7307         Prefer fboundp to functionp so it works with macros as well.
7308
7309 2008-03-19  Glenn Morris  <rgm@gnu.org>
7310
7311         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7312         Accidentally removed in the sync process with Emacs.
7313
7314 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7315
7316         * message.el (message-alter-recipients-discard-bogus-full-name):
7317         New function.
7318         (message-alter-recipients-function): New variable.
7319         (message-get-reply-headers): Use it.
7320         (message-replace-header): New helper function.
7321         (message-recipients-without-full-name): New variable.
7322         (message-simplify-recipients): New command.
7323
7324         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7325
7326         * message.el (message-info): Handle EasyPG manual.
7327
7328         * mml.el (mml-menu): Add entry for EasyPG.
7329
7330 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7331
7332         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7333         parameter.
7334
7335         * message.el (message-disassociate-draft): Specify drafts group name
7336         fully.
7337
7338 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7339
7340         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7341         Eliminate unnecessary duplicates from the match list.
7342
7343 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7344
7345         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7346
7347         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7348
7349         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7350         args of `how-many' of which the XEmacs version doesn't take; declare
7351         Info-index-next as function.
7352
7353 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7354
7355         * gnus-score.el (gnus-score-headers): Fix handling of
7356         gnus-inhibit-slow-scoring.
7357
7358         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7359         string.
7360         (gnus-button-url-regexp): Improve handling of parenthesis.
7361         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7362         (gnus-button-handle-info-keystrokes): Handle index entries.
7363
7364 2008-03-15  Glenn Morris  <rgm@gnu.org>
7365
7366         * parse-time.el (parse-time-string): Simplify.
7367
7368 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7369
7370         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7371         Incoming* files.
7372
7373 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7374
7375         * auth-source.el (auth-sources): Rename from auth-source-choices.
7376         (auth-source-pick): Use it.
7377
7378 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7379
7380         * binhex.el (binhex-decode-region-internal):
7381         * uudecode.el (uudecode-decode-region-internal):
7382         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7383         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7384         setting default-enable-multibyte-characters.
7385
7386 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7387
7388         * auth-source.el (auth-source-protocols)
7389         (auth-source-protocols-customize, auth-source-choices): Add and
7390         modified variable customizations and defaults.
7391         (auth-source-pick, auth-source-user-or-password)
7392         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7393         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7394         (auth-source-user-or-password-sftp)
7395         (auth-source-user-or-password-smtp): Use new variables and provide an
7396         interface to netrc.el.
7397
7398 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7399
7400         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7401         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7402         Make sure the nntp port to specify is a string.
7403
7404 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7405
7406         * nntp.el: Use with-current-buffer.
7407         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7408         dubious mm-with-unibyte-current-buffer.
7409         (nntp-with-open-group-function): New function extracted from
7410         nntp-with-open-group macro.
7411         (nntp-with-open-group): Use the function, so it's easier to debug.
7412         Add indentation and debugging info.
7413         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7414         Recommend the use of the netcat alternatives.
7415
7416         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7417         Avoid mm-string-as-multibyte as well.
7418
7419         * nnweb.el (nnweb-insert-html):
7420         Remove use of nnheader-string-as-multibyte.
7421
7422         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7423         (nnheader-string-as-multibyte): Remove.
7424
7425         * mm-view.el: Use inhibit-read-only.
7426         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7427         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7428         or unibyte-string.
7429
7430         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7431         (mm-uu-yenc-extract): Use with-current-buffer.
7432
7433         * gnus-soup.el (gnus-soup-send-packet): Don't use
7434         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7435
7436         * nnmh.el: Use with-current-buffer.
7437         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7438         mm-string-as-multibyte on the output of mm-encode-coding-string.
7439
7440         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7441         (nnimap-request-move-article): Use with-current-buffer.
7442
7443         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7444         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7445         conversion uses string-make-unibyte rather than string-as-unibyte.
7446
7447         * gnus-msg.el: Use with-current-buffer.
7448
7449         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7450
7451 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7452
7453         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7454         string for caching if it is 'PIN.
7455
7456 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7457
7458         * lpath.el: Consider the case without Emacs/W3.
7459
7460 2008-03-08  Glenn Morris  <rgm@gnu.org>
7461
7462         * time-date.el (date-to-time, time-subtract, time-add)
7463         (safe-date-to-time): Doc fixes.
7464
7465 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7466
7467         * mail-source.el (mail-source-delete-old-incoming-confirm):
7468         Change default to nil.
7469         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7470
7471 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7472
7473         * lpath.el: Rearrange.
7474
7475         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7476         (gnus-article-goto-prev-page): Work for articles having ^L's.
7477
7478         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7479
7480         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7481
7482 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7483
7484         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7485         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7486         (gnus-bookmark-jump): Adjust some variable names.
7487
7488 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7489
7490         * auth-source.el: New package.
7491         (auth-source-choices): Add customization entry point variable.
7492
7493         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7494         bug.
7495
7496 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7497
7498         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7499         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7500         (gnus-registry-install-shortcuts): Rename from
7501         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7502         the `gnus-registry-mark-map' keymap dynamically from
7503         `gnus-registry-marks'.  The generated functions update the summary line
7504         when a registry mark is added or deleted, and will call
7505         `gnus-registry-install-p' (see the comments in the code).
7506         (gnus-registry-user-format-function-M): Use concat intelligently.
7507
7508         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7509         the registry mark functions.
7510
7511 2008-03-05  Glenn Morris  <rgm@gnu.org>
7512
7513         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7514         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7515         gnus-art.
7516         (top-level): No need to load own source when compiling.
7517
7518 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7519
7520         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7521         Suggested by <chris.anderton@zetnet.co.uk>.
7522
7523 2008-03-04  Glenn Morris  <rgm@gnu.org>
7524
7525         * gnus-sum.el (top-level): No need to require gnus when compiling,
7526         since unconditionally required near start of file.
7527         (gnus-summary-display-while-building): Move definition before use.
7528
7529 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7530
7531         * gnus-registry.el (gnus-registry-user-format-function-M):
7532         Add formatting function.
7533
7534 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7535
7536         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7537         with plists.
7538         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7539         Use new format.
7540
7541 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7542
7543         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7544         `where-is-internal' that returns a range of key sequences.
7545
7546 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7547
7548         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7549
7550         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7551         (gnus-summary-jump-to-group): Consider windows on other displayed
7552         frames as well.  Similar changes might be needed elsewhere, but that's
7553         the one I've bumped into during my use.
7554
7555         * nndoc.el (nndoc-oe-dbx-type-p):
7556         * gnus-msg.el (gnus-debug):
7557         * gnus-group.el (gnus-update-group-mark-positions):
7558         Use mm-string-to-multibyte.
7559
7560 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7561
7562         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7563         doesn't handle NotDashEscaped.
7564
7565         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7566         (mml-dnd-attach-options): Fix typo in custom choice.
7567
7568         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7569         Change nndoc-article-type to mbox.
7570         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7571
7572         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7573         to nil, instead of html2text.
7574
7575         * imap.el (imap-debug): Add `imap-ping-server'.
7576
7577         * gnus-bookmark.el: Add FIXMEs.
7578
7579         * message.el (message-form-letter-separator)
7580         (message-send-form-letter-delay): New variables.
7581         (message-send-form-letter): Use them.  New command to send form
7582         letters.  Requested by Uwe Siart.
7583         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7584
7585 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7586
7587         * Update copyright years.
7588
7589 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7590
7591         Sync from EMACS_22_BASE.
7592
7593         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7594
7595 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7596
7597         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7598         empty author.
7599
7600 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7601
7602         * gnus-registry.el (gnus-registry-marks): Add variable for
7603         customization of marks and their appearance.
7604         (gnus-registry-read-mark): Use it.
7605         (gnus-registry-do-marks): Add utility function to loop through
7606         `gnus-registry-marks'.
7607         (gnus-registry-install-shortcuts-and-menus): Add function to install
7608         shortcuts and menus.
7609         (gnus-registry-initialize): Use it.
7610         (gnus-registry-default-mark): Clarify documentation.
7611
7612 2008-02-29  Glenn Morris  <rgm@gnu.org>
7613
7614         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7615         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7616         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7617         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7618         Change defcustom :version from 23.0 to 23.1.
7619
7620 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7621
7622         * gnus-registry.el (gnus-registry-follow-group-p)
7623         (gnus-registry-post-process-groups): Add functions to aid registry
7624         splitting and improve logging.  Clarify behavior in function
7625         documentation.
7626         (gnus-registry-split-fancy-with-parent): Use them.
7627
7628 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7629
7630         * gnus-art.el: Use with-current-buffer.
7631
7632 2008-02-27  David Engster  <dengste@eml.cc>
7633
7634         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7635         Express real group name in the response.
7636
7637 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7638
7639         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7640         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7641         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7642         autoload gnus-registry-fetch-group when compiling.
7643         (nnmairix-request-group-with-article-number-correction):
7644         Remove unreferenced argument passed to nnmairix-call-backend.
7645
7646 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7647
7648         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7649         (mm-uu-extract): Improve face for low color ttys.
7650         Reported by Sascha Wilde.
7651
7652 2008-02-27  Glenn Morris  <rgm@gnu.org>
7653
7654         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7655         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7656         variables to defconsts.  Convert comments to doc-strings.
7657         (nnmairix-last-server, nnmairix-current-server): Convert from free
7658         variables to defvars.  Convert comments to doc-strings.
7659         (gnus-registry-fetch-group): Autoload.
7660         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7661         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7662         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7663         caddr.
7664         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7665         nnmairix-request-group-with-article-number-correction call.
7666         (nnmairix-fast, nnmairix-group): New, less general names, for free
7667         variables passed from nnmairix-request-group to
7668         nnmairix-request-group-with-article-number-correction.  Declare.
7669         (nnmairix-request-group-with-article-number-correction):
7670         Use nnmairix-fast, nnmairix-group rather than fast, group.
7671
7672 2008-02-26  David Engster  <dengste@eml.cc>
7673
7674         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7675         version 0.5.
7676
7677 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7678
7679         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7680         instead of making an extra function call.  Don't add the current group
7681         to articles only when they have the group.  Use
7682         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7683         Reported by David <de_bb@arcor.de>.
7684
7685 2008-02-24  Miles Bader  <miles@gnu.org>
7686
7687         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7688         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7689         (mm-find-mime-charset-region):
7690         * mm-bodies.el (mm-encode-body):
7691         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7692
7693 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7694
7695         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7696         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7697
7698 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7699
7700         * mail-source.el (mail-source-delete-incoming): Change default.
7701         Supplement doc string.
7702
7703         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7704
7705 2008-02-14  Glenn Morris  <rgm@gnu.org>
7706
7707         * time-date.el (format-seconds): New function.
7708
7709 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7710
7711         * nnmail.el (nnmail-message-id-cache-file): Derive from
7712         `gnus-home-directory'.
7713
7714 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7715
7716         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7717         Document negative prefix.
7718
7719         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7720
7721 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7722
7723         * message.el (message-unsent-separator): Add the Exim bounce
7724         separator.
7725
7726 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7727
7728         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7729         list.
7730         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7731         recipient/signer list.
7732
7733 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7734
7735         * Makefile.in (datarootdir): Define.
7736         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7737         name that might contain whitespace.
7738
7739 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7740
7741         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7742         fbound (Emacs 23 unicode), signal an error.
7743
7744 2008-02-08  Glenn Morris  <rgm@gnu.org>
7745
7746         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7747
7748 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7749
7750         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7751         ports to the calls to `netrc-machine-user-or-password' in addition to
7752         "imap" and "imaps".
7753
7754 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7755
7756         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7757
7758         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7759
7760 2008-02-01  Kenichi Handa  <handa@m17n.org>
7761
7762         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7763         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7764         (rfc2104-hash): Convert the result of concat to unibyte string.
7765
7766 2008-02-01  Dave Love  <fx@gnu.org>
7767
7768         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7769         coding-system-for-read.
7770         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7771
7772 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7773
7774         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7775         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7776         <hanche@math.ntnu.no>.
7777
7778 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7779
7780         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7781
7782         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7783
7784 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7785
7786         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7787         * message.el (message-beginning-of-line): Use featurep instead of bound
7788         tests in order to resolve conditionals at compile time.
7789
7790 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7791
7792         * mail-source.el (mail-sources): Add `group' choice.
7793
7794         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7795         parameter `in-group' to control into which group the articles go.
7796         Add treatment of `group' mail-source.
7797
7798 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7799
7800         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7801
7802         * mm-decode.el (mm-dissect-buffer): Decode description.
7803
7804         * mml.el (mml-to-mime): Encode message header first.
7805
7806 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7807
7808         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7809         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7810
7811         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7812         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7813
7814 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7815
7816         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7817
7818 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7819
7820         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7821         prefix keys.
7822         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7823         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7824         gnus-xmas.el.
7825
7826         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7827         (gnus-xmas-article-describe-bindings): New function.
7828         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7829         gnus-xmas-article-describe-bindings.
7830
7831         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7832
7833 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7834
7835         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7836         Add new variables for article mark management.
7837         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7838         list of extra data entries which, when present, will indicate that the
7839         article ID should not be trimmed from the registry.
7840         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7841         functions.
7842         (gnus-registry-read-mark): New function to read a mark name from the
7843         user.
7844         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7845         (gnus-registry-set-article-mark-internal): New functions to add and
7846         remove marks.
7847         (gnus-registry-get-article-marks): New function to show the marks for
7848         an article, or retrieve them for further use.
7849
7850 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7851
7852         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7853         keys when no argument is given.
7854
7855 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7856
7857         * imap.el (imap-ping-server): New variable.
7858         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7859         (imap-ping-server): Minor doc string fixes.
7860
7861 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7862
7863         * imap.el (imap-ping-server): New function.
7864         (imap-opened): Call imap-ping-server.
7865
7866 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7867
7868         * gnus-sum.el (gnus-article-sort-by-random)
7869         (gnus-thread-sort-by-random): Fix doc strings.
7870         Reported by jidanni@jidanni.org.
7871
7872 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7873
7874         * gnus-art.el (gnus-article-describe-bindings): New function.
7875         (gnus-article-read-summary-keys): Use it.
7876         (gnus-article-mode-map): Bind `C-h b' to it.
7877
7878 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7879
7880         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7881         XEmacs.
7882         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7883         Protect against non-character events.
7884
7885         * lpath.el: Fbind map-keymap for Emacs 21.
7886
7887 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7888
7889         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7890         New command.
7891         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7892         instead of END.  Change name of the temp file.
7893         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7894         customizable.
7895
7896 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7897
7898         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7899         bind `S W' to gnus-article-wide-reply-with-original; set default
7900         binding to gnus-article-read-summary-send-keys.
7901         (gnus-article-read-summary-keys): Fix the order of keys; display
7902         continuation keys correctly in the echo area; describe bindings
7903         correctly when keys end with `C-h'.
7904         (gnus-article-read-summary-send-keys): New function.
7905         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7906         Work for gnus-article-read-summary-send-keys; display continuation keys
7907         correctly in the echo area.
7908         (gnus-article-reply-with-original): Ignore prefix argument.
7909         (gnus-article-wide-reply-with-original): New function.
7910
7911         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7912         Emacs 21.
7913
7914 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7915
7916         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7917         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7918
7919 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7920
7921         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7922         (gnus-group-read-ephemeral-gmane-group): New command.
7923
7924 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7925
7926         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7927
7928 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7929
7930         * message.el (message-send-mail-function): Increase custom version.
7931
7932         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7933         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7934
7935 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7936
7937         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7938         for the cases where imap-authenticate is called with a nil buffer
7939         parameter.
7940
7941 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7942
7943         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7944         html parts correctly; support forwarded messages.
7945         (gnus-article-browse-html-article): Remove work buffers.
7946
7947         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7948         compiling.
7949         (netrc-bound-and-true-p): New macro.
7950         (netrc-parse): Use it instead of bound-and-true-p that is not available
7951         in XEmacs 21.4.
7952
7953 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7954
7955         * gnus-registry.el (gnus-registry-mark-article)
7956         (gnus-registry-article-marks): Add functionality to mark articles
7957         through the Gnus registry.
7958
7959         * encrypt.el: Clarify documentation for the new pgg method.
7960         (encrypt-file-alist): Add PGG option.
7961         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7962         functionality.  Abstract password key and messaging to external
7963         functions.
7964         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7965         (encrypt-message-method-and-cipher): Add new convenience external
7966         functions.
7967         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7968         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7969
7970         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7971         (netrc-parse): Use encrypt-file-alist to determine if
7972         encrypt-find-model or encrypt-insert-file-contents should be used.
7973
7974         * encrypt.el: Clarify documentation.  Load password-cache or
7975         password, whichever one is found first, instead of autoloading.
7976
7977 2007-12-19  Glenn Morris  <rgm@gnu.org>
7978
7979         * mml.el (message-options-set, message-narrow-to-head)
7980         (message-in-body-p, message-mail-p, message-encode-message-body):
7981         Autoload.
7982         (message-remove-header, message-narrow-to-headers-or-head)
7983         (message-subscribed-p, message-make-mail-followup-to)
7984         (message-position-on-field, message-news-p)
7985         (message-options-set-recipient, message-generate-headers)
7986         (message-sort-headers): Declare as functions.
7987
7988 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7989
7990         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7991         convention in doc string.
7992
7993 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7994
7995         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7996         title to html parts.
7997         (gnus-article-browse-html-article): Pass message header to it.
7998
7999         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8000
8001 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8002
8003         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8004         or password compatible with XEmacs.
8005
8006 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8007
8008         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8009         format document.
8010         (gnus-mime-delete-part): Don't write description line if empty.
8011         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8012
8013 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8014
8015         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8016         (gnus-summary-mark-read-and-unread-as-read)
8017         (gnus-summary-mark-current-read-and-unread-as-read)
8018         (gnus-summary-mark-unread-as-ticked): Doc fix.
8019         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8020
8021 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8022
8023         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8024         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8025
8026 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8027
8028         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8029         yes-or-no-p.
8030
8031 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8032
8033         * mm-decode.el (mm-add-meta-html-tag): New function.
8034         (mm-save-part-to-file, mm-pipe-part): Use it.
8035
8036         * gnus-art.el (gnus-article-browse-delete-temp-files):
8037         Use gnus-y-or-n-p instead of y-or-n-p.
8038         (gnus-article-browse-html-parts): Work with message/external-body; use
8039         mm-add-meta-html-tag.
8040
8041 2007-12-11  Glenn Morris  <rgm@gnu.org>
8042
8043         * gnus-cache.el: Require gnus-sum not just when compiling.
8044
8045         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8046
8047         * gnus-int.el (gnus-server-opened, gnus-status-message):
8048         Move definitions before use.
8049
8050         * mm-decode.el: Require gnus-util.
8051         (mm-remove-part): Only call delete-annotation on XEmacs.
8052
8053         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8054
8055         * nnmail.el: Require gnus-int.
8056
8057         * spam.el: Move `require's before `eval-when-compile's.
8058
8059         * gnus-ems.el (gnus-alive-p):
8060         * gnus-fun.el (message-goto-eoh):
8061         * gnus-util.el (gnus-group-name-decode):
8062         * mail-source.el (gnus-compress-sequence):
8063         * message.el (Info-goto-node, format-spec):
8064         * mm-bodies.el (message-options-get):
8065         * mm-decode.el (mm-view-pkcs7):
8066         * mm-util.el (gmm-write-region):
8067         * mml-smime.el (mml-compute-boundary)
8068         (gnus-completing-read-with-default):
8069         * mml.el (widget-button-press, gnus-make-hashtable):
8070         * mml1991.el (mm-decode-content-transfer-encoding)
8071         (mm-encode-content-transfer-encoding)
8072         (message-options-get, message-options-set):
8073         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8074         * nnfolder.el (gnus-request-group):
8075         * nnheader.el (ietf-drums-unfold-fws):
8076         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8077         * smime.el (gnus-run-mode-hooks):
8078         * spam-stat.el (gnus-message): Autoload.
8079
8080         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8081         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8082         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8083         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8084         Add declare-function compatibility definition.
8085
8086         * gnus-cache.el (nnvirtual-find-group-art):
8087         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8088         (gnus-add-image, gnus-add-wash-type):
8089         * gnus-group.el (nnkiboze-score-file):
8090         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8091         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8092         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8093         (message-tokenize-header, gnus-get-buffer-create)
8094         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8095         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8096         * gnus.el (gnus-group-decoded-name):
8097         * mail-source.el (imap-capability):
8098         * mm-bodies.el (message-options-set):
8099         * mm-decode.el (gnus-configure-windows):
8100         * mm-extern.el (message-goto-body):
8101         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8102         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8103         (epg-sub-key-validity, message-options-set):
8104         * mml.el (widget-event-point, gnus-configure-windows):
8105         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8106         * mml2015.el (epg-check-configuration, epg-configuration)
8107         (message-options-set):
8108         * nndb.el (nndb-request-article):
8109         * nnfolder.el (gnus-request-create-group):
8110         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8111         * nnmaildir.el (gnus-group-mark-article-read):
8112         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8113         * rfc1843.el (message-fetch-field):
8114         * spam.el (gnus-extract-address-components):
8115         Declare as functions.
8116
8117 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8118
8119         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8120
8121         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8122
8123         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8124         bind show-trailing-whitespace for XEmacs.
8125
8126 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8127
8128         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8129         new no-op macro for backward compatibility.
8130
8131         * imap.el (imap-string-to-integer): New function.
8132
8133 2007-12-09  Glenn Morris  <rgm@gnu.org>
8134
8135         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8136
8137         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8138         * message.el, mm-view.el, sieve-manage.el, smime.el:
8139         Add declare-function compatibility definition.
8140
8141         * gnus-art.el (w3-region, w3m-region, Info-menu):
8142         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8143         * gnus-sum.el (gnus-get-predicate):
8144         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8145         * message.el (mail-abbrev-in-expansion-header-p):
8146         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8147         (w3m-detect-meta-charset, w3m-region):
8148         * sieve-manage.el (password-read, password-cache-add)
8149         (password-cache-remove):
8150         * smime.el (password-read-and-add): Declare as functions.
8151
8152 2007-12-08  David Kastrup  <dak@gnu.org>
8153
8154         * gnus-sum.el (gnus-summary-simplify-subject-query):
8155         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8156         `message'.
8157
8158 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8159
8160         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8161         it to bind idna-program, installation-directory, defined-colors, and
8162         face-attribute for XEmacs of the version that compiles defcustom forms.
8163
8164 2007-12-07  Glenn Morris  <rgm@gnu.org>
8165
8166         * gnus-art.el (article-make-date-line): Revert previous change.
8167
8168 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8169
8170         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8171
8172 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8173
8174         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8175         Call gnus-add-to-range ranges only once with a prepared article-list.
8176
8177 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8178
8179         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8180         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8181         group names with backslashes.
8182         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8183
8184 2007-12-06  Deepak Goel  <deego3@gmail.com>
8185
8186         * gnus-art.el (article-make-date-line):
8187         * gnus-start.el (gnus-load):
8188         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8189
8190 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8191
8192         * gnus-art.el (gnus-use-idna)
8193         * gnus-start.el (gnus-site-init-file)
8194         * message.el (message-use-idna)
8195         * mm-uu.el (mm-uu-hide-markers)
8196         * smiley.el (smiley-style): Revert changes that suppress warnings.
8197
8198 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8199
8200         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8201         specify charset to html source.
8202         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8203
8204 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8205
8206         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8207         idna-program in order to suppress byte compile warning issued by XEmacs
8208         that came to byte compile the default value section of defcustom forms
8209         recently.
8210
8211         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8212         value of installation-directory.
8213
8214         * message.el (message-use-idna): Don't directly refer to the value of
8215         idna-program.
8216
8217         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8218
8219         * smiley.el (smiley-style): Don't directly call face-attribute.
8220
8221 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8222
8223         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8224
8225         * gnus-dired.el: Reduce Gnus dependencies.
8226         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8227         Don't require.  Use autoloads instead.
8228         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8229         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8230         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8231         (gnus-dired-mode): Adjust doc string.
8232         (gnus-dired-mail-mode): New variable.
8233         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8234         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8235         (gnus-dired-mail-buffers): New function.  Return mail or message
8236         composition buffers.
8237         (gnus-dired-attach): Use it.
8238         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8239         NO-DECODE.
8240         (gnus-dired-print): Use `gnus-print-buffer' depending on
8241         `gnus-dired-mail-mode'.
8242
8243 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8244
8245         * rfc2047.el (rfc2047-encoded-word-regexp)
8246         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8247         explaining what regexp patterns are for.
8248
8249 2007-12-04  Glenn Morris  <rgm@gnu.org>
8250
8251         * password.el: Move to password-cache.el.
8252
8253         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8254         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8255         * mml-smime.el (password-read, password-cache-add)
8256         (password-cache-remove):
8257         No need to autoload, since mml-sec requires password.
8258
8259         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8260         * message.el (gnus-extract-address-components):
8261         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8262
8263         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8264         password.
8265
8266 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8267
8268         * mailcap.el: Reduce dependencies.
8269         (mail-header-parse-content-type): Autoload.
8270         (mailcap-delete-duplicates): New alias.
8271         (mailcap-mime-info): Add optional argument NO-DECODE.
8272         (mailcap-mime-types): Use mailcap-delete-duplicates.
8273
8274         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8275
8276 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8277
8278         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8279         (imap-parse-status): Upcase status-att for servers that sends them
8280         lower-case (e.g., MS Exchange 2007).
8281
8282 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8283
8284         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8285         function.
8286
8287         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8288         (gnus-uu-yenc-article): New function.
8289
8290         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8291
8292         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8293
8294 2007-12-02  Glenn Morris  <rgm@gnu.org>
8295
8296         * binhex.el (binhex): New custom group.
8297         (binhex-decoder-program, binhex-decoder-switches)
8298         (binhex-use-external): Move to the binhex custom group.
8299
8300         * uudecode.el (uudecode): New custom group.
8301         (uudecode-decoder-program, uudecode-decoder-switches)
8302         (uudecode-use-external): Move to the uudecode custom group.
8303
8304         * netrc.el (top-level): Don't load `encrypt' features.
8305         (netrc-parse): Don't use encrypt.
8306         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8307
8308         * encrypt.el: Remove file.
8309
8310 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8311
8312         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8313         matches on patches.
8314
8315         * gnus-art.el (gnus-article-browse-html-article):
8316         Mention `mm-text-html-renderer' in the doc string.
8317
8318         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8319         string.  Add comments.
8320
8321         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8322         if rhs is ASCII.
8323
8324 2007-12-01  Glenn Morris  <rgm@gnu.org>
8325
8326         * mail-source.el (top-level): Require format-spec before
8327         eval-when-compile.
8328
8329 2007-11-30  Glenn Morris  <rgm@gnu.org>
8330
8331         * encrypt.el: Require password, rather than autoloading password-read.
8332
8333 2007-11-29  Glenn Morris  <rgm@gnu.org>
8334
8335         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8336         (sasl-make-client, sasl-next-step, sasl-step-data)
8337         (sasl-step-set-data): Declare as functions.
8338
8339 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8340
8341         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8342
8343 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8344
8345         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8346         certs should be verified and what is to be done in the event of a
8347         verification failure.
8348
8349         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8350         caller can indicate whether the cache should be disregarded for this
8351         call.  This way the result of the call is reproducible at all times and
8352         can be considered a canonical server name for the supplied method.
8353         (gnus-agent-method-p): Canonicalize server names by pushing their
8354         method through `gnus-method-to-server' using the no-cache argument.
8355
8356         * gnus-srvr.el (gnus-server-insert-server-line):
8357         Call `gnus-method-to-server' with `no-cache' argument.
8358
8359         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8360         gnus-agent-possibly-synchronize-flags as this should be called when the
8361         server is actually being opened.
8362         (gnus-agent-possibly-synchronize-flags)
8363         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8364         flags file of an agentized server to the latter function.
8365
8366         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8367         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8368         after a connection has been established successfully.
8369
8370 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8371
8372         * gnus-art.el (article-display-face): Force to display face if called
8373         interactively; check if gnus-article-x-face-too-ugly matches author.
8374         (article-display-x-face): Display face even if From header is missing
8375         as article-display-face does.
8376
8377 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8378
8379         * hashcash.el (message-narrow-to-headers-or-head)
8380         (message-fetch-field, message-goto-eoh)
8381         (message-narrow-to-headers): Declare as functions.
8382
8383 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8384
8385         * mail-source.el (mail-sources): Default to fetch from file for
8386         compatibility with default of nnmail-spool-file.
8387
8388 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8389
8390         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8391         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8392         to look for encoded word that should be encoded again.
8393         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8394         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8395         encoding pattern.
8396         (rfc2047-decode-region): Switch strict regexp and loose one according
8397         to rfc2047-allow-irregular-q-encoded-words.
8398
8399 2007-11-25  Romain Francoise  <romain@orebokech.com>
8400
8401         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8402
8403 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8404
8405         * tls.el (tls-program): Provide more custom choices from
8406         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8407         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8408
8409 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8410
8411         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8412         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8413
8414         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8415         `nnmail-spool-file'.
8416
8417         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8418         `nnmail-spool-file'.
8419
8420         * gnus-move.el (gnus-change-server): Ditto.
8421
8422         * gnus-kill.el (gnus-batch-score): Ditto.
8423
8424         * gnus-cache.el (gnus-jog-cache): Ditto.
8425
8426         * gnus-msg.el (gnus-summary-reply):
8427         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8428
8429 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8430
8431         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8432         version.  Minor improvement to doc strings.
8433         (tls-program): Add comment.
8434
8435 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8436
8437         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8438         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8439         mismatch between the hostname provided in the certificate and the name
8440         of the host connnecting to.
8441         (open-tls-stream): Use them.  Check certificates against trusted root
8442         certificates.
8443
8444 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8445
8446         * gnus-cache.el (gnus-cache-generate-nov-databases):
8447         Use nnml-generate-nov-databases-directory instead of
8448         nnml-generate-nov-databases-1.
8449
8450 2007-11-24  Glenn Morris  <rgm@gnu.org>
8451
8452         * message.el (message-tool-bar-retro): Update for rename
8453         mail_send.xpm->mail-send.xpm.
8454
8455 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8456
8457         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8458         `smime-ldap-search' for Emacs 22 and up.
8459
8460 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8461
8462         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8463
8464         * message.el (message-send-mail-function): Fix error convention.
8465         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8466         (message-widen-reply, message-send-mail, message-talkative-question)
8467         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8468         (message-clone-locals, message-send-news): Use with-current-buffer.
8469         (message-insert-or-toggle-importance): Remove unused var `valid'.
8470         (message-make-references): Remove unused var `new-references'.
8471         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8472
8473 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8474
8475         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8476         (spam-split-symbolic-return-positive): Reflow docstring.
8477         (spam-backends, spam-summary-exit-behavior)
8478         (spam-mark-ham-unread-before-move-from-spam-group)
8479         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8480         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8481         (spam-clear-cache, spam-backend-check, spam-install-backend)
8482         (spam-install-statistical-backend, spam-list-of-processors)
8483         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8484         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8485         (spam-check-crm114, spam-initialize, spam-unload-hook):
8486         Fix typos in docstrings.
8487
8488 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8489
8490         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8491         been checked if they have never been read and those group levels are
8492         higher than the one that a user specified.
8493
8494 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8495
8496         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8497         foreign groups unless a group level is specified by a user.
8498         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8499
8500 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8501
8502         * message.el (message-send-mail-function): Require sendmail.
8503
8504 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8505
8506         * message.el (message-send-mail-function): Check for smtpmail too.
8507
8508         * utf7.el (utf7-encode, utf7-decode): Use coding system
8509         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8510
8511         * message.el (message-send-mail-function): New function.
8512         (message-send-mail-function): Set default using
8513         message-send-mail-function.  Adjust doc string.
8514         (message-send-mail-with-mailclient): New function.
8515
8516 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8517
8518         * smime.el (from):
8519         * rfc2047.el (message-posting-charset):
8520         * qp.el (mm-use-ultra-safe-encoding):
8521         * pop3.el (parse-time-months):
8522         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8523         * nnml.el (files):
8524         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8525         (jka-compr-compression-info-list, ange-ftp-path-format)
8526         (efs-path-regexp):
8527         * nndiary.el (files):
8528         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8529         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8530         (epg-digest-algorithm-alist, inhibit-redisplay)
8531         (password-cache-expiry):
8532         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8533         (pgg-output-buffer, password-cache-expiry):
8534         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8535         (efs-path-regexp):
8536         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8537         (inhibit-redisplay):
8538         * mm-uu.el (file-name, start-point, end-point, entry)
8539         (gnus-newsgroup-name, gnus-newsgroup-charset):
8540         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8541         (latin-unity-ucs-list):
8542         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8543         (mm-uu-binhex-decode-function):
8544         * message.el (gnus-message-group-art, gnus-list-identifiers)
8545         (rmail-enable-mime-composing, gnus-local-organization)
8546         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8547         (gnus-read-active-file, facemenu-add-face-function)
8548         (facemenu-remove-face-function, gnus-article-decoded-p)
8549         (tool-bar-mode):
8550         * mail-source.el (display-time-mail-function):
8551         * gnus-util.el (nnmail-pathname-coding-system)
8552         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8553         (gnus-original-article-buffer, gnus-user-agent)
8554         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8555         (xemacs-codename, sxemacs-codename, emacs-program-version):
8556         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8557         * gnus-start.el (gnus-agent-covered-methods)
8558         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8559         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8560         (gnus-newsgroup-headers, gnus-group-list-mode)
8561         (gnus-group-mark-positions, gnus-newsgroup-data)
8562         (gnus-newsgroup-unreads, nnoo-state-alist)
8563         (gnus-current-select-method, mail-sources)
8564         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8565         (nnmail-spool-file, gnus-cache-active-hashtb):
8566         * gnus-mh.el (mh-lib-progs):
8567         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8568         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8569         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8570         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8571         (gnus-group-buffer):
8572         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8573         (font-lock-set-defaults):
8574         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8575         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8576         (gnus-summary-post-menu, total-parts, type, condition, length):
8577         * gnus-agent.el (gnus-agent-read-agentview):
8578         * flow-fill.el (show-trailing-whitespace):
8579         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8580         eval-and-compile wrappers for byte compiler pacifiers.
8581
8582         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8583         (mm-display-inline-fontify): Check for featurep 'xemacs not
8584         extent-list.
8585
8586         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8587         itimer-list.
8588         (mm-create-image-xemacs): Only do something for XEmacs.
8589         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8590
8591         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8592
8593         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8594         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8595
8596 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8597
8598         * nnimap.el (nnimap-split-download-body):
8599         * gnus-demon.el (gnus-demon):
8600         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8601
8602 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8603
8604         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8605         New macros.
8606         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8607         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8608         copy data from unibyte buffer to multibyte current buffer.
8609         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8610         to copy data from unibyte current buffer to multibyte buffer.
8611         (nntp-make-process-buffer): Make process buffer unibyte.
8612
8613         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8614
8615 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8616
8617         * pop3.el (pop3-open-server): Accept and process data more robustly at
8618         connexion start to avoid spurious "POP SSL connexion failed" errors.
8619
8620 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8621
8622         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8623         read group names.
8624
8625 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8626
8627         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8628
8629 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8630
8631         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8632         (nnmail-save-active): Use a unibyte buffer when saving active file,
8633         which may contain non-ASCII group names.
8634
8635         * nnml.el (nnml-request-group): Decode group names in messages.
8636
8637 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8638
8639         * message.el (message-citation-line-function)
8640         (message-insert-formatted-citation-line): Fix spelling of
8641         `message-insert-formated-citation-line'.
8642
8643 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8644
8645         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8646
8647 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8648
8649         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8650         nnmail-pathname-coding-system.
8651
8652         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8653         that a user enters; decode group names in messages.
8654
8655         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8656
8657 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8658
8659         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8660
8661         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8662
8663         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8664         risky local variable.
8665
8666         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8667
8668 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8669
8670         * encrypt.el: Improve documentation to fix function name typo.
8671         Reported by Daiki Ueno <ueno@unixuser.org>.
8672
8673 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8674
8675         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8676         even if the point is not in the last page of an article.
8677         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8678         back to the previous page.
8679
8680 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8681
8682         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8683
8684 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8687
8688 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8689
8690         * message.el (message-check-news-body-syntax):
8691         Avoid mm-string-as-multibyte.
8692         (message-hide-headers): Don't assume (point-min)==1.
8693
8694 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8695
8696         * message.el (message-remove-blank-cited-lines): Fix if remove is
8697         given.
8698         (message-bogus-address-regexp): New variable.
8699         (message-bogus-recipient-p): New function.
8700         (message-check-recipients): New command.
8701         (message-syntax-checks): Add `bogus-recipient'.
8702         (message-fix-before-sending): Add `bogus-recipient'.
8703
8704         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8705         (gnus-treat-body-boundary): Don't test window-system.
8706
8707 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8708
8709         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8710
8711 2007-10-28  Miles Bader  <miles@gnu.org>
8712
8713         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8714         at compile-time too.
8715
8716 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8717
8718         * gnus-msg.el (gnus-message-setup-hook):
8719         Add `message-remove-blank-cited-lines' to options.
8720
8721 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8722
8723         * message.el (message-remove-blank-cited-lines): New function.
8724         Suggested by Karl Plästerer.
8725
8726 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8727
8728         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8729         mapc.
8730
8731         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8732         (top-level): Use mapc to set functions to be traced for debugging.
8733
8734         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8735         called for effect with while loop.
8736
8737         * message.el (message-talkative-question): Replace mapcar called for
8738         effect with mapc.
8739
8740         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8741         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8742         called for effect with dolist.
8743
8744         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8745
8746         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8747         gnus-extra-headers and nnmail-extra-headers.
8748
8749         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8750         called for effect with dolist.
8751         (top-level): Use mapc to set functions to be traced for debugging.
8752
8753         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8754         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8755         dolist.
8756
8757         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8758         Replace mapcar called for effect with mapc.
8759         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8760         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8761         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8762         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8763
8764         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8765         remove-if that's a cl function.
8766
8767         * webmail.el (webmail-debug): Replace mapcar called for effect with
8768         dolist.
8769
8770         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8771         with mapc.
8772
8773 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8774
8775         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8776         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8777         with while loop.
8778
8779         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8780         functions from article-* functions.
8781         (gnus-multi-decode-header): Replace mapcar called for effect with
8782         dolist.
8783
8784         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8785         (gnus-bookmark-show-details): Replace mapcar called for effect with
8786         while loop.
8787
8788         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8789         called for effect with while loop.
8790
8791         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8792         with dolist.
8793
8794         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8795         Replace mapcar called for effect with dolist.
8796
8797         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8798
8799         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8800         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8801         Replace mapcar called for effect with dolist.
8802         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8803         mapc.
8804
8805         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8806         Replace mapcar called for effect with dolist.
8807         (gnus-topic-list): Replace mapcar called for effect with mapc.
8808
8809         * gnus.el: Use mapc instead of mapcar to add autoloads.
8810
8811 2007-10-23  Richard Stallman  <rms@gnu.org>
8812
8813         * gnus-group.el (gnus-group-highlight): Mark as risky.
8814
8815 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8816
8817         * gnus.el (gnus-server-to-method): Return method found first in
8818         gnus-newsrc-alist.
8819
8820         * gnus-art.el (gnus-article-highlight-signature)
8821         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8822         button overlay without the front stickiness.
8823
8824 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8825
8826         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8827         overview buffer needed a catch to receive its throw.
8828         (gnus-agent-flush-cache): Declare as interactive to make this function
8829         easier to use.
8830
8831 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8832
8833         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8834         `next-line'.
8835
8836 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8837
8838         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8839         exclude address matching message-dont-reply-to-names.
8840
8841 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8842
8843         * gnus-util.el (gnus-string<): New function.
8844
8845         * gnus-sum.el (gnus-article-sort-by-author)
8846         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8847
8848 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8849
8850         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8851         the frame-focus tag is set in gnus-buffer-configuration.
8852
8853 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8854
8855         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8856         the front stickiness.
8857
8858 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8859
8860         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8861         url pattern; remove duplicate one.
8862         (gnus-article-extend-url-button): New function.
8863         (gnus-article-add-buttons): Use it.
8864         (gnus-button-push): Use concatenated url that it makes.
8865
8866 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8867
8868         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8869
8870 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8871
8872         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8873         Don't hardcode point-min==1.
8874
8875 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8876
8877         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8878         Fix comment about "iso8859-1".
8879
8880 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8881
8882         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8883         ones returned from the verify-function.
8884
8885         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8886         Call mml2015-extract-cleartext-signature if extraction failed.
8887
8888 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8889
8890         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8891         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8892         failed.
8893
8894 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8895
8896         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8897
8898 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8899
8900         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8901         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8902         recommends to use EasyPG instead of PGG.
8903
8904         * pgg.el: Revert to revision 6.23.2.16.
8905
8906         * pgg-def.el: Revert to revision 6.6.2.14.
8907
8908         * pgg-gpg.el: Revert to revision 6.23.2.34.
8909
8910 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8911
8912         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8913         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8914         thread for both the null and zero (kill/expire thread) universal prefix
8915         cases.
8916         (gnus-summary-expire-thread): Add new function to expire a thread,
8917         using gnus-summary-kill-thread.
8918         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8919         shortcuts for gnus-summary-expire-thread.
8920         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8921         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8922
8923 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8924
8925         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8926         extras value, so an extras entry can be deleted.
8927         (gnus-registry-delete-extra-entry): Use it.
8928         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8929         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8930         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8931         storage through the gnus-registry, and provide an appropriate API for
8932         it.
8933
8934 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8935
8936         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8937         Suggested by Leo <sdl.web@gmail.com>.
8938
8939         * gnus.el: Do.
8940
8941 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8942
8943         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8944         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8945
8946         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8947
8948         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8949         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8950
8951 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8952
8953         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8954         newline.
8955         (nnmbox-request-accept-article): Don't change article in source buffer;
8956         narrow to header to use message-fetch-field rather than
8957         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8958         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8959         as delimiters; make sure article ends with newline.
8960         (nnmbox-delete-mail): Correct last position of article to be deleted;
8961         ignore X-Gnus-Newsgroup header in article body.
8962         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8963         positions; make sure article ends with newline.
8964
8965         * message.el (message-display-abbrev): Don't infloop when a user
8966         inserts SPC in the beginning of header.
8967
8968         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8969         coding-system-for-read and coding-system-for-write for XEmacs having no
8970         file-coding feature.
8971
8972         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8973
8974 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8975
8976         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8977         list of groups not followed by default.  Fix type to be regexp.
8978         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8979
8980 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8981
8982         * hmac-def.el (define-hmac-function): Switch from old-style to
8983         new-style backquotes.
8984
8985         * md4.el (md4-make-step): Likewise.
8986
8987 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8988
8989         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8990         raw-text coding system when saving .newsrc file, which may contain
8991         non-ASCII group names.
8992
8993 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8994
8995         * gnus-cus.el (gnus-score-extra): New widget.
8996         (gnus-score-extra-convert): New function.
8997         (gnus-score-customize): Use it for Extra.
8998
8999 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9000
9001         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9002         (mml2015-mailcrypt-clear-verify): Use it.
9003         (mml2015-gpg-clear-verify): Use it.
9004         (mml2015-pgg-clear-verify): Use it.
9005         (mml2015-epg-clear-verify): Replace the current part with the output
9006         from GnuPG; don't extract the plaintext by itself.
9007
9008         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9009         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9010         mml2015-clear-verify-function; don't touch the armor headers or
9011         dash-escaped text here.
9012
9013 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9014
9015         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9016         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9017         parts, or application/octet-stream as a last resort.
9018         (gnus-mime-view-part-as-type): Don't toggle display.
9019         (gnus-mime-view-part-as-charset): Don't turn off display before
9020         querying charset.
9021
9022         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9023         stuff to undisplayer function in Emacs.
9024         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9025
9026         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9027         text/calendar parts.
9028
9029 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9030
9031         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9032         decoding text/calendar parts.
9033
9034         * message.el (message-forward-make-body-mime): Always mark body as
9035         having no illegible text; remove signed-or-encrypted argument.
9036         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9037
9038         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9039         (mml-generate-mime-1): Don't encode body if it is specified to be in
9040         raw form; don't make buffer be unibyte when inserting multibyte string.
9041
9042 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9043
9044         * sha1.el: Fix up comment style.
9045         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9046         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9047
9048         * hex-util.el: Fix up comment style.
9049         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9050
9051         * gnus-salt.el: Use with-current-buffer.
9052         (gnus-pick-setup-message): Fix long-standing typo.
9053
9054 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * imap.el (imap-logout-timeout): New variable.
9057         (imap-logout, imap-logout-wait): New functions.
9058         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9059
9060         * nnimap.el (nnimap-logout-timeout): New server variable.
9061         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9062         nnimap-logout-timeout.
9063
9064         * gnus-art.el (gnus-article-summary-command-nosave)
9065         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9066
9067 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9068
9069         * gnus.el (gnus-maximum-newsgroup): New variable.
9070
9071         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9072         according to gnus-maximum-newsgroup.
9073
9074         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9075         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9076         Limit the range of articles according to gnus-maximum-newsgroup.
9077
9078 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9079
9080         * gnus-art.el (gnus-sticky-article): Fix problems described in
9081         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9082         Don't perform gnus-configure-windows here; reuse existing sticky
9083         article buffer.
9084
9085         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9086         it doesn't exist in gnus-article-mode.
9087
9088 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9089
9090         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9091         (gnus-agent-decoded-group-name): New function.
9092         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9093         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9094
9095 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9096
9097         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9098         Add binding for gnus-sticky-article.
9099         (gnus-summary-exit): Don't kill sticky article buffers.
9100
9101         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9102         article buffer.
9103         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9104         (gnus-kill-sticky-article-buffers): New commands.
9105
9106 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9107
9108         * nntp.el (nntp-xref-number-is-evil): New server variable.
9109         (nntp-find-group-and-number): If it is non-nil, don't trust article
9110         numbers in the Xref header.
9111
9112 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9113
9114         * gnus-agent.el (gnus-agent-read-group): New function.
9115         (gnus-agent-flush-group, gnus-agent-expire-group)
9116         (gnus-agent-regenerate-group): Use it.
9117         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9118         nnmail-pathname-coding-system.
9119
9120 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9121
9122         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9123
9124         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9125         that are unread as unread, and also as selected so that information of
9126         marks having been changed by a user may be updated when exiting group.
9127
9128 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9129
9130         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9131
9132 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9133
9134         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9135         calculated ignoring signature parts to gnus-treat-article.
9136
9137 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9138
9139         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9140         a point here in order to keep the window start.
9141         (gnus-insert-mime-security-button): Make a button overlay without the
9142         front stickiness.
9143         (gnus-mime-display-security): Goto the end of a button.
9144
9145         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9146
9147 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9148
9149         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9150         group-name-at-point.
9151         (gnus-group-completing-read): New function that offers decoded
9152         non-ASCII group names for completion.
9153         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9154         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9155         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9156         (gnus-group-fetch-control): Use it.
9157         (gnus-fetch-group): Use group-name-at-point for the initial value
9158         rather than the default value; use gnus-alive-p.
9159
9160         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9161         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9162         (gnus-summary-post-news): Use gnus-group-completing-read.
9163
9164         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9165         (gnus-read-move-group-name): Decode group name for completion.
9166
9167 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9168
9169         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9170         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9171         Yamaoka slightly modified the code).
9172
9173 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9174
9175         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9176         (nnmail-split-incoming): Bind it.
9177
9178         * nnml.el (nnml-group-name-charset): New function.
9179         (nnml-decoded-group-name): Use it; don't decode group name if
9180         nnmail-group-names-not-encoded-p is non-nil.
9181         (nnml-encoded-group-name): New function.
9182         (nnml-group-pathname): Inline nnml-decoded-group-name.
9183         (nnml-request-expire-articles): Decode group name in message.
9184         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9185         nnmail-pathname-coding-system.
9186         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9187         not decoded ones according to nnmail-group-names-not-encoded-p.
9188         (nnml-generate-active-info): Use nnml-encoded-group-name.
9189
9190 2007-08-08  Glenn Morris  <rgm@gnu.org>
9191
9192         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9193         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9194         doc-strings and comments.
9195
9196 2007-07-25  Glenn Morris  <rgm@gnu.org>
9197
9198         * Relicense all FSF files to GPLv3 or later.
9199
9200 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9201
9202         * gnus-sum.el (gnus-summary-move-article):
9203         Make gnus-summary-respool-article work.
9204
9205 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9206
9207         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9208         string.
9209
9210 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9211
9212         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9213         that should be ignored when comparing distant RSS articles with local
9214         ones.
9215         (nnrss-make-hash-index): New function.  Create a hash index according
9216         to the ignored fields.
9217         (nnrss-check-group): Use it.
9218
9219 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9220
9221         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9222
9223         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9224
9225         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9226         the new optional argument ENCODED is non-nil.
9227         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9228         coding system for encoding group name.
9229         (gnus-group-make-rss-group): Pass un-encoded group name to
9230         gnus-group-make-group.
9231         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9232         encoded.
9233
9234         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9235         Encode group name to which articles are moved or copied.
9236         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9237         coding system for encoding Newsgroup, Followup-To and Xref headers.
9238
9239         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9240         marks; use nnheader-file-coding-system to write a file.
9241         (nnagent-retrieve-headers): Bind file-name-coding-system to
9242         nnmail-pathname-coding-system.
9243
9244         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9245
9246         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9247         (nnml-request-article, nnml-request-create-group)
9248         (nnml-request-rename-group, nnml-find-id)
9249         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9250         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9251         (nnml-save-marks): Use nnml-group-pathname instead of
9252         nnmail-group-pathname.
9253
9254         (nnml-request-create-group, nnml-request-expire-articles)
9255         (nnml-request-move-article, nnml-request-delete-group)
9256         (nnml-deletable-article-p, nnml-possibly-create-directory)
9257         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9258         (nnml-open-marks): Bind file-name-coding-system to
9259         nnmail-pathname-coding-system.
9260
9261         (nnml-request-article): Pass server argument to nnml-find-group-number.
9262         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9263         Pass server argument to nnml-possibly-create-directory.
9264         (nnml-request-accept-article): Pass server argument to
9265         nnml-active-number and nnml-save-mail.
9266         (nnml-find-group-number): Pass server argument to nnml-find-id.
9267         (nnml-request-update-info): Pass server argument to
9268         nnml-marks-changed-p.
9269
9270         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9271         (nnml-save-mail, nnml-active-number): Add server argument.
9272
9273         (nnml-request-delete-group): Warn if group is missing.
9274         (nnml-get-nov-buffer): Decode group name.
9275         (nnml-generate-active-info): Encode group name.
9276         (nnml-open-marks): Decode group name in messages.
9277
9278 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9279
9280         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9281         if it is not specified.
9282         (gnus-article-pipe-part, gnus-article-save-part)
9283         (gnus-article-interactively-view-part, gnus-article-copy-part)
9284         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9285         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9286         (gnus-article-replace-part, gnus-article-delete-part)
9287         (gnus-article-view-part-as-type): Pass raw prefix argument to
9288         gnus-article-part-wrapper.
9289
9290 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9291
9292         * gnus-agent.el (gnus-agent-save-active):
9293         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9294
9295         * gnus-cache.el (gnus-cache-save-buffers)
9296         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9297         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9298         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9299         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9300         (gnus-cache-generate-active, gnus-cache-rename-group)
9301         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9302         (gnus-cache-update-overview-total-fetched-for):
9303         Bind file-name-coding-system to nnmail-pathname-coding-system.
9304         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9305         New variables.
9306         (gnus-cache-decoded-group-name): New function.
9307         (gnus-cache-file-name): Use it.
9308         (gnus-cache-generate-active): Use non-decoded group name for active.
9309
9310         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9311         right place.
9312         (gnus-write-active-file): Don't break non-ASCII group names.
9313
9314         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9315         nnmail-pathname-coding-system.
9316
9317         * lpath.el: Bind default-file-name-coding-system,
9318         file-name-coding-system and language-info-alist for XEmacs.
9319
9320         * gnus-uu.el (gnus-uu-decode-save): Typo.
9321
9322 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9323
9324         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9325
9326 2007-07-14  David Kastrup  <dak@gnu.org>
9327
9328         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9329         finishing actions if we did not edit the article.
9330
9331 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9332
9333         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9334         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9335         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9336         (gnus-agent-flush-group, gnus-agent-flush-cache)
9337         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9338         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9339         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9340         (gnus-agent-regenerate-group)
9341         (gnus-agent-update-files-total-fetched-for)
9342         (gnus-agent-update-view-total-fetched-for):
9343         Bind file-name-coding-system to nnmail-pathname-coding-system.
9344         (gnus-agent-group-pathname): Don't encode file names by
9345         nnmail-pathname-coding-system.
9346         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9347         coding-system-for-write instead of buffer-file-coding-system to
9348         gnus-agent-file-coding-system.
9349
9350         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9351         Decode group name.
9352
9353         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9354
9355         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9356         (gnus-read-newsrc-el-file): Make group names unibyte.
9357
9358         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9359         nnmail-pathname-coding-system.
9360
9361         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9362         (nnrss-request-delete-group): Bind file-name-coding-system to
9363         nnmail-pathname-coding-system.
9364         (nnrss-read-server-data, nnrss-read-group-data):
9365         Bind file-name-coding-system correctly.
9366         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9367
9368         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9369         (nntp-server-to-method-cache): New variable.
9370         (nntp-group-pathname): New function that decodes non-ASCII group names.
9371         (nntp-possibly-create-directory, nntp-marks-changed-p)
9372         (nntp-save-marks, nntp-open-marks): Use it.
9373         (nntp-possibly-create-directory, nntp-open-marks):
9374         Bind file-name-coding-system to nnmail-pathname-coding-system.
9375         (nntp-open-marks): Decode group names when bootstrapping marks.
9376
9377         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9378         Newsgroups and Folowup-To headers.
9379
9380 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9381
9382         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9383         (gnus-server-closed-face, gnus-server-denied-face)
9384         (gnus-server-offline-face): Remove variable.
9385         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9386
9387         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9388         of modifying message-stack directly for XEmacs.
9389
9390         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9391         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9392         if the coding-system argument is nil for XEmacs.
9393
9394         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9395         mm-charset-override-alist.
9396
9397         * rfc2047.el: Don't require base64; require rfc2045 for the function
9398         rfc2045-encode-string.
9399         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9400         to quote the parameter value.
9401
9402 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9403
9404         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9405         form in gnus-group-name-charset-method-alist.
9406
9407         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9408         overrides the default layout edit-form.
9409
9410         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9411
9412         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9413
9414 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9415
9416         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9417         as unfetched articles.
9418
9419 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9420
9421         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9422
9423 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9424
9425         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9426         original back end that keeps marks in the local system.
9427
9428 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9429
9430         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9431         arg of pop-to-buffer for XEmacs.
9432         (gnus-article-read-summary-keys): Ditto; don't restore window
9433         configuration if summary command ends up with neither article buffer
9434         nor summary buffer; describe bindings if summary keys end with C-h.
9435
9436 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9437
9438         * message.el (message-fix-before-sending): Skip raw message part to be
9439         forwarded while checking illegible text.
9440         (message-forward-make-body-mime, message-forward-make-body):
9441         Mark signed or encrypted raw message as having no illegible text.
9442
9443 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9444
9445         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9446         (gnus-message-with-timestamp-1): New macro.
9447         (gnus-message-with-timestamp): New function.
9448         (gnus-message): Use them.
9449
9450         * nnheader.el (nnheader-message): Use them.
9451
9452 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9453
9454         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9455         .newsrc.eld file.
9456
9457 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9458
9459         * gnus-agent.el (gnus-agent-fetch-headers)
9460         (gnus-agent-retrieve-headers):
9461         Bind gnus-decode-encoded-address-function to identity.
9462
9463         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9464         available also when the server returns simply a dot.
9465
9466         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9467
9468 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9469
9470         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9471
9472 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9473
9474         * gnus-ems.el (gnus-x-splash): Make it work.
9475
9476         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9477         from being used.
9478
9479         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9480
9481 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9482
9483         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9484         4th and the 5th arguments.
9485
9486         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9487         the front stickiness.
9488         (gnus-article-summary-command-nosave): Correct the order of the
9489         arguments passed to pop-to-buffer.
9490         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9491         summary command ends up with the article buffer.
9492
9493         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9494         the same faces.
9495
9496 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9497
9498         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9499
9500 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9501
9502         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9503         * gnus-sum.el (gnus-summary-highlight):
9504         * pgg.el (pgg-sign-region, pgg-sign):
9505         * mail-source.el (mail-source-delete-old-incoming-confirm):
9506         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9507
9508 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9509
9510         * gnus-art.el (gnus-mime-view-part-externally)
9511         (gnus-mime-view-part-internally): Fix predicate function passed to
9512         completing-read.
9513
9514         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9515
9516         * gnus.el (gnus-update-message-archive-method): Add :version.
9517
9518 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9519
9520         * gnus.el (gnus-update-message-archive-method): New variable.
9521
9522         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9523         according to gnus-message-archive-method if
9524         gnus-update-message-archive-method is non-nil.
9525
9526 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9527
9528         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9529         Suggested by Loic Dachary <loic@dachary.org>.
9530         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9531
9532 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9533
9534         * message.el (message-pop-to-buffer): Add switch-function argument.
9535         (message-mail): Pass switch-function argument to it.
9536
9537 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9538
9539         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9540         Improve doc string.
9541
9542 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9543
9544         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9545         (gnus-header-content)
9546         * gnus-cite.el (gnus-cite-10)
9547         * gnus-srvr.el (gnus-server-closed)
9548         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9549         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9550         (gnus-group-mail-3-empty, gnus-group-mail-low)
9551         (gnus-group-mail-low-empty, gnus-splash)
9552         * message.el (message-header-to, message-header-cc)
9553         (message-header-subject, message-header-other, message-header-name)
9554         (message-header-xheader, message-separator, message-cited-text)
9555         (message-mml): Lighten colors of faces used for dark background.
9556
9557 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9558
9559         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9560         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9561
9562 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9563
9564         * message.el (message-narrow-to-headers-or-head):
9565         Ignore mail-header-separator in the body.
9566
9567 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9568
9569         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9570         same as window size.
9571
9572 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9573
9574         * message.el (message-font-lock-keywords): Use message-header-xheader
9575         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9576         ahead of the anything pattern, to get it recognised.
9577
9578 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9579
9580         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9581         spam.el loads uses it in the compiled defadvice form.
9582
9583 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9584
9585         * gnus-sum.el (gnus-articles-to-read)
9586         (gnus-summary-insert-old-articles): Don't truncate group name for
9587         `read-string'.
9588
9589         * gnus-util.el (gnus-limit-string): Delete this function.
9590
9591         * gnus-sum.el (gnus-simplify-subject-fully):
9592         Use `truncate-string-to-width' instead.
9593
9594 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9595
9596         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9597         Tell if, on summary exit, the next group has to be selected.
9598         (gnus-summary-exit): Use it.
9599
9600 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9601
9602         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9603         non-break space.
9604
9605 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9606
9607         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9608         Check if group is not a directory.
9609         (nnfolder-request-expire-articles): Don't delete articles if the target
9610         group is not available.
9611
9612         * nnml.el (nnml-request-create-group): Properly check if group is not a
9613         file.
9614         (nnml-request-expire-articles): Don't delete articles if the target
9615         group is not available.
9616
9617         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9618         Don't quote characters that are within parentheses.
9619
9620 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9621
9622         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9623         (gnus-handle-ephemeral-exit): Select article according to it.
9624
9625 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9626
9627         * message.el (message-insert-formated-citation-line): Remove newline.
9628         (message-citation-line-format): Add final \n here so that the user can
9629         avoid a blank line.
9630
9631 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9632
9633         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9634         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9635         Update lanl/arXiv support.
9636
9637 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9638
9639         * gnus.el: Bump version number.
9640
9641 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9642
9643         * gnus.el (gnus-version-number): Bump version.
9644
9645 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9646
9647         * gnus.el: No Gnus v0.6 is released.
9648
9649 2007-04-27  Didier Verna  <didier@xemacs.org>
9650
9651         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9652         * gmm-utils.el (gmm-regexp-concat): ... here.
9653         * message.el: Don't require 'gnus-util.
9654         (message-dont-reply-to-names): Handle name change above.
9655         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9656
9657 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9658
9659         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9660         since the initial value varies according to the system.
9661
9662 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9663
9664         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9665
9666 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9667
9668         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9669
9670 2007-04-24  Didier Verna  <didier@xemacs.org>
9671
9672         Improve the type of gnus-ignored-from-addresses.
9673         * gnus-util.el (gnus-orify-regexp): New function.
9674         * message.el (gnus-util): Require it.
9675         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9676         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9677         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9678
9679 2007-04-24  Didier Verna  <didier@xemacs.org>
9680
9681         * gnus-sum.el:
9682         * gnus-utils.el: Fix some trailing whitespaces.
9683
9684 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9685
9686         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9687         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9688         article's Message-ID; refer parent article in summary buffer.
9689
9690         * message.el (message-bounce): Call mime-to-mml.
9691
9692         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9693         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9694         optimize and/or forms properly.
9695
9696 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9697
9698         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9699         URL.
9700
9701 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9702
9703         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9704
9705 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9706
9707         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9708         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9709         displayed of multipart/alternative part if it is invoked from summary
9710         buffer.
9711
9712         * mm-view.el (mm-inline-text-html-render-with-w3m)
9713         (mm-inline-text-html-render-with-w3m-standalone)
9714         (mm-inline-render-with-function): Use mail-parse-charset by default.
9715
9716 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9717
9718         * parse-time.el (parse-time-string-chars): Check if CHAR
9719         is less than the length of parse-time-syntax.
9720
9721 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9722
9723         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9724         from gnus-newsgroup-processable.
9725
9726 2007-04-16  Didier Verna  <didier@xemacs.org>
9727
9728         * gnus-msg.el (gnus-configure-posting-styles):
9729         Handle message-signature-directory properly with :file syntax.
9730         Reported by "Leo".
9731
9732 2007-04-11  Didier Verna  <didier@xemacs.org>
9733
9734         New user option: message-signature-directory.
9735         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9736         * message.el (message-insert-signature): Ditto.
9737         * message.el (message-signature-file): Doc update.
9738         * message.el (message-signature-directory): New.
9739
9740 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9741
9742         * gnus-msg.el (gnus-inews-yank-articles):
9743         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9744
9745 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9746
9747         * message.el (message-yank-original): Make sure cited text ends with
9748         newline; don't exchange point and mark.
9749
9750 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9751
9752         * tls.el (open-tls-stream): Properly handle case where there
9753         is no associated buffer.
9754
9755 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9756
9757         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9758         message-yank-original, make sure (< mark TEXT point).
9759
9760 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9761
9762         * message.el (message-fill-column): New variable.
9763         (message-mode): Use it.  Add comment on a possible new hook.
9764
9765         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9766         (nnmail-get-new-mail): Reformat.
9767
9768         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9769
9770         * gmm-utils.el: Fix Commentary.
9771         (gmm-tool-bar-from-list): Fix typo in doc string.
9772
9773 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9774
9775         * message.el (message-yank-original): Don't switch point and mark
9776         unnecessarily to put point and mark as documented.
9777
9778 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9779
9780         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9781         from the message heads.
9782
9783 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9784
9785         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9786         article buffer does not have a window.  This may not be the best
9787         solution but is certainly better than setting the start of the null,
9788         that is the current, window.
9789
9790 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9791
9792         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9793         (gnus-draft-setup): Run it.
9794
9795         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9796         gnus-score-fast-scoring.  Allow regexp.
9797         (gnus-score-headers): Use it.
9798
9799         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9800         XEmacs.
9801
9802         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9803         string.
9804         (gnus-button-alist): Also catch `<f1> k ...'.
9805         (gnus-treat-display-x-face): Fix doc string.
9806
9807 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9808
9809         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9810         evaluation of gnus-extended-version to ensure correct generation of the
9811         User-Agent header when message-generate-headers-first is used.
9812
9813 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9814
9815         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9816         hashcash-path is nil.  Don't call callback with incorrect number of
9817         parameters if val is 0.
9818
9819 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9820
9821         * message.el (message-required-news-headers):
9822         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9823
9824 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9825
9826         * tls.el (open-tls-stream): In handshake-waiting loop,
9827         don't wait more if there is output available to process.
9828
9829 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9830
9831         * tls.el (tls-program): Doc fix.
9832
9833 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9834
9835         * message.el (message-generate-new-buffers): Change the meaning of the
9836         nil value; add `standard' to the choices; treat t as `unique'; improve
9837         doc string.
9838         (gnus-select-frame-set-input-focus): Autoload.
9839         (message-buffer-name): Search for the existing message buffer if
9840         message-generate-new-buffers is nil or `standard'; treat the value t of
9841         message-generate-new-buffers as `unique'.
9842         (message-pop-to-buffer): Raise the frame already displaying the message
9843         buffer; clear the echo area after querying.
9844         (message-setup): Pass the `continue' argument to compose-mail.
9845         (message-mail): Prefer `switch-function' if it is given; search for the
9846         existing message buffer if the `continue' argument is non-nil; pass
9847         continue and switch-function arguments to compose-mail by way of
9848         message-setup.
9849         (message-mail-other-window): Adjust argument of message-setup.
9850         (message-mail-other-frame): Ditto.
9851
9852 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9853
9854         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9855         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9856         to turn font-lock on when turning gnus-message-citation-mode on.
9857
9858 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9859
9860         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9861         (mml-smime-function-alist): New variable; add epg as the backend.
9862         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9863         mml-smime- functions instead.
9864         * mm-view.el: Require smime.
9865
9866 2007-03-05  Didier Verna  <didier@xemacs.org>
9867
9868         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9869         instead of just inheritance for posting styles.
9870         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9871
9872 2007-02-24  Chris Moore  <dooglus@gmail.com>
9873
9874         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9875         * pgg-pgp.el (pgg-pgp-encrypt-region):
9876         * pgg-gpg.el (pgg-gpg-encrypt-region):
9877         Check pgg-encrypt-for-me if no other recipients.
9878
9879 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9880
9881         * tls.el (tls-certtool-program): Fix custom type.
9882
9883 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9884
9885         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9886         and point-at-eol instead of line-(beginning|end)-position.
9887
9888         * assistant.el (assistant-parse-buffer): Ditto.
9889
9890         * netrc.el (netrc-parse-services): Ditto.
9891
9892 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9893
9894         * mml2015.el (mml2015-epg-find-usable-key): New function.
9895         (mml2015-epg-sign): Use it.
9896         (mml2015-epg-encrypt): Use it.
9897
9898 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * message.el (message-make-in-reply-to): Quote name containing
9901         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9902         if there are special characters.  Reported by NAKAJI Hiroyuki
9903         <nakaji@jp.freebsd.org>.
9904
9905 2007-02-27  Didier Verna  <didier@xemacs.org>
9906
9907         Include the group parameters as well as the topic ones in the
9908         inheritance filter process.
9909         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9910         argument GROUP-PARAMS-LIST.
9911         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9912
9913 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9914
9915         * nntp.el (nntp-never-echoes-commands)
9916         (nntp-open-connection-functions-never-echo-commands): New variables.
9917         (nntp-send-command): Use them.
9918
9919 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9920
9921         * mml2015.el (mml2015-epg-verify): Simplify.
9922
9923 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9924
9925         * mml.el (mml-content-disposition-alist): New user option.
9926         (mml-content-disposition): New function.
9927         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9928         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9929
9930 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9931
9932         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9933         verification.
9934
9935 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9936
9937         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9938         articles posted in the last 24 hours.
9939
9940 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9941
9942         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9943
9944 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9945
9946         * nntp.el (nntp-send-command): Don't wait for echoes when
9947         nntp-open-ssl-stream is used.
9948
9949 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9950
9951         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9952         (gnus-message-add-citation-keywords)
9953         (gnus-message-remove-citation-keywords): Remove.
9954         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9955         directly, make the variables in font-lock-defaults buffer-local, add
9956         gnus-message-citation-keywords to them and then update the value of
9957         font-lock-keywords.
9958
9959 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9960
9961         * message.el (message-cite-original-1): Don't call
9962         gnus-article-highlight-citation.
9963
9964         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9965         citations; fix line count.
9966
9967 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9968
9969         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9970         (gnus-message-add-citation-keywords)
9971         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9972         versions of font-lock-add-keywords and font-lock-remove-keywords to
9973         work with XEmacs correctly.
9974
9975 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9976
9977         * gnus-cite.el (gnus-cite-face-list): Set the values of
9978         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9979         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9980         (gnus-message-cite-prefix-regexp): New variable.
9981         (gnus-message-search-citation-line): Use it; protect against long
9982         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9983         the 0th match data for Emacs.
9984         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9985         (gnus-message-add-citation-keywords): Append keywords rather than
9986         prepending; emulate font-lock-add-keywords if it is not available.
9987         (gnus-message-remove-citation-keywords):
9988         Emulate font-lock-remove-keywords if it is not available.
9989
9990         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9991
9992         * message.el (message-cite-prefix-regexp): Set the value of
9993         gnus-message-cite-prefix-regexp.
9994
9995 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9996
9997         * nnweb.el (nnweb-google-parse-1): Update parser.
9998
9999 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10000
10001         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10002
10003 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10004
10005         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10006         regexp.
10007
10008 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10009
10010         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10011         string-to-multibyte.
10012         (uudecode-decode-region-internal): Use it.
10013
10014         * lpath.el: Fbind string-as-multibyte for XEmacs.
10015
10016 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10017
10018         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10019         Fix custom choice.
10020
10021         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10022
10023 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10024
10025         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10026
10027         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10028         `write-region' to respect `mm-inhibit-file-name-handlers'.
10029
10030 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10031
10032         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10033         Use gnus-home-directory instead of "~/" or "$HOME".
10034
10035 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10036
10037         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10038         to mention filename.
10039         Add comments at beginning regarding usage.
10040         (encrypt-write-file-contents): Change interactive so a string is
10041         acceptable.  If the file has no associated model, show an error instead
10042         of a nonsense prompt.
10043
10044 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10045
10046         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10047         Thanks to Yoshihiko Yamada for kind notification of this typo.
10048
10049 2007-01-12  Kenichi Handa  <handa@m17n.org>
10050
10051         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10052         multibyte buffer.
10053
10054 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10055
10056         * gnus-score.el (gnus-score-fast-scoring): New variable.
10057         (gnus-score-headers): Use it.
10058
10059         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10060
10061         * message.el (message-cite-original-1):
10062         Call gnus-article-highlight-citation if requested.
10063         (message-make-from): Allow name and address as optional arguments.
10064
10065         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10066
10067         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10068         bugs to doc string.
10069         (gnus-button-alist): Add mid\\|message-id.
10070         (gnus-button-fetch-group): Extend for use in
10071         `browse-url-browser-function'.
10072         (gnus-button-url-regexp): Try to catch paired parentheses like in
10073         Wikipedia URLs.
10074
10075         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10076         Suggested by Simon Krahnke <overlord@gmx.li>.
10077
10078 2007-01-13  Romain Francoise  <romain@orebokech.com>
10079
10080         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10081         Update copyright.
10082
10083 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10084
10085         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10086
10087 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10088
10089         * gnus-registry.el (gnus-registry-unfollowed-groups)
10090         (gnus-registry-split-fancy-with-parent): Fix documentation.
10091
10092 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10093
10094         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10095         from nnweb groups.
10096
10097 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10098
10099         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10100         Xref urls.  Erase buffer before requesting head.
10101
10102         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10103
10104 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10105
10106         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10107         customizable.
10108
10109 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10110
10111         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10112         no signing key is found.
10113         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10114         no encrypting and/or signing key is found.
10115
10116 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10117
10118         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10119
10120 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10121
10122         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10123         headers read from disk with the ones newly found in the current search.
10124         This should no longer cause problems, because the article numbers in
10125         Gmane's `nov.php' output are ignored since the previous change.
10126
10127 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10128
10129         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10130
10131 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10132
10133         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10134         replace-regexp-in-string; bind url-version; fbind display-images-p and
10135         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10136         find-face and set-itimer-function for Emacs; bind itimer-list for
10137         Emacs.
10138
10139         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10140
10141 2007-01-01  Romain Francoise  <romain@orebokech.com>
10142
10143         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10144
10145 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10146
10147         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10148         `define-minor-mode' macro definition expanded properly.
10149         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10150         exclude it there.
10151
10152         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10153         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10154         `fboundp' test.
10155         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10156         This is OK to autoload in (S)XEmacs now.
10157
10158 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10159
10160         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10161         keystroke.
10162         (gnus-summary-limit-to-singletons): Fix typo.
10163
10164         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10165         else fails.
10166
10167 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10168
10169         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10170         docstring.
10171
10172         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10173         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10174         (gnus-summary-insert-dormant-articles): Fix typo in message.
10175
10176 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10177
10178         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10179         nil for XEmacs.
10180         (gnus-message-citation-mode): Don't autoload in XEmacs.
10181
10182         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10183
10184 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10185
10186         * nnimap.el (nnimap-expunge-search-string):
10187         Mention nnimap-search-uids-not-since-is-evil in docstring.
10188
10189 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10190
10191         * spam.el: Revert to make-obsolete-variable because
10192         define-obsolete-variable-alias is not supported in Emacs 21.
10193
10194         * spam.el (spam-ifile-path, spam-ifile-database-path)
10195         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10196         make-obsolete-variable.
10197         (spam-bsfilter-path, spam-bsfilter-program)
10198         (spam-spamassassin-path, spam-spamassassin-program)
10199         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10200         Don't use "path" inappropriately.
10201         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10202         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10203         variable names.
10204
10205 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10206
10207         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10208         summary buffer.
10209
10210         * password.el (password-cache-remove): Use clear-string to burn
10211         password, if available.
10212
10213 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10214
10215         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10216
10217         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10218
10219         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10220         (gnus-message-highlight-citation): Move defcustom here from
10221         gnus-cite.el.
10222         (gnus-message-citation-mode): Autoload.
10223
10224         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10225         checks to make it compile with XEmacs.
10226         (gnus-message-citation-mode): New minor mode.
10227         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10228         (gnus-message-highlight-citation): New variables.
10229         (gnus-message-search-citation-line)
10230         (gnus-message-add-citation-keywords)
10231         (gnus-message-remove-citation-keywords)
10232         (turn-on-gnus-message-citation-mode)
10233         (turn-off-gnus-message-citation-mode): New functions.
10234
10235 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10236
10237         * gnus-cite.el: Enable highlighting of different citation levels in
10238         message-mode.
10239
10240 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10241
10242         * message.el (message-make-fqdn): Fix comment.
10243         (message-bogus-system-names): Add ".local".
10244
10245         * spam.el (spam-ifile-path, spam-ifile-program)
10246         (spam-ifile-database-path, spam-ifile-database)
10247         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10248         Don't use "path" inappropriately.
10249         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10250         strings.
10251         (spam-check-ifile, spam-ifile-register-with-ifile)
10252         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10253         Use new variable names.
10254
10255         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10256         (gnus-treat-display-smileys): Simplify using
10257         gnus-image-type-available-p.
10258
10259         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10260         available.
10261
10262         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10263         Use `display-images-p' if available.
10264
10265 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10266
10267         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10268         one after turning on the buffer's multibyteness instead of decoding
10269         them directly in the unibyte buffer that causes unexpected conversion
10270         in Emacs 23 (unicode).
10271
10272 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10273
10274         * message.el (message-generate-hashcash): Fix custom type.
10275
10276 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10277
10278         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10279
10280 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10281
10282         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10283         disconnect icons.  Add help text.
10284
10285 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10286
10287         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10288         negated to be consistent with the others we handle.
10289
10290 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10291
10292         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10293         version of gnus-summary-buffer to something, so that we can use two
10294         article buffers at the same time.
10295
10296 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10297
10298         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10299         trigger all the extra headers.
10300         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10301         sorting.
10302
10303 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10304
10305         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10306         solid groups.
10307
10308 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10309
10310         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10311
10312 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10313
10314         * legacy-gnus-agent.el: Add Copyright notice.
10315
10316 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10317
10318         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10319
10320 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10321
10322         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10323
10324         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10325         to make it work reliably in CVS Emacs.
10326         (gnus-summary-limit-strange-charsets-predicate)
10327         (gnus-summary-limit-to-predicate): New functions.
10328
10329 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10330
10331         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10332         specifying array size.
10333         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10334         array if it is too small.
10335         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10336         (gnus-sort-threads-loop): New function.
10337
10338 2006-12-06  Chris Moore  <dooglus@gmail.com>
10339
10340         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10341         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10342
10343 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10344
10345         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10346         options.
10347
10348 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10349
10350         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10351         DOS-ing the recipient.
10352
10353         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10354         the headers when creating the mapping to avoid mismappings.
10355         (nnweb-gmane-create-mapping): Always nix out old mapping.
10356
10357 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10358
10359         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10360         and mm-verify-option to never.
10361
10362 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10363
10364         * message.el (message-signed-or-encrypted-p): New function.
10365         (message-forward-make-body): Use it.
10366
10367         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10368         Replace encode-coding-string with mm-encode-coding-string.
10369
10370 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10371
10372         * nneething.el (nneething-decode-file-name):
10373         Replace decode-coding-string with mm-decode-coding-string.
10374
10375         * gnus-int.el (gnus-open-server): Say failed server's name.
10376
10377 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10378
10379         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10380         strings to a single string.  Quote `errors-file-name'.
10381         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10382         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10383         Adjust calls.  Use `shell-quote-argument'.
10384
10385 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10386
10387         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10388         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10389
10390         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10391         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10392         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10393         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10394         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10395         (gnus-subscribe-newsgroup, gnus-1):
10396         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10397         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10398         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10399         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10400
10401 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10402
10403         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10404         keystroke.
10405         (gnus-summary-limit-to-bodies): Implement headersp.
10406
10407 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10408
10409         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10410
10411 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10412
10413         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10414
10415 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10416
10417         * message.el (message-generate-hashcash): Expand range of values to
10418         include `opportunistic'.
10419         (message-send-mail): Use it.
10420
10421 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10422
10423         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10424         and comment it.
10425
10426         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10427
10428 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10429
10430         * gnus-util.el (gnus-extract-address-components): Improve comment.
10431
10432 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10433
10434         * gnus-util.el (gnus-extract-address-components): Work with address in
10435         which the name portion contains @.
10436
10437         * lpath.el: Fbind custom-autoload.
10438
10439 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10440
10441         * gnus.el (gnus-start): Move custom group up.
10442         (gnus-select-method): Don't autoload, but make it available for
10443         `customize-variable'.
10444         (gnus-getenv-nntpserver): Don't autoload.
10445
10446 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10447
10448         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10449
10450 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10451
10452         * message.el (message-sendmail-extra-arguments): New variable.
10453         (message-send-mail-with-sendmail): Use it.
10454
10455 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10456
10457         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10458         mm-with-unibyte-current-buffer to make string unibyte.
10459
10460         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10461         mm-string-as-multibyte.
10462
10463 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10464
10465         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10466         Reported by Werner Koch <wk@gnupg.org>.
10467
10468 2006-11-14  Daiki Ueno  <ueno@p360>
10469
10470         * mml2015.el: Autoload epa-select-keys when compiling.
10471
10472 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10473
10474         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10475         message-options.
10476         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10477
10478 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10479
10480         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10481         EasyPG (< 0.0.6).
10482         (mml2015-always-trust): New user option.
10483         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10484         prompt.
10485
10486 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10487
10488         * nntp.el (nntp-authinfo-force): New variable.
10489         (nntp-send-authinfo): Use it.
10490
10491 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10492
10493         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10494         decode encoded words.  Improve prompt.  Add comment about forwarding.
10495         (message-replacement-char): Move up.
10496
10497 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10498
10499         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10500         instead of gnus-intersection because arguments of gnus-sorted-nunion
10501         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10502
10503 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10504
10505         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10506         (message-simplify-subject-functions):
10507         Enable message-strip-subject-encoded-words by default.
10508
10509 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10510
10511         * message.el (message-strip-subject-encoded-words): New function.
10512         (message-simplify-subject-functions): New variable.
10513         (message-simplify-subject): Use it.  Fix typo in doc string.
10514         Support message-strip-subject-encoded-words.
10515
10516 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10517
10518         * gnus-diary.el (gnus-diary-delay-format-function):
10519         * nndiary.el (nndiary-reminders):
10520         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10521
10522 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10523
10524         * gnus-art.el (article-hide-boring-headers): Fetch date from
10525         gnus-original-article-buffer to avoid problems with localized date
10526         strings.
10527
10528 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10529
10530         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10531
10532 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10533
10534         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10535         New variables.
10536         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10537         (mm-charset-synonym-alist): Move some entries to
10538         mm-codepage-iso-8859-list.
10539         (mm-charset-synonym-alist, mm-charset-override-alist):
10540         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10541
10542 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10543
10544         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10545
10546 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10547
10548         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10549         with Emacs 21 and XEmacs.
10550
10551 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10552
10553         * spam.el (spam-parse-address): New function for better parsing,
10554         catching errors, etc.
10555         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10556
10557 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10558
10559         * mm-view.el: Add interactive arg to html2text autoload.
10560
10561 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10562
10563         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10564
10565 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10566
10567         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10568         New variables.
10569         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10570         (mm-charset-synonym-alist): Move some entries to
10571         mm-codepage-iso-8859-list.
10572
10573         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10574
10575 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10576
10577         * message.el (message-citation-line-format)
10578         (message-insert-formated-citation-line): Fix implementation of %E, %N
10579         and %n according to the doc string.
10580
10581 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10582
10583         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10584         Use car-safe to avoid bad parses.
10585
10586 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10587
10588         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10589         names.
10590
10591         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10592
10593 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10594
10595         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10596         header.
10597
10598         * message.el (message-draft-headers): Add Date.
10599         (message-headers-to-generate): Fix typo in docstring.
10600
10601         * nndraft.el (nndraft-required-headers): New variable.
10602         (nndraft-generate-headers): Use it.
10603
10604         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10605
10606 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10607
10608         * gnus-registry.el (gnus-registry-wash-for-keywords)
10609         (gnus-registry-find-keywords): New functions to allow easy searching of
10610         articles that are in the registry.
10611
10612 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10613
10614         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10615         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10616         Reported by Damien Elmes <damien@repose.cx>.
10617
10618 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10619
10620         * gnus.el (gnus-mime): Remove unused custom group.
10621
10622 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10623
10624         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10625         "blank line" when searching for end of armor headers.
10626
10627 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10628
10629         * gmm-utils.el (gmm-write-region): Fix variable name.
10630
10631 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10632
10633         * gmm-utils.el (gmm-write-region): New function based on compatibility
10634         code from `mm-make-temp-file'.
10635
10636         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10637
10638         * nnmaildir.el (nnmaildir--update-nov)
10639         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10640         Use `gmm-write-region'.
10641
10642 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10643
10644         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10645         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10646
10647         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10648
10649         * message.el (message-replacement-char): New variable.
10650         (message-fix-before-sending): Use it.
10651         (message-simplify-subject): New function to remove duplicate code.
10652         (message-reply, message-followup): Use it.
10653
10654         * gnus-sum.el (gnus-summary-make-menu-bar):
10655         Clarify gnus-summary-limit-to-articles.
10656
10657 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10658
10659         * gnus-util.el (gnus-with-local-quit): New macro.
10660
10661         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10662
10663 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10664
10665         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10666         ignore non-string data.
10667
10668 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10669
10670         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10671         non-string data (needs to be done in the registry too).
10672
10673 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10674
10675         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10676         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10677         (gnus-registry-split-fancy-with-parent)
10678         (gnus-registry-fetch-simplified-message-subject-fast)
10679         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10680         Remove text properties on ingress into the registry and when it's saved.
10681         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10682         registry from entries with no groups.
10683
10684 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10685
10686         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10687         function to remove string properties.
10688
10689 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10690
10691         * gmm-utils.el (gmm): Adjust custom version.
10692
10693         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10694         Adjust custom version.
10695
10696         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10697
10698 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10699
10700         * gnus-art.el (gnus-insert-prev-page-button)
10701         (gnus-insert-next-page-button): Simplify.  Reformat.
10702
10703 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10704
10705         * gnus-art.el (gnus-insert-prev-page-button)
10706         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10707
10708 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10709
10710         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10711
10712 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10713
10714         * gnus-art.el (gnus-insert-mime-button)
10715         (gnus-insert-mime-security-button):
10716         Apply gnus-article-button-face to MIME and security buttons.
10717
10718 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10719
10720         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10721         readable.
10722
10723 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10724
10725         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10726
10727 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10728
10729         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10730         `browse-url-of-file' instead of `browse-url'.
10731
10732 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10733
10734         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10735         regexp.  Articles containing quotation were cut prematurely.
10736
10737 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10738
10739         * message.el (message-cite-original-1): Use nobody by default for the
10740         value of From header.
10741         (message-reply): Ditto.
10742
10743 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10744
10745         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10746         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10747         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10748
10749 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10750
10751         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10752         mails in the doc string.  Add some URLs in comment.
10753         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10754
10755 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10756
10757         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10758         backslashes handling and the way to find boundaries of quoted strings.
10759
10760 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10761
10762         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10763         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10764         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10765         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10766
10767 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10768
10769         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10770         doc string.
10771         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10772
10773 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10774
10775         * lpath.el: Fbind epg-check-configuration.
10776
10777 2006-09-06  Simon Josefsson  <jas@extundo.com>
10778
10779         * mml2015.el (mml2015-use): Doc fix, mention epg.
10780
10781 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10782
10783         * mml2015.el (mml2015-use): Default to epg, if available.
10784
10785 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10786
10787         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10788         message-sender.
10789         (mml1991-epg-encrypt): Ditto.
10790         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10791         message-sender.
10792         (mml2015-epg-encrypt): Ditto.
10793
10794 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10795
10796         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10797         several common directories.
10798
10799 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10800
10801         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10802         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10803
10804 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10805
10806         * gnus-art.el (article-decode-encoded-words): Make it fast.
10807
10808 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10809
10810         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10811
10812         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10813         in quoted string into `\'.
10814
10815 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10816
10817         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10818         Use standard-syntax-table.
10819
10820 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10821
10822         * gnus-art.el (gnus-decode-address-function): New variable.
10823         (article-decode-encoded-words): Use it to decode headers which are
10824         assumed to contain addresses.
10825         (gnus-mime-delete-part): Remove useless `or'.
10826
10827         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10828         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10829         (gnus-nov-parse-line): Use it to decode From header.
10830         (gnus-get-newsgroup-headers): Ditto.
10831         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10832
10833         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10834         (mail-decode-encoded-address-string): New alias.
10835
10836         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10837         New function.
10838         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10839         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10840         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10841         (rfc2047-decode-string): Ditto.
10842         (rfc2047-decode-address-region): New function.
10843         (rfc2047-decode-address-string): New function.
10844
10845 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10846
10847         * message.el (message-caesar-buffer-body): Allow rotating headers.
10848
10849         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10850
10851         * message.el (message-insert-formated-citation-line): Fix %f.
10852         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10853
10854 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10855
10856         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10857         (gnus-bookmark-mouse-available-p): New macro.
10858         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10859         (gnus-bookmark-bmenu-show-infos): Use it.
10860         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10861         (gnus-bookmark-bmenu-hide-infos): Ditto.
10862         (gnus-bookmark-remove-properties): New function.
10863         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10864         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10865         (gnus-bookmark-write-file): Bind coding-system-for-write.
10866         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10867         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10868         group before selecting it.
10869         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10870         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10871         quit-window if it is not available; use gnus-mouse-2 and bind it to
10872         gnus-bookmark-bmenu-select-by-mouse.
10873         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10874         (gnus-bookmark-bmenu-select-by-mouse): New function.
10875
10876 2006-08-13  Romain Francoise  <romain@orebokech.com>
10877
10878         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10879         space.
10880
10881 2006-08-10  Romain Francoise  <romain@orebokech.com>
10882
10883         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10884         (dns-mode-soa-auto-increment-serial): New user option.
10885         (dns-mode-soa-maybe-increment-serial): New function.
10886         (dns-mode): Add the latter to `write-contents-functions'.
10887
10888 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10889
10890         * compface.el (uncompface): Use binary rather than raw-text-unix.
10891
10892 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10893
10894         * compface.el (uncompface): Make sure the eol conversion doesn't take
10895         place when communicating with the external programs.
10896         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10897
10898 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10899
10900         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10901
10902 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10903
10904         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10905         Make it more robust by parsing author and date independently.
10906
10907 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10908
10909         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10910
10911 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10912
10913         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10914         first matching secret key.
10915         (mml2015-epg-encrypt): Ditto.
10916
10917         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10918         first matching secret key.
10919         (mml1991-epg-encrypt): Ditto.
10920
10921         * mml2015.el (mml2015-encrypt-to-self): New user option.
10922         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10923         mml2015-epg-encrypt-to-self is set.
10924
10925         * mml1991.el (mml1991-encrypt-to-self): New variable.
10926         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10927         mml1991-epg-encrypt-to-self is set.
10928
10929         * mml2015.el (mml2015-signers): New user option.
10930         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10931         (mml2015-epg-encrypt): Allow to select signing keys.
10932
10933         * mml1991.el (mml1991-signers): New variable.
10934         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10935         (mml1991-epg-encrypt): Allow to select signing keys.
10936
10937 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10938
10939         * nnheader.el (nnheader-insert-head): Make it work even if the file
10940         uses CRLF for the line-break code.
10941
10942 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10943
10944         * mml2015.el: Require mml-sec instead of password.
10945         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10946         (mml2015-cache-passphrase): Inherit the default value from
10947         mml-secure-cache-passphrase.
10948         (mml2015-passphrase-cache-expiry): Inherit the default value from
10949         mml-secure-passphrase-cache-expiry.
10950
10951         * mml1991.el: Require mml-sec instead of password.
10952         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10953         (mml1991-cache-passphrase): Inherit the default value from
10954         mml-secure-cache-passphrase.
10955         (mml1991-passphrase-cache-expiry): Inherit the default value from
10956         mml-secure-passphrase-cache-expiry.
10957
10958         * mml-sec.el: Require password.
10959         (mml-secure-verbose): New user option.
10960         (mml-secure-cache-passphrase): New user option.
10961         (mml-secure-passphrase-cache-expiry): New user option.
10962
10963 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10964
10965         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10966         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10967         andreas@altroot.de (Andreas Vögele).
10968
10969         FIXME: Use `tiny change'?
10970
10971 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10972
10973         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10974         workaround for the url package included with Emacs.
10975
10976         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10977
10978 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10979
10980         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10981         correctly.  This fixes a bug caused by the 2006-05-12 change.
10982
10983 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10984
10985         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10986         some information about the error when saying that the `bogus' mail
10987         group will be used.
10988
10989 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10990
10991         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10992         string.
10993
10994 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10995
10996         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10997
10998 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10999
11000         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11001
11002 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11003
11004         * mml1991.el (mml1991-function-alist): Add epg.
11005         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11006         (mml1991-epg-encrypt): New functions.
11007
11008 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11009
11010         * mml2015.el (mml2015-verbose): New variable.
11011         (mml2015-cache-passphrase): Ditto.
11012         (mml2015-passphrase-cache-expiry): Ditto.
11013         (mml2015-function-alist): Add epg.
11014         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11015         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11016         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11017         New functions.
11018
11019 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11020
11021         * message.el (message-cite-original-1): Preserve region when removing
11022         quoted text due to X-No-Archive in order to avoid bogus attribution
11023         when citing multiple messages.
11024
11025 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11026
11027         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11028         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11029
11030 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11031
11032         * gnus-diary.el (gnus-user-format-function-d)
11033         (gnus-user-format-function-D): Autoload.
11034
11035         * imap.el (Commentary): Fix typo.
11036
11037         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11038         2006-04-22 contribution.
11039
11040 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11041
11042         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11043         It didn't really fix the bogosity I'm seeing with solid web groups.
11044
11045 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11046
11047         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11048         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11049         created using server names.  If we use the feature without declaring
11050         it, Gnus does not properly manage server and group state.
11051
11052         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11053         bound.
11054
11055 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11056
11057         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11058         looking up the method using GROUP's prefix before inventing a new one.
11059         It is used on killed/unknown groups in various places where returning
11060         an all-new method isn't expected by the caller.
11061
11062         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11063         and match semantics of gnus-group-real-prefix.
11064
11065 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11066
11067         * nnmail.el (nnmail-broken-references-mailers): New variable.
11068         (nnmail-ignore-broken-references): New function generalizing
11069         nnmail-fix-eudora-headers.
11070         (nnmail-fix-eudora-headers): Now obsolete.
11071
11072         * gnus-art.el (gnus-button-handle-custom):
11073         Support `customize-apropos*'.
11074
11075 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11076
11077         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11078
11079         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11080         articles.
11081
11082 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11083
11084         * message.el (message-cite-reply-above): New variable.
11085         (message-yank-original): Use it.
11086
11087 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11088
11089         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11090
11091 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11092
11093         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11094         as read.
11095
11096         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11097
11098 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11099
11100         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11101         (gnus-bookmark-default-file): Use gnus-directory.
11102         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11103         Remove "*" in doc string.
11104         (gnus-bookmark-write-file): Simplify.
11105         (gnus-bookmark-maybe-sort-alist): Use `when'.
11106         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11107         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11108         Add FIXME about Emacs 21 and XEmacs compatibility.
11109         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11110         compatibility.
11111         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11112         compatibility.
11113         (gnus-bookmark-menu-heading): Fix version.
11114
11115 2006-06-19  Bastien Guerry  <bzg@altern.org>
11116
11117         * gnus-bookmark.el: New file.
11118
11119 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11120
11121         * message.el (message-syntax-checks): Doc fix.
11122
11123 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11124
11125         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11126         unsubscribed groups as if they were killed ones.  It causes duplicate
11127         entries in gnus-newsrc-alist.
11128
11129 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11130
11131         * message.el (message-syntax-checks): Doc fix.
11132         (message-send-mail): Add check for continuation headers.
11133         (message-check-news-header-syntax): Fix regexp used to check for
11134         continuation headers.
11135
11136 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11137
11138         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11139
11140 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11141
11142         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11143
11144 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11145
11146         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11147         default-truncate-lines.
11148
11149 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11150
11151         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11152         to fill the utf-8 entry.
11153
11154         * lpath.el: Fbind unicode-precedence-list.
11155
11156 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11157
11158         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11159
11160 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11161
11162         * gnus-agent.el (directory-files-and-attributes): Move all the way
11163         forward (the third and final move).
11164         (gnus-agent-read-agentview): Trap reconstruction errors due to
11165         nonexistent directory.  Handle by returning nil.
11166
11167 2006-05-30  Didier Verna  <didier@xemacs.org>
11168
11169         * message.el (message-dont-reply-to-names): Update the custom type.
11170         * message.el (message-dont-reply-to-names): New defsubst: potentially
11171         convert a list of regexps into a single one.
11172         * message.el (message-get-reply-headers): Use it.
11173         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11174
11175 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11176
11177         * gnus-agent.el (directory-files-and-attributes): Move forward.
11178
11179 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11180
11181         * gnus-ml.el (gnus-mailing-list-subscribe)
11182         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11183         (gnus-mailing-list-message): Fix doc strings.
11184
11185 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11186
11187         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11188         of doing it manually.
11189
11190 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11191
11192         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11193         comment.
11194
11195 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11196
11197         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11198         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11199         (gnus-agent-read-local): All symbols allocated in my-obarray.
11200         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11201         (gnus-agent-regenerate-group): Check numeric names to see if they are
11202         messages or groups.
11203         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11204         better way of do this...)
11205
11206         * gnus-cache.el (gnus-agent-total-fetched-for):
11207         Ignore 'dummy.group' (there should be a better way of do this...)
11208
11209 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11210
11211         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11212         (gnus-saved-headers): Ditto.
11213         (gnus-default-article-saver): Mention functions may have properties.
11214         (gnus-article-save): Override gnus-save-all-headers and
11215         gnus-saved-headers by :headers property which saver function may have.
11216         (gnus-summary-save-in-file): Add :headers property.
11217         (gnus-summary-write-to-file): Ditto.
11218
11219         * gnus-sum.el (gnus-summary-save-article): Bind
11220         gnus-prompt-before-saving to t when saving many articles in a file;
11221         always show all headers.
11222
11223         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11224
11225 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11226
11227         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11228         marks.
11229
11230         * message.el (message-indent-citation): Add optional arguments to allow
11231         using it outside of message buffers.
11232
11233         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11234         (gnus-article-treat-unfold-headers): Use it.
11235         (gnus-article-truncate-lines): New variable.
11236         (gnus-article-mode): Use it.
11237         (gnus-article-toggle-truncate-lines): New function.
11238
11239         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11240         Add gnus-article-toggle-truncate-lines.
11241
11242         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11243         coding system in XEmacs, use binary.
11244
11245 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11246
11247         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11248         after-load-alist.
11249
11250         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11251         this function should save decoded articles.
11252         (gnus-summary-write-to-file): Use property to specify this function
11253         should save decoded articles and specify gnus-summary-save-in-file
11254         should be used to save articles other than the first one when saving
11255         many articles.
11256         (gnus-summary-save-body-in-file): Use property to specify this
11257         function should save decoded articles.
11258         (gnus-summary-write-body-to-file): Use property to specify this
11259         function should save decoded articles and specify
11260         gnus-summary-save-body-in-file should be used to save articles other
11261         than the first one when saving many articles.
11262
11263         * gnus-sum.el (gnus-summary-save-article): Simplify.
11264
11265 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11266
11267         * gnus-art.el (gnus-default-article-saver):
11268         Add gnus-summary-write-body-to-file.
11269         (gnus-article-save-coding-system): Don't use coding system object
11270         in XEmacs.
11271         (gnus-read-save-file-name): Add optional `dir-var' argument which
11272         specifies directory in which files are saved; work even if optional
11273         `variable' argument is not specified.
11274         (gnus-summary-write-to-file): Read file name.
11275         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11276         (gnus-summary-write-body-to-file): New function.
11277
11278         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11279         (gnus-summary-local-variables): Add it.
11280         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11281         (gnus-summary-save-article): Remove optional `decode' argument;
11282         determine whether to decode articles by the value of
11283         gnus-default-article-saver; when saving many files using
11284         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11285         it first and use gnus-summary-save-in-file or
11286         gnus-summary-save-body-in-file thereafter unless
11287         gnus-prompt-before-saving is always; move point to article which
11288         will be saved.
11289         (gnus-summary-save-article-file): Revert.
11290         (gnus-summary-write-article-file): Revert.
11291         (gnus-summary-save-article-body-file): Revert.
11292         (gnus-summary-write-article-body-file): New function.
11293
11294 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11295
11296         * gnus-art.el (gnus-default-article-saver): Doc fix.
11297         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11298         from gnus-summary-save-article-coding-system, and default to a
11299         certain coding system.
11300         (gnus-output-to-file): Add coding cookie and encode text according
11301         to gnus-article-save-coding-system; don't use mm-append-to-file.
11302
11303         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11304         gnus-art.el and rename to gnus-article-save-coding-system.
11305         (gnus-summary-save-article): Require gnus-art; don't show all
11306         headers if it decodes articles; don't add coding cookie here;
11307         don't bind mm-text-coding-system-for-write.
11308         (gnus-summary-save-article-file): Save decoded articles.
11309         (gnus-summary-write-article-file): When saving many files, use
11310         gnus-summary-write-to-file first and gnus-summary-save-in-file
11311         thereafter unless gnus-prompt-before-saving is always.
11312         (gnus-summary-save-article-body-file): Save decoded articles.
11313
11314         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11315
11316 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11317
11318         * nnrss.el (nnrss-check-group): Bind hash-index.
11319
11320 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11321
11322         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11323         its hash index.  Store this hash in `nnrss-group-data'.
11324         (nnrss-read-group-data): Update accordingly.
11325
11326 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11327
11328         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11329         entry.
11330
11331         * gnus-sum.el (gnus-summary-make-menu-bar):
11332         Add gnus-article-browse-html-article.
11333
11334 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11335
11336         * gnus-sum.el (gnus-summary-mime-map):
11337         Add gnus-article-browse-html-article.
11338
11339         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11340
11341 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11342
11343         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11344         suitable coding systems in customize.
11345
11346 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11347
11348         * mail-source.el (mail-sources): Fix custom type.
11349
11350 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11351
11352         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11353         (gnus-summary-expire-articles-now): Shorten prompt.
11354
11355         * gmm-utils.el (wid-edit): Require.
11356         (defun-gmm): Rename from `gmm-defun-compat'.
11357         (gmm-image-search-load-path): Use it.
11358         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11359
11360 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11361
11362         * gnus-sum.el (gnus-summary-save-article-coding-system):
11363         New variable.
11364         (gnus-summary-save-article): Add optional `decode' argument.
11365         If it is set and gnus-summary-save-article-coding-system is non-nil,
11366         save decoded article.
11367         (gnus-summary-write-article-file): Save decoded article if
11368         gnus-summary-save-article-coding-system is non-nil.
11369
11370         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11371         type.
11372
11373 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11374
11375         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11376
11377 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11378
11379         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11380         first to test gnus-single-article-buffer which may be buffer-local.
11381
11382         * gnus-sum.el (gnus-summary-setup-buffer):
11383         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11384         group; make gnus-article-buffer, gnus-article-current, and
11385         gnus-original-article-buffer always buffer-local.
11386         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11387         group.
11388         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11389
11390 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11391
11392         * nnml.el (nnml-request-compact-group): Compressed files might not
11393         have .gz extension.
11394
11395 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11396
11397         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11398         (mm-copy-to-buffer): Use with-current-buffer.
11399         (mm-display-part): Simplify.
11400         (mm-inlinable-p): Add optional arg `type'.
11401
11402 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11403
11404         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11405         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11406         Try harder to show the attachment internally or externally using
11407         gnus-mime-view-part-as-type.
11408
11409 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11410
11411         * message.el (message-from-style, message-signature-separator)
11412         (message-user-organization-file, message-send-mail-function)
11413         (message-citation-line-function, message-yank-prefix)
11414         (message-indent-citation-function, message-signature)
11415         (message-signature-file, message-signature-insert-empty-line):
11416         Remove autoloads.
11417
11418         * gnus-art.el (gnus-buttonized-mime-types):
11419         Remove "multipart/signed".  Revert 2006-04-26 change.
11420
11421 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11422
11423         * gnus.el (gnus-version-number): Bump version.
11424
11425 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11426
11427         * gnus.el: No Gnus v0.5 is released.
11428
11429 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11430
11431         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11432         fetching articles by message-id.
11433
11434 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11435
11436         * message.el (hashcash): Require hashcash as normal.
11437
11438         * ecomplete.el (ecomplete-highlight-match-line):
11439         Use point-at-eol.
11440         (ecomplete-highlight-match-line): Use `highlight', because that
11441         face exists in both Emacs and XEmacs.
11442
11443         * message.el (message-display-abbrev): Use point-at-bol.
11444
11445         * mail-source.el: Don't require timer/timer-funcs.
11446
11447         * gnus-async.el: Ditto.
11448
11449         * password.el: Ditto.
11450
11451         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11452
11453         * mm-url.el: Ditto.
11454
11455         * gnus-xmas.el: Don't require timer-funcs.
11456
11457         * mm-util.el: Require timer/timer-funcs.
11458
11459 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11460
11461         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11462         Close.
11463
11464 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11465
11466         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11467         unibyte after clear-decrypt function runs.
11468
11469         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11470         returns as a unibyte string.
11471
11472 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11473
11474         * lpath.el: Revert.
11475
11476         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11477         (pgg-gpg-process-sentinel): Revert.
11478
11479         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11480         (pgg-pgp-lookup-key): Revert.
11481
11482         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11483         (pgg-pgp5-lookup-key): Revert.
11484
11485         * pgg.el (pgg-fetch-key): Revert.
11486
11487 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11488
11489         * lpath.el: Fbind string-as-multibyte for XEmacs.
11490
11491         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11492         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11493         (mml1991-pgg-encrypt): Ditto.
11494
11495         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11496         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11497         a multibyte buffer.
11498
11499         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11500         (pgg-pgp-lookup-key): Ditto.
11501
11502         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11503         (pgg-pgp5-lookup-key): Ditto.
11504
11505         * pgg.el (pgg-fetch-key): Ditto.
11506
11507 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11508
11509         * message.el (message-user-organization-file): Check several
11510         locations of the organization file.
11511
11512         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11513         Add gnus-article-view-part-as-type.
11514
11515         * gnus-art.el (gnus-article-view-part-as-type): New function.
11516
11517         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11518         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11519
11520         * mml.el: Simplify autoload.
11521         (mml-mode): defvar dnd-protocol-alist instead of using
11522         symbol-value.
11523         (mml-default-directory): New variable.
11524         (mml-minibuffer-read-file): Use it.
11525         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11526
11527         * message.el (message-citation-line-format): New variable.
11528         (message-insert-formated-citation-line): New function.
11529         (message-citation-line-function):
11530         Add `message-insert-formated-citation-line' to custom type.
11531
11532         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11533         to doc string.
11534
11535         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11536         depending on mm-verify-option.
11537
11538 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11539
11540         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11541         binding pgg-* variables; reimplement the section which prevents
11542         MIME header from being signed.
11543         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11544         pgg-text-mode; remove a blank line at the top of body.
11545
11546         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11547         lines at the top of body; use gnus-newsgroup-charset if there's no
11548         Charset header.
11549
11550 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11551
11552         * message.el (message-self-insert-commands): Doc fix.
11553
11554         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11555         (mm-uu-pgp-encrypted-test): Ditto.
11556         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11557         between header and body; return application/pgp-encrypted handle
11558         if decryption failed; decode decrypted body by charset.
11559
11560         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11561         element match to application/pgp-*.
11562
11563 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11564
11565         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11566         HTML.
11567
11568 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11569
11570         * mail-source.el (mail-source-call-script): Message the error
11571         string.
11572
11573 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11574
11575         * gnus-util.el (gnus-byte-compile): Use it.
11576
11577 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11578
11579         * gnus-util.el (kill-empty-logs): New function.
11580
11581 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11582
11583         * message.el (message-mail-alias-type): Doc fix.
11584         (message-mail-alias-type-p): New function.
11585         (message-send): Use it.
11586         (message-mode): Ditto.
11587         (message-strip-forbidden-properties): Ditto.
11588
11589         * ecomplete.el (ecomplete-database-file-coding-system):
11590         New variable.
11591         (ecomplete-save): Use it.
11592         (ecomplete-setup): Use it.
11593
11594 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11595
11596         * message.el (message-self-insert-commands): New variable.
11597         (message-strip-forbidden-properties): Use it.
11598
11599 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11600
11601         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11602         that doesn't make XEmacs choke.
11603
11604 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11605
11606         * gnus-util.el (gnus-replace-in-string):
11607         Prefer replace-regexp-in-string over of replace-in-string.
11608
11609 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11610
11611         * gnus-util.el (gnus-select-frame-set-input-focus):
11612         Use select-frame-set-input-focus if it is available in XEmacs; use
11613         definition defined in Emacs 22 for old Emacsen.
11614
11615         * dgnushack.el: Autoload unmorse-region for XEmacs.
11616
11617         * lpath.el: Bind cursor-in-non-selected-windows and
11618         select-frame-set-input-focus for XEmacs.
11619
11620 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11621
11622         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11623
11624 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11625
11626         * gnus-registry.el (gnus-registry-cache-save): Remove text
11627         properties when saving via the temp buffer.
11628
11629 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11630
11631         * message.el (message-generate-hashcash): Honor custom type.
11632
11633 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11634
11635         * message.el (message-generate-hashcash): Default to non-nil when
11636         hashcash is found.
11637
11638         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11639         (gnus-refer-thread-limit): Increase default to 500.
11640
11641         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11642
11643         * flow-fill.el (fill-flowed): Allow delete-space.
11644
11645 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11646
11647         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11648         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11649         Remove autoloads.
11650
11651 2006-04-18  Simon Josefsson  <jas@extundo.com>
11652
11653         * message.el (message-generate-hashcash): Default to.
11654
11655 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11656
11657         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11658         concatenating segments rather than before concatenating them.
11659
11660 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11661
11662         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11663
11664 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11665
11666         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11667
11668         * message.el (message-forward-make-body-plain):
11669         Allow message-forward-ignored-headers to be a list.
11670         (message-remove-ignored-headers): Factor out into function.
11671         (message-forward-make-body-mml): Use it.
11672
11673         * imap.el (imap-quote-specials): New function.
11674         (imap-login-auth): Quote specials.
11675
11676         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11677         (rfc2231-parse-string): Allow concatanation of parameters that
11678         aren't contiguous.  The test case is
11679           (mail-header-parse-content-type "message/external-body;
11680             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11681             access-type=LOCAL-FILE;
11682             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11683
11684 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11685
11686         * nntp.el (nntp-accept-process-output): Return the value of
11687         `nnheader-accept-process-output'.
11688
11689 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11690
11691         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11692         (gnus-button-alist): Recognize more diff formats.
11693         (gnus-button-patch): Strip directory.
11694
11695 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11696
11697         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11698         Emacs 22 when setting focus.
11699
11700 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11701
11702         * gnus-art.el (gnus-article-treat-types): Do treatment of
11703         text/x-verbatim parts.
11704         (gnus-button-patch): New command.
11705
11706         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11707         addresses that contain invalid characters.
11708
11709 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11710
11711         * message.el (message-put-addresses-in-ecomplete):
11712         Use gnus-replace-in-string.
11713         (message-is-yours-p): Use the more correct
11714         mail-header-parse-address instead of
11715         mail-extract-address-components.
11716         (message-put-addresses-in-ecomplete): Fix typo.
11717
11718         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11719         keystroke.
11720
11721         * gnus-art.el (gnus-treatment-function-alist): Change order of
11722         newsgroups/generic header folding to avoid double-folding.
11723
11724         * message.el (message-hidden-headers): Add X-Draft-From.
11725
11726         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11727         New command.
11728         (gnus-summary-repeat-search-article-backward): New command.
11729
11730         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11731         groups in the parent topic.
11732
11733 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11734
11735         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11736         (spam-extra-header-to-number): Return the CRM114 number as a
11737         number instead of a string.
11738
11739 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11740
11741         * gnus-art.el (gnus-face-properties-alist): Move here from
11742         gnus-fun.
11743
11744         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11745
11746 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11747
11748         * message.el (message-strip-forbidden-properties): Only display on
11749         self-insert-command.
11750
11751         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11752         reindent.
11753         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11754
11755 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11756
11757         * smiley.el (smiley-style): Fix typo.
11758
11759 2006-03-23  Kenichi Handa  <handa@m17n.org>
11760
11761         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11762         instead of set-buffer-multibyte.
11763
11764 2006-03-23  Kenichi Handa  <handa@m17n.org>
11765
11766         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11767         buffer and then decode the buffer text if necessary.
11768         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11769         first, and after mm-encode-body, change the buffer to unibyte.
11770
11771 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11772
11773         * hashcash.el (hashcash-insert-payment-async-2):
11774         Use message-goto-eoh instead of doing it manually.
11775         (mail-add-payment): Use message-narrow-to-header instead of trying
11776         to do the same itself.
11777
11778         * message.el (message-hidden-headers): Add Face.
11779
11780         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11781         reparenting code.
11782         (gnus-summary-reparent-children): Refactored out code.
11783         (gnus-summary-thread-map): New keystroke.
11784         (gnus-summary-reparent-children): Make into command.
11785
11786         * smiley.el (smiley-style): Default to `medium' if using a large
11787         font.
11788
11789         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11790         does it itself.
11791
11792         * message.el (message-point-in-header-p): Simplify definition.
11793
11794 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11795
11796         * nnagent.el (nnagent-request-set-mark): Silence log file
11797         writing.
11798         (nnagent-request-set-mark): Use write-region instead of
11799         append-to-file.
11800
11801         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11802         strange select method.
11803
11804         * ecomplete.el (ecomplete-display-matches): Get highlightling
11805         right.
11806         (ecomplete-display-matches): Use literals.
11807         (ecomplete-display-matches): Disable message logging.
11808
11809         * message.el (message-display-abbrev): Small optimization.
11810
11811         * ecomplete.el (ecomplete-display-matches): Allow automatic
11812         display.
11813
11814         * message.el (message-strip-forbidden-properties):
11815         Display abbrevs.
11816         (message-display-abbrev): Get automatic display right.
11817
11818         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11819         keystrokes.
11820
11821 2006-04-13  Romain Francoise  <romain@orebokech.com>
11822
11823         TODO: Backport to v5-10!
11824
11825         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11826         Move here (and rename) from gnus-registry.el.
11827
11828         * gnus-registry.el: Require gnus-util.
11829         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11830
11831 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11832
11833         * gnus-group.el (gnus-group-catchup-current):
11834         Change if-then-else-if-then-else into cond.
11835         (gnus-group-catchup): Indent.
11836         (group-name-at-point): New function.
11837         (gnus-fetch-group): Provide default from thing at point.
11838
11839 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11840
11841         * message.el (message-display-abbrev): Fix regexp.
11842
11843         * ecomplete.el (ecomplete-highlight-match-line):
11844         Reimplement choosing.
11845         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11846         dead variables.
11847
11848         * message.el (message-newline-and-indent): Remove debugging.
11849         (message-display-abbrev): Use new implementation.
11850
11851 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11852
11853         * gnus-art.el (gnus-article-mode):
11854         Set cursor-in-non-selected-windows to nil.
11855
11856         * smiley.el: Revert previous change.
11857         (smiley-data-directory): defvar it before using it in the
11858         defcustom of `smiley-style'.
11859
11860 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11861
11862         * message.el (message-newline-and-indent): New function.
11863
11864         * ecomplete.el: Implement more bits.
11865
11866         * message.el (message-put-addresses-in-ecomplete): Clean up the
11867         string.
11868
11869         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11870
11871         * gnus-sum.el (gnus-summary-save-parts):
11872         Bind gnus-summary-save-parts-counter and use it to make unique file
11873         names.
11874
11875         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11876
11877         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11878         parameter to say whether to actually parse the individual
11879         addresses.
11880
11881         * message.el (message-put-addresses-in-ecomplete): New function.
11882         (ecomplete): Require.
11883         (message-mail-alias-type): Add ecomplete as an option.
11884
11885 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11886
11887         * flow-fill.el (fill-flowed): Remove trailing space from blank
11888         quoted lines.
11889
11890 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11891
11892         * smiley.el (smiley-style): Move definition later to avoid a
11893         compilation warning.
11894
11895 2006-04-12  Kenichi Handa  <handa@m17n.org>
11896
11897         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11898         buffer and then decode the buffer text if necessary.
11899         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11900         first, and after mm-encode-body, change the buffer to unibyte.
11901         Use mm-disable-multibyte instead of set-buffer-multibyte.
11902
11903 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11904
11905         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11906         Content-Type header instead of Content-Disposition header.
11907         (gnus-mime-inline-part): Ditto.
11908         (gnus-mime-view-part-as-charset): Ignore charset that the part
11909         specifies.
11910
11911         * mm-decode.el (mm-display-part): Work with external parts and
11912         usual parts similarly.
11913
11914         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11915         instead of gnus-display-mime.
11916
11917         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11918         instead of with-temp-buffer.
11919
11920         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11921         tag to summarized topics part in order to encode non-ASCII text.
11922
11923 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11924
11925         * smiley.el (smiley-style): New variable.
11926         (smiley-directory): New function.
11927         (smiley-data-directory): Derive from `smiley-style' using
11928         `smiley-directory'.
11929         (smiley-regexp-alist): Add new entries.
11930
11931         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11932         (gnus-article-browse-delete-temp): Add :version.
11933
11934 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11935
11936         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11937         the sieve region.
11938
11939 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11940
11941         * gnus.el (gnus-version-number): Bump version.
11942
11943 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11944
11945         * gnus.el: No Gnus v0.4 is released.
11946
11947 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11948
11949         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11950         layout.
11951
11952         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11953         unknown charset.
11954
11955         * message.el (message-header-synonyms): Add Original-To to the
11956         default.
11957
11958         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11959         optional parameter.
11960
11961 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11962
11963         * gnus-fun.el (gnus): Require it for gnus-directory.
11964
11965 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11966
11967         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11968
11969 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11970
11971         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11972
11973 2006-04-05  Simon Josefsson  <jas@extundo.com>
11974
11975         * password.el (password-reset): New function.
11976
11977 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11978
11979         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11980         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11981
11982 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11983
11984         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11985         Some whitespace was matched into the url, which broke browsing hits
11986         > 100 when mm-url-use-external was nil.
11987
11988 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11989
11990         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11991         Check gnus-extra-headers for 'Newsgroups.
11992
11993         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11994         bound.
11995
11996 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11997
11998         * pgg-gpg.el: Clean up process buffers every time gpg processes
11999         complete.
12000
12001 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12002
12003         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12004         doc string.
12005
12006 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12007
12008         * pgg-gpg.el (pgg-gpg-process-filter)
12009         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12010
12011         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12012         lines, temporary fix.
12013
12014 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12015
12016         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12017
12018 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12019
12020         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12021         default-enable-multibyte-characters.  This reverts the change from
12022         revision 6.17 which is no longer necessary because the passphrase
12023         is sent separately now.  GnuPG messages are unreadable under
12024         multibyte locales with default-enable-multibyte-characters set to
12025         nil.
12026
12027 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12028
12029         * message.el (message-tool-bar-gnome): Move "spell".
12030
12031 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12032
12033         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12034         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12035         instead.
12036
12037 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12038
12039         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12040         Improve newsgroups handling for NNTP overviews which don't include
12041         Newsgroups.
12042
12043 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12044
12045         * message.el (message-resend): Bind message-generate-hashcash to nil.
12046
12047 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12048
12049         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12050         when searching for already-paid recipients.
12051
12052 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12053
12054         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12055         passphrases when it is not needed.
12056         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12057         passphrase stuff from gpg, should only be necessary when you use
12058         gpg with a smartcard.
12059
12060 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12061
12062         * mml.el (mml-insert-mime): Ignore cached contents of
12063         message/external-body part.
12064
12065         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12066         (mm-insert-part): Ditto.
12067
12068 2006-03-23  Simon Josefsson  <jas@extundo.com>
12069
12070         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12071         Reiner.
12072         (pgg-gpg-use-agent-p): Use it again.
12073
12074 2006-03-23  Simon Josefsson  <jas@extundo.com>
12075
12076         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12077         older emacsen.
12078         (pgg-gpg-use-agent-p): Don't use it.
12079
12080 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12081
12082         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12083         if we can.
12084
12085 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12086
12087         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12088         (pgg-gpg-update-agent): New function.
12089         (pgg-gpg-use-agent-p): New function.
12090         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12091         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12092         (pgg-gpg-sign-region): Use it.
12093
12094 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12095
12096         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12097         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12098
12099 2006-03-21  Simon Josefsson  <jas@extundo.com>
12100
12101         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12102         <wilde@sha-bang.de>.
12103         (pgg-gpg-use-agent): New variable.
12104         (pgg-gpg-process-region): Use it.
12105         (pgg-gpg-encrypt-region): Likewise.
12106         (pgg-gpg-encrypt-symmetric-region): Likewise.
12107         (pgg-gpg-decrypt-region): Likewise.
12108         (pgg-gpg-sign-region): Likewise.
12109         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12110
12111 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12112
12113         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12114
12115         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12116         Add comment on version.
12117
12118 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12119
12120         * smiley.el: Add missing test smiley.
12121
12122 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12123
12124         * mm-decode.el (mm-with-part): New macro.
12125         (mm-get-part): Use it; work with message/external-body as well.
12126         (mm-save-part): Treat name and filename equally.
12127
12128         * mm-extern.el (mm-extern-cache-contents): New function.
12129         (mm-inline-external-body): Use it; force the part to be displayed;
12130         move undisplayer added to the cached handle to the parent.
12131
12132         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12133         (gnus-mime-view-part-as-type): Work with message/external-body.
12134
12135         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12136
12137 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12138
12139         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12140         images in image-load-path.  [Sync with image.el, revision 1.60, in
12141         Emacs.]
12142
12143 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12144
12145         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12146         path rather than symbol.  Always return list of directories.
12147         Guarantee that image directory comes first.  [Sync with image.el,
12148         revision 1.59, in Emacs.]
12149
12150         * message.el (message-make-tool-bar): Adjust to new API of
12151         `gmm-image-load-path-for-library'.
12152
12153         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12154
12155         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12156
12157 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12158
12159         * gnus-art.el (gnus-article-only-boring-p):
12160         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12161         intangible text.
12162         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12163
12164 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12165
12166         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12167         Use `defun' instead of `gmm-defun-compat'.
12168
12169 2006-03-14  Simon Josefsson  <jas@extundo.com>
12170
12171         * message.el (message-unique-id): Don't use message-number-base36
12172         if (user-uid) is a float.
12173         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12174
12175 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12176
12177         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12178
12179         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12180         empty line between a part and a message part.
12181
12182 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12183
12184         * smiley.el: Add more test smileys.
12185         (smiley-data-directory, smiley-regexp-alist)
12186         (gnus-smiley-file-types): Fix doc strings.
12187         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12188         adding new elements.
12189         (smiley-mouse-map): Unused code.  Make it a comment.
12190
12191 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12192
12193         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12194         scan latest NoCeM messages instead of old ones.
12195         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12196         delimiters that are recently used.
12197         (gnus-nocem-load-cache): Add autoload cookie.
12198
12199         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12200
12201         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12202         level which is larger than gnus-use-nocem is specified.
12203
12204         * gnus-group.el (gnus-group-get-new-news): Ditto.
12205
12206 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12207
12208         * gnus-util.el (gnus-tool-bar-update): New function.
12209
12210         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12211         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12212
12213         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12214
12215         * gnus-group.el (gnus-group-redraw-when-idle)
12216         (gnus-group-redraw-check): Remove.
12217         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12218
12219 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12220
12221         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12222         if optional last element is specified in splits (FIELD VALUE...).
12223
12224 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12225
12226         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12227         to gmm-image-load-path-for-library.  Call with no-error argument.
12228         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12229
12230         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12231
12232         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12233
12234         * gmm-utils.el (gmm-image-load-path): Remove alias.
12235
12236 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12237
12238         * gmm-utils.el (gmm-image-load-path): Add alias.
12239
12240         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12241         nnml-generate-nov-databases-1.
12242         (nnml-generate-nov-databases): Use it.
12243         (nnml-generate-nov-databases-directory): Document no-active
12244         argument.
12245
12246         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12247         directory if path is t.  Add no-error.
12248
12249         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12250         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12251
12252         * gnus-art.el (gnus-article-browse-delete-temp-files):
12253         Simplify resetting gnus-article-browse-html-temp-list.
12254
12255         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12256         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12257         Add example to docstring.  Rename local variables.  Move error
12258         checks to default case in cond and simplify.
12259
12260 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12261
12262         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12263         handle is multipart when calling it recursively.
12264         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12265
12266 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12267
12268         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12269         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12270
12271 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12272
12273         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12274         is loaded.
12275
12276         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12277         loaded.
12278
12279 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12280
12281         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12282         to "Emacs 23 (unicode)" in doc string.
12283
12284         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12285         "Emacs 23 (unicode)" in comment.
12286
12287 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12288
12289         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12290
12291         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12292         characters 160 through 255 in Emacs 23.
12293
12294 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12295
12296         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12297         gnus-article-browse-html-temp.
12298         (gnus-article-browse-delete-temp): Make it customizable.
12299         Add `file'.  Adjust doc string.
12300         (gnus-article-browse-delete-temp-files): Add argument.
12301         Allow query for each file.  Adjust doc string.
12302         (gnus-article-browse-html-parts):
12303         Add `gnus-article-browse-delete-temp-files' to
12304         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12305
12306 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12307
12308         * gnus-art.el (gnus-article-browse-html-temp)
12309         (gnus-article-browse-delete-temp): New variables.
12310         (gnus-article-browse-delete-temp-files): New function.
12311         (gnus-article-browse-html-parts): Use it.
12312
12313 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12314
12315         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12316
12317         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12318         string.
12319
12320         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12321         gnus-summary-insert-new-articles when unplugged.
12322         Remove gnus-summary-search-article-forward.
12323
12324         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12325         display-visual-class instead of display-color-cells.
12326
12327 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12328
12329         * dgnushack.el: Autoload customize-group for XEmacs.
12330
12331         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12332         message/* containing non-ASCII text properly.
12333
12334 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12335
12336         * message.el: Require gmm-utils, remove autoloads.
12337         (message-tool-bar): Set default based on
12338         gmm-tool-bar-style.
12339         (message-tool-bar-gnome): Add gmm-customize-mode.
12340
12341         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12342         gmm-tool-bar-style.
12343         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12344
12345         * gnus-group.el (gnus-group-tool-bar): Set default based on
12346         gmm-tool-bar-style.
12347         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12348
12349         * gmm-utils.el (gmm-image-directory): Rename variable from
12350         gmm-image-load-path.
12351         (gmm-image-load-path): Use gmm-image-directory.
12352         (gmm-customize-mode): New function.
12353         (gmm-tool-bar-style): New variable.
12354
12355         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12356         gnus-group-redraw-line-number.
12357         (gnus-group-redraw-check): Simplify.
12358         (gnus-group-tool-bar-update): Remove redraw check.
12359         (gnus-group-make-tool-bar): Add redraw check.
12360
12361 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12362
12363         * gnus-art.el (gnus-button): Add missing parentheses.
12364
12365 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12366
12367         * lpath.el: Fbind line-number-at-pos.
12368
12369 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12370
12371         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12372
12373 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12374
12375         * gnus-art.el (gnus-button): New face.
12376         (gnus-article-button-face): Use it.
12377
12378         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12379         Add gnus-summary-next-page.  Re-order.
12380
12381         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12382         next-node are now included.
12383         (gnus-group-redraw-line-number): New internal variable.
12384         (gnus-group-redraw-check): Helper function for updating the tool
12385         bar.
12386         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12387
12388         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12389
12390         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12391         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12392         Use it to match format of Spamassassin 3.0 and later.
12393         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12394         (spam-check-bogofilter)
12395         (spam-bogofilter-register-with-bogofilter): Fix args of
12396         `gnus-error' calls.
12397
12398 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12399
12400         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12401         unnecessary interaction when sending queued mails.
12402         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12403
12404 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12405
12406         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12407         first or last are nil.
12408
12409 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12410
12411         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12412
12413 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12414
12415         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12416
12417 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12418
12419         * dns.el (query-dns): Protect more against buggy tcp output.
12420
12421 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12422
12423         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12424         nov.php.
12425
12426 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12427
12428         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12429         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12430         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12431         output on the server side.
12432         (nnweb-google-create-mapping): Update regexps and add some
12433         progress indication.
12434
12435 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12436
12437         * gnus-group.el (gnus-group-tool-bar-gnome):
12438         Fix gnus-agent-toggle-plugged.  Re-order icons.
12439         (gnus-group-tool-bar-gnome):
12440         Add gnus-group-{prev,next}-unread-group.
12441         (gnus-group-tool-bar-gnome): Re-order icons.
12442
12443         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12444         Move gnus-summary-insert-new-articles.
12445
12446         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12447         Fix comments.
12448
12449         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12450         also available in Emacs 21.3.
12451
12452         * message.el (message-fix-before-sending): Change "Emacs 22" to
12453         "Emacs 23 (unicode)" in comment.
12454
12455         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12456         "Emacs 23 (unicode)" in comment.
12457
12458         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12459         comment.
12460         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12461
12462         * mm-view.el (mm-fill-flowed): Add :version.
12463
12464 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12465
12466         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12467         and load-path.
12468
12469 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12470
12471         * message.el: Autoload gmm-image-load-path.
12472         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12473         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12474         consitency.
12475
12476         * gmm-utils.el (gmm-image-load-path): Also search in
12477         "../etc/images".  Don't set gmm-image-load-path if we don't find
12478         the image.
12479
12480 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12481
12482         * gmm-utils.el (gmm-image-load-path): Don't make
12483         `gmm-image-load-path' include subdirectories which the second arg
12484         `image' might specify.
12485
12486         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12487         subdirectory to icon file names.
12488
12489         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12490
12491 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12492
12493         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12494         gmm-image-load-path calls.
12495
12496         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12497
12498         * message.el (message-make-tool-bar): Ditto.
12499
12500         * mml.el (mml-preview): Add comment concerning tool bar icons.
12501
12502         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12503         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12504
12505         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12506         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12507
12508         * message.el (message-tool-bar-gnome): Use new icon names.
12509         (message-make-tool-bar): Use `gmm-image-load-path'.
12510
12511         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12512         New functions from MH-E.
12513         (gmm-image-load-path): New variable from MH-E.
12514         (gmm-image-load-path): New function from MH-E.  Add arguments
12515         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12516         *-image-load-path-called-flag.
12517
12518 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12519
12520         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12521
12522 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12523
12524         * nnimap.el (nnimap-request-move-article): Change folder back to
12525         source group before deleting.
12526
12527 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12528
12529         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12530
12531         * gnus-art.el (mm-url-insert-file-contents-external):
12532         Autoload mm-url.
12533
12534         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12535
12536 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12537
12538         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12539         coding system which mm-charset-to-coding-system returns for a
12540         given charset is valid.
12541
12542 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12543
12544         * html2text.el (html2text-remove-tag-list):
12545         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12546
12547 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12548
12549         * gnus-cus.el: Revert 2005-10-17 change.
12550
12551 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12552
12553         * gnus-art.el (article-strip-banner):
12554         Call article-really-strip-banner only when the regexp match is made.
12555
12556 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12557
12558         * gnus-art.el (article-strip-banner):
12559         Use gnus-extract-address-components instead of
12560         mail-header-parse-addresses to make it work with non-ASCII text;
12561         remove mail-encode-encoded-word-string.
12562
12563         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12564         values which are surrounded with \"...\"; make it never cause a
12565         Lisp error; give up parsing of parameters if it failed in
12566         extracting type.
12567
12568 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12569
12570         * smime.el (smime-cert-by-ldap-1): Fix bug where
12571         `smime-ldap-search' returns results without userCertificates.
12572
12573 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12574
12575         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12576
12577 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12578
12579         * spam.el (spam-check-spamassassin-headers): Adapt format for
12580         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12581         <ari@mbf.ocn.ne.jp>.
12582         (spam-list-of-processors): Add spam-use-gmane.
12583
12584 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12585
12586         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12587         make-temp-file; make it work with XEmacs as well.
12588
12589         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12590         mm-make-temp-file.
12591
12592         * mm-decode.el (mm-display-external): Use the 3rd arg of
12593         mm-make-temp-file.
12594         (mm-create-image-xemacs): Ditto.
12595
12596 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12597
12598         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12599         with message-narrow-to-headers.
12600         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12601         (gnus-draft-check-draft-articles): New function.
12602         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12603
12604 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12605
12606         * gnus-art.el (gnus-article-browse-html-parts):
12607         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12608         Don't use suffix argument for mm-make-temp-file for Emacs 21
12609         compatibility.  Remove useless `format'.
12610
12611 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12612
12613         * nnweb.el (nnweb-google-wash-article): Update regexps.
12614         (nnweb-group-alist): Use defvoo instead of defvar.
12615
12616 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12617
12618         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12619         re-loading nn* modules.
12620
12621 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12622
12623         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12624         for `tool-bar-mode' and don't check it's default-value.
12625
12626         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12627
12628         * message.el (message-make-tool-bar): Ditto.
12629
12630         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12631         `substring'.  Shorten tmp-file name.
12632
12633         * gnus.el: Remove bogus comment.
12634
12635 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12636
12637         * gnus-art.el (gnus-article-browse-html-parts): New function.
12638         (gnus-article-browse-html-article): New function for viewing html
12639         articles with a browser.
12640
12641 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12642
12643         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12644         in elisp.
12645         (pgg-gpg-encrypt-symmetric-region): Ditto.
12646         (pgg-gpg-sign-region): Ditto.
12647
12648         * pgg-def.el (pgg-text-mode): New variable.
12649
12650         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12651         (mml2015-pgg-encrypt): Ditto.
12652
12653         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12654         (mml1991-pgg-encrypt): Ditto.
12655
12656 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12657
12658         * nnfolder.el (nnfolder-insert-newsgroup-line):
12659         Use message-make-date instead of current-time-string.
12660
12661         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12662         to gnus-decoded which mm-uu might set.
12663
12664 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12665
12666         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12667         don't decode quoted parameters; remove misimported Emacs code.
12668         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12669         (rfc2231-decode-encoded-string): Don't use split-string which
12670         behaves differently according to Emacs version; use
12671         mm-decode-coding-region to convert charset to coding-system.
12672         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12673         (rfc2231-encode-string): Remove misimported Emacs code.
12674
12675 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12676
12677         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12678         when calling mail-header-parse-content-type.
12679         (article-de-quoted-unreadable): Ditto.
12680         (article-de-base64-unreadable): Ditto.
12681         (article-wash-html): Ditto.
12682
12683         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12684         calling mail-header-parse-content-type and
12685         mail-header-parse-content-disposition.
12686         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12687         mail-header-parse-content-type.
12688
12689         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12690         insert charset and format parameters; encode description after
12691         inserting it to buffer.
12692         (mml-insert-parameter): Fold lines properly even if a parameter is
12693         segmented into two or more lines; change the max column to 76.
12694
12695         * rfc1843.el (rfc1843-decode-article-body): Don't use
12696         ignore-errors when calling mail-header-parse-content-type.
12697
12698         * rfc2231.el (rfc2231-parse-string): Return at least type if
12699         possible; don't cause an error even if it fails in parsing of
12700         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12701         (rfc2231-encode-string): Don't break lines at the beginning, leave
12702         it to mml-insert-parameter.
12703
12704         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12705         calling mail-header-parse-content-type.
12706
12707 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12708
12709         * spam-report.el (spam-report-gmane-use-article-number):
12710         Improve doc string.
12711         (spam-report-gmane-internal): Check if a suitable header was found
12712         in the article.
12713
12714 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12715
12716         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12717         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12718
12719 2006-02-05  Romain Francoise  <romain@orebokech.com>
12720
12721         Update copyright notices of all files in the gnus directory.
12722
12723 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12724
12725         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12726
12727 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12728
12729         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12730         segmented lines of parameter value to cope with Thunderbird 1.5
12731         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12732         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12733         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12734
12735 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12736
12737         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12738         parts.
12739
12740 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12741
12742         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12743         there's only one active file for all servers.
12744         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12745         solid groups.  Gnus might have used a FAST request to select the group.
12746         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12747         and nnweb-search redundantly in the active file.
12748         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12749         (nnweb-request-create-group): Don't use ARGS.
12750         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12751         initialisations.  Let nnoo do the work.
12752
12753 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12754
12755         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12756         Say the part has been decoded.
12757
12758         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12759
12760 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12761
12762         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12763         mailcap-viewer-test-cache when there's no 'test clause, since that
12764         will invert the meaning of a "nil" test previously determined by
12765         mailcap-mailcap-entry-passes-test.
12766
12767 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12768
12769         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12770         compiling.
12771
12772         * gnus-sum.el: Ditto.
12773
12774         * message.el: Don't bind tool-bar-map when compiling.
12775
12776 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12777
12778         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12779
12780 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12781
12782         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12783         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12784         current Google Groups.
12785
12786 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12787
12788         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12789         and tool-bar-mode.
12790
12791         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12792         and tool-bar-mode.
12793
12794         * message.el (message-tool-bar-update): Simplify.
12795         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12796
12797         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12798         gnus-summary-buffer.
12799         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12800         gnus-summary-reply.
12801
12802         * gmm-utils.el (gmm): Add :version.
12803
12804 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12805
12806         * Makefile.in (clean): New rule.
12807         (distclean): Use it.
12808
12809 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12810
12811         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12812         Don't autoload.
12813
12814 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12815
12816         * gmm-utils.el (gmm-verbose): Add :group.
12817
12818 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12819
12820         * message.el: Change some comments WRT tool-bars.
12821
12822         * gnus-sum.el (gnus-summary-tool-bar)
12823         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12824         (gnus-summary-tool-bar-zap-list): New variables.
12825         (gnus-summary-make-tool-bar): Complete rewrite using
12826         `gmm-tool-bar-from-list'.
12827
12828         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12829         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12830         New variables.
12831         (gnus-group-make-tool-bar): Complete rewrite using
12832         `gmm-tool-bar-from-list'.
12833         (gnus-group-tool-bar-update): New function.
12834
12835         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12836
12837 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12838
12839         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12840         is dissected into a single part of which the type is the same as
12841         the given one; decode charset.
12842
12843 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12844
12845         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12846         into alists as symbol not string, since that's what
12847         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12848         look for.
12849
12850 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12851
12852         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12853         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12854
12855         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12856
12857 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12858
12859         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12860         (gnus-xmas-mime-security-button-menu): New function.
12861
12862         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12863         (gnus-mime-security-button-menu): New definition.
12864         (gnus-mime-security-button-map): Use them.
12865         (gnus-mime-security-button-menu): New function.
12866         (gnus-insert-mime-security-button): Addition to help echo.
12867         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12868         (gnus-mime-security-pipe-part): New functions.
12869
12870         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12871         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12872
12873         * mm-decode.el (mm-handle-set-disposition): Remove.
12874         (mm-handle-set-description): Remove.
12875
12876 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12877
12878         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12879         (mm-w3m-standalone-supports-m17n-p): New function.
12880         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12881         w3m usage.
12882
12883         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12884         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12885
12886 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12887
12888         * message.el (message-tool-bar-zap-list):
12889         Use gmm-tool-bar-zap-list as custom type.
12890         (message-tool-bar-update): New function.
12891         (message-tool-bar, message-tool-bar-gnome)
12892         (message-tool-bar-retro): Add message-tool-bar-update.
12893         (message-tool-bar-gnome): Add flyspell-buffer.
12894
12895         * gnus-util.el (gnus-error): Describe `args'.
12896
12897         * gmm-utils.el (gmm-error): Describe `args'.
12898         (gmm-tool-bar-zap-list): New widget.
12899         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12900
12901 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12902
12903         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12904         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12905         the number of recursive calls.
12906
12907         * mm-decode.el (mm-handle-set-disposition): New macro.
12908         (mm-handle-set-description): New macro.
12909
12910 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12911
12912         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12913         encoding.
12914
12915 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12916
12917         * message.el (message-tool-bar-zap-list, message-tool-bar)
12918         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12919         (message-tool-bar-local-item-from-menu): Remove.
12920         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12921         (message-make-tool-bar): New function.
12922         (message-mode): Use `message-make-tool-bar'.
12923
12924         * gmm-utils.el: New file.
12925         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12926         (gmm-lazy): New widget copied from `nnmail.el'.
12927         (gmm-tool-bar-from-list): New function for creating customizable
12928         tool bars.
12929         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12930         output.
12931         (gmm): Add :prefix to defgroup.
12932
12933 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12934
12935         * gmm-utils.el (gmm-widget-p): New function.
12936
12937 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12938
12939         * mml.el (mml-attach-file): Describe `description' in doc string.
12940         (mml-menu): Add Emacs MIME manual and PGG manual.
12941
12942 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12943
12944         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12945
12946 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12947
12948         * nntp.el (nntp-end-of-line): Doc fix.
12949
12950 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12951
12952         * imap.el (imap-open): Handle case where buffer is a buffer
12953         object.
12954
12955 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12956
12957         * gnus-delay.el (gnus-delay): Don't autoload.
12958         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12959         to be re-loaded when customizing the `gnus-delay' group.
12960
12961 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12962
12963         * message.el (message-insert-citation-line): Use newlines.
12964
12965 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12966
12967         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12968         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12969         these routines, so the passphrase can be managed externally and
12970         passed in to the system.
12971         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12972         pgg-add-passphrase-to-cache function.
12973
12974         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12975         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12976         these routines, so the passphrase can be managed externally and
12977         passed in to the system.
12978         (pgg-pgp5-sign-region): Use new name of
12979         pgg-add-passphrase-to-cache function.
12980
12981 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12982
12983         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12984         part of the decoded armor to find the key-identifier.
12985         (pgg-gpg-lookup-key-owner): New function to return the
12986         human-readable identifier of a key owner.
12987         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12988         itself.
12989         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12990         the key value) if we have a key and can match it against a secret
12991         key.  Also, added a note pointing out fact that the prompt only
12992         indicates the first matching key.
12993
12994         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12995         pgg-decrypt-region.
12996         (pgg-add-passphrase-to-cache): Rename from
12997         `pgg-add-passphrase-cache' to reduce confusion (all callers
12998         changed).
12999         (pgg-remove-passphrase-from-cache): Rename from
13000         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13001         changed).
13002         (pgg-read-passphrase, pgg-add-passphrase-cache)
13003         (pgg-remove-passphrase-cache): Add informative docstrings.
13004         (pgg-decrypt): Convey provided passphrase in subordinate call to
13005         pgg-decrypt-region.
13006
13007 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13008
13009         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13010         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13011         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13012         'passphrase' argument, so the passphrase can be managed externally
13013         and then passed in to the system.
13014
13015         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13016         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13017         so the passphrase cache can be used reliably with identifiers
13018         besides a pgp packet's key id.
13019
13020         * pgg-gpg.el (pgg-gpg-encrypt-region)
13021         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13022         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13023         these routines, so the passphrase can be managed externally and
13024         passed in to the system.
13025
13026         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13027         'notruncate' argument, so the passphrase cache can be used
13028         reliably with identifiers besides a pgp packet's key id.
13029
13030 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13031
13032         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13033         symmetric encryption.
13034         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13035         encrypted session key.
13036         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13037         message ask for the passphrase in a proper way.
13038
13039         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13040         New user commands for symmetric encryption.
13041
13042 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13043
13044         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13045
13046         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13047
13048 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13049
13050         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13051
13052 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13053
13054         * mm-decode.el (mm-inlined-types): Add application/pgp.
13055         (mm-automatic-display): Ditto.
13056
13057         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13058         part as text.
13059
13060 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13061
13062         * nnrss.el: Update copyright.
13063         (nnrss-opml-import): Query whether to subscribe to each entry.
13064
13065         * gnus-art.el:
13066         * gnus-sum.el:
13067         * gnus-xmas.el:
13068         * messagexmas.el:
13069         * mm-uu.el:
13070         * mm-view.el: Update copyright.
13071
13072 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13073
13074         * message.el (message-info): New function.
13075         (message-mode-menu): Add it.
13076         Update copyright.
13077
13078         * ChangeLog: Fix and update copyright.
13079
13080 2006-01-13  Romain Francoise  <romain@orebokech.com>
13081
13082         * message.el (message-forward-subject-name-subject): Prefer the
13083         address to 'nowhere' if the sender has no name.
13084         Fix typo.  Update copyright year.
13085
13086 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13087
13088         * gnus-art.el (article-wash-html):
13089         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13090         (gnus-article-wash-html-with-w3m-standalone): New function.
13091
13092         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13093         mm-inline-text-html-render-with-w3m-standalone.
13094         (mm-text-html-washer-alist): Map w3m-standalone to
13095         gnus-article-wash-html-with-w3m-standalone.
13096         (mm-inline-text-html-render-with-w3m-standalone): New function.
13097
13098 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13099
13100         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13101         Improve LaTeX.
13102
13103 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13104
13105         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13106         (nnrss-request-article): Render text/plain parts as HTML.
13107
13108         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13109         the buffer.
13110
13111 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13112
13113         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13114         custom definition of `gnus-posting-styles'.
13115
13116         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13117         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13118
13119 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13120
13121         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13122         Use nntp for bug archive.
13123
13124 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13125
13126         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13127         parts.
13128         (nnrss-normalize-date): New function converts ISO 8601 date into
13129         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13130         (nnrss-check-group): Use it.
13131
13132 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13133
13134         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13135
13136         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13137         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13138         (nnrss-insert-w3): Ditto.
13139
13140 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13141
13142         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13143         the articles to be forwarded including the case where neither a
13144         number of articles nor a region is specified.
13145
13146 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13147
13148         * nnrss.el (nnrss-request-article): Fix last change; fill
13149         text/plain parts.
13150
13151 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13152
13153         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13154         in text/plain part.
13155         (nnrss-check-group): Don't add excessive newline to dc:subject.
13156
13157 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13158
13159         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13160         article.
13161
13162 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13163
13164         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13165         (nnml-use-compressed-files, nnml-save-mail): Support other
13166         comression programs such as bzip2.
13167
13168 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13169
13170         * dns.el (query-dns): Make sure we check the buffer size before
13171         removing tcp headers.
13172
13173 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13174
13175         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13176         remove MIME buttons associated with multipart/alternative parts.
13177         (gnus-mime-display-alternative): Tag buttons using `article-type'
13178         text property.
13179
13180         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13181         associated with multipart/alternative parts.
13182
13183         * gnus-art.el (gnus-signature-separator): Fix custom type.
13184
13185         * mm-decode.el (mm-inlined-types): Fix custom type.
13186         (mm-keep-viewer-alive-types): Ditto.
13187         (mm-automatic-display): Ditto.
13188         (mm-attachment-override-types): Ditto.
13189         (mm-inline-override-types): Ditto.
13190         (mm-automatic-external-display): Ditto.
13191
13192 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13193
13194         * spam-report.el (spam-report-user-mail-address)
13195         (spam-report-user-agent): New variables.
13196         (spam-report-url-ping-plain): Use spam-report-user-agent.
13197
13198 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13199
13200         * gnus-art.el (gnus-button-handle-custom): Do not just use
13201         `customize-apropos' for any "M-x customize-*" button but the
13202         function called for.  Accept both the function name and its
13203         argument in order to achieve this.
13204         (gnus-button-alist): Remove support for "custom:" URL's.
13205         Pass function name to `gnus-button-handle-custom' in case of "M-x
13206         customize-*" buttons.
13207
13208 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13209
13210         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13211         multipart/alternative and add xref to mm-discouraged-alternatives
13212         in doc string.
13213
13214         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13215         gnus-buttonized-mime-types in doc string.
13216
13217 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13218
13219         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13220         Suggest image/.* in the doc string.
13221
13222 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13223
13224         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13225         message-marks (Debian bug #342521).
13226
13227 2005-12-12  Simon Josefsson  <jas@extundo.com>
13228
13229         * password.el (password-read-from-cache): Add.
13230         (password-read): Use it.
13231
13232 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13233
13234         * rfc2047.el (rfc2047-charset-to-coding-system):
13235         Recognize us-ascii as a MIME charset.
13236
13237         * mm-bodies.el (mm-decode-content-transfer-encoding):
13238         Protect against the case where the 2nd arg TYPE is nil.
13239
13240 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13241
13242         * pop3.el (pop3-stream-type): Fix custom version.
13243
13244         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13245
13246 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13247
13248         * mm-decode.el (mm-display-external): Add missing cdr.
13249
13250 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13251
13252         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13253         RFC1524) if it is in mailcap or add a suffix according to
13254         mailcap-mime-extensions when generating a temp filename; postpone
13255         deleting a temp file for 2 seconds for some wrappers, shell
13256         scripts, and so on, which might exit right after having started a
13257         viewer command as a background job.
13258
13259 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13260
13261         * nntp.el (nntp-marks-directory): Fix custom group.
13262
13263         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13264         steps when < 10.
13265
13266         * gnus-start.el (gnus-no-server-1):
13267         Mention `gnus-level-default-subscribed' in doc string.
13268
13269 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13270
13271         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13272         parens.
13273
13274 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13275
13276         * gnus-xmas.el (gnus-use-toolbar): Revert.
13277         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13278         gnus-use-toolbar is default.
13279
13280         * messagexmas.el (message-use-toolbar): Revert.
13281         (message-setup-toolbar): Use global default-toolbar if
13282         message-use-toolbar is default.
13283
13284 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13285
13286         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13287         according to default-toolbar-visible-p.
13288
13289         * messagexmas.el (message-use-toolbar): Ditto.
13290
13291 2005-11-26  Dave Love  <fx@gnu.org>
13292
13293         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13294         (tls-program, tls-success): Provide openssl alternative.
13295
13296         * starttls.el: Doc fixes.
13297         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13298         SERVICE to PORT.
13299
13300         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13301         port null or service name.
13302         (starttls-negotiate): Autoload.
13303
13304 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13305
13306         * message.el (message-kill-to-signature): Fix interactive spec.
13307
13308 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13309
13310         * pop3.el (pop3-open-server): Recognize a string as a service name.
13311
13312 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13313
13314         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13315
13316 2005-11-23  Dave Love  <fx@gnu.org>
13317
13318         Add pop3s, pop3/starttls.
13319
13320         * pop3.el (pop3-authentication-scheme): Clarify doc.
13321         (open-tls-stream, starttls-open-stream): Autoload.
13322         (pop3-stream-type): New.
13323         (pop3-open-server): Use it.
13324
13325         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13326         for POP.
13327         (mail-source-keyword-map): Add :stream for POP.
13328         (mail-source-fetch-pop): Use pop3-stream-type.
13329
13330 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13331
13332         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13333         of current-time-string.
13334
13335 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13336
13337         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13338         date header.
13339
13340 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13341
13342         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13343         it can seriously impact performance as it bypasses the agent's
13344         local caches.
13345
13346 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13347
13348         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13349         must be explicitly online rather than "not explicitly offline" for
13350         its flags to be synchronized.
13351
13352         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13353         that gnus-uu-unmark-thread will function correctly.
13354
13355         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13356         1024K is instead displayed as 1M.
13357
13358 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13359
13360         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13361
13362 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13363
13364         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13365
13366 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13367
13368         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13369         error message to display actual error condition.
13370         (gnus-agent-save-local): Avoid saving symbols that are bound to
13371         nil as they simply result in a warning message in
13372         gnus-agent-read-local.
13373
13374 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13375
13376         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13377         rather than make-variable-buffer-local for file-precious-flag.
13378
13379 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13380
13381         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13382         for duplicates which are removed.  The invalid sort check then
13383         triggers a rescan after the sort as sorting may have moved
13384         duplicate entries such that they can be cheaply detected.
13385
13386 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13387
13388         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13389
13390 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13391
13392         * gnus-agent.el (gnus-agent-article-alist-save-format):
13393         Change internal variable to a custom variable.  Change default value
13394         from compressed(2) to uncompressed(1).
13395         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13396         support for uncompressed agentview files.  Taken together, reading
13397         the agentview file should now be 6-7 times faster.
13398
13399 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13400
13401         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13402         as a buffer-local variable.  This avoids creating truncated
13403         dribble files as a result of a hang up, eg.
13404
13405 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13406
13407         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13408         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13409         XEmacs.
13410
13411 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13412
13413         * gnus-start.el (gnus-start-draft-setup):
13414         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13415
13416         * gnus.el (gnus-splash): Change custom group.
13417         (gnus-group-get-parameter, gnus-group-parameter-value):
13418         Describe allow-list argument.
13419
13420         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13421         string.
13422
13423 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13424
13425         * gnus-art.el (gnus-default-article-saver): Add user-defined
13426         `function' to custom type.
13427
13428 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13429
13430         * imap.el (imap-open): Handle case where buffer is a buffer
13431         object.
13432
13433 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13434
13435         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13436         long lines.
13437         (gnus-cache-delete-group): Wrap doc strings.
13438
13439         * gnus-agent.el (gnus-agent-rename-group)
13440         (gnus-agent-delete-group): Wrap doc strings.
13441
13442 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13443
13444         * messagexmas.el (message-use-toolbar): Change the valid values
13445         into default, top, bottom, left, and right.
13446         (message-toolbar-thickness): New variable.
13447         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13448         well.
13449         (message-setup-toolbar): Make it work.
13450
13451         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13452         (gnus-use-toolbar): Change the valid values into default, top,
13453         bottom, left, and right.
13454         (gnus-toolbar-thickness): New variable.
13455         (gnus-xmas-setup-toolbar): New function.
13456         (gnus-xmas-setup-group-toolbar): Use it.
13457         (gnus-xmas-setup-summary-toolbar): Use it.
13458
13459 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13460
13461         * gnus-start.el (gnus-1): Add "native" to
13462         gnus-predefined-server-alist.
13463
13464         * gnus.el (gnus-method-to-server): Don't add "native" to the
13465         lists here, because that leads to problems when
13466         gnus-select-method is bound.
13467
13468 2005-11-09  Simon Josefsson  <jas@extundo.com>
13469
13470         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13471         use (not sort-by-date) instead.
13472
13473 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13474
13475         * gnus-delay.el (gnus-delay-group): Don't autoload.
13476         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13477         to be re-loaded when customizing the `gnus-delay' group.
13478
13479 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13480
13481         * message.el: Revert last changes.
13482         (message-insert-citation-line): Use newlines.
13483
13484 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13485
13486         * message.el (message-courtesy-message)
13487         (message-mark-insert-begin, message-mark-insert-end)
13488         (message-elide-ellipsis, message-cancel-message)
13489         (message-add-header, message-change-subject)
13490         (message-cross-post-followup-to-header)
13491         (message-cross-post-insert-note, message-reduce-to-to-cc)
13492         (message-widen-reply, message-delete-not-region)
13493         (message-kill-to-signature, message-insert-signature)
13494         (message-insert-importance-high, message-insert-importance-low)
13495         (message-insert-or-toggle-importance)
13496         (message-insert-disposition-notification-to)
13497         (message-indent-citation, message-yank-original)
13498         (message-cite-original-without-signature, message-cite-original)
13499         (message-insert-citation-line, message-position-on-field)
13500         (message-fix-before-sending, message-send-mail-partially)
13501         (message-send-mail, message-send-mail-with-sendmail)
13502         (message-send-mail-with-qmail, message-send-news)
13503         (message-check-news-header-syntax, message-generate-headers)
13504         (message-insert-courtesy-copy, message-fill-address)
13505         (message-fill-header, message-shorten-references)
13506         (message-setup-1, message-cancel-news)
13507         (message-forward-make-body-plain, message-forward-make-body-mime)
13508         (message-forward-make-body-mml, message-encode-message-body)
13509         (message-forward-make-body-digest-plain)
13510         (message-forward-make-body-digest-mime)
13511         (message-use-alternative-email-as-from): Insert `hard-newline'
13512         instead of ordinary newlines.
13513
13514 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13515
13516         * message.el (message-generate-headers): Downcase the argument
13517         given to message-check-element.
13518
13519 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13520
13521         * nntp.el (nntp-authinfo-rejected): New error condition.
13522         (nntp-wait-for): Use new error condition to signal authentication
13523         error.
13524         (nntp-retrieve-data): Rethrow new error condition to break out of
13525         recursive call to nntp-send-authinfo.
13526
13527 2005-11-08  Romain Francoise  <romain@orebokech.com>
13528
13529         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13530         (gnus-summary-exit-map): Bind to `Z p'.
13531         (gnus-summary-make-menu-bar): Add menu item.
13532
13533 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13534
13535         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13536         (gnus-treat-*): Add `first' in all doc strings.
13537
13538         * gnus-group.el (gnus-group-compact-group): Fix typo.
13539
13540 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13541
13542         * gnus.el (gnus-parameters-case-fold-search): New variable.
13543         (gnus-parameters-get-parameter): Use it.
13544
13545         * gnus-score.el (gnus-home-score-file): Doc fix.
13546
13547 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13548
13549         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13550
13551 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13552
13553         * mm-util.el (mm-special-display-p): New function.
13554
13555         * mml.el (mml-preview): Use it; doc fix.
13556
13557 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13558
13559         * imap.el (imap-open): Handle case where buffer is a buffer object.
13560
13561 2005-10-29  Romain Francoise  <romain@orebokech.com>
13562
13563         * message.el (message-fix-before-sending): Fix comment.
13564
13565 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13566
13567         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13568
13569 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13570
13571         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13572         Used in gnus-score.el.
13573
13574 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13575
13576         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13577
13578 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13579
13580         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13581         whitespace removed in revision 7.8.  Use concatenated string to
13582         protect trailing whitespace.
13583
13584 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13585
13586         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13587         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13588         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13589         Courier IMAP ("some version from 2004").  Mostly based on similar
13590         code in the same function.
13591
13592 2005-10-26  Didier Verna  <didier@xemacs.org>
13593
13594         * gnus-group.el (gnus-group-compact-group): Invalidate original
13595         article buffer.
13596         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13597         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13598         NOV database and in article itself.
13599         Invalidate article backlog.
13600
13601 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13602
13603         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13604
13605 2005-10-26  Simon Josefsson  <jas@extundo.com>
13606
13607         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13608         part of 2004-07-25 change.
13609
13610 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13611
13612         * message.el (message-display-completion-list): New function.
13613         (message-expand-group): Use it; make sure the Completions buffer
13614         is modifiable.
13615 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13616
13617         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13618         user-mail-name is an empty string.
13619
13620 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13621
13622         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13623         depending on gnus-score-decay-constant.
13624
13625         * encrypt.el (encrypt-insert-file-contents)
13626         (encrypt-write-file-contents): Don't use `gnus-message'.
13627
13628         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13629         arguments.
13630         (mm-uu-type-alist): Add message-marks and insert-marks.
13631         Pass arguments to mm-uu-verbatim-marks-extract.
13632         (mm-uu-hide-markers): New variable.
13633         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13634
13635         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13636         (gnus-convert-image-to-face-command): Use "convert" by default to
13637         allow other input image formats.
13638         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13639         accordingly.
13640
13641 2005-10-23  Simon Josefsson  <jas@extundo.com>
13642
13643         * imap.el (imap-gssapi-program): Align command line parameters
13644         with latest GNU SASL.
13645         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13646
13647 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13648
13649         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13650         HTML.
13651         (nnslashdot-request-article): Ditto.
13652
13653         * lpath.el (featurep): Add nobreak-char-display.
13654
13655 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13656
13657         * mail-source.el (mail-source-fetch-pop): Require pop3.
13658         (mail-source-check-pop): Ditto.
13659
13660 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13661
13662         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13663         errors.
13664
13665 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13666
13667         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13668         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13669
13670         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13671
13672         * mm-bodies.el (mm-decode-string):
13673         Call `mm-charset-to-coding-system' with allow-override argument.
13674
13675 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13676
13677         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13678         (rfc2047-charset-to-coding-system): New function.
13679         (rfc2047-decode-encoded-words): New function.
13680         (rfc2047-decode-region): Use them.
13681         (rfc2047-decode-cte): Remove.
13682         (rfc2047-parse-and-decode): Remove.
13683         (rfc2047-decode): Remove.
13684
13685 2005-10-15  Kenichi Handa  <handa@m17n.org>
13686
13687         * rfc2047.el (rfc2047-decode-cte): New function.
13688         (rfc2047-decode-region): Change the way to decode successive
13689         encoded-words: decode B- or Q-encoding in each encoded-word,
13690         concatenate them, and decode it as charset.
13691
13692 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13693
13694         * lpath.el: Fbind codepage-setup for XEmacs.
13695
13696 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13697
13698         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13699         widget-move-and-invoke.
13700         (gnus-custom-mode): Use gnus-custom-map.
13701
13702 2005-10-15  Bill Wohler  <wohler@newt.com>
13703
13704         * message.el (message-tool-bar-map): Rename image file from
13705         mail_send to mail/send.
13706
13707 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13708
13709         * message.el (message-expand-group): Pass the common
13710         prefix substring of completion to `display-completion-list'.
13711
13712 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13713
13714         * mml-sec.el (mml-secure-method): New internal variable.
13715         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13716         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13717         New functions using mml-secure-method.
13718
13719         * mml.el (mml-mode-map): Add key bindings for those functions.
13720         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13721         Harder <harder@myrealbox.com>.
13722         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13723         Goto end of message if point is the headers of the message.
13724
13725         * message.el (message-in-body-p): New function.
13726
13727         * assistant.el: Autoload gnus-util and netrc.
13728
13729         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13730         Use `mm-charset-override-alist' only when decoding.
13731
13732         * mm-bodies.el (mm-decode-body):
13733         Call `mm-charset-to-coding-system' with allow-override argument.
13734
13735         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13736         `filename' from Content-Disposition if Content-Type doesn't
13737         provide `name'.
13738         (gnus-mime-view-part-as-type): Set default instead of
13739         initial-input.
13740
13741 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13742
13743         * format-spec.el (format-spec): Propagate text properties of % spec.
13744
13745 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13746
13747         * gnus-art.el (gnus-treat-predicate): Add `first'.
13748
13749 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13750
13751         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13752         (mm-charset-override-alist): New variable.
13753         (mm-charset-to-coding-system): Use it.
13754         (mm-codepage-setup): New helper function.
13755         (mm-charset-eval-alist): New variable.
13756         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13757         Warn about unknown charsets.
13758
13759         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13760
13761 2005-10-04  David Hansen  <david.hansen@gmx.net>
13762
13763         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13764         (nnrss-check-group): Ditto.
13765
13766 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13767
13768         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13769         Rename x-gnus-verbatim to x-verbatim.
13770         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13771
13772         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13773         x-verbatim.
13774
13775         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13776
13777         * gnus-util.el (gnus-remove-duplicates): Remove.
13778
13779         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13780         instead of gnus-remove-duplicates.
13781
13782         * message.el (message-remove-duplicates): Remove.
13783         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13784         message-remove-duplicates.
13785
13786         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13787         available, else use implementation from `delete-dups'.
13788
13789         * message.el (message-insert-expires): New function.
13790         (message-mode-map): Add key binding.
13791         (message-mode-field-menu): Add menu entry.
13792         (message-mode): Document it.
13793         (message-make-expires-date): Use `message-make-date'.
13794
13795 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13796
13797         * message.el (message-make-expires-date): New function.
13798
13799 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13800
13801         * Makefile.in (list-installed-shadows): New entry.
13802         (install): Use it.
13803         (remove-installed-shadows): New entry.
13804
13805         * dgnushack.el (dgnushack-default-load-path): New variable.
13806         (dgnushack-find-lisp-shadows): New function.
13807         (dgnushack-remove-lisp-shadows): New function.
13808
13809 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13810
13811         * Makefile.in (install-el-elc): New entry.
13812         (install): Use it so that .el files are necessarily installed.
13813
13814 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13815
13816         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13817
13818 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13819
13820         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13821         function rather than the diff-mode.el package.
13822         (mm-display-external): Use with-current-buffer.
13823         (mm-viewer-completion-map, mm-viewer-completion-map):
13824         Move initialization inside declaration.
13825
13826 2005-09-29  Simon Josefsson  <jas@extundo.com>
13827
13828         * spam.el: Load hashcash when compiling, to avoid warnings.
13829         Don't autoload mail-check-payment.
13830         (spam-check-hashcash): Define unconditionally, since hashcash.el
13831         is part of Gnus now.  Ignore errors from payment checking.
13832
13833 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13834
13835         * message.el (message-bold-region, message-unbold-region):
13836         Rename from `bold-region' and `unbold-region'.
13837
13838         * message.el: Remove useless autoloads.
13839
13840 2005-09-28  Simon Josefsson  <jas@extundo.com>
13841
13842         * message.el (message-use-idna): Default to t.
13843         (message-use-idna): Test whether encoding works too.  Doc fix.
13844
13845 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13846
13847         * nntp.el (nntp-warn-about-losing-connection): Remove.
13848
13849 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13850
13851         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13852         customizable.  Change default value.
13853         (mm-uu-diff-groups-regexp): Change default value.
13854         (mm-uu-type-alist): Add doc string.
13855         (mm-uu-configure): Add doc string.  Make it interactive.
13856         (mm-uu-tex-groups-regexp): New variable.
13857         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13858         (mm-uu-type-alist): Add LaTeX documents.
13859         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13860         of "text/verbatim".
13861         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13862
13863         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13864         instead of "text/verbatim".
13865
13866         * message.el (message-mark-inserted-region)
13867         (message-mark-insert-file): Use slrn style marks when called with
13868         prefix argument.
13869
13870 2005-09-27  Simon Josefsson  <jas@extundo.com>
13871
13872         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13873
13874 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13875
13876         * message.el (message-remove-duplicates): New function.
13877         Implementation borrowed from `gnus-remove-duplicates'.
13878         (message-idna-to-ascii-rhs): Also encode idna addresses in
13879         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13880         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13881         only ask about the same idna domain once per header and also tell
13882         in what header to replace the idna domain.
13883
13884         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13885         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13886         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13887         a header is decoded and not just the last one.
13888
13889 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13890
13891         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13892         has been decoded.
13893
13894         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13895         (mm-insert-part): Don't modify text if it has been decoded.
13896
13897         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13898         decoded.
13899
13900         * mm-view.el (mm-inline-text): Don't strip text props unless
13901         decoding enriched or richtext parts.
13902
13903 2005-09-25  Romain Francoise  <romain@orebokech.com>
13904
13905         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13906         * gnus-start.el (gnus-subscribe-interactively):
13907         * gnus-uu.el (gnus-uu-grab-articles):
13908         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13909         space.
13910
13911 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13912
13913         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13914         * mm-view.el (mm-view-pkcs7-decrypt):
13915         * gnus-sum.el (gnus-summary-limit-to-extra)
13916         (gnus-summary-respool-article, gnus-read-move-group-name):
13917         * gnus-score.el (gnus-summary-increase-score):
13918         * gnus-util.el (gnus-completing-read-with-default):
13919         * gnus-art.el (gnus-read-save-file-name)
13920         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13921         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13922         * message.el (message-check-news-header-syntax):
13923         Follow convention for reading with the minibuffer.
13924
13925 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13926
13927         * spam-report.el (spam-report-url-ping-plain):
13928         Use gnus-extended-version as User-Agent.
13929
13930         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13931         default value is nil.
13932
13933         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13934         (mm-uu-verbatim-marks-extract): New function.
13935         (mm-uu-extract): New face.
13936         (mm-uu-copy-to-buffer): Use it.
13937
13938         * spam-report.el (spam-report-gmane-ham): Rename from
13939         `spam-report-gmane-unspam'.
13940         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13941         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13942
13943         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13944         Autoload.
13945         (spam-report-gmane-unregister-routine):
13946         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13947
13948 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13949
13950         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13951         (spam-report-gmane-unregister-routine): Add support for gmane
13952         unregistration.
13953
13954         * spam-report.el (spam-report-gmane-unspam)
13955         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13956         (spam-report-gmane): Change to take a single article and do unspam
13957         registration.
13958
13959 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13960
13961         * mm-url.el (mm-url-decode-entities): Fix regexp.
13962
13963 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13964
13965         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13966         default to nil, to be able to use Gnus at all.  If the default
13967         switches to something else, then the function should be fixed not
13968         be exceedingly slow.
13969
13970 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13971
13972         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13973         fail hard.
13974
13975         * spam-report.el: Add better Keywords line.
13976
13977         * spam.el: Add Maintainer and better Keywords line.
13978
13979 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13980
13981         * gnus-art.el (gnus-article-replace-part)
13982         (gnus-mime-replace-part): New functions.
13983         (gnus-mime-action-alist, gnus-mime-button-commands)
13984         (gnus-mime-save-part-and-strip): Add file argument.
13985         (gnus-article-part-wrapper): Add interactive argument.
13986
13987         * gnus-sum.el (gnus-summary-mime-map):
13988         Add `gnus-article-replace-part'.
13989
13990 2005-09-19  Didier Verna  <didier@xemacs.org>
13991
13992         The nnml compaction feature:
13993         * nnml.el (nnml-request-compact-group): New function.
13994         * nnml.el (nnml-request-compact): New function.
13995         * gnus-int.el (gnus-request-compact-group): New function.
13996         * gnus-int.el (gnus-request-compact): New function.
13997         * gnus-group.el (gnus-group-compact-group): New function.
13998         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13999         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14000         * gnus-srvr.el (gnus-server-compact-server): New function.
14001         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14002         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14003
14004 2005-09-18  Deepak Goel  <deego@gnufans.org>
14005
14006         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14007         format spec.
14008
14009 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14010
14011         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14012
14013 2005-09-15  Romain Francoise  <romain@orebokech.com>
14014
14015         * message.el (message-fill-paragraph): Clarify docstring.
14016
14017 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14018
14019         * gnus-art.el (gnus-mime-display-part): Protect against broken
14020         MIME messages.
14021
14022 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14023
14024         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14025         before parsing header.
14026
14027 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14028
14029         * html2text.el (html2text-replace-list): Add new entities.
14030
14031 2005-09-11  Romain Francoise  <romain@orebokech.com>
14032
14033         * message.el (message-alternative-emails): Improve docstring.
14034         (message-setup-1): Call `message-use-alternative-email-as-from'
14035         after `message-setup-hook' to give it precedence over posting
14036         styles, etc.
14037         (message-use-alternative-email-as-from): Add docstring.
14038         Remove the original From header if present.
14039
14040         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14041         (nnml-save-mail): Use it.
14042
14043         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14044         articles.  Add new argument `silent'.
14045         (gnus-uu-mark-all): Report the total number of marked articles.
14046
14047 2005-09-10  Romain Francoise  <romain@orebokech.com>
14048
14049         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14050         (gnus-uu-mark-series): Likewise.
14051
14052 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14053
14054         * spam-report.el (spam-report-gmane): Fix generation of spam
14055         report URL.
14056
14057 2005-09-10  Simon Josefsson  <jas@extundo.com>
14058
14059         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14060         t, based on discussion on the ding list with Robert Epprecht
14061         <epprecht@solnet.ch>.
14062
14063 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14064
14065         * spam-report.el (spam-report-gmane): Make it work without
14066         X-Report-Spam header.  Gmane now only provides Archived-At.
14067         This is only used if `spam-report-gmane-use-article-number' is nil.
14068         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14069
14070         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14071         make `gnus-summary-sort-by-recipient' work with threading.
14072
14073         * nnweb.el (nnweb-google-wash-article): Print a message if article
14074         is not available.
14075
14076 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14077
14078         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14079         change.  Decode text/* parts content before displaying.
14080
14081 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14082
14083         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14084
14085 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14086
14087         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14088
14089         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14090         url-package-name, url-package-version,
14091         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14092         w3m-display-inline-images, and w3m-minor-mode-map.
14093
14094 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14095
14096         * message.el (message-tab-body-function): Fix mismatched custom type.
14097
14098         * gnus.el (gnus-group-change-level-function): Ditto.
14099
14100         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14101
14102         * gnus-art.el (gnus-signature-limit)
14103         (gnus-article-mime-part-function): Ditto.
14104
14105 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14106
14107         * mml.el (mml-mode): Silence the byte compiler.
14108
14109         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14110         using `(sit-for 0)' before moving the point to the specified part;
14111         skip unbuttonized parts.
14112         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14113         return to the summary window if gnus-auto-select-part is non-nil.
14114
14115 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14116
14117         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14118         New variables.
14119         (mml-dnd-attach-file, mml-mode): Use them.
14120
14121         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14122         Make fetching article by MID work again for Google Groups.
14123         Add FIXME concerning gnus-group-make-web-group.
14124
14125         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14126         Don't depend on Gnus by using mail-extract-address-components if
14127         gnus-extract-address-components is not bound.
14128
14129 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14130
14131         * gnus-art.el (gnus-mime-display-security): Don't display the
14132         signature, but only the signed part.
14133
14134 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14135
14136         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14137
14138         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14139         list, not listp.
14140
14141 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14142
14143         * mm-encode.el (mm-encode-content-transfer-encoding):
14144         Likewise when encoding.
14145
14146         * mm-bodies.el (mm-decode-content-transfer-encoding):
14147         De-canonicalize CRLF for all text content types, not just
14148         text/plain.
14149
14150 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14151
14152         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14153         valid article; point arrow and cursor at the MIME button.
14154
14155 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14156
14157         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14158         Suggested by Dan Christensen <jdc@uwo.ca>.
14159
14160         * mm-decode.el (mm-save-part): Enable change of prompt.
14161
14162 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14163
14164         * gnus-msg.el (gnus-inews-add-send-actions):
14165         Make `message-post-method' lambda parameter ARG `&optional'.
14166
14167 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14168
14169         * gnus-sum.el (gnus-summary-mime-map):
14170         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14171         gnus-article-jump-to-part.
14172
14173         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14174         (gnus-article-edit-part): Use it.
14175         (gnus-article-part-wrapper): Add no-handle argument.
14176         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14177         New functions.
14178
14179 2005-08-29  Romain Francoise  <romain@orebokech.com>
14180
14181         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14182         docstring.
14183         (gnus-face-from-file): Likewise.
14184
14185 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14186
14187         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14188         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14189         non-nil.
14190         (gnus-auto-select-part): New variable.
14191         (gnus-article-jump-to-part): New function.
14192         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14193         (gnus-mime-delete-part): Allow selecting specified part after
14194         deleting or stripping parts.
14195         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14196         part if argument is bogus.
14197
14198 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14199
14200         * gnus-art.el (w3m-minor-mode-map):
14201         * gnus-spec.el (gnus-newsrc-file-version):
14202         * gnus-util.el (nnmail-active-file-coding-system)
14203         (gnus-original-article-buffer, gnus-user-agent):
14204         * gnus.el (gnus-ham-process-destinations)
14205         (gnus-parameter-ham-marks-alist)
14206         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14207         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14208         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14209         * mm-decode.el (gnus-current-window-configuration):
14210         * mm-extern.el (gnus-article-mime-handles):
14211         * mm-url.el (url-current-object, url-package-name)
14212         (url-package-version):
14213         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14214         (smime-keys, w3m-cid-retrieve-function-alist)
14215         (w3m-current-buffer, w3m-display-inline-images)
14216         (w3m-minor-mode-map):
14217         * mml-smime.el (gnus-extract-address-components):
14218         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14219         (gnus-newsrc-hashtb, message-default-charset)
14220         (message-deletable-headers, message-options)
14221         (message-posting-charset, message-required-mail-headers)
14222         (message-required-news-headers):
14223         * mml1991.el (mc-pgp-always-sign):
14224         * mml2015.el (mc-pgp-always-sign):
14225         * nnheader.el (nnmail-extra-headers):
14226         * rfc1843.el (gnus-decode-encoded-word-function)
14227         (gnus-decode-header-function, gnus-newsgroup-name):
14228         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14229
14230 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14231
14232         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14233         the end of the date treatments.
14234
14235 2005-08-15  Simon Josefsson  <jas@extundo.com>
14236
14237         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14238         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14239         Capello and Romain Francoise.
14240         (pgg-fetch-key-function): Remove, not used?
14241         (pgg-insert-url-with-w3): Require url, to get
14242         url-insert-file-contents regardless of where it is defined.
14243
14244 2005-08-13  Romain Francoise  <romain@orebokech.com>
14245
14246         * message.el (message-cite-original-1): New function.
14247         (message-cite-original): Use it.
14248         (message-cite-original-without-signature): Ditto.
14249
14250 2005-08-08  Romain Francoise  <romain@orebokech.com>
14251
14252         * message.el (message-yank-empty-prefix): New variable.
14253         (message-indent-citation): Use it.
14254         (message-cite-original-without-signature): Respect X-No-Archive.
14255
14256 2005-08-08  Simon Josefsson  <jas@extundo.com>
14257
14258         * pgg.el: Autoload url-insert-file-contents instead of loading
14259         w3/url.
14260         (pgg-insert-url-with-w3): Don't load url here.
14261
14262 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14263
14264         * message.el (message-kill-to-signature): Don't insert newline at
14265         bol.
14266         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14267
14268 2005-08-06  Romain Francoise  <romain@orebokech.com>
14269
14270         * message.el (message-user-fqdn): Fix typo in docstring.
14271
14272 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14273
14274         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14275
14276         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14277
14278 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14279
14280         * mm-bodies.el (mm-encode-body): Use coding system rather than
14281         charset to encode text.
14282
14283         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14284         number of charsets if utf-8 is available (XEmacs).
14285
14286 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14287
14288         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14289         taken from `gnus-button-mid-or-mail-regexp'.
14290         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14291         (gnus-button-alist): Improve regexp for domain part of the MIDs
14292         for news:localpart@domain buttons.
14293         (gnus-button-ctan-directory-regexp): Update.
14294
14295 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14296
14297         * sieve-manage.el (sieve-manage-interactive-login):
14298         Use make-local-variable rather than make-variable-buffer-local.
14299         (sieve-manage-open): Ditto.
14300         (sieve-manage-authenticate): Ditto.
14301
14302         * mml.el (mml-generate-mime-1): Make the content type default to
14303         text/plain if the filename is not specified.
14304
14305 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14306
14307         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14308         instead of insert-buffer.
14309
14310         * message.el (message-yank-original): Ditto; set the mark at the
14311         end of the yanked message.
14312
14313 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14314
14315         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14316         lines to scroll rather than to stop it.
14317
14318         * mml.el (mml-generate-default-type): Add doc string.
14319         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14320         default to application/octet-stream when determining the content
14321         type if it is not specified for the part or the mml contents; add
14322         a comment about mml-generate-default-type.
14323
14324 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14325
14326         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14327         make it default to application/octet-stream when determining the
14328         content type if it is not specified for the external contents.
14329
14330 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14331
14332         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14333         segmented parameter but also other parameters might be there.
14334
14335 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14336
14337         * mm-decode.el (mm-display-external): Delete temp file, directory
14338         and buffer immediately if the external process is exited.
14339
14340 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14341
14342         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14343         fewer lines than that of scroll-margin.
14344         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14345
14346 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14347
14348         * gnus-art.el (gnus-article-next-page): Revert.
14349         (gnus-article-beginning-of-window): New macro.
14350         (gnus-article-next-page-1): Use it.
14351         (gnus-article-prev-page): Ditto.
14352         (gnus-article-edit-part): Use insert-buffer-substring instead of
14353         insert-buffer.
14354         (gnus-article-edit-exit): Ditto.
14355
14356         * gnus-util.el (gnus-beginning-of-window): Remove.
14357         (gnus-end-of-window): Remove.
14358
14359         * lpath.el: Don't bind header-line-format and scroll-margin.
14360
14361 2005-07-25  Simon Josefsson  <jas@extundo.com>
14362
14363         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14364         to have the url package without w3.  Reported by Daiki Ueno
14365         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14366
14367 2005-07-20  Didier Verna  <didier@xemacs.org>
14368
14369         * gnus-diary.el: Remove the description comment (nndiary is now
14370         properly documented in the Gnus manual).
14371         Fix the spelling of "Back End".
14372         * nndiary.el: Ditto.
14373         Fix the copyright notice.
14374
14375 2005-07-18  Romain Francoise  <romain@orebokech.com>
14376
14377         * gnus-sum.el (gnus-summary-to-prefix)
14378         (gnus-summary-newsgroup-prefix): New variables.
14379         (gnus-summary-from-or-to-or-newsgroups): Use them.
14380
14381 2005-07-17  Romain Francoise  <romain@orebokech.com>
14382
14383         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14384         space as it's generally not especially interesting to the user.
14385
14386 2005-07-16  Romain Francoise  <romain@orebokech.com>
14387
14388         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14389         nil to avoid prompting and file modification if one of the
14390         messages at the top of the nnfolder file contains a copyright
14391         notice.
14392         Update copyright notice.
14393
14394         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14395         instead of `current-time-string' as the latter creates a time
14396         string that is not RFC 2822 compliant (it lacks the zone).
14397         Update copyright notice.
14398
14399 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14400
14401         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14402         for text/rtf.  Display default in prompt.  Pass default for M-n.
14403
14404         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14405
14406 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14407
14408         * gnus-msg.el (gnus-button-mailto):
14409         Remove save-selected-window-window hackery because it relies on
14410         save-selected-window internals.
14411
14412 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14413
14414         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14415         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14416         (gnus-article-prev-page): Ditto.
14417
14418         * gnus-util.el (gnus-beginning-of-window): New function.
14419         (gnus-end-of-window): New function.
14420
14421         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14422
14423 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14424
14425         * gnus-score.el (gnus-score-edit-all-score):
14426         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14427         gnus-message.
14428
14429 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14430
14431         * gnus-msg.el (gnus-button-mailto):
14432         Remove save-selected-window-window hackery because it relies on
14433         save-selected-window internals.
14434
14435 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14436
14437         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14438         add-minor-mode.
14439         (gnus-binary-mode): Ditto.
14440
14441         * gnus-topic.el (gnus-topic-mode): Ditto.
14442
14443 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14444
14445         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14446         (gnus-article-prev-page): Take scroll-margin into consideration.
14447
14448 2005-07-04  Lute Kamstra  <lute@gnu.org>
14449
14450         Update FSF's address in GPL notices.
14451
14452 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14453
14454         * gnus.el (gnus-exit):
14455         * gnus-group.el (gnus-group-icons):
14456         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14457
14458         * gnus-nocem.el (gnus-nocem):
14459         * message.el (message-various, message-buffers, message-sending)
14460         (message-interface, message-forwarding, message-insertion)
14461         (message-headers, message-news, message-mail):
14462         * pgg-gpg.el (pgg-gpg):
14463         * pgg-parse.el (pgg-parse):
14464         * pgg-pgp.el (pgg-pgp):
14465         * pgg-pgp5.el (pgg-pgp5):
14466         * pop3.el (pop3): Finish `defgroup' description with period.
14467
14468 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14469
14470         * gnus-art.el (article-display-face): Improve the efficiency.
14471         (article-display-x-face): Ditto; remove grey x-face stuff.
14472
14473 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14474
14475         * gnus-art.el (article-display-face): Correct the position in
14476         which Faces are inserted.
14477
14478 2005-06-29  Didier Verna  <didier@xemacs.org>
14479
14480         * gnus-art.el (article-display-face): Display faces in correct
14481         order.
14482
14483 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14484
14485         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14486         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14487         (gnus-nocem-check-article): Fetch the Type header.
14488         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14489         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14490         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14491         make sure gnus-nocem-hashtb is initialized.
14492         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14493         (gnus-nocem-unwanted-article-p): Ditto.
14494
14495         * pgg.el (pgg-verify): Return the verification result.
14496
14497 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14498
14499         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14500         is ascii.
14501
14502 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14503
14504         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14505         `show-nonbreak-escape'.
14506
14507 2005-06-23  Lute Kamstra  <lute@gnu.org>
14508
14509         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14510
14511         * dig.el (dig-mode):
14512         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14513
14514 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14515
14516         * nnimap.el (nnimap-split-download-body): Fix spellings.
14517
14518 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14519
14520         * gnus-art.el (gnus-article-encrypt-body):
14521         * gnus-cus.el (gnus-score-customize):
14522         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14523         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14524
14525 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14526
14527         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14528         header by looking for magic "MII" at the beginnig.
14529
14530 2005-06-16  Miles Bader  <miles@gnu.org>
14531
14532         * gnus-xmas.el (gnus-xmas-group-startup-message):
14533         Use renamed gnus-splash face.
14534
14535         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14536         (assistant-field-face): New backward-compatibility alias for renamed
14537         face.
14538         (assistant-render-text): Use renamed assistant-field face.
14539
14540         * spam.el (spam): Remove "-face" suffix from face name.
14541         (spam-face): New backward-compatibility alias for renamed face.
14542         (spam-face, spam-initialize): Use renamed spam face.
14543
14544         * message.el (message-header-to, message-header-cc)
14545         (message-header-subject, message-header-newsgroups)
14546         (message-header-other, message-header-name)
14547         (message-header-xheader, message-separator, message-cited-text)
14548         (message-mml): Remove "-face" suffix from face names.
14549         (message-header-to-face, message-header-cc-face)
14550         (message-header-subject-face, message-header-newsgroups-face)
14551         (message-header-other-face, message-header-name-face)
14552         (message-header-xheader-face, message-separator-face)
14553         (message-cited-text-face, message-mml-face):
14554         New backward-compatibility aliases for renamed faces.
14555         (message-font-lock-keywords): Use renamed message faces.
14556
14557         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14558         (sieve-test-commands, sieve-tagged-arguments):
14559         Remove "-face" suffix from face names.
14560         (sieve-control-commands-face, sieve-action-commands-face)
14561         (sieve-test-commands-face, sieve-tagged-arguments-face):
14562         New backward-compatibility aliases for renamed faces.
14563         (sieve-control-commands-face, sieve-action-commands-face)
14564         (sieve-test-commands-face, sieve-tagged-arguments-face):
14565         Use renamed sieve faces.
14566
14567         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14568         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14569         (gnus-group-news-3-empty, gnus-group-news-4)
14570         (gnus-group-news-4-empty, gnus-group-news-5)
14571         (gnus-group-news-5-empty, gnus-group-news-6)
14572         (gnus-group-news-6-empty, gnus-group-news-low)
14573         (gnus-group-news-low-empty, gnus-group-mail-1)
14574         (gnus-group-mail-1-empty, gnus-group-mail-2)
14575         (gnus-group-mail-2-empty, gnus-group-mail-3)
14576         (gnus-group-mail-3-empty, gnus-group-mail-low)
14577         (gnus-group-mail-low-empty, gnus-summary-selected)
14578         (gnus-summary-cancelled, gnus-summary-high-ticked)
14579         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14580         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14581         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14582         (gnus-summary-low-undownloaded)
14583         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14584         (gnus-summary-low-unread, gnus-summary-normal-unread)
14585         (gnus-summary-high-read, gnus-summary-low-read)
14586         (gnus-summary-normal-read, gnus-splash):
14587         Remove "-face" suffix from face names.
14588         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14589         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14590         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14591         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14592         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14593         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14594         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14595         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14596         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14597         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14598         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14599         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14600         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14601         (gnus-summary-normal-ticked-face)
14602         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14603         (gnus-summary-normal-ancient-face)
14604         (gnus-summary-high-undownloaded-face)
14605         (gnus-summary-low-undownloaded-face)
14606         (gnus-summary-normal-undownloaded-face)
14607         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14608         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14609         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14610         (gnus-splash-face):
14611         New backward-compatibility aliases for renamed faces.
14612         (gnus-group-startup-message): Use renamed gnus faces.
14613
14614         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14615         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14616         (gnus-server-agent): Remove "-face" suffix from face names.
14617         (gnus-server-agent-face, gnus-server-opened-face)
14618         (gnus-server-closed-face, gnus-server-denied-face)
14619         (gnus-server-offline-face):
14620         New backward-compatibility aliases for renamed faces.
14621         (gnus-server-agent-face, gnus-server-opened-face)
14622         (gnus-server-closed-face, gnus-server-denied-face)
14623         (gnus-server-offline-face): Use renamed gnus faces.
14624
14625         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14626         Remove "-face" suffix from face names.
14627         (gnus-picon-xbm-face, gnus-picon-face):
14628         New backward-compatibility aliases for renamed faces.
14629
14630         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14631         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14632         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14633         (gnus-cite-11): Remove "-face" suffix from face names.
14634         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14635         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14636         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14637         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14638         New backward-compatibility aliases for renamed faces.
14639         (gnus-cite-attribution-face, gnus-cite-face-list)
14640         (gnus-article-boring-faces): Use renamed gnus faces.
14641
14642         * gnus-art.el (gnus-signature, gnus-header-from)
14643         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14644         (gnus-header-content): Remove "-face" suffix from face names.
14645         (gnus-signature-face, gnus-header-from-face)
14646         (gnus-header-subject-face, gnus-header-newsgroups-face)
14647         (gnus-header-name-face, gnus-header-content-face):
14648         New backward-compatibility aliases for renamed faces.
14649         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14650
14651         * gnus-sum.el (gnus-summary-selected-face)
14652         (gnus-summary-highlight): Use renamed gnus faces.
14653         * gnus-group.el (gnus-group-highlight): Likewise.
14654
14655 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14656
14657         * gnus-sieve.el (gnus-sieve-article-add-rule):
14658         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14659         * spam-stat.el (spam-stat-buffer-change-to-spam)
14660         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14661
14662         * message.el (message-is-yours-p):
14663         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14664
14665 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14666
14667         * mm-view.el (mm-inline-text): Withdraw the last change.
14668
14669 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14670
14671         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14672         executing enriched-decode.
14673
14674 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14675
14676         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14677         charset of tar files.
14678
14679 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14680
14681         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14682
14683 2005-06-04  Lute Kamstra  <lute@gnu.org>
14684
14685         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14686         information is never recorded.
14687
14688 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14689
14690         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14691
14692 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14693
14694         * pop3.el (pop3-apop): Run md5 in the binary mode.
14695
14696         * starttls.el (starttls-set-process-query-on-exit-flag):
14697         Use eval-and-compile.
14698
14699 2005-05-31  Simon Josefsson  <jas@extundo.com>
14700
14701         * smime.el (smime-replace-in-string): Define.
14702         (smime-cert-by-ldap-1): Use it.
14703
14704 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14705
14706         * gnus-art.el (article-display-x-face): Replace
14707         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14708
14709         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14710         set-process-query-on-exit-flag or process-kill-without-query.
14711
14712         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14713         loop instead of replace-regexp.
14714
14715         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14716         instead of process-kill-without-query if it is available.
14717
14718         * lpath.el: Fbind ldap-search-entries.
14719
14720         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14721         instead of find-file-hooks if it is available.
14722
14723         * mml1991.el: Bind pgg-default-user-id when compiling.
14724
14725         * mml2015.el: Bind pgg-default-user-id when compiling.
14726
14727         * nndraft.el (nndraft-request-associate-buffer):
14728         Use write-contents-functions instead of write-contents-hooks if it is
14729         available.
14730
14731         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14732         instead of find-file-hooks if it is available.
14733
14734         * nntp.el (nntp-open-connection): Replace
14735         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14736         (nntp-open-ssl-stream): Ditto.
14737         (nntp-open-tls-stream): Ditto.
14738
14739         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14740         set-process-query-on-exit-flag or process-kill-without-query.
14741         (starttls-open-stream-gnutls): Use it instead of
14742         process-kill-without-query.
14743         (starttls-open-stream): Ditto.
14744
14745 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14746
14747         * smime.el (smime-cert-by-ldap-1): Don't use
14748         replace-regexp-in-string.
14749
14750 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14751
14752         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14753
14754         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14755         in PEM format.  Adjust to the XEmacs compability.
14756
14757 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14758
14759         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14760         by `string-to-number'.
14761         * gnus-agent.el (gnus-agent-regenerate-group)
14762         (gnus-agent-fetch-articles): Ditto.
14763         * gnus-art.el (gnus-button-fetch-group): Ditto.
14764         * gnus-cache.el (gnus-cache-generate-active)
14765         (gnus-cache-articles-in-group): Ditto.
14766         * gnus-group.el (gnus-group-set-current-level)
14767         (gnus-group-insert-group-line): Ditto.
14768         * gnus-score.el (gnus-score-set-expunge-below)
14769         (gnus-score-set-mark-below, gnus-summary-score-effect)
14770         (gnus-summary-score-entry): Ditto.
14771         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14772         (gnus-soup-pack): Ditto.
14773         * gnus-spec.el (gnus-xmas-format): Ditto.
14774         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14775         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14776         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14777         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14778         * nndb.el (nndb-get-remote-expire-response): Ditto.
14779         * nndiary.el (nndiary-parse-schedule-value)
14780         (nndiary-string-to-number, nndiary-request-replace-article)
14781         (nndiary-request-article): Ditto.
14782         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14783         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14784         * nneething.el (nneething-make-head): Ditto.
14785         * nnfolder.el (nnfolder-request-article)
14786         (nnfolder-retrieve-headers): Ditto.
14787         * nnheader.el (nnheader-file-to-number): Ditto.
14788         * nnkiboze.el (nnkiboze-request-article): Ditto.
14789         * nnmail.el (nnmail-process-unix-mail-format)
14790         (nnmail-process-babyl-mail-format): Ditto.
14791         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14792         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14793         (nnmh-request-create-group, nnmh-request-list-1)
14794         (nnmh-request-group, nnmh-request-article): Ditto.
14795         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14796         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14797         * nnsoup.el (nnsoup-make-active): Ditto.
14798         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14799         * nntp.el (nntp-find-group-and-number)
14800         (nntp-retrieve-headers-with-xover): Ditto.
14801         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14802         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14803         (pgg-format-key-identifier): Ditto.
14804         * pop3.el (pop3-last, pop3-stat): Ditto.
14805         * qp.el (quoted-printable-decode-region): Ditto.
14806
14807         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14808         of concat.
14809
14810 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14811
14812         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14813
14814         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14815
14816         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14817
14818         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14819
14820         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14821
14822         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14823
14824         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14825         (gnus-carpal-mode): Ditto.
14826
14827         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14828         (gnus-browse-mode): Ditto.
14829
14830         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14831
14832         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14833
14834 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14835
14836         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14837
14838 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14839
14840         * gnus-util.el (gnus-run-mode-hooks): New function.
14841
14842         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14843
14844         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14845         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14846
14847 2005-05-27  Lute Kamstra  <lute@gnu.org>
14848
14849         * dns-mode.el (dns-mode): Specify customization group.
14850
14851 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14852
14853         * gnus-agent.el (gnus-agent-make-mode-line-string):
14854         Use mode-line-highlight as mouse-face.
14855
14856 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14857
14858         * canlock.el (canlock): Change the parent group to news.
14859
14860         * deuglify.el (gnus-outlook-deuglify): Add :group.
14861
14862         * dig.el (dig): Add :group.
14863
14864         * dns-mode.el (dns-mode): Add :group.
14865
14866         * encrypt.el (encrypt): Add :group.
14867
14868         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14869         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14870         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14871         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14872         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14873
14874         * gnus-diary.el (gnus-diary): Add :group.
14875
14876         * gnus.el (gnus-group-news-1-face): Add :group.
14877         (gnus-group-news-1-empty-face): Ditto.
14878         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14879         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14880         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14881         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14882         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14883         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14884         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14885         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14886         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14887         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14888         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14889         (gnus-summary-high-ticked-face): Ditto.
14890         (gnus-summary-low-ticked-face): Ditto.
14891         (gnus-summary-normal-ticked-face): Ditto.
14892         (gnus-summary-high-ancient-face): Ditto.
14893         (gnus-summary-low-ancient-face): Ditto.
14894         (gnus-summary-normal-ancient-face): Ditto.
14895         (gnus-summary-high-undownloaded-face): Ditto.
14896         (gnus-summary-low-undownloaded-face): Ditto.
14897         (gnus-summary-normal-undownloaded-face): Ditto.
14898         (gnus-summary-high-unread-face): Ditto.
14899         (gnus-summary-low-unread-face): Ditto.
14900         (gnus-summary-normal-unread-face): Ditto.
14901         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14902         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14903
14904         * hashcash.el (hashcash): New custom group.
14905         (hashcash-default-payment): Add :group.
14906         (hashcash-payment-alist): Ditto.
14907         (hashcash-default-accept-payment): Ditto.
14908         (hashcash-accept-resources): Ditto.
14909         (hashcash-path): Ditto.
14910         (hashcash-extra-generate-parameters): Ditto.
14911         (hashcash-double-spend-database): Ditto.
14912         (hashcash-in-news): Ditto.
14913
14914         * message.el (message-minibuffer-local-map): Add :group.
14915
14916         * netrc.el (netrc): Add :group.
14917
14918         * sieve-manage.el (sieve-manage-log): Add :group.
14919         (sieve-manage-default-user): Diito.
14920         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14921         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14922         (sieve-manage-authenticators): Ditto.
14923         (sieve-manage-authenticator-alist): Ditto.
14924         (sieve-manage-default-port): Ditto.
14925
14926         * sieve-mode.el (sieve-control-commands-face): Add :group.
14927         (sieve-action-commands-face): Ditto.
14928         (sieve-test-commands-face): Ditto.
14929         (sieve-tagged-arguments-face): Ditto.
14930
14931         * smime.el (smime): Add :group.
14932
14933         * spam-report.el (spam-report): Add :group.
14934
14935         * spam.el (spam, spam-face): Add :group.
14936
14937 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14938
14939         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14940         return \n.\n.\n at the end of articles.  Protect against that.
14941         (nntp-with-open-group): Allow debugging.
14942
14943         * nnheader.el (mail-header-set-extra): Make into a function
14944         because I just could't understand how to quote the list properly.
14945
14946         * dns.el (query-dns-cached): New function.
14947
14948 2005-05-26  Lute Kamstra  <lute@gnu.org>
14949
14950         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14951
14952 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14953
14954         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14955
14956         * gnus-art.el: Don't autoload mail-extract-address-components.
14957
14958         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14959         eval-and-compile to evaluate it.
14960
14961         * hashcash.el: Don't autoload executable-find.
14962
14963         * nndb.el: Don't declare the nndb back end two or more times; don't
14964         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14965
14966         * nntp.el: Autoload format-spec instead of format; use
14967         eval-and-compile to evaluate autoload forms.
14968
14969 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14970
14971         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14972
14973 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14974
14975         * gnus.el (gnus-version-number): Bump version.
14976
14977 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14978
14979         * gnus.el: No Gnus v0.3 is released.
14980
14981 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14982
14983         * lpath.el (featurep): Bind show-nonbreak-escape.
14984
14985 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14986
14987         * gnus-art.el (gnus-article-edit-part): Disable undo.
14988
14989 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14990
14991         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14992         gnus-article-date-lapsed-new-header is t if date timer is active;
14993         skip headers in which the original date value is empty.
14994         (gnus-article-save-original-date): Redefine it as a macro.
14995         (gnus-display-mime): Use it.
14996
14997 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14998
14999         * gnus-art.el (article-date-ut): Support converting date in
15000         forwarded parts as well.
15001         (gnus-article-save-original-date): New function.
15002         (gnus-display-mime): Use it.
15003
15004 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15005
15006         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15007         enclosure element of <item>.
15008
15009 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15010
15011         * message.el (message-kill-buffer-query): Rename from
15012         `message-kill-buffer-query-if-modified'.  Add :version.
15013
15014 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15015
15016         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15017         window layout.
15018
15019 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15020
15021         * mml.el: Autoload dnd when compiling.
15022
15023 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15024
15025         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15026         x-dnd-*.
15027
15028 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15029
15030         * qp.el (quoted-printable-encode-region): Save excursion.
15031
15032 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15033
15034         * message.el (message-kill-buffer-query-if-modified): Add new variable
15035         so the user can kill a modified message buffer quickly.
15036         (message-kill-buffer): Use it.
15037
15038 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15039
15040         * lpath.el: Fbind display-time-event-handler; don't fbind
15041         string-to-multibyte.
15042
15043         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15044
15045 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15046
15047         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15048         contained in text because xml.el decodes entities) with LFs.
15049
15050 2005-04-11  Lute Kamstra  <lute@gnu.org>
15051
15052         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15053         differently.
15054
15055 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15056
15057         * mm-util.el (mm-detect-coding-region): Typo.
15058
15059 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15060
15061         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15062
15063 2005-04-06  Deepak Goel  <deego@gnufans.org>
15064
15065         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15066         user-function allow user modifications of the scores.
15067         (spam-stat-score-buffer-user): New function, to allow
15068         user-computed modifications to the score.
15069         (spam-stat-score-buffer-user-functions): List of additional
15070         scoring functions.
15071         (spam-stat-error-holder): Global temporary error holder.
15072         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15073         variable.
15074
15075 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15076
15077         * gnus-registry.el (gnus-registry-clean-empty-function)
15078         (gnus-registry-trim, gnus-registry-fetch-groups)
15079         (gnus-registry-delete-group): Groups that match
15080         `gnus-registry-ignored-groups' are removed from the registry
15081         entries, not just ignored for splitting.  This helps clean up the
15082         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15083         to get all the groups a message ID is in.
15084
15085         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15086         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15087         (spam-stat-score-buffer-user-functions): Add :number custom type.
15088
15089 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15090
15091         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15092         argument in XEmacs.
15093
15094         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15095         (nnrss-request-group): Decode group name first.
15096         (nnrss-request-article): Make a text/plain article if mml-to-mime
15097         failed.
15098         (nnrss-get-encoding): Return a compatible encoding according to
15099         nnrss-compatible-encoding-alist.
15100         (nnrss-find-el): Use consp instead of listp.
15101         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15102
15103 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15104
15105         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15106         which Emacs 20 doesn't support.
15107         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15108
15109 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15110
15111         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15112         silence the byte compiler inside the defun.
15113
15114         * gnus-demon.el (parse-time-string): Add autoload.
15115
15116         * gnus-delay.el (parse-time-string): Add autoload.
15117
15118         * gnus-art.el (parse-time-string): Add autoload.
15119
15120         * nnultimate.el (parse-time): Require for `parse-time-string'.
15121
15122 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15123
15124         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15125
15126         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15127
15128         * smime.el (smime-ldap-host-list): Add :version.
15129
15130 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15131
15132         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15133         pass it to `gnus-browse-read-group'.
15134         (gnus-browse-read-group): Add NUMBER argument and pass it to
15135         `gnus-group-read-ephemeral-group'.
15136
15137         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15138         argument and pass it to `gnus-group-read-group'.
15139
15140 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15141
15142         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15143         mm-xemacs-find-mime-charset-1 if we have the mule feature
15144         available at runtime.
15145
15146 2005-03-25  Werner Lemberg  <wl@gnu.org>
15147
15148         * nnmaildir.el: Replace `illegal' with `invalid'.
15149
15150 2005-03-23  Lute Kamstra  <lute@gnu.org>
15151
15152         * time-date.el: Add comment on time value formats.
15153         Don't require parse-time.
15154         (with-decoded-time-value): New macro.
15155         (encode-time-value): New function.
15156         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15157         (days-to-time): Return a valid time value when arg is huge.
15158         (time-since): Use time-subtract.
15159         (time-to-number-of-days): Use time-to-seconds.
15160
15161 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15162
15163         * gnus-start.el (gnus-display-time-event-handler):
15164         Check display-time-timer at runtime rather than only at load time
15165         in case display-time-mode is turned off in the mean time.
15166
15167 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15168
15169         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15170         used.
15171
15172         * nneething.el (nneething-map-file-directory): Derive from
15173         `gnus-directory'.
15174
15175         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15176         the To/Cc button.
15177
15178 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15179
15180         * nnmaildir.el (nnmaildir-request-accept-article):
15181         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15182
15183 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15184
15185         * gnus-async.el: Require timer-funcs at compile time when in
15186         XEmacs for `run-with-idle-timer'.
15187
15188 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15189
15190         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15191         autoloaded function.
15192
15193 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15194
15195         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15196
15197 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15198
15199         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15200
15201 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15202
15203         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15204         Add gnus-expert-user to default.
15205
15206 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15207
15208         * nnimap.el (nnimap-open-server): Ditto.
15209
15210         * imap.el (imap-authenticate): Fix typo.
15211
15212 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15213
15214         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15215         buffer (since IMAP server might return FETCH response out of
15216         order, and the nntp buffer must be sorted).
15217
15218 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15219
15220         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15221         comparison on string.
15222
15223         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15224         (gnus-agent-score): Rename category keywords to match gnus-cus.
15225         (gnus-agent-summary-fetch-series): Modify to protect against
15226         gnus-agent-summary-fetch-group clearing processable flags.
15227         (gnus-agent-synchronize-group-flags): Update live group buffer as
15228         synchronization may occur due to the user toggle the plugged
15229         status.
15230         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15231         successfully downloaded.
15232         (gnus-agent-expire-group-1): Avoid using markers when the overview
15233         is in ascending order; greatly improves performance.
15234         (gnus-agent-regenerate-group):
15235         Use gnus-agent-synchronize-group-flags to reset read status in both
15236         gnus and server.
15237         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15238
15239 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15240
15241         * message.el: Don't autoload former message-utils variables.
15242         (message-strip-subject-trailing-was): Change doc string.
15243
15244         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15245         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15246         (nnweb-google-search): Add "hl=en" here.
15247         (nnweb-google-parse-1, nnweb-google-create-mapping):
15248         Don't hardcode URL.
15249
15250 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15251
15252         * message.el (message-get-reply-headers, message-followup):
15253         Mention related variables `message-use-followup-to' and
15254         `message-use-mail-followup-to', in the information buffer.
15255
15256         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15257         of broken groups(-beta).google.com.
15258
15259 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15260
15261         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15262         parameter to invoked gnus-request-move-article; remove the
15263         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15264         all at once instead of once per article.
15265         (gnus-summary-remove-process-mark): Accept a list of articles as
15266         well as a single article for processing.
15267
15268         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15269         parameter.
15270
15271         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15272
15273         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15274
15275         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15276         parameter.
15277
15278         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15279         parameter.
15280
15281         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15282         parameter and remove the gnus-sum-hint-move-is-internal variable.
15283
15284         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15285         parameter.
15286
15287         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15288         parameter.
15289
15290         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15291         parameter.
15292
15293         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15294
15295         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15296         parameter.
15297
15298         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15299         parameter.
15300
15301 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15302
15303         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15304         a more conservative way.
15305
15306 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15307
15308         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15309         buffer, so it moves the window's cursor.
15310
15311 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15312
15313         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15314         `mm-dissect-multipart' and receive the from field as an (optional)
15315         argument from `mm-dissect-multipart'.
15316         (mm-dissect-multipart): Receive the from field as an argument and
15317         pass it on when we call `mm-dissect-buffer' on MIME parts.
15318         Fixes verification/decryption of signed/encrypted MIME parts.
15319
15320 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15321
15322         * gnus-sum.el (gnus-summary-move-article):
15323         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15324         whatever it calls (right now, only nnimap-request-move article
15325         respects it).
15326
15327         * nnimap.el (nnimap-request-move-article):
15328         When gnus-sum-hint-move-is-internal is set, don't do the extra
15329         nnimap-request-article.
15330
15331 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15332
15333         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15334
15335         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15336         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15337
15338         * gnus-sum.el (gnus-summary-caesar-message):
15339         Apply `gnus-treat-article' after rotation.
15340
15341         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15342         doc string.
15343
15344 2005-02-22  Simon Josefsson  <jas@extundo.com>
15345
15346         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15347         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15348         <arne@arnested.dk>.
15349         (encrypt): Add password-cache and password-cache-expiry as group
15350         members.
15351
15352 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15353
15354         * smime.el (smime-ldap-host-list): Doc fix.
15355         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15356         cache) password.
15357         (smime-sign-region): Use it.
15358         (smime-decrypt-region): Use it.
15359         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15360         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15361         fails.
15362         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15363         certificate from DER to PEM format rather than calling openssl.
15364
15365         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15366
15367         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15368         for signing/encryption.
15369
15370         * mml.el (mml-parse-1): Use them.
15371
15372 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15373
15374         * nnrss.el (nnrss-verbose): Remove.
15375         (nnrss-request-group): Use `nnheader-message' instead.
15376
15377 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15378
15379         * nnrss.el (nnrss-verbose): New variable.
15380         (nnrss-request-group): Make it say nnrss is requesting a group.
15381
15382 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15383
15384         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15385         Handle news URL with given port correctly.
15386
15387 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15388
15389         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15390         containing special characters.
15391
15392         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15393
15394         * mml.el (mime-to-mml): Ditto.
15395
15396         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15397         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15398         (rfc2047-decode-region): Quote decoded words containing special
15399         characters when rfc2047-quote-decoded-words-containing-tspecials
15400         is non-nil.
15401
15402 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15403
15404         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15405
15406         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15407
15408 2005-02-15  Simon Josefsson  <jas@extundo.com>
15409
15410         * nnimap.el (nnimap-debug): Doc fix.
15411
15412         * imap.el (imap-debug): Doc fix.
15413
15414 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15415
15416         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15417
15418 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15419
15420         * gnus.el (spam-contents): Improve docs for spam-contents
15421         parameter in its variable incarnation.
15422
15423 2005-02-14  Simon Josefsson  <jas@extundo.com>
15424
15425         * smime-ldap.el: Use require instead of load-library for ldap.
15426         (smime-ldap-search): Indent.
15427         (smime-ldap-search-internal): Shorten line.
15428
15429         * smime.el (smime-cert-by-dns): Add doc-string.
15430         (smime-cert-by-ldap-1): Indent.
15431
15432         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15433         mml-smime-get-dns-ldap.
15434         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15435
15436 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15437
15438         * smime.el: Require smime-ldap.
15439         (smime-ldap-host-list): New variable.
15440         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15441
15442         * mml-smime.el (mml-smime-encrypt-query): New function.
15443         (mml-smime-encrypt-query): Use it.
15444
15445         * smime-ldap.el: New file.
15446
15447 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15448
15449         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15450
15451 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15452
15453         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15454         argument in doc string.  Make query for type more clear.
15455
15456 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15457
15458         * gnus.el (gnus-group-startup-message): Search for gnus images in
15459         etc/images/gnus.
15460         * mm-util.el (mm-image-load-path): Likewise.
15461         * smiley.el (smiley-data-directory): Search for smilies in
15462         etc/images/smilies.
15463
15464 2005-02-09  Kim F. Storm  <storm@cua.dk>
15465
15466         Change Emacs release version from 21.4 to 22.1 throughout.
15467         Change Emacs development version from 21.3.50 to 22.0.50.
15468
15469 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15470
15471         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15472
15473         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15474         non-Mule XEmacs as well.
15475         (mm-decompress-buffer): Signal an error intentionally if it does
15476         not decompress compressed data because auto-compression-mode is
15477         disabled.
15478
15479 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15480
15481         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15482         an ID in the registry even if it has no groups.
15483
15484 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15485
15486         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15487         merge it into mm-decompress-buffer.
15488         (gnus-mime-copy-part): Use the MIME part charset, the value which
15489         a user specified or gnus-newsgroup-charset for decoding, like
15490         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15491         save-buffer what was used.  Suggested by Kevin Ryde
15492         <user42@zip.com.au>.
15493         (gnus-mime-inline-part): Allow the name parameter as well as the
15494         filename parameter; force decompressing of compressed data; always
15495         display contents being not decoded as unibyte.
15496
15497         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15498         as well as the filename parameter.
15499
15500         * mm-util.el (mm-decompress-buffer):
15501         Merge gnus-mime-jka-compr-maybe-uncompress.
15502         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15503         of compressed data.
15504
15505 2005-02-08  Simon Josefsson  <jas@extundo.com>
15506
15507         * imap.el (imap-log): Doc fix.
15508
15509 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15510
15511         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15512         the coding cookies; decompress compressed parts.
15513
15514         * mml.el (mml-generate-mime-1): Add the charset parameter according
15515         to the value which a user specified manually or the coding cookie.
15516
15517         * mm-util.el (mm-string-to-multibyte): New function.
15518         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15519         (mm-coding-system-to-mime-charset): New function.
15520         (mm-decompress-buffer): New function.
15521         (mm-find-buffer-file-coding-system): New function.
15522
15523         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15524         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15525         parts.
15526
15527 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15528
15529         * mm-view.el (mm-display-inline-fontify): Decode a part according
15530         to the charset parameter.
15531
15532 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15533
15534         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15535         prefix arg is neither nil nor a number, as info specifies.
15536
15537 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15538
15539         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15540         timestamps.
15541
15542 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15543
15544         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15545         groups error checking and notify user.
15546
15547 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15548
15549         * message.el (message-send-mail-function): Check existence of
15550         sendmail-program first before using default value
15551         `message-send-mail-with-sendmail'.  Otherwise use more generic
15552         `smtpmail-send-it'.
15553
15554 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15555
15556         * nntp.el (nntp-request-update-info): Always return nil.
15557
15558 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15559
15560         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15561
15562 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15563
15564         * message.el (message-beginning-of-line): Change the behavior when
15565         invoked between BOL and : so that it first moves backward.
15566
15567 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15568
15569         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15570         article buffer when editing of the article is discarded.
15571         (gnus-article-prepare): Revert.
15572
15573 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15574
15575         * gnus-art.el (gnus-article-prepare):
15576         Remove message-strip-forbidden-properties from the local hook.
15577
15578 2005-01-27  Simon Josefsson  <jas@extundo.com>
15579
15580         * password.el (password-cache-add): Only start one timer per key.
15581         Reported by Derek Atkins <warlord@MIT.EDU>.
15582
15583 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15584
15585         * run-at-time.el: Remove.  It is no longer needed as
15586         timer-funcs.el in the xemacs-base package has a working version of
15587         `run-at-time'.
15588
15589         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15590
15591         * password.el: Require timer-funcs instead of run-at-time in
15592         XEmacs.
15593         Remove `password-run-at-time' macro.
15594         (password-cache-add): Use `run-at-time' instead of
15595         `password-run-at-time'.
15596
15597         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15598         Remove `nnheader-cancel-function-timers' alias,
15599         `cancel-function-timers' exists in XEmacs in timer-funcs.
15600
15601         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15602         for `run-with-idle-timer'.
15603
15604         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15605         for `run-at-time'.
15606
15607         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15608         for `with-timeout'.
15609
15610         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15611         the same as for XEmacs 21.4.
15612         No need to ignore `run-with-idle-timer', this function exists in
15613         XEmacs now in timer-funcs.el in the xemacs-base package.
15614         (dgnushack-compile): No need to delete
15615         run-at-time.el from the list of files to compile because it
15616         doesn't exist anymore.
15617
15618 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15619
15620         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15621         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15622
15623 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15624
15625         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15626         sensitively.
15627
15628 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15629
15630         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15631
15632 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15633
15634         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15635         which will be inserted according to the multibyteness of a buffer
15636         rather than the type of contents.  Suggested by ARISAWA Akihiro
15637         <ari@mbf.ocn.ne.jp>.
15638
15639         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15640         of string which old xml.el may return rather than a string.
15641
15642 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15643
15644         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15645
15646 2005-01-16  Simon Josefsson  <jas@extundo.com>
15647
15648         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15649         idn/idna.el isn't available.
15650         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15651         <michael@waxrat.com>.
15652
15653         * hashcash.el: Remove non-FSF copyright header.
15654
15655         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15656         (hashcash-generate-payment): Use it.
15657         (hashcash-generate-payment-async): Use it.
15658
15659 2005-01-15  Simon Josefsson  <jas@extundo.com>
15660
15661         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15662         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15663
15664         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15665         gnus-summary-idna-message.
15666         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15667         (gnus-summary-idna-message): New function.
15668
15669 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15670
15671         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15672         gnus-novice-user.
15673
15674 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15675
15676         * nnrss.el (nnrss-request-delete-group): Delete entries in
15677         nnrss-group-alist as well.
15678         (nnrss-save-server-data): Insert newline.
15679
15680 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15681
15682         * gnus.el (gnus-user-agent): Use list of symbols instead of
15683         symbols.  Display full version number for (S)XEmacs.
15684         Optionally display (S)XEmacs codename.
15685
15686         * gnus-util.el (gnus-emacs-version): Update for new
15687         `gnus-user-agent'.
15688
15689         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15690         Gnus version.
15691
15692 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15693
15694         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15695         which is unreadable in some setups.
15696
15697 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15698
15699         * gnus-spec.el (gnus-update-format-specifications): Flush the
15700         group format spec cache if it doesn't support decoded group names.
15701
15702 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15703
15704         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15705         Allow to apply decay on score files matching a regexp.
15706
15707 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15708
15709         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15710         compatibility in %g and %c.
15711
15712 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15713
15714         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15715         name for only %g and %c.
15716         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15717         of gnus-tmp-group to decoded group name.
15718         (gnus-group-make-rss-group): Exclude `/'s from group names.
15719
15720 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15721
15722         * nnrss.el (nnrss-get-encoding): Fix regexp.
15723
15724 2004-12-27  Simon Josefsson  <jas@extundo.com>
15725
15726         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15727         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15728         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15729
15730 2004-12-17  Kim F. Storm  <storm@cua.dk>
15731
15732         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15733
15734         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15735
15736 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15737
15738         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15739
15740 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15741
15742         * nnrss.el: Require rfc2047 and mml.
15743         (nnrss-file-coding-system): New variable.
15744         (nnrss-format-string): Redefine it as an inline function.
15745         (nnrss-decode-group-name): New function.
15746         (nnrss-string-as-multibyte): Remove.
15747         (nnrss-retrieve-headers): Decode group name; don't use
15748         nnrss-format-string.
15749         (nnrss-request-group): Decode group name.
15750         (nnrss-request-article): Decode group name; allow a Message-ID as
15751         well as an article number; don't use nnrss-format-string; encode a
15752         Message-ID string which may contain non-ASCII characters; use
15753         mml-to-mime to compose a MIME article.
15754         (nnrss-request-expire-articles): Decode group name.
15755         (nnrss-request-delete-group): Decode group name.
15756         (nnrss-fetch): Clarify error message.
15757         (nnrss-read-server-data): Use insert-file-contents instead of load;
15758         bind file-name-coding-system; use multibyte buffer.
15759         (nnrss-save-server-data): Bind coding-system-for-write to the
15760         value of nnrss-file-coding-system; bind file-name-coding-system;
15761         add coding cookie.
15762         (nnrss-read-group-data): Use insert-file-contents instead of load;
15763         bind file-name-coding-system; use multibyte buffer.
15764         (nnrss-save-group-data): Bind coding-system-for-write to the
15765         value of nnrss-file-coding-system; bind file-name-coding-system.
15766         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15767         make it work with non-ASCII text.
15768         (nnrss-find-el): Make it work with old xml.el as well.
15769
15770 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15771
15772         * nnrss.el (nnrss-get-encoding): New function.
15773         (nnrss-fetch): Use unibyte buffer initially; bind
15774         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15775         decode contents according to the encoding attribute.
15776         (nnrss-save-group-data): Add coding cookie.
15777         (nnrss-mime-encode-string): New function.
15778         (nnrss-check-group): Use it to encode subject and author.
15779
15780 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15781
15782         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15783         imaginary variable.
15784
15785 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15786
15787         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15788         correctly even if there are wide characters.
15789
15790 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15791
15792         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15793         downcased symbol names; make a new cache instead of reusing
15794         bbdb-hashtable.
15795
15796 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15797
15798         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15799         concatenating segments rather than before concatenating them.
15800         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15801
15802         * message.el (message-get-reply-headers): Bind `extra'.
15803
15804 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15805
15806         * message.el (message-extra-wide-headers): New variable.
15807         (message-get-reply-headers): Use it.
15808
15809 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15810
15811         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15812         (gnus-agent-group-pathname): Ditto.
15813
15814         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15815
15816         * gnus-group.el (gnus-group-make-group): Decode group name.
15817         (gnus-group-make-rss-group): Register the group data after opening
15818         the nnrss group.
15819
15820 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15821
15822         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15823         by expiry now get marked as read.
15824
15825 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15826
15827         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15828
15829 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15830
15831         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15832         unify Latin characters in XEmacs.
15833         (mm-find-mime-charset-region): Use it.
15834
15835 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15836
15837         * gnus-util.el (gnus-delete-directory): New function.
15838
15839         * gnus-agent.el (gnus-agent-delete-group): Use it.
15840
15841         * gnus-cache.el (gnus-cache-delete-group): Use it.
15842
15843 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15844
15845         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15846         names.
15847
15848 2004-12-16  Simon Josefsson  <jas@extundo.com>
15849
15850         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15851
15852 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15853
15854         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15855
15856         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15857         (gnus-group-set-current-level): Decode group name.
15858
15859 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15860
15861         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15862         failed.
15863
15864 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15865
15866         * gnus-group.el (gnus-group-delete-group): Decode group name.
15867         (gnus-group-make-rss-group): Encode group name.
15868         (gnus-group-catchup-current): Decode group name.
15869         (gnus-group-kill-group): Decode group name.
15870
15871 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15872
15873         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15874
15875 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15876
15877         * gnus-group.el (gnus-group-make-rss-group):
15878         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15879
15880         * gnus-start.el (gnus-setup-news): Honor user's setting to
15881         gnus-message-archive-method.  Suggested by Lute Kamstra
15882         <lute@gnu.org>.
15883
15884 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15885
15886         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15887         global counterparts of the buffer-local variables.
15888
15889 2004-11-16  Romain Francoise  <romain@orebokech.com>
15890
15891         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15892         counterparts of the buffer-local variables.
15893
15894 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15895
15896         * message.el (message-forbidden-properties): Fix typo in doc
15897         string.
15898
15899 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15900
15901         * gnus-util.el (gnus-replace-in-string): Add doc string.
15902
15903         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15904         to avoid problems when splitting mails with many recipients.
15905
15906 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15907
15908         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15909         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15910
15911 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15912
15913         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15914         if there is no hashtable in memory or file modification time is
15915         newer than cached timestamp.
15916
15917 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15918
15919         * gnus-sum.el (gnus-summary-limit-to-recipient):
15920         Implement not-matching option.
15921
15922 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15923
15924         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15925         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15926         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15927         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15928         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15929         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15930
15931 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15932
15933         * message.el (message-forward-make-body-mml): Remove headers
15934         according to message-forward-ignored-headers if a message is decoded.
15935
15936 2004-12-02  Romain Francoise  <romain@orebokech.com>
15937
15938         * message.el (message-forward-make-body-plain): Always remove
15939         headers according to message-forward-ignored-headers.
15940
15941 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15942
15943         * spam.el (spam-summary-prepare-exit): Remove the
15944         gnus-summary-limit pop for now, it has problems with ham marks for
15945         me.
15946
15947 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15948
15949         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15950         correctly.
15951
15952 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15953
15954         * format-spec.el (format-spec): Message the char.
15955
15956 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15957
15958         * gnus-art.el (gnus-split-methods): Reformat comments.
15959
15960         * spam.el (spam-summary-prepare-exit): Remove article limits
15961         before exiting the summary buffer.
15962
15963 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15964
15965         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15966         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15967
15968         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15969         order to silence the byte compiler.
15970
15971         * spam.el: Fix the way to silence the byte compiler, which
15972         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15973         bbdb-search-simple, spam-BBDB-register-routine,
15974         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15975         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15976         spam-stat-buffer-is-spam, spam-stat-load,
15977         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15978         spam-stat-save and spam-stat-split-fancy.
15979
15980 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15981
15982         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15983         which may confuse users.
15984         (canlock-password-for-verify): Ditto.
15985
15986         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15987
15988         * gnus-art.el (gnus-emphasis-alist): Ditto.
15989
15990         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15991
15992         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15993
15994         * gnus-start.el (gnus-save-killed-list): Ditto.
15995
15996         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15997         (gnus-sum-thread-tree-root): Ditto.
15998         (gnus-sum-thread-tree-false-root): Ditto.
15999         (gnus-sum-thread-tree-single-indent): Ditto.
16000
16001         * message.el (message-courtesy-message): Ditto.
16002         (message-archive-note): Ditto.
16003         (message-subscribed-address-file): Ditto.
16004         (message-user-fqdn): Ditto.
16005
16006         * spam-report.el (spam-report-gmane-regex): Ditto.
16007
16008         * spam.el (spam-blackhole-good-server-regex): Ditto.
16009
16010 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16011
16012         * mml.el (mml-preview): Widen the message buffer before copying
16013         the contents to the preview buffer; sort headers before previewing.
16014
16015         * message.el (message-hidden-headers): Fix the way to avoid a bug
16016         in the `repeat' widget in Emacs 21.3 or earlier.
16017
16018 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16019
16020         * message.el (message-hidden-headers): Default to "^References:".
16021         Improve customization type.  Suggested by Reiner Steib
16022         <Reiner.Steib@gmx.de>.
16023
16024 2004-11-25  Romain Francoise  <romain@orebokech.com>
16025
16026         * message.el (message-strip-forbidden-properties): Remove check for
16027         obsolete `message-hidden' text property, hidden headers are not
16028         accessible in the buffer anymore.
16029
16030 2004-11-22  Romain Francoise  <romain@orebokech.com>
16031
16032         * message.el (message-header-format-alist): Add `From' in list
16033         so that it can be sorted.
16034         (message-fix-before-sending): Widen and sort headers before
16035         sending.
16036         (message-hide-headers): Use narrowing to hide headers by moving
16037         them to the top of the buffer and narrowing to the region
16038         underneath.
16039
16040 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16041
16042         * message.el (message-strip-forbidden-properties):
16043         Bind buffer-read-only (etc) to nil.
16044
16045 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16046
16047         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16048         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16049
16050 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16051
16052         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16053
16054 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16055
16056         * dns.el (query-dns): Use sit-for to time instead of
16057         accept-process-output, since that doesn't seem to work on udp
16058         sockets.
16059
16060 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16061
16062         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16063
16064 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16065
16066         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16067         doc string.  Improve doc string.
16068
16069 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16070
16071         * nntp.el (nntp-request-update-info): Return nil if
16072         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16073         may not call gnus-activate-group which uselessly issues the GROUP
16074         commands for all nntp groups and wastes time.  Reported by Romain
16075         Francoise <romain@orebokech.com>.
16076
16077         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16078
16079 2004-11-15  Simon Josefsson  <jas@extundo.com>
16080
16081         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16082         headers separately.
16083         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16084         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16085
16086 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16087
16088         * gnus-start.el (gnus-convert-old-newsrc):
16089         Assign legacy-gnus-agent to 5.10.7.
16090
16091 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16092
16093         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16094         start of the lines.
16095
16096 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16097
16098         * hashcash.el (hashcash-default-payment): Change default to 20.
16099         (hashcash-default-accept-payment): Change default to 20.
16100         (hashcash-process-alist): New variable.
16101         (hashcash-generate-payment-async): Add.
16102         (hashcash-already-paid-p): Add.
16103         (hashcash-insert-payment): Don't generate payments twice.
16104         (hashcash-insert-payment-async): Add.
16105         (hashcash-insert-payment-async-2): Add.
16106         (hashcash-cancel-async): Add.
16107         (hashcash-wait-async): Add.
16108         (hashcash-processes-running-p): Add.
16109         (hashcash-wait-or-cancel): Add.
16110         (mail-add-payment): New optional argument.  Conditionally start
16111         asynchronous calculation.
16112         (mail-add-payment-async): Add.
16113
16114         * message.el (message-send-mail): Wait for asynchronous hashcash
16115         results.  Don't clobber existing X-Hashcash headers.
16116         (message-setup-1): Call mail-add-payment-async when
16117         message-generate-hashcash is non-nil.
16118
16119 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16120
16121         * message.el (message-use-alternative-email-as-from): Examine the
16122         From header as well; use message-make-from in order to include a
16123         user's full name.
16124
16125 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16126
16127         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16128         default; improve customization type.
16129         (gnus-emphasis-custom-with-format): New macro.
16130         (gnus-emphasis-custom-value-to-external): New function.
16131         (gnus-emphasis-custom-value-to-internal): New function.
16132
16133 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16134
16135         * dns.el (query-dns): Resolve reverse addresses.
16136
16137 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16138
16139         * gnus-group.el (gnus-group-get-new-news): Use it.
16140
16141         * gnus-start.el (gnus-check-reasonable-setup): New function.
16142
16143 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16144
16145         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16146         "Args out of range" error.  Reported by Arnaud Giersch
16147         <arnaud.giersch@free.fr>.
16148
16149 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16150
16151         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16152
16153 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16154
16155         * spam.el (spam group): Add :version.
16156
16157         * pgg-def.el (pgg group): Add :version.
16158
16159 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16160
16161         * gnus-art.el (gnus-article-edit-article): Don't associate the
16162         article buffer with a draft file.  This is a temporary measure
16163         against the 2004-08-22 change to gnus-article-edit-mode.
16164
16165 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16166
16167         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16168         (html2text-format-tags): Remove unused variable `attr'.
16169
16170 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16171
16172         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16173
16174         * tls.el (tls-process-connection-type, tls-success)
16175         (tls-certtool-program): Add :version.
16176
16177         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16178         (starttls-extra-arguments, starttls-process-connection-type)
16179         (starttls-connect, starttls-failure, starttls-success): Add :version.
16180
16181         * spam-stat.el (spam-stat): Add :version.
16182
16183         * sieve.el (sieve): Add :version.
16184
16185         * sha1.el (sha1): Add :version.
16186         (sha1-use-external): Remove redundant version.
16187
16188         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16189         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16190         (nnmail-split-fancy-match-partial-words)
16191         (nnmail-split-lowercase-expanded): Add :version.
16192
16193         * nndiary.el (nndiary): Add :version.
16194
16195         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16196
16197         * mml-sec.el (mml-default-sign-method)
16198         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16199         Add :version.
16200
16201         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16202
16203         * mm-url.el (mm-url-use-external, mm-url-program)
16204         (mm-url-arguments): Add :version.
16205
16206         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16207         (mm-attachment-file-modes, mm-decrypt-option)
16208         (mm-w3m-safe-url-regexp): Add :version.
16209
16210         * message.el (message-cite-prefix-regexp)
16211         (message-sendmail-envelope-from, message-minibuffer-local-map)
16212         (message-user-fqdn, message-completion-alist): Add :version.
16213
16214         * gnus-win.el (gnus-configure-windows-hook)
16215         (gnus-use-frames-on-any-display): Add :version.
16216
16217         * gnus-art.el (gnus-article-address-banner-alist)
16218         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16219         (gnus-treat-from-picon, gnus-treat-mail-picon)
16220         (gnus-treat-x-pgp-sig): Add :version.
16221
16222         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16223         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16224         (gnus-summary-article-delete-hook)
16225         (gnus-summary-display-while-building): Add :version.
16226
16227         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16228         (gnus-get-top-new-news-hook): Add :version.
16229
16230         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16231         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16232
16233         * gnus-registry.el (gnus-registry): Add :version.
16234
16235         * gnus-spec.el (gnus-use-correct-string-widths)
16236         (gnus-make-format-preserve-properties): Add :version.
16237
16238         * gnus.el (gnus-group-charter-alist)
16239         (gnus-group-fetch-control-use-browse-url)
16240         (gnus-install-group-spam-parameters): Add :version.
16241
16242         * gnus-diary.el (gnus-diary): Add :version.
16243
16244         * gnus-delay.el (gnus-delay): Add :version.
16245
16246         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16247         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16248         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16249         Add :version.
16250
16251         * gnus-agent.el (gnus-agent-max-fetch-size)
16252         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16253         (gnus-agent-prompt-send-queue): Add :version.
16254
16255         * deuglify.el (gnus-outlook-deuglify): Add :version.
16256
16257         * html2text.el: Beautify code.  Improve doc strings.
16258         Some checkdoc cleanup.
16259         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16260
16261 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16262
16263         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16264
16265 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16266
16267         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16268         when package is loaded.
16269
16270         * spam.el (spam-summary-score-preferred-header): Add global preference
16271         for people who want to override the default SpamAssassin over
16272         Bogofilter preference (when both are set).
16273         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16274         (spam-user-format-function-S):
16275         Check spam-summary-score-preferred-header.
16276         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16277         (spam-user-format-function-S): Format the score correctly.
16278
16279 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16280
16281         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16282         signature file.  Suggested by Manoj Srivastava
16283         <srivasta@golden-gryphon.com>.
16284
16285         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16286         iso-2022-jp even in the Japanese language environment.
16287         Suggested by Jason Rumney <jasonr@gnu.org>.
16288
16289 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16290
16291         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16292         use the same characters as the dummy marks; make it free from
16293         getting affected by the language environment.
16294         (gnus-summary-read-group-1): Update mark positions only when the
16295         format spec is updated.
16296
16297         * gnus-spec.el (gnus-update-format-specifications): Return a list
16298         of updated types.
16299
16300 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16301
16302         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16303         of boundp to check if display-warning is available.
16304
16305 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16306
16307         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16308
16309 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16310
16311         * nnspool.el (nnspool-spool-directory): Use news-path if the
16312         news-directory variable is not bound.
16313
16314         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16315         function instead of display-warning if it is not available.
16316
16317 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16318
16319         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16320         v5-10: Use `point-at-bol'.
16321
16322 2004-10-26  Simon Josefsson  <jas@extundo.com>
16323
16324         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16325         <chenggao@gmail.com>.
16326
16327 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16328
16329         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16330         instead.
16331
16332 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16333
16334         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16335         to remove a server from the nnimap-server-buffer-alist.
16336         (nnimap-open-connection, nnimap-close-server): Use it.
16337
16338         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16339
16340 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16341
16342         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16343         running the major-mode function.
16344
16345 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16346
16347         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16348         dummy marks in the right way.
16349
16350 2004-10-18  David Edmondson  <dme@dme.org>
16351
16352         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16353         excessively.
16354
16355 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16356
16357         * gnus-util.el (gnus-split-references): Accept a nil references
16358         string and go on blissfully.
16359
16360         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16361         cases where the references string is non-nil but has no references.
16362
16363         * encrypt.el: Add autoload tags.
16364
16365         * spam.el (spam-resolve-registrations-routine): Remove article
16366         from unregistration list too.  Reported by David Hanak
16367         <dhanak@isis.vanderbilt.edu>
16368
16369 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16370
16371         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16372         nil.  Change custom type.
16373
16374 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16375
16376         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16377
16378         * gnus-sum.el (gnus-summary-move-article): Use it.
16379
16380 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16381
16382         * encrypt.el: Add autoload cookies.
16383
16384         * spam.el (spam-backend-article-list-property)
16385         (spam-backend-get-article-todo-list)
16386         (spam-backend-put-article-todo-list)
16387         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16388         Resolve registrations separately.
16389         (spam-register-routine): Format comments.
16390         (spam-unregister-routine, spam-register-routine): Always call with
16391         specific-articles, no default list.
16392         (spam-summary-prepare-exit): Use the spam-classifications function.
16393
16394         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16395         gnus-encrypt.el.
16396
16397         * encrypt.el: Copied from gnus-encrypt.el.
16398
16399         * gnus-encrypt.el: Commented that it's obsolete.
16400
16401 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16402
16403         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16404         (gnus-score-save): Use it.
16405
16406         * message.el (message-bury): Use `window-dedicated-p'.
16407
16408 2004-10-15  Simon Josefsson  <jas@extundo.com>
16409
16410         * pop3.el (top-level): Don't require nnheader.
16411         (pop3-read-timeout): Add.
16412         (pop3-accept-process-output): Add.
16413         (pop3-read-response, pop3-retr): Use it.
16414
16415 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16416
16417         * spam.el (spam-register-routine): Move comment.
16418         (spam-verify-bogofilter): Use 'unknown for the initial
16419         spam-bogofilter-valid state, not 'never.
16420
16421         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16422         for netrc-machine.
16423
16424         * nnimap.el (nnimap-open-connection):
16425         Use netrc-machine-user-or-password.
16426
16427 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16428
16429         * gnus-registry.el (gnus-registry-unload-hook):
16430         Set as a variable with add-hook.
16431
16432         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16433         of news-path.
16434
16435         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16436
16437         * spam.el: Delete duplicate `provide'.
16438         (spam-unload-hook): Set as a variable with add-hook.
16439
16440 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16441
16442         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16443         in the doc string.
16444
16445         * message.el (message-ignored-news-headers)
16446         (message-ignored-supersedes-headers)
16447         (message-ignored-resent-headers)
16448         (message-forward-ignored-headers): Improve custom type.
16449
16450 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16451
16452         * message.el (message-tokenize-header): Fix 2004-09-06 change
16453         which used point-min in the wrong place.
16454
16455 2004-10-12  Simon Josefsson  <jas@extundo.com>
16456
16457         * tls.el (tls-certtool-program): New variable.
16458         (tls-certificate-information): New function, based on
16459         ssl-certificate-information.
16460
16461 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16462
16463         * compface.el: Move the version of ELisp-based uncompface program
16464         to the contrib directory because of the copyright problem.
16465
16466 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16467
16468         * message.el (message-kill-buffer): Raise the current frame.
16469
16470 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16471
16472         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16473
16474         * gnus.el (message-y-or-n-p): Autoload.
16475
16476         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16477         (pop3-password-required, pop3-authentication-scheme)
16478         (pop3-leave-mail-on-server): Make customizable.
16479         (pop3): New custom group.
16480         (pop3-retr): Remove `sleep-for' statements.
16481         Suggested by Dave Love <fx@gnu.org>.
16482
16483         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16484         Windows/DOS.
16485
16486         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16487         (imap-parse-body): Fix incorrect use of `assert'.
16488         Suggested by Dave Love <fx@gnu.org>.
16489
16490         * mml.el (mml-minibuffer-read-disposition): Require match.
16491         Suggested by Dave Love <fx@gnu.org>.
16492
16493 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16494
16495         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16496         doc string.
16497
16498 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16499
16500         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16501
16502 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16503
16504         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16505         instead of calling `mm-insert-inline', to decode text/* parts
16506         before displaying them.
16507
16508 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16509
16510         * mm-uu.el (mm-uu-text-plain-type): New variable.
16511         (mm-uu-pgp-signed-extract-1): Use it.
16512         (mm-uu-pgp-encrypted-extract-1): Use it.
16513         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16514         bind mm-uu-text-plain-type with that value.
16515         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16516         mm-uu-dissect.
16517
16518 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16519
16520         * gnus-group.el (gnus-update-group-mark-positions):
16521         * gnus-sum.el (gnus-update-summary-mark-positions):
16522         * message.el (message-check-news-body-syntax):
16523         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16524         of string-as-multibyte.
16525
16526 2004-10-05  Juri Linkov  <juri@jurta.org>
16527
16528         * gnus-group.el (gnus-update-group-mark-positions):
16529         * gnus-sum.el (gnus-update-summary-mark-positions):
16530         * message.el (message-check-news-body-syntax):
16531         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16532         8-bit unibyte values to a multibyte string for search functions.
16533
16534 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16535
16536         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16537         (mm-uu-dissect-text-parts): New function.
16538
16539         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16540         dissect text parts.
16541
16542         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16543         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16544
16545         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16546
16547         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16548         Use gnus-current-topics instead of gnus-current-topic.
16549
16550 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16551
16552         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16553
16554 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16555
16556         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16557         where approriate.
16558
16559         * nnml.el (nnml-generate-active-info): do.
16560
16561         * nndiary.el (nndiary-generate-active-info): do.
16562
16563         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16564         (gnus-topic-move): do.
16565
16566         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16567         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16568
16569         * gnus-srvr.el (gnus-server-prepare)
16570         (gnus-server-open-all-servers): do.
16571
16572         * gnus-msg.el (gnus-summary-cancel-article)
16573         (gnus-summary-resend-message)
16574         (gnus-summary-mail-crosspost-complaint): do.
16575
16576         * gnus-move.el (gnus-change-server): do.
16577
16578         * gnus-group.el (gnus-group-unmark-all-groups)
16579         (gnus-group-set-current-level): do.
16580
16581 2004-10-04  Simon Josefsson  <jas@extundo.com>
16582
16583         * message.el (message-generate-hashcash): Doc fix.
16584
16585 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16586
16587         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16588         avoid infinite recursion via gnus-get-function.
16589
16590 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16591
16592         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16593
16594         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16595
16596         * nnmail.el (nnmail-split-history): do.
16597
16598         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16599         (nnml-request-delete-group): do.
16600
16601         * nnslashdot.el (nnslashdot-read-groups): do.
16602
16603         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16604         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16605
16606         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16607         (nnspool-sift-nov-with-sed): Use last.
16608         (nnspool-retrieve-headers-with-nov): Use mapc.
16609         (nnspool-request-newgroups): Use dolist.
16610         (nnspool-request-group): Use last.
16611
16612         * nntp.el (nntp-read-server-type): Use dolist.
16613
16614         * nnvirtual.el (nnvirtual-create-mapping)
16615         (nnvirtual-update-read-and-marked): Use dolist.
16616         (nnvirtual-convert-headers): Simplify.
16617
16618 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16619
16620         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16621         Add support for sync'ing tick marks.
16622
16623 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16624
16625         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16626         there's no visible header.
16627
16628 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16629
16630         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16631         When necessary, pass full group name to gnus-request-set-marks.
16632
16633 2004-10-01  Simon Josefsson  <jas@extundo.com>
16634
16635         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16636         acroread.
16637
16638 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16639
16640         * spam-report.el (spam-report-gmane): Fix interactive.
16641
16642         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16643
16644         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16645         when writing file.
16646         (gnus-agent-synchronize-flags): Don't default to being
16647         interactive.
16648
16649 2004-09-30  Simon Josefsson  <jas@extundo.com>
16650
16651         * message.el (message-generate-hashcash): Add.
16652         (message-send-mail): Use it, call mail-add-payment.
16653
16654 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16655
16656         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16657
16658 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16659
16660         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16661         gnus-requst-update-info with explicit code to sync the in-memory
16662         info read flags with the marks being sync'd to the backend.
16663
16664         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16665
16666 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16667
16668         * spam.el (spam-verify-bogofilter): Add new function.
16669         (spam-check-bogofilter)
16670         (spam-bogofilter-register-with-bogofilter): Use it.
16671         (spam-verify-bogofilter): Add small fixes.
16672
16673 2004-09-28  Simon Josefsson  <jas@extundo.com>
16674
16675         * hashcash.el (hashcash-generate-payment): Revert.
16676
16677 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16678
16679         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16680         Use gnus-extract-references instead of gnus-split-references.
16681
16682         * gnus-util.el (gnus-extract-references): Add new function, analogous
16683         to gnus-split-references but extracts only the message-ID without
16684         anything extra.
16685
16686         * hashcash.el (hashcash-generate-payment)
16687         (hashcash-check-payment): Do the right thing if hashcash-path is
16688         nil (because the hashcash program could not be found).
16689
16690         * spam.el (spam-use-hashcash): Remove comment.
16691
16692 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16693
16694         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16695         (gnus-cache-enter-article, gnus-cache-remove-article)
16696         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16697
16698         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16699
16700         * gnus-art.el (article-hide-boring-headers)
16701         (article-translate-strings, article-display-face)
16702         (gnus-article-mime-match-handle-first)
16703         (gnus-article-highlight-headers)
16704         (gnus-article-add-buttons-to-head): do.
16705
16706 2004-09-27  Simon Josefsson  <jas@extundo.com>
16707
16708         * hashcash.el: New version, from
16709         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16710         ../contrib/.
16711
16712 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16713
16714         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16715
16716 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16717
16718         * gnus-dup.el (gnus-dup-open): Use mapc.
16719         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16720
16721         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16722         Reported by Stefan Wiens <s.wi@gmx.net>.
16723
16724         * gnus.el (gnus-shutdown): Use dolist.
16725
16726         * gnus-undo.el (gnus-undo): Use mapc.
16727
16728         * nnrss.el (nnrss-generate-active): do.
16729
16730         * message.el (message-cite-original-without-signature)
16731         (message-cite-original): Use mapc.
16732         (message-do-actions, message-make-forward-subject): Use dolist.
16733
16734 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16735
16736         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16737         deletion to remove entire duplicate line.  Fixes merged article
16738         number bug.
16739
16740 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16741
16742         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16743         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16744         first ask if you want to open a server and then, even when you
16745         responded with no, asking if you want to synchronize the server's
16746         flags.
16747         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16748         multi-line expressions.
16749         (gnus-agent-synchronize-group-flags): New internal function.
16750         Updates marks in memory (in the info structure) AND in the
16751         backend.
16752
16753         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16754
16755         * nnagent.el (nnagent-request-set-mark):
16756         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16757         method, to ensure that synchronization updates marks in the
16758         backend and in the info (in memory) structure.
16759
16760 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16761
16762         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16763         convention fully; don't miss the root article of a thread; make
16764         the X-Draft-From header with correct article numbers.
16765
16766 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16767
16768         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16769         unless plugged.  Disable the agent so that an open failure causes
16770         an error.
16771
16772         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16773         Revert 2004-09-21 change.  The backend must be opened while
16774         synchronizing flags even when the backend stores the flags
16775         locally.
16776
16777 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16778
16779         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16780         in `header' match.  Reported by Svend Tollak Munkejord.
16781
16782         * message.el (message-cite-original): Fix use of
16783         `message-cite-articles-with-x-no-archive'.
16784
16785 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16786
16787         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16788         (gnus-window-to-buffer): Ditto.
16789
16790         * mml.el (mml-preview-buffer): New variable.
16791         (mml-preview): Manage window layout with gnus-buffer-configuration.
16792
16793         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16794         X-Draft-From header even if those articles aren't quoted.
16795
16796 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16797
16798         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16799         (gnus-request-set-mark, gnus-request-update-mark): Use new
16800         g-s-t-u-l-m to decide to use backend even when unplugged.
16801
16802 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16803
16804         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16805         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16806
16807 2004-09-20  Simon Josefsson  <jas@extundo.com>
16808
16809         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16810         "utf-16-le".
16811
16812 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16813
16814         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16815
16816 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16817
16818         * uudecode.el (uudecode-use-external): Add :version.
16819
16820         * smime.el (smime-CA-file, smime-encrypt-cipher)
16821         (smime-dns-server): Add :version.
16822
16823         * smiley.el (gnus-smiley-file-types): Add :version.
16824
16825         * sha1.el (sha1-use-external): Add :version.
16826
16827         * pgg-def.el (pgg-query-keyserver): Add :version.
16828
16829         * nnmail.el (nnmail-fancy-expiry-targets)
16830         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16831         Add :version.
16832
16833         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16834         (nnimap-retrieve-groups-asynchronous): Add :version.
16835         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16836
16837         * mml.el (mml-content-disposition-parameters)
16838         (mml-insert-mime-headers-always): Add :version.
16839
16840         * mm-util.el (mm-coding-system-priorities): Add :version.
16841
16842         * mm-decode.el (mm-inline-text-html-with-images)
16843         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16844         (mm-verify-option): Add :version.
16845         (mm-text-html-renderer): Change :version.
16846
16847         * message.el (message-fcc-externalize-attachments)
16848         (message-required-headers, message-draft-headers)
16849         (message-subject-trailing-was-query)
16850         (message-subject-trailing-was-ask-regexp)
16851         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16852         (message-mark-insert-end, message-archive-header)
16853         (message-archive-note, message-cross-post-default)
16854         (message-cross-post-note, message-followup-to-note)
16855         (message-cross-post-note-function, message-use-mail-followup-to)
16856         (message-subscribed-address-functions)
16857         (message-subscribed-address-file, message-subscribed-addresses)
16858         (message-subscribed-regexps, message-allow-no-recipients)
16859         (message-yank-cited-prefix, message-signature-insert-empty-line)
16860         (message-hidden-headers, message-hierarchical-addresses)
16861         (message-mail-user-agent, message-use-idna)
16862         (message-valid-fqdn-regexp)
16863         (message-strip-special-text-properties, message-header-synonyms)
16864         (message-beginning-of-line, message-tab-body-function): Add :version.
16865         (message-insert-canlock, message-wide-reply-confirm-recipients):
16866         Change :version.
16867
16868         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16869         and :version.
16870         (mail-source-delete-old-incoming-confirm)
16871         (mail-source-movemail-program): Add :version.
16872
16873         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16874         (gnus-agent-cache, gnus-agent): Change :version.
16875
16876         * gnus-util.el (gnus-use-byte-compile): Change :version.
16877
16878         * gnus-sum.el (gnus-summary-make-false-root-always)
16879         (gnus-summary-default-high-score)
16880         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16881         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16882         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16883         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16884         (gnus-sum-thread-tree-single-indent)
16885         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16886         (gnus-sum-thread-tree-leaf-with-other)
16887         (gnus-sum-thread-tree-single-leaf): Add :version.
16888         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16889         (gnus-article-loose-mime): Change :version.
16890
16891         * gnus-start.el (gnus-backup-startup-file)
16892         (gnus-save-startup-file-via-temp-buffer): Add :version.
16893
16894         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16895         (gnus-server-offline-face): Add :version.
16896
16897         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16898
16899         * gnus-msg.el (gnus-gcc-externalize-attachments)
16900         (gnus-debug-files, gnus-debug-exclude-variables)
16901         (gnus-discouraged-post-methods): Change :version.
16902         (gnus-confirm-mail-reply-to-news)
16903         (gnus-confirm-treat-mail-like-news): Add :version.
16904
16905         * gnus-int.el (gnus-server-unopen-status): Add :version.
16906
16907         * gnus-group.el (gnus-group-jump-to-group-prompt)
16908         (gnus-large-ephemeral-newsgroup)
16909         (gnus-fetch-old-ephemeral-headers): Add :version.
16910
16911         * gnus-fun.el (gnus-x-face-directory)
16912         (gnus-convert-pbm-to-x-face-command)
16913         (gnus-convert-image-to-x-face-command)
16914         (gnus-convert-image-to-face-command): Add :version.
16915
16916         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16917
16918         * gnus-cite.el (gnus-cite-blank-line-after-header)
16919         (gnus-article-boring-faces): Add :version.
16920
16921         * gnus-art.el (gnus-buttonized-mime-types)
16922         (gnus-inhibit-mime-unbuttonizing)
16923         (gnus-treat-display-face)
16924         (gnus-treat-body-boundary): Change :version.
16925         (gnus-body-boundary-delimiter, gnus-picon-databases)
16926         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16927         (gnus-treat-date-english, gnus-treat-fold-headers)
16928         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16929         (gnus-treat-mail-picon, gnus-treat-wash-html)
16930         (gnus-article-encrypt-protocol)
16931         (gnus-use-idna, gnus-article-over-scroll)
16932         (gnus-mime-display-multipart-alternative-as-mixed)
16933         (gnus-mime-display-multipart-related-as-mixed)
16934         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16935         (gnus-ctan-url, gnus-button-ctan-handler)
16936         (gnus-button-handle-ctan-bogus-regexp)
16937         (gnus-button-ctan-directory-regexp)
16938         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16939         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16940         (gnus-button-man-level, gnus-button-emacs-level)
16941         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16942
16943         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16944         (gnus-agent-go-online): Change :version.
16945         (gnus-agent-expire-unagentized-dirs)
16946         (gnus-agent-auto-agentize-methods): Add :version.
16947
16948         * flow-fill.el (fill-flowed-display-column)
16949         (fill-flowed-encode-column): Add :version.
16950
16951         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16952         (gnus-outlook-deuglify-unwrap-max)
16953         (gnus-outlook-deuglify-cite-marks)
16954         (gnus-outlook-deuglify-unwrap-stop-chars)
16955         (gnus-outlook-deuglify-no-wrap-chars)
16956         (gnus-outlook-deuglify-attrib-cut-regexp)
16957         (gnus-outlook-deuglify-attrib-verb-regexp)
16958         (gnus-outlook-deuglify-attrib-end-regexp)
16959         (gnus-outlook-display-hook): Add :version.
16960
16961         * binhex.el (binhex-use-external): Add :version.
16962
16963 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16964
16965         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16966         and `invisible'.
16967
16968 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16969
16970         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16971         in gnus-registry-trim.
16972
16973 2004-09-13  Simon Josefsson  <jas@extundo.com>
16974
16975         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16976
16977         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16978
16979         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16980         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16981         <yamaoka@jpl.org>.
16982         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16983         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16984         <yamaoka@jpl.org>.
16985
16986         * sieve.el (sieve-manage-mode): Ditto.
16987
16988 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16989
16990         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16991
16992 2004-09-11  Simon Josefsson  <jas@extundo.com>
16993
16994         * dns-mode.el: Add.
16995
16996         * mm-view.el (mm-display-dns-inline): Add.
16997
16998         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16999         (mm-automatic-display): Ditto.
17000
17001         * mailcap.el (mailcap-mime-data): Add text/dns.
17002         (mailcap-mime-extensions): Map .soa to text/dns.
17003
17004 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17005
17006         * gnus-art.el (article-decode-mime-words, article-babel)
17007         (gnus-article-highlight-signature, gnus-article-add-buttons)
17008         (gnus-signature-toggle): Remove unnecessary bindings of
17009         `inhibit-read-only' inherited from v5.10 merge.
17010
17011 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17012
17013         * nntp.el (nntp): New customization group.
17014         (nntp-authinfo-file): Add customization group.
17015
17016         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17017
17018         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17019
17020         * gnus.el (to-address, to-list, subscribed)
17021         (large-newsgroup-initial): Ditto.
17022
17023         * flow-fill.el (fill-flowed-display-column)
17024         (fill-flowed-encode-column): Ditto.
17025
17026 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17027
17028         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17029         Use point-min rather than 1.
17030         (message-send-mail): Use buffer-size rather than point-max.
17031
17032         * gnus-sum.el (gnus-summary-search-article-forward):
17033         Signal a specific `search-failed' rather than a generic `error'.
17034
17035         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17036         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17037         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17038
17039 2004-09-10  Simon Josefsson  <jas@extundo.com>
17040
17041         * nndb.el (require): Remove tcp and duplicate cl.
17042
17043 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17044
17045         * gnus-agent.el (directory-files-and-attributes): Move forward.
17046
17047 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17048
17049         * gnus-agent.el (directory-files-and-attributes):
17050         Optionally defined to support XEmacs.
17051
17052 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17053
17054         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17055         to avoid run-time CL dependencies.
17056         (gnus-agent-unfetch-articles): New function.
17057         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17058         article numbers even when local .overview file is missing.
17059         (gnus-agent-read-article-number): New function.  Only accepts
17060         27-bit article numbers.
17061         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17062         Use gnus-agent-read-article-number.
17063         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17064         from backend while recognizing that article numbers in .overview
17065         must be valid.
17066         (gnus-agent-update-files-total-fetched-for):
17067         Use directory-files-and-attributes to improve performance.
17068         * gnus-int.el (gnus-request-move-article):
17069         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17070         improve performance.
17071
17072         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17073         some users confused by references to .newsrc when they only have a
17074         .newsrc.eld file.
17075         (gnus-convert-mark-converter-prompt)
17076         (gnus-convert-converter-needs-prompt): Fix use of property list.
17077         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17078         New function.  Used internally to only display 'gnus converting
17079         files' message when actually necessary.
17080
17081         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17082         methods now autoloaded.
17083
17084 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17085
17086         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17087         identifiers.
17088
17089 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17090
17091         * gnus-picon.el: Fix indentation and closing parenthesis.
17092
17093 2004-09-01  Simon Josefsson  <jas@extundo.com>
17094
17095         * message.el (message-canlock-generate): Require sha1, not
17096         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17097         to require within a function.  Sadly, if sha1.el isn't loaded, the
17098         let binding in m-c-g will hide the defcustom definition, which is
17099         bad.)
17100
17101         * canlock.el: Require sha1, not sha1-el.
17102
17103         * message.el: Don't autoload sha1 (there is a autoload cookie in
17104         sha1.el).
17105
17106         * sha1-el.el: Rename to sha1.el.
17107
17108 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17109
17110         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17111
17112 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17113
17114         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17115
17116 2004-08-30  Kim F. Storm  <storm@cua.dk>
17117
17118         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17119
17120         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17121         Add :group 'nnimap.
17122
17123 2004-08-30  Andreas Schwab  <schwab@suse.de>
17124
17125         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17126         ?* and ?\;.
17127
17128         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17129         and ?\' to symbol instead of whitespace.
17130
17131 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17132
17133         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17134
17135         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17136         instead of re-search-forward.
17137
17138         * gnus-uu.el (gnus-uu-save-article): Ditto.
17139         (gnus-uu-post-encode-uuencode): Ditto.
17140
17141         * html2text.el (html2text-clean-list-items): Ditto.
17142         (html2text-clean-dtdd): Ditto.
17143         (html2text-format-tags): Ditto.
17144
17145         * message.el (message-send-mail-with-sendmail): Fix regexp.
17146         (message-fill-field-general): Use search-forward instead of
17147         re-search-forward.
17148         (unbold-region): Ditto.
17149
17150         * nnrss.el (nnrss-request-article): Ditto.
17151
17152         * nnslashdot.el (nnslashdot-request-article): Ditto.
17153
17154         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17155
17156         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17157         "Unrecognized menu descriptor" error in XEmacs.
17158
17159 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17160
17161         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17162         parent article of a sparse article in the thread hashtb.
17163
17164 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17165
17166         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17167         (nnmail-expand-newtext): Lowercase expanded entries if
17168         nnmail-split-lowercase-expanded is non-nil.
17169
17170 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17171
17172         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17173
17174         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17175         of gnus-tmp-news-method into string under XEmacs.  It will be
17176         passed to gnus-correct-length which takes only a string argument.
17177
17178 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17179
17180         * gnus-util.el (gnus-bind-print-variables): New macro.
17181         (gnus-prin1): Use it.
17182         (gnus-prin1-to-string): Use it.
17183         (gnus-pp): New function.
17184         (gnus-pp-to-string): New function.
17185
17186         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17187         Replace pp-to-string with gnus-pp-to-string.
17188         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17189         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17190         * gnus-msg.el (gnus-debug): Ditto.
17191         * gnus-score.el (gnus-score-save): Ditto.
17192         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17193         gnus-pp-to-string.
17194         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17195         with gnus-pp.
17196         * score-mode.el (gnus-score-pretty-print): Ditto.
17197         * webmail.el (webmail-debug): Ditto.
17198
17199 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17200
17201         * gnus-art.el (article-display-face, article-display-x-face):
17202         Use buffer-read-only.
17203
17204 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17205
17206         * gnus-art.el (article-hide-list-identifiers):
17207         Bind inhibit-read-only as t.
17208
17209 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17210
17211         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17212
17213 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17214
17215         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17216         (gnus-narrow-to-page): Don't assume point-min == 1.
17217         (gnus-article-edit-mode): Derive from message-mode.
17218
17219         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17220         point-min == 1.
17221
17222         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17223         Disable incorrect use of `assert'.
17224
17225         * message.el (message-mode): Set comment-start-skip.
17226
17227
17228 2004-08-22  Sam Steingold  <sds@gnu.org>
17229
17230         * pop3.el (pop3-leave-mail-on-server): New user variable.
17231         (pop3-movemail): Delete mail only when it is nil.
17232
17233 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17234
17235         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17236
17237         * mml.el (mml-preview): Use `pop-to-buffer'.
17238
17239         * message.el (message-goto-mail-followup-to): Insert after "To".
17240         (message-carefully-insert-headers): Add comment.
17241
17242         * gnus.el: Remove unused variable `gnus-article-check-size'.
17243
17244         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17245
17246         * gnus-art.el (gnus-button-alist):
17247         Improve `gnus-button-handle-library' entry.
17248
17249 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17250
17251         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17252         Use downcase, since XEmacs capitalizes error messages differently.
17253
17254 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17255
17256         * nntp.el: Add (require 'gnus) due to reference to
17257         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17258
17259 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17260
17261         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17262         Bind `mm-fill-flowed'.
17263
17264         * mm-decode.el (mm-dissect-singlepart): Check it.
17265
17266 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17267
17268         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17269         'imap' for netrc parsing.
17270
17271 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17272
17273         * mailcap.el (mailcap-mime-data): Mark as risky.
17274
17275 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17276
17277         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17278         may be included in the encoded word.
17279         (rfc2047-encode): Don't append a space if the encoded word
17280         includes close parenthesis.
17281
17282 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17283
17284         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17285         of text within parentheses.
17286
17287 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17288
17289         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17290         (gnus-encrypt-write-file-contents): Make the password key the file
17291         name PLUS the cipher, not just the cipher.  Also remove failed
17292         passwords from the cache.
17293
17294 2004-08-06  Simon Josefsson  <jas@extundo.com>
17295
17296         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17297         Doc fix.
17298
17299 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17300
17301         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17302         LWSP.
17303
17304 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17305
17306         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17307         Try to append in-reply-to: data to the references: header.
17308
17309         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17310         (netrc-parse): Use gnus-encrypt.el functions.
17311
17312         * gnus-encrypt.el: Add new file for encryption support; currently
17313         does only a few GPG ciphers and an internal XOR cipher.
17314
17315         * password.el: Add comments on using password-read-and-add.
17316         (password-read-and-add): Add function to read and add the
17317         password to the cache at once.
17318
17319 2004-07-28  Simon Josefsson  <jas@extundo.com>
17320
17321         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17322         parameter (but don't use it, for now).
17323
17324         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17325         instead of hard coding to nil.
17326
17327 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17328
17329         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17330         as mm-inline-image-xemacs does.
17331
17332 2004-07-26  Simon Josefsson  <jas@extundo.com>
17333
17334         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17335         Revert part of 2004-07-17 change below.
17336
17337 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17338
17339         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17340         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17341
17342 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17343
17344         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17345         quotes that actually start with ">" at the beginning of the
17346         lines.
17347
17348 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17349
17350         * rfc2047.el (rfc2047-encode-region): Fix last change.
17351         (rfc2047-encode-parameter): Remove useless concat.
17352
17353 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17354
17355         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17356         encode special characters; fix some kind of misconfigured headers;
17357         signal a real error if debug-on-quit or debug-on-error is non-nil.
17358         (rfc2047-encode-max-chars): New variable.
17359         (rfc2047-encode-1): Use it.
17360         (rfc2047-encode-parameter): New function.
17361
17362         * mml.el (mml-insert-parameter): Remove an excessive space.
17363
17364 2004-07-17  Simon Josefsson  <jas@extundo.com>
17365
17366         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17367         Kai Grossjohann <kai@emptydomain.de>.
17368         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17369         (gnus-group-make-menu-bar): Ditto.
17370
17371         * gnus-util.el (gnus-group-server): Add.
17372
17373 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17374
17375         * message.el (message-clone-locals): Clone sendmail and smtp
17376         variables.
17377
17378 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17379
17380         * rfc2047.el (rfc2047-encode-region): Fix last change.
17381
17382 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17383
17384         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17385         characters as non-special.
17386
17387 2004-07-09  Simon Josefsson  <jas@extundo.com>
17388
17389         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17390         Users will lose all flag changes made while unplugged with
17391         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17392         good default.  See numerous reports on ding mailing list.
17393
17394 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17395
17396         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17397         add generate-head-function and generate-article-function to the
17398         rfc822-forward entry.
17399         (nndoc-rfc822-forward-generate-article): New function.
17400         (nndoc-rfc822-forward-generate-head): New function.
17401
17402         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17403
17404 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17405
17406         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17407         respect display group parameter and gnus-summary-expunge-below.
17408         (gnus-articles-to-read): Remove unused reference to display group
17409         parameter.
17410
17411 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17412
17413         * nnheader.el (nnheader-uniquify-message-id): New experimental
17414         variable.
17415         (nnheader-nov-read-message-id): Use it.
17416
17417         * spam-report.el (spam-report-gmane): Add interactive.
17418
17419 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17420
17421         * mm-encode.el (mm-content-transfer-encoding-defaults):
17422         Use qp-or-base64 for the application/* types.
17423
17424 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17425
17426         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17427
17428 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17429
17430         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17431         trim value.
17432
17433 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17434
17435         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17436         New macro and function.
17437         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17438
17439 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17440
17441         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17442         after-load-alist.
17443
17444 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17445
17446         * gnus-group.el (gnus-group-get-new-news-this-group):
17447         Don't update info that isn't there.
17448
17449 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17450
17451         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17452         entry.
17453
17454 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17455
17456         * mm-view.el (mm-inline-render-with-function): Use multibyte
17457         buffer; decode html source by charset.
17458
17459         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17460
17461         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17462         Mule-UCS is loaded under XEmacs.
17463         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17464
17465 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17466
17467         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17468
17469 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17470
17471         * mm-util.el (mm-coding-system-p): Return a coding-system.
17472         (mm-mime-mule-charset-alist): Use shift_jis instead of
17473         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17474         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17475         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17476         instead of japanese-shift-jis and iso-latin-1 respectively in
17477         order to share the default value with both Emacs and XEmacs-mule.
17478         (mm-mule-charset-to-mime-charset):
17479         Make mm-coding-system-priorities effective.
17480         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17481         while predicating of candidates upon the priorities.
17482
17483 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17484
17485         * gnus-sum.el (gnus-summary-make-menu-bar):
17486         Add gnus-uu-invert-processable.
17487
17488         * gnus.el: Autoload gnus-uu-invert-processable.
17489
17490 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17491
17492         * mm-util.el (mm-with-multibyte-buffer): New macro.
17493
17494         * rfc2047.el (rfc2047-encode-string): Use it.
17495         (rfc2047-encode-region): Move point to the end of the region after
17496         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17497
17498 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17499
17500         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17501         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17502
17503 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17504
17505         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17506         (gnus-cite-parse): Ignore quoted envelope From_.
17507         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17508
17509 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17510
17511         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17512         invalid addresses.
17513
17514 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17515
17516         * spam.el: Change section markers, revise TODO list.
17517         (spam-backends): Make new master list of all installed backends.
17518         (spam-summary-exit-behavior): Add new variable to determine how
17519         messages moves are done at summary exit.
17520         (spam-move-spam-nonspam-groups-only)
17521         (spam-process-ham-in-nonham-groups)
17522         (spam-process-ham-in-spam-groups): Remove variables, the
17523         spam-summary-exit-behavior variable should be used to manage this
17524         behavior.
17525         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17526         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17527         and spam-old-spam-articles.
17528         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17529         Add empty variables, placeholders for the backends they represent.
17530         (spam-set-difference): Move, unchanged.
17531         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17532         unless the user has a processor variable.
17533         (spam-classifications, spam-classification-valid-p)
17534         (spam-backend-properties, spam-backend-property-valid-p)
17535         (spam-backend-function-type-valid-p)
17536         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17537         (spam-report-articles-gmane, spam-report-articles-resend):
17538         Remove functions, they are not needed.
17539         (spam-install-backend-super, spam-backend-list)
17540         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17541         (spam-backend-function, spam-backend-ham-registration-function)
17542         (spam-backend-spam-registration-function)
17543         (spam-backend-ham-unregistration-function)
17544         (spam-backend-spam-unregistration-function)
17545         (spam-backend-statistical-p, spam-backend-mover-p)
17546         (spam-install-backend-alias, spam-install-checkonly-backend)
17547         (spam-install-mover-backend, spam-install-nocheck-backend)
17548         (spam-install-backend, spam-install-statistical-backend)
17549         (spam-install-statistical-checkonly-backend): Add backend installation
17550         support.
17551         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17552         (spam-group-processor-p): Use the new backend code and respect the
17553         summary exit behavior.
17554         (spam-mark-spam-as-expired-and-move-routine): Remove.
17555         (spam-summary-prepare): Change to use the new spam-old-articles
17556         variable.
17557         (spam-copy-or-move-routine, spam-copy-spam-routine)
17558         (spam-move-spam-routine, spam-copy-ham-routine)
17559         (spam-move-ham-routine): Add code to copy/move ham or spam.
17560         (spam-fetch-field-fast): Improve doc and code, plus allow the
17561         'number request.
17562         (spam-list-of-checks, spam-list-of-statistical-checks):
17563         Remove variables.
17564         (spam-split, spam-find-spam): Use the new backend code.
17565         (spam-registration-functions): Remove variable.
17566         (spam-unregister-routine): Add convenience wrapper.
17567         (spam-log-undo-registration, spam-register-routine)
17568         (spam-log-processing-to-registry)
17569         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17570         where possible.
17571         (spam-check-gmane-xref, spam-check-regex-headers)
17572         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17573         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17574         (spam-check-bogofilter-headers, spam-check-spamoracle)
17575         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17576         (spam-check-crm114-headers): Use the spam-split-group that
17577         spam-split prepares, no need to determine it every time.
17578
17579         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17580         to the nnheader-parse-naked-head call.
17581
17582         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17583
17584         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17585         the nnheader-nov-read-message-id call.
17586
17587 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17588
17589         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17590         gnus-activate-group twice.  Suggested by Markus Peter
17591         <warp@spin.de>.
17592
17593 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17594
17595         * gnus-art.el (gnus-article-time-format): Exchange the order of
17596         day and month in the default value; fix customization type.
17597         (article-date-ut): Use add-text-properties.
17598         (article-make-date-line): Use message-make-date instead of
17599         current-time-string.
17600
17601         * message.el (message-fetch-field): Don't use set-text-properties.
17602         (message-make-date): Simplify.
17603
17604         * messagexmas.el (message-xmas-make-date): New function.
17605         (message-xmas-redefine): Defalias message-make-date to it.
17606
17607 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17608
17609         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17610         (rfc2047-encode-region): Treat text within parentheses as special;
17611         show the original text when error has occurred.
17612
17613         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17614         already-computed method to gnus-activate-group.
17615
17616         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17617         same select-methods identical Lisp objects.
17618
17619         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17620         object when modifying the info.
17621
17622 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17623
17624         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17625         gnus-opened-servers since it has never been opened with the new
17626         configuration yet.
17627
17628 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17629
17630         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17631         arg to nnheader-generate-fake-message-id.
17632
17633 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17634
17635         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17636         number and build a fake message ID localized to a group and
17637         article number (so it's repeatable from that point on).
17638         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17639         ID format.
17640
17641         * gnus-sum.el (gnus-get-newsgroup-headers):
17642         Call nnheader-generate-fake-message-id with the article number.
17643
17644 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17645
17646         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17647         end-of-buffer.
17648
17649 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17650
17651         * message.el (message-ignored-supersedes-headers): Add Approved.
17652
17653 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17654
17655         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17656         goto-char.
17657         (rfc2047-encode): Fold the line before encoding.
17658
17659 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17660
17661         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17662         folding -- not all headers can be folded, and this should be done
17663         by the message composition mode.  Probably.  I think.
17664
17665 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17666
17667         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17668         fast.
17669
17670         * gnus-ems.el (gnus-remove-image): Don't use
17671         message-text-with-property; remove only the image found first.
17672
17673         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17674         found first.
17675
17676 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17677
17678         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17679
17680 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17681
17682         * message.el (message-text-with-property): Make it fast and accept
17683         optional arguments.
17684         (message-strip-forbidden-properties): Use it.
17685         (message-fix-before-sending): Follow the m-t-w-p change.
17686
17687         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17688
17689 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17690
17691         * gnus-art.el (article-hide-headers): Don't change the buffer
17692         mistakenly when performing mml-preview even if
17693         gnus-single-article-buffer is nil.
17694
17695 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17696
17697         * message.el (message-expand-name-databases): New user option.
17698         (message-expand-name): Use it.
17699
17700 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17701
17702         * spam.el (spam-report-articles-resend)
17703         (spam-report-resend-register-routine): Allow ham reporting.
17704         (spam-report-resend-register-ham-routine): Add wrapper.
17705         (spam-registration-functions): Add ham resending functions.
17706         (spam-list-of-processors): Add ham resend processor.
17707
17708         * gnus.el (ham-resend-to): Add new group parameter.
17709         (spam-process): Add ham resend option.
17710
17711         * spam-report.el (spam-report-resend): Allow reporting ham.
17712         (spam-report-resend-ham): Add wrapper.
17713
17714 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17715
17716         * message.el (message-cite-articles-with-x-no-archive):
17717         New variable.
17718         (message-cite-original): Use it.
17719
17720 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17721
17722         * message.el (message-cite-original): Respect X-No-Archive.
17723
17724 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17725
17726         * gnus-art.el (article-hide-headers): Refer to the values for
17727         gnus-ignored-headers and gnus-visible-headers in the summary
17728         buffer since a user may have set them as group parameters.
17729
17730 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17731
17732         * assistant.el (assistant-node-name): Add convenience function.
17733         (assistant-render-text, assistant-render-node): Add error handling,
17734         plus handle multiple next nodes.
17735         (assistant-find-next-node): Comment out for now.
17736         (assistant-find-next-nodes): Add function, returns list of next
17737         nodes.
17738
17739 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17740
17741         * mail-source.el (mail-source-directory): Fix doc-string.
17742
17743 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17744
17745         * assistant.el (assistant-render-text, assistant-eval): Add :set
17746         widget type, which is different because it takes and returns a
17747         list.  Much hilarity ensues.
17748
17749 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17750
17751         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17752
17753         * gnus-group.el (gnus-group-get-new-news-this-group):
17754         Add doc-string.
17755
17756         * gnus-start.el (gnus-activate-group): Add doc-string.
17757
17758 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17759
17760         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17761
17762 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17763
17764         * assistant.el (assistant-render-text): Try to add a :set
17765         widget, more to come.
17766
17767         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17768         strings.
17769         (spam-report-articles-resend)
17770         (spam-register-routine): Do registration iff any articles warrant
17771         it.
17772         (spam-summary-prepare-exit): Change log message for nil group
17773         destinations.
17774
17775 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17776
17777         * spam.el (spam-report-resend-register-routine):
17778         Allow spam-report-resend-to to be a group parameter or a global value.
17779
17780 2004-05-26  Simon Josefsson  <jas@extundo.com>
17781
17782         * starttls.el: Merge with my GNUTLS based starttls.el.
17783         (starttls-gnutls-program, starttls-use-gnutls)
17784         (starttls-extra-arguments, starttls-process-connection-type)
17785         (starttls-connect, starttls-failure, starttls-success):
17786         New variables.
17787         (starttls-program, starttls-extra-args): Doc fix.
17788         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17789         New functions.
17790         (starttls-negotiate, starttls-open-stream):
17791         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17792         function if it is set.
17793
17794 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17795
17796         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17797         structured fields.
17798
17799 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17800
17801         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17802
17803 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17804
17805         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17806         Add variable.
17807         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17808         assigning the spam-mark to new messages.
17809
17810 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17811
17812         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17813
17814 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17815
17816         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17817
17818         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17819         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17820         default.
17821
17822 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17823
17824         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17825         correct data.
17826
17827 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17828
17829         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17830         (spam-group-processor-p): Fix function.
17831         (spam-group-processor-multiple-p)
17832         (spam-group-spam-processor-report-gmane-p)
17833         (spam-group-spam-processor-report-resend-p)
17834         (spam-group-spam-processor-bogofilter-p)
17835         (spam-group-spam-processor-blacklist-p)
17836         (spam-group-spam-processor-ifile-p)
17837         (spam-group-ham-processor-ifile-p)
17838         (spam-group-spam-processor-spamoracle-p)
17839         (spam-group-spam-processor-crm114-p)
17840         (spam-group-ham-processor-bogofilter-p)
17841         (spam-group-spam-processor-stat-p)
17842         (spam-group-ham-processor-stat-p)
17843         (spam-group-ham-processor-whitelist-p)
17844         (spam-group-ham-processor-BBDB-p)
17845         (spam-group-ham-processor-spamoracle-p)
17846         (spam-group-ham-processor-copy-p): Remove functions with some
17847         prejudice against unneeded code.
17848         (spam-report-articles-resend)
17849         (spam-report-resend-register-routine): Allow the group/topic
17850         spam-resend-to value to override spam-report-resend-to.
17851         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17852         properly now.
17853
17854         * gnus.el (spam-resend-to): Add group/topic parameter.
17855         (spam-process): Move the OBSOLETE processors to the end of the
17856         choices.
17857
17858 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17859
17860         * spam-report.el (spam-report-resend-to, spam-report-resend):
17861         Start with resend-to set to nil, and then ask the user if necessary.
17862         (spam-report-resend): spam-report-resend takes a list of articles, not
17863         separate article numbers.
17864
17865 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17866
17867         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17868         addition to emacs-w3m.
17869
17870 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17871
17872         * assistant.el (assistant-authinfo-data): New function.
17873         (assistant-eval): Eval for entire assistant.
17874
17875         * netrc.el (netrc-services-file): New variable.
17876         (netrc-parse-services): New function.
17877         (netrc-find-service-name): New function.
17878         (netrc-find-service-number): New function.
17879         (netrc-port-equal): New function.
17880         (netrc-machine): Use it.
17881
17882         * nnimap.el (nnimap-open-connection): Use netrc.
17883
17884         * gnus-util.el (gnus-netrc-get): Remove aliases.
17885
17886         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17887
17888         * assistant.el (wid-edit): Fix compilation.
17889
17890         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17891
17892 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17893
17894         * gnus-util.el (gnus-set-file-modes): New function.  (small
17895         patch).
17896
17897 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17898
17899         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17900
17901         * assistant.el (assistant-render-node): Fix up rendering and
17902         read-only text.
17903         (assistant-render-node): Reset.
17904         (assistant-make-read-only): Not sticky.
17905
17906 2004-05-20  Danny Siu  <dsiu@adobe.com>
17907
17908         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17909         centered even when gnus-auto-center-summary is t.
17910
17911 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17912
17913         * dns.el (dns-get-txt-answer): New function.
17914         (dns-read-txt): Ditto.
17915         (query-dns): Use it.
17916
17917 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17918
17919         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17920         active for foreign groups even if the group level is higher than
17921         the specified value.
17922
17923 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17924
17925         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17926         non-active groups.
17927
17928         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17929
17930 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17931
17932         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17933
17934 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17935
17936         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17937         (spam-crm114-header, spam-crm114-spam-switch)
17938         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17939         (spam-crm114-positive-spam-header)
17940         (spam-crm114-database-directory, spam-list-of-processors)
17941         (spam-group-spam-processor-crm114-p)
17942         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17943         (spam-generic-score, spam-list-of-checks)
17944         (spam-list-of-statistical-checks, spam-registration-functions)
17945         (spam-check-crm114-headers, spam-crm114-score)
17946         (spam-check-crm114, spam-crm114-register-with-crm114)
17947         (spam-crm114-register-spam-routine)
17948         (spam-crm114-unregister-spam-routine)
17949         (spam-crm114-register-ham-routine)
17950         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17951         From asjo@koldfront.dk (Adam Sjøgren).
17952
17953         * gnus.el: Add spam-use-crm114.
17954
17955         * spam.el (spam-list-of-processors, spam-registration-functions):
17956         Add spam-use-resend.
17957         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17958         (spam-report-articles-gmane): Add doc fix.
17959         (spam-report-articles-resend, spam-report-resend-register-routine):
17960         Add wrappers around spam-report-resend-to.
17961
17962         * spam-report.el (spam-report-resend-to, spam-report-resend):
17963         Add support for resending spam.
17964         (spam-report-gmane): Fix line length >80.
17965
17966         * gnus.el (spam-process): Add spam-use-resend.
17967
17968 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17969
17970         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17971         number of processed spam messages.
17972         (spam-ham-copy-or-move-routine): Return the number of processed
17973         ham messages.
17974         (spam-summary-prepare-exit): Use the above values to decide
17975         whether status messages shouled be displayed.
17976
17977 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17978
17979         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17980         `rfc2047-encoding-function-alist' in order to avoid conflicting
17981         with the old version.
17982         (rfc2047-encode-region): Concatenate words containing non-ASCII
17983         characters in structured fields; don't encode space-delimited
17984         ASCII words even in unstructured fields; don't break words at
17985         char-category boundaries.
17986         (rfc2047-encode-1): New function.
17987         (rfc2047-encode): Use it; encode text so that it occupies the
17988         maximum width within 76-column; work correctly on Q encoding for
17989         iso-2022-* charsets.
17990         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17991         sure not to break a line just after the header name.
17992         (rfc2047-b-encode-region): Remove.
17993         (rfc2047-b-encode-string): New function.
17994         (rfc2047-q-encode-region): Remove.
17995         (rfc2047-q-encode-string): New function.
17996
17997         * mm-util.el (mm-replace-in-string): New function.
17998
17999 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18000
18001         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18002         Really get it right.
18003         (gnus-inews-make-draft): Really.
18004
18005 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18006
18007         * nnmh.el (nnmh-request-list-1): Don't check the link count
18008         before descending.  (small patch)
18009
18010 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18011
18012         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18013         stuff.
18014
18015         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18016         Match on real group name.
18017
18018         * gnus-art.el (gnus-signature-limit): Doc fix.
18019
18020         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18021
18022         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18023
18024 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18025
18026         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18027         isn't a string.
18028
18029 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18030
18031         * gnus-draft.el (gnus-draft-send):
18032         Bind rfc2047-encode-encoded-words.
18033
18034         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18035         (rfc2047-encodable-p): Say that =? needs encoding.
18036         (rfc2047-encode-encoded-words): New variable.
18037
18038         * gnus-group.el (gnus-group-select-group): Doc fix.
18039
18040         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18041
18042         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18043         to nil.
18044
18045         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18046
18047         * nnheader.el (nnheader-get-lines-and-char): New function.
18048
18049 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18050
18051         * gnus-msg.el (gnus-summary-followup-with-original):
18052         Document yanking of region when active.
18053
18054 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18055
18056         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18057         groups if the group level is higher than the specified value.
18058
18059 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18060
18061         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18062         (gnus-group-jump-to-group): Add prefix argument using
18063         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18064         non-active group.
18065
18066         * compface.el (uncompface): Be verbose when changing
18067         `uncompface-use-external'.
18068
18069         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18070         handle manual section.
18071
18072 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18073
18074         * gnus-art.el (gnus-button-alist): Revert previous change.
18075
18076 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18077
18078         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18079
18080 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18081
18082         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18083         whether backend can accept message.
18084
18085         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18086
18087 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18088
18089         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18090         Avoid creating directory when nntp-marks-is-evil is true.
18091         Reported by Reiner Steib.
18092
18093 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18094
18095         * gnus-picon.el (gnus-picon-style): New variable.
18096         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18097         (gnus-picon-transform-address): Support `gnus-picon-style'.
18098         From Jesper Harder <harder@ifa.au.dk>.
18099
18100 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18101
18102         * message.el (message-fill-field): Return point.
18103         (message-generate-headers): Go to end of field.
18104
18105         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18106         stuff for non-living groups.
18107
18108 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18109
18110         * gnus-art.el (gnus-article-followup-with-original)
18111         (gnus-article-reply-with-original): gnus-mark-active-p ->
18112         gnus-region-active-p.
18113
18114 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18115
18116         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18117         only when there is spam or ham to be processed.
18118
18119 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18120
18121         * mail-source.el (mail-source-delete-crash-box): Refactor.
18122         (mail-source-fetch): Use it.
18123         (mail-source-fetch-file): Ditto.
18124         (mail-source-fetch-directory): Run postscript in loop.
18125         (mail-source-fetch-pop): Delete.
18126         (mail-source-fetch-maildir): Ditto.
18127         (mail-source-fetch-imap): Ditto.
18128
18129         * imap.el (imap-authenticators): Comment out sasl.
18130
18131         * message.el (message-skip-to-next-address): New function.
18132         (message-fill-header-address): Refactor.
18133         (message-fill-address): Use it.
18134         (message-delete-address): Use it.
18135         (message-fill-header-general): Refactor.
18136         (message-fill-field-address): Rename.
18137         (message-narrow-to-field): Find the start of the header.
18138         (message-header-format-alist): Don't pre-fill.
18139         (message-fill-header): Remove.
18140         (message-insert-header): New function.
18141         (message-shorten-references): Use it.
18142
18143         * rfc2047.el (rfc2047-field-value): Strip props.
18144
18145         * mail-parse.el (mail-header-make-address): New alias.
18146
18147         * ietf-drums.el (ietf-drums-make-address): New function.
18148
18149         * imap.el: Add compiler directives.
18150
18151         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18152
18153         * gnus-art.el (article-decode-idna-rhs): Don't use
18154         message-idna-inside-rhs-p.
18155
18156 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18157
18158         * message.el (message-idna-inside-rhs-p): Remove.
18159         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18160
18161         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18162         false positives.
18163
18164 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18165
18166         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18167
18168 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18169
18170         * nneething.el (nneething-file-name): Don't create spurious
18171         files.
18172
18173         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18174         (gnus-inews-do-gcc): Remove sleep.
18175
18176         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18177         part under point.
18178
18179         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18180         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18181
18182 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18183
18184         * spam.el (spam-summary-prepare-exit): Fix (length).
18185
18186 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18187
18188         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18189         as expired without moving it" message when there are spam
18190         messages left.
18191
18192 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18193
18194         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18195         header is not nil.
18196
18197 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18198
18199         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18200         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18201         (nntp-marks-changed-p): New arg SERVER.
18202         (nntp-request-update-info): Adjust caller.
18203
18204 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18205
18206         * nntp.el (nntp-save-marks): Pass missing arg.
18207
18208 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18209
18210         * nntp.el: Support marks.
18211         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18212         (nntp-marks-modtime, nntp-marks-directory): New variables.
18213         (nntp-request-set-mark, nntp-request-update-info)
18214         (nntp-possibly-create-directory, nntp-marks-changed-p)
18215         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18216         New functions.
18217
18218 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18219
18220         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18221         (gnus-xmas-redefine): Rename.
18222
18223         * gnus-score.el (gnus-score-insert-help):
18224         Use gnus-select-lowest-window.
18225
18226         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18227         appt-select-lowest-window and rename to gnus-select-lowest-window.
18228
18229         * gnus.el: do.
18230
18231 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18232
18233         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18234         encodings of MIME-encoded words, in order to improve
18235         interoperability with several broken MUAs.
18236
18237 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18238
18239         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18240         tags, only when charsets are not specified in headers.
18241         (mm-inline-text-html-render-with-w3m): Ditto.
18242
18243         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18244         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18245
18246 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18247
18248         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18249         instead of MIME-decoded from fields when checking
18250         `gnus-article-address-banner-alist'.
18251
18252 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18253
18254         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18255         description rather than subject.
18256
18257 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18258
18259         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18260
18261 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18262
18263         * gnus.el (gnus-version-number): Bump.
18264
18265 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18266
18267         * gnus.el: No Gnus v0.2 is released.
18268
18269 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18270
18271         * gnus-agent.el (gnus-agent-read-agentview):
18272         Inline gnus-uncompress-range.
18273
18274 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18275
18276         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18277         `exec-installed-p'.
18278
18279 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18280
18281         * gnus.el (spam-process, spam-autodetect-methods):
18282         Add bsfilter and bsfilter-headers.
18283
18284         * spam.el (spam-bsfilter): New customize group.
18285         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18286         (spam-bsfilter-header, spam-bsfilter-probability-header)
18287         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18288         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18289         (spam-bsfilter-database-directory): New options.
18290         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18291         (spam-list-of-statistical-checks, spam-registration-functions):
18292         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18293         (spam-bsfilter-score): New command.
18294         (spam-check-bsfilter-headers, spam-check-bsfilter)
18295         (spam-bsfilter-register-with-bsfilter)
18296         (spam-bsfilter-register-spam-routine)
18297         (spam-bsfilter-unregister-spam-routine)
18298         (spam-bsfilter-register-ham-routine)
18299         (spam-bsfilter-unregister-ham-routine): New functions.
18300         (spam-generic-score): Support bsfilter; Accept an optional argument
18301         to recalcurate spam score even if scoring header has already been
18302         added.
18303         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18304         optional argument to recalcurate spam score even if scoring header
18305         has already been added.
18306
18307 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18308
18309         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18310         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18311         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18312         link is missing.
18313
18314 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18315
18316         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18317         (html2text-get-attr): Rewrite.
18318
18319         * message.el (message-setup-1): Remove redundant put-text-property
18320         on mail-header-separator.
18321
18322 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18323
18324         * gnus-registry.el (gnus-registry-cache-whitespace)
18325         (gnus-registry-action, gnus-registry-spool-action)
18326         (gnus-registry-split-fancy-with-parent): Change message levels
18327         from 5 to 3 or 7, as needed.
18328
18329         * spam.el (spam-summary-prepare-exit)
18330         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18331         (spam-split, spam-find-spam, spam-log-undo-registration)
18332         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18333         level from 5 to 6.
18334
18335 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18336
18337         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18338         2004-03-04 change).
18339
18340 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18341
18342         * sieve-manage.el (sieve-manage-open):
18343         * nnweb.el (nnweb-insert-html):
18344         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18345         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18346         * nnspool.el (nnspool-request-group):
18347         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18348         * nnml.el (nnml-request-update-info):
18349         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18350         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18351         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18352         (nnimap-request-set-mark):
18353         * nnfolder.el (nnfolder-request-update-info):
18354         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18355         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18356         * gnus-uu.el (gnus-uu-find-articles-matching):
18357         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18358         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18359         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18360         * gnus-nocem.el (gnus-nocem-scan-groups):
18361         * gnus-int.el (gnus-start-news-server):
18362         * gnus-group.el (gnus-group-make-kiboze-group)
18363         (gnus-group-browse-foreign-server):
18364         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18365         Use mapc when appropriate.
18366
18367 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18368
18369         FIXME: Make separate entries for each person.
18370
18371         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18372         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18373         <shields@msrl.com>:
18374
18375         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18376         may need for spam sorting and scoring.
18377         (spam-user-format-function-S): Add user format function suitable for
18378         general use.
18379         (spam-article-sort-by-spam-status): Add sorting function for summary
18380         sorting.
18381         (spam-extra-header-to-number): Add function to get a score from a
18382         header.
18383         (spam-summary-score): Add function to get a numeric score from the
18384         headers.
18385         (spam-generic-score): Fix function doc, was in wrong place.
18386         (spam-initialize): Take symbols when it's run, and install the
18387         extra headers that spam-necessary-extra-headers thinks we need.
18388
18389 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18390
18391         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18392         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18393
18394 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18395
18396         * gnus-sum.el (gnus-set-global-variables)
18397         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18398         (gnus-article-get-xrefs, gnus-summary-best-group)
18399         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18400         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18401         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18402         Use with-current-buffer.
18403
18404 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18405
18406         * spam.el (spam-summary-prepare-exit): Simplify logic.
18407         (spam-fetch-article-header): Read the article header if it's not
18408         available.
18409         (spam-list-articles): Simplify logic.
18410         (spam-filelist-register-routine): Fix bug with unregister-list.
18411
18412         * gnus-registry.el: Fix comments at beginning.
18413
18414 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18415
18416         * message.el (message-cater-to-broken-inn): Remove.
18417         (message-shorten-references): Make sure the total folded length of
18418         References is shorter than 998 characters to cater to a bug in INN
18419         2.3.  Also, don't pretend that references aren't folded -- this
18420         hasn't worked for a while.
18421
18422 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18423
18424         * gnus-agent.el (gnus-agentize):
18425         gnus-agent-send-mail-real-function no longer set to current value
18426         of message-send-mail-function but rather a lambda that calls
18427         message-send-mail-function.  The change makes the agent real-time
18428         responsive to user changes to message-send-mail-function.
18429
18430 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18431
18432         * legacy-gnus-agent.el
18433         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18434         help from Florian Weimer <fw@deneb.enyo.de>
18435
18436 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18437
18438         * nnmail.el (nnmail-cache-insert): Revert last change.
18439
18440 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18441
18442         * nnmail.el (nnmail-cache-insert): Always check whether
18443         nnmail-cache-ignore-groups matches a group name.
18444
18445 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18446
18447         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18448         (spam-find-spam, spam-log-processing-to-registry)
18449         (spam-log-registered-p, spam-log-unregistration-needed-p)
18450         (spam-log-undo-registration): Use gnus-message instead of
18451         gnus-error, none of these errors are fatal.
18452
18453         * gnus-registry.el (gnus-registry-clean-empty-function)
18454         (gnus-registry-clean-empty): Remove only empty entries without
18455         extra data.
18456
18457 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18458
18459         * spam-stat.el (spam-stat-buffer-change-to-spam)
18460         (spam-stat-buffer-change-to-non-spam): Change (error) to
18461         (gnus-message 8) invocation.
18462
18463 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18464
18465         * nntp.el (nntp-via-netcat-command): New variable.
18466         (nntp-via-netcat-switches): New variable.
18467         (nntp-open-via-rlogin-and-netcat): New function.
18468         (nntp-open-connection-function): Doc fix.
18469         (nntp-telnet-command): Doc fix.
18470         (nntp-end-of-line): Doc fix.
18471         (nntp-via-rlogin-command): Doc fix.
18472         (nntp-via-user-name): Doc fix.
18473         (nntp-via-address): Doc fix.
18474
18475 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18476
18477         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18478         error in Emacs 21.1.
18479
18480 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18481
18482         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18483
18484 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18485
18486         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18487         (gnus-agent-with-refreshed-group): New macro.
18488         (gnus-agent-rename-group): New function.
18489         (gnus-agent-delete-group): New function.
18490         (gnus-agent-save-group-info): Use gnus-command-method when
18491         `method' parameter is nil.  Don't write nil entries into the
18492         active file.
18493         (gnus-agent-get-group-info): New function.
18494         (gnus-agent-fetch-articles):
18495         Use gnus-agent-update-files-total-fetched-for to increment disk space
18496         used.
18497         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18498         Use gnus-agent-update-view-total-fetched-for to increment disk space
18499         used.
18500         (gnus-agent-get-local): Add optional parameters to avoid calling
18501         gnus-group-real-name and gnus-find-method-for-group.
18502         (gnus-agent-set-local): Delete stored entry if either min, or max,
18503         are nil.
18504         (gnus-agent-fetch-session): Reworded error/quit messages.
18505         On quit, use gnus-agent-regenerate-group to record existance of any
18506         articles fetched to disk before the quit occurred.
18507         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18508         gnus-agent-update-view-total-fetched-for, and
18509         gnus-agent-update-files-total-fetched-for to decrement disk space
18510         used.
18511         (gnus-agent-retrieve-headers):
18512         Use gnus-agent-update-view-total-fetched-for to increment disk space
18513         used.
18514         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18515         with gnus-agent-update-files-total-fetched-for to decrement disk
18516         space and fresh group buffer.
18517         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18518         (gnus-agent-need-update-total-fetched-for): New variable.
18519         (gnus-agent-update-files-total-fetched-for): New function.
18520         (gnus-agent-update-view-total-fetched-for): New function.
18521         (gnus-agent-total-fetched-for): New function.
18522
18523         * gnus-cache.el (gnus-cache-save-buffers):
18524         Use gnus-cache-update-overview-total-fetched-for to change disk space
18525         used by this group.
18526         (gnus-cache-possibly-enter-article):
18527         Use gnus-cache-update-file-total-fetched-for to increment disk space
18528         used by this group.
18529         (gnus-cache-possibly-remove-article):
18530         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18531         used by this group.
18532         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18533         (gnus-cache-rename-group): New function.
18534         (gnus-cache-delete-group): New function.
18535         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18536         (gnus-cache-need-update-total-fetched-for): New variable.
18537         (gnus-cache-with-refreshed-group): New macro.
18538         (gnus-cache-update-file-total-fetched-for): New function.
18539         (gnus-cache-update-overview-total-fetched-for): New function.
18540         (gnus-cache-rename-group-total-fetched-for): New function.
18541         (gnus-cache-delete-group-total-fetched-for): New function.
18542         (gnus-cache-total-fetched-for): New function.
18543
18544         * gnus-group.el: Require gnus-sum and autoload functions to
18545         resolve warnings when gnus-group.el compiled alone.
18546         (gnus-group-line-format): Documented new %F.
18547         (size of Fetched data) group line format; identifies disk space
18548         used by agent and cache.
18549         (gnus-group-line-format-alist): Defined new F format.
18550         (gnus-total-fetched-for): New function.
18551         (gnus-group-delete-group): No longer update
18552         gnus-cache-active-altered as gnus-request-delete-group now keeps
18553         the cache in sync.
18554         (gnus-group-list-active): Let the agent store a server's active
18555         list if currently plugged.
18556
18557         * gnus-int.el (gnus-request-delete-group):
18558         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18559         local disk in sync with the server.
18560         (gnus-request-rename-group):
18561         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18562         local disk in sync with the server.
18563
18564         * gnus-start.el (gnus-get-unread-articles):
18565         Cosmetic simplification to logic.
18566
18567         * gnus-util.el (gnus-rename-file): New function.
18568
18569 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18570
18571         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18572
18573 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18574
18575         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18576         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18577
18578 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18579
18580         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18581         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18582
18583 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18584
18585         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18586
18587 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18588
18589         * spam.el (spam-set-difference): Add function to replace
18590         gnus-set-difference in spam.el.
18591         (spam-summary-prepare-exit): Use spam-set-difference.
18592
18593 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18594
18595         * gnus-registry.el (gnus-registry-cache-file): Update to use
18596         gnus-dribble-directory OR gnus-home-directory OR ~.
18597         (gnus-registry-split-fancy-with-parent): Fix doc.
18598
18599 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18600
18601         * message.el (message-exchange-point-and-mark):
18602         Use message-mark-active-p.  Suggested by Jesper Harder
18603         <harder@ifa.au.dk>.
18604
18605 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18606
18607         * message.el (message-exchange-point-and-mark): Don't activate
18608         region if it was inactive.  Suggested by Hiroshi Fujishima
18609         <pooh@nature.tsukuba.ac.jp>.
18610
18611 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18612
18613         * gnus-art.el (article-display-face): Display Faces in the same
18614         order as X-Faces.
18615
18616 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18617
18618         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18619
18620 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18621
18622         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18623         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18624         (gnus-article-mime-hierarchy): Remove.
18625         (gnus-article-mime-hierarchy-next): Remove.
18626         (gnus-article-mode): Revert 2004-03-19 change.
18627         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18628         (gnus-insert-mime-button): Revert 2004-03-19 change.
18629         (gnus-mime-accumulate-hierarchy): Remove.
18630         (gnus-mime-enter-multipart): Remove.
18631         (gnus-mime-leave-multipart): Remove.
18632         (gnus-mime-display-part): Revert 2004-03-19 change.
18633         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18634
18635         * mml.el (mml-preview): Revert 2004-03-19 change.
18636
18637 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18638
18639         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18640
18641 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18642
18643         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18644         t while entering a file name using the mm-with-multibyte macro.
18645         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18646
18647         * mm-util.el (mm-with-multibyte): New macro.
18648
18649 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18650
18651         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18652         New user option.
18653         (gnus-mime-multipart-functions): Doc and customization fix.
18654         (gnus-article-mime-hierarchy): New variable.
18655         (gnus-article-mime-hierarchy-next): New variable.
18656         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18657         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18658         gnus-article-mime-hierarchy-next to nil.
18659         (gnus-insert-mime-button): Show hierarchy numbers.
18660         (gnus-mime-accumulate-hierarchy): New function.
18661         (gnus-mime-enter-multipart): New function.
18662         (gnus-mime-leave-multipart): New function.
18663         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18664         (gnus-mime-display-alternative): Show hierarchy numbers.
18665
18666         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18667         gnus-article-mime-hierarchy-next to nil.
18668
18669 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18670
18671         * dns.el: Don't require gnus-xmas.
18672
18673 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18674
18675         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18676         inline PGP.
18677         (mml-menu): Disable mml-quote-region if mark is inactive.
18678
18679 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18680
18681         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18682         when the group's active is not available.
18683
18684 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18685
18686         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18687         error.
18688
18689 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18690
18691         * imap.el (imap-store-password): New variable.
18692         (imap-interactive-login): Use it.
18693         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18694
18695 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18696
18697         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18698         window-start and hscroll to summary window.
18699
18700 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18701
18702         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18703         conversion message to newsrc-dribble when an actual conversion is
18704         performed.
18705
18706 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18707
18708         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18709
18710 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18711
18712         * mm-decode.el (mm-complicated-handles): New function reviving
18713         former definition of mm-multiple-handles.
18714
18715         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18716         (gnus-mime-delete-part): Use it.
18717
18718 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18719
18720         * gnus-agent.el (gnus-agent-read-local):
18721         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18722         avoid the implicit assumption that they will always be equal.
18723         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18724         coding-system-for-write, as the with-temp-file macro first prints
18725         to a buffer then saves the buffer.
18726
18727 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18728
18729         * gnus-art.el (gnus-article-edit-part): New function.
18730         (gnus-mime-save-part-and-strip): Use it; do query instead of
18731         signaling an error; don't use mm-multiple-handles.
18732         (gnus-mime-delete-part): Ditto.
18733
18734 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18735
18736         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18737         old file versions.
18738         (gnus-group-prepare-hook): Remove function that converted list
18739         form of gnus-agent-expire-days to group properties.
18740
18741         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18742         (gnus-request-accept-article): Re-indented.
18743
18744         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18745         converters to handle old agent file formats.  Add logic for a
18746         "backup before upgrading warning".
18747         (gnus-convert-mark-converter-prompt): Developers can mark
18748         functions as needing (default), or not needing,
18749         gnus-convert-old-newsrc's "backup before upgrading warning".
18750         (gnus-convert-converter-needs-prompt): Tests whether the user
18751         should be protected from potentially irreversable changes by the
18752         function.
18753
18754         * legacy-gnus-agent.el: New.  Provides converters that are only
18755         loaded when gnus-convert-old-newsrc needs to call them.
18756
18757 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18758
18759         * mail-source.el (mail-source-touch-pop): Doc fix.
18760
18761         * message.el (message-smtpmail-send-it): Doc fix.
18762
18763 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18764
18765         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18766
18767         * nnmail.el (nnmail-split-fancy): do.
18768
18769         * gnus-kill.el (gnus-kill, gnus-execute): do.
18770
18771 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18772
18773         * gnus-sum.el (gnus-widget-reversible-match)
18774         (gnus-widget-reversible-to-internal)
18775         (gnus-widget-reversible-to-external): New functions.
18776         (gnus-widget-reversible): New widget.
18777         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18778
18779 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18780
18781         * gnus-sum.el (gnus-thread-sort-functions)
18782         (gnus-article-sort-functions): Document `(not F)' items.
18783
18784 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18785
18786         * spam.el (spam-use-gmane-xref): Add new backend.
18787         (spam-gmane-xref-spam-group): Add variable to control the name of the
18788         Gmane spam group.
18789         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18790         (spam-regex-headers-spam, spam-regex-headers-ham)
18791         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18792         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18793         backends and checks.
18794         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18795
18796         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18797         an autodetect method.
18798
18799 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18800
18801         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18802         articles are being added to a group.
18803         (gnus-request-replace-article): Inform the agent that articles
18804         need to be uncached as the cached contents are no longer valid.
18805
18806 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18807
18808         * binhex.el: Don't autoload executable-find.
18809
18810         * canlock.el: Don't autoload mail-fetch-field.
18811
18812         * dgnushack.el: Autoload c-mode for XEmacs.
18813
18814         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18815
18816         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18817         rmail-dont-reply-to and rmail-output.
18818
18819         * gnus-score.el: Don't autoload ffap-string-at-point.
18820
18821         * gnus-setup.el: Don't autoload sc-cite-original.
18822
18823         * imap.el: Don't autoload base64-decode-string,
18824         base64-encode-string and md5.
18825
18826         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18827         and rmail-msg-restore-non-pruned-header.
18828
18829         * mm-decode.el: Don't autoload executable-find.
18830
18831         * mm-url.el: Don't autoload executable-find.
18832
18833         * mm-view.el: Don't autoload diff-mode.
18834
18835         * nndb.el: Don't autoload news-reply-mode, news-setup,
18836         cancel-timer and telnet.
18837
18838         * password.el: Don't autoload run-at-time for Emacs.
18839
18840         * sha1-el.el: Don't autoload executable-find.
18841
18842         * sieve-mode.el: Don't autoload c-mode.
18843
18844         * uudecode.el: Don't autoload executable-find.
18845
18846 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18847
18848         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18849         (gnus-agent-possibly-alter-active): Avoid null in numeric
18850         comparison.
18851         (gnus-agent-set-local): Refuse to save null in local object table.
18852         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18853         list of articles that will be marked as unread.
18854
18855 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18856
18857         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18858
18859 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18860
18861         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18862         language tags.
18863
18864 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18865
18866         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18867         Don't bind "obarray".
18868
18869         * gnus-sum.el (gnus-thread-sort-functions):
18870         Add `gnus-thread-sort-by-most-recent-number' and
18871         `gnus-thread-sort-by-most-recent-date'.
18872         Reported by Kai Grossjohann <kai@emptydomain.de>.
18873
18874 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18875
18876         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18877
18878 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18879
18880         * gnus-cus.el (gnus-agent-customize-category):
18881         Remove ignore-errors macro reference that required cl to be loaded at
18882         run-time.
18883
18884         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18885         single-interval range of the form (min . max).  Previously the
18886         range had to look like ((min . max)).  Likewise, return
18887         (min . max) rather than ((min . max)).
18888         (gnus-range-map): Use gnus-range-normalize to accept
18889         single-interval range.
18890
18891         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18892         the cache, but not the agent, now appear with their usual face.
18893
18894         * dgnushack.el (loaddir): New variable that is bound to the
18895         directory containing the dgnushack.el file. Use loaddir, rather
18896         than srcdir, to update load-path. Change lets dgnushack compile
18897         code in directories other than GNUS/lisp.
18898
18899 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18900
18901         * lpath.el: Don't bind w3m-safe-url-regexp.
18902
18903         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18904         w3m-safe-url-regexp variable buffer-local.
18905
18906         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18907
18908 2004-02-27  Simon Josefsson  <jas@extundo.com>
18909
18910         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18911         gnus-group-real-prefix.
18912         (gnus-summary-move-article): Use it, instead of
18913         gnus-group-real-prefix.
18914
18915 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18916
18917         * lpath.el: Bind w3m-safe-url-regexp.
18918
18919         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18920         w3m-safe-url-regexp variable buffer-local and set it as the value
18921         of mm-w3m-safe-url-regexp.
18922
18923         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18924
18925         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18926         parsing gnus-posting-styles when the message is not for replying.
18927
18928         * dgnushack.el: Autoload sgml-mode for XEmacs.
18929
18930         * nnrss.el (nnrss-opml-export):
18931         Use mm-set-buffer-file-coding-system instead of
18932         set-buffer-file-coding-system.
18933
18934 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18935
18936         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18937         of checkdoc.el).
18938         * nnrss.el: do.
18939         * gnus-mlspl.el: do.
18940         * gnus-ml.el: do.
18941         * gnus-srvr.el: do.
18942
18943         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18944
18945 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18946
18947         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18948         Corrections to custom-manual links.
18949
18950         * gnus-art.el (gnus-article): Ditto.
18951
18952         * mm-decode.el (mime-display, mime-security): Ditto.
18953
18954 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18955
18956         * flow-fill.el: Typo.
18957
18958 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18959
18960         * spam-wash.el: New file.
18961
18962 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18963
18964         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18965
18966 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18967
18968         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18969         to be run with new-articles as LIST1, not LIST2.
18970         (spam-registration-functions): Add spam-use-ham-copy as a nil
18971         registration backend.
18972
18973 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18974
18975         * spam-stat.el (spam-stat-washing-hook): New option.
18976         (spam-stat-buffer-words): Use it.
18977         (spam-stat-process-directory, spam-stat-test-directory):
18978         Use insert-file-contents-literally.
18979         (spam-stat-coding-system): New variable.
18980         (spam-stat-load, spam-stat-save): Use it.
18981
18982 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18983
18984         * spam-report.el (spam-report-plug-agent):
18985         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18986
18987 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18988
18989         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18990         Allow / in mailto URLs.
18991
18992 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18993
18994         * spam-report.el (spam-report-process-queue): Fix interactive use.
18995         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18996         (spam-report-unplug-agent): Doc fixes.
18997         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18998         (spam-report-agentize, spam-report-deagentize): Autoload.
18999
19000 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19001
19002         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19003
19004         * message.el (message-setup-fill-variables): Add mml tags to
19005         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19006         <ajk@iu.edu>.
19007         (message-mode): Don't modify paragraph-separate there.
19008
19009 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19010
19011         * compface.el (uncompface-use-external): Default to undecided.
19012         (uncompface-use-external-threshold): New variable.
19013         (uncompface-float-time): New macro.
19014         (uncompface): Determine whether to use the external decoder if
19015         uncompface-use-external is undecided.
19016
19017 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19018
19019         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19020         after images.
19021
19022         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19023
19024 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19025
19026         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19027
19028         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19029
19030         * gnus-sum.el (gnus-summary-limit-to-age)
19031         (gnus-summary-limit-children): do.
19032
19033         * gnus-int.el (gnus-request-scan): do.
19034
19035         * gnus-group.el (gnus-group-suspend): do.
19036
19037         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19038
19039         * gnus-cite.el (gnus-cite-parse-attributions): do.
19040
19041         * gnus-agent.el (gnus-summary-set-agent-mark)
19042         (gnus-agent-regenerate-group): do.
19043
19044         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19045
19046         * binhex.el (binhex-decode-region-internal): do.
19047
19048 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19049
19050         * gnus-fun.el (gnus-face-properties-alist): New user option.
19051         (gnus-display-x-face-in-from): Use it.
19052
19053         * gnus-art.el (article-display-face): Ditto.
19054
19055         * compface.el (uncompface-use-external): Default to nil.
19056
19057 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19058
19059         * nntp.el (nntp-erase-buffer): New function.
19060         (nntp-retrieve-data, nntp-send-command)
19061         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19062         (nntp-possibly-change-group): Use it.
19063
19064         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19065         Use with-current-buffer.
19066
19067 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19068
19069         * compface.el: Merge the ELisp-based uncompface program.
19070         (compface): New customization group.
19071         (uncompface-use-external): New user option.
19072         (uncompface): Call uncompface-internal if uncompface-use-external
19073         is nil.
19074         (uncompface-internal): New function.  Note that there are also
19075         some other functions and variables added for this function.
19076
19077 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19078
19079         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19080         if necessary.
19081
19082 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19083
19084         * spam-report.el (spam-report-unplug-agent)
19085         (spam-report-plug-agent, spam-report-deagentize)
19086         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19087         Add support for the Agent in spam-report: when unplugged, report to a
19088         file; when plugged, submit all the requests.
19089
19090         * spam.el (spam-register-routine): Fix message about
19091         registration.
19092
19093 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19094
19095         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19096         dependencies.
19097         (rfc2047-encode): Use it.
19098
19099         * gnus-art.el (gnus-button-marker-list): Move before first
19100         reference.
19101
19102         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19103         (imap-parse-body): Fix format string mismatch.
19104
19105         * gnus-score.el (gnus-summary-increase-score): do.
19106
19107         * nnrss.el (nnrss-close): New function.
19108
19109 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19110
19111         * nnrss.el (nnrss-make-filename): New function.
19112         (nnrss-request-delete-group, nnrss-read-server-data)
19113         (nnrss-save-server-data, nnrss-read-group-data)
19114         (nnrss-save-group-data): Use it.
19115         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19116         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19117         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19118
19119 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19120
19121         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19122
19123 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19124
19125         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19126         files.
19127
19128         * message.el (message-generate-headers-first): Don't quote nil
19129         and t in docstrings.
19130
19131         * imap.el (imap-id): do.
19132
19133         * gnus-agent.el (gnus-agent-consider-all-articles)
19134         (gnus-agent-queue-mail): do.
19135
19136 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19137
19138         * spam-report.el (spam-report-process-queue): New function.
19139         Process requests from `spam-report-requests-file'.
19140         (spam-report-process-queue): Doc fix.
19141
19142 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19143
19144         * spam.el (spam-register-routine)
19145         (spam-log-processing-to-registry, spam-log-registered-p)
19146         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19147         Change "check" to "spam-check" for semi-clarity.
19148
19149 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19150
19151         * pop3.el: Require nnheader.
19152
19153         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19154
19155         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19156
19157         * gnus-picon.el: Require cl.
19158
19159         * gnus-fun.el: Require gnus-ems and gnus-util.
19160
19161         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19162
19163         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19164
19165         * gnus-art.el (gnus-article-edit-mode): Define before first
19166         reference.
19167
19168 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19169
19170         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19171         (gnus-uu-post-encoded): Use point-at-bol.
19172
19173         * gnus-topic.el (gnus-group-active-topic-p): do.
19174
19175         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19176
19177         * gnus-group.el (gnus-group-kill-region): do.
19178
19179         * gnus-art.el (article-date-ut): do.
19180
19181         * message.el (message-fetch-field): Remove redundant
19182         case-fold-search binding.
19183         (message-narrow-to-field): Simplify.
19184
19185 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19186
19187         * spam.el (spam-directory): Derive from `gnus-directory'.
19188
19189         * spam-report.el (spam-report-url-to-file)
19190         (spam-report-requests-file): New function and variable for offline
19191         reporting.
19192         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19193         and user defined function.
19194         (spam-report-url-ping-mm-url): Remove doubled slash.
19195
19196 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19197
19198         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19199
19200 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19201
19202         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19203         Fix format string mismatch.
19204
19205         * sieve.el (sieve-deactivate-all): do.
19206
19207         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19208
19209         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19210
19211         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19212
19213         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19214
19215 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19216
19217         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19218         the list of checks.
19219
19220 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19221
19222         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19223         padding.
19224
19225 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19226
19227         * mm-view.el (mm-fill-flowed): New variable.
19228         (mm-inline-text): Use it.
19229
19230 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19231
19232         * spam.el (spam-spamassassin-register-ham-routine)
19233         (spam-spamassassin-register-spam-routine): Fix function names.
19234
19235 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19236
19237         * gnus.el (gnus-tmp-grouplens): Remove.
19238         (gnus-summary-line-format): Remove grouplens.
19239
19240         * gnus-group.el (gnus-group-line-format): Ditto.
19241
19242         * gnus-spec.el (gnus-format-specs): Ditto.
19243         (gnus-update-format-specifications): Flush the group format spec
19244         cache if there's the grouplens stuff.
19245         (gnus-parse-simple-format): Replace %l with the empty string.
19246
19247 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19248
19249         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19250         omission.
19251
19252 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19253
19254         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19255         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19256
19257 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19258
19259         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19260         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19261         New macros and functions.
19262         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19263         Handle > NLINK_MAX messages.
19264         * nnmaildir.el (nnmaildir-request-set-mark):
19265         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19266
19267 2004-01-25  Alex Schroeder  <alex@gnu.org>
19268
19269         * spam-stat.el (spam-stat-process-directory-age): New option.
19270         (spam-stat-process-directory): Use it.
19271
19272 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19273
19274         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19275         (spam-stat-save): Accept prefix argument.
19276
19277 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19278
19279         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19280         links" error.
19281
19282 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19283
19284         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19285         the rest of the and/or forms.
19286
19287 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19288
19289         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19290         compatibility with old .newsrc.eld files.
19291
19292         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19293
19294         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19295
19296         * gnus-start.el (gnus-1): do.
19297
19298         * gnus-group.el (gnus-group-line-format-alist): do.
19299
19300         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19301
19302         * gnus-gl.el: Remove.
19303
19304 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19305
19306         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19307         marks consisting of a single range {for example, (3 . 5)} rather
19308         than a list of a single range { ((3 . 5)) }.
19309
19310 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19311
19312         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19313         Use with-current-buffer.
19314         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19315         avoid consing a string.
19316
19317         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19318         Remove obsolete entries for big5 and gb2312.
19319
19320 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19321
19322         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19323         uncompressed list.
19324
19325 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19326
19327         * spam-stat.el (spam-stat-strip-xref): New function.
19328         (spam-stat-process-directory): Use it.
19329
19330         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19331         here -- it's done in message-fetch-field.
19332
19333 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19334
19335         * gnus-agent.el (gnus-agent-queue-mail)
19336         (gnus-agent-prompt-send-queue): New variables.
19337         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19338         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19339         "nndraft:queue" along to gnus-draft-send.
19340         Use gnus-agent-prompt-send-queue.
19341         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19342         is "nndraft:queue".  Suggested by Gaute Strokkenes
19343         <gs234@srcf.ucam.org>
19344
19345         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19346         (agent-enable-undownloaded-faces): Add.
19347         (gnus-agent-cat-groups): Use eval-and-compile, not
19348         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19349         method of gnus-agent-cat-groups even when the buffer has been
19350         evaled.
19351         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19352         delete gnus-agent-save-active-1.
19353         (gnus-agent-save-groups): Delete.  Identical to
19354         gnus-agent-save-active.
19355         (gnus-agent-write-active): No longer adjust agent's copy of active
19356         file as agent's adjustments are now stored in their own
19357         file.  Remove optional parameter.
19358         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19359         servers.  Add use of min/max range limits from server's local
19360         file.
19361         (gnus-agent-save-alist): Remove unused optional argument.
19362         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19363         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19364         (gnus-agent-set-local): A per-server file that keeps min/max range
19365         limits for articles known to the agent.  Provides a fast mechanism
19366         for altering many active ranges.
19367         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19368         active file (local makes it unnecessary).
19369         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19370
19371         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19372         (agent-enable-undownloaded-faces): Add.
19373
19374         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19375         disable it when sending to "nndraft:queue".
19376         (gnus-group-send-queue): Add safety check to avoid sending queue
19377         when unplugged.
19378
19379         * gnus-group.el (gnus-group-catchup): Use new
19380         gnus-sequence-of-unread-articles, not
19381         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19382         numbers of articles.  Use gnus-range-map to avoid having to
19383         uncompress the unread list.
19384         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19385         Fix invalid ange-ftp reference.
19386
19387         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19388         (gnus-sorted-range-intersection): Intersection of two ranges
19389         without requiring that they first be uncompressed.
19390
19391         * gnus-start.el (gnus-activate-group): Unless blocked by the
19392         caller, possibly expand the active range to include both cached
19393         and agentized articles.
19394         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19395         multiple version-dependent converters.
19396         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19397         gnus-agent-save-active.
19398         (gnus-save-newsrc-file): Save dirty agent range limits.
19399
19400         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19401         gnus-agent-possibly-alter-active.
19402         (gnus-adjust-marked-articles): Faster handling of simple lists.
19403
19404 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19405
19406         * spam-stat.el (spam-stat-test-directory): New optional argument
19407         displays a list of files detected.  Suggested by Andrew Cohen
19408         <cohen@andy.bu.edu>.
19409         (spam-stat-buffer-words-with-scores): Don't narrow and change
19410         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19411
19412 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19413
19414         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19415         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19416         (spam-spamassassin-arguments)
19417         (spam-spamassassin-spam-flag-header)
19418         (spam-spamassassin-positive-spam-flag-header)
19419         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19420         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19421         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19422         (spam-list-of-processors, spam-list-of-checks)
19423         (spam-list-of-statistical-checks, spam-registration-functions)
19424         (spam-check-spamassassin-headers, spam-check-spamassassin)
19425         (spam-spamassassin-score)
19426         (spam-spamassassin-register-with-sa-learn)
19427         (spam-spamassassin-register-spam-routine)
19428         (spam-spamassassin-register-ham-routine)
19429         (spam-assassin-register-spam-routine)
19430         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19431         (spam-bogofilter-score): Fix to show article before scoring.
19432
19433 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19434
19435         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19436         default scoring function.
19437         (spam-generic-score): Call spam-spamassassin-score if
19438         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19439         spam-bogofilter-score otherwise.
19440
19441         * gnus.el (spam-process, spam-autodetect-methods):
19442         Add spamassassin and spamassassin-headers.
19443
19444 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19445
19446         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19447         Suppress unnecessary messages.
19448
19449 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19450
19451         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19452         make-hash-table.
19453
19454 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19455
19456         * canlock.el (base64-encode-string): Don't autoload it.
19457
19458 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19459
19460         * run-at-time.el: Remove useless (require 'itimer),
19461         eval-and-compile and (featurep 'xemacs).
19462
19463 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19464
19465         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19466         GROUP is a virtual group.
19467
19468 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19469
19470         * gnus.el: Autoload `message-y-or-n-p'.
19471
19472 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19473
19474         * pgg-parse.el: Remove unnecessary (require 'custom).
19475
19476         * pgg-def.el: do.
19477
19478         * nnmail.el: do.
19479
19480         * gnus-undo.el: do.
19481
19482         * gnus-picon.el: do.
19483
19484         * gnus-util.el: do.
19485
19486 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19487
19488         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19489
19490 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19491
19492         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19493         handle, as well as a list.
19494
19495         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19496         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19497         (mm-w3m-cid-retrieve): Simplify.
19498
19499 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19500
19501         * message.el (message-kill-to-signature): Allow prefix arg to
19502         specify number of lines to keep before signature.
19503
19504 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19505
19506         * message.el (message-kill-to-signature): Change docstring.
19507
19508 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19509
19510         * canlock.el: Always require sha1-el.
19511         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19512
19513         * message.el: Autoload sha1 only when compiling.
19514
19515         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19516         eudc-expand-inline for XEmacs.
19517
19518 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19519
19520         * message.el (message-canlock-generate): Require sha1-el.
19521
19522 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19523
19524         * message.el (message-expand-name): Silence the byte compiler.
19525
19526         * lpath.el: Add detect-coding-system.
19527
19528         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19529         cus-edit.
19530
19531 2004-01-13  Simon Josefsson  <jas@extundo.com>
19532
19533         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19534         Invoke gnus-score-mode.
19535         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19536
19537         * gnus-range.el (gnus-compress-sequence): Doc fix.
19538         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19539
19540 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19541
19542         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19543
19544 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19545
19546         * spam.el (spam-get-article-as-string): Update to use
19547         gnus-request-article-this-buffer, much simpler.
19548         (spam-get-article-as-buffer): Remove.
19549
19550 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19551
19552         * message.el (message-expand-name): Use EUDC if the user uses that.
19553
19554 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19555
19556         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19557         character for the encoding to avoid consing a string.
19558
19559         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19560         unnecessarily.
19561
19562         * mm-util.el (mm-replace-chars-in-string): Remove.
19563
19564         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19565         of mm-replace-chars-in-string.
19566
19567 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19568
19569         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19570
19571         * mm-util.el (mm-subst-char-in-string): Support inplace.
19572
19573         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19574         a new string in every iteration.  Use shy groups.
19575
19576 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19577
19578         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19579         * gnus-soup.el (gnus-soup-group-brew):
19580         * gnus-msg.el (gnus-put-message):
19581         * gnus-move.el (gnus-group-move-group-to-server):
19582         * gnus-kill.el (gnus-batch-score):
19583         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19584         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19585         (gnus-group-update-group, gnus-group-read-group)
19586         (gnus-group-make-group, gnus-group-make-help-group)
19587         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19588         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19589         (gnus-group-sort-by-unread, gnus-group-catchup)
19590         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19591         (gnus-group-yank-group, gnus-group-set-info)
19592         (gnus-group-list-groups):
19593         * gnus.el (gnus-generate-new-group-name):
19594         * gnus-delay.el (gnus-delay-send-queue):
19595         * nnvirtual.el (nnvirtual-catchup-group):
19596         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19597         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19598         (gnus-group-prepare-topics, gnus-topic-check-topology):
19599         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19600         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19601         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19602         (gnus-group-make-articles-read):
19603         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19604         (gnus-group-change-level, gnus-kill-newsgroup)
19605         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19606         (gnus-get-unread-articles, gnus-make-articles-unread)
19607         (gnus-make-ascending-articles-unread): Use accessor
19608         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19609         to get group information for improved readability.
19610
19611
19612 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19613
19614         * gnus-art.el (article-decode-mime-words, article-babel)
19615         (gnus-article-highlight-signature, gnus-article-add-buttons)
19616         (gnus-signature-toggle): Use gnus-with-article-buffer.
19617
19618         * gnus-art.el (gnus-article-highlight-headers)
19619         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19620
19621         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19622         (gnus-article-set-globals, gnus-request-article-this-buffer)
19623         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19624         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19625         (gnus-mime-display-alternative): Use with-current-buffer.
19626
19627 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19628
19629         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19630         also under 80 char limit, and call gnus-error if needed.
19631         (spam-fetch-article-header): Fix - it was a
19632         buffer-local variable (gnus-newsgroup-data).
19633         (spam-find-spam): Use spam-generate-fake-headers, forget about
19634         spam-insert-fake-headers.
19635         (spam-insert-fake-headers): Remove.
19636
19637 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19638
19639         * deuglify.el (gnus-article-outlook-unwrap-lines)
19640         (gnus-outlook-rearrange-article)
19641         (gnus-outlook-repair-attribution-outlook)
19642         (gnus-outlook-repair-attribution-block)
19643         (gnus-outlook-repair-attribution-other): Remove redundant
19644         save-excursion.
19645
19646 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19647
19648         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19649         (spam-fetch-field-subject-fast)
19650         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19651         (spam-fetch-article-header): Add functions to deal with Gnus
19652         internals for fast retrieval of article header data.
19653         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19654
19655 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19656
19657         * pop3.el (pop3-md5): Remove.
19658         (pop3-apop): Replace pop3-md5 with md5.
19659
19660         * mm-bodies.el: base64 is always built-in.
19661
19662         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19663         Use with-current-buffer.
19664
19665 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19666
19667         * canlock.el (canlock-insert-header): Remove excessive grouping in
19668         regexp.
19669
19670         * gnus-sum.el (gnus-summary-read-document): Ditto.
19671
19672         * gnus-uu.el (gnus-uu-part-number): Ditto.
19673
19674         * html2text.el (html2text-remove-tags): Ditto.
19675         (html2text-format-tags): Ditto.
19676         (html2text-format-single-elements): Ditto.
19677
19678         * mml.el (mml-parse-1): Ditto.
19679
19680 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19681
19682         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19683
19684         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19685
19686         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19687
19688         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19689
19690 2003-11-15  Simon Josefsson  <jas@extundo.com>
19691
19692         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19693         (pgg-gpg-lookup-key): Use regexp match instead of
19694         split-string (split-string is different between emacs 21.2 and
19695         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19696
19697 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19698
19699         * gnus-art.el (gnus-mime-view-all-parts)
19700         (gnus-article-part-wrapper, gnus-article-view-part):
19701         Use with-current-buffer.
19702
19703 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19704
19705         * spam.el (spam-disable-spam-split-during-ham-respool)
19706         (spam-spamoracle-database, spam-cache-lookups)
19707         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19708         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19709         (spam-group-ham-marks, spam-group-spam-marks)
19710         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19711         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19712         also add spam-use-blackholes to the statistical checks.
19713         (spam-fetch-field-fast): Add interface to fetching fields, may
19714         become a macro.
19715         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19716         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19717         (spam-insert-fake-headers): Fake an article when needed.
19718         (spam-find-spam): Fake article when possible.
19719         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19720         (spam-check-bogofilter-headers): Use message-fetch-field instead
19721         of nnmail-fetch-field.
19722
19723 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19724
19725         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19726
19727 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19728
19729         * spam.el (spam-split): Do not require spam-use-CHECK to be
19730         enabled if that check is passed to spam-split explicitly; also
19731         fix so 'spam doesn't get converted to spam-split-group when
19732         spam-split-symbolic-return is t.
19733         (spam-find-spam): Find registrations of the article and use those
19734         instead of re-running spam-split to find the spam/ham
19735         classification of the article.
19736         (spam-log-processing-to-registry, spam-log-registered-p)
19737         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19738         Use gnus-error instead of gnus-message.
19739         (spam-log-registration-type): Add function to determine the
19740         classification of a message based on registry entries; will
19741         return nil if both 'spam and 'ham are found.
19742         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19743         a reasonably fast local cache without the loading errors.
19744         (spam-cache-lookups): Set to t by default.
19745         (spam-find-spam): Don't try to guess spam-cache-lookups.
19746         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19747         spam-caches entry.
19748         (spam-filelist-build-cache, spam-filelist-check-cache):
19749         Fix caching of whitelist/blacklist entries.
19750         (spam-check-whitelist, spam-check-blacklist):
19751         Invoke spam-from-listed-p with a type, not a cache variable.
19752         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19753
19754 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19755
19756         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19757
19758         * nnmail.el (nnmail-split-fancy): do.
19759
19760         * mml.el (mml-parse): do.
19761
19762         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19763         (gnus-score-adaptive): do.
19764
19765 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19766
19767         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19768         (gnus-mime-button-map): Don't set keymap parent.
19769         (gnus-button-ctan-directory-regexp): Use shy grouping.
19770         (gnus-prev-page-map): Don't set keymap parent.
19771         (gnus-prev-page-map): Remove duplicated one.
19772         (gnus-next-page-map): Don't set keymap parent.
19773         (gnus-mime-security-button-map): Ditto.
19774
19775         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19776         version number.
19777
19778         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19779
19780 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19781
19782         * canlock.el (canlock-sha1-function): Remove.
19783         (canlock-sha1-function-for-verify): Remove.
19784         (canlock-openssl-program): Remove.
19785         (canlock-openssl-args): Remove.
19786         (canlock-ignore-errors): Remove.
19787         (canlock-sha1-with-openssl): Remove.
19788         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19789         (canlock-verify): Don't use canlock-ignore-errors.
19790
19791         * sha1-el.el (sha1-string-external): Make it can return a string
19792         in binary form.
19793         (sha1-region-external): Ditto.
19794         (sha1-string-internal): Ditto.
19795         (sha1-region-internal): Ditto.
19796         (sha1-region): Ditto.
19797         (sha1-string): Ditto.
19798         (sha1): Ditto.
19799
19800 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19801
19802         * spam.el (spam-report-articles-gmane): New command.
19803
19804 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19805
19806         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19807
19808         * run-at-time.el (run-at-time-saved): Remove.
19809         (run-at-time): Doc fix.
19810
19811 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19812
19813         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19814         (gnus-summary-limit-map): Add it.
19815         (gnus-summary-make-menu-bar): do.
19816
19817 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19818
19819         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19820         Make attempt at some caching support (done for BBDB only now).
19821         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19822         addresses to be checked.
19823         (spam-clear-cache-BBDB): Add function, to be invoked by
19824         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19825         (spam-check-BBDB): Check and use the caches, if
19826         spam-cache-lookups is on, remove superfluous (provide).
19827
19828 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19829
19830         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19831
19832 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19833
19834         * run-at-time.el (run-at-time-saved): Move to after the definition
19835         of `run-at-time'.
19836
19837         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19838
19839 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19840
19841         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19842         mm-w3m-local-map-property.
19843
19844         * mm-view.el (mm-w3m-mode-map): Remove.
19845         (mm-w3m-local-map-property): Remove.
19846         (mm-inline-text-html-render-with-w3m): Don't use
19847         mm-w3m-local-map-property.
19848
19849 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19850
19851         * run-at-time.el: New file.
19852
19853         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19854         under Emacs.
19855
19856         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19857         of gnus-set-text-properties.
19858
19859         * gnus-uu.el (gnus-uu-save-article): Ditto.
19860
19861         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19862
19863         * gnus-cite.el (gnus-cite-parse): Ditto.
19864
19865         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19866         of gnus-.
19867
19868         * gnus-xmas.el (run-at-time): Require run-at-time.
19869
19870         * gnus.el: Change calls to nnheader-run-at-time and
19871         password-run-at-time throughout to use run-at-time directly.
19872
19873         * password.el: Remove definition of run-at-time.
19874
19875         * nnheaderxm.el: Remove definition of run-at-time.
19876
19877 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19878
19879         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19880         in prompt.
19881
19882 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19883
19884         * messagexmas.el (message-xmas-redefine): Alias
19885         `message-make-caesar-translation-table' to
19886         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19887         version.
19888
19889         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19890         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19891         `gnus-xmas-set-text-properties'.
19892         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19893         `gnus-xmas-completing-read'.
19894         (gnus-xmas-completing-read): Removed.
19895         (gnus-xmas-open-network-stream): Removed.
19896
19897         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19898         XEmacs version.
19899
19900         * dns.el (dns-make-network-process): Use `open-network-stream'
19901         instead of `gnus-xmas-open-network-stream'.
19902
19903         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19904
19905         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19906
19907 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19908
19909         * gnus-art.el (gnus-mime-display-alternative)
19910         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19911         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19912         Don't use gnus-local-map-property.
19913
19914         * gnus-util.el (gnus-local-map-property): Remove.
19915
19916         * mm-view.el (mm-view-pkcs7-decrypt):
19917         Replace gnus-completing-read-maybe-default with completing-read.
19918
19919         * gnus-util.el (gnus-completing-read): do.
19920         (gnus-completing-read-maybe-default): Remove.
19921
19922 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19923
19924         * password.el: Only autoload `run-at-time' if not XEmacs.
19925         Only autoload the itimer functions if XEmacs.
19926
19927 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19928
19929         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19930         XEmacsen.
19931
19932         * dgnushack.el: Autoload executable-find for XEmacs.
19933
19934 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19935
19936         * gnus-art.el (gnus-read-string): Remove.
19937         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19938         read-string.
19939
19940 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19941
19942         * netrc.el: Autoload password-read.
19943         (netrc): Add configuration group.
19944         (netrc-encoding-method, netrc-openssl-path):
19945         Add variables for encoding and decoding of files with symmetric
19946         ciphers.
19947         (netrc-encode): Add assistant function to encode a file with
19948         netrc-encoding-method.
19949         (netrc-parse): Add interactive parameter, added optional
19950         decoding if netrc-encoding-method is non-nil but otherwise
19951         behavior is standard.
19952         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19953         Do s/encode/encrypt/ everywhere.
19954
19955         * spam.el: Remove executable-find autoload.
19956
19957 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19958
19959         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19960
19961         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19962
19963 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19964
19965         * gnus-art.el (gnus-treat-ansi-sequences)
19966         (article-treat-ansi-sequences): New variable and function.
19967         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19968
19969         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19970         Use it.
19971
19972 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19973
19974         * mm-util.el (mm-quote-arg): Remove.
19975
19976         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19977         shell-quote-argument.
19978
19979         * gnus-uu.el (gnus-uu-command): do.
19980
19981         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19982
19983         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19984         with make-char.
19985
19986         * mm-util.el (mm-make-char): Remove.
19987
19988         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19989         add-minor-mode.
19990
19991         * gnus-undo.el (gnus-undo-mode): do.
19992
19993         * gnus-topic.el (gnus-topic-mode): do.
19994
19995         * gnus-sum.el (gnus-dead-summary-mode): do.
19996
19997         * gnus-start.el (gnus-slave-mode): do.
19998
19999         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20000
20001         * gnus-ml.el (gnus-mailing-list-mode): do.
20002
20003         * gnus-gl.el (gnus-grouplens-mode): do.
20004
20005         * gnus-draft.el (gnus-draft-mode): do.
20006
20007         * gnus-dired.el (gnus-dired-mode): do.
20008
20009         * gnus-ems.el (gnus-add-minor-mode): Remove.
20010
20011         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20012         Replace gnus-char-width with char-width.
20013
20014         * gnus-ems.el (gnus-char-width): Remove.
20015
20016         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20017         Replace gnus-char-width with char-width.
20018
20019         * gnus-ems.el (gnus-char-width): Remove.
20020
20021         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20022         definition.
20023         Remove Emacs 20 hash table compatibility code.
20024
20025         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20026         20 compatibility code.
20027
20028         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20029
20030         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20031
20032         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20033         Replace with point-at-{eol,bol}.
20034
20035         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20036
20037         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20038
20039         * flow-fill.el (fill-flowed-point-at-bol)
20040         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20041
20042         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20043         Replace with point-at-{eol,bol} throughout all files.
20044
20045 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20046
20047         * ntlm.el (ntlm-string-as-unibyte): New macro.
20048         (ntlm-build-auth-response): Use it.
20049
20050         Remove Emacs 20 stuff:
20051         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20052         (butlast, mapc, remove): Remove the compiler macros.
20053         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20054         of delq and copy-sequence.
20055         * gnus-art.el (popup-menu): Remove the compiler macro.
20056         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20057         Emacs 20.
20058
20059 2004-01-05  Simon Josefsson  <jas@extundo.com>
20060
20061         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20062         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20063         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20064         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20065         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20066         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20067         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20068         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20069         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20070         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20071         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20072         string-xor into ntlm-string-xor.
20073         Suggested by Jesper Harder <harder@myrealbox.com>.
20074
20075         * ntlm.el: Don't include poem.
20076
20077         * md4.el (print-int32, print-string-hexa): Remove.
20078         Suggested by Jesper Harder <harder@myrealbox.com>.
20079
20080         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20081
20082         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20083         probably breaks emacs with DL patch, but do we care? Is anyone
20084         still using the DL stuff?)
20085
20086         * sieve-manage.el: Use the password package.
20087         (sieve-manage-read-passwd): Remove.
20088         (sieve-manage-interactive-login): Use password.  Re-add
20089         condition-case around loop.
20090
20091         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20092         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20093         Use the password package.
20094
20095 2003-02-19  Simon Josefsson  <jas@extundo.com>
20096
20097         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20098         token.
20099
20100 2002-08-07  Simon Josefsson  <jas@extundo.com>
20101
20102         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20103         (sieve-manage-authenticators):
20104         (sieve-manage-authenticator-alist): Add some SASL mechs.
20105         (sieve-sasl-auth): New function.
20106         (sieve-manage-cram-md5-auth):
20107         (sieve-manage-plain-auth): Rewrite using SASL library.
20108         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20109         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20110         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20111         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20112
20113 2004-01-05  Simon Josefsson  <jas@extundo.com>
20114
20115         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20116         New files.
20117
20118 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20119
20120         * gnus-group.el (gnus-no-groups-message): Update.
20121
20122         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20123
20124 2003-11-09  Simon Josefsson  <jas@extundo.com>
20125
20126         * imap.el: Support for ID IMAP extension (RFC 2971).
20127         (imap-local-variables): Add imap-id.
20128         (imap-id): New variable.
20129         (imap-id): New function.
20130         (imap-parse-response): Parse untagged ID response.
20131         * nnimap.el (nnimap-id): New variable.
20132         (nnimap-open-connection): Use it.
20133
20134 2003-12-28  Simon Josefsson  <jas@extundo.com>
20135
20136         * gnus-score.el (gnus-score-edit-all-score): New.
20137         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20138
20139 2004-01-04  Simon Josefsson  <jas@extundo.com>
20140
20141         * password.el: Add.
20142
20143 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20144
20145         * dns.el (dns-query-types): Fix typo.
20146         (dns-query-types): New function.
20147         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20148         PTR and SOA replies, see RFC 1035.
20149
20150 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20151
20152         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20153
20154         * Move to Changelog.2.
20155
20156 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20157
20158         * gnus.el (gnus-version-number): Bump version.
20159
20160 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20161
20162         * gnus.el: No Gnus v0.1 is released.
20163
20164 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20165
20166         * gnus.el: No Gnus v0.0 is released.
20167
20168 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20169
20170         * gnus.el (gnus-version-number): Bump.
20171         (gnus-version): No.
20172
20173 See ChangeLog.2 for earlier changes.
20174
20175   Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
20176     Free Software Foundation, Inc.
20177
20178   This file is part of GNU Emacs.
20179
20180   GNU Emacs is free software: you can redistribute it and/or modify
20181   it under the terms of the GNU General Public License as published by
20182   the Free Software Foundation, either version 3 of the License, or
20183   (at your option) any later version.
20184
20185   GNU Emacs is distributed in the hope that it will be useful,
20186   but WITHOUT ANY WARRANTY; without even the implied warranty of
20187   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20188   GNU General Public License for more details.
20189
20190   You should have received a copy of the GNU General Public License
20191   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20192
20193 ;; Local Variables:
20194 ;; coding: utf-8
20195 ;; fill-column: 79
20196 ;; add-log-time-zone-rule: t
20197 ;; End: