Fix sa-learn integration to insert a full From in the message envelope.
[gnus] / lisp / ChangeLog
1 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
2         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
3         From header with a date and "nobody" as the sender.
4
5 2011-01-19  Julien Danjou  <julien@danjou.info>
6
7         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
9         if you have the same regexp several times.
10         (gnus-button-push): Fix matching when regexp is symbol.
11
12 2011-01-15  Glenn Morris  <rgm@gnu.org>
13
14         * message.el (message-mail): A compose-mail function should
15         accept headers as strings.
16
17 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
18
19         * message.el (message-tool-bar-gnome): Tweak tool-bar items.  Add
20         :vert-only tags.
21         (message-mail): New arg RETURN-ACTION.
22         (message-return-action): New var.
23         (message-bury): Use it.
24         (message-mode): Make it buffer-local.
25         (message-send-and-exit): Always call message-bury.
26
27         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
28         message-mail.
29
30 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
31
32         * nnimap.el (nnimap-convert-partial-article): Protect against
33         zero-length body parts.
34
35         * mm-decode.el (mm-preferred-alternative-precedence): Discourage
36         showing empty parts.
37
38         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
39         and stuff if the backend didn't return the article number.  This fixes
40         an Exchange-related nnimap bug.
41
42         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
43         group window, because it does the wrong thing when a separate frame
44         displays the group buffer.
45
46         * proto-stream.el (open-protocol-stream): Protect against the low-level
47         transport functions returning nil.
48
49 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
50
51         * mml2015.el (epg-sub-key-fingerprint): Autoload.
52         (mml2015-epg-find-usable-secret-key): New function.
53         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
54         mml2015-epg-find-usable-key (Bug#7797).
55         (mml2015-epg-encrypt): Ditto.
56
57 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
58
59         * dgnushack.el (rot13-string): Fix the way to get the argument.
60
61 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
62
63         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
64
65 2011-01-03  Glenn Morris  <rgm@gnu.org>
66
67         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
68
69         * sieve.el (sieve-open-server): Give a more explicit error if
70         sieve-manage-open returns nil.  (Bug#7720)
71
72 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
73
74         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
75
76 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
77
78         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
79         This avoids sending passwords in plain text over non-encrypted
80         channels.
81
82         * shr.el (shr-rescale-image): Display all GIF images as animated images.
83
84         * nnimap.el (nnimap-login): Refactored out into own function, and
85         implement CRAM-MD5.
86         (nnimap-wait-for-line): Refactored out.
87
88         * mm-view.el (mml-smime): Require.
89
90 2010-12-20  David Engster  <deng@eml.cc>
91
92         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
93         use EPG to decrypt S/MIME messages instead of openssl.
94
95 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
96
97         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
98
99         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
100         status is the group clearly is unreachable.
101
102         * auth-source.el (auth-source-create): Add the optional second
103         parameter to `local-variable-p' to be compatible with XEmacs.
104
105 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
106
107         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
108         work when using a compressed nnml folder.
109
110 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
111
112         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
113         backends after sanitising on entry, because this never makes sense:
114         If the articles have gone missing, then the data no longer exists on
115         the backend, and if they haven't, then Gnus is wrong, and shouldn't
116         overwrite anything anyway.
117
118         * shr.el (shr-insert-document): Bind shr-width dynamically to
119         window-width if it's nil.
120
121 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
122
123         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
124         with the meaning of using the full emacs window width for rendering.
125
126 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
127
128         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
129         case when sender is not given.
130
131 2010-12-23  Julien Danjou  <julien@danjou.info>
132
133         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
134         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
135         the addresses, otherwise we might misplaced the gravatar.
136
137 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
138
139         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
140         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
141         obsolete in Emacs.
142
143 2010-12-20  Julien Danjou  <julien@danjou.info>
144
145         * gnus-util.el (gnus-rescale-image): Revert last change.
146
147 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
148
149         * binhex.el: Improve commentary (Bug#7482).
150
151 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
152
153         * gnus-group.el (gnus-group-delete-articles): New command.
154
155 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
156
157         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
158
159 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
160
161         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
162         here, since it's up to the backends to do CRLF removal if their
163         protocol has it.
164
165         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
166
167 2010-12-17  Julien Danjou  <julien@danjou.info>
168
169         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
170         they are from file. Can also scale up.
171
172 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
173
174         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
175         gnus-use-agent.
176         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
177
178         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
179
180 2010-12-17  Julien Danjou  <julien@danjou.info>
181
182         * gravatar.el (gravatar-retrieve-synchronously): New function.
183         (gravatar-get-data): Make more robust.
184
185 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
186
187         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
188
189 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
190
191         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
192         to really consider the last line.
193
194 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
195
196         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
197         list of recipient keys, or use symmetric encryption if not a list.
198         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
199         EPA override, replacing the call to `netrc-store-data'.
200
201 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
202
203         * gnus-srvr.el: Avoid passing nil regexp argument to
204         delete-matching-lines.
205
206 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
207
208         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
209         fetching stops when Gnus exits.
210
211         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
212         function.
213         (nnfolder-request-expire-articles): Save all the buffers after doing
214         expiry.
215
216         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
217         the last article", since that led to serious performance regressions
218         when expiring nnml groups.
219
220 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
221
222         * nnir.el: Improve customizations.
223
224 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
225
226         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
227
228         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
229         group has been killed.
230         (gnus-group-yank-group): Ditto.
231
232         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
233
234         * nnimap.el (nnimap-request-update-group-status): New function.
235
236         * gnus-int.el (gnus-request-update-group-status): New interface
237         function.
238
239         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
240         copying read-ness to the backends.
241
242         * nnimap.el (nnimap-quirk): New function.
243         (nnimap-retrieve-group-data-early): Use it.
244         (nnimap-quirks): New alist.
245
246 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
247
248         * shr.el (shr-insert): Set shr-start after deleting trailing space;
249         don't delete it within indentation.
250
251 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
252
253         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
254         previous line.
255
256 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
257
258         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
259         QRESYNC command by deleting a superfluous space which broke Cyrus
260         servers.  This change will break other servers that are buggy the other
261         way around.
262
263 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
264
265         * spam.el: Reindent and fix long lines.
266         (spam-copy-or-move-routine): Exclude invalid move destinations.
267
268 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
269
270         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
271         installed the registry.
272
273 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
274
275         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
276
277 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
278
279         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
280         groupname doesn't contain "gmane".
281
282 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
283
284         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
285         and netrc-bound-and-true-p bindings.
286         (netrc-parse): Cache the netrc contents.
287
288         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
289         (gnus-1): Don't create the nndrafts group twice.
290         (gnus-setup-news): There's no need to read the active file here, since
291         that's done again later on a per-backend basis.
292         (gnus-start-draft-setup): Make sure that the new group is started out
293         empty.
294
295         * gnus-agent.el (gnus-agentize): Don't create the queue group
296         automatically on startup.  It'll be created later, if needed.
297
298         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
299         of automatically subscribed groups.
300         (gnus-auto-subscribed-categories): New variable.
301         (gnus-matches-options-n): Use it.
302         (gnus-default-subscribed-newsgroups): Remove unused variable.
303         (gnus-start-draft-setup): Message a bit less.
304
305 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
306
307         * nnir.el (nnir-run-imap): Return article list in order of increasing
308         UID.
309
310 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
311
312         * gnus-sum.el (gnus-summary-enter-digest-group): Mention
313         gnus-auto-select-on-ephemeral-exit.
314
315         * proto-stream.el (proto-stream-open-network-only): Fix the calling
316         convention of the network-only option.
317
318 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
319
320         * proto-stream.el (proto-stream-open-network-only): New function to
321         have a way to specify non-STARTTLS upgrade connections.
322
323 2010-12-10  Julien Danjou  <julien@danjou.info>
324
325         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
326         email address is nil.
327
328         * message.el (message-bogus-recipient-p): Set address to "" if nil.
329
330 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
331
332         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
333         deletion.
334         (nnir-run-imap): Only need to parse list once.
335
336 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
337
338         * shr.el (shr-tag-script): Ignore <script>.
339         (shr-tag-label): Add <label> support.
340
341 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
342
343         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
344
345         * shr.el (shr-image-displayer): Work for images lined side by side.
346
347 2010-12-08  Robert Pluim  <rpluim@gmail.com>
348
349         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
350         parameter, since XEmacs doesn't accept t as a parameter.
351
352 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
353
354         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
355         ids.
356         (nnir-run-gmane): Simplify groupspec formatting.
357         (nnir-request-expire-articles): New function.
358
359 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
360
361         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
362         overflow, possibly.
363
364         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
365         (shr-render-td): Handle td style="" better.
366         (shr-tag-table): Use the color from the style sheet.
367         (shr-render-td): Make sure we copy over all the overlays, too.
368
369 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
370
371         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
372         (nnir-request-article): Improve article retrieval.
373
374 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
375
376         * mm-util.el (mm-extra-numeric-entities): New variable.
377
378         * mm-url.el (mm-url-decode-entities):
379         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
380
381         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
382
383 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
384
385         * message.el: Use completion-at-point.
386         (message-completion-function): New fun, extracted from message-tab.
387         (message-mode): Use it for completion-at-point-functions.
388         (message-tab): Use it and completion-at-point.
389
390 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
391
392         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
393         character if a non-breakable character follows.
394
395 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
396
397         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
398         any stream.
399
400         * shr.el (shr-tag-font): Colorize the region.
401         (shr-tag-body): Ditto.
402         (shr-tag-font): Actually let the styles be inherited instead of
403         overwriting them.
404         (shr-tag-font): Get the background color right.
405         (shr-tag-style): Ignore all <style> tags for the moment.
406
407         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
408         a Message-ID to avoid having nnimap depend on gnus-sum.
409
410         * shr.el (shr-descend): Only colorize something if we have a node that
411         sets colors.
412
413 2010-12-06  Julien Danjou  <julien@danjou.info>
414
415         * shr.el (shr-render-td): Render td content with shr-descend, so style
416         will be applied to <td> too.
417         (shr-colorize-region): Colorize region even if we only have a background.
418         (shr-tag-body): Fix color and background color inheritance.
419         Do not recolorize after shr-generic.
420         (shr-tag-font): Let shr-generic colorize via inheritance.
421
422 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
423
424         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
425
426 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
427
428         * nnir.el (nnir-request-move-article): Remove obsolete code.
429
430 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
431
432         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
433
434 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
435
436         * gnus-sum.el (gnus-summary-respool-article): The completion function
437         expects a list instead of an alist.
438
439         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
440         string as the parameter.
441
442         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
443
444         * shr.el (shr-stylesheet): New dynamic variable for cascading the
445         styles.
446         (shr-colorize-region): New function.
447         (shr-insert-background-overlay): Remove.
448         (shr-render-td): Background setting should be taken care of on a higher
449         level.
450         (shr-tag-body): Use post-hoc colorizations.
451         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
452         (shr-put-color-1): Don't overwrite old colors.
453         (shr-colorize-region): When the background color isn't explicit, use
454         a fixed background.
455
456         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
457         nnmail variables.
458
459 2010-12-05  Bjørn Mork  <bjorn@mork.no>
460
461         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
462         unless necessary.
463
464 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
465
466         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
467         server.
468
469 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
470
471         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
472         so that TAB works.
473
474         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
475         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
476
477         * shr.el (shr-urlify): Show the URL before the title to avoid
478         misleading URLs.
479
480 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
481
482         * shr.el (shr-urlify): Display the title in <a> tags.
483
484 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
485
486         * nnir.el (nnir-categorize): Replace mapcar with mapc.
487
488 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
489
490         * nnir.el: Rearrange code to allow macros to be autoloaded by
491         gnus-sum.el.
492         (nnir-retrieve-headers-override-function): Make this variable
493         customizable.
494         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
495
496         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
497         from nnir.el.
498
499 2010-12-03  Julien Danjou  <julien@danjou.info>
500
501         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
502
503 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
504
505         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
506         allow optional argument `environment'.
507
508 2010-12-03  Glenn Morris  <rgm@gnu.org>
509
510         * mm-extern.el (message-goto-body): Update declaration.
511
512 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
513
514         * gnus-util.el (gnus-macroexpand-all): New function.
515
516         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
517         instead of macroexpand-all that is unavailable in XEmacs.
518
519 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
520
521         * nnir.el (nnir-summary-line-format): New variable.
522         (nnir-mode): Use it.
523         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
524         (nnir-article-ids): Reimplement as defsubst.
525         (nnir-retrieve-headers): Don't mangle the subject header.
526         (nnir-run-imap): Use 100 as RSV score.
527         (nnir-run-find-grep): Fix for full server searching.
528         (nnir-run-gmane): Better restriction to gmane groups.
529
530         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
531         summary buffers.
532
533 2010-12-02  Julien Danjou  <julien@danjou.info>
534
535         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
536
537         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
538
539         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
540         support.
541
542 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
543
544         * nnir.el: Update to handle the registry better.
545         (autoload): Silence byte-compiler.
546         (nnir-open-server): Add a hook for nnir groups.
547         (nnir-request-move-article): Don't mangle the header. Better to use
548         formating variables (which will be added in the future).
549         (nnir-registry-action): Update the registry using the original article
550         group name.
551         (nnir-mode): Install nnir-specific hooks for updating the registry.
552
553         * gnus-sum.el
554         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
555         obsolete variables.
556         (gnus-summary-move-article): Remove use of obsolete variables.
557         (gnus-summary-local-variables): Make move and delete hooks local to
558         summary buffers.
559
560 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
561
562         * rtree.el: New file.
563
564 2010-12-01  Julien Danjou  <julien@danjou.info>
565
566         * message.el (message-user-organization): Do not use
567         gnus-local-organization.
568
569         * gnus.el: Remove gnus-local-organization.
570
571         * gnus-msg.el: Remove nastygram thing.
572
573 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
574
575         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
576         funcall.
577
578 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
579
580         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
581         names.
582
583         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
584         characters.
585
586         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
587         to t of inhibit-read-only since it is inside gnus-with-article-headers.
588         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
589         (gnus-gravatar-transform-address): Use mail-extract-address-components
590         that supports non-ASCII names rather than mail-header-parse-addresses.
591
592 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
593
594         * proto-stream.el (open-protocol-stream): All starttls connections are
595         handled by the network handler.
596
597 2010-11-30  Julien Danjou  <julien@danjou.info>
598
599         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
600         (nnimap-open-connection-1): Fix PREAUTH.
601
602         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
603
604 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
605
606         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
607         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
608         (shr-insert): Use them.
609         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
610
611 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
612
613         * nnir.el (nnir-request-move-article): Bail out if original group
614         doesn't support article moves.
615         (nnir-get-active): Improve active list retrieval.
616
617 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
618
619         * shr.el (shr-find-fill-point): Don't break before apostrophes.
620
621 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
622
623         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
624         seem to accept strings-with-numbers as port numbers,
625
626 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
627
628         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
629         change the registry.
630
631 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
632
633         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
634         delete-dups that is not available in XEmacs 21.4.
635
636         * mm-util.el (mm-delete-duplicates): Add comment.
637
638 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
639
640         * nnir.el (nnir-ignored-newsgroups): New variable.
641         (nnir-get-active): Use it.
642
643 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
644
645         * proto-stream.el (proto-stream-open-network): Add some comments.
646
647         * nntp.el (nntp-open-connection): Provide a :success condition.
648
649         * nnimap.el (nnimap-open-connection-1): Ditto.
650
651         * proto-stream.el (proto-stream-open-network): See what the response to
652         the STARTTLS command is.
653
654         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
655         backwards compatibility).
656         (nnimap-open-connection-1): Really respect nnimap-server-port.
657
658         * proto-stream.el (proto-stream-open-network): When doing opportunistic
659         TLS upgrades we don't really care about the identity of the peer.
660         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
661         that what we've checked for.
662         (proto-stream-always-use-starttls): Only default to t if
663         open-gnutls-stream exists.
664         (proto-stream-open-network): If STARTTLS failed, then just open a
665         normal connection.
666         (proto-stream-open-network): Wait until the greeting before doing
667         STARTTLS.
668
669         * nntp.el (nntp-open-connection): Report what the connection error is.
670
671         * proto-stream.el (open-protocol-stream): Renamed from
672         open-proto-stream.
673
674 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
675
676         * nnimap.el (nnimap-stream): Change default to `undecided'.
677         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
678         first, and then network.
679         (nnimap-open-connection-1): Respect nnimap-server-port.
680         (nnimap-open-connection): Be more backwards-compatible.
681
682         * proto-stream.el (proto-stream-always-use-starttls): New variable.
683         (proto-stream-open-starttls): De-duplicate the starttls code.
684         (proto-stream-open-starttls): Folded back into the main function.
685         (proto-stream-open-network): Fix typo in the gnutls path.
686         (proto-stream-command): Refactor out.
687
688         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
689
690         * proto-stream.el (proto-stream-open-starttls): Actually implement the
691         starttls.el STARTTLS.
692
693         * color.el (color-lab->srgb): Fix function call name.
694
695         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
696         if we're using tls.el.
697         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
698         built in, then don't try to establish a STARTTLS connection.
699
700         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
701         servers.
702
703         * proto-stream.el (open-proto-stream): Use network, not stream.
704         (open-proto-stream): Add a way to specify what the end of a command is.
705
706         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
707         connections types.
708         (nntp-open-network-stream): Remove.
709         (nntp-open-ssl-stream): Remove.
710         (nntp-open-tls-stream): Remove.
711         (nntp-ssl-program): Remove.
712
713         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
714
715 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
716
717         * nnir.el: Fix typos.
718         (nnir-retrieve-headers-override-function): Rename variable to reflect
719         new semantics.
720         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
721         macros.
722         (nnir-request-article, nnir-request-move-article): Use them.
723         (nnir-categorize): New function.
724         (nnir-run-query): Use it.
725         (nnir-retrieve-headers): Rewrite to batch header retrieval.
726         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
727         sorted.
728         (nnir-group-full-name): Use gnus-group-full-name instead.
729         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
730         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
731
732 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
733
734         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
735
736         * proto-stream.el: New library to provide protocol-specific
737         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
738         protocols.
739         (open-proto-stream): Complete the documentation.
740         (proto-stream-open-network): Fix some typos.
741
742         * nnimap.el (nnimap-open-connection): Use it.
743
744 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
745
746         * pop3.el (pop3-open-server): Read server greeting before starting TLS
747         negotiation.
748
749 2010-11-26  Julien Danjou  <julien@danjou.info>
750
751         * color.el: Rename various rgb functions to srgb.
752
753 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
754
755         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
756         names.
757
758 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
759
760         * shr.el (shr-insert): Revert last change.
761         (shr-find-fill-point): Never leave point being at bol;
762         relax the kinsoku limitation when rendering tables.
763
764 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
765
766         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
767         results from -accept-article.
768
769         * shr-color.el: Require cl when compiling.
770
771         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
772         checkin.
773
774         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
775
776         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
777
778         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
779         'add and 'delete to set backend marks.
780
781         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
782
783         * nnheader.el (nnheader-update-marks-actions): Refactor out.
784
785         * nntp.el (nntp-request-set-mark): Use it.
786
787         * nnfolder.el (nnfolder-request-set-mark): Ditto.
788
789         * nnml.el (nnml-request-set-mark): Ditto.
790
791         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
792         introduces regressions in article selection.
793         (nnimap-find-uid-response): New function.
794         (nnimap-request-accept-article): Use the UID returned, if any.
795         (nnimap-request-move-article): Use the UID returned, if any.
796         (nnimap-get-groups): Reimplement to work with folded lines.
797         (nnimap-find-uid-response): The UID is the last element in the list.
798         (nnimap-request-set-mark): Extend syntax with 'set.
799
800         * nnml.el (nnml-request-set-mark): Ditto.
801
802         * nnfolder.el (nnfolder-request-set-mark): Ditto.
803
804         * nntp.el (nntp-request-set-mark): Ditto.
805
806 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
807
808         * message.el (message-called-interactively-p): A temporary macro.
809         (message-goto-body): Use it temporarily.
810
811 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
812
813         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
814         (nnimap-last-response-string): Unfold quoted lines, if they exist.
815         (nnimap-last-response-string): Fix last unfolding fix.
816
817 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
818
819         * shr.el (shr-insert): Fix the way to fold lines.
820
821 2010-11-25  Julien Danjou  <julien@danjou.info>
822
823         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
824
825         * color.el: Rename from color-lab.el
826         (color-rgb->hex): Add.
827         (color-complement): Add.
828         (color-complement-hex): Add.
829
830         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
831
832 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
833
834         * shr-color.el (shr-color-visible): Don't bug out if the colour names
835         don't exist.
836
837 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
838
839         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
840         assuming that article displaying or another mml-preview may be
841         interrupted for an error or for the like.
842
843         * shr.el (shr-get-background): Fix argument name.
844
845 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
846
847         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
848
849         * gnus-sum.el (gnus-summary-include-articles): New function.
850
851         * message.el (message-goto-body): called-interactively-p needs a
852         parameter, so use `any'.
853
854         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
855         clear marks before moving, since they're synced from the Gnus side
856         first.
857
858         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
859         (gnus-summary-move-article): Copy over all marks before moving, so that
860         IMAP doesn't think a new article has arrived.
861
862 2010-11-24  Julien Danjou  <julien@danjou.info>
863
864         * shr.el (shr-insert-background-overlay): Fix typo.
865         (shr-render-td): Copy the background before rendering.
866
867         * shr-color.el (shr-color-visible): Fix docstring.
868
869         * shr.el (shr-tag-table): Add bgcolor support.
870         (shr-render-td): Add bgcolor support.
871         (shr-get-background): Add.
872         (shr-insert-foreground-overlay): Use shr-get-background.
873
874         * message.el (message-goto-body): Use called-interactively-p.
875         (message-in-body-p): message-goto-body returns point.
876
877 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
878
879         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
880         Fixes something or other in Emacs 23, and is backwards compatible.
881
882         * message.el (message-goto-body): Remove the <#secure special-casing,
883         which is too special.
884
885         * shr.el (shr-parse-style): Drop !important from styles.
886
887 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
888
889         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
890         this function to return incorrect results when calling it with an
891         explicit article argument different from
892         (gnus-summary-article-number).
893
894 2010-11-24  Julien Danjou  <julien@danjou.info>
895
896         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
897         (shr-tag-body): Add background support.
898         (shr-descend): Add background support.
899         (shr-tag-title): Add.
900
901         * shr-color.el (shr-color-visible): Really return original background
902         if fixed.
903
904 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
905
906         * shr.el (shr-color-check): Protect against non-existant colour names.
907
908 2010-11-24  Julien Danjou  <julien@danjou.info>
909
910         * color-lab.el: Require 'cl when compiling.
911
912         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
913
914         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
915         matched part.
916
917         * color-lab.el: Fix all expt calls to use float type.
918
919 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
920
921         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
922         expression to shr-color-check as is.
923
924         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
925
926         * color-lab.el: Add coding cookie.
927         (float-pi): Use eval-and-compile.
928
929         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
930         compiled for Emacsen having no `libxml-parse-html-region' support.
931
932 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
933
934         * shr.el (shr-insert-color-overlay): Split stuff like
935         "#444444 !important" to find the real colour.
936         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
937         parse <font color="red"> entries.
938
939 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
940
941         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
942         point when parsing headers.
943
944         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
945         is positioned properly when parsing headers.
946
947 2010-11-23  Julien Danjou  <julien@danjou.info>
948
949         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
950
951         * shr-color.el (shr-color->hexadecimal): Add support for color names.
952
953         * shr.el (shr-parse-style): Replace \n with space in style parsing.
954
955         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
956         shr-color-hue-to-rgb.
957         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
958
959 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
960
961         * shr.el (shr-color->hexadecimal): Autoload.
962         (shr-descend): Add color to all tags.
963
964 2010-11-22  Julien Danjou  <julien@danjou.info>
965
966         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
967         shr-color->hexadecimal.
968
969         * shr-color.el (shr-color->hexadecimal): Add converting functions for
970         RGB() or HSL() color representation.
971
972         * shr.el (shr-tag-font): Add.
973         (shr-tag-color-check): New function to get better colors.
974         (shr-tag-insert-color-overlay): Factorize code between tag-font and
975         tag-span.
976
977         * shr-color.el: New file.
978
979         * color-lab.el: New file.
980
981         * gnus-art.el (gnus-url-mailto): Do not downcase args.
982
983 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
984
985         * nnir.el: Fix typo in comments.
986         (nnir-run-imap): Simplify code. No need to reverse artlist.
987         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
988
989 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
990
991         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
992
993         * nnimap.el (nnimap-get-capabilities): Refactor out.
994         (nnimap-open-connection): Re-request capabilities after STARTTLS.
995
996 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
997
998         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
999         appearing when `mm-uu-hide-markers' is nil.
1000
1001 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1002
1003         * nnimap.el (nnimap-unselect-group): Make into its own function.
1004         (nnimap-request-rename-group): Unselect group before renaming.
1005         This had gotten lost somewhere.
1006         (nnimap-request-accept-article): Keep track of examined groups, and
1007         unselect the group before APPENDing to read-only groups.
1008         (nnimap-request-move-article): Clear flags before moving so that they
1009         can be re-set later.
1010
1011 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1012
1013         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1014         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1015
1016 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1017
1018         * gnus-art.el (gnus-mime-display-single)
1019         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1020         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1021         parameter.
1022
1023 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1024
1025         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1026         (shr-table-vertical-line): New variable.
1027         (shr-insert-table): Use it.
1028
1029 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1030
1031         * gnus-html.el (gnus-html-wash-images): Don't display images if
1032         gnus-inhibit-images is non-nil; register displayer for cid images.
1033         (gnus-html-display-image): Work for cid image.
1034         (gnus-html-insert-image): Allow arguments.
1035         (gnus-html-put-image): Inhibit read-only.
1036         (gnus-html-prefetch-images): Don't prefetch images if
1037         gnus-inhibit-images is non-nil.
1038
1039 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1040
1041         * shr.el (shr-put-image): Break lines when inserting big pictures.
1042
1043 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1044
1045         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1046         sender, thanks Katsumi Yamaoka.
1047
1048 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1049
1050         * nnir.el (nnir-run-imap): Reverse the article list for each group
1051         rather than the whole list.
1052
1053 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1054
1055         * shr.el (shr-image-displayer): Protect function against non-existent
1056         image source.
1057
1058         * gnus-art.el (gnus-inhibit-images): New user option.
1059         (gnus-mime-display-single): Don't display image if it is non-nil.
1060
1061         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1062         gnus-inhibit-images.
1063
1064         * shr.el (shr-image-displayer): New function.
1065         (shr-tag-img): Use it.
1066
1067 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1068
1069         * mml2015.el (mml2015-epg-sign): Use From header.
1070
1071 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1072
1073         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1074
1075         * gnus-util.el (gnus-find-text-property-region): Return markers.
1076
1077         * shr.el (shr-tag-img): Put a displayer in the text property.
1078
1079         * gnus-util.el (gnus-find-text-property-region): New utility function.
1080
1081         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1082         (gnus-html-show-images): Remove.
1083
1084         * gnus-art.el (gnus-article-show-images): New, more general function.
1085
1086         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1087         image url text properties.
1088
1089         * shr.el: Ditto.
1090
1091         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1092         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1093
1094 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1095
1096         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1097         work for two or more articles.
1098
1099 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1100
1101         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1102         divide an image that's in an html article to two or more when washing
1103         non-ASCII characters in alt text of it.
1104
1105 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1106
1107         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1108         smime-decrypt-region using function argument.
1109         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1110
1111         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1112
1113         * smime.el (smime-decrypt-region): Catch it.
1114
1115 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1116
1117         * smime.el (smime-mode-map): Move initialization into declaration.
1118         (gnus-run-mode-hooks): Don't autoload.
1119         (smime-mode): Use define-derived-mode.
1120
1121 2010-11-11  Glenn Morris  <rgm@gnu.org>
1122
1123         * smime.el (from): Restrict declaration to XEmacs.
1124
1125         * nnir.el (gnus-group-topic-name): Autoload.
1126
1127 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1128
1129         * shr.el (shr-insert): Don't break long line if it is because of
1130         kinsoku-bol characters in the line end.
1131
1132 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1133
1134         * nnir.el (nnir-request-move-article): Fix to provide original group
1135         and subject.
1136         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1137         been retrieved.
1138
1139         * gnus-sum.el (gnus-summary-move-article): Use original group and
1140         subject for virtual articles such as those in an nnir summary buffer.
1141
1142 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1143
1144         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1145         least 21.5).
1146
1147         * smime.el (from): Declare it again for XEmacs.
1148
1149 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1150
1151         * message.el (message-resend): Don't disable encoding unless it's
1152         already encoded.
1153
1154         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1155         low-numbered articles.
1156
1157 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1158
1159         * rfc2047.el (rfc2047-syntax-table): Simplify.
1160
1161         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1162
1163         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1164         set-char-table-range for XEmacs.
1165
1166 2010-11-10  Glenn Morris  <rgm@gnu.org>
1167
1168         * time-date.el (time-to-seconds): Always an alias on Emacs,
1169         never a real function.
1170         (with-no-warnings): Remove compat stub, now unused.
1171         (time-less-p): Doc fix.
1172         (time-to-number-of-days): Simplify.
1173
1174         * smime.el (from): Remove unused declaration.
1175
1176         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1177         (gnus-float-time): On Emacs, always an alias.
1178
1179         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1180         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1181
1182 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1183
1184         * dgnushack.el: Don't use ignore-errors in the top level form since it
1185         is unavailable in XEmacs even if cl is loaded.
1186
1187         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1188
1189 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1190
1191         * shr.el (browse-url-mailto): Autoload.
1192
1193         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1194
1195         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1196         regexp doesn't need quoting.
1197
1198 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1199
1200         * message.el (message-subject-trailing-was-ask-regexp)
1201         (message-subject-trailing-was-regexp): Match was: in addition to was.
1202
1203 2010-11-09  Glenn Morris  <rgm@gnu.org>
1204
1205         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1206         (nnbabyl-check-mbox): Use point-at-bol.
1207
1208 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1209
1210         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1211
1212         * message.el (message-mailto): New function.
1213         (message-mailto): Should accept other parameters.
1214         (message-mailto): Remove since it duplicates browse-url-mailto
1215         functionality.
1216
1217 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1218
1219         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1220         methods.
1221         (gnus-read-active-file): Ditto.
1222
1223         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1224         ": " from the prompt.
1225         (gnus-group-make-group): Ditto.
1226
1227 2010-11-07  Glenn Morris  <rgm@gnu.org>
1228
1229         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1230         (gnus-bookmark-kill-line): Use point-at-eol.
1231
1232 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1233
1234         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1235         asterisks in From header.
1236
1237 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1238
1239         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1240         string to avoid making the From headers syntactically invalid.
1241
1242         * message.el (message-send-mail): Don't insert courtesy messages if the
1243         message already has List-Post and List-ID messages.
1244
1245 2010-11-06  Glenn Morris  <rgm@gnu.org>
1246
1247         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1248         `condition', `type', `length' a prefix.
1249         (gnus-treat-predicate): Update for above name changes.
1250
1251 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1252
1253         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1254         binding.  Handled by `gnus-summary-refer-thread' instead.
1255         (nnir-warp-to-article): New backend function.
1256
1257         * nnimap.el (nnimap-request-thread): Force dependency updating.
1258
1259         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1260         (gnus-summary-refer-thread): Rework to improve thread-referral.
1261
1262         * gnus-int.el (gnus-warp-to-article): New function.
1263
1264         * gnus-sum.el (gnus-summary-article-map): Bind it.
1265
1266 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1267
1268         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1269         gnus-summary-refer-thread.
1270
1271         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1272         headers.
1273         (gnus-summary-limit-include-thread): Prevent articles in thread from
1274         being cut in gnus-cut-threads.
1275         (gnus-summary-refer-thread): Limit retrieved headers to those in
1276         thread.
1277
1278 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1279
1280         * message.el (message-send-mail): Use the value of
1281         message-courtesy-message from the message buffer.
1282
1283         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1284
1285         * shr.el (shr-browse-url): Implement mailto: URLs.
1286
1287         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1288         "raw".
1289
1290         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1291         if it's already selected.
1292
1293         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1294
1295 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1296
1297         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1298         to measure the length and truncate alt text.
1299
1300 2010-11-03  Glenn Morris  <rgm@gnu.org>
1301
1302         * nndiary.el (nndiary-generate-nov-databases-1)
1303         (nndiary-generate-active-info): Rename dynamic variable `files' to
1304         something less generic.
1305
1306 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1307
1308         * nnir.el (nnir-request-move-article): Call the underlying backend to
1309         move articles from nnir.
1310
1311 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1312
1313         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1314
1315 2010-11-02  Julien Danjou  <julien@danjou.info>
1316
1317         * nnir.el: Remove wais support.
1318
1319 2010-11-02  Glenn Morris  <rgm@gnu.org>
1320
1321         * gnus-html.el: Reorder requirements to quieten compiler.
1322
1323 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1324
1325         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1326         properly for XEmacs as well.
1327         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1328         (gnus-article-natural-long-line-p): Use window-width rather than
1329         frame-width.
1330
1331 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1332
1333         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1334         (nnir-read-parms): Don't modify query.
1335         (nnir-run-query): Add ability to search topic on current line.
1336         (nnir-get-active): Clean up.
1337
1338 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1339
1340         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1341         degenerate articles.
1342
1343         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1344         (gnus-print-buffer): Just print the buffer as is, without any copying
1345         to a buffer and then re-highlighting.
1346
1347         * nnimap.el (nnimap-request-group): Store the new updated info.
1348         (nnimap-request-group): Select the group when we don't know whether it
1349         exists or not.
1350
1351         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1352         groups.
1353
1354         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1355         groups.
1356
1357         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1358         groups.
1359
1360         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1361         long-lines case by only filling the long lines.
1362
1363         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1364         (bug #7311).
1365
1366 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1367
1368         * shr.el: No need to declare `declare-function' since shr.el is for
1369         only Emacsen that provide `libxml-parse-html-region'.
1370
1371         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1372         effective only in a file it is referred to.
1373
1374 2010-11-01  Glenn Morris  <rgm@gnu.org>
1375
1376         * mm-util.el (gnus-completing-read): Autoload.
1377         (mm-read-coding-system): Simplify Emacs definition.
1378
1379         * nnmail.el (gnus-activate-group):
1380         * nnimap.el (gnutls-negotiate):
1381         * nntp.el (netrc-parse): Fix declarations.
1382
1383 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1384
1385         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1386         string-match-p in Emacs >=23.
1387
1388         * gnus-msg.el (gnus-configure-posting-styles)
1389         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1390
1391 2010-11-01  Glenn Morris  <rgm@gnu.org>
1392
1393         * nnir.el (declare-function): Add compat stub.
1394         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1395         (nnir-run-gmane): Require 'mm-url.
1396
1397         * mm-util.el (mm-string-to-multibyte): Simplify.
1398
1399         * shr.el (declare-function): Add compat stub.
1400         (url-cache-create-filename): Declare.
1401         (mm-disable-multibyte, widget-convert-button): Autoload.
1402
1403         * smime.el (ldap-search): Declare.
1404         (smime-cert-by-ldap-1): Require ldap on Emacs.
1405
1406         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1407         (nnimap-keepalive): Use gnus-float-time.
1408
1409         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1410         (mail-source-delete-crash-box): Use gnus-float-time.
1411
1412         * gnus-dired.el (gnus-completing-read): Autoload.
1413
1414         * mm-view.el (gnus-rescale-image): Autoload.
1415
1416         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1417
1418         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1419
1420         * sieve-manage.el: Require 'cl when compiling.
1421
1422         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1423         (gnus-iswitchb-completing-read): Require iswitchb.
1424         (gnus-select-frame-set-input-focus): Silence compiler.
1425
1426 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1427
1428         * message.el (message-subject-trailing-was-query): Change default to t,
1429         since I think that's what most people want.
1430
1431         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1432         appending for easier debugging.
1433         (nnimap-wait-for-connection): Take a regexp.
1434         (nnimap-request-accept-article): Wait for the continuation line before
1435         sending anything unless we're streaming.
1436
1437         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1438         leave the header washing to take place.
1439
1440 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1441
1442         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1443         regular expression match and replace in posting styles.
1444
1445 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1446
1447         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1448         an entire server.
1449         (nnir-get-active): New function.
1450         (nnir-run-imap): Use it.
1451         (nnir-run-gmane): Who knew, gmane search returns an article score!
1452
1453         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1454         server on the current line with nnir.
1455
1456 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1457
1458         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1459         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1460         left edge.
1461         (gnus-article-foldable-buffer): Skip past the prefix when determining
1462         raggedness.
1463
1464         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1465         the raw article, and change `C-u g' to show the article without doing
1466         treatments.
1467
1468         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1469         on to `gnus-treat-article'.
1470         (gnus-inhibit-article-treatments): New variable.
1471
1472         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1473
1474         * gnus-art.el (gnus-treatment-function-alist): Have
1475         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1476         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1477         sections.
1478
1479         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1480         parameter.
1481         (gnus-article-fill-cited-long-lines): New function.
1482         (gnus-article-fill-cited-article): Allow filling only long sections.
1483
1484         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1485         and non-punctuation (like after the apostrophe in "'We").
1486
1487         * gnus-sum.el (gnus-summary-select-article): Make sure
1488         gnus-original-article-buffer is alive.
1489
1490         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1491         reflect the order they're in in the digest.
1492
1493         * gnus.el (gnus-group-startup-message): Move point to the start of the
1494         buffer.
1495
1496         * nnimap.el (nnimap-capability): New function.
1497         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1498         is set.
1499
1500 2010-10-31  David Engster  <dengste@eml.cc>
1501
1502         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1503         conform with changes to gnus-completing-read.
1504
1505 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1506
1507         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1508
1509 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1510
1511         * nnir.el: Move defvar, defcustom around to keep file organized
1512         and keep byte-compiler quiet.
1513         (nnir-read-parms): Accept search-engine as arg.
1514         (nnir-run-query): Pass search-engine as arg.
1515         (nnir-search-engine): Remove.
1516
1517 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1518
1519         * shr.el (shr-generic): The text nodes should be text, not :text.
1520
1521         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1522         later in the file.
1523
1524 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1525
1526         * nnir.el: General clean up.  Allow searching with multiple engines.
1527         Allow separate extra-parameters for each engine.
1528         Batch queries when possible.
1529         (nnir-imap-default-search-key,nnir-method-default-engines):
1530         Add customize interface.
1531         (nnir-run-gmane): New engine.
1532         (nnir-engines): Use it.  Qualify all prompts with engine name.
1533         (nnir-search-engine): Remove global variable.
1534         (nnir-run-hyrex): Restore for now.
1535         (nnir-extra-parms,nnir-search-history): New variables.
1536         (gnus-group-make-nnir-group): Use them.
1537         (nnir-group-server): Remove in favor of gnus-group-server.
1538         (nnir-request-group): Avoid searching twice.
1539         (nnir-sort-groups-by-server): New function.
1540
1541 2010-10-30  Julien Danjou  <julien@danjou.info>
1542
1543         * gnus-group.el: Remove gnus-group-fetch-control.
1544
1545         * gnus-start.el (gnus-find-new-newsgroups):
1546         Remove gnus-check-first-time-used.
1547
1548         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1549
1550 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1551
1552         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1553         set on groups that don't have \* permanentflags.
1554
1555 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1556
1557         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1558         control the background color.
1559         (shr-tag-img): Ignore very small web bug type images.
1560         (shr-put-image): Add help-echo alt texts to the images.
1561         (shr-tag-video): Show the video poster image.
1562
1563 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1564
1565         * shr.el (shr-table-depth): New variable.
1566         (shr-tag-table-1): Only insert the images after the top-level table.
1567
1568         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1569
1570         * gnus-util.el (gnus-list-memq-of-list): New function.
1571
1572         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1573         selected.
1574         (nnimap-unsplittable-articles): New slot.
1575         (nnimap-new-articles): Use it.
1576
1577 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1578
1579         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1580         move to the previous line on `M-g'.
1581
1582 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1583
1584         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1585         *-request-group, which seems unnecessary.
1586
1587         * nnimap.el (nnimap-quote-specials): Function copied over from
1588         imap.el.
1589         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1590         they support that.  Suggested by Tom Regner.
1591
1592 2010-10-29  Julien Danjou  <julien@danjou.info>
1593
1594         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1595         defalias.
1596         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1597
1598         * gnus.el: Remove `gnus-nntp-service' variable.
1599         (gnus-secondary-servers): Make obsolete.
1600         (gnus-nntp-server): Make obsolete.
1601
1602         * gnus-start.el (gnus-1): Remove x-splash calls.
1603
1604         * gnus-ems.el (gnus-x-splash): Remove.
1605
1606         * gnus.el (gnus-group-startup-message): Simplify/update code.
1607
1608         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1609         definition.
1610
1611         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1612         capability before doing anything.
1613         (gnus-group-insert-group-line): Remove useless
1614         gnus-group-remove-excess-properties.
1615
1616 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1617
1618         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1619
1620 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1621
1622         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1623         config after reselecting.
1624
1625 2010-10-28  Julien Danjou  <julien@danjou.info>
1626
1627         * shr.el (shr-put-image): Use point even if only inserting text.
1628         (shr-put-image): Save excursion when inserting alt text on non-graphic
1629         display, so the behaviour is the same when we are on a graphic display.
1630
1631         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1632
1633 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1634
1635         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1636         (gnus-mime-copy-part): Check coding system, not charset.
1637         (gnus-mime-view-part-externally): Never remove part.
1638         (gnus-mime-view-part-internally): Don't remove part here.
1639         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1640         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1641         multipart/alternative.
1642
1643         * mm-decode.el (mm-display-part): Take optional arg `force'.
1644
1645 2010-10-26  Julien Danjou  <julien@danjou.info>
1646
1647         * gnus-group.el (gnus-group-default-list-level): Add this function to
1648         compute the default list level.
1649         (gnus-group-default-list-level): Add possibility to use a function.
1650
1651 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1652
1653         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1654
1655         * gnus-group.el (gnus-group-completing-read)
1656         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1657         gnus-replace-in-string.
1658
1659 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1660
1661         * shr.el (shr-tag-div): Add.
1662
1663         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1664
1665 2010-10-25  Julien Danjou  <julien@danjou.info>
1666
1667         * gnus-util.el: Remove `gnus-with-local-quit'.
1668
1669         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1670
1671 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1672
1673         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1674         the original article buffer.
1675
1676 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1677
1678         * nnimap.el (nnimap-request-head): New function.
1679         (nnimap-request-move-article): Try to be slighly faster by not
1680         requesting the entire message when moving.
1681         (nnimap-transform-headers): Don't bug out on bodiless articles.
1682         (nnimap-send-command): Have no outstanding messages if the IMAP server
1683         doesn't support streaming.
1684         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1685
1686 2010-10-24  Julien Danjou  <julien@danjou.info>
1687
1688         * message.el (message-default-headers): Fix type.
1689
1690 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1691
1692         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1693         prefetching images.
1694
1695         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1696         backend for unknown groups.  This is mainly useful for nnimap groups.
1697
1698         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1699         group isn't covered by the agent.
1700
1701 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1702
1703         * nnir.el (nnir-method-default-engines): New variable.
1704         (nnir-run-query): Use it.
1705         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1706         (gnus-summary-nnir-goto-thread): Change group if needed.
1707
1708         * gnus-group.el (gnus-group-group-map): Add key binding for
1709         gnus-group-make-nnir-group.
1710
1711 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1712
1713         * shr.el (shr-tag-object): Add.
1714
1715         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1716         original article buffer live.
1717         (gnus-summary-select-article-buffer):
1718         Mention gnus-widen-article-buffer.
1719
1720 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1721
1722         * shr.el (shr-tag-strong): Add.
1723
1724 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1725
1726         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1727         group names.  They mess up the group buffer badly.
1728
1729         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1730
1731         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1732         instead of the summary one.
1733
1734 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1735
1736         * mml.el (mml-preview): Work properly when editing article.
1737
1738         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1739         gnus-have-read-active-file if it's already been in.
1740
1741 2010-10-22  Tom Tromey  <tromey@redhat.com>
1742
1743         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1744         gnus-group-completing-read.
1745
1746 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1747
1748         * message.el (message-mode-map): Don't bind M-; to comment region, to
1749         allow the global comment-dwim to work.
1750
1751 2010-10-21  Julien Danjou  <julien@danjou.info>
1752
1753         * message.el (message-setup-1): Allow message-default-headers to be a
1754         function.
1755
1756 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1757
1758         * shr.el (shr-tag-table): Simplify.
1759
1760 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1761
1762         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1763         to avoid trying to snarf invalid stuff.
1764
1765         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1766
1767         * gnus.el (gnus-message-archive-group): Quote value.
1768         (gnus-message-archive-group): Mark as changed.
1769
1770         * shr.el (shr-add-font): Don't put the font properties on the newline
1771         or the indentation.
1772
1773         * message.el (message-fix-before-sending): Change options when sending
1774         non-printable characters.
1775
1776         * gnus.el (gnus-message-archive-method): Change the default to
1777         monthly outgoing groups.
1778
1779         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1780         that have gotten new numbers.
1781
1782         * nnimap.el (nnimap-request-replace-article): New function.
1783
1784 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1785
1786         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1787         (nnrss-request-article): Don't use special html washing code.
1788
1789 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1790
1791         * shr.el (shr-tag-table): Remove useless nconc.
1792
1793 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1794
1795         * gnus-art.el (article-wash-html): Simplify and remove the charset
1796         stuff.  Use the normal html rendering code instead of the special html
1797         washing code.
1798
1799         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1800         `gnus-w3m' symbols.
1801         (mm-text-html-washer-alist): Remove.
1802
1803         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1804         (mm-inline-media-tests): Remove use.
1805         (mm-text-html-renderer): Change default to the `shr' symbol.
1806
1807         * mm-view.el (mm-inline-text-html): Remove use.
1808
1809         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1810         `gnus-blocked-images' to be a function.
1811         (gnus-article-wash-function): Remove.
1812
1813 2010-10-20  Julien Danjou  <julien@danjou.info>
1814
1815         * spam.el (spam-list-of-processors): Mark as obsolete.
1816
1817         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1818         (nnimap-insert-partial-structure): Fix boundary detection.
1819
1820 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1821
1822         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1823         run file-truename on remote files.  This can be expensive and even
1824         prevent one from editing drafts if some unrelated buffer has a stale
1825         connection.
1826
1827 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1828
1829         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1830         kinsoku-eol regardless of shr-kinsoku-shorten.
1831         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1832         (shr-tag-table): Support caption, thead, and tfoot.
1833
1834 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1835
1836         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1837         lines.
1838         (shr-save-contents): New command and keystroke.
1839
1840         * nndoc.el (nndoc-type-alist): Add git support.
1841         (nndoc-git-type-p): New function.
1842         (nndoc-transform-git-article): Ditto.
1843         (nndoc-transform-git-headers): Ditto.
1844         (nndoc-transform-git-headers): Generate Subject headers.
1845
1846         * shr.el (shr-parse-style): New function.
1847         (shr-tag-span): Ditto.
1848
1849         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1850         to `G G' to avoid collisions.
1851
1852 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1853
1854         * shr.el: Load kinsoku if necessary.
1855         (shr-kinsoku-shorten): New internal variable.
1856         (shr-find-fill-point): Make kinsoku shorten text line if
1857         shr-kinsoku-shorten is bound to non-nil.
1858         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1859         shr-indentation too when testing if table is wider than frame width.
1860         (shr-insert-table): Use `string-width' instead of `length' to measure
1861         text width.
1862         (shr-insert-table-ruler): Make sure indentation is done at bol.
1863
1864 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1865
1866         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1867         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1868         undecoded network data.
1869
1870 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1871
1872         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1873         name in the mode line spec so that the mode line menu works
1874         (bug #2431).
1875
1876         * message.el (message-get-reply-headers): If we're fed `to-address',
1877         then always use that.
1878
1879         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1880         aren't so wide as to need to switch off the edit menu.
1881
1882         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1883         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1884
1885         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1886         `M-g'.
1887         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1888         the permanent marks.
1889
1890 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1891
1892         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1893         Splitting according to references/in-reply-to obeys the ignore-groups
1894         variable, while splitting by sender and subject do not.
1895
1896 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1897
1898         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1899         alist, so that we can look for non-Unicode chars.
1900         (article-translate-strings): Allow both character and string maps.
1901
1902 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1903
1904         * shr.el (shr-insert): Don't insert space behind a wide character
1905         categorized as kinsoku-bol, or between characters both categorized as
1906         nospace.
1907
1908 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1909
1910         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1911         headers to gnus-newsgroup-headers.
1912
1913 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1914
1915         * shr.el (shr-tag-img): Don't align images -- since we're not
1916         rescaling, this often leads to ugly displays.
1917
1918 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1919
1920         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1921         duplicates.
1922
1923 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1924
1925         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1926         call.
1927
1928 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1929
1930         * gnus.el: Autoload gnus-html-show-images.
1931
1932         * nnimap.el: Use nnheader-message throughout.
1933
1934         * shr.el (shr-tag-img): Ignore images with no data.
1935
1936 2010-10-15  Julien Danjou  <julien@danjou.info>
1937
1938         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1939         a possibility to disable format=flow encoding when using hard newlines.
1940
1941 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1942
1943         * shr.el (shr-insert): Remove space inserted before or after a
1944         breakable character or at the beginning or the end of a line.
1945         (shr-find-fill-point): Do kinsoku; find the second best point or give
1946         it up if there's no breakable point.
1947
1948 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1949
1950         * nnimap.el (nnimap-open-connection): Message when opening connection
1951         for debugging purposes.
1952
1953         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1954         on every setup buffer call to allow this to change from article to
1955         article.
1956
1957         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1958         buffers where we have a wide table.
1959
1960 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1961
1962         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1963         uses *-request-thread.
1964
1965 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1966
1967         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1968         incantation, which is no longer valid.
1969
1970 2010-10-14  Julien Danjou  <julien@danjou.info>
1971
1972         * shr.el: Fix defcustom type (char -> character).
1973
1974 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1975
1976         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1977         programs.
1978
1979 2010-10-14  Julien Danjou  <julien@danjou.info>
1980
1981         * shr.el (shr-tag-a): Use url-link as widget type.
1982
1983         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1984         `gnus-group-get-icon'.
1985
1986 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1987
1988         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1989         This should make server editing work better.
1990
1991         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1992
1993         * tls.el (tls-program): Remove spurious %s from openssl.
1994
1995         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1996         (nnimap-parse-flags): Fix regexp.
1997
1998         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1999         probably work for CJVK text, too.
2000
2001         * nnimap.el (nnimap-extend-tls-programs): Remove.
2002         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2003
2004         * tls.el (tls-starttls-switches): Remove starttls hack.
2005         (open-tls-stream): Ditto.
2006         (tls-find-starttls-argument): Ditto.
2007
2008 2010-10-13  Julien Danjou  <julien@danjou.info>
2009
2010         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2011         responses.
2012
2013 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2014
2015         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2016
2017         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2018         anything in Emacs.
2019
2020         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2021
2022 2010-10-13  Julien Danjou  <julien@danjou.info>
2023
2024         * shr.el (shr-width): Make shr-width a defcustom with default to
2025         fill-column.
2026         (shr-tag-img): Use shr-width rather than fill-column.
2027
2028 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2029
2030         * dgnushack.el (byte-optimize-apply)
2031         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2032
2033         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2034         position when (X-)Faces exist.
2035         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2036         avatars when called interactively.
2037
2038 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2039
2040         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2041         gnus-article-x-face-too-ugly is bound.
2042
2043 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2044
2045         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2046
2047         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2048         mailbox that doesn't exist.
2049
2050 2010-10-12  Julien Danjou  <julien@danjou.info>
2051
2052         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2053         (shr-get-image-data): Encode URL properly when fetching from cache.
2054         (shr-tag-img): Use aligned-to spaces to align correctly images.
2055
2056         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2057         before inserting the Gravatar.
2058
2059         * shr.el (shr-tag-img): Add align attribute support for <img>.
2060
2061 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2062
2063         * gnus-gravatar.el (gnus-art): Require.
2064
2065         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2066         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2067         Remove long obsoleted functions.
2068
2069 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2070
2071         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2072
2073         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2074
2075         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2076         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2077         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2078         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2079         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2080         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2081         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
2082
2083 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2084
2085         * nnimap.el (nnimap-request-rename-group): Select group read-only
2086         before renaming it.
2087
2088         * shr.el (shr-insert): Fix up the white space only regexp.
2089
2090         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2091         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2092
2093         * shr.el (shr-current-column): New function.
2094         (shr-find-fill-point): New function.
2095
2096 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2097
2098         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2099         numbers.
2100
2101 2010-10-11  Julien Danjou  <julien@danjou.info>
2102
2103         * shr.el (shr-hr-line): Add.
2104         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2105         display hr lines.
2106         (shr-max-columns): Do not change state to nil if we just inserting
2107         spaces.
2108
2109 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2110
2111         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2112         select the last group.
2113
2114 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2115
2116         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2117
2118 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2119
2120         * dig.el (dig-mode-map): Declare and define in one step.
2121
2122 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2123
2124         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2125         for Gnus.
2126         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2127         (nnimap-update-qresync-info): Mark \Seen articles as read.
2128
2129         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2130         non-variable, too.
2131
2132         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2133         available.
2134         (nnimap-update-info): Rely more on the current active than the param
2135         active to avoid marking articles as read too much.
2136
2137         * auth-source.el (auth-source-create): Use (user-login-name) for the
2138         user name default.
2139
2140         * nnimap.el (nnimap-update-info): If the server doesn't return any
2141         useful info, just use the previous info.
2142         (nnimap-update-info): Prefer old info over start-article.
2143         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2144
2145 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2146
2147         * nnir.el (autoload): Clean up autoloads.
2148         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2149         Use key rather than value.
2150         (nnir-imap-search-other): New variable.
2151         (nnir-read-parm): Use it.
2152         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2153         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2154
2155 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2156
2157         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2158         the process, too.
2159
2160 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2161
2162         * spam.el (gnus-summary-mode-map): Bind to "$".
2163         Suggested by Russ Allbery.
2164
2165         * shr.el: Rework the way things are indented by <li> slightly.
2166
2167         * gnus.el (gnus-group-set-parameter): Fix typo.
2168
2169         * nnimap.el: Start implementing QRESYNC support.
2170
2171 2010-10-09  Julien Danjou  <julien@danjou.info>
2172
2173         * nnir.el (nnir-engines): Fix too many arguments.
2174
2175 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2176
2177         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2178         group is the "last", so that the backends like nnfolder actually save
2179         their folders.
2180
2181         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2182         try to use that for the tls stream.
2183         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2184         UIDVALIDITY and find out which groups are read-only and not.
2185         (nnimap-get-flags): Use the same marks parsing code as the rest of
2186         nnimap.
2187
2188 2010-10-09  Julien Danjou  <julien@danjou.info>
2189
2190         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2191
2192         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2193         retrieving gravatars.
2194
2195         * shr.el (shr-table-corner): Add.
2196         (shr-table-line): Add.
2197         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2198
2199 2010-10-08  Julien Danjou  <julien@danjou.info>
2200
2201         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2202
2203 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2204
2205         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2206
2207         * gnus-sum.el (gnus-mark-article-as-unread)
2208         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2209         (gnus-summary-set-bookmark): Use it.
2210
2211         * gnus-msg.el (gnus-setup-message): Use it.
2212
2213         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2214
2215         * gnus.el (gnus-group-remove-parameter): Use it.
2216
2217         * gnus-group.el (gnus-group-make-web-group): Use it.
2218
2219         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2220
2221         * nnregistry.el: Update docs to mention manual.
2222
2223         * gnus-registry.el: Update docs to mention nnregistry.el.
2224         (gnus-registry-initialize): Don't install nnregistry refer method
2225         automatically.
2226         (gnus-registry-install-nnregistry): Remove it.
2227
2228 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2229
2230         * shr.el (shr-insert): Don't insert double spaces.
2231
2232 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2233
2234         * gnus-gravatar.el (gnus-treat-from-gravatar)
2235         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2236         called interactively.
2237
2238         * gnus-art.el (gnus-mime-view-part-externally)
2239         (gnus-mime-view-part-internally): Make predicate function passed to
2240         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2241         of a mime type.
2242
2243         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2244
2245 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2246
2247         * shr.el (require): Require cl when compiling.
2248         (shr-tag-hr): New function.
2249
2250         * nnimap.el (nnimap-update-info): Remove double setting of high.
2251         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2252         This makes nnimap work properly on Courier again.
2253
2254         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2255         the variable for backwards compatability.
2256
2257         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2258         the file name before using to avoid setting mm-default-directory to
2259         nil.
2260
2261         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2262         bidning gnus-agent variables.
2263
2264         * shr.el (shr-render-td): Use a cache for the table rendering function
2265         to avoid getting an exponential rendering behaviour in nested tables.
2266         (shr-insert): Rework the line-breaking algorithm.
2267         (shr-insert): Don't leave trailing spaces.
2268         (shr-insert-table): Also insert empty TDs.
2269         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2270
2271 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2272
2273         * gnus-sum.el (gnus-number): Rename from `number'.
2274         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2275         (gnus-summary-limit-children): Update uses correspondingly.
2276
2277 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2278
2279         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2280         (gnus-gravatar-transform-address): Don't show avatars of people of
2281         which mail addresses match gnus-gravatar-too-ugly.
2282
2283 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2284
2285         * shr.el (shr-table-widths): Expand TD elements to fill available
2286         space.
2287
2288 2010-10-07  Julien Danjou  <julien@danjou.info>
2289
2290         * nnimap.el (nnimap-request-rename-group): Add this method.
2291
2292 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2293
2294         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2295         name from XEmacs' function-arglist.
2296
2297         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2298         gravatar under XEmacs.
2299
2300 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2301
2302         * auth-source.el: Update docs with TODO items.
2303
2304         * gnus-sync.el: Update docs to explain state and plans.
2305
2306         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2307         Hooks for mark updates.
2308         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2309
2310         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2311         hooks with arguments, which is needed for mark update hooks.
2312
2313 2010-10-06  Julien Danjou  <julien@danjou.info>
2314
2315         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2316         was matched.
2317
2318         * sieve-manage.el: Update example in `Commentary'.
2319
2320         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2321
2322         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2323         not 2000.
2324         (sieve-manage-authenticate): Re-add function.
2325
2326 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2327
2328         * shr.el (shr-insert): Get 'space transition right.
2329         (shr-render-td): Only delete space at the end of the TD.
2330
2331         * nnimap.el (nnimap-open-connection): Prepare to support
2332         open-gnutls-stream.
2333
2334         * shr.el: Rearrange function order to be more logical.
2335
2336 2010-10-06  Julien Danjou  <julien@danjou.info>
2337
2338         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2339         (nnrss-discover-feed): Remove 404 URL in docstring.
2340
2341         * nnir.el: Fix Swish-E URL.
2342         Fix Namazu URL.
2343
2344         * message.el (message-change-subject): Remove 404 URL in a comment.
2345
2346 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2347
2348         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2349         called interactively.
2350
2351         * gnus-util.el (gnus-remove-if): Allow hash table.
2352         (gnus-remove-if-not): New function.
2353
2354         * gnus-art.el (gnus-mime-view-part-as-type)
2355         * gnus-score.el (gnus-summary-score-effect)
2356         * gnus-sum.el (gnus-read-move-group-name):
2357         Replace remove-if-not with gnus-remove-if-not.
2358
2359         * gnus-group.el (gnus-group-completing-read):
2360         Regard collection as a hash table if it is not a list.
2361
2362 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2363
2364         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2365
2366         * shr.el: Document the table-rendering algorithm.
2367
2368 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2369
2370         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2371         for Emacsen having no `libxml-parse-html-region' support.
2372
2373 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2374
2375         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2376         invalid URLs.
2377
2378         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2379         line-broken.
2380         (shr-tag-img): Ignore image fetching errors.
2381         (shr-overlays-in-region): Compute overlay positions correctly.
2382
2383         * mm-decode.el (mm-shr): Require shr.
2384
2385         * gnus-art.el (gnus-blocked-images): Move variable here.
2386
2387         * shr.el (shr-insert-table): Bind free variable.
2388
2389         * mm-decode.el (mm-shr): Bind shr-content-function.
2390
2391         * shr.el (shr-content-function): New variable.
2392
2393         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2394         added for symmetry.
2395
2396         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2397
2398         * gnus-group.el (gnus-group-make-group): Doc fix.
2399
2400         * nnimap.el (nnimap-request-newgroups): Return success.
2401
2402         * shr.el (shr-find-elements): New function.
2403         (shr-tag-table): Put all the images after the table.
2404         (shr-tag-table): Really inhibit images inside the table.
2405         (shr-collect-overlays): Copy over overlays from the TD elements to the
2406         main document.
2407
2408         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2409         gnus-blocked-images.
2410
2411 2010-10-05  Julien Danjou  <julien@danjou.info>
2412
2413         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2414
2415         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2416         (gnus-html-maximum-image-size): Add this function.
2417         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2418
2419         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2420         server-value of the capability is nil.
2421
2422 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2423
2424         * shr.el (shr-tag-em): Add <EM> tag.
2425
2426 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2427
2428         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2429         customizable.
2430
2431         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2432         handing broken links to browse-url.
2433
2434 2010-10-05  Julien Danjou  <julien@danjou.info>
2435
2436         * gnus-util.el (gnus-emacs-completing-read)
2437         (gnus-iswitchb-completing-read): Use autoload rather than require.
2438
2439 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2440
2441         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2442         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2443         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2444         iswitchb-temp-buflist for XEmacs.
2445
2446         * gnus-util.el (gnus-completing-read-function): Exclude
2447         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2448         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2449         XEmacs.
2450
2451         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2452         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2453
2454         * gnus-html.el: Don't require help-fns under XEmacs.
2455         (gnus-html-schedule-image-fetching): Work for XEmacs.
2456
2457         * mm-decode.el (mm-shr): Decode contents by charset.
2458
2459 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2460
2461         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2462         unknown.
2463
2464         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2465         (shr-get-image-data): Ensure against the cache file missing.
2466
2467         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2468         for data.
2469
2470         * spam-report.el (spam-report-url-ping-plain): Don't query about
2471         killing the process.
2472
2473         * shr.el (shr-render-td): Protect against too-wide text.
2474
2475 2010-10-04  Julien Danjou  <julien@danjou.info>
2476
2477         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2478         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2479
2480         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2481         retrieved.
2482
2483 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2484
2485         * shr.el (browse-url): Require.
2486         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2487         lines.
2488         (shr-show-alt-text, shr-browse-image): New commands.
2489         (shr-browse-url, shr-copy-url): New commands.
2490
2491         * gnus-sum.el (gnus-widen-article-window): New variable.
2492         (gnus-summary-select-article-buffer): Use it.
2493
2494         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2495         without @ signs.
2496
2497 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2498
2499         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2500
2501 2010-10-04  Julien Danjou  <julien@danjou.info>
2502
2503         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2504         for XEmacs.
2505
2506 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2507
2508         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2509
2510         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2511         (nnimap-close-server): Implement.
2512
2513         * dgnushack.el (iswitchb): Require to shut up the compiler.
2514
2515         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2516         (shr-insert): Tweak line breaking.
2517         (shr-insert): Handle <pre> better.
2518         (shr-tag-li): Get <li> indentation right.
2519         (shr-tag-li): Get <li> indentation even righter.
2520         (shr-tag-blockquote): Ensure paragraph start.
2521         (shr-make-table): Tweak table generation.
2522         (shr-make-table): Fix typo.
2523
2524         * shr.el: Implement table rendering.
2525
2526 2010-10-04  Julien Danjou  <julien@danjou.info>
2527
2528         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2529
2530 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2531
2532         * shr.el (shr-insert): Use string anchors instead of line anchors.
2533
2534 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2535
2536         * shr.el: Add headings.
2537         (shr-ensure-paragraph): Actually work.
2538         (shr-tag-li): Make <ul> prettier.
2539         (shr-insert): Get white space at the beginning/end of elements right.
2540         (shr-tag-p): Collapse subsequent <p>s.
2541         (shr-ensure-paragraph): Don't insert double line feeds after blank
2542         lines.
2543         (shr-insert): \t is also space.
2544         (shr-tag-s): Fix "s" tag name function.
2545         (shr-tag-s): Fix face prop name.
2546
2547 2010-10-03  Julien Danjou  <julien@danjou.info>
2548
2549         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2550
2551         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2552         gnus-window-inside-pixel-edges.
2553
2554         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2555         gnus-ems.
2556
2557         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2558
2559         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2560         function.
2561
2562         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2563         resize choice.
2564
2565 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2566
2567         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2568         beginning of the buffer.
2569
2570         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2571         article buffer again.
2572
2573         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2574
2575         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2576         when it's at the start of the buffer.
2577
2578         * shr.el (shr-tag-blockquote): Convert name.
2579         (shr-rescale-image): Use the right image-size variant.
2580
2581         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2582         buffer isn't shown, then select the current article first instead of
2583         bugging out.
2584         (gnus-summary-select-article-buffer): Show both the article and summary
2585         buffers again.
2586
2587         * shr.el (shr-fontize-cont): Protect against regions with no text.
2588         Rename tag functions to shr-tag-* for enhanced security.
2589         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2590
2591 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2592
2593         * shr.el (shr-insert):
2594         * pop3.el (pop3-movemail):
2595         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2596         loaded.
2597
2598 2010-10-03  Glenn Morris  <rgm@gnu.org>
2599
2600         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2601
2602         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2603
2604         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2605
2606         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2607
2608         * gnus-util.el (gnus-make-local-hook): Simplify.
2609
2610 2010-10-02  Julien Danjou  <julien@danjou.info>
2611
2612         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2613         (gnus-ido-completing-read): New function.
2614         (gnus-emacs-completing-read): New function.
2615         (gnus-completing-read): Use gnus-completing-read-function.
2616         Add gnus-completing-read-function.
2617
2618 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2619
2620         * shr.el (shr-insert-document): Autoload.
2621         (shr-img): Be silent.
2622         (shr-insert): Add a newline after every picture before text.
2623         (shr-add-font): Use overlays for combining faces.
2624         (shr-insert): Pass upwards the text start point.
2625
2626         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2627         possible.
2628         (mm-shr): New function.
2629
2630 2010-10-02  Julien Danjou  <julien@danjou.info>
2631
2632         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2633         should go backward.
2634
2635 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2636
2637         * shr.el (shr): Fix typo in provide call.
2638
2639 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2640
2641         * shr.el: New file.
2642
2643         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2644
2645         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2646         completing read.
2647
2648 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2649
2650         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2651         we're being queried about.  Suggested by Dan Jacobson.
2652
2653         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2654         Suggested by Jason Eisner.
2655
2656         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2657         table, too.  Suggested by Stefan Wiens.
2658         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2659         the table unnecessary.  Suggested by Stefan Wiens.
2660
2661         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2662         longer needed, and probably doesn't work either, as pointed out by
2663         Stefan Wiens.
2664         (gnus-summary-exit): Remove call to the clearing function.
2665         (gnus-summary-exit-no-update): Ditto.
2666
2667         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2668         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2669         Reported by Stefan Monnier.
2670         (gnus-summary-save-in-rmail): Ditto.
2671
2672         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2673         article buffer, instead of both the article buffer and the summary
2674         buffer.  Sort of suggested by Dan Jacobson.
2675
2676         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2677
2678         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2679         Suggested by Dan Jacobson.
2680
2681         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2682         documentation clearer.
2683
2684         * message.el (message-shorten-references): Comment on the number "21".
2685         Suggested by Stefan Monnier.
2686
2687         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2688         Suggested by Dan Jacobson.
2689
2690         * gnus.el (gnus-large-newsgroup):
2691         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2692
2693         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2694         externalize attachments.  Bug reported by Steve Wen.
2695
2696         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2697         really message anything to the user.
2698
2699         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2700         directly.
2701
2702         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2703         messages in empty groups.
2704
2705 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2706
2707         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2708         non-UIDNEXT group.
2709
2710 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2711
2712         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2713         not the value from the collection.
2714
2715         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2716         values.  This sometimes happens on some groups that have no info.
2717         (nnimap-request-newgroups): New function.
2718
2719 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2720
2721         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2722         check into `gnus-registry-initialize'.
2723         (gnus-registry-initialize): Ditto.
2724         Fix and extend header docs.
2725
2726 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2727
2728         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2729         regexp backtrace overflows.
2730
2731         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2732         for starttls that tls.el implements; i.e. openssl.
2733
2734         * tls.el (tls-starttls-switches): Give up on using starttls with
2735         gnutls-cli.
2736         (tls-program): Add --insecure to be consistent with the defaults from
2737         openssl s_client.  Now all three commands are insecure.
2738
2739 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2740
2741         * lpath.el: Bind completion-styles-alist for XEmacs.
2742
2743         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2744         (gravatar-create-image): New function that's an alias to
2745         gnus-xmas-create-image, gnus-create-image, or create-image.
2746         (gravatar-data->image): Use it.
2747
2748 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2749
2750         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2751         install the nnregistry refer method.
2752         (gnus-registry-install-hooks): Use it.
2753         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2754         unfollowed groups.
2755
2756 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2757
2758         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2759         expanding threads.
2760
2761 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2762
2763         * nnir.el: Use the server names without suffixes (bug #7009).
2764
2765         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2766         unencrypted to STARTTLS, if possible.
2767
2768 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2769
2770         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2771         headers before superseding.
2772
2773 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2774
2775         * nnrss.el (nnrss-use-local): Add documentation.
2776
2777         * nnimap.el (nnimap-extend-tls-programs): New function.
2778         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2779         (nnimap-wait-for-connection): Accept the greeting from the stupid
2780         output from openssl s_client -starttls, too.
2781
2782         * tls.el (tls-starttls-switches): New variable.
2783         (tls-find-starttls-argument): Use it.
2784         (open-tls-stream): Ditto.
2785
2786         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2787         (netrc-machine): Ditto.
2788
2789         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2790         article number.
2791         (nnimap-split-fancy): New variable.
2792         (nnimap-split-incoming-mail): Use it.
2793
2794         * nntp.el (nntp-server-list-active-group): Document.
2795
2796         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2797         SELECT to get the message-id.
2798
2799         * mail-source.el (mail-sources): Remove webmail support.
2800         (defvar): Ditto.
2801         (mail-source-fetcher-alist): Ditto.
2802         (mail-source-fetch-webmail): Remove.
2803
2804         * webmail.el: Remove -- doesn't seem relevant any more.
2805
2806         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2807
2808         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2809         the \r.
2810
2811 2010-09-30  Julien Danjou  <julien@danjou.info>
2812
2813         * gnus-agent.el (gnus-agent-add-group): Fix call to
2814         gnus-completing-read.
2815
2816 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2817
2818         * nndoc.el (nndoc-retrieve-groups): New function.
2819
2820         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2821         `default', use nnmail-split-methods.
2822         (nnimap-request-article): Downcase the NILs so that they are nil.
2823
2824         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2825         symbol.
2826
2827         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2828         code, since if the user has requested network, that's what they ought
2829         to get.
2830         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2831         (nnimap-split-rule): Mark as obsolete.
2832
2833         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2834         New variable.
2835
2836         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2837         correct slot, too.
2838
2839 2010-09-29  Julien Danjou  <julien@danjou.info>
2840
2841         * gnus.el (gnus-local-domain): Declare variable obsolete.
2842
2843         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2844         Fix history computing.
2845         (gnus-ido-completing-read): Require ido.
2846
2847 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2848
2849         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2850         build Gnus.
2851
2852         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2853         when interpreting the structures.
2854         (nnimap-request-accept-article): Add \r\n to the lines to make this
2855         work with Cyrus.
2856
2857         * nndraft.el (nndraft-request-expire-articles): Use the group name
2858         instead if "nndraft".  Fix found by Nils Ackermann.
2859
2860 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2861
2862         * nnregistry.el: Add.
2863
2864 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2865
2866         * nnmail.el (group, group-art-list, group-art):
2867         Remove unneeded directives.
2868
2869 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2870
2871         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2872         (mm-mime-charset)
2873         * rfc2047.el (rfc2047-syntax-table)
2874         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2875
2876         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2877         rather than `insert-file-contents' and `eval-region'.
2878
2879         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2880         construction.
2881
2882         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2883
2884         * time-date.el: No need to require cl for Emacs 21.
2885
2886 2010-09-29  Julien Danjou  <julien@danjou.info>
2887
2888         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2889         replacement of `gnus-gravatar-relief' to mimic
2890         `gnus-faces-properties-alist'.
2891         Add :version property.
2892
2893 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2894
2895         * mail-source.el (mail-source-report-new-mail)
2896         * message.el (message-default-mail-headers)
2897         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2898
2899         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2900
2901 2010-09-28  Julien Danjou  <julien@danjou.info>
2902
2903         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2904         mail-address contains the same string as real-name.
2905
2906         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2907         non-blank in header, otherwise it'll get stripped.
2908
2909         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2910         real-name, and then for mail address rather than doing : or , search.
2911
2912 2010-09-27  Julien Danjou  <julien@danjou.info>
2913
2914         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2915         right completing-read function.
2916         (gnus-use-ido): New variable
2917         (gnus-completing-read-with-default): Remove.
2918         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2919         (gnus-agent-add-group):
2920         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2921         * mm-view.el (mm-view-pkcs7-decrypt):
2922         * mm-util.el (mm-codepage-setup):
2923         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2924         * mml-smime.el (mml-smime-openssl-sign-query):
2925         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2926         (mml-insert-multipart):
2927         * gnus-msg.el (gnus-summary-yank-message):
2928         * gnus-int.el (gnus-start-news-server):
2929         * mm-decode.el (mm-interactively-view-part):
2930         * gnus-dired.el (gnus-dired-attach):
2931         * gnus.el (gnus-read-method):
2932         * gnus-bookmark.el (gnus-bookmark-jump):
2933         * gnus-art.el (gnus-mime-view-part-as-type)
2934         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2935         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2936         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2937         * nnmairix.el (nnmairix-create-server-and-default-group)
2938         (nnmairix-update-groups, nnmairix-get-server)
2939         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2940         (nnmairix-get-group-from-file-path):
2941         * nnrss.el (nnrss-find-rss-via-syndic8):
2942         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2943         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2944         (gnus-group-browse-foreign-server):
2945         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2946         (gnus-summary-execute-command, gnus-summary-respool-article)
2947         (gnus-read-move-group-name):
2948         * gnus-score.el (gnus-summary-increase-score)
2949         (gnus-summary-score-effect):
2950         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2951
2952 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2953
2954         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2955         x-focus-frame.
2956
2957         * nnimap.el (auth-source-forget-user-or-password)
2958         (auth-source-user-or-password): Autoload.
2959
2960         * message.el (message-from-style, message-interactive)
2961         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2962         (message-yank-prefix, message-indentation-spaces, message-signature)
2963         (message-signature-file): Add comment.
2964
2965 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2966
2967         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2968         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2969         new articles.
2970
2971         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2972         parts.
2973         (nnimap-request-article): Work with the t setting, too.
2974
2975         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2976         that you don't get flashes of other buffers.
2977         (gnus-summary-show-complete-article): Intern before setting.
2978
2979 2010-09-27  David Engster  <dengste@eml.cc>
2980
2981         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2982         well as HEADERS.
2983         (nnmairix-retrieve-headers): Provide new argument for the above.
2984
2985 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2986
2987         * gnus-sum.el (gnus-summary-move-article): Don't alter
2988         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2989         group.
2990
2991         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2992
2993         * message.el (message-cite-prefix-regexp): Revert my last edit.
2994
2995         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2996         variable instead of the Gnus variable.
2997
2998         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2999
3000         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3001
3002         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3003         since some servers don't like it.
3004         (nnimap-open-connection): Forget credentials if the server says the
3005         password was wrong.
3006         (nnimap-parse-line): Protect against invalid data.
3007
3008         * gnus-sum.el (gnus-summary-move-article): Add comment.
3009         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3010         nothing alters it while scanning for new messages.
3011
3012         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3013         which may or may not help.
3014         (nnimap-open-connection): If we're doing a stream connection, and then
3015         discover we're on a STARTTLS-capable server, then open a STARTTLS
3016         connection instead.
3017
3018 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3019
3020         * nnimap.el (utf7): Require.
3021
3022         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3023         prefix.
3024
3025 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3026
3027         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3028
3029 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3030
3031         * nnimap.el (nnimap-request-accept-article): Message the error on
3032         error.
3033
3034 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3035
3036         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3037
3038 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3039
3040         * nndoc.el (nndoc-request-list): Return success always.
3041
3042         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3043         `fetch-old' -- we only want to fetch the articles we've requested.
3044         The rest are in the agent, probably.
3045         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3046         disappeared server" to something low.  It's not important.
3047
3048         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3049         arrived before the FETCH data.
3050
3051         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3052         target here, because we don't know the Gnus name of the group.
3053
3054         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3055         for the correct group.
3056
3057         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3058
3059         * gnus.el (gnus): Give a final warning after startup.
3060
3061         * gnus-util.el (gnus-action-message-log): New variable.
3062         (gnus-message): Use it.
3063         (gnus-final-warning): New function.
3064
3065         * nnimap.el (nnimap-open-connection): Record the greeting.
3066         (nnimap): Add greeting.
3067
3068 2010-09-26  Julien Danjou  <julien@danjou.info>
3069
3070         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3071         arguments.
3072         (gnus-html-wash-images): Fix spec computing to include start/end.
3073
3074         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3075
3076 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3077
3078         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3079         deletion.
3080         (nnimap-retrieve-headers): Don't select the group, because that's
3081         already done by nnimap-possibly-change-group.
3082
3083         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3084         (gnus-picon-transform-address): Use it.
3085
3086         * mail-source.el (mail-source-value): Revert previous patch.
3087
3088         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3089         on failure.
3090         (nnimap-open-connection): Look up both virtual and physical server name
3091         credentials.
3092
3093         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3094
3095 2009-02-07  Dave Love  <fx@gnu.org>
3096
3097         * tls.el (open-tls-stream): Don't query killing process.
3098
3099 2009-02-08  Dave Love  <fx@gnu.org>
3100
3101         * gnus-win.el (gnus-window-to-buffer-helper)
3102         (gnus-all-windows-visible-p): Function needn't be a symbol.
3103
3104         * mail-source.el (mail-source-value): Function needn't be a symbol.
3105
3106 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3107
3108         * message.el (message-cite-prefix-regexp): Remove } from the cite
3109         prefix.
3110
3111         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3112         highlight again, so that the highlight is correct.
3113
3114         * gnus-picon.el (gnus-picon): Remove again.
3115         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3116
3117         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3118         doing the header highlightling, so that the background colour of the
3119         picon is correct.
3120
3121         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3122         (gnus-picon): Ditto.
3123         (gnus-picon): Reinstate.  The background colour for picons is white.
3124         (gnus-picon-insert-glyph): Make the background white.
3125
3126         * nnml.el (nnml-open-nov): Don't return dead buffers.
3127
3128         * auth-source.el (auth-source-create): Query the user for whether to
3129         store the credentials.
3130
3131         * netrc.el (netrc-store-data): New function.
3132
3133         * auth-source.el (auth-source-user-or-password): Use the existing auth
3134         sources, if any, for creation.
3135
3136         * gnus.el (gnus-group-fast-parameter): Return the last matching
3137         parameter instead of the first matching parameter.
3138
3139 2010-09-26  Julien Danjou  <julien@danjou.info>
3140
3141         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3142
3143 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3144
3145         * mml2015.el (mml2015-use): Remove gpg support.
3146
3147         * mml1991.el (mml1991-function-alist): Remove gpg function.
3148         (mml1991-gpg-sign): Remove.
3149
3150 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3151
3152         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3153         (gnus-browse-unsubscribe-current-group): Document it.
3154         (gnus-browse-unsubscribe-group): Use it.
3155
3156 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3157
3158         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3159         address to the To list for easier response.
3160
3161         * gnus.el (gnus-play-startup-jingle): Remove.
3162         (gnus-splash): Don't play jingle.
3163         (gnus): Silence gnus-load message.
3164
3165         * gnus-art.el (gnus-treat-play-sounds): Remove.
3166
3167         * gnus.el (gnus-play-jingle): Remove audio support.
3168
3169         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3170
3171         * earcon.el: Remove -- no users.
3172
3173         * gnus-audio.el: Remove -- no users of this package.
3174
3175         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3176
3177         * gnus-start.el (gnus-setup-news): Remove nocem support.
3178
3179         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3180
3181         * gnus.el (gnus-use-nocem): Remove.
3182
3183         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3184         Remove.
3185
3186         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3187         uses NoCeM any more.
3188
3189         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3190         (gnus-button-ctan-handler): Ditto.
3191         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3192         (gnus-button-ctan-directory-regexp): Ditto.
3193         (gnus-button-handle-ctan): Ditto.
3194         (gnus-button-tex-level): Ditto.
3195         (gnus-button-alist): Remove CTAN stuff.
3196
3197 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3198
3199         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3200         nnimap-streaming test.
3201
3202         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3203         servers twice.
3204
3205         * nnimap.el (nnimap-open-connection): Add more error reporting when
3206         nnimap fails early.
3207
3208         * nnheader.el (nnheader-get-report-string): New function.
3209         (nnheader-get-report): Use it.
3210
3211         * gnus-int.el (gnus-check-server): Say what the error was when opening
3212         failed.
3213
3214         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3215         using streaming.
3216
3217 2010-09-25  Julien Danjou  <julien@danjou.info>
3218
3219         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3220         gnus-window-inside-pixel-edges.
3221
3222 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3223
3224         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3225
3226         * mm-decode.el (mm-save-part): Allow saving to other directories the
3227         normal Emacs way.
3228
3229         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3230         Suggested by Jay Berkenbilt.
3231
3232         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3233         there isn't a single byte.
3234
3235         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3236         just do it.  It doesn't really seem to matter what the user responds
3237         here, I think, so it's just a confusing question.
3238
3239         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3240         non-streaming case.
3241
3242         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3243         (gnus-article-encrypt-body): Use it.
3244
3245         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3246         keystroke.
3247
3248         * nnimap.el (nnimap-find-wanted-parts-1):
3249         Use gnus-fetch-partial-articles.
3250
3251         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3252
3253         * nnimap.el (nnimap-insert-partial-structure): New function.
3254         (nnimap-get-partial-article): New function.
3255         (nnimap-request-article): Use it.
3256         (nnimap-wait-for-response): Return whether the wait was successful.
3257         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3258         retrieval wasn't successful.
3259         (nnimap-retrieve-group-data-early): Allow throttling servers.
3260         (nnimap-streaming): New variable.
3261         (nnimap-fetch-partial-articles): Remove.
3262
3263         * mm-decode.el (mm-with-part): Protect against killed buffers.
3264
3265         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3266         for prettier summary display.
3267
3268 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3269
3270         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3271
3272 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3273
3274         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3275         apparently third-party libraries depend on it.
3276
3277         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3278         before starting negotiation.
3279
3280         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3281         privacy reasons.
3282         (gnus-treat-mail-gravatar): Ditto.
3283
3284         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3285         buffer when inserting images.  Inserting text into the headers, for
3286         instance, can make them invalid.
3287
3288 2010-09-25  Julien Danjou  <julien@danjou.info>
3289
3290         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3291         variables.
3292
3293         * nnheader.el: Remove useless variables news-reply-yank-from and
3294         news-reply-yank-message-id.
3295
3296         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3297         variables.
3298
3299         * mml1991.el: Remove useless mml1991-verbose.
3300
3301         * gnus.el: Remove useless variable gnus-use-generic-from.
3302         Remove obsolete variable gnus-topic-indentation.
3303
3304         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3305
3306         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3307
3308         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3309
3310         * gnus-group.el: Remove useless gnus-group-icon-cache.
3311         Remove useless gnus-ephemeral-group-server.
3312
3313         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3314
3315         * mml2015.el: Remove useless mml2015-verbose.
3316
3317         * mml-smime.el: Remove useless mml-smime-verbose.
3318
3319         * gnus.el: Remove useless gnus-local-domain.
3320
3321         * gnus-gravatar.el (gnus-gravatar-transform-address):
3322         Use gnus-gravatar-size.
3323
3324         * gnus-art.el: Remove useless gnus-treat-translate.
3325
3326 2010-09-24  Julien Danjou  <julien@danjou.info>
3327
3328         * gnus-sum.el: Add support for Gravatars.
3329
3330         * gnus-art.el: Add support for Gravatars.
3331
3332         * gnus-gravatar.el: Add this file.
3333
3334         * gravatar.el: Add this file.
3335
3336 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3337
3338         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3339
3340         * gnus-group.el (gnus-group-fetch-faq): Remove.
3341
3342         * gnus.el (gnus-group-faq-directory): Remove.
3343
3344         * gnus-group.el (gnus-group-fetch-charter): Remove.
3345
3346         * gnus.el (gnus-group-charter-alist): Remove.
3347
3348         * gnus-group.el (gnus-group-archive-directory): Remove.
3349         (gnus-group-recent-archive-directory): Ditto.
3350         (gnus-group-make-archive-group): Remove.
3351
3352         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3353
3354         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3355         use the same article number for all the cached articles.
3356
3357         * nnimap.el (nnimap-command): Register the last command time so
3358         that we can use it for idling NOOPs.
3359         (nnimap-open-connection): Start the keeplive timer.
3360         (nnimap-make-process-buffer): Store all the process buffers.
3361         (nnimap-keepalive): New function.
3362
3363         * starttls.el (starttls-open-stream): Add autoload cookie.
3364
3365 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3366
3367         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3368         handling.
3369
3370 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3371
3372         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3373         its data structures.
3374
3375         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3376         instead of the cl.el copy-list.
3377         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3378         equalp.
3379
3380 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3381
3382         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3383         and tool-bar-local-item-from-menu.
3384
3385         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3386         mode-line-highlight face for Emacs.
3387
3388         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3389         loading gnus-sum.elc; fix comment for canlock-verify.
3390         (gnus-article-jump-to-part): Use read-number.
3391         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3392         Remove Emacs pre-21 compatible code for help-echo.
3393         (gnus-article-next-page-1): No need to adjust the number of lines.
3394         (gnus-article-describe-bindings): Always use help-buffer.
3395
3396         * gnus-audio.el (gnus-audio-inline-sound)
3397         * gnus-cus.el (gnus-custom-mode)
3398         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3399
3400         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3401
3402         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3403         compatible code.
3404
3405 2010-09-24  Glenn Morris  <rgm@gnu.org>
3406
3407         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3408         visiting the fcc file in rmail-mode.
3409
3410         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3411
3412 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3413
3414         * nnir.el: Silence the byte compiler.
3415
3416         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3417         alias to browse-url-url-encode-chars if any.
3418         (gnus-html-encode-url): Use it.
3419
3420 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3421
3422         * gnus-start.el (gnus-use-backend-marks): New variable.
3423         (gnus-get-unread-articles-in-group): Use it.
3424
3425         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3426         makeover.
3427
3428 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3429
3430         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3431
3432 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3433
3434         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3435         Remove.
3436         (gnus-setup-news-hook):
3437         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3438
3439         * gnus-int.el (gnus-request-update-info): Protect against backends not
3440         having the function.
3441
3442         * nnimap.el (nnimap-stream): Mention starttls.
3443         (nnimap-open-connection): Add starttls support.
3444
3445 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3446
3447         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3448
3449 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3450
3451         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3452         BODYSTRUCTUREs.
3453         (nnimap-transform-headers): Unfold quoted {42} headers.
3454
3455         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3456         the info.
3457         (gnus-get-unread-articles): Only call updatep on backends that support
3458         it.
3459
3460         * nnweb.el (nnweb-request-update-info): NOOP.
3461
3462         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3463
3464         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3465         since it only deals with marks.
3466
3467         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3468         gnus-request-marks, and make a new gnus-request-update-info.
3469
3470         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3471         the active instead of the high number, which is usually too low.
3472
3473 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3474
3475         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3476         * encrypt.el: Remove.
3477
3478 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3479
3480         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3481         server in symbolic form.
3482
3483         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3484
3485 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3486
3487         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3488         (nnimap-update-info): Fix up code slightly.
3489
3490         * gnus-int.el (gnus-open-server): Add tracing for performance
3491         debugging.
3492
3493         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3494         (gnus-group-insert-group-line): Pass the real group name so that it
3495         gets the right data.
3496
3497         * gnus-start.el (gnus-get-unread-articles): Don't have
3498         `gnus-get-unread-articles-in-group' update info, since that can be
3499         really slow and doesn't seem to be needed?
3500
3501 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3502
3503         * time-date.el (date-to-time): Try using parse-time-string first before
3504         using the slower timezone-make-date-arpa-standard.
3505
3506 2010-09-22  Julien Danjou  <julien@danjou.info>
3507
3508         * gnus-group.el (gnus-group-insert-group-line):
3509         Call gnus-group-highlight-line.
3510         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3511         default hook list.
3512         (gnus-group-update-eval-form): Add new function.
3513         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3514         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3515
3516 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3517
3518         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3519         immediate, then expire all articles.
3520         (nnimap-update-info): Fix off-by-one errors.
3521         (nnimap-flags-to-marks): Would return no marks lists for group with no
3522         flags.  Instead return the other data.
3523
3524 2010-09-22  Julien Danjou  <julien@danjou.info>
3525
3526         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3527         Only return an icon.
3528         (gnus-group-insert-group-line): Compute icon to return.
3529
3530         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3531         (gnus-html-image-fetched): Only cache if
3532         gnus-html-image-automatic-caching is set.
3533         (gnus-html-image-fetched): Check for errors.
3534
3535 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3536
3537         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3538         once per method on `g'.  This ensures that backends like nnfolder don't
3539         open all their folders.
3540
3541         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3542         (nnimap-request-list): Nix out group in the correct buffer.
3543         (nnimap-parse-flags): Implement by using `read' instead of
3544         hand-parsing.
3545         (nnimap-flags-to-marks): Pass on permanent-flags.
3546         (nnimap-make-process-buffer): Record the server name.
3547         (nnimap-parse-flags): Fix typo.
3548         (nnimap-request-scan): Run split on the server in general, not just a
3549         single group.
3550
3551         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3552         parameter, and propagate this downwards.
3553
3554         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3555         since EXAMINE changes it on the server.
3556
3557         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3558         this command might take a while.
3559
3560 2010-09-22  Julien Danjou  <julien@danjou.info>
3561
3562         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3563         harmful if you have 2 images side-by-side, they can't be properly
3564         update on text deletion.  Using text-property is safer here.
3565         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3566         data.
3567
3568 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3569
3570         * nnimap.el (nnimap-expunge-inbox): Remove.
3571         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3572         (nnimap-expunge): Flip default to t.
3573
3574         * gnus.el (gnus-method-to-server): Don't push things to the cache
3575         unless it's unique.
3576         (gnus-server-to-method): Ditto.
3577
3578 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3579
3580         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3581
3582 2010-09-22  Julien Danjou  <julien@danjou.info>
3583
3584         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3585         get the start of data.
3586         (gnus-html-encode-url): Add this function to encode special chars in
3587         URL.
3588         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3589         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3590
3591         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3592         default.
3593         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3594
3595         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3596         images alt-text.
3597         (gnus-html-put-image): Put alt-text as help-echo.
3598
3599 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3600
3601         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3602         * mm-util.el (mm-decompress-buffer)
3603         * nnir.el (nnir-run-find-grep)
3604         * pop3.el (pop3-list): Use 3rd arg of split-string.
3605
3606         * time-date.el (format-seconds): Comment fix.
3607
3608         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3609         and byte-optimize-form-code-walker.
3610         (dgnushack-make-auto-load): Don't advise make-autoload.
3611
3612         * lpath.el: Remove Emacs 21 stuff.
3613
3614 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3615
3616         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3617         outside the active range.  Suggested by Dan Christensen.
3618
3619         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3620         slightly later to avoid double-getting it.
3621
3622         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3623         previous patch.
3624
3625         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3626
3627 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3628
3629         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3630
3631 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3632
3633         * gnus-int.el (gnus-open-server): Give a better error message in the
3634         "go offline" case.
3635
3636         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3637         marks for nnimap, which is seldom the right thing to do.
3638
3639         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3640         (gnus-same-method-different-name): New function.
3641
3642         * nnimap.el (parse-time): Require.
3643
3644         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3645         method in the presence of many similar methods.
3646
3647         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3648
3649         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3650         nnml-inhibit-expiry.
3651
3652         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3653         find out whether methods are equal.
3654
3655         * nnimap.el (nnimap-find-expired-articles): New function.
3656         (nnimap-process-expiry-targets): New function.
3657         (nnimap-request-move-article): Request the article before looking at
3658         what the Message-ID is.  Fix found by Andrew Cohen.
3659         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3660
3661         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3662         for oldness in addition to being a predicate.
3663
3664         * nnimap.el (nnimap-request-group): When we have zero articles, return
3665         the right data to Gnus.
3666         (nnimap-request-expire-articles): Only delete articles immediately if
3667         the target is 'delete.
3668
3669         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3670         method, this would bug out.
3671
3672         * gnus-group.el (gnus-group-expunge-group): Rename from
3673         gnus-group-nnimap-expunge, and implemented as a normal interface
3674         function.
3675
3676         * gnus-int.el (gnus-request-expunge-group): New function.
3677
3678         * nnimap.el (nnimap-request-create-group): Implement.
3679         (nnimap-request-expunge-group): New function.
3680
3681 2010-09-21  Julien Danjou  <julien@danjou.info>
3682
3683         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3684         (gnus-html-cache-expired): Add new function.
3685         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3686         wethever we should display image for fetch it.
3687         Compute alt-text earlier to pass it to the fetching function too.
3688         (gnus-html-schedule-image-fetching): Change function argument to only
3689         get one image at a time, not a list.
3690         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3691         cache.
3692         (gnus-html-get-image-data): New function to retrieve image data from
3693         cache.
3694         (gnus-html-put-image): Change buffer argument to use image data rather
3695         than file, and place image above region rather than inserting a new
3696         one.  Do not take alt-text as argument, since it's useless now: we place
3697         the image above alt-text.
3698         (gnus-html-prune-cache): Remove.
3699         (gnus-html-show-images): Start to fetch image when we find one, do not
3700         push into a temporary list.
3701         (gnus-html-prefetch-images): Only fetch image if they have expired.
3702         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3703         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3704
3705 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3706
3707         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3708
3709 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3710
3711         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3712         spec inser "*" if the group isn't active instead of 0.
3713
3714         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3715         opening the server.
3716         (nnimap-request-delete-group): Implement group deletion.
3717         (nnimap-transform-headers): Return the size of the entire message in
3718         the Bytes header, not just the size of the first part.
3719         (nnimap-request-move-article): When moving an article from nnimap,
3720         request the article first so the accepting form has an article to
3721         accept.  Reported by Dan Christensen.
3722         (nnimap-command): Make sure that the error message doesn't error out.
3723
3724 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3725
3726         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3727         we haven't requested anything.
3728
3729 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3730
3731         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3732         "".  Fix found by Andrew Cohen.
3733
3734         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3735         instead of -encode-string.
3736
3737 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3738
3739         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3740
3741         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3742         by mm-subst-char-in-string.
3743
3744 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3745
3746         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3747         waiting for the connection string.
3748
3749         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3750         arriving.
3751
3752         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3753         bogus characters.  This allows selecting certain Gmail groups.
3754
3755         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3756         (nnimap-fetch-partial-articles): New variable.
3757         (nnimap-open-connection): When looking for credentials, also use the
3758         nnimap-server-port.
3759         (nnimap-request-article): Return the group/article number, so that Gnus
3760         `^' works as expected.
3761         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3762
3763         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3764         comments.
3765         (gnus-methods-sloppily-equal): New function.
3766         (gnus): When using the development version of Gnus, load the gnus-load
3767         file.
3768
3769         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3770         `gnus-open-server' on each method before trying to scan them etc.
3771         This ensures that all the backend parameters are set correctly.
3772
3773         * nnimap.el (nnimap-authenticator): New variable.
3774         (nnimap-open-connection): Allow anonymous login.
3775         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3776         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3777
3778         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3779         patch, found by Knut Anders Hatlen.
3780
3781 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3782
3783         * gnus-agent.el (gnus-agent-batch-confirmation)
3784         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3785         to gnus-message.
3786         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3787         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3788         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3789         * gnus-int.el (gnus-open-server): Likewise.
3790         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3791         (gnus-score-check-syntax): Likewise.
3792         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3793         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3794         Likewise.
3795         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3796
3797 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3798
3799         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3800         calling conventions so that prefetch doesn't bug out.
3801
3802 2010-09-19  Julien Danjou  <julien@danjou.info>
3803
3804         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3805         rather than `subst-char-in-region' in order to be able to replace ASCII
3806         char by UTF-8 ones.
3807
3808         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3809         than curl.
3810         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3811         the right URL and ALT text on images.
3812         (gnus-html-wash-tags): Fix tag case.
3813         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3814         (gnus-article-html): Add -o display_ins_del=2 option.
3815         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3816
3817 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3818
3819         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3820         the extra mail headers, which sometimes seem to happen for unknown
3821         reasons.
3822
3823         * mail-parse.el (mail-header-encode-parameter): Define as
3824         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3825         (or most, perhaps?) mail readers don't understand the latter, but do
3826         understand the former.
3827
3828         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3829         to nil, so that no methods are automatically agentized.  I think this
3830         is probably what most users want.
3831
3832         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3833         from url-retrieve, for instance about invalid URLs.
3834
3835         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3836         groups that have no articles.
3837         (nnimap-request-article): Check that we really got an article when we
3838         requested one.
3839
3840         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3841         doesn't exist.
3842
3843         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3844         nntp buffer so the agent can save it.
3845         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3846         that CRLF doesn't get translated to \n.
3847         (nnimap-open-connection): Don't make 'shell commands only send \n.
3848
3849 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3850
3851         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3852         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3853         Update var name.
3854         (nnml-generate-nov-file): Use dolist.
3855         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3856         Use with-current-buffer.
3857
3858 2010-09-18  Julien Danjou  <julien@danjou.info>
3859
3860         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3861         parallel.
3862
3863 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3864
3865         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3866         the range update right.
3867         (nnimap-request-group): Don't make `M-g' bug out on group with no
3868         marks.
3869         (nnoo): Require, so that other packages can require nnimap.
3870         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3871         command we're looking for.  This helps when the server sends more
3872         responses after we've gotten everything we expected.
3873         (nnimap): Add a `newlinep' field to keep track of end-of-line
3874         conventions.
3875         Don't send CRLF to things that don't want it.
3876         (nnimap-request-accept-article): Ditto.
3877
3878 2010-09-18  Julien Danjou  <julien@danjou.info>
3879
3880         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3881         than curl to retrieve images.
3882
3883 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3884
3885         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3886         the marks.
3887         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3888         (nnimap-wait-for-connection): New function.
3889         (nnimap-open-connection): If we have PREAUTH, don't query for login
3890         credentials.
3891         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3892         when doing a partial update.
3893
3894 2010-09-18  Julien Danjou  <julien@danjou.info>
3895
3896         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3897         tags.
3898
3899 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3900
3901         * nnimap.el (nnimap-credentials): New function.
3902         (nnimap-open-connection): Use the new function to look for credentials
3903         also on the numeric equivalents of "imap" and "imaps".
3904
3905         * gnus-start.el (gnus-activate-group): Send the info to
3906         gnus-request-group.
3907
3908         * nnimap.el (nnimap-request-group): Have the "check" version of the
3909         function parse flags and update the info, so that a `M-g' get a total
3910         resync of all flags from the group.
3911
3912         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3913         to allow backends to alter the info on group selection.  Also alter all
3914         the backend -request-group functions to take the parameter.
3915
3916         * nnimap.el (nnimap-store-info): New function.
3917         (nnimap-update-info): Store the info for later usage.
3918         (nnimap-request-group): Use the stored info for the dont-check case, so
3919         that we don't retrieve all marks when we enter a group.
3920
3921         * nnimap.el: Use deffoo instead of defun for interface functions.
3922
3923         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3924         update the group info.  This makes the nndraft groups, for instance, go
3925         back to their old behaviour.
3926
3927         * gnus-sum.el (gnus-select-newsgroup): Indent.
3928
3929         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3930         in.
3931         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3932         nothing.
3933
3934         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3935         from methods that are denied.
3936
3937         * gnus-int.el (gnus-method-denied-p): New function.
3938
3939         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3940         store the password instead of netrc.
3941         (nnimap-open-connection): Don't error out when we can't make a
3942         connections.
3943
3944         * auth-source.el (auth-source-create): In the password prompt, say what
3945         we're querying for.  Also prompt for user name if that hasn't been
3946         given.
3947
3948         * nnimap.el (nnimap-with-process-buffer): Remove.
3949
3950 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3951
3952         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3953         method when we're reading from the agent.
3954
3955         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3956
3957         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3958         that's probably most useful for users.
3959
3960         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3961         "failed" all the time.
3962
3963         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3964         ...)) with (with-current-buffer ... ).
3965
3966         * nntp.el (nntp-open-server): Return whether the open was successful or
3967         not.
3968
3969         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3970         select an unread unseen article first.
3971
3972         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3973         /etc/services, supply some sensible port defaults.
3974
3975         * dgnushack.el: Define netrc-credentials.
3976
3977 2010-09-17  Julien Danjou  <julien@danjou.info>
3978
3979         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3980
3981 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3982
3983         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3984         doesn't have any parameters.
3985
3986 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3987
3988         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3989         only upcased checks.
3990
3991         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3992
3993         * nnimap.el (nnimap-open-shell-stream): New function.
3994         (nnimap-open-connection): Use it.
3995         (nnimap-transform-headers): Get the number of lines in each message.
3996         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3997         number of lines.
3998         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3999         problem.
4000
4001         * utf7.el (utf7-encode): Autoload.
4002
4003         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4004         to allow the mail splitting to not return a default group.  This is
4005         useful for nnimap, which will leave unmatched mail in the inbox.
4006
4007         * nnimap.el: Rewritten.
4008
4009         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4010         nnimap usage.
4011
4012         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4013         if the move is internal, so that nnimap can do fast internal moves.
4014
4015         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4016         data.
4017         (gnus-read-active-for-groups): Support finishing the early retrieval of
4018         data.
4019
4020         * gnus-range.el (gnus-range-nconcat): New function.
4021
4022         * gnus-int.el (gnus-finish-retrieve-group-infos)
4023         (gnus-retrieve-group-data-early): New functions.
4024
4025 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4026
4027         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4028         (nnrss-retrieve-groups):
4029         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4030         (pop3-quit): Use with-current-buffer.
4031
4032 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4033
4034         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4035         instead of nnheader-accept-process-output.
4036
4037         * dgnushack.el (dgnushack-compile): Add comment.
4038
4039         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4040
4041         * gnus-html.el (gnus-html-schedule-image-fetching)
4042         (gnus-html-prefetch-images): Replace process-kill-without-query by
4043         gnus-set-process-query-on-exit-flag.
4044
4045 2010-09-16  Romain Francoise  <romain@orebokech.com>
4046
4047         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4048
4049 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4050
4051         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4052         parameter to unintern is mandatory-ish in Emacs 24.
4053
4054         * gnus-html.el (gnus-html-schedule-image-fetching)
4055         (gnus-html-prefetch-images): Check for curl before using it.
4056
4057         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4058         depend on curl, which isn't essential.
4059
4060         * imap.el: Revert back to version
4061         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4062         seem problematic.
4063
4064 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4065
4066         * gnus-registry.el (gnus-registry-install-shortcuts):
4067         Explicitly pass `obarray' to `unintern' to avoid a warning.
4068
4069 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4070
4071         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4072         change.
4073
4074         * nnrss.el (nnrss-request-list): Remove this function and related
4075         functions, including the moreover stuff.
4076
4077 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4078
4079         * nnrss.el (nnrss-retrieve-groups): New function.
4080
4081 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4082
4083         * .dir-locals.el: Add no-byte-compile cookie.
4084
4085 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4086
4087         * time-date.el (format-seconds): Comment fix.
4088
4089         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4090         for back end that doesn't support request-scan.
4091
4092 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4093
4094         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4095         then do request scans from the backends.
4096
4097         * netrc.el (netrc-credentials): New conveniency function.
4098
4099         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4100         avoid running a hook per line, since this takes a lot of time,
4101         profiling shows.
4102         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4103         directly if gnus-visual-p is true.
4104
4105 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4106
4107         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4108         groups; replace mapcar with dolist which is a bit faster; pass groups
4109         info to gnus-read-active-file-1.
4110         (gnus-read-active-file-1): Scan only specified groups if the new
4111         optional arg `infos' is given.
4112
4113 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4114
4115         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4116
4117         * pop3.el (pop3-movemail): Remove.
4118         (pop3-streaming-movemail): Rename to pop3-movemail.
4119
4120         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4121         don't restrict end-tag searches to the end of the line.
4122
4123 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4124
4125         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4126         articles of every unchecked group to t, which means unknown since the
4127         server has never been opened.
4128
4129 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4130
4131         * gnus-html.el (gnus-html-show-alt-text): New command.
4132         (gnus-html-browse-image): Ditto.
4133         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4134         to browse the image directly.
4135         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4136         better.
4137
4138         * gnus-async.el (gnus-async-article-callback):
4139         Call `gnus-html-prefetch-images' unconditionally.
4140
4141         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4142         before feeding URLs to curl.
4143
4144 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4145
4146         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4147         internal images as deletable by `W D D'.
4148
4149         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4150         (gnus-async-article-callback): Fix typo.
4151
4152 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4153
4154         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4155         current line to work around bugs in the output from w3m.
4156
4157         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4158         for groups that want that.
4159
4160         * nntp.el (nntp-wait-for-string): Supply a timeout for
4161         accept-process-output to ensure progress.
4162
4163         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4164         level to get unread articles from, then use that for foreign groups,
4165         too.
4166
4167         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4168         confuses the rest of the function.
4169
4170         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4171         for the methods that support -retrieve-groups, too.
4172
4173         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4174
4175 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4176
4177         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4178         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4179
4180         * pop3.el: Require cl when compiling.
4181         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4182
4183 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4184
4185         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4186         that aren't going to be activated.
4187         (gnus-get-unread-articles): Fix up the last commit.
4188
4189         * gnus-html.el (gnus-article-html): Allow calling without specifying
4190         the handle.  In that case, dissect the buffer first.
4191
4192         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4193
4194         * nnimap.el (nnimap-open-connection): Revert the change that would look
4195         into authinfo for imaps instead of imap.
4196
4197         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4198         say that you don't want to call gnus-request-group with don-check, but
4199         do check the reponse.  This is for virtual groups only.
4200         (gnus-get-unread-articles): Count the archive groups as secondary, so
4201         that they're activated the same way as before.
4202
4203         * imap.el (imap-message-map): Removed optional buffer parameter, since
4204         no callers use it.
4205         (imap-message-get): Ditto.
4206         (imap-message-put): Ditto.
4207         (imap-mailbox-map): Ditto.
4208         (imap-mailbox-put): Ditto.
4209         (imap-mailbox-get): Ditto.
4210         (imap-mailbox-get): Revert last change for this function.
4211
4212         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4213         case-insensitively.
4214         (nnimap-debug): Remove.
4215
4216         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4217         to use `imap-fetch' instead.  According to the comments, this should be
4218         safe, since all other IMAP clients use the 1:* syntax.
4219         (imap-enable-exchange-bug-workaround): Removed.
4220         (imap-debug): Removed -- doesn't seem very useful.
4221
4222         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4223         mail from a file, and the file doesn't exist.
4224
4225         * imap.el (imap-log): New convenience function used throughout instead
4226         of repeating the same code all over the place.
4227
4228         * pop3.el (pop3-streaming-movemail): Return t for success.
4229
4230         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4231         .authinfo if we're using ssl connection.
4232
4233         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4234         already have if we're in a main Gnus `g' run.
4235
4236         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4237
4238 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4239
4240         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4241
4242         * nnmh.el (nnmh-request-list-1): Bind `file'.
4243
4244         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4245         alias to set-process-query-on-exit-flag or process-kill-without-query.
4246         (pop3-open-server): Use it.
4247
4248 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4249
4250         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4251         box to the Incoming file.  Fixes mistake in previous checkin.
4252
4253         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4254         request loop (for debugging purposes) removed.
4255
4256         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4257         culprit is more visible.
4258         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4259         (nnml-add-incremental-nov): New functions to do "incremental" nov
4260         updates, where we just append to the end of the existing nov files
4261         without reading/writing them in full.
4262
4263         * mail-source.el (mail-source-delete-crash-box): Really only check the
4264         incoming files once in a while.
4265
4266         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4267
4268         * mail-source.el (mail-source-delete-crash-box): Only check the
4269         incoming files for deletion once per day to save a lot of file
4270         accesses.
4271
4272         * pop3.el (pop3-logon): Fix up unbound variable typo.
4273
4274         * mail-source.el (pop3-streaming-movemail): Autoload.
4275
4276         * pop3.el (pop3-streaming-movemail):
4277         Respect pop3-leave-mail-on-server.
4278
4279         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4280         retrieval.
4281
4282         * pop3.el (pop3-process-filter): Remove unused function.
4283         (pop3-streaming-movemail, pop3-send-streaming-command)
4284         (pop3-wait-for-messages, pop3-write-to-file)
4285         (pop3-number-of-responses): New functions for streaming pop3
4286         retrieval.
4287
4288         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4289         come from no known methods.
4290         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4291         list.
4292
4293         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4294         message sizes.
4295         (pop3-movemail): Use erase-buffer instead of looping and deleting
4296         regions, which seems rather odd.
4297
4298         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4299         file once per `g' run.
4300
4301         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4302         directories.  This makes the draft queue directory work.
4303
4304         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4305         data from the backends, so that we only request the list of groups from
4306         each method once.  This should speed things up considerably.
4307
4308         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4309         detect that it's not implemented.
4310
4311         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4312         we actually do recurse down into the tree, but don't stat all leaf
4313         nodes.
4314
4315         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4316         then say so instead of bugging out.
4317
4318         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4319         files exist before trying to read them.
4320
4321         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4322         around <pre_int>.
4323
4324         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4325
4326         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4327
4328 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4329
4330         * mm-util.el (mm-image-load-path): Just return the image directories,
4331         not all directories in the path in addition to the image directories.
4332         (mm-image-load-path): Maintain a cache of the image directories so that
4333         the `g' command in Gnus doesn't have to stat dozens of directories each
4334         time.
4335
4336         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4337         (gnus-html-wash-tags): Add a new `i' command to insert images.
4338         (gnus-html-insert-image): New command and keystroke.
4339         (gnus-html-redisplay-with-images): New command and keystroke.
4340         (gnus-html-show-images): Rename command.
4341         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4342         spacers.
4343         (gnus-html-wash-tags): Decode entities at the end, so that entities
4344         inside the tags don't mess up the rest of the "parsing".
4345
4346         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4347         so that nnimap methods aren't agentized by default.  There's apparently
4348         many problems related to agent/imap behaviour.
4349
4350         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4351
4352         * gnus-html.el: Doc fix.
4353
4354 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4355
4356         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4357         specifier-spec-list for Emacs 21.
4358
4359         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4360         glyph-width and glyph-height instead of display-graphic-p and
4361         image-size; make avoidance of displaying small images work for XEmacs.
4362
4363         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4364         for XEmacs.
4365
4366         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4367         of symbol that holds plist data.
4368         (gnus-process-plist): Remove plist of process after getting it.
4369
4370 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4371
4372         * message.el (message-generate-hashcash): Change default to
4373         'opportunistic if hashcash is installed.
4374
4375         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4376         (gnus-html-put-image): Only call image-size once, since it's somewhat
4377         time-consuming on remote X servers.
4378
4379 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4380
4381         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4382         type on data, not a file name.
4383
4384         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4385         window-pixel-edges for Emacs 21.
4386
4387         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4388         decoded contents.
4389         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4390
4391 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4392
4393         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4394         group line format, since it isn't very interesting.
4395
4396         * gnus-agent.el (gnus-agent-short-article),
4397         (gnus-agent-long-article): Increase values for these two variables,
4398         since most people are likely to have more network connection and
4399         storage than before.
4400
4401         * gnus.el (gnus-refer-article-method): Change default to 'current.
4402         When referring an article, the common behaviour is to refer it from the
4403         current select method, not the native select method.  The chances of
4404         the native select method having the message in question is rather slim
4405         these days.
4406
4407         * gnus-sum.el (gnus-auto-select-subject): Change default to
4408         `unseen-or-unread'.  I think it's likely that most people want to
4409         select an unseen article over a previously seen, but unread one.
4410
4411         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4412         means that in the article buffer none of the minor mode elements will
4413         be shown, usually, and this is not desirable in most cases.
4414
4415         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4416         that commands like `d' (and the like) go to the next line in the
4417         buffer, instead of the next unread article.  I think this is the
4418         behaviour that is most natural for most users.
4419         (gnus-single-article-buffer): Change default to nil, so that people can
4420         have as many article buffers open as they have summary buffer.  I think
4421         this is the most natural way for the groups to behave.
4422
4423         * message.el (message-generate-new-buffers): Change default to
4424         `unsent', so that all new message buffers start their names with the
4425         string "*unsent", and it's easier to find the buffers if you move from
4426         them.
4427
4428 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4429
4430         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4431         small.  They're probably tracking images.
4432         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4433         (gnus-html-rescale-image): Yet another try at getting the image sizing
4434         right.
4435
4436         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4437         nntp-marks-file-name is nil.
4438
4439 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4440
4441         * gnus-html.el (gnus-html-wash-tags)
4442         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4443         Better logging.
4444
4445 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4446
4447         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4448
4449         * gnus-html.el (gnus-html-wash-tags): Check the value of
4450         gnus-blocked-images in the summary buffer.
4451
4452 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4453
4454         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4455
4456 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4457
4458         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4459         like "a", it seems like.
4460         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4461         since it needs to be picked from the correct buffer.
4462
4463         * nnwfm.el: Remove.
4464
4465         * nnlistserv.el: Remove.
4466
4467 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4468
4469         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4470         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4471
4472 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4473
4474         * nnkiboze.el: Remove.
4475
4476         * nndb.el: Remove.
4477
4478         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4479         alt text.
4480         (gnus-html-rescale-image): Try to get the rescaling logic right for
4481         images that are just wide and not tall.
4482
4483         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4484         overshadow variable bindings.
4485
4486 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4487
4488         * gnus-html.el (gnus-html-wash-tags)
4489         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4490         Add extra logging.
4491
4492 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4493
4494         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4495         (gnus-max-image-proportion): New variable.
4496         (gnus-html-rescale-image): New function.
4497         (gnus-html-put-image): Rescale images.
4498
4499 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4500
4501         Fix up some byte-compiler warnings.
4502         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4503         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4504         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4505         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4506         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4507         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4508         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4509
4510 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4511
4512         * gnus-html.el (gnus-article-html): Decode contents by charset.
4513
4514 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4515
4516         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4517         (gnus-html-frame-width, gnus-blocked-images)
4518         * message.el (message-prune-recipient-rules): Add custom version.
4519         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4520
4521         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4522         functions.
4523
4524         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4525         gnus-process-get.
4526
4527 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4528
4529         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4530         instead of lsub directly.
4531
4532 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4533
4534         * nnwarchive.el: Remove.
4535
4536         * gnus-soup.el: Remove.
4537
4538         * nnsoup.el: Remove.
4539
4540         * nnultimate.el: Remove.
4541
4542         * gnus-html.el (gnus-blocked-images): New variable.
4543
4544         * message.el (message-prune-recipients): New function.
4545         (message-prune-recipient-rules): New variable.
4546
4547         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4548         guess whether a long line is natural text or not.
4549
4550         * gnus-html.el (gnus-html-schedule-image-fetching):
4551         Use gnus-process-plist and friends for compatibility.
4552
4553 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4554
4555         * gnus-html.el: Require packages that define macros used in this file.
4556         (gnus-article-mouse-face): Declare to silence byte-compiler.
4557         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4558         process-get.
4559         (gnus-html-put-image): Use plist-get to avoid getf.
4560         (gnus-html-prefetch-images): Use with-current-buffer.
4561
4562 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4563
4564         * gnus-ems.el: Provide compatibility functions for
4565         gnus-set-process-plist.
4566
4567         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4568         header-line-format for XEmacs 21.4.
4569
4570         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4571         * gnus.el (gnus-valid-select-methods)
4572         * message.el (message-send-mail-partially-limit)
4573         * mm-decode.el (mm-text-html-renderer)
4574         * mml.el (mml-insert-mime-headers-always)
4575         * smiley.el (smiley-regexp-alist): Bump custom version.
4576
4577 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4578
4579         * gnus-html.el: require mm-url.
4580         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4581         with the url to `url'.
4582         (gnus-html-wash-tags): Support cid: URLs/images.
4583
4584 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4585
4586         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4587         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4588         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4589
4590         * gnus-move.el: Remove file, since it doesn't really work.
4591
4592         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4593         UTF-8.  This seems to fix problems with some German web feeds.
4594
4595         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4596         at the top so that the proper colours are applied.
4597
4598         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4599         don't have dots in their names.
4600
4601         * gnus-art.el (gnus-article-view-part): Doc fix.
4602
4603         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4604         XEmacs-compatible.
4605         (gnus-html-put-image): Don't do images on non-graphic displays.
4606
4607         * nnslashdot.el: Remove this unused backend.
4608
4609         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4610         actions.
4611         (gnus-undo-register-1): Revert last change.
4612
4613         * gnus-group.el (gnus-group-completing-read): Protect against not
4614         having completion-styles bound.
4615
4616         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4617         make broken recipients happier.
4618
4619         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4620
4621         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4622         point parameter.
4623
4624         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4625
4626         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4627         completion-styles for group selection.
4628
4629 2009-02-04  Andreas Schwab  <schwab@suse.de>
4630
4631         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4632         headers and regexp-quote the match if necessary.
4633
4634 2009-03-24  Miles Bader  <miles@gnu.org>
4635
4636         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4637         the blinking smiley.
4638
4639 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4640
4641         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4642         blink smiley.
4643
4644 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4645
4646         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4647         where the dribbel file lives exists.
4648
4649         * message.el (message-send-mail-partially-limit): Change the default to
4650         nil, since most people don't want this.
4651
4652         * mm-url.el (mm-url-decode-entities): Also decode entities like
4653         &#x3212.
4654
4655 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4656
4657         * gnus-sum.el (gnus-summary-idna-message):
4658         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4659         Hyperlink urls in docstrings with URL `...'.
4660
4661 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4662
4663         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4664         functions.
4665
4666 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4667
4668         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4669         say what the mouseover text should be.
4670
4671         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4672         version of the mm-w3m-safe-url-regexp variable to only download images
4673         in the groups where we want that to happen.
4674
4675         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4676
4677         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4678         easier debugging.
4679         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4680         big pictures in the article buffer.
4681
4682         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4683         gnus-article-html.
4684         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4685         w3m.
4686
4687         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4688
4689 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4690
4691         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4692         which doesn't exist.
4693
4694         * message.el (message-inhibit-ecomplete): New variable to allow some
4695         function to inhibit ecomplete address storage.
4696         (message-resend): Disable ecomplete message storage when resending
4697         messages.
4698
4699         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4700
4701 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4702
4703         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4704         Save excursion while copying, moving, and deleting articles in order to
4705         prevent the cursor from jumping to unforeseen place.
4706
4707 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4708
4709         * lpath.el: No need to bind bookmark-current-buffer,
4710         bookmark-yank-point and bookmark-make-record-function.
4711
4712 2010-08-17  Glenn Morris  <rgm@gnu.org>
4713
4714         * gnus-sync.el: Require gnus components whose functions are used.
4715
4716         * gnus-art.el (bookmark-make-record-function):
4717         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4718         Declare for compiler.
4719
4720         * mm-url.el (mml-compute-boundary): Autoload.
4721
4722 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4723
4724         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4725
4726 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4727
4728         Typo fix "hoo4a" -> "hook".
4729
4730         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4731
4732 2010-08-14  Glenn Morris  <rgm@gnu.org>
4733
4734         * gnus-sync.el (gnus-sync): Fix defgroup version.
4735
4736 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4737
4738         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4739
4740         * gnus-sync.el: Fix docs.
4741         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4742         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4743
4744 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4745
4746         Optimizations for gnus-sync.el.
4747
4748         * gnus-sync.el: Add docs about gnus-sync-backend
4749         possibilities.
4750         (gnus-sync-save): Remove unnecessary message.
4751         (gnus-sync-read): Optimize and show what groups were skipped.
4752
4753 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4754
4755         Minor bug fixes for gnus-sync.el.
4756
4757         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4758         Don't read the sync on get-new-news.
4759
4760         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4761         quiet.
4762
4763         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4764         (fix typo).
4765
4766 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4767
4768         Make saving and restoring of hidden threads work with overlays.
4769         Patch applied by Ted Zlatanov.
4770
4771         * gnus-sum.el (gnus-hidden-threads-configuration)
4772         (gnus-restore-hidden-threads-configuration): Update to deal with text
4773         properties, rather than searching for a magic character.
4774
4775 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4776
4777         New gnus-sync.el library for synchronization of marks.
4778
4779         * gnus-sync.el: New library for synchronization of marks.
4780
4781         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4782         renamed from `gnus-registry-grep-in-list'.
4783
4784         * gnus-registry.el (gnus-registry-follow-group-p):
4785         Use `gnus-grep-in-list'.
4786
4787         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4788
4789 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4790
4791         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4792         determining charset of text fails.
4793
4794 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4795
4796         * nnmail.el (nnmail-get-new-mail-1): Revert.
4797
4798         * nnml.el (nnml-active-number): Make sure names of newly created groups
4799         in nnml-group-alist are encoded.
4800
4801 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4802
4803         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4804         containing non-ASCII characters in active file for nnml back end.
4805
4806 2010-07-24  David Engster  <dengste@eml.cc>
4807
4808         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4809         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4810
4811 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4812
4813         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4814         tag (Bug#6654).
4815
4816 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4817
4818         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4819         the article buffer, not the summary buffer.
4820
4821 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4822
4823         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4824         Emacs 23 as well.
4825
4826 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4827
4828         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4829         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4830
4831 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4832
4833         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4834         Patch applied by Karl Fogel.
4835
4836         * gnus-sum.el (gnus-summary-bookmark-make-record):
4837         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4838
4839 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4840
4841         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4842         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4843         C-w still not working correctly from Article buffers; Thierry's
4844         patch to fix that will be applied after this.
4845
4846         * gnus-art.el (bookmark-make-record-function): New local variable.
4847
4848         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4849         article buffer.
4850         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4851
4852 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4853
4854         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4855         on changes in bookmark.el.
4856
4857 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4858
4859         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4860         `no-log' instead of message not to log prompt string.
4861
4862 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4863
4864         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4865         the *other* type of HTML form submission.
4866
4867 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4868
4869         * auth-source.el (auth-source-pick): If choice does not contain a
4870         questioned keyword, set the check to t.
4871
4872 2010-06-12  Romain Francoise  <romain@orebokech.com>
4873
4874         * gnus-util.el (gnus-date-get-time): Move up before first use.
4875
4876 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4877
4878         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4879         (gnus-article-edit-part): Bind it to make last part that is substituted
4880         or deleted visible.
4881         (gnus-mime-display-single): Buttonize part of which id equals to
4882         gnus-mime-buttonized-part-id.
4883
4884 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4885
4886         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4887         (gnus-dd-mmm): Use gnus-date-get-time.
4888         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4889         simplify logic.
4890         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4891         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4892
4893 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4894
4895         * auth-source.el (top): Autoload `secrets-list-collections',
4896         `secrets-create-item', `secrets-delete-item'.
4897         (auth-sources): Fix tag string.
4898         (auth-get-source, auth-source-retrieve, auth-source-create)
4899         (auth-source-delete): New defuns.
4900         (auth-source-pick): Rewrite in order to avoid 2 passes.
4901         (auth-source-forget-user-or-password): New parameter USERNAME.
4902         (auth-source-user-or-password): New parameters CREATE-MISSING and
4903         DELETE-EXISTING.  Retrieve password interactively, if needed.
4904
4905 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4906
4907         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4908         deleting unused directories when gnus-expert-user is t.
4909
4910 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4911
4912         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4913         for each temp file when gnus-article-browse-delete-temp is ask.
4914
4915 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4916
4917         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4918         Lisp calls to delete-backward-char by calls to delete-char.
4919
4920 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4921
4922         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4923
4924 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4925
4926         * password-cache.el (password-cache-remove): Fix docstring.
4927
4928 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4929
4930         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4931         article unless decoding article to be saved.
4932
4933 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4934
4935         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4936         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4937         generated within the mm-with-unibyte-current-buffer macro.
4938
4939 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4940
4941         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4942         to nil when we're in a mml-preview buffer and no group is selected.
4943
4944 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4945
4946         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4947         when catching the `C-g'.  Reported by "Leo".
4948
4949 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4950
4951         * message.el (message-forward-make-body-plain)
4952         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4953         multibyte-string-p.
4954
4955         * lpath.el: Revert.
4956
4957 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4958
4959         * message.el (message-forward-make-body-mml): Assume original message
4960         is multibyte string; error on unibyte.
4961         (message-forward-make-body-plain): Ditto; don't add excessive newline
4962         in body end.
4963
4964         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4965
4966 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4967
4968         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4969         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4970
4971 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4972
4973         * mm-extern.el (mm-extern-url): Don't use
4974         mm-with-unibyte-current-buffer.
4975         (mm-extern-cache-contents): Use with-current-buffer instead of
4976         save-excursion + set-buffer.
4977
4978 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4979
4980         * mm-util.el (mm-emacs-mule): Remove.
4981
4982 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4983
4984         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4985         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4986         change.
4987
4988 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4989
4990         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4991         bind the default value of enable-multibyte-characters to nil.
4992
4993 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4994
4995         * message.el (message-forward-make-body-plain)
4996         (message-forward-make-body-mml):
4997         Don't use mm-with-unibyte-current-buffer.
4998
4999 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5000
5001         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5002
5003 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5004
5005         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5006         (Bug#5592).
5007
5008 2010-05-07  Julien Danjou  <julien@danjou.info>
5009
5010         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5011         it to mm-pipe-part.
5012
5013         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5014         it is given.
5015
5016 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5017
5018         * binhex.el (binhex-decode-region-internal)
5019         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5020         (dns-query)
5021         * nnweb.el (nnweb-gmane-search)
5022         * pgg-parse.el (pgg-parse-armor)
5023         * pgg.el (pgg-verify-region)
5024         * sha1.el (sha1-string-external)
5025         * uudecode.el (uudecode-decode-region-internal)
5026         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5027         XEmacs.
5028
5029         * gnus-art.el (gnus-article-browse-html-parts)
5030         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5031         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5032         make-temp-file.
5033
5034         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5035         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5036         compiling.
5037
5038         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5039         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5040         XEmacs when compiling.
5041
5042         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5043         gnus-pick-mode-off-hook for XEmacs when compiling.
5044         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5045         gnus-binary-mode-off-hook for XEmacs when compiling.
5046
5047         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5048         Return nil if char-charset is not available.
5049
5050         * imap.el (imap-disable-multibyte)
5051         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5052         macros.
5053
5054         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5055         instead of encode-coding-string.
5056
5057         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5058         'xemacs) instead of mm-emacs-mule to switch function definitions.
5059         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5060
5061         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5062         bind temporary-file-directory for XEmacs;
5063         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5064         timer-set-function for XEmacs 21.4 and SXEmacs;
5065         bind timer-list for XEmacs 21.4 and SXEmacs;
5066         fbind char-charset and find-charset-region for non-Mule XEmacs;
5067         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5068         encode-coding-region and encode-coding-string for XEmacs having no
5069         file-coding feature.
5070
5071 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5072
5073         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5074
5075 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5076
5077         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5078         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5079
5080 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5081
5082         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5083         alias `jka-compr-delete-temp-file' no longer exists.
5084
5085 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5086
5087         Use define-minor-mode in Gnus where applicable.
5088         * mml.el (mml-mode): Use define-minor-mode.
5089         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5090         (gnus-undo-mode): Use define-minor-mode.
5091         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5092         (gnus-dead-summary-mode): Use define-minor-mode.
5093         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5094         Initialize in declaration.
5095         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5096         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5097         (gnus-mailing-list-mode): Use define-minor-mode.
5098         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5099         (gnus-draft-mode): Use define-minor-mode.
5100         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5101         (gnus-dired-mode): Use define-minor-mode.
5102
5103 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5104
5105         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5106         handles on recursive mml-to-mime translation and check them for
5107         boundary delimiter collisions.  Reported by Greg Troxel.
5108
5109 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5110
5111         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5112
5113 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5114
5115         * mm-util.el (mm-find-buffer-file-coding-system):
5116         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5117
5118 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5119
5120         * message.el (message-generate-headers): Record insertion of optional
5121         headers as well.  Otherwise the check to prevent repeated insertion of
5122         optional headers is a no-op.
5123
5124 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5125
5126         * smime.el: Don't mention CVS.
5127
5128         * nnrss.el (nnrss-fetch): Don't mention CVS.
5129
5130         * nnir.el: Don't mention CVS.
5131
5132 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5133
5134         * gnus-sum.el (gnus-summary-bookmark-make-record):
5135         Add `location' field.
5136
5137 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5138
5139         * lpath.el: Fbind bookmark-default-handler,
5140         bookmark-get-bookmark-record, bookmark-make-record-default,
5141         bookmark-prop-get for Emacs <23 and XEmacs.
5142
5143 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5144
5145         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5146         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5147         Use with-current-buffer to silence the byte-compiler.
5148         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5149         bother to require `gnus'.
5150         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5151
5152 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5153
5154         * gnus-sum.el (gnus-summary-bookmark-make-record)
5155         (gnus-summary-bookmark-jump): New functions.
5156         (gnus-summary-mode): Setup bookmark support.
5157
5158 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5159
5160         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5161         if set.
5162
5163 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5164
5165         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5166         gnus-article-browse-html-save-cid-image; make it work recursively for
5167         forwarded messages as well.
5168         (gnus-article-browse-html-parts): Work when prefix arg is given.
5169         (gnus-article-browse-html-article): Doc fix.
5170
5171 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5172
5173         * message.el (message-default-mail-headers):
5174         (message-default-headers): Carry the value mail-default-headers over
5175         into message-default-mail-headers, rather than message-default-headers.
5176
5177 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5178
5179         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5180         charset.
5181
5182         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5183         charset into the <meta> tag when the article is encoded to utf-8.
5184
5185 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5186
5187         * gnus-art.el (gnus-article-browse-delete-temp-files):
5188         Delete directories as well.
5189         (gnus-article-browse-html-parts): Work for images that do not specify
5190         file names; delete temp directory when quitting; insert header at the
5191         right place; use file: scheme for image files.
5192
5193 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5194
5195         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5196         (gnus-article-browse-html-parts): Use it to make temporary cid image
5197         files in addition to html file so that browser may display them.
5198
5199 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5200
5201         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5202
5203 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5204
5205         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5206
5207 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5208
5209         * auth-source.el (auth-sources): Change default to be simpler.
5210         Explain about Secret Service API sources.  Improve Customize options.
5211         (auth-source-pick): Change to accept any number of search parameters.
5212         Implement fallbacks iteratively, not recursively.  Add scoring on the
5213         second pass and sort by score.  Call Secret Service API when needed.
5214         (auth-source-user-or-password): Use it.  Call Secret Service API
5215         directly when needed to get the user name and the password.
5216
5217 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5218
5219         * message.el (message-interactive): Doc fix.
5220         (message-qmail-inject-args): Reflow.
5221         (message-kill-to-signature): Fix typo in docstring.
5222
5223         * smiley.el (smiley-buffer): Fix typo in docstring.
5224
5225 2010-03-24  Glenn Morris  <rgm@gnu.org>
5226
5227         * mail-source.el (gnus-message): Declare.
5228         (mail-source-delete-old-incoming): Require gnus-util.
5229
5230 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5231
5232         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5233
5234         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5235
5236         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5237         password-cache's default if it is not bound.
5238         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5239         password-cache-expiry's default if it is not bound.
5240
5241         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5242         available in Emacs 21.
5243
5244         * lpath.el: Suppress compiler warnings for:
5245         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5246         XEmacs;
5247         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5248         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5249         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5250
5251 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5252
5253         * auth-source.el (auth-sources): Fix up definition so extra parameters
5254         are always inline.
5255
5256 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5257
5258         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5259         wasn't updated after mismatch.  Clear cached mailbox info correctly
5260         when uidvalidity changes.
5261         (nnimap-group-prefixed-name): New function to avoid some code
5262         duplication.
5263         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5264         (nnimap-request-group): Use it.
5265         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5266         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5267         with many imap folders.  This is done by caching the group status from
5268         the imap server persistently in a group parameter `imap-status'.  (This
5269         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5270         but not persistently, so every Gnus startup was still very slow.)
5271
5272 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5273
5274         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5275         delete the extra newline.  Otherwise editing of :string and :number
5276         types don't work.
5277
5278 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5279
5280         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5281         secrets.el dependency.
5282         (auth-sources): Add optional user name.  Add secrets.el configuration
5283         choice (unused right now).
5284
5285 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5286
5287         * gnus-sum.el (gnus-summary-make-menu-bar):
5288         Let `gnus-registry-install-shortcuts' fill in the functions.
5289
5290         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5291         warnings.
5292         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5293         (gnus-registry-install-shortcuts): Populate and use it in a
5294         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5295
5296 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5297
5298         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5299         In-place substitutions for the group name encoding/decoding.
5300         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5301         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5302         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5303         (nnimap-update-unseen, nnimap-request-list)
5304         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5305         (nnimap-request-set-mark, nnimap-split-to-groups)
5306         (nnimap-split-articles, nnimap-request-newgroups)
5307         (nnimap-request-create-group, nnimap-request-accept-article)
5308         (nnimap-request-delete-group, nnimap-request-rename-group)
5309         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5310         `encoded-mbx' for consistency.
5311         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5312         variable `imap-current-mailbox'.
5313
5314         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5315         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5316
5317 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5318
5319         * pop3.el (pop3-display-message-size-flag): Display message size byte
5320         counts during POP3 download.
5321         (pop3-movemail): Use it.
5322         (pop3-list): Implement listing of available messages.
5323
5324 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5325
5326         * nnir.el (nnir-get-article-nov-override-function): New function to
5327         override the normal NOV retrieval.
5328         (nnir-retrieve-headers): Use it.
5329
5330 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5331
5332         * auth-source.el (netrc-machine-user-or-password): Autoload.
5333
5334 2010-03-19  Glenn Morris  <rgm@gnu.org>
5335
5336         Stop message.el from loading about 40 libraries it doesn't always need.
5337         The general approach is to autoload rather than require, and to
5338         require in the specific functions rather than the file.  (Bug#5642)
5339
5340         * gmm-utils.el: Don't require wid-edit.
5341         (widget-create-child-value, widget-convert, widget-default-get):
5342         Autoload.
5343
5344         * gnus-util.el: Don't require time-date, netrc.
5345         (message-fetch-field, gnus-group-name-decode): Declare rather than
5346         autoloading.
5347         (gnus-fetch-field): Require message.
5348         (gnus-decode-newsgroups): Require gnus-group.
5349
5350         * ietf-drums.el: Don't require time-date.
5351
5352         * message.el: Don't require hashcash, canlock, ecomplete.
5353         Do require mail-utils.  Require nnheader only when compiling.
5354         (smtpmail-default-smtp-server): Remove declaration.
5355         (message-send-mail-function): Check smtpmail-default-smtp-server
5356         is bound rather than requiring smtpmail.
5357         (message-auto-save-directory, message-insert-signature):
5358         Use expand-file-name rather than nnheader-concat.
5359         (nnheader-insert-file-contents): Autoload.
5360         (hashcash-wait-async): Declare.
5361         (message-send-mail): Only call gnus-setup-posting-charset if
5362         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5363         (message-send-mail-with-sendmail): Require sendmail.
5364         (canlock-password, canlock-password-for-verify): Declare.
5365         (message-canlock-password): Require canlock.
5366         (nnheader-get-report): Autoload.
5367         (gnus-setup-posting-charset): Declare.
5368         (message-send-news): Require gnus-msg.
5369         (message-make-references, message-make-in-reply-to): Use mail-header-id
5370         rather than the alias mail-header-message-id.
5371         (ecomplete-add-item, ecomplete-save): Declare.
5372         (message-put-addresses-in-ecomplete): Require ecomplete.
5373         (ecomplete-display-matches): Autoload.
5374
5375         * mm-decode.el: Don't require mailcap, gnus-util.
5376         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5377         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5378         Autoload.
5379         (mailcap-mime-extensions): Declare.
5380
5381         * mm-encode.el: Don't require mailcap.
5382         (mailcap-extension-to-mime): Autoload.
5383
5384         * mml-sec.el: Don't require password-cache.
5385
5386         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5387         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5388         (mml-minibuffer-read-type): Require mailcap.
5389         (mml-preview): Require gnus-msg.
5390
5391         * mml1991.el: Require password-cache.
5392         (password-cache-expiry): Remove declaration.
5393
5394         * mml2015.el: Require password-cache.
5395         (password-cache-expiry): Remove declaration.
5396
5397         * nneething.el (mailcap): Require mailcap.
5398
5399         * nnheader.el (declare-function): Add compatibility stub.
5400         (message-remove-header): Declare rather than autoload.
5401         (nnheader-replace-header): Require message.
5402
5403         * nnimap.el (declare-function): Add compatibility stub.
5404         (netrc-parse, netrc-machine-user-or-password): Declare.
5405         (nnimap-open-connection): Require netrc.
5406
5407         * nntp.el (declare-function): Add compatibility stub.
5408         (netrc-parse, netrc-machine, netrc-get): Declare.
5409         (nntp-send-authinfo): Require netrc.
5410
5411         * rfc2047.el: Don't require qp.
5412         (quoted-printable-encode-region, quoted-printable-decode-string):
5413         Autoload.
5414
5415         * sieve-mode.el: Don't require easymenu.
5416         (easy-menu-add-item): Autoload it.
5417
5418         * spam-stat.el (time-to-number-of-days): Autoload it.
5419
5420 2010-03-19  Glenn Morris  <rgm@gnu.org>
5421
5422         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5423
5424 2010-03-18  Glenn Morris  <rgm@gnu.org>
5425
5426         * hashcash.el (declare-function): Remove duplicate definition.
5427
5428 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5429
5430         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5431         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5432         value if any backslash escapes).
5433
5434 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5435
5436         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5437         if it is available.  (bug#5647)
5438
5439         * lpath.el: Suppress compiler warning for coding-system-from-name for
5440         Emacs 21 and XEmacs.
5441
5442 2010-03-14  Juri Linkov  <juri@jurta.org>
5443
5444         * hmac-def.el:
5445         * hmac-md5.el:
5446         * netrc.el: Fix keywords.
5447
5448 2010-02-26  Glenn Morris  <rgm@gnu.org>
5449
5450         * message.el (message-send-mail-function): Change the default, so that
5451         it inherits from a customized send-mail-function.  (Bug#5643)
5452
5453 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5454
5455         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5456         shell-command-to-string signals an error (bug#5299).
5457
5458 2010-02-24  Glenn Morris  <rgm@gnu.org>
5459
5460         * message.el (message-smtpmail-send-it)
5461         (message-send-mail-with-mailclient): Doc fixes.
5462
5463 2010-02-16  Glenn Morris  <rgm@gnu.org>
5464
5465         * message.el (message-default-mail-headers): Change the default value
5466         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5467
5468 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5469
5470         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5471         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5472
5473 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5474
5475         * time-date.el (date-to-time): Doc fix (Bug#5408).
5476
5477 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5478
5479         * message.el (message-mail): Just pass yank-action on to message-setup.
5480         (message-setup): Handle (FUN . ARGS) form of yank-action.
5481         (message-with-reply-buffer, message-widen-reply)
5482         (message-yank-original): Handle non-buffer values of
5483         message-reply-buffer (Bug#4080).
5484         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5485
5486 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5487
5488         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5489         Fix typo in docstring.
5490
5491 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5492
5493         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5494         response.
5495
5496 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5497
5498         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5499
5500         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5501
5502         * message.el (message-check-news-header-syntax): Protect against a
5503         string that `rfc822-addresses' returns when parsing fails.
5504
5505 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5508         (gnus-previous-char-property-change): New functions.
5509
5510         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5511
5512 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5513
5514         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5515         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5516
5517 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5518
5519         * message.el (message-exchange-point-and-mark): Rework last change to
5520         avoid using optional arg of exchange-point-and-mark, for backward
5521         compatibility.
5522
5523 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5524
5525         * message.el (message-exchange-point-and-mark):
5526         Call exchange-point-and-mark with an argument rather than setting
5527         mark-active by hand (Bug#5175).
5528
5529 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5530
5531         * nntp.el (nntp-service-to-port): Work for service expressed with
5532         numeric string; replace [:digit:] with [0-9] for XEmacs.
5533
5534 2009-12-17  Glenn Morris  <rgm@gnu.org>
5535
5536         * gnus-group.el (gnus-bug-group-download-format-alist):
5537         Change emacs entry to debbugs.gnu.org.  Bump :version.
5538
5539 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5540
5541         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5542
5543 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5544
5545         * message.el (message-info): Explain why we use `Info-goto-node'.
5546
5547 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5548
5549         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5550
5551 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5552
5553         * message.el (message-completion-in-region): New compatibility function.
5554         (message-expand-group): Use it.
5555
5556 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5557
5558         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5559         with no unread article should be listed if the 2nd arg `predicate' is
5560         given.
5561
5562 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5563
5564         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5565
5566 2009-11-29  Juri Linkov  <juri@jurta.org>
5567
5568         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5569         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5570         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5571
5572 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5573
5574         * sha1.el (sha1-string-external): default-directory "/" in case
5575         otherwise non-existent.  process-connection-type pipe for touch of
5576         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5577
5578 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5579
5580         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5581         it's comms related and sgml-mode.el has "comm" on that basis too.
5582
5583 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5584
5585         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5586         containing tspecial characters if they have been already quoted.
5587
5588 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5589
5590         * dns-mode.el (auto-mode-alist): Purecopy string.
5591
5592 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5593
5594         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5595
5596 2009-10-24  Glenn Morris  <rgm@gnu.org>
5597
5598         * gnus-art.el (help-xref-stack-item): Define for compiler.
5599
5600 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5601
5602         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5603
5604 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5605
5606         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5607
5608 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5609
5610         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5611         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5612
5613 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5614
5615         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5616         (gnus-overlays-in): New alias to overlays-in.
5617
5618         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5619         gnus-overlay-get, and gnus-delete-overlay.
5620         (gnus-summary-show-thread): Make it work as well for systems in which
5621         next-single-char-property-change is not available.
5622         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5623
5624         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5625         (gnus-overlay-get): New alias to extent-property.
5626         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5627
5628         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5629         SXEmacs.
5630
5631         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5632         SXEmacs.
5633
5634 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5635
5636         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5637
5638 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5639
5640         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5641         and XEmacs that don't have `remove-overlays'.
5642
5643 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5644
5645         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5646         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5647         selective display.  Use overlays instead.
5648
5649 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5650
5651         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5652
5653 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5654
5655         * spam-stat.el (spam-stat-load): Fix typo in message.
5656
5657 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5658
5659         * dig.el (dig-invoke): Fix typo in docstring.
5660         (query-dig): Reflow docstring.
5661
5662 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5663
5664         * gnus-art.el (gnus-article-encrypt-body):
5665         * message.el (message-check-recipients):
5666         * mm-util.el (mm-codepage-setup):
5667         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5668         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5669
5670 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5671
5672         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5673         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5674         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5675         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5676         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5677
5678 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5679
5680         * dig.el: Add "Keywords: comm", as per net-utils.el.
5681
5682 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5683
5684         * dig.el (dig-mode): Use define-derived-mode.
5685
5686 2009-09-19  Glenn Morris  <rgm@gnu.org>
5687
5688         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5689
5690 2009-09-18  Glenn Morris  <rgm@gnu.org>
5691
5692         * gnus-diary.el (gnus-diary-check-message):
5693         * message.el (message-insert-formatted-citation-line):
5694         * nnbabyl.el (top-level):
5695         * nndiary.el (nndiary-schedule):
5696         Fix typos in condition-case handlers.
5697
5698 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5699
5700         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5701         configuration that provides the sole article window in a frame;
5702         position point correctly after deleting a part.
5703
5704 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5705
5706         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5707         (spam-resolve-registrations-routine): Use it to unregister articles
5708         that change status.
5709
5710 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5711
5712         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5713         with XEmacs.
5714         (parse-time-string-chars): Use it.
5715
5716 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5717
5718         * imap.el (imap-interactive-login): Better messages.
5719         (imap-open): Fix bug with renamed buffer on reconnect.
5720         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5721         for easier debugging and cleaner code.  On successful (guessed based on
5722         server capabilities) secondary authentication, set imap-state
5723         correctly.
5724         (imap-last-authenticator): Define imap-last-authenticator as a variable
5725         to avoid warnings.
5726
5727 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5728
5729         * nnrss.el (nnrss-request-article): Remove binding of
5730         default-enable-multibyte-characters that has gotten needless by
5731         the 2007-07-13 change in rfc2047-encode-message-header.
5732
5733         * mml.el (mml-insert-multipart): Error on the message header.
5734         (mml-insert-part): Error on the message header; position point at
5735         the end of a MIME tag.
5736
5737 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5738
5739         * time-date.el (autoload): Expand define-obsolete-function-alias into
5740         defalias and make-obsolete for old Emacsen that Gnus supports.
5741         (with-no-warnings): Define it for old Emacsen.
5742         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5743         is available.
5744         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5745         float-time is available; suppress compile warning for time-to-seconds.
5746
5747         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5748         (gnus-float-time): Alias to float-time if it exists.
5749
5750         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5751         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5752         float-time is available; suppress compile warning for time-to-seconds.
5753
5754         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5755         XEmacs.
5756
5757 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5758
5759         * imap.el (imap-message-map): Docstring fix.
5760
5761 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5762
5763         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5764         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5765         Add the optional argument `encoding' that overrides the default.
5766
5767         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5768         mm-encode-buffer.
5769
5770 2009-09-04  Glenn Morris  <rgm@gnu.org>
5771
5772         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5773         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5774         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5775         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5776         * mm-util.el (mm-with-unibyte-current-buffer)
5777         (mm-find-buffer-file-coding-system):
5778         * yenc.el (yenc-decode-region): Use default-value rather than
5779         default-enable-multibyte-characters.
5780
5781 2009-09-03  Glenn Morris  <rgm@gnu.org>
5782
5783         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5784         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5785         than default-enable-multibyte-characters.
5786
5787 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5788
5789         * gnus-art.el (gnus-article-read-summary-keys):
5790         Fix gnus-buffer-configuration's value temporarily used.
5791
5792 2009-09-02  Glenn Morris  <rgm@gnu.org>
5793
5794         * gnus-util.el (gnus-float-time): New function.
5795         * gnus-delay.el (gnus-delay-article):
5796         * gnus-sum.el (gnus-thread-latest-date):
5797         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5798         * nnspool.el (nnspool-request-newgroups):
5799         Use gnus-float-time rather than time-to-seconds.
5800         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5801
5802         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5803         (gnus-header-subject-face, gnus-header-newsgroups-face)
5804         (gnus-header-name-face, gnus-header-content-face):
5805         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5806         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5807         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5808         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5809         (gnus-cite-face-11):
5810         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5811         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5812         (gnus-server-closed-face, gnus-server-denied-face)
5813         (gnus-server-offline-face):
5814         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5815         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5816         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5817         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5818         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5819         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5820         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5821         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5822         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5823         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5824         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5825         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5826         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5827         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5828         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5829         (gnus-summary-high-undownloaded-face)
5830         (gnus-summary-low-undownloaded-face)
5831         (gnus-summary-normal-undownloaded-face)
5832         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5833         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5834         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5835         (gnus-splash-face):
5836         * message.el (message-header-to-face, message-header-cc-face)
5837         (message-header-subject-face, message-header-newsgroups-face)
5838         (message-header-other-face, message-header-name-face)
5839         (message-header-xheader-face, message-separator-face)
5840         (message-cited-text-face, message-mml-face):
5841         * sieve-mode.el (sieve-control-commands-face)
5842         (sieve-action-commands-face, sieve-test-commands-face)
5843         (sieve-tagged-arguments-face):
5844         * spam.el (spam-face):
5845         Mark face aliases with "-face" in the name as obsolete.
5846
5847 2009-09-01  Glenn Morris  <rgm@gnu.org>
5848
5849         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5850         than goto-line.
5851
5852 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5853
5854         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5855         Don't move point if the command is invoked inside the message header.
5856
5857 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5858
5859         * imap.el (imap-send-command): Simplify.
5860         (imap-wait-for-tag): point-max -> buffer-size.
5861
5862 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5863
5864         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5865         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5866         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5867         * nnir.el (nnir-swish-e-index-file):
5868         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5869         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5870         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5871         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5872         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5873         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5874
5875 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5876
5877         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5878         Don't save excursion.
5879
5880 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5881
5882         * nnheader.el (nnheader-find-file-noselect):
5883         * mm-util.el (mm-insert-file-contents):
5884         Use (default-value 'major-mode) instead of default-major-mode.
5885
5886 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5887
5888         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5889
5890 2009-08-26  Glenn Morris  <rgm@gnu.org>
5891
5892         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5893         than placing in files.el.
5894
5895 2009-08-25  Glenn Morris  <rgm@gnu.org>
5896
5897         * nnir.el (top-level): Don't require cl at run-time.
5898         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5899         Replace cl-function substitute with gnus-replace-in-string.
5900         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5901         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5902         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5903         simplified expansions.
5904
5905 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5906
5907         * dig.el (dig): Add autoload cookie.
5908
5909 2009-08-22  Glenn Morris  <rgm@gnu.org>
5910
5911         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5912         goto-line.
5913
5914 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5915
5916         * parse-time.el (parse-time-string-chars): Save match data.
5917
5918 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5919
5920         * parse-time.el (parse-time-string-chars): Compute using character
5921         classes, to handle non-ascii characters (Bug#3190).
5922
5923 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5924
5925         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5926
5927         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5928         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5929         (gnus-mm-display-part, gnus-mime-display-single)
5930         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5931         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5932
5933         * gnus-sum.el
5934         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5935         (gnus-summary-move-article): Add expirable mark to articles copied or
5936         moved to group that has auto-expire turned on if the option is non-nil.
5937
5938 2009-07-24  Glenn Morris  <rgm@gnu.org>
5939
5940         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5941         Fix typo.  (Bug#3903)
5942
5943 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5944
5945         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5946         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5947         that should not be used for draft articles.
5948         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5949         that has no concern in minor mode keys.
5950         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5951         Abolish.
5952
5953 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5954
5955         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5956         article without making inquiry to a user for unknown encoding.
5957
5958         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5959         (nnmaildir--scan): Assume i-node and device number that file-attributes
5960         returns might be cons-cell.
5961
5962         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5963
5964         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5965
5966 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5967
5968         * auth-source.el: Remove docs now in auth.texi.  Don't use
5969         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5970         `auth-source-hide-passwords' and use them.
5971
5972 2009-07-15  Glenn Morris  <rgm@gnu.org>
5973
5974         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5975
5976 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5977
5978         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5979         excessive whitespace from the default values of title and description.
5980
5981 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5982
5983         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5984         mail-fetch-field to fetch Content-Description header in order to
5985         exclude newlines.
5986
5987 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5988
5989         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5990         format used by GnuPG 2.0.11.
5991
5992 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5993
5994         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5995         to deleted part.
5996
5997 2009-05-30  David Engster  <dengste@eml.cc>
5998
5999         * nnmairix.el: Remove old documentation in the commentary block.
6000         (nnmairix-request-group): Do not update active file for nnml back ends.
6001         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6002         end so that overview files are ignored.
6003         (nnmairix-update-groups): Make updating the groups more robust by using
6004         marks.
6005         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6006         with dollar characters in message-id.
6007
6008 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6009
6010         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6011         2008-12-25 in dns.el.
6012
6013 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6014
6015         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6016         could happen if the text is only composed of spaces and/or tabs.
6017
6018 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6019
6020         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6021         when sending a queued message to avoid extra mml tags.
6022
6023 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6024
6025         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6026
6027 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6028
6029         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6030         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6031         rmail-toggle-header for XEmacs;
6032         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6033
6034 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6035
6036         * gnus-dired.el: Remove autoload for gnus-setup-message.
6037         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6038         displaying Gnus logo; always use compose-mail.
6039
6040 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6043
6044 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6045
6046         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6047         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6048         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6049         available.
6050         (gnus-nocem-epg-verify): New function.
6051
6052 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6053
6054         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6055
6056 2009-02-15  Glenn Morris  <rgm@gnu.org>
6057
6058         * gnus-util.el (rmail-insert-rmail-file-header)
6059         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6060         autoloads.
6061         (rmail-default-rmail-file): Remove unnecessary declaration.
6062         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6063
6064 2009-02-14  Glenn Morris  <rgm@gnu.org>
6065
6066         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6067         variable (only used in gnus-util, which declares it anyway).
6068         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6069         which was only needed by gnus-art (changed to not use it any more).
6070         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6071         only used in gnus-util, which autoloads it itself.
6072         (rmail-update-summary): Fix autoload.
6073
6074         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6075         rather than rmail-output-to-rmail-file.
6076
6077 2009-02-07  Glenn Morris  <rgm@gnu.org>
6078
6079         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6080         autoload of function that no longer exists.
6081         (rmail-toggle-header): Declare.
6082         (message-forward-rmail-make-body): Handle mbox Rmail.
6083
6084 2009-01-31  Glenn Morris  <rgm@gnu.org>
6085
6086         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6087         2009-01-09 change.
6088
6089 2009-01-31  Dave Love  <fx@gnu.org>
6090
6091         * imap.el (imap-fetch-safe): Bind debug-on-error.
6092         (imap-debug): Add imap-fetch-safe.
6093
6094 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6095
6096         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6097         (auth-source-forget-all-cached): New convenience function.
6098         (auth-source-user-or-password): Accept list of modes or a single mode.
6099
6100         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6101         auth-source modes.
6102
6103         * netrc.el (netrc-machine-user-or-password): Use list of
6104         auth-source modes.
6105
6106         * nnimap.el (nnimap-open-connection): Use list of
6107         auth-source modes.
6108
6109         * nntp.el (nntp-send-authinfo): Use list of
6110         auth-source modes.
6111
6112 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6113
6114         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6115         now.
6116
6117 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6118
6119         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6120         coding system in XEmacs; add a workaround for XEmacs.
6121
6122         * lpath.el: Fbind coding-system-aliasee.
6123
6124 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6125
6126         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6127         of current-language-environment.
6128
6129 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6130
6131         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6132         available at runtime.
6133
6134 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6135
6136         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6137
6138 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6139
6140         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6141         the greatest positive fixnum value doesn't work under an XEmacs with
6142         bignum support; use the most-positive-fixnum constant instead,
6143         available since Emacs 21.1 with cl and XEmacs 21.1.
6144
6145 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6146
6147         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6148         XEmacs gets not to work.
6149
6150 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6151
6152         * mm-util.el (mm-coding-system-priorities): Allow the value like
6153         "Japanese (UTF-8)" of current-language-environment.
6154
6155 2009-01-09  Glenn Morris  <rgm@gnu.org>
6156
6157         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6158         with last-command-event.
6159
6160 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6161
6162         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6163         in the doc string.
6164
6165         * message.el (message-fix-before-sending): Amend comment.
6166
6167 2009-01-08  Dave Love  <fx@gnu.org>
6168
6169         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6170
6171 2009-01-07  David Engster  <dengste@eml.cc>
6172
6173         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6174         simplified server definitions by converting it via
6175         gnus-server-to-method.
6176
6177 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6178
6179         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6180         parameter's operands.
6181
6182 2009-01-06  David Engster  <dengste@eml.cc>
6183
6184         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6185         primary select method (for gnus-group-mark-article-as-read).
6186
6187 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6188
6189         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6190         `(gnus)Face', not `(gnus)X-Face'.
6191
6192 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6193
6194         * mm-util.el (mm-ucs-to-char): New function.
6195
6196         * mm-url.el (mm-url-decode-entities): Use it.
6197
6198         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6199         unicode-to-char.
6200
6201 2009-01-05  Dave Love  <fx@gnu.org>
6202
6203         * time-date.el: Require cl for `declare'.
6204
6205 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6206
6207         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6208         Dave Love.
6209
6210 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6211
6212         * message.el (message-fix-before-sending): Add `eight-bit' to
6213         illegible-text check.
6214
6215 2009-01-03  Michael Olson  <mwolson@gnu.org>
6216
6217         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6218         `headers' is nil.  This can occur if the IMAP server does not have
6219         permissions to read messages from a folder, but can write new messages
6220         to the folder.
6221         (nnimap-request-article-part): Do not insert `data' if it is nil.
6222
6223         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6224         characters which will confuse `read', so skip past them.
6225
6226 2009-01-01  Dave Love  <fx@gnu.org>
6227
6228         * imap.el (imap-string-to-integer): Fix typo.
6229         (imap-fetch-safe): New function.
6230         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6231
6232         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6233
6234         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6235         (imap-parse-greeting): Fix doc strings.
6236         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6237         (imap-parse-flag-list): Make messages unique.
6238         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6239
6240         * nnimap.el: Fix author email.
6241         (nnimap-split-rule): Add FIXME comment.
6242         (nnimap-debug): Fix doc string.
6243
6244 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6245
6246         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6247
6248 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6249
6250         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6251         nslookup if resolv.conf isn't available.
6252         (dns-query): Rename from query-dns.
6253         (dns-query-cached): Rename from query-dns-cached.
6254
6255 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6256
6257         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6258         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6259         to check if those variables exist (first appeared in Emacs 18.50).
6260
6261 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6262
6263         * mm-util.el (mm-line-number-at-pos): New function.
6264
6265         * spam-report.el (spam-report-process-queue): Use it.
6266
6267 2008-12-24  David Engster  <dengste@eml.cc>
6268
6269         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6270         parameters that haven't existed as variables as buffer-local variables.
6271
6272 2008-12-23  Dave Love  <fx@gnu.org>
6273
6274         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6275         cadar.
6276
6277         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6278         imap-starttls-p.
6279         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6280
6281 2008-12-22  Dave Love  <fx@gnu.org>
6282
6283         * imap.el: Fix author email.  Doc fixes.
6284         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6285         reply.
6286
6287 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6288
6289         * spam-report.el (spam-report-gmane-max-requests): New constant.
6290         (spam-report-gmane-wait): New variable.
6291         (spam-report-gmane-ham, spam-report-gmane-spam)
6292         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6293         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6294         the server.
6295
6296         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6297         Add explanations.
6298
6299         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6300         nnheader-accept-process-output and nnheader-read-timeout if available.
6301         (pop3-movemail): Use it.
6302
6303         * message.el (message-check-news-body-syntax): Fix signature check if
6304         there's an attachment.
6305
6306 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6307
6308         * mm-util.el: Add comments to the mm- emulating functions.
6309
6310 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6311
6312         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6313         Reported by Stephen Berman <stephen.berman@gmx.net>.
6314
6315 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6316
6317         * mm-util.el (mm-substring-no-properties): New function.
6318         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6319         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6320         (mm-string-to-multibyte): Doc fix.
6321
6322         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6323
6324 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6325
6326         * mml.el (mml-attach-file): Strip text properties from file name.
6327         (Bug#1574)
6328
6329 2008-12-16  Glenn Morris  <rgm@gnu.org>
6330
6331         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6332
6333 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6334
6335         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6336         knows since the charset specified might be a bogus alias that
6337         mm-charset-synonym-alist provides.
6338
6339 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6340
6341         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6342         "ISO_8859-1".
6343
6344         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6345
6346 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6347
6348         * mm-util.el (mm-charset-eval-alist):
6349         Define it before mm-charset-to-coding-system.
6350         (mm-charset-to-coding-system): Add optional argument `silent';
6351         define it before mm-charset-override-alist.
6352         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6353         default value if it can be used in Emacs currently running;
6354         silence mm-charset-to-coding-system.
6355
6356 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6357
6358         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6359         `allow-override' which says whether to use `mm-charset-override-alist'.
6360         (rfc2047-decode-encoded-words): Use it.
6361
6362         * mm-util.el (mm-charset-override-alist): Fix custom type;
6363         add `(gb2312 . gbk)' to choices.
6364
6365 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6366
6367         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6368         fast.
6369
6370         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6371
6372         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6373
6374 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6375
6376         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6377         on links.
6378
6379         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6380
6381 2008-12-03  Lute Kamstra  <lute@gnu.org>
6382
6383         * sha1.el: Remove leading * from docstrings of defcustoms,
6384         deffaces, defconsts and defuns.
6385
6386 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6387
6388         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6389         users' addresses that don't have domain parts.
6390         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6391         rather than message-narrow-to-head since there will be the message
6392         header separator.
6393
6394 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6395
6396         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6397         since the result is inserted in a unibyte buffer anyway.
6398         (nnimap-demule-use-string-to-multibyte): Remove.
6399         (nnimap-demule): Alias it to mm-string-to-multibyte.
6400
6401 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6402
6403         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6404         variable for debugging bug#464 and bug#1174.
6405         (nnimap-demule): Use it.
6406
6407 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6408
6409         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6410         score calculation correctly.
6411
6412 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6413
6414         * message.el (message-send-mail): Just set the buffer to unibyte
6415         rather than use mm-with-unibyte-current-buffer which does a lot more.
6416         (message-send-mail-partially): Don't bother with
6417         mm-with-unibyte-current-buffer since it's already been made unibyte by
6418         message-send-mail.
6419
6420 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6421
6422         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6423
6424 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6425
6426         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6427
6428 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6429
6430         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6431         require itself and to remove `with-no-warnings'.
6432
6433 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6434
6435         * starttls.el (starttls-any-program-available): Get the name of the
6436         available TLS layer program.
6437         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6438         well as the host name in the "opening" message.
6439
6440         * auth-source.el (auth-source-cache, auth-source-do-cache)
6441         (auth-source-user-or-password): Cache passwords and logins by default,
6442         allow override with `auth-source-do-cache'.
6443         (auth-source-forget-user-or-password): Allow users to remove cache
6444         entries if needed.
6445
6446 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6447
6448         * md4.el (md4-buffer): Fix typo in docstring.
6449         (md4, md4-64): Doc fixes.
6450         (md4-pack-int32): Reflow docstring.
6451
6452 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6453
6454         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6455         condition-case to only the forward-sexp call.
6456
6457 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6458
6459         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6460         quotes contained.  Make it more robust regardless by an extra
6461         condition-case wrapper.
6462
6463 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6464
6465         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6466
6467 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6468
6469         * nnml.el (nnml-request-expire-articles): Check if the function set to
6470         `nnmail-expiry-target' returns the symbol `delete'.
6471
6472         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6473
6474         * nnmail.el (nnmail-expiry-target): Fix custom type.
6475
6476 2008-10-02  Glenn Morris  <rgm@gnu.org>
6477
6478         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6479         Silence compiler warning.
6480
6481 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6482
6483         * tls.el (open-tls-stream): Show the actual command being
6484         executed, instead of the format string.
6485
6486 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6487
6488         * lpath.el: Fbind codepage-setup for Emacs 23.
6489
6490 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6491
6492         * mml.el (mml-menu): Don't assume mml2015 is bound.
6493
6494 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6495
6496         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6497         exists.
6498
6499 2008-09-27  Glenn Morris  <rgm@gnu.org>
6500
6501         * gnus-util.el (mail-header-remove-comments): Autoload it.
6502
6503 2008-09-27  Andreas Schwab  <schwab@suse.de>
6504
6505         * gnus-util.el (gnus-split-references): Strip comments.
6506         (gnus-parent-id): Likewise.
6507
6508 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6509
6510         * message.el (message-confirm-send): Fix version.
6511
6512 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6513
6514         * message.el (message-idna-to-ascii-rhs-1): Use
6515         mail-extract-address-components rather than mail-header-parse-addresses
6516         that is an alias by default to ietf-drums-parse-addresses that does not
6517         support non-ASCII names in headers' contents.
6518
6519 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6520
6521         * message.el (message-confirm-send): Fix variable documentation to
6522         avoid the "y/n" wording.
6523
6524 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6525
6526         * message.el (message-set-auto-save-file-name): Save to a different
6527         filename so multiple messages (especially drafts) can be recovered.
6528
6529 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6530
6531         * message.el (message-confirm-send): Add appropriate version.
6532
6533 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6534
6535         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6536         defvar.
6537
6538 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6539
6540         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6541         (mm-pkcs7-enveloped-magic): Ditto.
6542
6543 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6544
6545         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6546         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6547
6548 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6549
6550         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6551         default, it's better.
6552
6553 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6554
6555         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6556         summary line gnus-number property and ignore them (with a warning
6557         message).
6558
6559 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6560
6561         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6562         macro caddr in the interactive form since it won't be expanded.
6563
6564 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6565
6566         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6567         `charset'; fix name of function called recursively.
6568         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6569
6570 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6571
6572         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6573         (gnus-mime-set-charset-parameters): New function.
6574         (gnus-mime-view-part-as-charset): Use it to correctly display part
6575         specifying wrong charset.
6576
6577 2008-09-08  David Engster  <dengste@eml.cc>
6578
6579         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6580         in completing-read for back end server.
6581
6582 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6583
6584         * message.el (message-confirm-send): New variable to confirm sending a
6585         message.
6586         (message-send): Use it.
6587
6588 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6589
6590         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6591
6592 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6595
6596 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6597
6598         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6599         prevent tracking too many groups.
6600         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6601         Use it.
6602
6603 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6604
6605         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6606         moving point to the bottom of the window in order to avoid recentering.
6607
6608 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6609
6610         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6611
6612         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6613         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6614         (gnus-article-beginning-of-window): Fix calculation.
6615
6616 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6617
6618         * gnus-msg.el (gnus-summary-supersede-article)
6619         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6620         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6621         message header.
6622
6623 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6624
6625         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6626         pending output coming after the status change.
6627
6628 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6629
6630         * message.el:
6631         * gnus-start.el:
6632         * gnus-registry.el: Remove VMS support.
6633
6634 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6635
6636         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6637         macro.
6638         (rfc2104-hash): Use it.
6639
6640 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6641
6642         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6643         (gnus-summary-sort-by-most-recent-date): New commands.
6644         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6645         and menu entries.
6646
6647 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6648
6649         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6650         don't redisplay article for raw contents; remove plural articles stuff.
6651
6652         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6653         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6654         on gnus-summary-save-article; display results properly.
6655
6656 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6657
6658         * lpath.el: No need to fbind ns-focus-frame.
6659
6660 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6661
6662         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6663
6664 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6665
6666         * gnus-art.el (gnus-summary-save-in-pipe):
6667         Consider gnus-save-all-headers.
6668
6669 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6670
6671         * gnus-util.el (ns-focus-frame): Remove declaration.
6672         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6673         like x.
6674
6675 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6676
6677         * rfc2104.el (rfc2104-zero): Delete defconst.
6678         (rfc2104-hex-alist): Likewise.
6679         (rfc2104-hex-to-int): Delete func.
6680         (rfc2104-hexstring-to-bitstring): Likewise.
6681         (rfc2104-nybbles): New defconst.
6682         (rfc2104-hash): Rewrite for speed.
6683
6684 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6685
6686         * tls.el (open-tls-stream): Make it work with the 2nd argument
6687         BUFFER that is a string but does not exist as a buffer object, as
6688         mentioned in the doc-string.
6689
6690 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6691
6692         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6693         SXEmacs.
6694
6695 2008-07-16  Glenn Morris  <rgm@gnu.org>
6696
6697         * gnus-util.el (ns-focus-frame): Declare for compiler.
6698
6699 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6700
6701         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6702         set as a group parameter.
6703         (gnus-summary-save-in-pipe): Work when it is called independently.
6704         (gnus-summary-pipe-to-muttprint): Don't modify
6705         gnus-summary-pipe-output-default-command.
6706
6707 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6708
6709         * message.el (message-send-mail-with-sendmail):
6710         Display the error message.
6711
6712 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6713
6714         * gnus-art.el (gnus-default-article-saver):
6715         Add gnus-summary-save-in-pipe to choices.
6716         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6717         gnus-summary-pipe-output-default-command as the default command.
6718         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6719         instead of gnus-last-shell-command.
6720
6721         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6722         New user option.
6723         (gnus-summary-muttprint-program): Mention the value will be changed.
6724         (gnus-summary-save-article): Force showing of all headers.
6725         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6726
6727 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6728
6729         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6730
6731 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6732
6733         * nnimap.el (nnimap-id):
6734         * sieve-manage.el (sieve-manage-open): Doc fixes.
6735
6736 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6737
6738         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6739         if available.
6740
6741 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6742
6743         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6744
6745         * nnkiboze.el (nnkiboze-generate-group):
6746         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6747
6748         * nnmairix.el: Require CL.
6749
6750 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6751
6752         * dgnushack.el: Autoload get-display-table and put-display-table for
6753         XEmacs 21.5.
6754
6755         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6756         21.4 and SXEmacs.
6757
6758 2008-06-15  David Engster  <dengste@eml.cc>
6759
6760         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6761
6762 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6763
6764         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6765         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6766         runtime choice under XEmacs.
6767
6768         * gnus-sum.el (gnus-summary-set-display-table):
6769         Use `gnus-put-display-table', `gnus-get-display-table',
6770         `gnus-set-display-table' for the display table, instead of `aset'.
6771
6772         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6773         Use `gnus-put-display-table', `gnus-get-display-table',
6774         `gnus-set-display-table' for the display table.
6775
6776 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6777
6778         * nnmairix.el: Add autoloads.
6779
6780 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6781
6782         * nnmairix.el (nnmairix-delete-recreate-group)
6783         (nnmairix-update-and-clear-marks): Fix error messages.
6784
6785 2008-06-14  David Engster  <dengste@eml.cc>
6786
6787         * nnmairix.el: Upgrade to version 0.6.
6788         (nnmairix-group-toggle-propmarks-this-group)
6789         (nnmairix-group-toggle-readmarks-this-group)
6790         (nnmairix-group-delete-recreate-this-group)
6791         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6792         (nnmairix-remove-tick-mark-original-article): New commands.
6793         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6794         (nnmairix-propagate-marks-to-nnmairix-groups)
6795         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6796         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6797         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6798         functions needed for marks propagation and manipulation of read marks.
6799         (nnmairix-update-groups): New function.
6800         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6801         (nnmairix-determine-original-group-from-registry)
6802         (nnmairix-determine-original-group-from-path)
6803         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6804         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6805         New helper functions.
6806         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6807         keystrokes for new commands.
6808         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6809         (nnmairix-request-group): Check allow-fast group parameter.
6810         (nnmairix-request-create-group): Set allow-fast group parameter if
6811         nnmairix-allowfast-default is set.
6812         (nnmairix-close-group): Propagate marks upon closing if needed.
6813         (nnmairix-group-toggle-threads-this-group): Use new.
6814         nnmairix-group-toggle-parameter helper function.
6815         (nnmairix-search): Better check for empty search result.
6816         (nnmairix-goto-original-article): Use new helper functions for
6817         determining original article.
6818         (nnmairix-show-original-article): Make sure message-id is in brackets.
6819         (nnmairix-call-mairix-binary): Change variable name.
6820         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6821         helper function.
6822         (nnmairix-widget-toggle-activate): Fix doc string.
6823
6824 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6825
6826         * nnir.el: Require edmacro when compiling with XEmacs.
6827         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6828         available in Emacs 21.
6829
6830 2008-06-11  Glenn Morris  <rgm@gnu.org>
6831
6832         * gnus-util.el (x-focus-frame):
6833         * gnus.el (image-size):
6834         * mm-decode.el (image-size): Declare.
6835
6836         * gnus-picon.el (declare-function): Add compat definition.
6837         (image-size): Declare.
6838
6839         * gnus-group.el (tool-bar-map):
6840         * gnus-sum.el (tool-bar-map): Define for compiler.
6841
6842         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6843
6844         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6845
6846         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6847         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6848         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6849         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6850         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6851         * sieve-manage.el, spam-report.el, spam.el:
6852         Remove unnecessary eval-and-compile of autoloads.
6853
6854 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6855
6856         * auth-source.el: Precise Tramp doc.
6857
6858 2008-06-07  Glenn Morris  <rgm@gnu.org>
6859
6860         * nnmairix.el: Remove unnecessary eval-when-compile.
6861
6862 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * lpath.el: Fbind propertize for XEmacs 21.4.
6865
6866 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6867
6868         * nnir.el: Move here from ../contrib.
6869
6870 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6871
6872         * gnus-util.el (gnus-read-shell-command): New function.
6873         * mm-decode.el (mm-pipe-part):
6874         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6875
6876 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6877
6878         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6879
6880 2008-06-03  Glenn Morris  <rgm@gnu.org>
6881
6882         * pop3.el (nnheader-accept-process-output): Autoload it.
6883
6884 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6885
6886         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6887         are not 2-digit hexadecimal characters that follow `%'s.
6888
6889 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6890
6891         * message.el (message-bogus-recipient-p): Fix type in doc string.
6892         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6893         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6894         Improve custom options.
6895         (message-bogus-recipient-p): Adjust accordingly.
6896
6897 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6898
6899         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6900         long-form month and day names.
6901
6902 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6903
6904         * dgnushack.el: Autoload debug, eudc-expand-inline and
6905         pgg-snarf-keys-region for XEmacs.
6906
6907         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6908
6909         * nnmairix.el: Require edmacro when compiling with XEmacs.
6910
6911 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6912
6913         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6914         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6915
6916 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6917
6918         * auth-source.el: Add more docs.
6919
6920         * netrc.el (netrc-machine): Always match if the port is not given.
6921
6922 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6923
6924         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6925         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6926         retrieval faster in some cases, but might make CPU usage larger.
6927         If this has any bad side effects, we might revert this change.
6928
6929         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6930         seems to make mail retrieval much, much faster.
6931         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6932         unconditionally.
6933
6934         * gnus-draft.el (gnus-group-send-queue):
6935         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6936
6937 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6938
6939         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6940
6941         * message.el (message-bogus-address-regexp): Fix and improve custom
6942         type.
6943         (message-setup-hook): Add message-check-recipients as custom option.
6944
6945 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6946
6947         * message.el (message-cite-function): Remove bogus autoload which crept
6948         in during merge from v5-10.
6949
6950 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6951
6952         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6953
6954         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6955
6956         * auth-source.el: Preliminary Tramp docs.
6957         (auth-sources): Change the default auth-sources to use
6958         EPA .gpg files.
6959
6960 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6961
6962         * nntp.el: Autoload `auth-source-user-or-password'.
6963         (nntp-send-authinfo): Use it.
6964
6965         * nnimap.el: Autoload `auth-source-user-or-password'.
6966         (nnimap-open-connection): Use it.
6967
6968         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6969         for the gnus-message function.
6970         (auth-source-user-or-password): Use it.
6971
6972 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6973
6974         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6975         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6976         (rfc2104-hash): Use it.
6977
6978 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6979
6980         * gnus-art.el (gnus-article-toggle-truncate-lines):
6981         Don't use `iff' in docstring.
6982
6983 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6984
6985         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6986
6987         * gnus-util.el (gnus-extract-address-component-name)
6988         (gnus-extract-address-component-email): Convenience functions around
6989         `gnus-extract-address-components'.
6990
6991         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6992         Use `gnus-extract-address-component-email' to fix bug of comparing full
6993         sender name to `user-mail-address'.
6994
6995 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6996
6997         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6998         catch/throw to optimize.
6999         (gnus-registry-find-keywords): Just use member to find a keyword.
7000
7001 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7002
7003         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7004         is current before calling gnus-server-prepare.
7005         (gnus-server-setup-buffer, gnus-server-update-server)
7006         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7007
7008 2008-05-04  Juri Linkov  <juri@jurta.org>
7009
7010         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7011         (mailcap-file-default-commands): Use mailcap-replace-in-string
7012         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7013         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7014
7015 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7016
7017         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7018
7019 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7020
7021         * gnus.el: Bump version to 0.11.
7022
7023 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7024
7025         * gnus.el: No Gnus v0.10 is released.
7026
7027 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7028
7029         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7030         hooks.
7031         (gnus-update-read-articles): Speed up non-marks-using users.
7032         (gnus-use-marks): Define gnus-use-marks.
7033         (gnus-propagate-marks): Rename variable to something more sensible.
7034
7035 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7036
7037         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7038         (gmm-image-load-path-for-library): Fix typos in docstrings.
7039         (gmm-message): Reflow docstring.
7040
7041 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7042
7043         * mail-source.el (mail-source-set-1, mail-source-bind):
7044         Move auth-source code out of the macro to clean it up and fix bugs.
7045
7046 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7047
7048         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7049         by sender if it's equal to user-mail-address, it's likely to be
7050         useless.
7051
7052         * mail-source.el (mail-source-bind): Don't use user or password if they
7053         are not bound.  Unintern them if they are nil.  Don't use server unless
7054         it's bound, and default it to empty string otherwise.
7055
7056 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7057
7058         * mail-source.el: Load auth-source.el.
7059         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7060         get user name or password, if auth-sources is set up.
7061
7062         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7063         strategy of splitting with parent.
7064         (gnus-registry-split-fancy-with-parent)
7065         (gnus-registry-post-process-groups): Use it and fix prior
7066         bug (returning a list as the split result).
7067
7068         * auth-source.el (auth-sources): Remove server parameter.
7069         (auth-source-pick, auth-source-user-or-password)
7070         (auth-source-user-or-password-imap)
7071         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7072         (auth-source-user-or-password-sftp)
7073         (auth-source-user-or-password-smtp): Remove server parameter.
7074
7075 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7076
7077         * smime.el (smime-sign-region, smime-encrypt-region)
7078         (smime-decrypt-region):
7079         Remove redundant calls to `generate-new-buffer-name'.
7080
7081 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7082
7083         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7084         Don't use QP for message/rfc822.
7085         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7086
7087 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7088
7089         * sieve-manage.el (sieve-string-bytes): Remove.
7090         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7091         correct byte-length only if the process's coding-system is the same as
7092         the one used internally by Emacs to represent strings.
7093
7094 2008-04-22  Juri Linkov  <juri@jurta.org>
7095
7096         * mailcap.el (mailcap-file-default-commands): New function.
7097
7098 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7099
7100         * message.el (message-signature-separator, message-cite-function):
7101         Change custom version.
7102
7103 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7104
7105         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7106         commands.
7107         (tls-checktrust): Ditto.
7108
7109 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7110
7111         * mm-decode.el (mm-display-external): Make temp file read-only.
7112
7113 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7114
7115         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7116         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7117         `C-c C-f d'.
7118
7119 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7120
7121         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7122
7123 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7124
7125         * gnus.el: Bump version to 0.9.
7126
7127 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7128
7129         * gnus.el: No Gnus v0.8 is released.
7130
7131 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7132
7133         * mail-source.el (mail-source-value):
7134         Prefer fboundp to functionp so it works with macros as well.
7135
7136 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7137
7138         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7139         Fix last change in case the element is not even a symbol.
7140
7141 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7142
7143         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7144         Prefer fboundp to functionp so it works with macros as well.
7145
7146 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7147
7148         * auth-source.el: Add docs.
7149         (auth-sources): Modify format to support server.
7150         (auth-source-pick, auth-source-user-or-password)
7151         (auth-source-user-or-password-imap)
7152         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7153         (auth-source-user-or-password-sftp)
7154         (auth-source-user-or-password-smtp): Add server parameter.
7155
7156 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7157
7158         * gnus-registry.el: Initialize the registry when gnus-registry-install
7159         is t.
7160
7161 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7162
7163         * compface.el (uncompface): Make buffer unibyte.
7164
7165 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7166
7167         * mail-source.el (mail-source-value):
7168         Prefer fboundp to functionp so it works with macros as well.
7169
7170 2008-04-05  Glenn Morris  <rgm@gnu.org>
7171
7172         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7173
7174 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7175
7176         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7177         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7178
7179         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7180         multibyteness after rather than before erasing it.
7181
7182         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7183         mm-with-multibyte.
7184         (gnus-request-article-this-buffer): Make sure the proper decoding is
7185         used if gnus-original-article-buffer happens to be unibyte.
7186
7187         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7188         default-enable-multibyte-characters.
7189
7190         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7191         default-enable-multibyte-characters.
7192
7193         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7194
7195         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7196
7197 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7198
7199         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7200         Fix last change in case the element is not even a symbol.
7201
7202 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7203
7204         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7205         (imap-message-copyuid-1): Use it.
7206         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7207         J. Williams in
7208         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7209
7210         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7211         imap-enable-exchange-bug-workaround.
7212         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7213
7214 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7215
7216         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7217         a 100 byte status-checks into a 2-3MB transfer for each group.
7218         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7219         to enable bug workaround or not.
7220         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7221
7222 2008-03-31  Glenn Morris  <rgm@gnu.org>
7223
7224         * message.el (mml2015-use): Declare for compiler.
7225         (message-info): Require mml2015 when appropriate.
7226
7227 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7228
7229         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7230         whitespace.
7231
7232 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7233
7234         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7235         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7236         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7237         (nntp-service-to-port): New function.
7238         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7239         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7240         (nntp-open-netcat-stream): New function.
7241         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7242
7243 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7244
7245         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7246
7247 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7248
7249         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7250
7251 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7252
7253         * dns.el (dns-write): Use set-buffer-multibyte.
7254
7255 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7256
7257         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7258
7259 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7260
7261         * message.el (message-signature-separator): Change default.
7262         Improve custom type.
7263         (message-cite-function): Change default to
7264         message-cite-original-without-signature.
7265
7266         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7267         toggle.
7268
7269         * message.el (message-check-news-body-syntax): Fix signature check.
7270         (message-setup-1): Mark buffer as unmodified _after_ running
7271         message-setup-hook and handling message-alternative-emails.
7272         (message-shorten-references): Be more strict when building list of
7273         valid references to comply with GNKSA.
7274
7275         * gnus-group.el (gnus-read-ephemeral-bug-group)
7276         (gnus-read-ephemeral-debian-bug-group)
7277         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7278
7279         * message.el (message-info): Don't use booleanp which isn't supported
7280         in Emacs 21 and XEmacs.
7281
7282 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7283
7284         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7285         gnus-group-gmane-group-download-format.
7286         (gnus-group-read-ephemeral-gmane-group): Rename from
7287         gnus-group-read-ephemeral-gmane-group.
7288         (gnus-read-ephemeral-gmane-group-url): Rename from
7289         gnus-group-read-ephemeral-gmane-group-url.
7290         (gnus-bug-group-download-format-alist): New variable.
7291         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7292         (gnus-read-ephemeral-emacs-bug-group): New commands.
7293
7294 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7295
7296         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7297         (gnus-visible-headers): Improve custom type.
7298
7299 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7300
7301         * mml.el (mml-menu): Add workarounds for XEmacs.
7302
7303         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7304         X-Boundary header.
7305
7306         * message.el (message-simplify-recipients): Fix previous commit.
7307
7308 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7309
7310         * mm-util.el (mm-set-buffer-multibyte): New function.
7311         * mm-decode.el (mm-copy-to-buffer): Use it.
7312
7313         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7314         Prefer fboundp to functionp so it works with macros as well.
7315
7316 2008-03-19  Glenn Morris  <rgm@gnu.org>
7317
7318         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7319         Accidentally removed in the sync process with Emacs.
7320
7321 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7322
7323         * message.el (message-alter-recipients-discard-bogus-full-name):
7324         New function.
7325         (message-alter-recipients-function): New variable.
7326         (message-get-reply-headers): Use it.
7327         (message-replace-header): New helper function.
7328         (message-recipients-without-full-name): New variable.
7329         (message-simplify-recipients): New command.
7330
7331         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7332
7333         * message.el (message-info): Handle EasyPG manual.
7334
7335         * mml.el (mml-menu): Add entry for EasyPG.
7336
7337 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7338
7339         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7340         parameter.
7341
7342         * message.el (message-disassociate-draft): Specify drafts group name
7343         fully.
7344
7345 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7346
7347         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7348         Eliminate unnecessary duplicates from the match list.
7349
7350 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7351
7352         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7353
7354         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7355
7356         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7357         args of `how-many' of which the XEmacs version doesn't take; declare
7358         Info-index-next as function.
7359
7360 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7361
7362         * gnus-score.el (gnus-score-headers): Fix handling of
7363         gnus-inhibit-slow-scoring.
7364
7365         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7366         string.
7367         (gnus-button-url-regexp): Improve handling of parenthesis.
7368         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7369         (gnus-button-handle-info-keystrokes): Handle index entries.
7370
7371 2008-03-15  Glenn Morris  <rgm@gnu.org>
7372
7373         * parse-time.el (parse-time-string): Simplify.
7374
7375 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7376
7377         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7378         Incoming* files.
7379
7380 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7381
7382         * auth-source.el (auth-sources): Rename from auth-source-choices.
7383         (auth-source-pick): Use it.
7384
7385 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7386
7387         * binhex.el (binhex-decode-region-internal):
7388         * uudecode.el (uudecode-decode-region-internal):
7389         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7390         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7391         setting default-enable-multibyte-characters.
7392
7393 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7394
7395         * auth-source.el (auth-source-protocols)
7396         (auth-source-protocols-customize, auth-source-choices): Add and
7397         modified variable customizations and defaults.
7398         (auth-source-pick, auth-source-user-or-password)
7399         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7400         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7401         (auth-source-user-or-password-sftp)
7402         (auth-source-user-or-password-smtp): Use new variables and provide an
7403         interface to netrc.el.
7404
7405 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7406
7407         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7408         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7409         Make sure the nntp port to specify is a string.
7410
7411 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7412
7413         * nntp.el: Use with-current-buffer.
7414         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7415         dubious mm-with-unibyte-current-buffer.
7416         (nntp-with-open-group-function): New function extracted from
7417         nntp-with-open-group macro.
7418         (nntp-with-open-group): Use the function, so it's easier to debug.
7419         Add indentation and debugging info.
7420         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7421         Recommend the use of the netcat alternatives.
7422
7423         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7424         Avoid mm-string-as-multibyte as well.
7425
7426         * nnweb.el (nnweb-insert-html):
7427         Remove use of nnheader-string-as-multibyte.
7428
7429         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7430         (nnheader-string-as-multibyte): Remove.
7431
7432         * mm-view.el: Use inhibit-read-only.
7433         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7434         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7435         or unibyte-string.
7436
7437         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7438         (mm-uu-yenc-extract): Use with-current-buffer.
7439
7440         * gnus-soup.el (gnus-soup-send-packet): Don't use
7441         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7442
7443         * nnmh.el: Use with-current-buffer.
7444         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7445         mm-string-as-multibyte on the output of mm-encode-coding-string.
7446
7447         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7448         (nnimap-request-move-article): Use with-current-buffer.
7449
7450         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7451         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7452         conversion uses string-make-unibyte rather than string-as-unibyte.
7453
7454         * gnus-msg.el: Use with-current-buffer.
7455
7456         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7457
7458 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7459
7460         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7461         string for caching if it is 'PIN.
7462
7463 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7464
7465         * lpath.el: Consider the case without Emacs/W3.
7466
7467 2008-03-08  Glenn Morris  <rgm@gnu.org>
7468
7469         * time-date.el (date-to-time, time-subtract, time-add)
7470         (safe-date-to-time): Doc fixes.
7471
7472 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7473
7474         * mail-source.el (mail-source-delete-old-incoming-confirm):
7475         Change default to nil.
7476         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7477
7478 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7479
7480         * lpath.el: Rearrange.
7481
7482         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7483         (gnus-article-goto-prev-page): Work for articles having ^L's.
7484
7485         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7486
7487         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7488
7489 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7490
7491         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7492         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7493         (gnus-bookmark-jump): Adjust some variable names.
7494
7495 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7496
7497         * auth-source.el: New package.
7498         (auth-source-choices): Add customization entry point variable.
7499
7500         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7501         bug.
7502
7503 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7504
7505         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7506         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7507         (gnus-registry-install-shortcuts): Rename from
7508         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7509         the `gnus-registry-mark-map' keymap dynamically from
7510         `gnus-registry-marks'.  The generated functions update the summary line
7511         when a registry mark is added or deleted, and will call
7512         `gnus-registry-install-p' (see the comments in the code).
7513         (gnus-registry-user-format-function-M): Use concat intelligently.
7514
7515         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7516         the registry mark functions.
7517
7518 2008-03-05  Glenn Morris  <rgm@gnu.org>
7519
7520         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7521         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7522         gnus-art.
7523         (top-level): No need to load own source when compiling.
7524
7525 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7526
7527         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7528         Suggested by <chris.anderton@zetnet.co.uk>.
7529
7530 2008-03-04  Glenn Morris  <rgm@gnu.org>
7531
7532         * gnus-sum.el (top-level): No need to require gnus when compiling,
7533         since unconditionally required near start of file.
7534         (gnus-summary-display-while-building): Move definition before use.
7535
7536 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7537
7538         * gnus-registry.el (gnus-registry-user-format-function-M):
7539         Add formatting function.
7540
7541 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7542
7543         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7544         with plists.
7545         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7546         Use new format.
7547
7548 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7549
7550         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7551         `where-is-internal' that returns a range of key sequences.
7552
7553 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7554
7555         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7556
7557         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7558         (gnus-summary-jump-to-group): Consider windows on other displayed
7559         frames as well.  Similar changes might be needed elsewhere, but that's
7560         the one I've bumped into during my use.
7561
7562         * nndoc.el (nndoc-oe-dbx-type-p):
7563         * gnus-msg.el (gnus-debug):
7564         * gnus-group.el (gnus-update-group-mark-positions):
7565         Use mm-string-to-multibyte.
7566
7567 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7568
7569         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7570         doesn't handle NotDashEscaped.
7571
7572         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7573         (mml-dnd-attach-options): Fix typo in custom choice.
7574
7575         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7576         Change nndoc-article-type to mbox.
7577         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7578
7579         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7580         to nil, instead of html2text.
7581
7582         * imap.el (imap-debug): Add `imap-ping-server'.
7583
7584         * gnus-bookmark.el: Add FIXMEs.
7585
7586         * message.el (message-form-letter-separator)
7587         (message-send-form-letter-delay): New variables.
7588         (message-send-form-letter): Use them.  New command to send form
7589         letters.  Requested by Uwe Siart.
7590         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7591
7592 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7593
7594         * Update copyright years.
7595
7596 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7597
7598         Sync from EMACS_22_BASE.
7599
7600         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7601
7602 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7603
7604         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7605         empty author.
7606
7607 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7608
7609         * gnus-registry.el (gnus-registry-marks): Add variable for
7610         customization of marks and their appearance.
7611         (gnus-registry-read-mark): Use it.
7612         (gnus-registry-do-marks): Add utility function to loop through
7613         `gnus-registry-marks'.
7614         (gnus-registry-install-shortcuts-and-menus): Add function to install
7615         shortcuts and menus.
7616         (gnus-registry-initialize): Use it.
7617         (gnus-registry-default-mark): Clarify documentation.
7618
7619 2008-02-29  Glenn Morris  <rgm@gnu.org>
7620
7621         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7622         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7623         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7624         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7625         Change defcustom :version from 23.0 to 23.1.
7626
7627 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7628
7629         * gnus-registry.el (gnus-registry-follow-group-p)
7630         (gnus-registry-post-process-groups): Add functions to aid registry
7631         splitting and improve logging.  Clarify behavior in function
7632         documentation.
7633         (gnus-registry-split-fancy-with-parent): Use them.
7634
7635 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7636
7637         * gnus-art.el: Use with-current-buffer.
7638
7639 2008-02-27  David Engster  <dengste@eml.cc>
7640
7641         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7642         Express real group name in the response.
7643
7644 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7645
7646         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7647         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7648         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7649         autoload gnus-registry-fetch-group when compiling.
7650         (nnmairix-request-group-with-article-number-correction):
7651         Remove unreferenced argument passed to nnmairix-call-backend.
7652
7653 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7654
7655         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7656         (mm-uu-extract): Improve face for low color ttys.
7657         Reported by Sascha Wilde.
7658
7659 2008-02-27  Glenn Morris  <rgm@gnu.org>
7660
7661         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7662         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7663         variables to defconsts.  Convert comments to doc-strings.
7664         (nnmairix-last-server, nnmairix-current-server): Convert from free
7665         variables to defvars.  Convert comments to doc-strings.
7666         (gnus-registry-fetch-group): Autoload.
7667         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7668         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7669         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7670         caddr.
7671         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7672         nnmairix-request-group-with-article-number-correction call.
7673         (nnmairix-fast, nnmairix-group): New, less general names, for free
7674         variables passed from nnmairix-request-group to
7675         nnmairix-request-group-with-article-number-correction.  Declare.
7676         (nnmairix-request-group-with-article-number-correction):
7677         Use nnmairix-fast, nnmairix-group rather than fast, group.
7678
7679 2008-02-26  David Engster  <dengste@eml.cc>
7680
7681         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7682         version 0.5.
7683
7684 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7685
7686         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7687         instead of making an extra function call.  Don't add the current group
7688         to articles only when they have the group.  Use
7689         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7690         Reported by David <de_bb@arcor.de>.
7691
7692 2008-02-24  Miles Bader  <miles@gnu.org>
7693
7694         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7695         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7696         (mm-find-mime-charset-region):
7697         * mm-bodies.el (mm-encode-body):
7698         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7699
7700 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7701
7702         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7703         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7704
7705 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7706
7707         * mail-source.el (mail-source-delete-incoming): Change default.
7708         Supplement doc string.
7709
7710         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7711
7712 2008-02-14  Glenn Morris  <rgm@gnu.org>
7713
7714         * time-date.el (format-seconds): New function.
7715
7716 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7717
7718         * nnmail.el (nnmail-message-id-cache-file): Derive from
7719         `gnus-home-directory'.
7720
7721 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7722
7723         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7724         Document negative prefix.
7725
7726         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7727
7728 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7729
7730         * message.el (message-unsent-separator): Add the Exim bounce
7731         separator.
7732
7733 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7734
7735         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7736         list.
7737         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7738         recipient/signer list.
7739
7740 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7741
7742         * Makefile.in (datarootdir): Define.
7743         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7744         name that might contain whitespace.
7745
7746 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7747
7748         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7749         fbound (Emacs 23 unicode), signal an error.
7750
7751 2008-02-08  Glenn Morris  <rgm@gnu.org>
7752
7753         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7754
7755 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7756
7757         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7758         ports to the calls to `netrc-machine-user-or-password' in addition to
7759         "imap" and "imaps".
7760
7761 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7762
7763         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7764
7765         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7766
7767 2008-02-01  Kenichi Handa  <handa@m17n.org>
7768
7769         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7770         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7771         (rfc2104-hash): Convert the result of concat to unibyte string.
7772
7773 2008-02-01  Dave Love  <fx@gnu.org>
7774
7775         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7776         coding-system-for-read.
7777         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7778
7779 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7780
7781         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7782         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7783         <hanche@math.ntnu.no>.
7784
7785 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7786
7787         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7788
7789         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7790
7791 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7792
7793         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7794         * message.el (message-beginning-of-line): Use featurep instead of bound
7795         tests in order to resolve conditionals at compile time.
7796
7797 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7798
7799         * mail-source.el (mail-sources): Add `group' choice.
7800
7801         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7802         parameter `in-group' to control into which group the articles go.
7803         Add treatment of `group' mail-source.
7804
7805 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7806
7807         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7808
7809         * mm-decode.el (mm-dissect-buffer): Decode description.
7810
7811         * mml.el (mml-to-mime): Encode message header first.
7812
7813 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7814
7815         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7816         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7817
7818         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7819         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7820
7821 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7822
7823         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7824
7825 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7826
7827         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7828         prefix keys.
7829         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7830         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7831         gnus-xmas.el.
7832
7833         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7834         (gnus-xmas-article-describe-bindings): New function.
7835         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7836         gnus-xmas-article-describe-bindings.
7837
7838         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7839
7840 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7841
7842         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7843         Add new variables for article mark management.
7844         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7845         list of extra data entries which, when present, will indicate that the
7846         article ID should not be trimmed from the registry.
7847         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7848         functions.
7849         (gnus-registry-read-mark): New function to read a mark name from the
7850         user.
7851         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7852         (gnus-registry-set-article-mark-internal): New functions to add and
7853         remove marks.
7854         (gnus-registry-get-article-marks): New function to show the marks for
7855         an article, or retrieve them for further use.
7856
7857 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7858
7859         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7860         keys when no argument is given.
7861
7862 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7863
7864         * imap.el (imap-ping-server): New variable.
7865         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7866         (imap-ping-server): Minor doc string fixes.
7867
7868 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7869
7870         * imap.el (imap-ping-server): New function.
7871         (imap-opened): Call imap-ping-server.
7872
7873 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7874
7875         * gnus-sum.el (gnus-article-sort-by-random)
7876         (gnus-thread-sort-by-random): Fix doc strings.
7877         Reported by jidanni@jidanni.org.
7878
7879 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7880
7881         * gnus-art.el (gnus-article-describe-bindings): New function.
7882         (gnus-article-read-summary-keys): Use it.
7883         (gnus-article-mode-map): Bind `C-h b' to it.
7884
7885 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7886
7887         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7888         XEmacs.
7889         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7890         Protect against non-character events.
7891
7892         * lpath.el: Fbind map-keymap for Emacs 21.
7893
7894 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7895
7896         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7897         New command.
7898         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7899         instead of END.  Change name of the temp file.
7900         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7901         customizable.
7902
7903 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7904
7905         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7906         bind `S W' to gnus-article-wide-reply-with-original; set default
7907         binding to gnus-article-read-summary-send-keys.
7908         (gnus-article-read-summary-keys): Fix the order of keys; display
7909         continuation keys correctly in the echo area; describe bindings
7910         correctly when keys end with `C-h'.
7911         (gnus-article-read-summary-send-keys): New function.
7912         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7913         Work for gnus-article-read-summary-send-keys; display continuation keys
7914         correctly in the echo area.
7915         (gnus-article-reply-with-original): Ignore prefix argument.
7916         (gnus-article-wide-reply-with-original): New function.
7917
7918         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7919         Emacs 21.
7920
7921 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7922
7923         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7924         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7925
7926 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7927
7928         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7929         (gnus-group-read-ephemeral-gmane-group): New command.
7930
7931 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7932
7933         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7934
7935 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7936
7937         * message.el (message-send-mail-function): Increase custom version.
7938
7939         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7940         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7941
7942 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7943
7944         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7945         for the cases where imap-authenticate is called with a nil buffer
7946         parameter.
7947
7948 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7949
7950         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7951         html parts correctly; support forwarded messages.
7952         (gnus-article-browse-html-article): Remove work buffers.
7953
7954         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7955         compiling.
7956         (netrc-bound-and-true-p): New macro.
7957         (netrc-parse): Use it instead of bound-and-true-p that is not available
7958         in XEmacs 21.4.
7959
7960 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7961
7962         * gnus-registry.el (gnus-registry-mark-article)
7963         (gnus-registry-article-marks): Add functionality to mark articles
7964         through the Gnus registry.
7965
7966         * encrypt.el: Clarify documentation for the new pgg method.
7967         (encrypt-file-alist): Add PGG option.
7968         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7969         functionality.  Abstract password key and messaging to external
7970         functions.
7971         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7972         (encrypt-message-method-and-cipher): Add new convenience external
7973         functions.
7974         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7975         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7976
7977         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7978         (netrc-parse): Use encrypt-file-alist to determine if
7979         encrypt-find-model or encrypt-insert-file-contents should be used.
7980
7981         * encrypt.el: Clarify documentation.  Load password-cache or
7982         password, whichever one is found first, instead of autoloading.
7983
7984 2007-12-19  Glenn Morris  <rgm@gnu.org>
7985
7986         * mml.el (message-options-set, message-narrow-to-head)
7987         (message-in-body-p, message-mail-p, message-encode-message-body):
7988         Autoload.
7989         (message-remove-header, message-narrow-to-headers-or-head)
7990         (message-subscribed-p, message-make-mail-followup-to)
7991         (message-position-on-field, message-news-p)
7992         (message-options-set-recipient, message-generate-headers)
7993         (message-sort-headers): Declare as functions.
7994
7995 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7996
7997         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7998         convention in doc string.
7999
8000 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8001
8002         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8003         title to html parts.
8004         (gnus-article-browse-html-article): Pass message header to it.
8005
8006         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8007
8008 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8009
8010         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8011         or password compatible with XEmacs.
8012
8013 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8014
8015         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8016         format document.
8017         (gnus-mime-delete-part): Don't write description line if empty.
8018         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8019
8020 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8021
8022         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8023         (gnus-summary-mark-read-and-unread-as-read)
8024         (gnus-summary-mark-current-read-and-unread-as-read)
8025         (gnus-summary-mark-unread-as-ticked): Doc fix.
8026         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8027
8028 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8029
8030         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8031         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8032
8033 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8034
8035         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8036         yes-or-no-p.
8037
8038 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8039
8040         * mm-decode.el (mm-add-meta-html-tag): New function.
8041         (mm-save-part-to-file, mm-pipe-part): Use it.
8042
8043         * gnus-art.el (gnus-article-browse-delete-temp-files):
8044         Use gnus-y-or-n-p instead of y-or-n-p.
8045         (gnus-article-browse-html-parts): Work with message/external-body; use
8046         mm-add-meta-html-tag.
8047
8048 2007-12-11  Glenn Morris  <rgm@gnu.org>
8049
8050         * gnus-cache.el: Require gnus-sum not just when compiling.
8051
8052         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8053
8054         * gnus-int.el (gnus-server-opened, gnus-status-message):
8055         Move definitions before use.
8056
8057         * mm-decode.el: Require gnus-util.
8058         (mm-remove-part): Only call delete-annotation on XEmacs.
8059
8060         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8061
8062         * nnmail.el: Require gnus-int.
8063
8064         * spam.el: Move `require's before `eval-when-compile's.
8065
8066         * gnus-ems.el (gnus-alive-p):
8067         * gnus-fun.el (message-goto-eoh):
8068         * gnus-util.el (gnus-group-name-decode):
8069         * mail-source.el (gnus-compress-sequence):
8070         * message.el (Info-goto-node, format-spec):
8071         * mm-bodies.el (message-options-get):
8072         * mm-decode.el (mm-view-pkcs7):
8073         * mm-util.el (gmm-write-region):
8074         * mml-smime.el (mml-compute-boundary)
8075         (gnus-completing-read-with-default):
8076         * mml.el (widget-button-press, gnus-make-hashtable):
8077         * mml1991.el (mm-decode-content-transfer-encoding)
8078         (mm-encode-content-transfer-encoding)
8079         (message-options-get, message-options-set):
8080         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8081         * nnfolder.el (gnus-request-group):
8082         * nnheader.el (ietf-drums-unfold-fws):
8083         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8084         * smime.el (gnus-run-mode-hooks):
8085         * spam-stat.el (gnus-message): Autoload.
8086
8087         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8088         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8089         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8090         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8091         Add declare-function compatibility definition.
8092
8093         * gnus-cache.el (nnvirtual-find-group-art):
8094         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8095         (gnus-add-image, gnus-add-wash-type):
8096         * gnus-group.el (nnkiboze-score-file):
8097         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8098         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8099         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8100         (message-tokenize-header, gnus-get-buffer-create)
8101         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8102         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8103         * gnus.el (gnus-group-decoded-name):
8104         * mail-source.el (imap-capability):
8105         * mm-bodies.el (message-options-set):
8106         * mm-decode.el (gnus-configure-windows):
8107         * mm-extern.el (message-goto-body):
8108         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8109         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8110         (epg-sub-key-validity, message-options-set):
8111         * mml.el (widget-event-point, gnus-configure-windows):
8112         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8113         * mml2015.el (epg-check-configuration, epg-configuration)
8114         (message-options-set):
8115         * nndb.el (nndb-request-article):
8116         * nnfolder.el (gnus-request-create-group):
8117         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8118         * nnmaildir.el (gnus-group-mark-article-read):
8119         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8120         * rfc1843.el (message-fetch-field):
8121         * spam.el (gnus-extract-address-components):
8122         Declare as functions.
8123
8124 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8125
8126         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8127
8128         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8129
8130         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8131         bind show-trailing-whitespace for XEmacs.
8132
8133 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8134
8135         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8136         new no-op macro for backward compatibility.
8137
8138         * imap.el (imap-string-to-integer): New function.
8139
8140 2007-12-09  Glenn Morris  <rgm@gnu.org>
8141
8142         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8143
8144         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8145         * message.el, mm-view.el, sieve-manage.el, smime.el:
8146         Add declare-function compatibility definition.
8147
8148         * gnus-art.el (w3-region, w3m-region, Info-menu):
8149         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8150         * gnus-sum.el (gnus-get-predicate):
8151         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8152         * message.el (mail-abbrev-in-expansion-header-p):
8153         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8154         (w3m-detect-meta-charset, w3m-region):
8155         * sieve-manage.el (password-read, password-cache-add)
8156         (password-cache-remove):
8157         * smime.el (password-read-and-add): Declare as functions.
8158
8159 2007-12-08  David Kastrup  <dak@gnu.org>
8160
8161         * gnus-sum.el (gnus-summary-simplify-subject-query):
8162         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8163         `message'.
8164
8165 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8166
8167         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8168         it to bind idna-program, installation-directory, defined-colors, and
8169         face-attribute for XEmacs of the version that compiles defcustom forms.
8170
8171 2007-12-07  Glenn Morris  <rgm@gnu.org>
8172
8173         * gnus-art.el (article-make-date-line): Revert previous change.
8174
8175 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8176
8177         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8178
8179 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8180
8181         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8182         Call gnus-add-to-range ranges only once with a prepared article-list.
8183
8184 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8185
8186         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8187         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8188         group names with backslashes.
8189         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8190
8191 2007-12-06  Deepak Goel  <deego3@gmail.com>
8192
8193         * gnus-art.el (article-make-date-line):
8194         * gnus-start.el (gnus-load):
8195         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8196
8197 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8198
8199         * gnus-art.el (gnus-use-idna)
8200         * gnus-start.el (gnus-site-init-file)
8201         * message.el (message-use-idna)
8202         * mm-uu.el (mm-uu-hide-markers)
8203         * smiley.el (smiley-style): Revert changes that suppress warnings.
8204
8205 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8206
8207         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8208         specify charset to html source.
8209         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8210
8211 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8212
8213         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8214         idna-program in order to suppress byte compile warning issued by XEmacs
8215         that came to byte compile the default value section of defcustom forms
8216         recently.
8217
8218         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8219         value of installation-directory.
8220
8221         * message.el (message-use-idna): Don't directly refer to the value of
8222         idna-program.
8223
8224         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8225
8226         * smiley.el (smiley-style): Don't directly call face-attribute.
8227
8228 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8229
8230         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8231
8232         * gnus-dired.el: Reduce Gnus dependencies.
8233         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8234         Don't require.  Use autoloads instead.
8235         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8236         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8237         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8238         (gnus-dired-mode): Adjust doc string.
8239         (gnus-dired-mail-mode): New variable.
8240         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8241         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8242         (gnus-dired-mail-buffers): New function.  Return mail or message
8243         composition buffers.
8244         (gnus-dired-attach): Use it.
8245         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8246         NO-DECODE.
8247         (gnus-dired-print): Use `gnus-print-buffer' depending on
8248         `gnus-dired-mail-mode'.
8249
8250 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8251
8252         * rfc2047.el (rfc2047-encoded-word-regexp)
8253         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8254         explaining what regexp patterns are for.
8255
8256 2007-12-04  Glenn Morris  <rgm@gnu.org>
8257
8258         * password.el: Move to password-cache.el.
8259
8260         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8261         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8262         * mml-smime.el (password-read, password-cache-add)
8263         (password-cache-remove):
8264         No need to autoload, since mml-sec requires password.
8265
8266         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8267         * message.el (gnus-extract-address-components):
8268         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8269
8270         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8271         password.
8272
8273 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8274
8275         * mailcap.el: Reduce dependencies.
8276         (mail-header-parse-content-type): Autoload.
8277         (mailcap-delete-duplicates): New alias.
8278         (mailcap-mime-info): Add optional argument NO-DECODE.
8279         (mailcap-mime-types): Use mailcap-delete-duplicates.
8280
8281         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8282
8283 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8284
8285         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8286         (imap-parse-status): Upcase status-att for servers that sends them
8287         lower-case (e.g., MS Exchange 2007).
8288
8289 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8290
8291         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8292         function.
8293
8294         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8295         (gnus-uu-yenc-article): New function.
8296
8297         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8298
8299         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8300
8301 2007-12-02  Glenn Morris  <rgm@gnu.org>
8302
8303         * binhex.el (binhex): New custom group.
8304         (binhex-decoder-program, binhex-decoder-switches)
8305         (binhex-use-external): Move to the binhex custom group.
8306
8307         * uudecode.el (uudecode): New custom group.
8308         (uudecode-decoder-program, uudecode-decoder-switches)
8309         (uudecode-use-external): Move to the uudecode custom group.
8310
8311         * netrc.el (top-level): Don't load `encrypt' features.
8312         (netrc-parse): Don't use encrypt.
8313         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8314
8315         * encrypt.el: Remove file.
8316
8317 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8318
8319         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8320         matches on patches.
8321
8322         * gnus-art.el (gnus-article-browse-html-article):
8323         Mention `mm-text-html-renderer' in the doc string.
8324
8325         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8326         string.  Add comments.
8327
8328         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8329         if rhs is ASCII.
8330
8331 2007-12-01  Glenn Morris  <rgm@gnu.org>
8332
8333         * mail-source.el (top-level): Require format-spec before
8334         eval-when-compile.
8335
8336 2007-11-30  Glenn Morris  <rgm@gnu.org>
8337
8338         * encrypt.el: Require password, rather than autoloading password-read.
8339
8340 2007-11-29  Glenn Morris  <rgm@gnu.org>
8341
8342         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8343         (sasl-make-client, sasl-next-step, sasl-step-data)
8344         (sasl-step-set-data): Declare as functions.
8345
8346 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8347
8348         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8349
8350 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8351
8352         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8353         certs should be verified and what is to be done in the event of a
8354         verification failure.
8355
8356         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8357         caller can indicate whether the cache should be disregarded for this
8358         call.  This way the result of the call is reproducible at all times and
8359         can be considered a canonical server name for the supplied method.
8360         (gnus-agent-method-p): Canonicalize server names by pushing their
8361         method through `gnus-method-to-server' using the no-cache argument.
8362
8363         * gnus-srvr.el (gnus-server-insert-server-line):
8364         Call `gnus-method-to-server' with `no-cache' argument.
8365
8366         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8367         gnus-agent-possibly-synchronize-flags as this should be called when the
8368         server is actually being opened.
8369         (gnus-agent-possibly-synchronize-flags)
8370         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8371         flags file of an agentized server to the latter function.
8372
8373         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8374         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8375         after a connection has been established successfully.
8376
8377 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8378
8379         * gnus-art.el (article-display-face): Force to display face if called
8380         interactively; check if gnus-article-x-face-too-ugly matches author.
8381         (article-display-x-face): Display face even if From header is missing
8382         as article-display-face does.
8383
8384 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8385
8386         * hashcash.el (message-narrow-to-headers-or-head)
8387         (message-fetch-field, message-goto-eoh)
8388         (message-narrow-to-headers): Declare as functions.
8389
8390 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8391
8392         * mail-source.el (mail-sources): Default to fetch from file for
8393         compatibility with default of nnmail-spool-file.
8394
8395 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8396
8397         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8398         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8399         to look for encoded word that should be encoded again.
8400         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8401         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8402         encoding pattern.
8403         (rfc2047-decode-region): Switch strict regexp and loose one according
8404         to rfc2047-allow-irregular-q-encoded-words.
8405
8406 2007-11-25  Romain Francoise  <romain@orebokech.com>
8407
8408         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8409
8410 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8411
8412         * tls.el (tls-program): Provide more custom choices from
8413         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8414         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8415
8416 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8417
8418         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8419         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8420
8421         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8422         `nnmail-spool-file'.
8423
8424         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8425         `nnmail-spool-file'.
8426
8427         * gnus-move.el (gnus-change-server): Ditto.
8428
8429         * gnus-kill.el (gnus-batch-score): Ditto.
8430
8431         * gnus-cache.el (gnus-jog-cache): Ditto.
8432
8433         * gnus-msg.el (gnus-summary-reply):
8434         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8435
8436 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8437
8438         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8439         version.  Minor improvement to doc strings.
8440         (tls-program): Add comment.
8441
8442 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8443
8444         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8445         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8446         mismatch between the hostname provided in the certificate and the name
8447         of the host connnecting to.
8448         (open-tls-stream): Use them.  Check certificates against trusted root
8449         certificates.
8450
8451 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8452
8453         * gnus-cache.el (gnus-cache-generate-nov-databases):
8454         Use nnml-generate-nov-databases-directory instead of
8455         nnml-generate-nov-databases-1.
8456
8457 2007-11-24  Glenn Morris  <rgm@gnu.org>
8458
8459         * message.el (message-tool-bar-retro): Update for rename
8460         mail_send.xpm->mail-send.xpm.
8461
8462 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8463
8464         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8465         `smime-ldap-search' for Emacs 22 and up.
8466
8467 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8468
8469         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8470
8471         * message.el (message-send-mail-function): Fix error convention.
8472         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8473         (message-widen-reply, message-send-mail, message-talkative-question)
8474         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8475         (message-clone-locals, message-send-news): Use with-current-buffer.
8476         (message-insert-or-toggle-importance): Remove unused var `valid'.
8477         (message-make-references): Remove unused var `new-references'.
8478         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8479
8480 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8481
8482         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8483         (spam-split-symbolic-return-positive): Reflow docstring.
8484         (spam-backends, spam-summary-exit-behavior)
8485         (spam-mark-ham-unread-before-move-from-spam-group)
8486         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8487         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8488         (spam-clear-cache, spam-backend-check, spam-install-backend)
8489         (spam-install-statistical-backend, spam-list-of-processors)
8490         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8491         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8492         (spam-check-crm114, spam-initialize, spam-unload-hook):
8493         Fix typos in docstrings.
8494
8495 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8496
8497         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8498         been checked if they have never been read and those group levels are
8499         higher than the one that a user specified.
8500
8501 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8502
8503         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8504         foreign groups unless a group level is specified by a user.
8505         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8506
8507 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8508
8509         * message.el (message-send-mail-function): Require sendmail.
8510
8511 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8512
8513         * message.el (message-send-mail-function): Check for smtpmail too.
8514
8515         * utf7.el (utf7-encode, utf7-decode): Use coding system
8516         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8517
8518         * message.el (message-send-mail-function): New function.
8519         (message-send-mail-function): Set default using
8520         message-send-mail-function.  Adjust doc string.
8521         (message-send-mail-with-mailclient): New function.
8522
8523 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8524
8525         * smime.el (from):
8526         * rfc2047.el (message-posting-charset):
8527         * qp.el (mm-use-ultra-safe-encoding):
8528         * pop3.el (parse-time-months):
8529         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8530         * nnml.el (files):
8531         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8532         (jka-compr-compression-info-list, ange-ftp-path-format)
8533         (efs-path-regexp):
8534         * nndiary.el (files):
8535         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8536         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8537         (epg-digest-algorithm-alist, inhibit-redisplay)
8538         (password-cache-expiry):
8539         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8540         (pgg-output-buffer, password-cache-expiry):
8541         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8542         (efs-path-regexp):
8543         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8544         (inhibit-redisplay):
8545         * mm-uu.el (file-name, start-point, end-point, entry)
8546         (gnus-newsgroup-name, gnus-newsgroup-charset):
8547         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8548         (latin-unity-ucs-list):
8549         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8550         (mm-uu-binhex-decode-function):
8551         * message.el (gnus-message-group-art, gnus-list-identifiers)
8552         (rmail-enable-mime-composing, gnus-local-organization)
8553         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8554         (gnus-read-active-file, facemenu-add-face-function)
8555         (facemenu-remove-face-function, gnus-article-decoded-p)
8556         (tool-bar-mode):
8557         * mail-source.el (display-time-mail-function):
8558         * gnus-util.el (nnmail-pathname-coding-system)
8559         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8560         (gnus-original-article-buffer, gnus-user-agent)
8561         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8562         (xemacs-codename, sxemacs-codename, emacs-program-version):
8563         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8564         * gnus-start.el (gnus-agent-covered-methods)
8565         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8566         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8567         (gnus-newsgroup-headers, gnus-group-list-mode)
8568         (gnus-group-mark-positions, gnus-newsgroup-data)
8569         (gnus-newsgroup-unreads, nnoo-state-alist)
8570         (gnus-current-select-method, mail-sources)
8571         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8572         (nnmail-spool-file, gnus-cache-active-hashtb):
8573         * gnus-mh.el (mh-lib-progs):
8574         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8575         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8576         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8577         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8578         (gnus-group-buffer):
8579         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8580         (font-lock-set-defaults):
8581         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8582         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8583         (gnus-summary-post-menu, total-parts, type, condition, length):
8584         * gnus-agent.el (gnus-agent-read-agentview):
8585         * flow-fill.el (show-trailing-whitespace):
8586         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8587         eval-and-compile wrappers for byte compiler pacifiers.
8588
8589         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8590         (mm-display-inline-fontify): Check for featurep 'xemacs not
8591         extent-list.
8592
8593         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8594         itimer-list.
8595         (mm-create-image-xemacs): Only do something for XEmacs.
8596         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8597
8598         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8599
8600         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8601         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8602
8603 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8604
8605         * nnimap.el (nnimap-split-download-body):
8606         * gnus-demon.el (gnus-demon):
8607         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8608
8609 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8610
8611         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8612         New macros.
8613         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8614         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8615         copy data from unibyte buffer to multibyte current buffer.
8616         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8617         to copy data from unibyte current buffer to multibyte buffer.
8618         (nntp-make-process-buffer): Make process buffer unibyte.
8619
8620         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8621
8622 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8623
8624         * pop3.el (pop3-open-server): Accept and process data more robustly at
8625         connexion start to avoid spurious "POP SSL connexion failed" errors.
8626
8627 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8628
8629         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8630         read group names.
8631
8632 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8633
8634         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8635
8636 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8637
8638         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8639         (nnmail-save-active): Use a unibyte buffer when saving active file,
8640         which may contain non-ASCII group names.
8641
8642         * nnml.el (nnml-request-group): Decode group names in messages.
8643
8644 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8645
8646         * message.el (message-citation-line-function)
8647         (message-insert-formatted-citation-line): Fix spelling of
8648         `message-insert-formated-citation-line'.
8649
8650 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8651
8652         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8653
8654 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8655
8656         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8657         nnmail-pathname-coding-system.
8658
8659         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8660         that a user enters; decode group names in messages.
8661
8662         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8663
8664 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8665
8666         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8667
8668         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8669
8670         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8671         risky local variable.
8672
8673         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8674
8675 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8676
8677         * encrypt.el: Improve documentation to fix function name typo.
8678         Reported by Daiki Ueno <ueno@unixuser.org>.
8679
8680 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8681
8682         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8683         even if the point is not in the last page of an article.
8684         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8685         back to the previous page.
8686
8687 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8688
8689         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8690
8691 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8692
8693         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8694
8695 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8696
8697         * message.el (message-check-news-body-syntax):
8698         Avoid mm-string-as-multibyte.
8699         (message-hide-headers): Don't assume (point-min)==1.
8700
8701 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8702
8703         * message.el (message-remove-blank-cited-lines): Fix if remove is
8704         given.
8705         (message-bogus-address-regexp): New variable.
8706         (message-bogus-recipient-p): New function.
8707         (message-check-recipients): New command.
8708         (message-syntax-checks): Add `bogus-recipient'.
8709         (message-fix-before-sending): Add `bogus-recipient'.
8710
8711         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8712         (gnus-treat-body-boundary): Don't test window-system.
8713
8714 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8715
8716         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8717
8718 2007-10-28  Miles Bader  <miles@gnu.org>
8719
8720         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8721         at compile-time too.
8722
8723 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8724
8725         * gnus-msg.el (gnus-message-setup-hook):
8726         Add `message-remove-blank-cited-lines' to options.
8727
8728 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8729
8730         * message.el (message-remove-blank-cited-lines): New function.
8731         Suggested by Karl Plästerer.
8732
8733 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8734
8735         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8736         mapc.
8737
8738         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8739         (top-level): Use mapc to set functions to be traced for debugging.
8740
8741         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8742         called for effect with while loop.
8743
8744         * message.el (message-talkative-question): Replace mapcar called for
8745         effect with mapc.
8746
8747         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8748         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8749         called for effect with dolist.
8750
8751         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8752
8753         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8754         gnus-extra-headers and nnmail-extra-headers.
8755
8756         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8757         called for effect with dolist.
8758         (top-level): Use mapc to set functions to be traced for debugging.
8759
8760         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8761         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8762         dolist.
8763
8764         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8765         Replace mapcar called for effect with mapc.
8766         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8767         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8768         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8769         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8770
8771         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8772         remove-if that's a cl function.
8773
8774         * webmail.el (webmail-debug): Replace mapcar called for effect with
8775         dolist.
8776
8777         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8778         with mapc.
8779
8780 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8781
8782         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8783         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8784         with while loop.
8785
8786         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8787         functions from article-* functions.
8788         (gnus-multi-decode-header): Replace mapcar called for effect with
8789         dolist.
8790
8791         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8792         (gnus-bookmark-show-details): Replace mapcar called for effect with
8793         while loop.
8794
8795         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8796         called for effect with while loop.
8797
8798         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8799         with dolist.
8800
8801         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8802         Replace mapcar called for effect with dolist.
8803
8804         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8805
8806         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8807         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8808         Replace mapcar called for effect with dolist.
8809         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8810         mapc.
8811
8812         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8813         Replace mapcar called for effect with dolist.
8814         (gnus-topic-list): Replace mapcar called for effect with mapc.
8815
8816         * gnus.el: Use mapc instead of mapcar to add autoloads.
8817
8818 2007-10-23  Richard Stallman  <rms@gnu.org>
8819
8820         * gnus-group.el (gnus-group-highlight): Mark as risky.
8821
8822 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8823
8824         * gnus.el (gnus-server-to-method): Return method found first in
8825         gnus-newsrc-alist.
8826
8827         * gnus-art.el (gnus-article-highlight-signature)
8828         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8829         button overlay without the front stickiness.
8830
8831 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8832
8833         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8834         overview buffer needed a catch to receive its throw.
8835         (gnus-agent-flush-cache): Declare as interactive to make this function
8836         easier to use.
8837
8838 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8839
8840         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8841         `next-line'.
8842
8843 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8844
8845         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8846         exclude address matching message-dont-reply-to-names.
8847
8848 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8849
8850         * gnus-util.el (gnus-string<): New function.
8851
8852         * gnus-sum.el (gnus-article-sort-by-author)
8853         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8854
8855 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8856
8857         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8858         the frame-focus tag is set in gnus-buffer-configuration.
8859
8860 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8861
8862         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8863         the front stickiness.
8864
8865 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8866
8867         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8868         url pattern; remove duplicate one.
8869         (gnus-article-extend-url-button): New function.
8870         (gnus-article-add-buttons): Use it.
8871         (gnus-button-push): Use concatenated url that it makes.
8872
8873 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8874
8875         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8876
8877 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8878
8879         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8880         Don't hardcode point-min==1.
8881
8882 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8883
8884         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8885         Fix comment about "iso8859-1".
8886
8887 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8888
8889         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8890         ones returned from the verify-function.
8891
8892         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8893         Call mml2015-extract-cleartext-signature if extraction failed.
8894
8895 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8896
8897         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8898         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8899         failed.
8900
8901 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8902
8903         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8904
8905 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8906
8907         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8908         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8909         recommends to use EasyPG instead of PGG.
8910
8911         * pgg.el: Revert to revision 6.23.2.16.
8912
8913         * pgg-def.el: Revert to revision 6.6.2.14.
8914
8915         * pgg-gpg.el: Revert to revision 6.23.2.34.
8916
8917 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8918
8919         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8920         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8921         thread for both the null and zero (kill/expire thread) universal prefix
8922         cases.
8923         (gnus-summary-expire-thread): Add new function to expire a thread,
8924         using gnus-summary-kill-thread.
8925         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8926         shortcuts for gnus-summary-expire-thread.
8927         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8928         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8929
8930 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8931
8932         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8933         extras value, so an extras entry can be deleted.
8934         (gnus-registry-delete-extra-entry): Use it.
8935         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8936         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8937         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8938         storage through the gnus-registry, and provide an appropriate API for
8939         it.
8940
8941 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8942
8943         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8944         Suggested by Leo <sdl.web@gmail.com>.
8945
8946         * gnus.el: Do.
8947
8948 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8949
8950         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8951         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8952
8953         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8954
8955         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8956         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8957
8958 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8959
8960         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8961         newline.
8962         (nnmbox-request-accept-article): Don't change article in source buffer;
8963         narrow to header to use message-fetch-field rather than
8964         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8965         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8966         as delimiters; make sure article ends with newline.
8967         (nnmbox-delete-mail): Correct last position of article to be deleted;
8968         ignore X-Gnus-Newsgroup header in article body.
8969         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8970         positions; make sure article ends with newline.
8971
8972         * message.el (message-display-abbrev): Don't infloop when a user
8973         inserts SPC in the beginning of header.
8974
8975         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8976         coding-system-for-read and coding-system-for-write for XEmacs having no
8977         file-coding feature.
8978
8979         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8980
8981 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8982
8983         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8984         list of groups not followed by default.  Fix type to be regexp.
8985         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8986
8987 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8988
8989         * hmac-def.el (define-hmac-function): Switch from old-style to
8990         new-style backquotes.
8991
8992         * md4.el (md4-make-step): Likewise.
8993
8994 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8995
8996         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8997         raw-text coding system when saving .newsrc file, which may contain
8998         non-ASCII group names.
8999
9000 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9001
9002         * gnus-cus.el (gnus-score-extra): New widget.
9003         (gnus-score-extra-convert): New function.
9004         (gnus-score-customize): Use it for Extra.
9005
9006 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9007
9008         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9009         (mml2015-mailcrypt-clear-verify): Use it.
9010         (mml2015-gpg-clear-verify): Use it.
9011         (mml2015-pgg-clear-verify): Use it.
9012         (mml2015-epg-clear-verify): Replace the current part with the output
9013         from GnuPG; don't extract the plaintext by itself.
9014
9015         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9016         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9017         mml2015-clear-verify-function; don't touch the armor headers or
9018         dash-escaped text here.
9019
9020 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9021
9022         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9023         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9024         parts, or application/octet-stream as a last resort.
9025         (gnus-mime-view-part-as-type): Don't toggle display.
9026         (gnus-mime-view-part-as-charset): Don't turn off display before
9027         querying charset.
9028
9029         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9030         stuff to undisplayer function in Emacs.
9031         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9032
9033         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9034         text/calendar parts.
9035
9036 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9037
9038         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9039         decoding text/calendar parts.
9040
9041         * message.el (message-forward-make-body-mime): Always mark body as
9042         having no illegible text; remove signed-or-encrypted argument.
9043         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9044
9045         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9046         (mml-generate-mime-1): Don't encode body if it is specified to be in
9047         raw form; don't make buffer be unibyte when inserting multibyte string.
9048
9049 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9050
9051         * sha1.el: Fix up comment style.
9052         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9053         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9054
9055         * hex-util.el: Fix up comment style.
9056         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9057
9058         * gnus-salt.el: Use with-current-buffer.
9059         (gnus-pick-setup-message): Fix long-standing typo.
9060
9061 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9062
9063         * imap.el (imap-logout-timeout): New variable.
9064         (imap-logout, imap-logout-wait): New functions.
9065         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9066
9067         * nnimap.el (nnimap-logout-timeout): New server variable.
9068         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9069         nnimap-logout-timeout.
9070
9071         * gnus-art.el (gnus-article-summary-command-nosave)
9072         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9073
9074 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9075
9076         * gnus.el (gnus-maximum-newsgroup): New variable.
9077
9078         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9079         according to gnus-maximum-newsgroup.
9080
9081         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9082         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9083         Limit the range of articles according to gnus-maximum-newsgroup.
9084
9085 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9086
9087         * gnus-art.el (gnus-sticky-article): Fix problems described in
9088         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9089         Don't perform gnus-configure-windows here; reuse existing sticky
9090         article buffer.
9091
9092         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9093         it doesn't exist in gnus-article-mode.
9094
9095 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9096
9097         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9098         (gnus-agent-decoded-group-name): New function.
9099         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9100         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9101
9102 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9103
9104         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9105         Add binding for gnus-sticky-article.
9106         (gnus-summary-exit): Don't kill sticky article buffers.
9107
9108         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9109         article buffer.
9110         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9111         (gnus-kill-sticky-article-buffers): New commands.
9112
9113 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9114
9115         * nntp.el (nntp-xref-number-is-evil): New server variable.
9116         (nntp-find-group-and-number): If it is non-nil, don't trust article
9117         numbers in the Xref header.
9118
9119 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9120
9121         * gnus-agent.el (gnus-agent-read-group): New function.
9122         (gnus-agent-flush-group, gnus-agent-expire-group)
9123         (gnus-agent-regenerate-group): Use it.
9124         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9125         nnmail-pathname-coding-system.
9126
9127 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9128
9129         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9130
9131         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9132         that are unread as unread, and also as selected so that information of
9133         marks having been changed by a user may be updated when exiting group.
9134
9135 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9136
9137         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9138
9139 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9140
9141         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9142         calculated ignoring signature parts to gnus-treat-article.
9143
9144 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9145
9146         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9147         a point here in order to keep the window start.
9148         (gnus-insert-mime-security-button): Make a button overlay without the
9149         front stickiness.
9150         (gnus-mime-display-security): Goto the end of a button.
9151
9152         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9153
9154 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9157         group-name-at-point.
9158         (gnus-group-completing-read): New function that offers decoded
9159         non-ASCII group names for completion.
9160         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9161         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9162         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9163         (gnus-group-fetch-control): Use it.
9164         (gnus-fetch-group): Use group-name-at-point for the initial value
9165         rather than the default value; use gnus-alive-p.
9166
9167         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9168         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9169         (gnus-summary-post-news): Use gnus-group-completing-read.
9170
9171         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9172         (gnus-read-move-group-name): Decode group name for completion.
9173
9174 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9175
9176         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9177         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9178         Yamaoka slightly modified the code).
9179
9180 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9181
9182         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9183         (nnmail-split-incoming): Bind it.
9184
9185         * nnml.el (nnml-group-name-charset): New function.
9186         (nnml-decoded-group-name): Use it; don't decode group name if
9187         nnmail-group-names-not-encoded-p is non-nil.
9188         (nnml-encoded-group-name): New function.
9189         (nnml-group-pathname): Inline nnml-decoded-group-name.
9190         (nnml-request-expire-articles): Decode group name in message.
9191         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9192         nnmail-pathname-coding-system.
9193         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9194         not decoded ones according to nnmail-group-names-not-encoded-p.
9195         (nnml-generate-active-info): Use nnml-encoded-group-name.
9196
9197 2007-08-08  Glenn Morris  <rgm@gnu.org>
9198
9199         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9200         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9201         doc-strings and comments.
9202
9203 2007-07-25  Glenn Morris  <rgm@gnu.org>
9204
9205         * Relicense all FSF files to GPLv3 or later.
9206
9207 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9208
9209         * gnus-sum.el (gnus-summary-move-article):
9210         Make gnus-summary-respool-article work.
9211
9212 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9213
9214         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9215         string.
9216
9217 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9218
9219         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9220         that should be ignored when comparing distant RSS articles with local
9221         ones.
9222         (nnrss-make-hash-index): New function.  Create a hash index according
9223         to the ignored fields.
9224         (nnrss-check-group): Use it.
9225
9226 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9227
9228         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9229
9230         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9231
9232         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9233         the new optional argument ENCODED is non-nil.
9234         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9235         coding system for encoding group name.
9236         (gnus-group-make-rss-group): Pass un-encoded group name to
9237         gnus-group-make-group.
9238         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9239         encoded.
9240
9241         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9242         Encode group name to which articles are moved or copied.
9243         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9244         coding system for encoding Newsgroup, Followup-To and Xref headers.
9245
9246         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9247         marks; use nnheader-file-coding-system to write a file.
9248         (nnagent-retrieve-headers): Bind file-name-coding-system to
9249         nnmail-pathname-coding-system.
9250
9251         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9252
9253         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9254         (nnml-request-article, nnml-request-create-group)
9255         (nnml-request-rename-group, nnml-find-id)
9256         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9257         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9258         (nnml-save-marks): Use nnml-group-pathname instead of
9259         nnmail-group-pathname.
9260
9261         (nnml-request-create-group, nnml-request-expire-articles)
9262         (nnml-request-move-article, nnml-request-delete-group)
9263         (nnml-deletable-article-p, nnml-possibly-create-directory)
9264         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9265         (nnml-open-marks): Bind file-name-coding-system to
9266         nnmail-pathname-coding-system.
9267
9268         (nnml-request-article): Pass server argument to nnml-find-group-number.
9269         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9270         Pass server argument to nnml-possibly-create-directory.
9271         (nnml-request-accept-article): Pass server argument to
9272         nnml-active-number and nnml-save-mail.
9273         (nnml-find-group-number): Pass server argument to nnml-find-id.
9274         (nnml-request-update-info): Pass server argument to
9275         nnml-marks-changed-p.
9276
9277         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9278         (nnml-save-mail, nnml-active-number): Add server argument.
9279
9280         (nnml-request-delete-group): Warn if group is missing.
9281         (nnml-get-nov-buffer): Decode group name.
9282         (nnml-generate-active-info): Encode group name.
9283         (nnml-open-marks): Decode group name in messages.
9284
9285 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9286
9287         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9288         if it is not specified.
9289         (gnus-article-pipe-part, gnus-article-save-part)
9290         (gnus-article-interactively-view-part, gnus-article-copy-part)
9291         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9292         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9293         (gnus-article-replace-part, gnus-article-delete-part)
9294         (gnus-article-view-part-as-type): Pass raw prefix argument to
9295         gnus-article-part-wrapper.
9296
9297 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9298
9299         * gnus-agent.el (gnus-agent-save-active):
9300         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9301
9302         * gnus-cache.el (gnus-cache-save-buffers)
9303         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9304         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9305         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9306         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9307         (gnus-cache-generate-active, gnus-cache-rename-group)
9308         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9309         (gnus-cache-update-overview-total-fetched-for):
9310         Bind file-name-coding-system to nnmail-pathname-coding-system.
9311         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9312         New variables.
9313         (gnus-cache-decoded-group-name): New function.
9314         (gnus-cache-file-name): Use it.
9315         (gnus-cache-generate-active): Use non-decoded group name for active.
9316
9317         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9318         right place.
9319         (gnus-write-active-file): Don't break non-ASCII group names.
9320
9321         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9322         nnmail-pathname-coding-system.
9323
9324         * lpath.el: Bind default-file-name-coding-system,
9325         file-name-coding-system and language-info-alist for XEmacs.
9326
9327         * gnus-uu.el (gnus-uu-decode-save): Typo.
9328
9329 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9330
9331         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9332
9333 2007-07-14  David Kastrup  <dak@gnu.org>
9334
9335         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9336         finishing actions if we did not edit the article.
9337
9338 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9339
9340         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9341         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9342         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9343         (gnus-agent-flush-group, gnus-agent-flush-cache)
9344         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9345         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9346         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9347         (gnus-agent-regenerate-group)
9348         (gnus-agent-update-files-total-fetched-for)
9349         (gnus-agent-update-view-total-fetched-for):
9350         Bind file-name-coding-system to nnmail-pathname-coding-system.
9351         (gnus-agent-group-pathname): Don't encode file names by
9352         nnmail-pathname-coding-system.
9353         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9354         coding-system-for-write instead of buffer-file-coding-system to
9355         gnus-agent-file-coding-system.
9356
9357         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9358         Decode group name.
9359
9360         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9361
9362         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9363         (gnus-read-newsrc-el-file): Make group names unibyte.
9364
9365         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9366         nnmail-pathname-coding-system.
9367
9368         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9369         (nnrss-request-delete-group): Bind file-name-coding-system to
9370         nnmail-pathname-coding-system.
9371         (nnrss-read-server-data, nnrss-read-group-data):
9372         Bind file-name-coding-system correctly.
9373         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9374
9375         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9376         (nntp-server-to-method-cache): New variable.
9377         (nntp-group-pathname): New function that decodes non-ASCII group names.
9378         (nntp-possibly-create-directory, nntp-marks-changed-p)
9379         (nntp-save-marks, nntp-open-marks): Use it.
9380         (nntp-possibly-create-directory, nntp-open-marks):
9381         Bind file-name-coding-system to nnmail-pathname-coding-system.
9382         (nntp-open-marks): Decode group names when bootstrapping marks.
9383
9384         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9385         Newsgroups and Folowup-To headers.
9386
9387 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9388
9389         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9390         (gnus-server-closed-face, gnus-server-denied-face)
9391         (gnus-server-offline-face): Remove variable.
9392         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9393
9394         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9395         of modifying message-stack directly for XEmacs.
9396
9397         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9398         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9399         if the coding-system argument is nil for XEmacs.
9400
9401         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9402         mm-charset-override-alist.
9403
9404         * rfc2047.el: Don't require base64; require rfc2045 for the function
9405         rfc2045-encode-string.
9406         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9407         to quote the parameter value.
9408
9409 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9410
9411         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9412         form in gnus-group-name-charset-method-alist.
9413
9414         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9415         overrides the default layout edit-form.
9416
9417         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9418
9419         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9420
9421 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9422
9423         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9424         as unfetched articles.
9425
9426 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9427
9428         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9429
9430 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9431
9432         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9433         original back end that keeps marks in the local system.
9434
9435 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9436
9437         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9438         arg of pop-to-buffer for XEmacs.
9439         (gnus-article-read-summary-keys): Ditto; don't restore window
9440         configuration if summary command ends up with neither article buffer
9441         nor summary buffer; describe bindings if summary keys end with C-h.
9442
9443 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9444
9445         * message.el (message-fix-before-sending): Skip raw message part to be
9446         forwarded while checking illegible text.
9447         (message-forward-make-body-mime, message-forward-make-body):
9448         Mark signed or encrypted raw message as having no illegible text.
9449
9450 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9451
9452         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9453         (gnus-message-with-timestamp-1): New macro.
9454         (gnus-message-with-timestamp): New function.
9455         (gnus-message): Use them.
9456
9457         * nnheader.el (nnheader-message): Use them.
9458
9459 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9460
9461         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9462         .newsrc.eld file.
9463
9464 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9465
9466         * gnus-agent.el (gnus-agent-fetch-headers)
9467         (gnus-agent-retrieve-headers):
9468         Bind gnus-decode-encoded-address-function to identity.
9469
9470         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9471         available also when the server returns simply a dot.
9472
9473         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9474
9475 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9476
9477         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9478
9479 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9480
9481         * gnus-ems.el (gnus-x-splash): Make it work.
9482
9483         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9484         from being used.
9485
9486         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9487
9488 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9489
9490         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9491         4th and the 5th arguments.
9492
9493         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9494         the front stickiness.
9495         (gnus-article-summary-command-nosave): Correct the order of the
9496         arguments passed to pop-to-buffer.
9497         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9498         summary command ends up with the article buffer.
9499
9500         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9501         the same faces.
9502
9503 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9504
9505         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9506
9507 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9508
9509         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9510         * gnus-sum.el (gnus-summary-highlight):
9511         * pgg.el (pgg-sign-region, pgg-sign):
9512         * mail-source.el (mail-source-delete-old-incoming-confirm):
9513         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9514
9515 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9516
9517         * gnus-art.el (gnus-mime-view-part-externally)
9518         (gnus-mime-view-part-internally): Fix predicate function passed to
9519         completing-read.
9520
9521         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9522
9523         * gnus.el (gnus-update-message-archive-method): Add :version.
9524
9525 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9526
9527         * gnus.el (gnus-update-message-archive-method): New variable.
9528
9529         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9530         according to gnus-message-archive-method if
9531         gnus-update-message-archive-method is non-nil.
9532
9533 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9534
9535         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9536         Suggested by Loic Dachary <loic@dachary.org>.
9537         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9538
9539 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9540
9541         * message.el (message-pop-to-buffer): Add switch-function argument.
9542         (message-mail): Pass switch-function argument to it.
9543
9544 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9545
9546         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9547         Improve doc string.
9548
9549 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9550
9551         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9552         (gnus-header-content)
9553         * gnus-cite.el (gnus-cite-10)
9554         * gnus-srvr.el (gnus-server-closed)
9555         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9556         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9557         (gnus-group-mail-3-empty, gnus-group-mail-low)
9558         (gnus-group-mail-low-empty, gnus-splash)
9559         * message.el (message-header-to, message-header-cc)
9560         (message-header-subject, message-header-other, message-header-name)
9561         (message-header-xheader, message-separator, message-cited-text)
9562         (message-mml): Lighten colors of faces used for dark background.
9563
9564 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9565
9566         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9567         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9568
9569 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9570
9571         * message.el (message-narrow-to-headers-or-head):
9572         Ignore mail-header-separator in the body.
9573
9574 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9575
9576         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9577         same as window size.
9578
9579 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9580
9581         * message.el (message-font-lock-keywords): Use message-header-xheader
9582         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9583         ahead of the anything pattern, to get it recognised.
9584
9585 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9586
9587         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9588         spam.el loads uses it in the compiled defadvice form.
9589
9590 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9591
9592         * gnus-sum.el (gnus-articles-to-read)
9593         (gnus-summary-insert-old-articles): Don't truncate group name for
9594         `read-string'.
9595
9596         * gnus-util.el (gnus-limit-string): Delete this function.
9597
9598         * gnus-sum.el (gnus-simplify-subject-fully):
9599         Use `truncate-string-to-width' instead.
9600
9601 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9602
9603         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9604         Tell if, on summary exit, the next group has to be selected.
9605         (gnus-summary-exit): Use it.
9606
9607 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9608
9609         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9610         non-break space.
9611
9612 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9613
9614         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9615         Check if group is not a directory.
9616         (nnfolder-request-expire-articles): Don't delete articles if the target
9617         group is not available.
9618
9619         * nnml.el (nnml-request-create-group): Properly check if group is not a
9620         file.
9621         (nnml-request-expire-articles): Don't delete articles if the target
9622         group is not available.
9623
9624         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9625         Don't quote characters that are within parentheses.
9626
9627 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9628
9629         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9630         (gnus-handle-ephemeral-exit): Select article according to it.
9631
9632 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9633
9634         * message.el (message-insert-formated-citation-line): Remove newline.
9635         (message-citation-line-format): Add final \n here so that the user can
9636         avoid a blank line.
9637
9638 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9639
9640         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9641         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9642         Update lanl/arXiv support.
9643
9644 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9645
9646         * gnus.el: Bump version number.
9647
9648 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9649
9650         * gnus.el (gnus-version-number): Bump version.
9651
9652 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9653
9654         * gnus.el: No Gnus v0.6 is released.
9655
9656 2007-04-27  Didier Verna  <didier@xemacs.org>
9657
9658         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9659         * gmm-utils.el (gmm-regexp-concat): ... here.
9660         * message.el: Don't require 'gnus-util.
9661         (message-dont-reply-to-names): Handle name change above.
9662         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9663
9664 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9665
9666         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9667         since the initial value varies according to the system.
9668
9669 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9670
9671         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9672
9673 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9674
9675         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9676
9677 2007-04-24  Didier Verna  <didier@xemacs.org>
9678
9679         Improve the type of gnus-ignored-from-addresses.
9680         * gnus-util.el (gnus-orify-regexp): New function.
9681         * message.el (gnus-util): Require it.
9682         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9683         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9684         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9685
9686 2007-04-24  Didier Verna  <didier@xemacs.org>
9687
9688         * gnus-sum.el:
9689         * gnus-utils.el: Fix some trailing whitespaces.
9690
9691 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9692
9693         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9694         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9695         article's Message-ID; refer parent article in summary buffer.
9696
9697         * message.el (message-bounce): Call mime-to-mml.
9698
9699         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9700         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9701         optimize and/or forms properly.
9702
9703 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9704
9705         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9706         URL.
9707
9708 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9709
9710         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9711
9712 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9713
9714         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9715         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9716         displayed of multipart/alternative part if it is invoked from summary
9717         buffer.
9718
9719         * mm-view.el (mm-inline-text-html-render-with-w3m)
9720         (mm-inline-text-html-render-with-w3m-standalone)
9721         (mm-inline-render-with-function): Use mail-parse-charset by default.
9722
9723 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9724
9725         * parse-time.el (parse-time-string-chars): Check if CHAR
9726         is less than the length of parse-time-syntax.
9727
9728 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9729
9730         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9731         from gnus-newsgroup-processable.
9732
9733 2007-04-16  Didier Verna  <didier@xemacs.org>
9734
9735         * gnus-msg.el (gnus-configure-posting-styles):
9736         Handle message-signature-directory properly with :file syntax.
9737         Reported by "Leo".
9738
9739 2007-04-11  Didier Verna  <didier@xemacs.org>
9740
9741         New user option: message-signature-directory.
9742         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9743         * message.el (message-insert-signature): Ditto.
9744         * message.el (message-signature-file): Doc update.
9745         * message.el (message-signature-directory): New.
9746
9747 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9748
9749         * gnus-msg.el (gnus-inews-yank-articles):
9750         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9751
9752 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9753
9754         * message.el (message-yank-original): Make sure cited text ends with
9755         newline; don't exchange point and mark.
9756
9757 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9758
9759         * tls.el (open-tls-stream): Properly handle case where there
9760         is no associated buffer.
9761
9762 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9763
9764         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9765         message-yank-original, make sure (< mark TEXT point).
9766
9767 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9768
9769         * message.el (message-fill-column): New variable.
9770         (message-mode): Use it.  Add comment on a possible new hook.
9771
9772         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9773         (nnmail-get-new-mail): Reformat.
9774
9775         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9776
9777         * gmm-utils.el: Fix Commentary.
9778         (gmm-tool-bar-from-list): Fix typo in doc string.
9779
9780 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9781
9782         * message.el (message-yank-original): Don't switch point and mark
9783         unnecessarily to put point and mark as documented.
9784
9785 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9786
9787         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9788         from the message heads.
9789
9790 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9791
9792         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9793         article buffer does not have a window.  This may not be the best
9794         solution but is certainly better than setting the start of the null,
9795         that is the current, window.
9796
9797 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9798
9799         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9800         (gnus-draft-setup): Run it.
9801
9802         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9803         gnus-score-fast-scoring.  Allow regexp.
9804         (gnus-score-headers): Use it.
9805
9806         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9807         XEmacs.
9808
9809         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9810         string.
9811         (gnus-button-alist): Also catch `<f1> k ...'.
9812         (gnus-treat-display-x-face): Fix doc string.
9813
9814 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9815
9816         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9817         evaluation of gnus-extended-version to ensure correct generation of the
9818         User-Agent header when message-generate-headers-first is used.
9819
9820 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9821
9822         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9823         hashcash-path is nil.  Don't call callback with incorrect number of
9824         parameters if val is 0.
9825
9826 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9827
9828         * message.el (message-required-news-headers):
9829         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9830
9831 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9832
9833         * tls.el (open-tls-stream): In handshake-waiting loop,
9834         don't wait more if there is output available to process.
9835
9836 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9837
9838         * tls.el (tls-program): Doc fix.
9839
9840 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9841
9842         * message.el (message-generate-new-buffers): Change the meaning of the
9843         nil value; add `standard' to the choices; treat t as `unique'; improve
9844         doc string.
9845         (gnus-select-frame-set-input-focus): Autoload.
9846         (message-buffer-name): Search for the existing message buffer if
9847         message-generate-new-buffers is nil or `standard'; treat the value t of
9848         message-generate-new-buffers as `unique'.
9849         (message-pop-to-buffer): Raise the frame already displaying the message
9850         buffer; clear the echo area after querying.
9851         (message-setup): Pass the `continue' argument to compose-mail.
9852         (message-mail): Prefer `switch-function' if it is given; search for the
9853         existing message buffer if the `continue' argument is non-nil; pass
9854         continue and switch-function arguments to compose-mail by way of
9855         message-setup.
9856         (message-mail-other-window): Adjust argument of message-setup.
9857         (message-mail-other-frame): Ditto.
9858
9859 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9860
9861         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9862         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9863         to turn font-lock on when turning gnus-message-citation-mode on.
9864
9865 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9866
9867         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9868         (mml-smime-function-alist): New variable; add epg as the backend.
9869         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9870         mml-smime- functions instead.
9871         * mm-view.el: Require smime.
9872
9873 2007-03-05  Didier Verna  <didier@xemacs.org>
9874
9875         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9876         instead of just inheritance for posting styles.
9877         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9878
9879 2007-02-24  Chris Moore  <dooglus@gmail.com>
9880
9881         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9882         * pgg-pgp.el (pgg-pgp-encrypt-region):
9883         * pgg-gpg.el (pgg-gpg-encrypt-region):
9884         Check pgg-encrypt-for-me if no other recipients.
9885
9886 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9887
9888         * tls.el (tls-certtool-program): Fix custom type.
9889
9890 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9891
9892         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9893         and point-at-eol instead of line-(beginning|end)-position.
9894
9895         * assistant.el (assistant-parse-buffer): Ditto.
9896
9897         * netrc.el (netrc-parse-services): Ditto.
9898
9899 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9900
9901         * mml2015.el (mml2015-epg-find-usable-key): New function.
9902         (mml2015-epg-sign): Use it.
9903         (mml2015-epg-encrypt): Use it.
9904
9905 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9906
9907         * message.el (message-make-in-reply-to): Quote name containing
9908         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9909         if there are special characters.  Reported by NAKAJI Hiroyuki
9910         <nakaji@jp.freebsd.org>.
9911
9912 2007-02-27  Didier Verna  <didier@xemacs.org>
9913
9914         Include the group parameters as well as the topic ones in the
9915         inheritance filter process.
9916         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9917         argument GROUP-PARAMS-LIST.
9918         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9919
9920 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9921
9922         * nntp.el (nntp-never-echoes-commands)
9923         (nntp-open-connection-functions-never-echo-commands): New variables.
9924         (nntp-send-command): Use them.
9925
9926 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9927
9928         * mml2015.el (mml2015-epg-verify): Simplify.
9929
9930 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9931
9932         * mml.el (mml-content-disposition-alist): New user option.
9933         (mml-content-disposition): New function.
9934         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9935         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9936
9937 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9938
9939         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9940         verification.
9941
9942 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9943
9944         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9945         articles posted in the last 24 hours.
9946
9947 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9948
9949         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9950
9951 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9952
9953         * nntp.el (nntp-send-command): Don't wait for echoes when
9954         nntp-open-ssl-stream is used.
9955
9956 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9957
9958         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9959         (gnus-message-add-citation-keywords)
9960         (gnus-message-remove-citation-keywords): Remove.
9961         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9962         directly, make the variables in font-lock-defaults buffer-local, add
9963         gnus-message-citation-keywords to them and then update the value of
9964         font-lock-keywords.
9965
9966 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9967
9968         * message.el (message-cite-original-1): Don't call
9969         gnus-article-highlight-citation.
9970
9971         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9972         citations; fix line count.
9973
9974 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9975
9976         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9977         (gnus-message-add-citation-keywords)
9978         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9979         versions of font-lock-add-keywords and font-lock-remove-keywords to
9980         work with XEmacs correctly.
9981
9982 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9983
9984         * gnus-cite.el (gnus-cite-face-list): Set the values of
9985         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9986         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9987         (gnus-message-cite-prefix-regexp): New variable.
9988         (gnus-message-search-citation-line): Use it; protect against long
9989         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9990         the 0th match data for Emacs.
9991         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9992         (gnus-message-add-citation-keywords): Append keywords rather than
9993         prepending; emulate font-lock-add-keywords if it is not available.
9994         (gnus-message-remove-citation-keywords):
9995         Emulate font-lock-remove-keywords if it is not available.
9996
9997         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9998
9999         * message.el (message-cite-prefix-regexp): Set the value of
10000         gnus-message-cite-prefix-regexp.
10001
10002 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10003
10004         * nnweb.el (nnweb-google-parse-1): Update parser.
10005
10006 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10007
10008         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10009
10010 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10011
10012         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10013         regexp.
10014
10015 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10016
10017         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10018         string-to-multibyte.
10019         (uudecode-decode-region-internal): Use it.
10020
10021         * lpath.el: Fbind string-as-multibyte for XEmacs.
10022
10023 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10024
10025         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10026         Fix custom choice.
10027
10028         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10029
10030 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10031
10032         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10033
10034         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10035         `write-region' to respect `mm-inhibit-file-name-handlers'.
10036
10037 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10038
10039         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10040         Use gnus-home-directory instead of "~/" or "$HOME".
10041
10042 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10043
10044         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10045         to mention filename.
10046         Add comments at beginning regarding usage.
10047         (encrypt-write-file-contents): Change interactive so a string is
10048         acceptable.  If the file has no associated model, show an error instead
10049         of a nonsense prompt.
10050
10051 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10052
10053         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10054         Thanks to Yoshihiko Yamada for kind notification of this typo.
10055
10056 2007-01-12  Kenichi Handa  <handa@m17n.org>
10057
10058         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10059         multibyte buffer.
10060
10061 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10062
10063         * gnus-score.el (gnus-score-fast-scoring): New variable.
10064         (gnus-score-headers): Use it.
10065
10066         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10067
10068         * message.el (message-cite-original-1):
10069         Call gnus-article-highlight-citation if requested.
10070         (message-make-from): Allow name and address as optional arguments.
10071
10072         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10073
10074         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10075         bugs to doc string.
10076         (gnus-button-alist): Add mid\\|message-id.
10077         (gnus-button-fetch-group): Extend for use in
10078         `browse-url-browser-function'.
10079         (gnus-button-url-regexp): Try to catch paired parentheses like in
10080         Wikipedia URLs.
10081
10082         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10083         Suggested by Simon Krahnke <overlord@gmx.li>.
10084
10085 2007-01-13  Romain Francoise  <romain@orebokech.com>
10086
10087         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10088         Update copyright.
10089
10090 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10091
10092         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10093
10094 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10095
10096         * gnus-registry.el (gnus-registry-unfollowed-groups)
10097         (gnus-registry-split-fancy-with-parent): Fix documentation.
10098
10099 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10100
10101         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10102         from nnweb groups.
10103
10104 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10105
10106         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10107         Xref urls.  Erase buffer before requesting head.
10108
10109         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10110
10111 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10112
10113         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10114         customizable.
10115
10116 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10117
10118         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10119         no signing key is found.
10120         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10121         no encrypting and/or signing key is found.
10122
10123 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10124
10125         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10126
10127 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10128
10129         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10130         headers read from disk with the ones newly found in the current search.
10131         This should no longer cause problems, because the article numbers in
10132         Gmane's `nov.php' output are ignored since the previous change.
10133
10134 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10135
10136         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10137
10138 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10139
10140         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10141         replace-regexp-in-string; bind url-version; fbind display-images-p and
10142         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10143         find-face and set-itimer-function for Emacs; bind itimer-list for
10144         Emacs.
10145
10146         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10147
10148 2007-01-01  Romain Francoise  <romain@orebokech.com>
10149
10150         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10151
10152 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10153
10154         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10155         `define-minor-mode' macro definition expanded properly.
10156         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10157         exclude it there.
10158
10159         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10160         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10161         `fboundp' test.
10162         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10163         This is OK to autoload in (S)XEmacs now.
10164
10165 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10166
10167         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10168         keystroke.
10169         (gnus-summary-limit-to-singletons): Fix typo.
10170
10171         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10172         else fails.
10173
10174 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10175
10176         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10177         docstring.
10178
10179         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10180         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10181         (gnus-summary-insert-dormant-articles): Fix typo in message.
10182
10183 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10184
10185         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10186         nil for XEmacs.
10187         (gnus-message-citation-mode): Don't autoload in XEmacs.
10188
10189         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10190
10191 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10192
10193         * nnimap.el (nnimap-expunge-search-string):
10194         Mention nnimap-search-uids-not-since-is-evil in docstring.
10195
10196 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10197
10198         * spam.el: Revert to make-obsolete-variable because
10199         define-obsolete-variable-alias is not supported in Emacs 21.
10200
10201         * spam.el (spam-ifile-path, spam-ifile-database-path)
10202         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10203         make-obsolete-variable.
10204         (spam-bsfilter-path, spam-bsfilter-program)
10205         (spam-spamassassin-path, spam-spamassassin-program)
10206         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10207         Don't use "path" inappropriately.
10208         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10209         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10210         variable names.
10211
10212 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10213
10214         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10215         summary buffer.
10216
10217         * password.el (password-cache-remove): Use clear-string to burn
10218         password, if available.
10219
10220 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10221
10222         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10223
10224         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10225
10226         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10227         (gnus-message-highlight-citation): Move defcustom here from
10228         gnus-cite.el.
10229         (gnus-message-citation-mode): Autoload.
10230
10231         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10232         checks to make it compile with XEmacs.
10233         (gnus-message-citation-mode): New minor mode.
10234         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10235         (gnus-message-highlight-citation): New variables.
10236         (gnus-message-search-citation-line)
10237         (gnus-message-add-citation-keywords)
10238         (gnus-message-remove-citation-keywords)
10239         (turn-on-gnus-message-citation-mode)
10240         (turn-off-gnus-message-citation-mode): New functions.
10241
10242 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10243
10244         * gnus-cite.el: Enable highlighting of different citation levels in
10245         message-mode.
10246
10247 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10248
10249         * message.el (message-make-fqdn): Fix comment.
10250         (message-bogus-system-names): Add ".local".
10251
10252         * spam.el (spam-ifile-path, spam-ifile-program)
10253         (spam-ifile-database-path, spam-ifile-database)
10254         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10255         Don't use "path" inappropriately.
10256         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10257         strings.
10258         (spam-check-ifile, spam-ifile-register-with-ifile)
10259         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10260         Use new variable names.
10261
10262         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10263         (gnus-treat-display-smileys): Simplify using
10264         gnus-image-type-available-p.
10265
10266         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10267         available.
10268
10269         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10270         Use `display-images-p' if available.
10271
10272 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10273
10274         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10275         one after turning on the buffer's multibyteness instead of decoding
10276         them directly in the unibyte buffer that causes unexpected conversion
10277         in Emacs 23 (unicode).
10278
10279 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10280
10281         * message.el (message-generate-hashcash): Fix custom type.
10282
10283 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10284
10285         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10286
10287 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10288
10289         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10290         disconnect icons.  Add help text.
10291
10292 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10293
10294         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10295         negated to be consistent with the others we handle.
10296
10297 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10298
10299         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10300         version of gnus-summary-buffer to something, so that we can use two
10301         article buffers at the same time.
10302
10303 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10304
10305         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10306         trigger all the extra headers.
10307         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10308         sorting.
10309
10310 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10311
10312         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10313         solid groups.
10314
10315 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10316
10317         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10318
10319 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10320
10321         * legacy-gnus-agent.el: Add Copyright notice.
10322
10323 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10324
10325         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10326
10327 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10328
10329         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10330
10331         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10332         to make it work reliably in CVS Emacs.
10333         (gnus-summary-limit-strange-charsets-predicate)
10334         (gnus-summary-limit-to-predicate): New functions.
10335
10336 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10337
10338         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10339         specifying array size.
10340         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10341         array if it is too small.
10342         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10343         (gnus-sort-threads-loop): New function.
10344
10345 2006-12-06  Chris Moore  <dooglus@gmail.com>
10346
10347         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10348         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10349
10350 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10351
10352         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10353         options.
10354
10355 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10356
10357         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10358         DOS-ing the recipient.
10359
10360         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10361         the headers when creating the mapping to avoid mismappings.
10362         (nnweb-gmane-create-mapping): Always nix out old mapping.
10363
10364 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10365
10366         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10367         and mm-verify-option to never.
10368
10369 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10370
10371         * message.el (message-signed-or-encrypted-p): New function.
10372         (message-forward-make-body): Use it.
10373
10374         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10375         Replace encode-coding-string with mm-encode-coding-string.
10376
10377 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10378
10379         * nneething.el (nneething-decode-file-name):
10380         Replace decode-coding-string with mm-decode-coding-string.
10381
10382         * gnus-int.el (gnus-open-server): Say failed server's name.
10383
10384 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10385
10386         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10387         strings to a single string.  Quote `errors-file-name'.
10388         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10389         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10390         Adjust calls.  Use `shell-quote-argument'.
10391
10392 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10393
10394         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10395         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10396
10397         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10398         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10399         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10400         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10401         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10402         (gnus-subscribe-newsgroup, gnus-1):
10403         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10404         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10405         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10406         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10407
10408 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10409
10410         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10411         keystroke.
10412         (gnus-summary-limit-to-bodies): Implement headersp.
10413
10414 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10415
10416         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10417
10418 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10419
10420         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10421
10422 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10423
10424         * message.el (message-generate-hashcash): Expand range of values to
10425         include `opportunistic'.
10426         (message-send-mail): Use it.
10427
10428 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10429
10430         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10431         and comment it.
10432
10433         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10434
10435 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10436
10437         * gnus-util.el (gnus-extract-address-components): Improve comment.
10438
10439 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10440
10441         * gnus-util.el (gnus-extract-address-components): Work with address in
10442         which the name portion contains @.
10443
10444         * lpath.el: Fbind custom-autoload.
10445
10446 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10447
10448         * gnus.el (gnus-start): Move custom group up.
10449         (gnus-select-method): Don't autoload, but make it available for
10450         `customize-variable'.
10451         (gnus-getenv-nntpserver): Don't autoload.
10452
10453 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10454
10455         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10456
10457 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10458
10459         * message.el (message-sendmail-extra-arguments): New variable.
10460         (message-send-mail-with-sendmail): Use it.
10461
10462 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10463
10464         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10465         mm-with-unibyte-current-buffer to make string unibyte.
10466
10467         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10468         mm-string-as-multibyte.
10469
10470 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10471
10472         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10473         Reported by Werner Koch <wk@gnupg.org>.
10474
10475 2006-11-14  Daiki Ueno  <ueno@p360>
10476
10477         * mml2015.el: Autoload epa-select-keys when compiling.
10478
10479 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10480
10481         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10482         message-options.
10483         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10484
10485 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10486
10487         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10488         EasyPG (< 0.0.6).
10489         (mml2015-always-trust): New user option.
10490         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10491         prompt.
10492
10493 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10494
10495         * nntp.el (nntp-authinfo-force): New variable.
10496         (nntp-send-authinfo): Use it.
10497
10498 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10499
10500         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10501         decode encoded words.  Improve prompt.  Add comment about forwarding.
10502         (message-replacement-char): Move up.
10503
10504 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10505
10506         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10507         instead of gnus-intersection because arguments of gnus-sorted-nunion
10508         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10509
10510 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10511
10512         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10513         (message-simplify-subject-functions):
10514         Enable message-strip-subject-encoded-words by default.
10515
10516 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10517
10518         * message.el (message-strip-subject-encoded-words): New function.
10519         (message-simplify-subject-functions): New variable.
10520         (message-simplify-subject): Use it.  Fix typo in doc string.
10521         Support message-strip-subject-encoded-words.
10522
10523 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10524
10525         * gnus-diary.el (gnus-diary-delay-format-function):
10526         * nndiary.el (nndiary-reminders):
10527         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10528
10529 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10530
10531         * gnus-art.el (article-hide-boring-headers): Fetch date from
10532         gnus-original-article-buffer to avoid problems with localized date
10533         strings.
10534
10535 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10536
10537         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10538
10539 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10540
10541         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10542         New variables.
10543         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10544         (mm-charset-synonym-alist): Move some entries to
10545         mm-codepage-iso-8859-list.
10546         (mm-charset-synonym-alist, mm-charset-override-alist):
10547         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10548
10549 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10550
10551         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10552
10553 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10554
10555         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10556         with Emacs 21 and XEmacs.
10557
10558 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10559
10560         * spam.el (spam-parse-address): New function for better parsing,
10561         catching errors, etc.
10562         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10563
10564 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10565
10566         * mm-view.el: Add interactive arg to html2text autoload.
10567
10568 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10569
10570         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10571
10572 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10573
10574         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10575         New variables.
10576         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10577         (mm-charset-synonym-alist): Move some entries to
10578         mm-codepage-iso-8859-list.
10579
10580         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10581
10582 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10583
10584         * message.el (message-citation-line-format)
10585         (message-insert-formated-citation-line): Fix implementation of %E, %N
10586         and %n according to the doc string.
10587
10588 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10589
10590         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10591         Use car-safe to avoid bad parses.
10592
10593 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10594
10595         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10596         names.
10597
10598         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10599
10600 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10601
10602         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10603         header.
10604
10605         * message.el (message-draft-headers): Add Date.
10606         (message-headers-to-generate): Fix typo in docstring.
10607
10608         * nndraft.el (nndraft-required-headers): New variable.
10609         (nndraft-generate-headers): Use it.
10610
10611         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10612
10613 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10614
10615         * gnus-registry.el (gnus-registry-wash-for-keywords)
10616         (gnus-registry-find-keywords): New functions to allow easy searching of
10617         articles that are in the registry.
10618
10619 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10620
10621         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10622         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10623         Reported by Damien Elmes <damien@repose.cx>.
10624
10625 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10626
10627         * gnus.el (gnus-mime): Remove unused custom group.
10628
10629 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10630
10631         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10632         "blank line" when searching for end of armor headers.
10633
10634 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10635
10636         * gmm-utils.el (gmm-write-region): Fix variable name.
10637
10638 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10639
10640         * gmm-utils.el (gmm-write-region): New function based on compatibility
10641         code from `mm-make-temp-file'.
10642
10643         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10644
10645         * nnmaildir.el (nnmaildir--update-nov)
10646         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10647         Use `gmm-write-region'.
10648
10649 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10650
10651         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10652         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10653
10654         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10655
10656         * message.el (message-replacement-char): New variable.
10657         (message-fix-before-sending): Use it.
10658         (message-simplify-subject): New function to remove duplicate code.
10659         (message-reply, message-followup): Use it.
10660
10661         * gnus-sum.el (gnus-summary-make-menu-bar):
10662         Clarify gnus-summary-limit-to-articles.
10663
10664 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10665
10666         * gnus-util.el (gnus-with-local-quit): New macro.
10667
10668         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10669
10670 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10671
10672         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10673         ignore non-string data.
10674
10675 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10676
10677         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10678         non-string data (needs to be done in the registry too).
10679
10680 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10681
10682         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10683         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10684         (gnus-registry-split-fancy-with-parent)
10685         (gnus-registry-fetch-simplified-message-subject-fast)
10686         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10687         Remove text properties on ingress into the registry and when it's saved.
10688         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10689         registry from entries with no groups.
10690
10691 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10692
10693         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10694         function to remove string properties.
10695
10696 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10697
10698         * gmm-utils.el (gmm): Adjust custom version.
10699
10700         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10701         Adjust custom version.
10702
10703         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10704
10705 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10706
10707         * gnus-art.el (gnus-insert-prev-page-button)
10708         (gnus-insert-next-page-button): Simplify.  Reformat.
10709
10710 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10711
10712         * gnus-art.el (gnus-insert-prev-page-button)
10713         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10714
10715 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10716
10717         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10718
10719 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10720
10721         * gnus-art.el (gnus-insert-mime-button)
10722         (gnus-insert-mime-security-button):
10723         Apply gnus-article-button-face to MIME and security buttons.
10724
10725 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10726
10727         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10728         readable.
10729
10730 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10731
10732         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10733
10734 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10735
10736         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10737         `browse-url-of-file' instead of `browse-url'.
10738
10739 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10740
10741         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10742         regexp.  Articles containing quotation were cut prematurely.
10743
10744 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10745
10746         * message.el (message-cite-original-1): Use nobody by default for the
10747         value of From header.
10748         (message-reply): Ditto.
10749
10750 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10751
10752         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10753         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10754         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10755
10756 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10757
10758         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10759         mails in the doc string.  Add some URLs in comment.
10760         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10761
10762 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10763
10764         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10765         backslashes handling and the way to find boundaries of quoted strings.
10766
10767 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10768
10769         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10770         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10771         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10772         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10773
10774 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10775
10776         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10777         doc string.
10778         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10779
10780 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10781
10782         * lpath.el: Fbind epg-check-configuration.
10783
10784 2006-09-06  Simon Josefsson  <jas@extundo.com>
10785
10786         * mml2015.el (mml2015-use): Doc fix, mention epg.
10787
10788 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10789
10790         * mml2015.el (mml2015-use): Default to epg, if available.
10791
10792 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10793
10794         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10795         message-sender.
10796         (mml1991-epg-encrypt): Ditto.
10797         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10798         message-sender.
10799         (mml2015-epg-encrypt): Ditto.
10800
10801 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10802
10803         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10804         several common directories.
10805
10806 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10807
10808         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10809         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10810
10811 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10812
10813         * gnus-art.el (article-decode-encoded-words): Make it fast.
10814
10815 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10816
10817         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10818
10819         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10820         in quoted string into `\'.
10821
10822 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10823
10824         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10825         Use standard-syntax-table.
10826
10827 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10828
10829         * gnus-art.el (gnus-decode-address-function): New variable.
10830         (article-decode-encoded-words): Use it to decode headers which are
10831         assumed to contain addresses.
10832         (gnus-mime-delete-part): Remove useless `or'.
10833
10834         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10835         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10836         (gnus-nov-parse-line): Use it to decode From header.
10837         (gnus-get-newsgroup-headers): Ditto.
10838         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10839
10840         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10841         (mail-decode-encoded-address-string): New alias.
10842
10843         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10844         New function.
10845         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10846         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10847         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10848         (rfc2047-decode-string): Ditto.
10849         (rfc2047-decode-address-region): New function.
10850         (rfc2047-decode-address-string): New function.
10851
10852 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10853
10854         * message.el (message-caesar-buffer-body): Allow rotating headers.
10855
10856         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10857
10858         * message.el (message-insert-formated-citation-line): Fix %f.
10859         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10860
10861 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10862
10863         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10864         (gnus-bookmark-mouse-available-p): New macro.
10865         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10866         (gnus-bookmark-bmenu-show-infos): Use it.
10867         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10868         (gnus-bookmark-bmenu-hide-infos): Ditto.
10869         (gnus-bookmark-remove-properties): New function.
10870         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10871         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10872         (gnus-bookmark-write-file): Bind coding-system-for-write.
10873         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10874         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10875         group before selecting it.
10876         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10877         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10878         quit-window if it is not available; use gnus-mouse-2 and bind it to
10879         gnus-bookmark-bmenu-select-by-mouse.
10880         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10881         (gnus-bookmark-bmenu-select-by-mouse): New function.
10882
10883 2006-08-13  Romain Francoise  <romain@orebokech.com>
10884
10885         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10886         space.
10887
10888 2006-08-10  Romain Francoise  <romain@orebokech.com>
10889
10890         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10891         (dns-mode-soa-auto-increment-serial): New user option.
10892         (dns-mode-soa-maybe-increment-serial): New function.
10893         (dns-mode): Add the latter to `write-contents-functions'.
10894
10895 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10896
10897         * compface.el (uncompface): Use binary rather than raw-text-unix.
10898
10899 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10900
10901         * compface.el (uncompface): Make sure the eol conversion doesn't take
10902         place when communicating with the external programs.
10903         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10904
10905 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10906
10907         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10908
10909 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10910
10911         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10912         Make it more robust by parsing author and date independently.
10913
10914 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10915
10916         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10917
10918 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10919
10920         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10921         first matching secret key.
10922         (mml2015-epg-encrypt): Ditto.
10923
10924         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10925         first matching secret key.
10926         (mml1991-epg-encrypt): Ditto.
10927
10928         * mml2015.el (mml2015-encrypt-to-self): New user option.
10929         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10930         mml2015-epg-encrypt-to-self is set.
10931
10932         * mml1991.el (mml1991-encrypt-to-self): New variable.
10933         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10934         mml1991-epg-encrypt-to-self is set.
10935
10936         * mml2015.el (mml2015-signers): New user option.
10937         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10938         (mml2015-epg-encrypt): Allow to select signing keys.
10939
10940         * mml1991.el (mml1991-signers): New variable.
10941         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10942         (mml1991-epg-encrypt): Allow to select signing keys.
10943
10944 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10945
10946         * nnheader.el (nnheader-insert-head): Make it work even if the file
10947         uses CRLF for the line-break code.
10948
10949 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10950
10951         * mml2015.el: Require mml-sec instead of password.
10952         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10953         (mml2015-cache-passphrase): Inherit the default value from
10954         mml-secure-cache-passphrase.
10955         (mml2015-passphrase-cache-expiry): Inherit the default value from
10956         mml-secure-passphrase-cache-expiry.
10957
10958         * mml1991.el: Require mml-sec instead of password.
10959         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10960         (mml1991-cache-passphrase): Inherit the default value from
10961         mml-secure-cache-passphrase.
10962         (mml1991-passphrase-cache-expiry): Inherit the default value from
10963         mml-secure-passphrase-cache-expiry.
10964
10965         * mml-sec.el: Require password.
10966         (mml-secure-verbose): New user option.
10967         (mml-secure-cache-passphrase): New user option.
10968         (mml-secure-passphrase-cache-expiry): New user option.
10969
10970 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10971
10972         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10973         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10974         andreas@altroot.de (Andreas Vögele).
10975
10976         FIXME: Use `tiny change'?
10977
10978 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10979
10980         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10981         workaround for the url package included with Emacs.
10982
10983         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10984
10985 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10986
10987         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10988         correctly.  This fixes a bug caused by the 2006-05-12 change.
10989
10990 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10991
10992         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10993         some information about the error when saying that the `bogus' mail
10994         group will be used.
10995
10996 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10997
10998         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10999         string.
11000
11001 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11002
11003         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11004
11005 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11006
11007         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11008
11009 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11010
11011         * mml1991.el (mml1991-function-alist): Add epg.
11012         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11013         (mml1991-epg-encrypt): New functions.
11014
11015 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11016
11017         * mml2015.el (mml2015-verbose): New variable.
11018         (mml2015-cache-passphrase): Ditto.
11019         (mml2015-passphrase-cache-expiry): Ditto.
11020         (mml2015-function-alist): Add epg.
11021         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11022         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11023         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11024         New functions.
11025
11026 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11027
11028         * message.el (message-cite-original-1): Preserve region when removing
11029         quoted text due to X-No-Archive in order to avoid bogus attribution
11030         when citing multiple messages.
11031
11032 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11033
11034         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11035         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11036
11037 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11038
11039         * gnus-diary.el (gnus-user-format-function-d)
11040         (gnus-user-format-function-D): Autoload.
11041
11042         * imap.el (Commentary): Fix typo.
11043
11044         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11045         2006-04-22 contribution.
11046
11047 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11048
11049         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11050         It didn't really fix the bogosity I'm seeing with solid web groups.
11051
11052 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11053
11054         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11055         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11056         created using server names.  If we use the feature without declaring
11057         it, Gnus does not properly manage server and group state.
11058
11059         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11060         bound.
11061
11062 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11063
11064         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11065         looking up the method using GROUP's prefix before inventing a new one.
11066         It is used on killed/unknown groups in various places where returning
11067         an all-new method isn't expected by the caller.
11068
11069         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11070         and match semantics of gnus-group-real-prefix.
11071
11072 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11073
11074         * nnmail.el (nnmail-broken-references-mailers): New variable.
11075         (nnmail-ignore-broken-references): New function generalizing
11076         nnmail-fix-eudora-headers.
11077         (nnmail-fix-eudora-headers): Now obsolete.
11078
11079         * gnus-art.el (gnus-button-handle-custom):
11080         Support `customize-apropos*'.
11081
11082 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11083
11084         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11085
11086         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11087         articles.
11088
11089 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11090
11091         * message.el (message-cite-reply-above): New variable.
11092         (message-yank-original): Use it.
11093
11094 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11095
11096         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11097
11098 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11099
11100         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11101         as read.
11102
11103         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11104
11105 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11106
11107         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11108         (gnus-bookmark-default-file): Use gnus-directory.
11109         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11110         Remove "*" in doc string.
11111         (gnus-bookmark-write-file): Simplify.
11112         (gnus-bookmark-maybe-sort-alist): Use `when'.
11113         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11114         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11115         Add FIXME about Emacs 21 and XEmacs compatibility.
11116         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11117         compatibility.
11118         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11119         compatibility.
11120         (gnus-bookmark-menu-heading): Fix version.
11121
11122 2006-06-19  Bastien Guerry  <bzg@altern.org>
11123
11124         * gnus-bookmark.el: New file.
11125
11126 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11127
11128         * message.el (message-syntax-checks): Doc fix.
11129
11130 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11131
11132         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11133         unsubscribed groups as if they were killed ones.  It causes duplicate
11134         entries in gnus-newsrc-alist.
11135
11136 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11137
11138         * message.el (message-syntax-checks): Doc fix.
11139         (message-send-mail): Add check for continuation headers.
11140         (message-check-news-header-syntax): Fix regexp used to check for
11141         continuation headers.
11142
11143 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11144
11145         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11146
11147 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11148
11149         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11150
11151 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11152
11153         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11154         default-truncate-lines.
11155
11156 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11157
11158         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11159         to fill the utf-8 entry.
11160
11161         * lpath.el: Fbind unicode-precedence-list.
11162
11163 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11164
11165         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11166
11167 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11168
11169         * gnus-agent.el (directory-files-and-attributes): Move all the way
11170         forward (the third and final move).
11171         (gnus-agent-read-agentview): Trap reconstruction errors due to
11172         nonexistent directory.  Handle by returning nil.
11173
11174 2006-05-30  Didier Verna  <didier@xemacs.org>
11175
11176         * message.el (message-dont-reply-to-names): Update the custom type.
11177         * message.el (message-dont-reply-to-names): New defsubst: potentially
11178         convert a list of regexps into a single one.
11179         * message.el (message-get-reply-headers): Use it.
11180         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11181
11182 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11183
11184         * gnus-agent.el (directory-files-and-attributes): Move forward.
11185
11186 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11187
11188         * gnus-ml.el (gnus-mailing-list-subscribe)
11189         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11190         (gnus-mailing-list-message): Fix doc strings.
11191
11192 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11193
11194         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11195         of doing it manually.
11196
11197 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11198
11199         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11200         comment.
11201
11202 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11203
11204         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11205         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11206         (gnus-agent-read-local): All symbols allocated in my-obarray.
11207         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11208         (gnus-agent-regenerate-group): Check numeric names to see if they are
11209         messages or groups.
11210         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11211         better way of do this...)
11212
11213         * gnus-cache.el (gnus-agent-total-fetched-for):
11214         Ignore 'dummy.group' (there should be a better way of do this...)
11215
11216 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11217
11218         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11219         (gnus-saved-headers): Ditto.
11220         (gnus-default-article-saver): Mention functions may have properties.
11221         (gnus-article-save): Override gnus-save-all-headers and
11222         gnus-saved-headers by :headers property which saver function may have.
11223         (gnus-summary-save-in-file): Add :headers property.
11224         (gnus-summary-write-to-file): Ditto.
11225
11226         * gnus-sum.el (gnus-summary-save-article): Bind
11227         gnus-prompt-before-saving to t when saving many articles in a file;
11228         always show all headers.
11229
11230         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11231
11232 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11233
11234         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11235         marks.
11236
11237         * message.el (message-indent-citation): Add optional arguments to allow
11238         using it outside of message buffers.
11239
11240         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11241         (gnus-article-treat-unfold-headers): Use it.
11242         (gnus-article-truncate-lines): New variable.
11243         (gnus-article-mode): Use it.
11244         (gnus-article-toggle-truncate-lines): New function.
11245
11246         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11247         Add gnus-article-toggle-truncate-lines.
11248
11249         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11250         coding system in XEmacs, use binary.
11251
11252 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11253
11254         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11255         after-load-alist.
11256
11257         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11258         this function should save decoded articles.
11259         (gnus-summary-write-to-file): Use property to specify this function
11260         should save decoded articles and specify gnus-summary-save-in-file
11261         should be used to save articles other than the first one when saving
11262         many articles.
11263         (gnus-summary-save-body-in-file): Use property to specify this
11264         function should save decoded articles.
11265         (gnus-summary-write-body-to-file): Use property to specify this
11266         function should save decoded articles and specify
11267         gnus-summary-save-body-in-file should be used to save articles other
11268         than the first one when saving many articles.
11269
11270         * gnus-sum.el (gnus-summary-save-article): Simplify.
11271
11272 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11273
11274         * gnus-art.el (gnus-default-article-saver):
11275         Add gnus-summary-write-body-to-file.
11276         (gnus-article-save-coding-system): Don't use coding system object
11277         in XEmacs.
11278         (gnus-read-save-file-name): Add optional `dir-var' argument which
11279         specifies directory in which files are saved; work even if optional
11280         `variable' argument is not specified.
11281         (gnus-summary-write-to-file): Read file name.
11282         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11283         (gnus-summary-write-body-to-file): New function.
11284
11285         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11286         (gnus-summary-local-variables): Add it.
11287         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11288         (gnus-summary-save-article): Remove optional `decode' argument;
11289         determine whether to decode articles by the value of
11290         gnus-default-article-saver; when saving many files using
11291         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11292         it first and use gnus-summary-save-in-file or
11293         gnus-summary-save-body-in-file thereafter unless
11294         gnus-prompt-before-saving is always; move point to article which
11295         will be saved.
11296         (gnus-summary-save-article-file): Revert.
11297         (gnus-summary-write-article-file): Revert.
11298         (gnus-summary-save-article-body-file): Revert.
11299         (gnus-summary-write-article-body-file): New function.
11300
11301 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11302
11303         * gnus-art.el (gnus-default-article-saver): Doc fix.
11304         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11305         from gnus-summary-save-article-coding-system, and default to a
11306         certain coding system.
11307         (gnus-output-to-file): Add coding cookie and encode text according
11308         to gnus-article-save-coding-system; don't use mm-append-to-file.
11309
11310         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11311         gnus-art.el and rename to gnus-article-save-coding-system.
11312         (gnus-summary-save-article): Require gnus-art; don't show all
11313         headers if it decodes articles; don't add coding cookie here;
11314         don't bind mm-text-coding-system-for-write.
11315         (gnus-summary-save-article-file): Save decoded articles.
11316         (gnus-summary-write-article-file): When saving many files, use
11317         gnus-summary-write-to-file first and gnus-summary-save-in-file
11318         thereafter unless gnus-prompt-before-saving is always.
11319         (gnus-summary-save-article-body-file): Save decoded articles.
11320
11321         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11322
11323 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11324
11325         * nnrss.el (nnrss-check-group): Bind hash-index.
11326
11327 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11328
11329         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11330         its hash index.  Store this hash in `nnrss-group-data'.
11331         (nnrss-read-group-data): Update accordingly.
11332
11333 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11334
11335         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11336         entry.
11337
11338         * gnus-sum.el (gnus-summary-make-menu-bar):
11339         Add gnus-article-browse-html-article.
11340
11341 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11342
11343         * gnus-sum.el (gnus-summary-mime-map):
11344         Add gnus-article-browse-html-article.
11345
11346         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11347
11348 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11349
11350         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11351         suitable coding systems in customize.
11352
11353 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11354
11355         * mail-source.el (mail-sources): Fix custom type.
11356
11357 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11358
11359         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11360         (gnus-summary-expire-articles-now): Shorten prompt.
11361
11362         * gmm-utils.el (wid-edit): Require.
11363         (defun-gmm): Rename from `gmm-defun-compat'.
11364         (gmm-image-search-load-path): Use it.
11365         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11366
11367 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11368
11369         * gnus-sum.el (gnus-summary-save-article-coding-system):
11370         New variable.
11371         (gnus-summary-save-article): Add optional `decode' argument.
11372         If it is set and gnus-summary-save-article-coding-system is non-nil,
11373         save decoded article.
11374         (gnus-summary-write-article-file): Save decoded article if
11375         gnus-summary-save-article-coding-system is non-nil.
11376
11377         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11378         type.
11379
11380 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11381
11382         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11383
11384 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11385
11386         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11387         first to test gnus-single-article-buffer which may be buffer-local.
11388
11389         * gnus-sum.el (gnus-summary-setup-buffer):
11390         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11391         group; make gnus-article-buffer, gnus-article-current, and
11392         gnus-original-article-buffer always buffer-local.
11393         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11394         group.
11395         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11396
11397 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11398
11399         * nnml.el (nnml-request-compact-group): Compressed files might not
11400         have .gz extension.
11401
11402 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11403
11404         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11405         (mm-copy-to-buffer): Use with-current-buffer.
11406         (mm-display-part): Simplify.
11407         (mm-inlinable-p): Add optional arg `type'.
11408
11409 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11410
11411         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11412         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11413         Try harder to show the attachment internally or externally using
11414         gnus-mime-view-part-as-type.
11415
11416 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11417
11418         * message.el (message-from-style, message-signature-separator)
11419         (message-user-organization-file, message-send-mail-function)
11420         (message-citation-line-function, message-yank-prefix)
11421         (message-indent-citation-function, message-signature)
11422         (message-signature-file, message-signature-insert-empty-line):
11423         Remove autoloads.
11424
11425         * gnus-art.el (gnus-buttonized-mime-types):
11426         Remove "multipart/signed".  Revert 2006-04-26 change.
11427
11428 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11429
11430         * gnus.el (gnus-version-number): Bump version.
11431
11432 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11433
11434         * gnus.el: No Gnus v0.5 is released.
11435
11436 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11437
11438         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11439         fetching articles by message-id.
11440
11441 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11442
11443         * message.el (hashcash): Require hashcash as normal.
11444
11445         * ecomplete.el (ecomplete-highlight-match-line):
11446         Use point-at-eol.
11447         (ecomplete-highlight-match-line): Use `highlight', because that
11448         face exists in both Emacs and XEmacs.
11449
11450         * message.el (message-display-abbrev): Use point-at-bol.
11451
11452         * mail-source.el: Don't require timer/timer-funcs.
11453
11454         * gnus-async.el: Ditto.
11455
11456         * password.el: Ditto.
11457
11458         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11459
11460         * mm-url.el: Ditto.
11461
11462         * gnus-xmas.el: Don't require timer-funcs.
11463
11464         * mm-util.el: Require timer/timer-funcs.
11465
11466 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11467
11468         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11469         Close.
11470
11471 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11472
11473         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11474         unibyte after clear-decrypt function runs.
11475
11476         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11477         returns as a unibyte string.
11478
11479 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11480
11481         * lpath.el: Revert.
11482
11483         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11484         (pgg-gpg-process-sentinel): Revert.
11485
11486         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11487         (pgg-pgp-lookup-key): Revert.
11488
11489         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11490         (pgg-pgp5-lookup-key): Revert.
11491
11492         * pgg.el (pgg-fetch-key): Revert.
11493
11494 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11495
11496         * lpath.el: Fbind string-as-multibyte for XEmacs.
11497
11498         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11499         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11500         (mml1991-pgg-encrypt): Ditto.
11501
11502         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11503         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11504         a multibyte buffer.
11505
11506         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11507         (pgg-pgp-lookup-key): Ditto.
11508
11509         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11510         (pgg-pgp5-lookup-key): Ditto.
11511
11512         * pgg.el (pgg-fetch-key): Ditto.
11513
11514 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11515
11516         * message.el (message-user-organization-file): Check several
11517         locations of the organization file.
11518
11519         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11520         Add gnus-article-view-part-as-type.
11521
11522         * gnus-art.el (gnus-article-view-part-as-type): New function.
11523
11524         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11525         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11526
11527         * mml.el: Simplify autoload.
11528         (mml-mode): defvar dnd-protocol-alist instead of using
11529         symbol-value.
11530         (mml-default-directory): New variable.
11531         (mml-minibuffer-read-file): Use it.
11532         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11533
11534         * message.el (message-citation-line-format): New variable.
11535         (message-insert-formated-citation-line): New function.
11536         (message-citation-line-function):
11537         Add `message-insert-formated-citation-line' to custom type.
11538
11539         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11540         to doc string.
11541
11542         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11543         depending on mm-verify-option.
11544
11545 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11546
11547         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11548         binding pgg-* variables; reimplement the section which prevents
11549         MIME header from being signed.
11550         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11551         pgg-text-mode; remove a blank line at the top of body.
11552
11553         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11554         lines at the top of body; use gnus-newsgroup-charset if there's no
11555         Charset header.
11556
11557 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11558
11559         * message.el (message-self-insert-commands): Doc fix.
11560
11561         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11562         (mm-uu-pgp-encrypted-test): Ditto.
11563         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11564         between header and body; return application/pgp-encrypted handle
11565         if decryption failed; decode decrypted body by charset.
11566
11567         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11568         element match to application/pgp-*.
11569
11570 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11571
11572         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11573         HTML.
11574
11575 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11576
11577         * mail-source.el (mail-source-call-script): Message the error
11578         string.
11579
11580 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11581
11582         * gnus-util.el (gnus-byte-compile): Use it.
11583
11584 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11585
11586         * gnus-util.el (kill-empty-logs): New function.
11587
11588 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11589
11590         * message.el (message-mail-alias-type): Doc fix.
11591         (message-mail-alias-type-p): New function.
11592         (message-send): Use it.
11593         (message-mode): Ditto.
11594         (message-strip-forbidden-properties): Ditto.
11595
11596         * ecomplete.el (ecomplete-database-file-coding-system):
11597         New variable.
11598         (ecomplete-save): Use it.
11599         (ecomplete-setup): Use it.
11600
11601 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11602
11603         * message.el (message-self-insert-commands): New variable.
11604         (message-strip-forbidden-properties): Use it.
11605
11606 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11607
11608         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11609         that doesn't make XEmacs choke.
11610
11611 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11612
11613         * gnus-util.el (gnus-replace-in-string):
11614         Prefer replace-regexp-in-string over of replace-in-string.
11615
11616 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11617
11618         * gnus-util.el (gnus-select-frame-set-input-focus):
11619         Use select-frame-set-input-focus if it is available in XEmacs; use
11620         definition defined in Emacs 22 for old Emacsen.
11621
11622         * dgnushack.el: Autoload unmorse-region for XEmacs.
11623
11624         * lpath.el: Bind cursor-in-non-selected-windows and
11625         select-frame-set-input-focus for XEmacs.
11626
11627 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11628
11629         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11630
11631 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11632
11633         * gnus-registry.el (gnus-registry-cache-save): Remove text
11634         properties when saving via the temp buffer.
11635
11636 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11637
11638         * message.el (message-generate-hashcash): Honor custom type.
11639
11640 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11641
11642         * message.el (message-generate-hashcash): Default to non-nil when
11643         hashcash is found.
11644
11645         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11646         (gnus-refer-thread-limit): Increase default to 500.
11647
11648         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11649
11650         * flow-fill.el (fill-flowed): Allow delete-space.
11651
11652 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11653
11654         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11655         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11656         Remove autoloads.
11657
11658 2006-04-18  Simon Josefsson  <jas@extundo.com>
11659
11660         * message.el (message-generate-hashcash): Default to.
11661
11662 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11663
11664         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11665         concatenating segments rather than before concatenating them.
11666
11667 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11668
11669         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11670
11671 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11672
11673         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11674
11675         * message.el (message-forward-make-body-plain):
11676         Allow message-forward-ignored-headers to be a list.
11677         (message-remove-ignored-headers): Factor out into function.
11678         (message-forward-make-body-mml): Use it.
11679
11680         * imap.el (imap-quote-specials): New function.
11681         (imap-login-auth): Quote specials.
11682
11683         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11684         (rfc2231-parse-string): Allow concatanation of parameters that
11685         aren't contiguous.  The test case is
11686           (mail-header-parse-content-type "message/external-body;
11687             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11688             access-type=LOCAL-FILE;
11689             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11690
11691 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11692
11693         * nntp.el (nntp-accept-process-output): Return the value of
11694         `nnheader-accept-process-output'.
11695
11696 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11697
11698         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11699         (gnus-button-alist): Recognize more diff formats.
11700         (gnus-button-patch): Strip directory.
11701
11702 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11703
11704         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11705         Emacs 22 when setting focus.
11706
11707 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11708
11709         * gnus-art.el (gnus-article-treat-types): Do treatment of
11710         text/x-verbatim parts.
11711         (gnus-button-patch): New command.
11712
11713         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11714         addresses that contain invalid characters.
11715
11716 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11717
11718         * message.el (message-put-addresses-in-ecomplete):
11719         Use gnus-replace-in-string.
11720         (message-is-yours-p): Use the more correct
11721         mail-header-parse-address instead of
11722         mail-extract-address-components.
11723         (message-put-addresses-in-ecomplete): Fix typo.
11724
11725         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11726         keystroke.
11727
11728         * gnus-art.el (gnus-treatment-function-alist): Change order of
11729         newsgroups/generic header folding to avoid double-folding.
11730
11731         * message.el (message-hidden-headers): Add X-Draft-From.
11732
11733         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11734         New command.
11735         (gnus-summary-repeat-search-article-backward): New command.
11736
11737         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11738         groups in the parent topic.
11739
11740 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11741
11742         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11743         (spam-extra-header-to-number): Return the CRM114 number as a
11744         number instead of a string.
11745
11746 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11747
11748         * gnus-art.el (gnus-face-properties-alist): Move here from
11749         gnus-fun.
11750
11751         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11752
11753 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11754
11755         * message.el (message-strip-forbidden-properties): Only display on
11756         self-insert-command.
11757
11758         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11759         reindent.
11760         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11761
11762 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11763
11764         * smiley.el (smiley-style): Fix typo.
11765
11766 2006-03-23  Kenichi Handa  <handa@m17n.org>
11767
11768         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11769         instead of set-buffer-multibyte.
11770
11771 2006-03-23  Kenichi Handa  <handa@m17n.org>
11772
11773         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11774         buffer and then decode the buffer text if necessary.
11775         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11776         first, and after mm-encode-body, change the buffer to unibyte.
11777
11778 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11779
11780         * hashcash.el (hashcash-insert-payment-async-2):
11781         Use message-goto-eoh instead of doing it manually.
11782         (mail-add-payment): Use message-narrow-to-header instead of trying
11783         to do the same itself.
11784
11785         * message.el (message-hidden-headers): Add Face.
11786
11787         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11788         reparenting code.
11789         (gnus-summary-reparent-children): Refactored out code.
11790         (gnus-summary-thread-map): New keystroke.
11791         (gnus-summary-reparent-children): Make into command.
11792
11793         * smiley.el (smiley-style): Default to `medium' if using a large
11794         font.
11795
11796         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11797         does it itself.
11798
11799         * message.el (message-point-in-header-p): Simplify definition.
11800
11801 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11802
11803         * nnagent.el (nnagent-request-set-mark): Silence log file
11804         writing.
11805         (nnagent-request-set-mark): Use write-region instead of
11806         append-to-file.
11807
11808         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11809         strange select method.
11810
11811         * ecomplete.el (ecomplete-display-matches): Get highlightling
11812         right.
11813         (ecomplete-display-matches): Use literals.
11814         (ecomplete-display-matches): Disable message logging.
11815
11816         * message.el (message-display-abbrev): Small optimization.
11817
11818         * ecomplete.el (ecomplete-display-matches): Allow automatic
11819         display.
11820
11821         * message.el (message-strip-forbidden-properties):
11822         Display abbrevs.
11823         (message-display-abbrev): Get automatic display right.
11824
11825         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11826         keystrokes.
11827
11828 2006-04-13  Romain Francoise  <romain@orebokech.com>
11829
11830         TODO: Backport to v5-10!
11831
11832         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11833         Move here (and rename) from gnus-registry.el.
11834
11835         * gnus-registry.el: Require gnus-util.
11836         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11837
11838 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11839
11840         * gnus-group.el (gnus-group-catchup-current):
11841         Change if-then-else-if-then-else into cond.
11842         (gnus-group-catchup): Indent.
11843         (group-name-at-point): New function.
11844         (gnus-fetch-group): Provide default from thing at point.
11845
11846 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11847
11848         * message.el (message-display-abbrev): Fix regexp.
11849
11850         * ecomplete.el (ecomplete-highlight-match-line):
11851         Reimplement choosing.
11852         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11853         dead variables.
11854
11855         * message.el (message-newline-and-indent): Remove debugging.
11856         (message-display-abbrev): Use new implementation.
11857
11858 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11859
11860         * gnus-art.el (gnus-article-mode):
11861         Set cursor-in-non-selected-windows to nil.
11862
11863         * smiley.el: Revert previous change.
11864         (smiley-data-directory): defvar it before using it in the
11865         defcustom of `smiley-style'.
11866
11867 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11868
11869         * message.el (message-newline-and-indent): New function.
11870
11871         * ecomplete.el: Implement more bits.
11872
11873         * message.el (message-put-addresses-in-ecomplete): Clean up the
11874         string.
11875
11876         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11877
11878         * gnus-sum.el (gnus-summary-save-parts):
11879         Bind gnus-summary-save-parts-counter and use it to make unique file
11880         names.
11881
11882         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11883
11884         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11885         parameter to say whether to actually parse the individual
11886         addresses.
11887
11888         * message.el (message-put-addresses-in-ecomplete): New function.
11889         (ecomplete): Require.
11890         (message-mail-alias-type): Add ecomplete as an option.
11891
11892 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11893
11894         * flow-fill.el (fill-flowed): Remove trailing space from blank
11895         quoted lines.
11896
11897 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11898
11899         * smiley.el (smiley-style): Move definition later to avoid a
11900         compilation warning.
11901
11902 2006-04-12  Kenichi Handa  <handa@m17n.org>
11903
11904         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11905         buffer and then decode the buffer text if necessary.
11906         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11907         first, and after mm-encode-body, change the buffer to unibyte.
11908         Use mm-disable-multibyte instead of set-buffer-multibyte.
11909
11910 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11911
11912         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11913         Content-Type header instead of Content-Disposition header.
11914         (gnus-mime-inline-part): Ditto.
11915         (gnus-mime-view-part-as-charset): Ignore charset that the part
11916         specifies.
11917
11918         * mm-decode.el (mm-display-part): Work with external parts and
11919         usual parts similarly.
11920
11921         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11922         instead of gnus-display-mime.
11923
11924         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11925         instead of with-temp-buffer.
11926
11927         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11928         tag to summarized topics part in order to encode non-ASCII text.
11929
11930 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11931
11932         * smiley.el (smiley-style): New variable.
11933         (smiley-directory): New function.
11934         (smiley-data-directory): Derive from `smiley-style' using
11935         `smiley-directory'.
11936         (smiley-regexp-alist): Add new entries.
11937
11938         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11939         (gnus-article-browse-delete-temp): Add :version.
11940
11941 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11942
11943         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11944         the sieve region.
11945
11946 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11947
11948         * gnus.el (gnus-version-number): Bump version.
11949
11950 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11951
11952         * gnus.el: No Gnus v0.4 is released.
11953
11954 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11955
11956         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11957         layout.
11958
11959         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11960         unknown charset.
11961
11962         * message.el (message-header-synonyms): Add Original-To to the
11963         default.
11964
11965         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11966         optional parameter.
11967
11968 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11969
11970         * gnus-fun.el (gnus): Require it for gnus-directory.
11971
11972 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11973
11974         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11975
11976 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11977
11978         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11979
11980 2006-04-05  Simon Josefsson  <jas@extundo.com>
11981
11982         * password.el (password-reset): New function.
11983
11984 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11985
11986         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11987         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11988
11989 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11990
11991         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11992         Some whitespace was matched into the url, which broke browsing hits
11993         > 100 when mm-url-use-external was nil.
11994
11995 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11996
11997         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11998         Check gnus-extra-headers for 'Newsgroups.
11999
12000         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12001         bound.
12002
12003 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12004
12005         * pgg-gpg.el: Clean up process buffers every time gpg processes
12006         complete.
12007
12008 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12009
12010         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12011         doc string.
12012
12013 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12014
12015         * pgg-gpg.el (pgg-gpg-process-filter)
12016         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12017
12018         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12019         lines, temporary fix.
12020
12021 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12022
12023         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12024
12025 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12026
12027         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12028         default-enable-multibyte-characters.  This reverts the change from
12029         revision 6.17 which is no longer necessary because the passphrase
12030         is sent separately now.  GnuPG messages are unreadable under
12031         multibyte locales with default-enable-multibyte-characters set to
12032         nil.
12033
12034 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12035
12036         * message.el (message-tool-bar-gnome): Move "spell".
12037
12038 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12039
12040         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12041         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12042         instead.
12043
12044 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12045
12046         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12047         Improve newsgroups handling for NNTP overviews which don't include
12048         Newsgroups.
12049
12050 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12051
12052         * message.el (message-resend): Bind message-generate-hashcash to nil.
12053
12054 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12055
12056         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12057         when searching for already-paid recipients.
12058
12059 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12060
12061         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12062         passphrases when it is not needed.
12063         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12064         passphrase stuff from gpg, should only be necessary when you use
12065         gpg with a smartcard.
12066
12067 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12068
12069         * mml.el (mml-insert-mime): Ignore cached contents of
12070         message/external-body part.
12071
12072         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12073         (mm-insert-part): Ditto.
12074
12075 2006-03-23  Simon Josefsson  <jas@extundo.com>
12076
12077         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12078         Reiner.
12079         (pgg-gpg-use-agent-p): Use it again.
12080
12081 2006-03-23  Simon Josefsson  <jas@extundo.com>
12082
12083         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12084         older emacsen.
12085         (pgg-gpg-use-agent-p): Don't use it.
12086
12087 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12088
12089         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12090         if we can.
12091
12092 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12093
12094         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12095         (pgg-gpg-update-agent): New function.
12096         (pgg-gpg-use-agent-p): New function.
12097         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12098         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12099         (pgg-gpg-sign-region): Use it.
12100
12101 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12102
12103         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12104         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12105
12106 2006-03-21  Simon Josefsson  <jas@extundo.com>
12107
12108         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12109         <wilde@sha-bang.de>.
12110         (pgg-gpg-use-agent): New variable.
12111         (pgg-gpg-process-region): Use it.
12112         (pgg-gpg-encrypt-region): Likewise.
12113         (pgg-gpg-encrypt-symmetric-region): Likewise.
12114         (pgg-gpg-decrypt-region): Likewise.
12115         (pgg-gpg-sign-region): Likewise.
12116         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12117
12118 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12119
12120         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12121
12122         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12123         Add comment on version.
12124
12125 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12126
12127         * smiley.el: Add missing test smiley.
12128
12129 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12130
12131         * mm-decode.el (mm-with-part): New macro.
12132         (mm-get-part): Use it; work with message/external-body as well.
12133         (mm-save-part): Treat name and filename equally.
12134
12135         * mm-extern.el (mm-extern-cache-contents): New function.
12136         (mm-inline-external-body): Use it; force the part to be displayed;
12137         move undisplayer added to the cached handle to the parent.
12138
12139         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12140         (gnus-mime-view-part-as-type): Work with message/external-body.
12141
12142         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12143
12144 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12145
12146         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12147         images in image-load-path.  [Sync with image.el, revision 1.60, in
12148         Emacs.]
12149
12150 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12151
12152         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12153         path rather than symbol.  Always return list of directories.
12154         Guarantee that image directory comes first.  [Sync with image.el,
12155         revision 1.59, in Emacs.]
12156
12157         * message.el (message-make-tool-bar): Adjust to new API of
12158         `gmm-image-load-path-for-library'.
12159
12160         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12161
12162         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12163
12164 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12165
12166         * gnus-art.el (gnus-article-only-boring-p):
12167         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12168         intangible text.
12169         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12170
12171 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12172
12173         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12174         Use `defun' instead of `gmm-defun-compat'.
12175
12176 2006-03-14  Simon Josefsson  <jas@extundo.com>
12177
12178         * message.el (message-unique-id): Don't use message-number-base36
12179         if (user-uid) is a float.
12180         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12181
12182 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12183
12184         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12185
12186         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12187         empty line between a part and a message part.
12188
12189 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12190
12191         * smiley.el: Add more test smileys.
12192         (smiley-data-directory, smiley-regexp-alist)
12193         (gnus-smiley-file-types): Fix doc strings.
12194         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12195         adding new elements.
12196         (smiley-mouse-map): Unused code.  Make it a comment.
12197
12198 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12199
12200         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12201         scan latest NoCeM messages instead of old ones.
12202         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12203         delimiters that are recently used.
12204         (gnus-nocem-load-cache): Add autoload cookie.
12205
12206         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12207
12208         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12209         level which is larger than gnus-use-nocem is specified.
12210
12211         * gnus-group.el (gnus-group-get-new-news): Ditto.
12212
12213 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12214
12215         * gnus-util.el (gnus-tool-bar-update): New function.
12216
12217         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12218         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12219
12220         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12221
12222         * gnus-group.el (gnus-group-redraw-when-idle)
12223         (gnus-group-redraw-check): Remove.
12224         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12225
12226 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12227
12228         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12229         if optional last element is specified in splits (FIELD VALUE...).
12230
12231 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12232
12233         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12234         to gmm-image-load-path-for-library.  Call with no-error argument.
12235         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12236
12237         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12238
12239         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12240
12241         * gmm-utils.el (gmm-image-load-path): Remove alias.
12242
12243 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12244
12245         * gmm-utils.el (gmm-image-load-path): Add alias.
12246
12247         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12248         nnml-generate-nov-databases-1.
12249         (nnml-generate-nov-databases): Use it.
12250         (nnml-generate-nov-databases-directory): Document no-active
12251         argument.
12252
12253         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12254         directory if path is t.  Add no-error.
12255
12256         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12257         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12258
12259         * gnus-art.el (gnus-article-browse-delete-temp-files):
12260         Simplify resetting gnus-article-browse-html-temp-list.
12261
12262         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12263         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12264         Add example to docstring.  Rename local variables.  Move error
12265         checks to default case in cond and simplify.
12266
12267 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12268
12269         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12270         handle is multipart when calling it recursively.
12271         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12272
12273 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12274
12275         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12276         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12277
12278 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12279
12280         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12281         is loaded.
12282
12283         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12284         loaded.
12285
12286 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12287
12288         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12289         to "Emacs 23 (unicode)" in doc string.
12290
12291         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12292         "Emacs 23 (unicode)" in comment.
12293
12294 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12295
12296         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12297
12298         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12299         characters 160 through 255 in Emacs 23.
12300
12301 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12302
12303         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12304         gnus-article-browse-html-temp.
12305         (gnus-article-browse-delete-temp): Make it customizable.
12306         Add `file'.  Adjust doc string.
12307         (gnus-article-browse-delete-temp-files): Add argument.
12308         Allow query for each file.  Adjust doc string.
12309         (gnus-article-browse-html-parts):
12310         Add `gnus-article-browse-delete-temp-files' to
12311         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12312
12313 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12314
12315         * gnus-art.el (gnus-article-browse-html-temp)
12316         (gnus-article-browse-delete-temp): New variables.
12317         (gnus-article-browse-delete-temp-files): New function.
12318         (gnus-article-browse-html-parts): Use it.
12319
12320 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12321
12322         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12323
12324         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12325         string.
12326
12327         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12328         gnus-summary-insert-new-articles when unplugged.
12329         Remove gnus-summary-search-article-forward.
12330
12331         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12332         display-visual-class instead of display-color-cells.
12333
12334 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12335
12336         * dgnushack.el: Autoload customize-group for XEmacs.
12337
12338         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12339         message/* containing non-ASCII text properly.
12340
12341 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12342
12343         * message.el: Require gmm-utils, remove autoloads.
12344         (message-tool-bar): Set default based on
12345         gmm-tool-bar-style.
12346         (message-tool-bar-gnome): Add gmm-customize-mode.
12347
12348         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12349         gmm-tool-bar-style.
12350         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12351
12352         * gnus-group.el (gnus-group-tool-bar): Set default based on
12353         gmm-tool-bar-style.
12354         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12355
12356         * gmm-utils.el (gmm-image-directory): Rename variable from
12357         gmm-image-load-path.
12358         (gmm-image-load-path): Use gmm-image-directory.
12359         (gmm-customize-mode): New function.
12360         (gmm-tool-bar-style): New variable.
12361
12362         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12363         gnus-group-redraw-line-number.
12364         (gnus-group-redraw-check): Simplify.
12365         (gnus-group-tool-bar-update): Remove redraw check.
12366         (gnus-group-make-tool-bar): Add redraw check.
12367
12368 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12369
12370         * gnus-art.el (gnus-button): Add missing parentheses.
12371
12372 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12373
12374         * lpath.el: Fbind line-number-at-pos.
12375
12376 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12377
12378         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12379
12380 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12381
12382         * gnus-art.el (gnus-button): New face.
12383         (gnus-article-button-face): Use it.
12384
12385         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12386         Add gnus-summary-next-page.  Re-order.
12387
12388         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12389         next-node are now included.
12390         (gnus-group-redraw-line-number): New internal variable.
12391         (gnus-group-redraw-check): Helper function for updating the tool
12392         bar.
12393         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12394
12395         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12396
12397         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12398         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12399         Use it to match format of Spamassassin 3.0 and later.
12400         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12401         (spam-check-bogofilter)
12402         (spam-bogofilter-register-with-bogofilter): Fix args of
12403         `gnus-error' calls.
12404
12405 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12406
12407         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12408         unnecessary interaction when sending queued mails.
12409         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12410
12411 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12412
12413         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12414         first or last are nil.
12415
12416 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12417
12418         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12419
12420 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12421
12422         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12423
12424 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12425
12426         * dns.el (query-dns): Protect more against buggy tcp output.
12427
12428 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12429
12430         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12431         nov.php.
12432
12433 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12434
12435         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12436         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12437         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12438         output on the server side.
12439         (nnweb-google-create-mapping): Update regexps and add some
12440         progress indication.
12441
12442 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12443
12444         * gnus-group.el (gnus-group-tool-bar-gnome):
12445         Fix gnus-agent-toggle-plugged.  Re-order icons.
12446         (gnus-group-tool-bar-gnome):
12447         Add gnus-group-{prev,next}-unread-group.
12448         (gnus-group-tool-bar-gnome): Re-order icons.
12449
12450         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12451         Move gnus-summary-insert-new-articles.
12452
12453         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12454         Fix comments.
12455
12456         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12457         also available in Emacs 21.3.
12458
12459         * message.el (message-fix-before-sending): Change "Emacs 22" to
12460         "Emacs 23 (unicode)" in comment.
12461
12462         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12463         "Emacs 23 (unicode)" in comment.
12464
12465         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12466         comment.
12467         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12468
12469         * mm-view.el (mm-fill-flowed): Add :version.
12470
12471 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12472
12473         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12474         and load-path.
12475
12476 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12477
12478         * message.el: Autoload gmm-image-load-path.
12479         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12480         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12481         consitency.
12482
12483         * gmm-utils.el (gmm-image-load-path): Also search in
12484         "../etc/images".  Don't set gmm-image-load-path if we don't find
12485         the image.
12486
12487 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12488
12489         * gmm-utils.el (gmm-image-load-path): Don't make
12490         `gmm-image-load-path' include subdirectories which the second arg
12491         `image' might specify.
12492
12493         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12494         subdirectory to icon file names.
12495
12496         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12497
12498 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12499
12500         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12501         gmm-image-load-path calls.
12502
12503         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12504
12505         * message.el (message-make-tool-bar): Ditto.
12506
12507         * mml.el (mml-preview): Add comment concerning tool bar icons.
12508
12509         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12510         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12511
12512         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12513         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12514
12515         * message.el (message-tool-bar-gnome): Use new icon names.
12516         (message-make-tool-bar): Use `gmm-image-load-path'.
12517
12518         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12519         New functions from MH-E.
12520         (gmm-image-load-path): New variable from MH-E.
12521         (gmm-image-load-path): New function from MH-E.  Add arguments
12522         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12523         *-image-load-path-called-flag.
12524
12525 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12526
12527         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12528
12529 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12530
12531         * nnimap.el (nnimap-request-move-article): Change folder back to
12532         source group before deleting.
12533
12534 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12535
12536         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12537
12538         * gnus-art.el (mm-url-insert-file-contents-external):
12539         Autoload mm-url.
12540
12541         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12542
12543 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12544
12545         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12546         coding system which mm-charset-to-coding-system returns for a
12547         given charset is valid.
12548
12549 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12550
12551         * html2text.el (html2text-remove-tag-list):
12552         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12553
12554 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12555
12556         * gnus-cus.el: Revert 2005-10-17 change.
12557
12558 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12559
12560         * gnus-art.el (article-strip-banner):
12561         Call article-really-strip-banner only when the regexp match is made.
12562
12563 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12564
12565         * gnus-art.el (article-strip-banner):
12566         Use gnus-extract-address-components instead of
12567         mail-header-parse-addresses to make it work with non-ASCII text;
12568         remove mail-encode-encoded-word-string.
12569
12570         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12571         values which are surrounded with \"...\"; make it never cause a
12572         Lisp error; give up parsing of parameters if it failed in
12573         extracting type.
12574
12575 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12576
12577         * smime.el (smime-cert-by-ldap-1): Fix bug where
12578         `smime-ldap-search' returns results without userCertificates.
12579
12580 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12581
12582         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12583
12584 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12585
12586         * spam.el (spam-check-spamassassin-headers): Adapt format for
12587         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12588         <ari@mbf.ocn.ne.jp>.
12589         (spam-list-of-processors): Add spam-use-gmane.
12590
12591 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12592
12593         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12594         make-temp-file; make it work with XEmacs as well.
12595
12596         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12597         mm-make-temp-file.
12598
12599         * mm-decode.el (mm-display-external): Use the 3rd arg of
12600         mm-make-temp-file.
12601         (mm-create-image-xemacs): Ditto.
12602
12603 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12604
12605         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12606         with message-narrow-to-headers.
12607         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12608         (gnus-draft-check-draft-articles): New function.
12609         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12610
12611 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12612
12613         * gnus-art.el (gnus-article-browse-html-parts):
12614         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12615         Don't use suffix argument for mm-make-temp-file for Emacs 21
12616         compatibility.  Remove useless `format'.
12617
12618 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12619
12620         * nnweb.el (nnweb-google-wash-article): Update regexps.
12621         (nnweb-group-alist): Use defvoo instead of defvar.
12622
12623 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12624
12625         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12626         re-loading nn* modules.
12627
12628 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12629
12630         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12631         for `tool-bar-mode' and don't check it's default-value.
12632
12633         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12634
12635         * message.el (message-make-tool-bar): Ditto.
12636
12637         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12638         `substring'.  Shorten tmp-file name.
12639
12640         * gnus.el: Remove bogus comment.
12641
12642 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12643
12644         * gnus-art.el (gnus-article-browse-html-parts): New function.
12645         (gnus-article-browse-html-article): New function for viewing html
12646         articles with a browser.
12647
12648 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12649
12650         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12651         in elisp.
12652         (pgg-gpg-encrypt-symmetric-region): Ditto.
12653         (pgg-gpg-sign-region): Ditto.
12654
12655         * pgg-def.el (pgg-text-mode): New variable.
12656
12657         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12658         (mml2015-pgg-encrypt): Ditto.
12659
12660         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12661         (mml1991-pgg-encrypt): Ditto.
12662
12663 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12664
12665         * nnfolder.el (nnfolder-insert-newsgroup-line):
12666         Use message-make-date instead of current-time-string.
12667
12668         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12669         to gnus-decoded which mm-uu might set.
12670
12671 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12672
12673         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12674         don't decode quoted parameters; remove misimported Emacs code.
12675         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12676         (rfc2231-decode-encoded-string): Don't use split-string which
12677         behaves differently according to Emacs version; use
12678         mm-decode-coding-region to convert charset to coding-system.
12679         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12680         (rfc2231-encode-string): Remove misimported Emacs code.
12681
12682 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12683
12684         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12685         when calling mail-header-parse-content-type.
12686         (article-de-quoted-unreadable): Ditto.
12687         (article-de-base64-unreadable): Ditto.
12688         (article-wash-html): Ditto.
12689
12690         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12691         calling mail-header-parse-content-type and
12692         mail-header-parse-content-disposition.
12693         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12694         mail-header-parse-content-type.
12695
12696         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12697         insert charset and format parameters; encode description after
12698         inserting it to buffer.
12699         (mml-insert-parameter): Fold lines properly even if a parameter is
12700         segmented into two or more lines; change the max column to 76.
12701
12702         * rfc1843.el (rfc1843-decode-article-body): Don't use
12703         ignore-errors when calling mail-header-parse-content-type.
12704
12705         * rfc2231.el (rfc2231-parse-string): Return at least type if
12706         possible; don't cause an error even if it fails in parsing of
12707         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12708         (rfc2231-encode-string): Don't break lines at the beginning, leave
12709         it to mml-insert-parameter.
12710
12711         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12712         calling mail-header-parse-content-type.
12713
12714 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12715
12716         * spam-report.el (spam-report-gmane-use-article-number):
12717         Improve doc string.
12718         (spam-report-gmane-internal): Check if a suitable header was found
12719         in the article.
12720
12721 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12722
12723         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12724         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12725
12726 2006-02-05  Romain Francoise  <romain@orebokech.com>
12727
12728         Update copyright notices of all files in the gnus directory.
12729
12730 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12731
12732         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12733
12734 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12735
12736         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12737         segmented lines of parameter value to cope with Thunderbird 1.5
12738         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12739         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12740         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12741
12742 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12743
12744         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12745         parts.
12746
12747 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12748
12749         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12750         there's only one active file for all servers.
12751         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12752         solid groups.  Gnus might have used a FAST request to select the group.
12753         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12754         and nnweb-search redundantly in the active file.
12755         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12756         (nnweb-request-create-group): Don't use ARGS.
12757         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12758         initialisations.  Let nnoo do the work.
12759
12760 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12761
12762         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12763         Say the part has been decoded.
12764
12765         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12766
12767 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12768
12769         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12770         mailcap-viewer-test-cache when there's no 'test clause, since that
12771         will invert the meaning of a "nil" test previously determined by
12772         mailcap-mailcap-entry-passes-test.
12773
12774 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12775
12776         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12777         compiling.
12778
12779         * gnus-sum.el: Ditto.
12780
12781         * message.el: Don't bind tool-bar-map when compiling.
12782
12783 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12784
12785         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12786
12787 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12788
12789         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12790         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12791         current Google Groups.
12792
12793 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12794
12795         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12796         and tool-bar-mode.
12797
12798         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12799         and tool-bar-mode.
12800
12801         * message.el (message-tool-bar-update): Simplify.
12802         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12803
12804         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12805         gnus-summary-buffer.
12806         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12807         gnus-summary-reply.
12808
12809         * gmm-utils.el (gmm): Add :version.
12810
12811 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12812
12813         * Makefile.in (clean): New rule.
12814         (distclean): Use it.
12815
12816 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12817
12818         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12819         Don't autoload.
12820
12821 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12822
12823         * gmm-utils.el (gmm-verbose): Add :group.
12824
12825 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12826
12827         * message.el: Change some comments WRT tool-bars.
12828
12829         * gnus-sum.el (gnus-summary-tool-bar)
12830         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12831         (gnus-summary-tool-bar-zap-list): New variables.
12832         (gnus-summary-make-tool-bar): Complete rewrite using
12833         `gmm-tool-bar-from-list'.
12834
12835         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12836         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12837         New variables.
12838         (gnus-group-make-tool-bar): Complete rewrite using
12839         `gmm-tool-bar-from-list'.
12840         (gnus-group-tool-bar-update): New function.
12841
12842         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12843
12844 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12845
12846         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12847         is dissected into a single part of which the type is the same as
12848         the given one; decode charset.
12849
12850 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12851
12852         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12853         into alists as symbol not string, since that's what
12854         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12855         look for.
12856
12857 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12858
12859         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12860         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12861
12862         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12863
12864 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12865
12866         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12867         (gnus-xmas-mime-security-button-menu): New function.
12868
12869         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12870         (gnus-mime-security-button-menu): New definition.
12871         (gnus-mime-security-button-map): Use them.
12872         (gnus-mime-security-button-menu): New function.
12873         (gnus-insert-mime-security-button): Addition to help echo.
12874         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12875         (gnus-mime-security-pipe-part): New functions.
12876
12877         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12878         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12879
12880         * mm-decode.el (mm-handle-set-disposition): Remove.
12881         (mm-handle-set-description): Remove.
12882
12883 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12884
12885         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12886         (mm-w3m-standalone-supports-m17n-p): New function.
12887         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12888         w3m usage.
12889
12890         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12891         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12892
12893 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12894
12895         * message.el (message-tool-bar-zap-list):
12896         Use gmm-tool-bar-zap-list as custom type.
12897         (message-tool-bar-update): New function.
12898         (message-tool-bar, message-tool-bar-gnome)
12899         (message-tool-bar-retro): Add message-tool-bar-update.
12900         (message-tool-bar-gnome): Add flyspell-buffer.
12901
12902         * gnus-util.el (gnus-error): Describe `args'.
12903
12904         * gmm-utils.el (gmm-error): Describe `args'.
12905         (gmm-tool-bar-zap-list): New widget.
12906         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12907
12908 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12909
12910         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12911         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12912         the number of recursive calls.
12913
12914         * mm-decode.el (mm-handle-set-disposition): New macro.
12915         (mm-handle-set-description): New macro.
12916
12917 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12918
12919         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12920         encoding.
12921
12922 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12923
12924         * message.el (message-tool-bar-zap-list, message-tool-bar)
12925         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12926         (message-tool-bar-local-item-from-menu): Remove.
12927         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12928         (message-make-tool-bar): New function.
12929         (message-mode): Use `message-make-tool-bar'.
12930
12931         * gmm-utils.el: New file.
12932         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12933         (gmm-lazy): New widget copied from `nnmail.el'.
12934         (gmm-tool-bar-from-list): New function for creating customizable
12935         tool bars.
12936         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12937         output.
12938         (gmm): Add :prefix to defgroup.
12939
12940 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12941
12942         * gmm-utils.el (gmm-widget-p): New function.
12943
12944 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12945
12946         * mml.el (mml-attach-file): Describe `description' in doc string.
12947         (mml-menu): Add Emacs MIME manual and PGG manual.
12948
12949 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12950
12951         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12952
12953 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12954
12955         * nntp.el (nntp-end-of-line): Doc fix.
12956
12957 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12958
12959         * imap.el (imap-open): Handle case where buffer is a buffer
12960         object.
12961
12962 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12963
12964         * gnus-delay.el (gnus-delay): Don't autoload.
12965         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12966         to be re-loaded when customizing the `gnus-delay' group.
12967
12968 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12969
12970         * message.el (message-insert-citation-line): Use newlines.
12971
12972 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12973
12974         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12975         (pgg-pgp-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-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12979         pgg-add-passphrase-to-cache function.
12980
12981         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12982         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12983         these routines, so the passphrase can be managed externally and
12984         passed in to the system.
12985         (pgg-pgp5-sign-region): Use new name of
12986         pgg-add-passphrase-to-cache function.
12987
12988 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12989
12990         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12991         part of the decoded armor to find the key-identifier.
12992         (pgg-gpg-lookup-key-owner): New function to return the
12993         human-readable identifier of a key owner.
12994         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12995         itself.
12996         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12997         the key value) if we have a key and can match it against a secret
12998         key.  Also, added a note pointing out fact that the prompt only
12999         indicates the first matching key.
13000
13001         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13002         pgg-decrypt-region.
13003         (pgg-add-passphrase-to-cache): Rename from
13004         `pgg-add-passphrase-cache' to reduce confusion (all callers
13005         changed).
13006         (pgg-remove-passphrase-from-cache): Rename from
13007         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13008         changed).
13009         (pgg-read-passphrase, pgg-add-passphrase-cache)
13010         (pgg-remove-passphrase-cache): Add informative docstrings.
13011         (pgg-decrypt): Convey provided passphrase in subordinate call to
13012         pgg-decrypt-region.
13013
13014 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13015
13016         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13017         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13018         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13019         'passphrase' argument, so the passphrase can be managed externally
13020         and then passed in to the system.
13021
13022         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13023         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13024         so the passphrase cache can be used reliably with identifiers
13025         besides a pgp packet's key id.
13026
13027         * pgg-gpg.el (pgg-gpg-encrypt-region)
13028         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13029         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13030         these routines, so the passphrase can be managed externally and
13031         passed in to the system.
13032
13033         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13034         'notruncate' argument, so the passphrase cache can be used
13035         reliably with identifiers besides a pgp packet's key id.
13036
13037 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13038
13039         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13040         symmetric encryption.
13041         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13042         encrypted session key.
13043         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13044         message ask for the passphrase in a proper way.
13045
13046         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13047         New user commands for symmetric encryption.
13048
13049 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13050
13051         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13052
13053         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13054
13055 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13056
13057         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13058
13059 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13060
13061         * mm-decode.el (mm-inlined-types): Add application/pgp.
13062         (mm-automatic-display): Ditto.
13063
13064         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13065         part as text.
13066
13067 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13068
13069         * nnrss.el: Update copyright.
13070         (nnrss-opml-import): Query whether to subscribe to each entry.
13071
13072         * gnus-art.el:
13073         * gnus-sum.el:
13074         * gnus-xmas.el:
13075         * messagexmas.el:
13076         * mm-uu.el:
13077         * mm-view.el: Update copyright.
13078
13079 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13080
13081         * message.el (message-info): New function.
13082         (message-mode-menu): Add it.
13083         Update copyright.
13084
13085         * ChangeLog: Fix and update copyright.
13086
13087 2006-01-13  Romain Francoise  <romain@orebokech.com>
13088
13089         * message.el (message-forward-subject-name-subject): Prefer the
13090         address to 'nowhere' if the sender has no name.
13091         Fix typo.  Update copyright year.
13092
13093 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13094
13095         * gnus-art.el (article-wash-html):
13096         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13097         (gnus-article-wash-html-with-w3m-standalone): New function.
13098
13099         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13100         mm-inline-text-html-render-with-w3m-standalone.
13101         (mm-text-html-washer-alist): Map w3m-standalone to
13102         gnus-article-wash-html-with-w3m-standalone.
13103         (mm-inline-text-html-render-with-w3m-standalone): New function.
13104
13105 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13106
13107         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13108         Improve LaTeX.
13109
13110 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13111
13112         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13113         (nnrss-request-article): Render text/plain parts as HTML.
13114
13115         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13116         the buffer.
13117
13118 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13119
13120         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13121         custom definition of `gnus-posting-styles'.
13122
13123         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13124         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13125
13126 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13127
13128         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13129         Use nntp for bug archive.
13130
13131 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13132
13133         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13134         parts.
13135         (nnrss-normalize-date): New function converts ISO 8601 date into
13136         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13137         (nnrss-check-group): Use it.
13138
13139 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13140
13141         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13142
13143         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13144         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13145         (nnrss-insert-w3): Ditto.
13146
13147 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13148
13149         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13150         the articles to be forwarded including the case where neither a
13151         number of articles nor a region is specified.
13152
13153 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13154
13155         * nnrss.el (nnrss-request-article): Fix last change; fill
13156         text/plain parts.
13157
13158 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13159
13160         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13161         in text/plain part.
13162         (nnrss-check-group): Don't add excessive newline to dc:subject.
13163
13164 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13165
13166         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13167         article.
13168
13169 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13170
13171         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13172         (nnml-use-compressed-files, nnml-save-mail): Support other
13173         comression programs such as bzip2.
13174
13175 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13176
13177         * dns.el (query-dns): Make sure we check the buffer size before
13178         removing tcp headers.
13179
13180 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13181
13182         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13183         remove MIME buttons associated with multipart/alternative parts.
13184         (gnus-mime-display-alternative): Tag buttons using `article-type'
13185         text property.
13186
13187         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13188         associated with multipart/alternative parts.
13189
13190         * gnus-art.el (gnus-signature-separator): Fix custom type.
13191
13192         * mm-decode.el (mm-inlined-types): Fix custom type.
13193         (mm-keep-viewer-alive-types): Ditto.
13194         (mm-automatic-display): Ditto.
13195         (mm-attachment-override-types): Ditto.
13196         (mm-inline-override-types): Ditto.
13197         (mm-automatic-external-display): Ditto.
13198
13199 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13200
13201         * spam-report.el (spam-report-user-mail-address)
13202         (spam-report-user-agent): New variables.
13203         (spam-report-url-ping-plain): Use spam-report-user-agent.
13204
13205 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13206
13207         * gnus-art.el (gnus-button-handle-custom): Do not just use
13208         `customize-apropos' for any "M-x customize-*" button but the
13209         function called for.  Accept both the function name and its
13210         argument in order to achieve this.
13211         (gnus-button-alist): Remove support for "custom:" URL's.
13212         Pass function name to `gnus-button-handle-custom' in case of "M-x
13213         customize-*" buttons.
13214
13215 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13216
13217         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13218         multipart/alternative and add xref to mm-discouraged-alternatives
13219         in doc string.
13220
13221         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13222         gnus-buttonized-mime-types in doc string.
13223
13224 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13225
13226         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13227         Suggest image/.* in the doc string.
13228
13229 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13230
13231         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13232         message-marks (Debian bug #342521).
13233
13234 2005-12-12  Simon Josefsson  <jas@extundo.com>
13235
13236         * password.el (password-read-from-cache): Add.
13237         (password-read): Use it.
13238
13239 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * rfc2047.el (rfc2047-charset-to-coding-system):
13242         Recognize us-ascii as a MIME charset.
13243
13244         * mm-bodies.el (mm-decode-content-transfer-encoding):
13245         Protect against the case where the 2nd arg TYPE is nil.
13246
13247 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13248
13249         * pop3.el (pop3-stream-type): Fix custom version.
13250
13251         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13252
13253 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13254
13255         * mm-decode.el (mm-display-external): Add missing cdr.
13256
13257 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13258
13259         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13260         RFC1524) if it is in mailcap or add a suffix according to
13261         mailcap-mime-extensions when generating a temp filename; postpone
13262         deleting a temp file for 2 seconds for some wrappers, shell
13263         scripts, and so on, which might exit right after having started a
13264         viewer command as a background job.
13265
13266 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13267
13268         * nntp.el (nntp-marks-directory): Fix custom group.
13269
13270         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13271         steps when < 10.
13272
13273         * gnus-start.el (gnus-no-server-1):
13274         Mention `gnus-level-default-subscribed' in doc string.
13275
13276 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13277
13278         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13279         parens.
13280
13281 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13282
13283         * gnus-xmas.el (gnus-use-toolbar): Revert.
13284         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13285         gnus-use-toolbar is default.
13286
13287         * messagexmas.el (message-use-toolbar): Revert.
13288         (message-setup-toolbar): Use global default-toolbar if
13289         message-use-toolbar is default.
13290
13291 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13292
13293         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13294         according to default-toolbar-visible-p.
13295
13296         * messagexmas.el (message-use-toolbar): Ditto.
13297
13298 2005-11-26  Dave Love  <fx@gnu.org>
13299
13300         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13301         (tls-program, tls-success): Provide openssl alternative.
13302
13303         * starttls.el: Doc fixes.
13304         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13305         SERVICE to PORT.
13306
13307         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13308         port null or service name.
13309         (starttls-negotiate): Autoload.
13310
13311 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13312
13313         * message.el (message-kill-to-signature): Fix interactive spec.
13314
13315 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13316
13317         * pop3.el (pop3-open-server): Recognize a string as a service name.
13318
13319 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13320
13321         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13322
13323 2005-11-23  Dave Love  <fx@gnu.org>
13324
13325         Add pop3s, pop3/starttls.
13326
13327         * pop3.el (pop3-authentication-scheme): Clarify doc.
13328         (open-tls-stream, starttls-open-stream): Autoload.
13329         (pop3-stream-type): New.
13330         (pop3-open-server): Use it.
13331
13332         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13333         for POP.
13334         (mail-source-keyword-map): Add :stream for POP.
13335         (mail-source-fetch-pop): Use pop3-stream-type.
13336
13337 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13338
13339         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13340         of current-time-string.
13341
13342 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13343
13344         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13345         date header.
13346
13347 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13348
13349         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13350         it can seriously impact performance as it bypasses the agent's
13351         local caches.
13352
13353 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13354
13355         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13356         must be explicitly online rather than "not explicitly offline" for
13357         its flags to be synchronized.
13358
13359         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13360         that gnus-uu-unmark-thread will function correctly.
13361
13362         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13363         1024K is instead displayed as 1M.
13364
13365 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13366
13367         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13368
13369 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13370
13371         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13372
13373 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13374
13375         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13376         error message to display actual error condition.
13377         (gnus-agent-save-local): Avoid saving symbols that are bound to
13378         nil as they simply result in a warning message in
13379         gnus-agent-read-local.
13380
13381 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13382
13383         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13384         rather than make-variable-buffer-local for file-precious-flag.
13385
13386 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13387
13388         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13389         for duplicates which are removed.  The invalid sort check then
13390         triggers a rescan after the sort as sorting may have moved
13391         duplicate entries such that they can be cheaply detected.
13392
13393 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13394
13395         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13396
13397 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13398
13399         * gnus-agent.el (gnus-agent-article-alist-save-format):
13400         Change internal variable to a custom variable.  Change default value
13401         from compressed(2) to uncompressed(1).
13402         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13403         support for uncompressed agentview files.  Taken together, reading
13404         the agentview file should now be 6-7 times faster.
13405
13406 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13407
13408         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13409         as a buffer-local variable.  This avoids creating truncated
13410         dribble files as a result of a hang up, eg.
13411
13412 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13413
13414         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13415         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13416         XEmacs.
13417
13418 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13419
13420         * gnus-start.el (gnus-start-draft-setup):
13421         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13422
13423         * gnus.el (gnus-splash): Change custom group.
13424         (gnus-group-get-parameter, gnus-group-parameter-value):
13425         Describe allow-list argument.
13426
13427         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13428         string.
13429
13430 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13431
13432         * gnus-art.el (gnus-default-article-saver): Add user-defined
13433         `function' to custom type.
13434
13435 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13436
13437         * imap.el (imap-open): Handle case where buffer is a buffer
13438         object.
13439
13440 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13441
13442         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13443         long lines.
13444         (gnus-cache-delete-group): Wrap doc strings.
13445
13446         * gnus-agent.el (gnus-agent-rename-group)
13447         (gnus-agent-delete-group): Wrap doc strings.
13448
13449 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13450
13451         * messagexmas.el (message-use-toolbar): Change the valid values
13452         into default, top, bottom, left, and right.
13453         (message-toolbar-thickness): New variable.
13454         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13455         well.
13456         (message-setup-toolbar): Make it work.
13457
13458         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13459         (gnus-use-toolbar): Change the valid values into default, top,
13460         bottom, left, and right.
13461         (gnus-toolbar-thickness): New variable.
13462         (gnus-xmas-setup-toolbar): New function.
13463         (gnus-xmas-setup-group-toolbar): Use it.
13464         (gnus-xmas-setup-summary-toolbar): Use it.
13465
13466 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13467
13468         * gnus-start.el (gnus-1): Add "native" to
13469         gnus-predefined-server-alist.
13470
13471         * gnus.el (gnus-method-to-server): Don't add "native" to the
13472         lists here, because that leads to problems when
13473         gnus-select-method is bound.
13474
13475 2005-11-09  Simon Josefsson  <jas@extundo.com>
13476
13477         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13478         use (not sort-by-date) instead.
13479
13480 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13481
13482         * gnus-delay.el (gnus-delay-group): Don't autoload.
13483         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13484         to be re-loaded when customizing the `gnus-delay' group.
13485
13486 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13487
13488         * message.el: Revert last changes.
13489         (message-insert-citation-line): Use newlines.
13490
13491 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13492
13493         * message.el (message-courtesy-message)
13494         (message-mark-insert-begin, message-mark-insert-end)
13495         (message-elide-ellipsis, message-cancel-message)
13496         (message-add-header, message-change-subject)
13497         (message-cross-post-followup-to-header)
13498         (message-cross-post-insert-note, message-reduce-to-to-cc)
13499         (message-widen-reply, message-delete-not-region)
13500         (message-kill-to-signature, message-insert-signature)
13501         (message-insert-importance-high, message-insert-importance-low)
13502         (message-insert-or-toggle-importance)
13503         (message-insert-disposition-notification-to)
13504         (message-indent-citation, message-yank-original)
13505         (message-cite-original-without-signature, message-cite-original)
13506         (message-insert-citation-line, message-position-on-field)
13507         (message-fix-before-sending, message-send-mail-partially)
13508         (message-send-mail, message-send-mail-with-sendmail)
13509         (message-send-mail-with-qmail, message-send-news)
13510         (message-check-news-header-syntax, message-generate-headers)
13511         (message-insert-courtesy-copy, message-fill-address)
13512         (message-fill-header, message-shorten-references)
13513         (message-setup-1, message-cancel-news)
13514         (message-forward-make-body-plain, message-forward-make-body-mime)
13515         (message-forward-make-body-mml, message-encode-message-body)
13516         (message-forward-make-body-digest-plain)
13517         (message-forward-make-body-digest-mime)
13518         (message-use-alternative-email-as-from): Insert `hard-newline'
13519         instead of ordinary newlines.
13520
13521 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13522
13523         * message.el (message-generate-headers): Downcase the argument
13524         given to message-check-element.
13525
13526 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13527
13528         * nntp.el (nntp-authinfo-rejected): New error condition.
13529         (nntp-wait-for): Use new error condition to signal authentication
13530         error.
13531         (nntp-retrieve-data): Rethrow new error condition to break out of
13532         recursive call to nntp-send-authinfo.
13533
13534 2005-11-08  Romain Francoise  <romain@orebokech.com>
13535
13536         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13537         (gnus-summary-exit-map): Bind to `Z p'.
13538         (gnus-summary-make-menu-bar): Add menu item.
13539
13540 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13541
13542         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13543         (gnus-treat-*): Add `first' in all doc strings.
13544
13545         * gnus-group.el (gnus-group-compact-group): Fix typo.
13546
13547 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13548
13549         * gnus.el (gnus-parameters-case-fold-search): New variable.
13550         (gnus-parameters-get-parameter): Use it.
13551
13552         * gnus-score.el (gnus-home-score-file): Doc fix.
13553
13554 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13555
13556         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13557
13558 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13559
13560         * mm-util.el (mm-special-display-p): New function.
13561
13562         * mml.el (mml-preview): Use it; doc fix.
13563
13564 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13565
13566         * imap.el (imap-open): Handle case where buffer is a buffer object.
13567
13568 2005-10-29  Romain Francoise  <romain@orebokech.com>
13569
13570         * message.el (message-fix-before-sending): Fix comment.
13571
13572 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13573
13574         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13575
13576 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13577
13578         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13579         Used in gnus-score.el.
13580
13581 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13582
13583         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13584
13585 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13586
13587         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13588         whitespace removed in revision 7.8.  Use concatenated string to
13589         protect trailing whitespace.
13590
13591 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13592
13593         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13594         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13595         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13596         Courier IMAP ("some version from 2004").  Mostly based on similar
13597         code in the same function.
13598
13599 2005-10-26  Didier Verna  <didier@xemacs.org>
13600
13601         * gnus-group.el (gnus-group-compact-group): Invalidate original
13602         article buffer.
13603         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13604         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13605         NOV database and in article itself.
13606         Invalidate article backlog.
13607
13608 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13609
13610         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13611
13612 2005-10-26  Simon Josefsson  <jas@extundo.com>
13613
13614         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13615         part of 2004-07-25 change.
13616
13617 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13618
13619         * message.el (message-display-completion-list): New function.
13620         (message-expand-group): Use it; make sure the Completions buffer
13621         is modifiable.
13622 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13623
13624         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13625         user-mail-name is an empty string.
13626
13627 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13628
13629         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13630         depending on gnus-score-decay-constant.
13631
13632         * encrypt.el (encrypt-insert-file-contents)
13633         (encrypt-write-file-contents): Don't use `gnus-message'.
13634
13635         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13636         arguments.
13637         (mm-uu-type-alist): Add message-marks and insert-marks.
13638         Pass arguments to mm-uu-verbatim-marks-extract.
13639         (mm-uu-hide-markers): New variable.
13640         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13641
13642         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13643         (gnus-convert-image-to-face-command): Use "convert" by default to
13644         allow other input image formats.
13645         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13646         accordingly.
13647
13648 2005-10-23  Simon Josefsson  <jas@extundo.com>
13649
13650         * imap.el (imap-gssapi-program): Align command line parameters
13651         with latest GNU SASL.
13652         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13653
13654 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13655
13656         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13657         HTML.
13658         (nnslashdot-request-article): Ditto.
13659
13660         * lpath.el (featurep): Add nobreak-char-display.
13661
13662 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13663
13664         * mail-source.el (mail-source-fetch-pop): Require pop3.
13665         (mail-source-check-pop): Ditto.
13666
13667 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13668
13669         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13670         errors.
13671
13672 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13673
13674         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13675         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13676
13677         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13678
13679         * mm-bodies.el (mm-decode-string):
13680         Call `mm-charset-to-coding-system' with allow-override argument.
13681
13682 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13683
13684         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13685         (rfc2047-charset-to-coding-system): New function.
13686         (rfc2047-decode-encoded-words): New function.
13687         (rfc2047-decode-region): Use them.
13688         (rfc2047-decode-cte): Remove.
13689         (rfc2047-parse-and-decode): Remove.
13690         (rfc2047-decode): Remove.
13691
13692 2005-10-15  Kenichi Handa  <handa@m17n.org>
13693
13694         * rfc2047.el (rfc2047-decode-cte): New function.
13695         (rfc2047-decode-region): Change the way to decode successive
13696         encoded-words: decode B- or Q-encoding in each encoded-word,
13697         concatenate them, and decode it as charset.
13698
13699 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13700
13701         * lpath.el: Fbind codepage-setup for XEmacs.
13702
13703 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13704
13705         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13706         widget-move-and-invoke.
13707         (gnus-custom-mode): Use gnus-custom-map.
13708
13709 2005-10-15  Bill Wohler  <wohler@newt.com>
13710
13711         * message.el (message-tool-bar-map): Rename image file from
13712         mail_send to mail/send.
13713
13714 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13715
13716         * message.el (message-expand-group): Pass the common
13717         prefix substring of completion to `display-completion-list'.
13718
13719 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13720
13721         * mml-sec.el (mml-secure-method): New internal variable.
13722         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13723         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13724         New functions using mml-secure-method.
13725
13726         * mml.el (mml-mode-map): Add key bindings for those functions.
13727         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13728         Harder <harder@myrealbox.com>.
13729         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13730         Goto end of message if point is the headers of the message.
13731
13732         * message.el (message-in-body-p): New function.
13733
13734         * assistant.el: Autoload gnus-util and netrc.
13735
13736         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13737         Use `mm-charset-override-alist' only when decoding.
13738
13739         * mm-bodies.el (mm-decode-body):
13740         Call `mm-charset-to-coding-system' with allow-override argument.
13741
13742         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13743         `filename' from Content-Disposition if Content-Type doesn't
13744         provide `name'.
13745         (gnus-mime-view-part-as-type): Set default instead of
13746         initial-input.
13747
13748 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13749
13750         * format-spec.el (format-spec): Propagate text properties of % spec.
13751
13752 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13753
13754         * gnus-art.el (gnus-treat-predicate): Add `first'.
13755
13756 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13757
13758         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13759         (mm-charset-override-alist): New variable.
13760         (mm-charset-to-coding-system): Use it.
13761         (mm-codepage-setup): New helper function.
13762         (mm-charset-eval-alist): New variable.
13763         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13764         Warn about unknown charsets.
13765
13766         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13767
13768 2005-10-04  David Hansen  <david.hansen@gmx.net>
13769
13770         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13771         (nnrss-check-group): Ditto.
13772
13773 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13774
13775         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13776         Rename x-gnus-verbatim to x-verbatim.
13777         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13778
13779         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13780         x-verbatim.
13781
13782         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13783
13784         * gnus-util.el (gnus-remove-duplicates): Remove.
13785
13786         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13787         instead of gnus-remove-duplicates.
13788
13789         * message.el (message-remove-duplicates): Remove.
13790         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13791         message-remove-duplicates.
13792
13793         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13794         available, else use implementation from `delete-dups'.
13795
13796         * message.el (message-insert-expires): New function.
13797         (message-mode-map): Add key binding.
13798         (message-mode-field-menu): Add menu entry.
13799         (message-mode): Document it.
13800         (message-make-expires-date): Use `message-make-date'.
13801
13802 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13803
13804         * message.el (message-make-expires-date): New function.
13805
13806 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13807
13808         * Makefile.in (list-installed-shadows): New entry.
13809         (install): Use it.
13810         (remove-installed-shadows): New entry.
13811
13812         * dgnushack.el (dgnushack-default-load-path): New variable.
13813         (dgnushack-find-lisp-shadows): New function.
13814         (dgnushack-remove-lisp-shadows): New function.
13815
13816 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13817
13818         * Makefile.in (install-el-elc): New entry.
13819         (install): Use it so that .el files are necessarily installed.
13820
13821 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13822
13823         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13824
13825 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13826
13827         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13828         function rather than the diff-mode.el package.
13829         (mm-display-external): Use with-current-buffer.
13830         (mm-viewer-completion-map, mm-viewer-completion-map):
13831         Move initialization inside declaration.
13832
13833 2005-09-29  Simon Josefsson  <jas@extundo.com>
13834
13835         * spam.el: Load hashcash when compiling, to avoid warnings.
13836         Don't autoload mail-check-payment.
13837         (spam-check-hashcash): Define unconditionally, since hashcash.el
13838         is part of Gnus now.  Ignore errors from payment checking.
13839
13840 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13841
13842         * message.el (message-bold-region, message-unbold-region):
13843         Rename from `bold-region' and `unbold-region'.
13844
13845         * message.el: Remove useless autoloads.
13846
13847 2005-09-28  Simon Josefsson  <jas@extundo.com>
13848
13849         * message.el (message-use-idna): Default to t.
13850         (message-use-idna): Test whether encoding works too.  Doc fix.
13851
13852 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13853
13854         * nntp.el (nntp-warn-about-losing-connection): Remove.
13855
13856 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13857
13858         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13859         customizable.  Change default value.
13860         (mm-uu-diff-groups-regexp): Change default value.
13861         (mm-uu-type-alist): Add doc string.
13862         (mm-uu-configure): Add doc string.  Make it interactive.
13863         (mm-uu-tex-groups-regexp): New variable.
13864         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13865         (mm-uu-type-alist): Add LaTeX documents.
13866         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13867         of "text/verbatim".
13868         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13869
13870         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13871         instead of "text/verbatim".
13872
13873         * message.el (message-mark-inserted-region)
13874         (message-mark-insert-file): Use slrn style marks when called with
13875         prefix argument.
13876
13877 2005-09-27  Simon Josefsson  <jas@extundo.com>
13878
13879         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13880
13881 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13882
13883         * message.el (message-remove-duplicates): New function.
13884         Implementation borrowed from `gnus-remove-duplicates'.
13885         (message-idna-to-ascii-rhs): Also encode idna addresses in
13886         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13887         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13888         only ask about the same idna domain once per header and also tell
13889         in what header to replace the idna domain.
13890
13891         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13892         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13893         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13894         a header is decoded and not just the last one.
13895
13896 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13897
13898         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13899         has been decoded.
13900
13901         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13902         (mm-insert-part): Don't modify text if it has been decoded.
13903
13904         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13905         decoded.
13906
13907         * mm-view.el (mm-inline-text): Don't strip text props unless
13908         decoding enriched or richtext parts.
13909
13910 2005-09-25  Romain Francoise  <romain@orebokech.com>
13911
13912         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13913         * gnus-start.el (gnus-subscribe-interactively):
13914         * gnus-uu.el (gnus-uu-grab-articles):
13915         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13916         space.
13917
13918 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13919
13920         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13921         * mm-view.el (mm-view-pkcs7-decrypt):
13922         * gnus-sum.el (gnus-summary-limit-to-extra)
13923         (gnus-summary-respool-article, gnus-read-move-group-name):
13924         * gnus-score.el (gnus-summary-increase-score):
13925         * gnus-util.el (gnus-completing-read-with-default):
13926         * gnus-art.el (gnus-read-save-file-name)
13927         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13928         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13929         * message.el (message-check-news-header-syntax):
13930         Follow convention for reading with the minibuffer.
13931
13932 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13933
13934         * spam-report.el (spam-report-url-ping-plain):
13935         Use gnus-extended-version as User-Agent.
13936
13937         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13938         default value is nil.
13939
13940         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13941         (mm-uu-verbatim-marks-extract): New function.
13942         (mm-uu-extract): New face.
13943         (mm-uu-copy-to-buffer): Use it.
13944
13945         * spam-report.el (spam-report-gmane-ham): Rename from
13946         `spam-report-gmane-unspam'.
13947         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13948         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13949
13950         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13951         Autoload.
13952         (spam-report-gmane-unregister-routine):
13953         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13954
13955 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13956
13957         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13958         (spam-report-gmane-unregister-routine): Add support for gmane
13959         unregistration.
13960
13961         * spam-report.el (spam-report-gmane-unspam)
13962         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13963         (spam-report-gmane): Change to take a single article and do unspam
13964         registration.
13965
13966 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13967
13968         * mm-url.el (mm-url-decode-entities): Fix regexp.
13969
13970 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13971
13972         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13973         default to nil, to be able to use Gnus at all.  If the default
13974         switches to something else, then the function should be fixed not
13975         be exceedingly slow.
13976
13977 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13978
13979         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13980         fail hard.
13981
13982         * spam-report.el: Add better Keywords line.
13983
13984         * spam.el: Add Maintainer and better Keywords line.
13985
13986 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13987
13988         * gnus-art.el (gnus-article-replace-part)
13989         (gnus-mime-replace-part): New functions.
13990         (gnus-mime-action-alist, gnus-mime-button-commands)
13991         (gnus-mime-save-part-and-strip): Add file argument.
13992         (gnus-article-part-wrapper): Add interactive argument.
13993
13994         * gnus-sum.el (gnus-summary-mime-map):
13995         Add `gnus-article-replace-part'.
13996
13997 2005-09-19  Didier Verna  <didier@xemacs.org>
13998
13999         The nnml compaction feature:
14000         * nnml.el (nnml-request-compact-group): New function.
14001         * nnml.el (nnml-request-compact): New function.
14002         * gnus-int.el (gnus-request-compact-group): New function.
14003         * gnus-int.el (gnus-request-compact): New function.
14004         * gnus-group.el (gnus-group-compact-group): New function.
14005         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14006         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14007         * gnus-srvr.el (gnus-server-compact-server): New function.
14008         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14009         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14010
14011 2005-09-18  Deepak Goel  <deego@gnufans.org>
14012
14013         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14014         format spec.
14015
14016 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14017
14018         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14019
14020 2005-09-15  Romain Francoise  <romain@orebokech.com>
14021
14022         * message.el (message-fill-paragraph): Clarify docstring.
14023
14024 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14025
14026         * gnus-art.el (gnus-mime-display-part): Protect against broken
14027         MIME messages.
14028
14029 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14030
14031         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14032         before parsing header.
14033
14034 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14035
14036         * html2text.el (html2text-replace-list): Add new entities.
14037
14038 2005-09-11  Romain Francoise  <romain@orebokech.com>
14039
14040         * message.el (message-alternative-emails): Improve docstring.
14041         (message-setup-1): Call `message-use-alternative-email-as-from'
14042         after `message-setup-hook' to give it precedence over posting
14043         styles, etc.
14044         (message-use-alternative-email-as-from): Add docstring.
14045         Remove the original From header if present.
14046
14047         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14048         (nnml-save-mail): Use it.
14049
14050         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14051         articles.  Add new argument `silent'.
14052         (gnus-uu-mark-all): Report the total number of marked articles.
14053
14054 2005-09-10  Romain Francoise  <romain@orebokech.com>
14055
14056         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14057         (gnus-uu-mark-series): Likewise.
14058
14059 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14060
14061         * spam-report.el (spam-report-gmane): Fix generation of spam
14062         report URL.
14063
14064 2005-09-10  Simon Josefsson  <jas@extundo.com>
14065
14066         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14067         t, based on discussion on the ding list with Robert Epprecht
14068         <epprecht@solnet.ch>.
14069
14070 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14071
14072         * spam-report.el (spam-report-gmane): Make it work without
14073         X-Report-Spam header.  Gmane now only provides Archived-At.
14074         This is only used if `spam-report-gmane-use-article-number' is nil.
14075         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14076
14077         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14078         make `gnus-summary-sort-by-recipient' work with threading.
14079
14080         * nnweb.el (nnweb-google-wash-article): Print a message if article
14081         is not available.
14082
14083 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14084
14085         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14086         change.  Decode text/* parts content before displaying.
14087
14088 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14089
14090         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14091
14092 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14093
14094         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14095
14096         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14097         url-package-name, url-package-version,
14098         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14099         w3m-display-inline-images, and w3m-minor-mode-map.
14100
14101 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14102
14103         * message.el (message-tab-body-function): Fix mismatched custom type.
14104
14105         * gnus.el (gnus-group-change-level-function): Ditto.
14106
14107         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14108
14109         * gnus-art.el (gnus-signature-limit)
14110         (gnus-article-mime-part-function): Ditto.
14111
14112 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14113
14114         * mml.el (mml-mode): Silence the byte compiler.
14115
14116         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14117         using `(sit-for 0)' before moving the point to the specified part;
14118         skip unbuttonized parts.
14119         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14120         return to the summary window if gnus-auto-select-part is non-nil.
14121
14122 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14123
14124         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14125         New variables.
14126         (mml-dnd-attach-file, mml-mode): Use them.
14127
14128         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14129         Make fetching article by MID work again for Google Groups.
14130         Add FIXME concerning gnus-group-make-web-group.
14131
14132         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14133         Don't depend on Gnus by using mail-extract-address-components if
14134         gnus-extract-address-components is not bound.
14135
14136 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14137
14138         * gnus-art.el (gnus-mime-display-security): Don't display the
14139         signature, but only the signed part.
14140
14141 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14142
14143         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14144
14145         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14146         list, not listp.
14147
14148 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14149
14150         * mm-encode.el (mm-encode-content-transfer-encoding):
14151         Likewise when encoding.
14152
14153         * mm-bodies.el (mm-decode-content-transfer-encoding):
14154         De-canonicalize CRLF for all text content types, not just
14155         text/plain.
14156
14157 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14158
14159         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14160         valid article; point arrow and cursor at the MIME button.
14161
14162 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14163
14164         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14165         Suggested by Dan Christensen <jdc@uwo.ca>.
14166
14167         * mm-decode.el (mm-save-part): Enable change of prompt.
14168
14169 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14170
14171         * gnus-msg.el (gnus-inews-add-send-actions):
14172         Make `message-post-method' lambda parameter ARG `&optional'.
14173
14174 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14175
14176         * gnus-sum.el (gnus-summary-mime-map):
14177         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14178         gnus-article-jump-to-part.
14179
14180         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14181         (gnus-article-edit-part): Use it.
14182         (gnus-article-part-wrapper): Add no-handle argument.
14183         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14184         New functions.
14185
14186 2005-08-29  Romain Francoise  <romain@orebokech.com>
14187
14188         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14189         docstring.
14190         (gnus-face-from-file): Likewise.
14191
14192 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14193
14194         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14195         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14196         non-nil.
14197         (gnus-auto-select-part): New variable.
14198         (gnus-article-jump-to-part): New function.
14199         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14200         (gnus-mime-delete-part): Allow selecting specified part after
14201         deleting or stripping parts.
14202         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14203         part if argument is bogus.
14204
14205 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14206
14207         * gnus-art.el (w3m-minor-mode-map):
14208         * gnus-spec.el (gnus-newsrc-file-version):
14209         * gnus-util.el (nnmail-active-file-coding-system)
14210         (gnus-original-article-buffer, gnus-user-agent):
14211         * gnus.el (gnus-ham-process-destinations)
14212         (gnus-parameter-ham-marks-alist)
14213         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14214         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14215         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14216         * mm-decode.el (gnus-current-window-configuration):
14217         * mm-extern.el (gnus-article-mime-handles):
14218         * mm-url.el (url-current-object, url-package-name)
14219         (url-package-version):
14220         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14221         (smime-keys, w3m-cid-retrieve-function-alist)
14222         (w3m-current-buffer, w3m-display-inline-images)
14223         (w3m-minor-mode-map):
14224         * mml-smime.el (gnus-extract-address-components):
14225         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14226         (gnus-newsrc-hashtb, message-default-charset)
14227         (message-deletable-headers, message-options)
14228         (message-posting-charset, message-required-mail-headers)
14229         (message-required-news-headers):
14230         * mml1991.el (mc-pgp-always-sign):
14231         * mml2015.el (mc-pgp-always-sign):
14232         * nnheader.el (nnmail-extra-headers):
14233         * rfc1843.el (gnus-decode-encoded-word-function)
14234         (gnus-decode-header-function, gnus-newsgroup-name):
14235         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14236
14237 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14238
14239         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14240         the end of the date treatments.
14241
14242 2005-08-15  Simon Josefsson  <jas@extundo.com>
14243
14244         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14245         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14246         Capello and Romain Francoise.
14247         (pgg-fetch-key-function): Remove, not used?
14248         (pgg-insert-url-with-w3): Require url, to get
14249         url-insert-file-contents regardless of where it is defined.
14250
14251 2005-08-13  Romain Francoise  <romain@orebokech.com>
14252
14253         * message.el (message-cite-original-1): New function.
14254         (message-cite-original): Use it.
14255         (message-cite-original-without-signature): Ditto.
14256
14257 2005-08-08  Romain Francoise  <romain@orebokech.com>
14258
14259         * message.el (message-yank-empty-prefix): New variable.
14260         (message-indent-citation): Use it.
14261         (message-cite-original-without-signature): Respect X-No-Archive.
14262
14263 2005-08-08  Simon Josefsson  <jas@extundo.com>
14264
14265         * pgg.el: Autoload url-insert-file-contents instead of loading
14266         w3/url.
14267         (pgg-insert-url-with-w3): Don't load url here.
14268
14269 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14270
14271         * message.el (message-kill-to-signature): Don't insert newline at
14272         bol.
14273         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14274
14275 2005-08-06  Romain Francoise  <romain@orebokech.com>
14276
14277         * message.el (message-user-fqdn): Fix typo in docstring.
14278
14279 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14280
14281         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14282
14283         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14284
14285 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14286
14287         * mm-bodies.el (mm-encode-body): Use coding system rather than
14288         charset to encode text.
14289
14290         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14291         number of charsets if utf-8 is available (XEmacs).
14292
14293 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14294
14295         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14296         taken from `gnus-button-mid-or-mail-regexp'.
14297         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14298         (gnus-button-alist): Improve regexp for domain part of the MIDs
14299         for news:localpart@domain buttons.
14300         (gnus-button-ctan-directory-regexp): Update.
14301
14302 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14303
14304         * sieve-manage.el (sieve-manage-interactive-login):
14305         Use make-local-variable rather than make-variable-buffer-local.
14306         (sieve-manage-open): Ditto.
14307         (sieve-manage-authenticate): Ditto.
14308
14309         * mml.el (mml-generate-mime-1): Make the content type default to
14310         text/plain if the filename is not specified.
14311
14312 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14313
14314         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14315         instead of insert-buffer.
14316
14317         * message.el (message-yank-original): Ditto; set the mark at the
14318         end of the yanked message.
14319
14320 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14321
14322         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14323         lines to scroll rather than to stop it.
14324
14325         * mml.el (mml-generate-default-type): Add doc string.
14326         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14327         default to application/octet-stream when determining the content
14328         type if it is not specified for the part or the mml contents; add
14329         a comment about mml-generate-default-type.
14330
14331 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14332
14333         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14334         make it default to application/octet-stream when determining the
14335         content type if it is not specified for the external contents.
14336
14337 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14338
14339         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14340         segmented parameter but also other parameters might be there.
14341
14342 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14343
14344         * mm-decode.el (mm-display-external): Delete temp file, directory
14345         and buffer immediately if the external process is exited.
14346
14347 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14348
14349         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14350         fewer lines than that of scroll-margin.
14351         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14352
14353 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14354
14355         * gnus-art.el (gnus-article-next-page): Revert.
14356         (gnus-article-beginning-of-window): New macro.
14357         (gnus-article-next-page-1): Use it.
14358         (gnus-article-prev-page): Ditto.
14359         (gnus-article-edit-part): Use insert-buffer-substring instead of
14360         insert-buffer.
14361         (gnus-article-edit-exit): Ditto.
14362
14363         * gnus-util.el (gnus-beginning-of-window): Remove.
14364         (gnus-end-of-window): Remove.
14365
14366         * lpath.el: Don't bind header-line-format and scroll-margin.
14367
14368 2005-07-25  Simon Josefsson  <jas@extundo.com>
14369
14370         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14371         to have the url package without w3.  Reported by Daiki Ueno
14372         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14373
14374 2005-07-20  Didier Verna  <didier@xemacs.org>
14375
14376         * gnus-diary.el: Remove the description comment (nndiary is now
14377         properly documented in the Gnus manual).
14378         Fix the spelling of "Back End".
14379         * nndiary.el: Ditto.
14380         Fix the copyright notice.
14381
14382 2005-07-18  Romain Francoise  <romain@orebokech.com>
14383
14384         * gnus-sum.el (gnus-summary-to-prefix)
14385         (gnus-summary-newsgroup-prefix): New variables.
14386         (gnus-summary-from-or-to-or-newsgroups): Use them.
14387
14388 2005-07-17  Romain Francoise  <romain@orebokech.com>
14389
14390         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14391         space as it's generally not especially interesting to the user.
14392
14393 2005-07-16  Romain Francoise  <romain@orebokech.com>
14394
14395         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14396         nil to avoid prompting and file modification if one of the
14397         messages at the top of the nnfolder file contains a copyright
14398         notice.
14399         Update copyright notice.
14400
14401         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14402         instead of `current-time-string' as the latter creates a time
14403         string that is not RFC 2822 compliant (it lacks the zone).
14404         Update copyright notice.
14405
14406 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14407
14408         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14409         for text/rtf.  Display default in prompt.  Pass default for M-n.
14410
14411         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14412
14413 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14414
14415         * gnus-msg.el (gnus-button-mailto):
14416         Remove save-selected-window-window hackery because it relies on
14417         save-selected-window internals.
14418
14419 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14420
14421         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14422         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14423         (gnus-article-prev-page): Ditto.
14424
14425         * gnus-util.el (gnus-beginning-of-window): New function.
14426         (gnus-end-of-window): New function.
14427
14428         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14429
14430 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14431
14432         * gnus-score.el (gnus-score-edit-all-score):
14433         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14434         gnus-message.
14435
14436 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14437
14438         * gnus-msg.el (gnus-button-mailto):
14439         Remove save-selected-window-window hackery because it relies on
14440         save-selected-window internals.
14441
14442 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14443
14444         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14445         add-minor-mode.
14446         (gnus-binary-mode): Ditto.
14447
14448         * gnus-topic.el (gnus-topic-mode): Ditto.
14449
14450 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14451
14452         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14453         (gnus-article-prev-page): Take scroll-margin into consideration.
14454
14455 2005-07-04  Lute Kamstra  <lute@gnu.org>
14456
14457         Update FSF's address in GPL notices.
14458
14459 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14460
14461         * gnus.el (gnus-exit):
14462         * gnus-group.el (gnus-group-icons):
14463         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14464
14465         * gnus-nocem.el (gnus-nocem):
14466         * message.el (message-various, message-buffers, message-sending)
14467         (message-interface, message-forwarding, message-insertion)
14468         (message-headers, message-news, message-mail):
14469         * pgg-gpg.el (pgg-gpg):
14470         * pgg-parse.el (pgg-parse):
14471         * pgg-pgp.el (pgg-pgp):
14472         * pgg-pgp5.el (pgg-pgp5):
14473         * pop3.el (pop3): Finish `defgroup' description with period.
14474
14475 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14476
14477         * gnus-art.el (article-display-face): Improve the efficiency.
14478         (article-display-x-face): Ditto; remove grey x-face stuff.
14479
14480 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14481
14482         * gnus-art.el (article-display-face): Correct the position in
14483         which Faces are inserted.
14484
14485 2005-06-29  Didier Verna  <didier@xemacs.org>
14486
14487         * gnus-art.el (article-display-face): Display faces in correct
14488         order.
14489
14490 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14491
14492         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14493         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14494         (gnus-nocem-check-article): Fetch the Type header.
14495         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14496         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14497         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14498         make sure gnus-nocem-hashtb is initialized.
14499         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14500         (gnus-nocem-unwanted-article-p): Ditto.
14501
14502         * pgg.el (pgg-verify): Return the verification result.
14503
14504 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14505
14506         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14507         is ascii.
14508
14509 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14510
14511         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14512         `show-nonbreak-escape'.
14513
14514 2005-06-23  Lute Kamstra  <lute@gnu.org>
14515
14516         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14517
14518         * dig.el (dig-mode):
14519         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14520
14521 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14522
14523         * nnimap.el (nnimap-split-download-body): Fix spellings.
14524
14525 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14526
14527         * gnus-art.el (gnus-article-encrypt-body):
14528         * gnus-cus.el (gnus-score-customize):
14529         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14530         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14531
14532 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14533
14534         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14535         header by looking for magic "MII" at the beginnig.
14536
14537 2005-06-16  Miles Bader  <miles@gnu.org>
14538
14539         * gnus-xmas.el (gnus-xmas-group-startup-message):
14540         Use renamed gnus-splash face.
14541
14542         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14543         (assistant-field-face): New backward-compatibility alias for renamed
14544         face.
14545         (assistant-render-text): Use renamed assistant-field face.
14546
14547         * spam.el (spam): Remove "-face" suffix from face name.
14548         (spam-face): New backward-compatibility alias for renamed face.
14549         (spam-face, spam-initialize): Use renamed spam face.
14550
14551         * message.el (message-header-to, message-header-cc)
14552         (message-header-subject, message-header-newsgroups)
14553         (message-header-other, message-header-name)
14554         (message-header-xheader, message-separator, message-cited-text)
14555         (message-mml): Remove "-face" suffix from face names.
14556         (message-header-to-face, message-header-cc-face)
14557         (message-header-subject-face, message-header-newsgroups-face)
14558         (message-header-other-face, message-header-name-face)
14559         (message-header-xheader-face, message-separator-face)
14560         (message-cited-text-face, message-mml-face):
14561         New backward-compatibility aliases for renamed faces.
14562         (message-font-lock-keywords): Use renamed message faces.
14563
14564         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14565         (sieve-test-commands, sieve-tagged-arguments):
14566         Remove "-face" suffix from face names.
14567         (sieve-control-commands-face, sieve-action-commands-face)
14568         (sieve-test-commands-face, sieve-tagged-arguments-face):
14569         New backward-compatibility aliases for renamed faces.
14570         (sieve-control-commands-face, sieve-action-commands-face)
14571         (sieve-test-commands-face, sieve-tagged-arguments-face):
14572         Use renamed sieve faces.
14573
14574         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14575         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14576         (gnus-group-news-3-empty, gnus-group-news-4)
14577         (gnus-group-news-4-empty, gnus-group-news-5)
14578         (gnus-group-news-5-empty, gnus-group-news-6)
14579         (gnus-group-news-6-empty, gnus-group-news-low)
14580         (gnus-group-news-low-empty, gnus-group-mail-1)
14581         (gnus-group-mail-1-empty, gnus-group-mail-2)
14582         (gnus-group-mail-2-empty, gnus-group-mail-3)
14583         (gnus-group-mail-3-empty, gnus-group-mail-low)
14584         (gnus-group-mail-low-empty, gnus-summary-selected)
14585         (gnus-summary-cancelled, gnus-summary-high-ticked)
14586         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14587         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14588         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14589         (gnus-summary-low-undownloaded)
14590         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14591         (gnus-summary-low-unread, gnus-summary-normal-unread)
14592         (gnus-summary-high-read, gnus-summary-low-read)
14593         (gnus-summary-normal-read, gnus-splash):
14594         Remove "-face" suffix from face names.
14595         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14596         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14597         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14598         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14599         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14600         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14601         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14602         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14603         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14604         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14605         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14606         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14607         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14608         (gnus-summary-normal-ticked-face)
14609         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14610         (gnus-summary-normal-ancient-face)
14611         (gnus-summary-high-undownloaded-face)
14612         (gnus-summary-low-undownloaded-face)
14613         (gnus-summary-normal-undownloaded-face)
14614         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14615         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14616         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14617         (gnus-splash-face):
14618         New backward-compatibility aliases for renamed faces.
14619         (gnus-group-startup-message): Use renamed gnus faces.
14620
14621         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14622         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14623         (gnus-server-agent): Remove "-face" suffix from face names.
14624         (gnus-server-agent-face, gnus-server-opened-face)
14625         (gnus-server-closed-face, gnus-server-denied-face)
14626         (gnus-server-offline-face):
14627         New backward-compatibility aliases for renamed faces.
14628         (gnus-server-agent-face, gnus-server-opened-face)
14629         (gnus-server-closed-face, gnus-server-denied-face)
14630         (gnus-server-offline-face): Use renamed gnus faces.
14631
14632         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14633         Remove "-face" suffix from face names.
14634         (gnus-picon-xbm-face, gnus-picon-face):
14635         New backward-compatibility aliases for renamed faces.
14636
14637         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14638         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14639         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14640         (gnus-cite-11): Remove "-face" suffix from face names.
14641         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14642         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14643         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14644         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14645         New backward-compatibility aliases for renamed faces.
14646         (gnus-cite-attribution-face, gnus-cite-face-list)
14647         (gnus-article-boring-faces): Use renamed gnus faces.
14648
14649         * gnus-art.el (gnus-signature, gnus-header-from)
14650         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14651         (gnus-header-content): Remove "-face" suffix from face names.
14652         (gnus-signature-face, gnus-header-from-face)
14653         (gnus-header-subject-face, gnus-header-newsgroups-face)
14654         (gnus-header-name-face, gnus-header-content-face):
14655         New backward-compatibility aliases for renamed faces.
14656         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14657
14658         * gnus-sum.el (gnus-summary-selected-face)
14659         (gnus-summary-highlight): Use renamed gnus faces.
14660         * gnus-group.el (gnus-group-highlight): Likewise.
14661
14662 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14663
14664         * gnus-sieve.el (gnus-sieve-article-add-rule):
14665         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14666         * spam-stat.el (spam-stat-buffer-change-to-spam)
14667         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14668
14669         * message.el (message-is-yours-p):
14670         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14671
14672 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14673
14674         * mm-view.el (mm-inline-text): Withdraw the last change.
14675
14676 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14677
14678         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14679         executing enriched-decode.
14680
14681 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14682
14683         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14684         charset of tar files.
14685
14686 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14687
14688         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14689
14690 2005-06-04  Lute Kamstra  <lute@gnu.org>
14691
14692         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14693         information is never recorded.
14694
14695 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14696
14697         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14698
14699 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14700
14701         * pop3.el (pop3-apop): Run md5 in the binary mode.
14702
14703         * starttls.el (starttls-set-process-query-on-exit-flag):
14704         Use eval-and-compile.
14705
14706 2005-05-31  Simon Josefsson  <jas@extundo.com>
14707
14708         * smime.el (smime-replace-in-string): Define.
14709         (smime-cert-by-ldap-1): Use it.
14710
14711 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14712
14713         * gnus-art.el (article-display-x-face): Replace
14714         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14715
14716         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14717         set-process-query-on-exit-flag or process-kill-without-query.
14718
14719         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14720         loop instead of replace-regexp.
14721
14722         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14723         instead of process-kill-without-query if it is available.
14724
14725         * lpath.el: Fbind ldap-search-entries.
14726
14727         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14728         instead of find-file-hooks if it is available.
14729
14730         * mml1991.el: Bind pgg-default-user-id when compiling.
14731
14732         * mml2015.el: Bind pgg-default-user-id when compiling.
14733
14734         * nndraft.el (nndraft-request-associate-buffer):
14735         Use write-contents-functions instead of write-contents-hooks if it is
14736         available.
14737
14738         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14739         instead of find-file-hooks if it is available.
14740
14741         * nntp.el (nntp-open-connection): Replace
14742         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14743         (nntp-open-ssl-stream): Ditto.
14744         (nntp-open-tls-stream): Ditto.
14745
14746         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14747         set-process-query-on-exit-flag or process-kill-without-query.
14748         (starttls-open-stream-gnutls): Use it instead of
14749         process-kill-without-query.
14750         (starttls-open-stream): Ditto.
14751
14752 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14753
14754         * smime.el (smime-cert-by-ldap-1): Don't use
14755         replace-regexp-in-string.
14756
14757 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14758
14759         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14760
14761         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14762         in PEM format.  Adjust to the XEmacs compability.
14763
14764 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14765
14766         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14767         by `string-to-number'.
14768         * gnus-agent.el (gnus-agent-regenerate-group)
14769         (gnus-agent-fetch-articles): Ditto.
14770         * gnus-art.el (gnus-button-fetch-group): Ditto.
14771         * gnus-cache.el (gnus-cache-generate-active)
14772         (gnus-cache-articles-in-group): Ditto.
14773         * gnus-group.el (gnus-group-set-current-level)
14774         (gnus-group-insert-group-line): Ditto.
14775         * gnus-score.el (gnus-score-set-expunge-below)
14776         (gnus-score-set-mark-below, gnus-summary-score-effect)
14777         (gnus-summary-score-entry): Ditto.
14778         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14779         (gnus-soup-pack): Ditto.
14780         * gnus-spec.el (gnus-xmas-format): Ditto.
14781         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14782         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14783         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14784         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14785         * nndb.el (nndb-get-remote-expire-response): Ditto.
14786         * nndiary.el (nndiary-parse-schedule-value)
14787         (nndiary-string-to-number, nndiary-request-replace-article)
14788         (nndiary-request-article): Ditto.
14789         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14790         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14791         * nneething.el (nneething-make-head): Ditto.
14792         * nnfolder.el (nnfolder-request-article)
14793         (nnfolder-retrieve-headers): Ditto.
14794         * nnheader.el (nnheader-file-to-number): Ditto.
14795         * nnkiboze.el (nnkiboze-request-article): Ditto.
14796         * nnmail.el (nnmail-process-unix-mail-format)
14797         (nnmail-process-babyl-mail-format): Ditto.
14798         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14799         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14800         (nnmh-request-create-group, nnmh-request-list-1)
14801         (nnmh-request-group, nnmh-request-article): Ditto.
14802         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14803         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14804         * nnsoup.el (nnsoup-make-active): Ditto.
14805         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14806         * nntp.el (nntp-find-group-and-number)
14807         (nntp-retrieve-headers-with-xover): Ditto.
14808         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14809         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14810         (pgg-format-key-identifier): Ditto.
14811         * pop3.el (pop3-last, pop3-stat): Ditto.
14812         * qp.el (quoted-printable-decode-region): Ditto.
14813
14814         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14815         of concat.
14816
14817 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14818
14819         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14820
14821         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14822
14823         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14824
14825         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14826
14827         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14828
14829         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14830
14831         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14832         (gnus-carpal-mode): Ditto.
14833
14834         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14835         (gnus-browse-mode): Ditto.
14836
14837         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14838
14839         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14840
14841 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14842
14843         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14844
14845 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14846
14847         * gnus-util.el (gnus-run-mode-hooks): New function.
14848
14849         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14850
14851         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14852         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14853
14854 2005-05-27  Lute Kamstra  <lute@gnu.org>
14855
14856         * dns-mode.el (dns-mode): Specify customization group.
14857
14858 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14859
14860         * gnus-agent.el (gnus-agent-make-mode-line-string):
14861         Use mode-line-highlight as mouse-face.
14862
14863 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14864
14865         * canlock.el (canlock): Change the parent group to news.
14866
14867         * deuglify.el (gnus-outlook-deuglify): Add :group.
14868
14869         * dig.el (dig): Add :group.
14870
14871         * dns-mode.el (dns-mode): Add :group.
14872
14873         * encrypt.el (encrypt): Add :group.
14874
14875         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14876         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14877         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14878         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14879         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14880
14881         * gnus-diary.el (gnus-diary): Add :group.
14882
14883         * gnus.el (gnus-group-news-1-face): Add :group.
14884         (gnus-group-news-1-empty-face): Ditto.
14885         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14886         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14887         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14888         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14889         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14890         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14891         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14892         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14893         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14894         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14895         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14896         (gnus-summary-high-ticked-face): Ditto.
14897         (gnus-summary-low-ticked-face): Ditto.
14898         (gnus-summary-normal-ticked-face): Ditto.
14899         (gnus-summary-high-ancient-face): Ditto.
14900         (gnus-summary-low-ancient-face): Ditto.
14901         (gnus-summary-normal-ancient-face): Ditto.
14902         (gnus-summary-high-undownloaded-face): Ditto.
14903         (gnus-summary-low-undownloaded-face): Ditto.
14904         (gnus-summary-normal-undownloaded-face): Ditto.
14905         (gnus-summary-high-unread-face): Ditto.
14906         (gnus-summary-low-unread-face): Ditto.
14907         (gnus-summary-normal-unread-face): Ditto.
14908         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14909         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14910
14911         * hashcash.el (hashcash): New custom group.
14912         (hashcash-default-payment): Add :group.
14913         (hashcash-payment-alist): Ditto.
14914         (hashcash-default-accept-payment): Ditto.
14915         (hashcash-accept-resources): Ditto.
14916         (hashcash-path): Ditto.
14917         (hashcash-extra-generate-parameters): Ditto.
14918         (hashcash-double-spend-database): Ditto.
14919         (hashcash-in-news): Ditto.
14920
14921         * message.el (message-minibuffer-local-map): Add :group.
14922
14923         * netrc.el (netrc): Add :group.
14924
14925         * sieve-manage.el (sieve-manage-log): Add :group.
14926         (sieve-manage-default-user): Diito.
14927         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14928         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14929         (sieve-manage-authenticators): Ditto.
14930         (sieve-manage-authenticator-alist): Ditto.
14931         (sieve-manage-default-port): Ditto.
14932
14933         * sieve-mode.el (sieve-control-commands-face): Add :group.
14934         (sieve-action-commands-face): Ditto.
14935         (sieve-test-commands-face): Ditto.
14936         (sieve-tagged-arguments-face): Ditto.
14937
14938         * smime.el (smime): Add :group.
14939
14940         * spam-report.el (spam-report): Add :group.
14941
14942         * spam.el (spam, spam-face): Add :group.
14943
14944 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14945
14946         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14947         return \n.\n.\n at the end of articles.  Protect against that.
14948         (nntp-with-open-group): Allow debugging.
14949
14950         * nnheader.el (mail-header-set-extra): Make into a function
14951         because I just could't understand how to quote the list properly.
14952
14953         * dns.el (query-dns-cached): New function.
14954
14955 2005-05-26  Lute Kamstra  <lute@gnu.org>
14956
14957         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14958
14959 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14960
14961         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14962
14963         * gnus-art.el: Don't autoload mail-extract-address-components.
14964
14965         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14966         eval-and-compile to evaluate it.
14967
14968         * hashcash.el: Don't autoload executable-find.
14969
14970         * nndb.el: Don't declare the nndb back end two or more times; don't
14971         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14972
14973         * nntp.el: Autoload format-spec instead of format; use
14974         eval-and-compile to evaluate autoload forms.
14975
14976 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14977
14978         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14979
14980 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14981
14982         * gnus.el (gnus-version-number): Bump version.
14983
14984 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14985
14986         * gnus.el: No Gnus v0.3 is released.
14987
14988 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14989
14990         * lpath.el (featurep): Bind show-nonbreak-escape.
14991
14992 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14993
14994         * gnus-art.el (gnus-article-edit-part): Disable undo.
14995
14996 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14997
14998         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14999         gnus-article-date-lapsed-new-header is t if date timer is active;
15000         skip headers in which the original date value is empty.
15001         (gnus-article-save-original-date): Redefine it as a macro.
15002         (gnus-display-mime): Use it.
15003
15004 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15005
15006         * gnus-art.el (article-date-ut): Support converting date in
15007         forwarded parts as well.
15008         (gnus-article-save-original-date): New function.
15009         (gnus-display-mime): Use it.
15010
15011 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15012
15013         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15014         enclosure element of <item>.
15015
15016 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15017
15018         * message.el (message-kill-buffer-query): Rename from
15019         `message-kill-buffer-query-if-modified'.  Add :version.
15020
15021 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15022
15023         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15024         window layout.
15025
15026 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15027
15028         * mml.el: Autoload dnd when compiling.
15029
15030 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15031
15032         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15033         x-dnd-*.
15034
15035 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15036
15037         * qp.el (quoted-printable-encode-region): Save excursion.
15038
15039 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15040
15041         * message.el (message-kill-buffer-query-if-modified): Add new variable
15042         so the user can kill a modified message buffer quickly.
15043         (message-kill-buffer): Use it.
15044
15045 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15046
15047         * lpath.el: Fbind display-time-event-handler; don't fbind
15048         string-to-multibyte.
15049
15050         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15051
15052 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15053
15054         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15055         contained in text because xml.el decodes entities) with LFs.
15056
15057 2005-04-11  Lute Kamstra  <lute@gnu.org>
15058
15059         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15060         differently.
15061
15062 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15063
15064         * mm-util.el (mm-detect-coding-region): Typo.
15065
15066 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15067
15068         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15069
15070 2005-04-06  Deepak Goel  <deego@gnufans.org>
15071
15072         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15073         user-function allow user modifications of the scores.
15074         (spam-stat-score-buffer-user): New function, to allow
15075         user-computed modifications to the score.
15076         (spam-stat-score-buffer-user-functions): List of additional
15077         scoring functions.
15078         (spam-stat-error-holder): Global temporary error holder.
15079         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15080         variable.
15081
15082 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15083
15084         * gnus-registry.el (gnus-registry-clean-empty-function)
15085         (gnus-registry-trim, gnus-registry-fetch-groups)
15086         (gnus-registry-delete-group): Groups that match
15087         `gnus-registry-ignored-groups' are removed from the registry
15088         entries, not just ignored for splitting.  This helps clean up the
15089         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15090         to get all the groups a message ID is in.
15091
15092         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15093         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15094         (spam-stat-score-buffer-user-functions): Add :number custom type.
15095
15096 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15097
15098         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15099         argument in XEmacs.
15100
15101         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15102         (nnrss-request-group): Decode group name first.
15103         (nnrss-request-article): Make a text/plain article if mml-to-mime
15104         failed.
15105         (nnrss-get-encoding): Return a compatible encoding according to
15106         nnrss-compatible-encoding-alist.
15107         (nnrss-find-el): Use consp instead of listp.
15108         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15109
15110 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15111
15112         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15113         which Emacs 20 doesn't support.
15114         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15115
15116 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15117
15118         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15119         silence the byte compiler inside the defun.
15120
15121         * gnus-demon.el (parse-time-string): Add autoload.
15122
15123         * gnus-delay.el (parse-time-string): Add autoload.
15124
15125         * gnus-art.el (parse-time-string): Add autoload.
15126
15127         * nnultimate.el (parse-time): Require for `parse-time-string'.
15128
15129 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15130
15131         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15132
15133         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15134
15135         * smime.el (smime-ldap-host-list): Add :version.
15136
15137 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15138
15139         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15140         pass it to `gnus-browse-read-group'.
15141         (gnus-browse-read-group): Add NUMBER argument and pass it to
15142         `gnus-group-read-ephemeral-group'.
15143
15144         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15145         argument and pass it to `gnus-group-read-group'.
15146
15147 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15148
15149         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15150         mm-xemacs-find-mime-charset-1 if we have the mule feature
15151         available at runtime.
15152
15153 2005-03-25  Werner Lemberg  <wl@gnu.org>
15154
15155         * nnmaildir.el: Replace `illegal' with `invalid'.
15156
15157 2005-03-23  Lute Kamstra  <lute@gnu.org>
15158
15159         * time-date.el: Add comment on time value formats.
15160         Don't require parse-time.
15161         (with-decoded-time-value): New macro.
15162         (encode-time-value): New function.
15163         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15164         (days-to-time): Return a valid time value when arg is huge.
15165         (time-since): Use time-subtract.
15166         (time-to-number-of-days): Use time-to-seconds.
15167
15168 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15169
15170         * gnus-start.el (gnus-display-time-event-handler):
15171         Check display-time-timer at runtime rather than only at load time
15172         in case display-time-mode is turned off in the mean time.
15173
15174 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15175
15176         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15177         used.
15178
15179         * nneething.el (nneething-map-file-directory): Derive from
15180         `gnus-directory'.
15181
15182         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15183         the To/Cc button.
15184
15185 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15186
15187         * nnmaildir.el (nnmaildir-request-accept-article):
15188         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15189
15190 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15191
15192         * gnus-async.el: Require timer-funcs at compile time when in
15193         XEmacs for `run-with-idle-timer'.
15194
15195 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15196
15197         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15198         autoloaded function.
15199
15200 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15201
15202         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15203
15204 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15205
15206         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15207
15208 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15209
15210         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15211         Add gnus-expert-user to default.
15212
15213 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15214
15215         * nnimap.el (nnimap-open-server): Ditto.
15216
15217         * imap.el (imap-authenticate): Fix typo.
15218
15219 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15220
15221         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15222         buffer (since IMAP server might return FETCH response out of
15223         order, and the nntp buffer must be sorted).
15224
15225 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15226
15227         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15228         comparison on string.
15229
15230         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15231         (gnus-agent-score): Rename category keywords to match gnus-cus.
15232         (gnus-agent-summary-fetch-series): Modify to protect against
15233         gnus-agent-summary-fetch-group clearing processable flags.
15234         (gnus-agent-synchronize-group-flags): Update live group buffer as
15235         synchronization may occur due to the user toggle the plugged
15236         status.
15237         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15238         successfully downloaded.
15239         (gnus-agent-expire-group-1): Avoid using markers when the overview
15240         is in ascending order; greatly improves performance.
15241         (gnus-agent-regenerate-group):
15242         Use gnus-agent-synchronize-group-flags to reset read status in both
15243         gnus and server.
15244         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15245
15246 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15247
15248         * message.el: Don't autoload former message-utils variables.
15249         (message-strip-subject-trailing-was): Change doc string.
15250
15251         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15252         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15253         (nnweb-google-search): Add "hl=en" here.
15254         (nnweb-google-parse-1, nnweb-google-create-mapping):
15255         Don't hardcode URL.
15256
15257 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15258
15259         * message.el (message-get-reply-headers, message-followup):
15260         Mention related variables `message-use-followup-to' and
15261         `message-use-mail-followup-to', in the information buffer.
15262
15263         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15264         of broken groups(-beta).google.com.
15265
15266 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15267
15268         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15269         parameter to invoked gnus-request-move-article; remove the
15270         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15271         all at once instead of once per article.
15272         (gnus-summary-remove-process-mark): Accept a list of articles as
15273         well as a single article for processing.
15274
15275         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15276         parameter.
15277
15278         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15279
15280         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15281
15282         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15283         parameter.
15284
15285         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15286         parameter.
15287
15288         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15289         parameter and remove the gnus-sum-hint-move-is-internal variable.
15290
15291         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15292         parameter.
15293
15294         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15295         parameter.
15296
15297         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15298         parameter.
15299
15300         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15301
15302         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15303         parameter.
15304
15305         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15306         parameter.
15307
15308 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15309
15310         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15311         a more conservative way.
15312
15313 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15314
15315         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15316         buffer, so it moves the window's cursor.
15317
15318 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15319
15320         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15321         `mm-dissect-multipart' and receive the from field as an (optional)
15322         argument from `mm-dissect-multipart'.
15323         (mm-dissect-multipart): Receive the from field as an argument and
15324         pass it on when we call `mm-dissect-buffer' on MIME parts.
15325         Fixes verification/decryption of signed/encrypted MIME parts.
15326
15327 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15328
15329         * gnus-sum.el (gnus-summary-move-article):
15330         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15331         whatever it calls (right now, only nnimap-request-move article
15332         respects it).
15333
15334         * nnimap.el (nnimap-request-move-article):
15335         When gnus-sum-hint-move-is-internal is set, don't do the extra
15336         nnimap-request-article.
15337
15338 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15339
15340         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15341
15342         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15343         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15344
15345         * gnus-sum.el (gnus-summary-caesar-message):
15346         Apply `gnus-treat-article' after rotation.
15347
15348         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15349         doc string.
15350
15351 2005-02-22  Simon Josefsson  <jas@extundo.com>
15352
15353         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15354         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15355         <arne@arnested.dk>.
15356         (encrypt): Add password-cache and password-cache-expiry as group
15357         members.
15358
15359 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15360
15361         * smime.el (smime-ldap-host-list): Doc fix.
15362         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15363         cache) password.
15364         (smime-sign-region): Use it.
15365         (smime-decrypt-region): Use it.
15366         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15367         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15368         fails.
15369         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15370         certificate from DER to PEM format rather than calling openssl.
15371
15372         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15373
15374         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15375         for signing/encryption.
15376
15377         * mml.el (mml-parse-1): Use them.
15378
15379 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15380
15381         * nnrss.el (nnrss-verbose): Remove.
15382         (nnrss-request-group): Use `nnheader-message' instead.
15383
15384 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15385
15386         * nnrss.el (nnrss-verbose): New variable.
15387         (nnrss-request-group): Make it say nnrss is requesting a group.
15388
15389 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15390
15391         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15392         Handle news URL with given port correctly.
15393
15394 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15395
15396         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15397         containing special characters.
15398
15399         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15400
15401         * mml.el (mime-to-mml): Ditto.
15402
15403         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15404         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15405         (rfc2047-decode-region): Quote decoded words containing special
15406         characters when rfc2047-quote-decoded-words-containing-tspecials
15407         is non-nil.
15408
15409 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15410
15411         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15412
15413         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15414
15415 2005-02-15  Simon Josefsson  <jas@extundo.com>
15416
15417         * nnimap.el (nnimap-debug): Doc fix.
15418
15419         * imap.el (imap-debug): Doc fix.
15420
15421 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15422
15423         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15424
15425 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15426
15427         * gnus.el (spam-contents): Improve docs for spam-contents
15428         parameter in its variable incarnation.
15429
15430 2005-02-14  Simon Josefsson  <jas@extundo.com>
15431
15432         * smime-ldap.el: Use require instead of load-library for ldap.
15433         (smime-ldap-search): Indent.
15434         (smime-ldap-search-internal): Shorten line.
15435
15436         * smime.el (smime-cert-by-dns): Add doc-string.
15437         (smime-cert-by-ldap-1): Indent.
15438
15439         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15440         mml-smime-get-dns-ldap.
15441         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15442
15443 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15444
15445         * smime.el: Require smime-ldap.
15446         (smime-ldap-host-list): New variable.
15447         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15448
15449         * mml-smime.el (mml-smime-encrypt-query): New function.
15450         (mml-smime-encrypt-query): Use it.
15451
15452         * smime-ldap.el: New file.
15453
15454 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15455
15456         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15457
15458 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15459
15460         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15461         argument in doc string.  Make query for type more clear.
15462
15463 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15464
15465         * gnus.el (gnus-group-startup-message): Search for gnus images in
15466         etc/images/gnus.
15467         * mm-util.el (mm-image-load-path): Likewise.
15468         * smiley.el (smiley-data-directory): Search for smilies in
15469         etc/images/smilies.
15470
15471 2005-02-09  Kim F. Storm  <storm@cua.dk>
15472
15473         Change Emacs release version from 21.4 to 22.1 throughout.
15474         Change Emacs development version from 21.3.50 to 22.0.50.
15475
15476 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15477
15478         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15479
15480         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15481         non-Mule XEmacs as well.
15482         (mm-decompress-buffer): Signal an error intentionally if it does
15483         not decompress compressed data because auto-compression-mode is
15484         disabled.
15485
15486 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15487
15488         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15489         an ID in the registry even if it has no groups.
15490
15491 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15492
15493         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15494         merge it into mm-decompress-buffer.
15495         (gnus-mime-copy-part): Use the MIME part charset, the value which
15496         a user specified or gnus-newsgroup-charset for decoding, like
15497         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15498         save-buffer what was used.  Suggested by Kevin Ryde
15499         <user42@zip.com.au>.
15500         (gnus-mime-inline-part): Allow the name parameter as well as the
15501         filename parameter; force decompressing of compressed data; always
15502         display contents being not decoded as unibyte.
15503
15504         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15505         as well as the filename parameter.
15506
15507         * mm-util.el (mm-decompress-buffer):
15508         Merge gnus-mime-jka-compr-maybe-uncompress.
15509         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15510         of compressed data.
15511
15512 2005-02-08  Simon Josefsson  <jas@extundo.com>
15513
15514         * imap.el (imap-log): Doc fix.
15515
15516 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15517
15518         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15519         the coding cookies; decompress compressed parts.
15520
15521         * mml.el (mml-generate-mime-1): Add the charset parameter according
15522         to the value which a user specified manually or the coding cookie.
15523
15524         * mm-util.el (mm-string-to-multibyte): New function.
15525         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15526         (mm-coding-system-to-mime-charset): New function.
15527         (mm-decompress-buffer): New function.
15528         (mm-find-buffer-file-coding-system): New function.
15529
15530         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15531         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15532         parts.
15533
15534 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15535
15536         * mm-view.el (mm-display-inline-fontify): Decode a part according
15537         to the charset parameter.
15538
15539 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15540
15541         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15542         prefix arg is neither nil nor a number, as info specifies.
15543
15544 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15545
15546         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15547         timestamps.
15548
15549 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15550
15551         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15552         groups error checking and notify user.
15553
15554 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15555
15556         * message.el (message-send-mail-function): Check existence of
15557         sendmail-program first before using default value
15558         `message-send-mail-with-sendmail'.  Otherwise use more generic
15559         `smtpmail-send-it'.
15560
15561 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15562
15563         * nntp.el (nntp-request-update-info): Always return nil.
15564
15565 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15566
15567         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15568
15569 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15570
15571         * message.el (message-beginning-of-line): Change the behavior when
15572         invoked between BOL and : so that it first moves backward.
15573
15574 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15575
15576         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15577         article buffer when editing of the article is discarded.
15578         (gnus-article-prepare): Revert.
15579
15580 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15581
15582         * gnus-art.el (gnus-article-prepare):
15583         Remove message-strip-forbidden-properties from the local hook.
15584
15585 2005-01-27  Simon Josefsson  <jas@extundo.com>
15586
15587         * password.el (password-cache-add): Only start one timer per key.
15588         Reported by Derek Atkins <warlord@MIT.EDU>.
15589
15590 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15591
15592         * run-at-time.el: Remove.  It is no longer needed as
15593         timer-funcs.el in the xemacs-base package has a working version of
15594         `run-at-time'.
15595
15596         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15597
15598         * password.el: Require timer-funcs instead of run-at-time in
15599         XEmacs.
15600         Remove `password-run-at-time' macro.
15601         (password-cache-add): Use `run-at-time' instead of
15602         `password-run-at-time'.
15603
15604         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15605         Remove `nnheader-cancel-function-timers' alias,
15606         `cancel-function-timers' exists in XEmacs in timer-funcs.
15607
15608         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15609         for `run-with-idle-timer'.
15610
15611         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15612         for `run-at-time'.
15613
15614         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15615         for `with-timeout'.
15616
15617         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15618         the same as for XEmacs 21.4.
15619         No need to ignore `run-with-idle-timer', this function exists in
15620         XEmacs now in timer-funcs.el in the xemacs-base package.
15621         (dgnushack-compile): No need to delete
15622         run-at-time.el from the list of files to compile because it
15623         doesn't exist anymore.
15624
15625 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15626
15627         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15628         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15629
15630 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15631
15632         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15633         sensitively.
15634
15635 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15636
15637         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15638
15639 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15640
15641         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15642         which will be inserted according to the multibyteness of a buffer
15643         rather than the type of contents.  Suggested by ARISAWA Akihiro
15644         <ari@mbf.ocn.ne.jp>.
15645
15646         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15647         of string which old xml.el may return rather than a string.
15648
15649 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15650
15651         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15652
15653 2005-01-16  Simon Josefsson  <jas@extundo.com>
15654
15655         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15656         idn/idna.el isn't available.
15657         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15658         <michael@waxrat.com>.
15659
15660         * hashcash.el: Remove non-FSF copyright header.
15661
15662         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15663         (hashcash-generate-payment): Use it.
15664         (hashcash-generate-payment-async): Use it.
15665
15666 2005-01-15  Simon Josefsson  <jas@extundo.com>
15667
15668         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15669         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15670
15671         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15672         gnus-summary-idna-message.
15673         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15674         (gnus-summary-idna-message): New function.
15675
15676 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15677
15678         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15679         gnus-novice-user.
15680
15681 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15682
15683         * nnrss.el (nnrss-request-delete-group): Delete entries in
15684         nnrss-group-alist as well.
15685         (nnrss-save-server-data): Insert newline.
15686
15687 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15688
15689         * gnus.el (gnus-user-agent): Use list of symbols instead of
15690         symbols.  Display full version number for (S)XEmacs.
15691         Optionally display (S)XEmacs codename.
15692
15693         * gnus-util.el (gnus-emacs-version): Update for new
15694         `gnus-user-agent'.
15695
15696         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15697         Gnus version.
15698
15699 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15700
15701         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15702         which is unreadable in some setups.
15703
15704 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15705
15706         * gnus-spec.el (gnus-update-format-specifications): Flush the
15707         group format spec cache if it doesn't support decoded group names.
15708
15709 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15710
15711         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15712         Allow to apply decay on score files matching a regexp.
15713
15714 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15715
15716         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15717         compatibility in %g and %c.
15718
15719 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15720
15721         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15722         name for only %g and %c.
15723         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15724         of gnus-tmp-group to decoded group name.
15725         (gnus-group-make-rss-group): Exclude `/'s from group names.
15726
15727 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15728
15729         * nnrss.el (nnrss-get-encoding): Fix regexp.
15730
15731 2004-12-27  Simon Josefsson  <jas@extundo.com>
15732
15733         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15734         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15735         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15736
15737 2004-12-17  Kim F. Storm  <storm@cua.dk>
15738
15739         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15740
15741         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15742
15743 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15744
15745         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15746
15747 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15748
15749         * nnrss.el: Require rfc2047 and mml.
15750         (nnrss-file-coding-system): New variable.
15751         (nnrss-format-string): Redefine it as an inline function.
15752         (nnrss-decode-group-name): New function.
15753         (nnrss-string-as-multibyte): Remove.
15754         (nnrss-retrieve-headers): Decode group name; don't use
15755         nnrss-format-string.
15756         (nnrss-request-group): Decode group name.
15757         (nnrss-request-article): Decode group name; allow a Message-ID as
15758         well as an article number; don't use nnrss-format-string; encode a
15759         Message-ID string which may contain non-ASCII characters; use
15760         mml-to-mime to compose a MIME article.
15761         (nnrss-request-expire-articles): Decode group name.
15762         (nnrss-request-delete-group): Decode group name.
15763         (nnrss-fetch): Clarify error message.
15764         (nnrss-read-server-data): Use insert-file-contents instead of load;
15765         bind file-name-coding-system; use multibyte buffer.
15766         (nnrss-save-server-data): Bind coding-system-for-write to the
15767         value of nnrss-file-coding-system; bind file-name-coding-system;
15768         add coding cookie.
15769         (nnrss-read-group-data): Use insert-file-contents instead of load;
15770         bind file-name-coding-system; use multibyte buffer.
15771         (nnrss-save-group-data): Bind coding-system-for-write to the
15772         value of nnrss-file-coding-system; bind file-name-coding-system.
15773         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15774         make it work with non-ASCII text.
15775         (nnrss-find-el): Make it work with old xml.el as well.
15776
15777 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15778
15779         * nnrss.el (nnrss-get-encoding): New function.
15780         (nnrss-fetch): Use unibyte buffer initially; bind
15781         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15782         decode contents according to the encoding attribute.
15783         (nnrss-save-group-data): Add coding cookie.
15784         (nnrss-mime-encode-string): New function.
15785         (nnrss-check-group): Use it to encode subject and author.
15786
15787 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15788
15789         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15790         imaginary variable.
15791
15792 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15793
15794         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15795         correctly even if there are wide characters.
15796
15797 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15798
15799         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15800         downcased symbol names; make a new cache instead of reusing
15801         bbdb-hashtable.
15802
15803 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15804
15805         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15806         concatenating segments rather than before concatenating them.
15807         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15808
15809         * message.el (message-get-reply-headers): Bind `extra'.
15810
15811 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15812
15813         * message.el (message-extra-wide-headers): New variable.
15814         (message-get-reply-headers): Use it.
15815
15816 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15817
15818         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15819         (gnus-agent-group-pathname): Ditto.
15820
15821         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15822
15823         * gnus-group.el (gnus-group-make-group): Decode group name.
15824         (gnus-group-make-rss-group): Register the group data after opening
15825         the nnrss group.
15826
15827 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15828
15829         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15830         by expiry now get marked as read.
15831
15832 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15833
15834         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15835
15836 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15837
15838         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15839         unify Latin characters in XEmacs.
15840         (mm-find-mime-charset-region): Use it.
15841
15842 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15843
15844         * gnus-util.el (gnus-delete-directory): New function.
15845
15846         * gnus-agent.el (gnus-agent-delete-group): Use it.
15847
15848         * gnus-cache.el (gnus-cache-delete-group): Use it.
15849
15850 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15851
15852         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15853         names.
15854
15855 2004-12-16  Simon Josefsson  <jas@extundo.com>
15856
15857         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15858
15859 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15860
15861         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15862
15863         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15864         (gnus-group-set-current-level): Decode group name.
15865
15866 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15867
15868         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15869         failed.
15870
15871 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15872
15873         * gnus-group.el (gnus-group-delete-group): Decode group name.
15874         (gnus-group-make-rss-group): Encode group name.
15875         (gnus-group-catchup-current): Decode group name.
15876         (gnus-group-kill-group): Decode group name.
15877
15878 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15879
15880         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15881
15882 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15883
15884         * gnus-group.el (gnus-group-make-rss-group):
15885         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15886
15887         * gnus-start.el (gnus-setup-news): Honor user's setting to
15888         gnus-message-archive-method.  Suggested by Lute Kamstra
15889         <lute@gnu.org>.
15890
15891 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15892
15893         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15894         global counterparts of the buffer-local variables.
15895
15896 2004-11-16  Romain Francoise  <romain@orebokech.com>
15897
15898         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15899         counterparts of the buffer-local variables.
15900
15901 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15902
15903         * message.el (message-forbidden-properties): Fix typo in doc
15904         string.
15905
15906 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15907
15908         * gnus-util.el (gnus-replace-in-string): Add doc string.
15909
15910         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15911         to avoid problems when splitting mails with many recipients.
15912
15913 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15914
15915         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15916         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15917
15918 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15919
15920         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15921         if there is no hashtable in memory or file modification time is
15922         newer than cached timestamp.
15923
15924 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15925
15926         * gnus-sum.el (gnus-summary-limit-to-recipient):
15927         Implement not-matching option.
15928
15929 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15930
15931         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15932         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15933         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15934         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15935         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15936         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15937
15938 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15939
15940         * message.el (message-forward-make-body-mml): Remove headers
15941         according to message-forward-ignored-headers if a message is decoded.
15942
15943 2004-12-02  Romain Francoise  <romain@orebokech.com>
15944
15945         * message.el (message-forward-make-body-plain): Always remove
15946         headers according to message-forward-ignored-headers.
15947
15948 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15949
15950         * spam.el (spam-summary-prepare-exit): Remove the
15951         gnus-summary-limit pop for now, it has problems with ham marks for
15952         me.
15953
15954 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15955
15956         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15957         correctly.
15958
15959 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15960
15961         * format-spec.el (format-spec): Message the char.
15962
15963 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15964
15965         * gnus-art.el (gnus-split-methods): Reformat comments.
15966
15967         * spam.el (spam-summary-prepare-exit): Remove article limits
15968         before exiting the summary buffer.
15969
15970 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15971
15972         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15973         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15974
15975         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15976         order to silence the byte compiler.
15977
15978         * spam.el: Fix the way to silence the byte compiler, which
15979         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15980         bbdb-search-simple, spam-BBDB-register-routine,
15981         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15982         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15983         spam-stat-buffer-is-spam, spam-stat-load,
15984         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15985         spam-stat-save and spam-stat-split-fancy.
15986
15987 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15988
15989         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15990         which may confuse users.
15991         (canlock-password-for-verify): Ditto.
15992
15993         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15994
15995         * gnus-art.el (gnus-emphasis-alist): Ditto.
15996
15997         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15998
15999         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16000
16001         * gnus-start.el (gnus-save-killed-list): Ditto.
16002
16003         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16004         (gnus-sum-thread-tree-root): Ditto.
16005         (gnus-sum-thread-tree-false-root): Ditto.
16006         (gnus-sum-thread-tree-single-indent): Ditto.
16007
16008         * message.el (message-courtesy-message): Ditto.
16009         (message-archive-note): Ditto.
16010         (message-subscribed-address-file): Ditto.
16011         (message-user-fqdn): Ditto.
16012
16013         * spam-report.el (spam-report-gmane-regex): Ditto.
16014
16015         * spam.el (spam-blackhole-good-server-regex): Ditto.
16016
16017 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16018
16019         * mml.el (mml-preview): Widen the message buffer before copying
16020         the contents to the preview buffer; sort headers before previewing.
16021
16022         * message.el (message-hidden-headers): Fix the way to avoid a bug
16023         in the `repeat' widget in Emacs 21.3 or earlier.
16024
16025 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16026
16027         * message.el (message-hidden-headers): Default to "^References:".
16028         Improve customization type.  Suggested by Reiner Steib
16029         <Reiner.Steib@gmx.de>.
16030
16031 2004-11-25  Romain Francoise  <romain@orebokech.com>
16032
16033         * message.el (message-strip-forbidden-properties): Remove check for
16034         obsolete `message-hidden' text property, hidden headers are not
16035         accessible in the buffer anymore.
16036
16037 2004-11-22  Romain Francoise  <romain@orebokech.com>
16038
16039         * message.el (message-header-format-alist): Add `From' in list
16040         so that it can be sorted.
16041         (message-fix-before-sending): Widen and sort headers before
16042         sending.
16043         (message-hide-headers): Use narrowing to hide headers by moving
16044         them to the top of the buffer and narrowing to the region
16045         underneath.
16046
16047 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16048
16049         * message.el (message-strip-forbidden-properties):
16050         Bind buffer-read-only (etc) to nil.
16051
16052 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16053
16054         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16055         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16056
16057 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16058
16059         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16060
16061 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16062
16063         * dns.el (query-dns): Use sit-for to time instead of
16064         accept-process-output, since that doesn't seem to work on udp
16065         sockets.
16066
16067 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16068
16069         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16070
16071 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16072
16073         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16074         doc string.  Improve doc string.
16075
16076 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16077
16078         * nntp.el (nntp-request-update-info): Return nil if
16079         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16080         may not call gnus-activate-group which uselessly issues the GROUP
16081         commands for all nntp groups and wastes time.  Reported by Romain
16082         Francoise <romain@orebokech.com>.
16083
16084         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16085
16086 2004-11-15  Simon Josefsson  <jas@extundo.com>
16087
16088         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16089         headers separately.
16090         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16091         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16092
16093 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16094
16095         * gnus-start.el (gnus-convert-old-newsrc):
16096         Assign legacy-gnus-agent to 5.10.7.
16097
16098 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16099
16100         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16101         start of the lines.
16102
16103 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16104
16105         * hashcash.el (hashcash-default-payment): Change default to 20.
16106         (hashcash-default-accept-payment): Change default to 20.
16107         (hashcash-process-alist): New variable.
16108         (hashcash-generate-payment-async): Add.
16109         (hashcash-already-paid-p): Add.
16110         (hashcash-insert-payment): Don't generate payments twice.
16111         (hashcash-insert-payment-async): Add.
16112         (hashcash-insert-payment-async-2): Add.
16113         (hashcash-cancel-async): Add.
16114         (hashcash-wait-async): Add.
16115         (hashcash-processes-running-p): Add.
16116         (hashcash-wait-or-cancel): Add.
16117         (mail-add-payment): New optional argument.  Conditionally start
16118         asynchronous calculation.
16119         (mail-add-payment-async): Add.
16120
16121         * message.el (message-send-mail): Wait for asynchronous hashcash
16122         results.  Don't clobber existing X-Hashcash headers.
16123         (message-setup-1): Call mail-add-payment-async when
16124         message-generate-hashcash is non-nil.
16125
16126 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16127
16128         * message.el (message-use-alternative-email-as-from): Examine the
16129         From header as well; use message-make-from in order to include a
16130         user's full name.
16131
16132 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16133
16134         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16135         default; improve customization type.
16136         (gnus-emphasis-custom-with-format): New macro.
16137         (gnus-emphasis-custom-value-to-external): New function.
16138         (gnus-emphasis-custom-value-to-internal): New function.
16139
16140 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16141
16142         * dns.el (query-dns): Resolve reverse addresses.
16143
16144 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16145
16146         * gnus-group.el (gnus-group-get-new-news): Use it.
16147
16148         * gnus-start.el (gnus-check-reasonable-setup): New function.
16149
16150 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16151
16152         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16153         "Args out of range" error.  Reported by Arnaud Giersch
16154         <arnaud.giersch@free.fr>.
16155
16156 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16157
16158         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16159
16160 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16161
16162         * spam.el (spam group): Add :version.
16163
16164         * pgg-def.el (pgg group): Add :version.
16165
16166 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16167
16168         * gnus-art.el (gnus-article-edit-article): Don't associate the
16169         article buffer with a draft file.  This is a temporary measure
16170         against the 2004-08-22 change to gnus-article-edit-mode.
16171
16172 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16173
16174         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16175         (html2text-format-tags): Remove unused variable `attr'.
16176
16177 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16178
16179         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16180
16181         * tls.el (tls-process-connection-type, tls-success)
16182         (tls-certtool-program): Add :version.
16183
16184         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16185         (starttls-extra-arguments, starttls-process-connection-type)
16186         (starttls-connect, starttls-failure, starttls-success): Add :version.
16187
16188         * spam-stat.el (spam-stat): Add :version.
16189
16190         * sieve.el (sieve): Add :version.
16191
16192         * sha1.el (sha1): Add :version.
16193         (sha1-use-external): Remove redundant version.
16194
16195         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16196         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16197         (nnmail-split-fancy-match-partial-words)
16198         (nnmail-split-lowercase-expanded): Add :version.
16199
16200         * nndiary.el (nndiary): Add :version.
16201
16202         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16203
16204         * mml-sec.el (mml-default-sign-method)
16205         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16206         Add :version.
16207
16208         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16209
16210         * mm-url.el (mm-url-use-external, mm-url-program)
16211         (mm-url-arguments): Add :version.
16212
16213         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16214         (mm-attachment-file-modes, mm-decrypt-option)
16215         (mm-w3m-safe-url-regexp): Add :version.
16216
16217         * message.el (message-cite-prefix-regexp)
16218         (message-sendmail-envelope-from, message-minibuffer-local-map)
16219         (message-user-fqdn, message-completion-alist): Add :version.
16220
16221         * gnus-win.el (gnus-configure-windows-hook)
16222         (gnus-use-frames-on-any-display): Add :version.
16223
16224         * gnus-art.el (gnus-article-address-banner-alist)
16225         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16226         (gnus-treat-from-picon, gnus-treat-mail-picon)
16227         (gnus-treat-x-pgp-sig): Add :version.
16228
16229         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16230         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16231         (gnus-summary-article-delete-hook)
16232         (gnus-summary-display-while-building): Add :version.
16233
16234         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16235         (gnus-get-top-new-news-hook): Add :version.
16236
16237         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16238         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16239
16240         * gnus-registry.el (gnus-registry): Add :version.
16241
16242         * gnus-spec.el (gnus-use-correct-string-widths)
16243         (gnus-make-format-preserve-properties): Add :version.
16244
16245         * gnus.el (gnus-group-charter-alist)
16246         (gnus-group-fetch-control-use-browse-url)
16247         (gnus-install-group-spam-parameters): Add :version.
16248
16249         * gnus-diary.el (gnus-diary): Add :version.
16250
16251         * gnus-delay.el (gnus-delay): Add :version.
16252
16253         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16254         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16255         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16256         Add :version.
16257
16258         * gnus-agent.el (gnus-agent-max-fetch-size)
16259         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16260         (gnus-agent-prompt-send-queue): Add :version.
16261
16262         * deuglify.el (gnus-outlook-deuglify): Add :version.
16263
16264         * html2text.el: Beautify code.  Improve doc strings.
16265         Some checkdoc cleanup.
16266         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16267
16268 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16269
16270         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16271
16272 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16273
16274         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16275         when package is loaded.
16276
16277         * spam.el (spam-summary-score-preferred-header): Add global preference
16278         for people who want to override the default SpamAssassin over
16279         Bogofilter preference (when both are set).
16280         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16281         (spam-user-format-function-S):
16282         Check spam-summary-score-preferred-header.
16283         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16284         (spam-user-format-function-S): Format the score correctly.
16285
16286 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16287
16288         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16289         signature file.  Suggested by Manoj Srivastava
16290         <srivasta@golden-gryphon.com>.
16291
16292         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16293         iso-2022-jp even in the Japanese language environment.
16294         Suggested by Jason Rumney <jasonr@gnu.org>.
16295
16296 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16297
16298         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16299         use the same characters as the dummy marks; make it free from
16300         getting affected by the language environment.
16301         (gnus-summary-read-group-1): Update mark positions only when the
16302         format spec is updated.
16303
16304         * gnus-spec.el (gnus-update-format-specifications): Return a list
16305         of updated types.
16306
16307 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16308
16309         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16310         of boundp to check if display-warning is available.
16311
16312 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16313
16314         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16315
16316 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16317
16318         * nnspool.el (nnspool-spool-directory): Use news-path if the
16319         news-directory variable is not bound.
16320
16321         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16322         function instead of display-warning if it is not available.
16323
16324 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16325
16326         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16327         v5-10: Use `point-at-bol'.
16328
16329 2004-10-26  Simon Josefsson  <jas@extundo.com>
16330
16331         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16332         <chenggao@gmail.com>.
16333
16334 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16335
16336         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16337         instead.
16338
16339 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16340
16341         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16342         to remove a server from the nnimap-server-buffer-alist.
16343         (nnimap-open-connection, nnimap-close-server): Use it.
16344
16345         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16346
16347 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16348
16349         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16350         running the major-mode function.
16351
16352 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16353
16354         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16355         dummy marks in the right way.
16356
16357 2004-10-18  David Edmondson  <dme@dme.org>
16358
16359         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16360         excessively.
16361
16362 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16363
16364         * gnus-util.el (gnus-split-references): Accept a nil references
16365         string and go on blissfully.
16366
16367         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16368         cases where the references string is non-nil but has no references.
16369
16370         * encrypt.el: Add autoload tags.
16371
16372         * spam.el (spam-resolve-registrations-routine): Remove article
16373         from unregistration list too.  Reported by David Hanak
16374         <dhanak@isis.vanderbilt.edu>
16375
16376 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16377
16378         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16379         nil.  Change custom type.
16380
16381 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16382
16383         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16384
16385         * gnus-sum.el (gnus-summary-move-article): Use it.
16386
16387 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16388
16389         * encrypt.el: Add autoload cookies.
16390
16391         * spam.el (spam-backend-article-list-property)
16392         (spam-backend-get-article-todo-list)
16393         (spam-backend-put-article-todo-list)
16394         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16395         Resolve registrations separately.
16396         (spam-register-routine): Format comments.
16397         (spam-unregister-routine, spam-register-routine): Always call with
16398         specific-articles, no default list.
16399         (spam-summary-prepare-exit): Use the spam-classifications function.
16400
16401         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16402         gnus-encrypt.el.
16403
16404         * encrypt.el: Copied from gnus-encrypt.el.
16405
16406         * gnus-encrypt.el: Commented that it's obsolete.
16407
16408 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16409
16410         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16411         (gnus-score-save): Use it.
16412
16413         * message.el (message-bury): Use `window-dedicated-p'.
16414
16415 2004-10-15  Simon Josefsson  <jas@extundo.com>
16416
16417         * pop3.el (top-level): Don't require nnheader.
16418         (pop3-read-timeout): Add.
16419         (pop3-accept-process-output): Add.
16420         (pop3-read-response, pop3-retr): Use it.
16421
16422 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16423
16424         * spam.el (spam-register-routine): Move comment.
16425         (spam-verify-bogofilter): Use 'unknown for the initial
16426         spam-bogofilter-valid state, not 'never.
16427
16428         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16429         for netrc-machine.
16430
16431         * nnimap.el (nnimap-open-connection):
16432         Use netrc-machine-user-or-password.
16433
16434 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16435
16436         * gnus-registry.el (gnus-registry-unload-hook):
16437         Set as a variable with add-hook.
16438
16439         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16440         of news-path.
16441
16442         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16443
16444         * spam.el: Delete duplicate `provide'.
16445         (spam-unload-hook): Set as a variable with add-hook.
16446
16447 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16448
16449         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16450         in the doc string.
16451
16452         * message.el (message-ignored-news-headers)
16453         (message-ignored-supersedes-headers)
16454         (message-ignored-resent-headers)
16455         (message-forward-ignored-headers): Improve custom type.
16456
16457 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16458
16459         * message.el (message-tokenize-header): Fix 2004-09-06 change
16460         which used point-min in the wrong place.
16461
16462 2004-10-12  Simon Josefsson  <jas@extundo.com>
16463
16464         * tls.el (tls-certtool-program): New variable.
16465         (tls-certificate-information): New function, based on
16466         ssl-certificate-information.
16467
16468 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16469
16470         * compface.el: Move the version of ELisp-based uncompface program
16471         to the contrib directory because of the copyright problem.
16472
16473 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16474
16475         * message.el (message-kill-buffer): Raise the current frame.
16476
16477 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16478
16479         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16480
16481         * gnus.el (message-y-or-n-p): Autoload.
16482
16483         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16484         (pop3-password-required, pop3-authentication-scheme)
16485         (pop3-leave-mail-on-server): Make customizable.
16486         (pop3): New custom group.
16487         (pop3-retr): Remove `sleep-for' statements.
16488         Suggested by Dave Love <fx@gnu.org>.
16489
16490         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16491         Windows/DOS.
16492
16493         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16494         (imap-parse-body): Fix incorrect use of `assert'.
16495         Suggested by Dave Love <fx@gnu.org>.
16496
16497         * mml.el (mml-minibuffer-read-disposition): Require match.
16498         Suggested by Dave Love <fx@gnu.org>.
16499
16500 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16501
16502         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16503         doc string.
16504
16505 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16506
16507         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16508
16509 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16510
16511         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16512         instead of calling `mm-insert-inline', to decode text/* parts
16513         before displaying them.
16514
16515 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16516
16517         * mm-uu.el (mm-uu-text-plain-type): New variable.
16518         (mm-uu-pgp-signed-extract-1): Use it.
16519         (mm-uu-pgp-encrypted-extract-1): Use it.
16520         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16521         bind mm-uu-text-plain-type with that value.
16522         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16523         mm-uu-dissect.
16524
16525 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16526
16527         * gnus-group.el (gnus-update-group-mark-positions):
16528         * gnus-sum.el (gnus-update-summary-mark-positions):
16529         * message.el (message-check-news-body-syntax):
16530         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16531         of string-as-multibyte.
16532
16533 2004-10-05  Juri Linkov  <juri@jurta.org>
16534
16535         * gnus-group.el (gnus-update-group-mark-positions):
16536         * gnus-sum.el (gnus-update-summary-mark-positions):
16537         * message.el (message-check-news-body-syntax):
16538         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16539         8-bit unibyte values to a multibyte string for search functions.
16540
16541 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16542
16543         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16544         (mm-uu-dissect-text-parts): New function.
16545
16546         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16547         dissect text parts.
16548
16549         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16550         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16551
16552         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16553
16554         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16555         Use gnus-current-topics instead of gnus-current-topic.
16556
16557 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16558
16559         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16560
16561 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16562
16563         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16564         where approriate.
16565
16566         * nnml.el (nnml-generate-active-info): do.
16567
16568         * nndiary.el (nndiary-generate-active-info): do.
16569
16570         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16571         (gnus-topic-move): do.
16572
16573         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16574         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16575
16576         * gnus-srvr.el (gnus-server-prepare)
16577         (gnus-server-open-all-servers): do.
16578
16579         * gnus-msg.el (gnus-summary-cancel-article)
16580         (gnus-summary-resend-message)
16581         (gnus-summary-mail-crosspost-complaint): do.
16582
16583         * gnus-move.el (gnus-change-server): do.
16584
16585         * gnus-group.el (gnus-group-unmark-all-groups)
16586         (gnus-group-set-current-level): do.
16587
16588 2004-10-04  Simon Josefsson  <jas@extundo.com>
16589
16590         * message.el (message-generate-hashcash): Doc fix.
16591
16592 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16593
16594         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16595         avoid infinite recursion via gnus-get-function.
16596
16597 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16598
16599         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16600
16601         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16602
16603         * nnmail.el (nnmail-split-history): do.
16604
16605         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16606         (nnml-request-delete-group): do.
16607
16608         * nnslashdot.el (nnslashdot-read-groups): do.
16609
16610         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16611         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16612
16613         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16614         (nnspool-sift-nov-with-sed): Use last.
16615         (nnspool-retrieve-headers-with-nov): Use mapc.
16616         (nnspool-request-newgroups): Use dolist.
16617         (nnspool-request-group): Use last.
16618
16619         * nntp.el (nntp-read-server-type): Use dolist.
16620
16621         * nnvirtual.el (nnvirtual-create-mapping)
16622         (nnvirtual-update-read-and-marked): Use dolist.
16623         (nnvirtual-convert-headers): Simplify.
16624
16625 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16626
16627         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16628         Add support for sync'ing tick marks.
16629
16630 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16631
16632         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16633         there's no visible header.
16634
16635 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16636
16637         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16638         When necessary, pass full group name to gnus-request-set-marks.
16639
16640 2004-10-01  Simon Josefsson  <jas@extundo.com>
16641
16642         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16643         acroread.
16644
16645 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16646
16647         * spam-report.el (spam-report-gmane): Fix interactive.
16648
16649         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16650
16651         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16652         when writing file.
16653         (gnus-agent-synchronize-flags): Don't default to being
16654         interactive.
16655
16656 2004-09-30  Simon Josefsson  <jas@extundo.com>
16657
16658         * message.el (message-generate-hashcash): Add.
16659         (message-send-mail): Use it, call mail-add-payment.
16660
16661 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16662
16663         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16664
16665 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16666
16667         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16668         gnus-requst-update-info with explicit code to sync the in-memory
16669         info read flags with the marks being sync'd to the backend.
16670
16671         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16672
16673 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16674
16675         * spam.el (spam-verify-bogofilter): Add new function.
16676         (spam-check-bogofilter)
16677         (spam-bogofilter-register-with-bogofilter): Use it.
16678         (spam-verify-bogofilter): Add small fixes.
16679
16680 2004-09-28  Simon Josefsson  <jas@extundo.com>
16681
16682         * hashcash.el (hashcash-generate-payment): Revert.
16683
16684 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16685
16686         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16687         Use gnus-extract-references instead of gnus-split-references.
16688
16689         * gnus-util.el (gnus-extract-references): Add new function, analogous
16690         to gnus-split-references but extracts only the message-ID without
16691         anything extra.
16692
16693         * hashcash.el (hashcash-generate-payment)
16694         (hashcash-check-payment): Do the right thing if hashcash-path is
16695         nil (because the hashcash program could not be found).
16696
16697         * spam.el (spam-use-hashcash): Remove comment.
16698
16699 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16700
16701         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16702         (gnus-cache-enter-article, gnus-cache-remove-article)
16703         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16704
16705         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16706
16707         * gnus-art.el (article-hide-boring-headers)
16708         (article-translate-strings, article-display-face)
16709         (gnus-article-mime-match-handle-first)
16710         (gnus-article-highlight-headers)
16711         (gnus-article-add-buttons-to-head): do.
16712
16713 2004-09-27  Simon Josefsson  <jas@extundo.com>
16714
16715         * hashcash.el: New version, from
16716         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16717         ../contrib/.
16718
16719 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16720
16721         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16722
16723 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16724
16725         * gnus-dup.el (gnus-dup-open): Use mapc.
16726         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16727
16728         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16729         Reported by Stefan Wiens <s.wi@gmx.net>.
16730
16731         * gnus.el (gnus-shutdown): Use dolist.
16732
16733         * gnus-undo.el (gnus-undo): Use mapc.
16734
16735         * nnrss.el (nnrss-generate-active): do.
16736
16737         * message.el (message-cite-original-without-signature)
16738         (message-cite-original): Use mapc.
16739         (message-do-actions, message-make-forward-subject): Use dolist.
16740
16741 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16742
16743         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16744         deletion to remove entire duplicate line.  Fixes merged article
16745         number bug.
16746
16747 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16748
16749         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16750         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16751         first ask if you want to open a server and then, even when you
16752         responded with no, asking if you want to synchronize the server's
16753         flags.
16754         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16755         multi-line expressions.
16756         (gnus-agent-synchronize-group-flags): New internal function.
16757         Updates marks in memory (in the info structure) AND in the
16758         backend.
16759
16760         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16761
16762         * nnagent.el (nnagent-request-set-mark):
16763         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16764         method, to ensure that synchronization updates marks in the
16765         backend and in the info (in memory) structure.
16766
16767 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16768
16769         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16770         convention fully; don't miss the root article of a thread; make
16771         the X-Draft-From header with correct article numbers.
16772
16773 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16774
16775         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16776         unless plugged.  Disable the agent so that an open failure causes
16777         an error.
16778
16779         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16780         Revert 2004-09-21 change.  The backend must be opened while
16781         synchronizing flags even when the backend stores the flags
16782         locally.
16783
16784 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16785
16786         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16787         in `header' match.  Reported by Svend Tollak Munkejord.
16788
16789         * message.el (message-cite-original): Fix use of
16790         `message-cite-articles-with-x-no-archive'.
16791
16792 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16793
16794         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16795         (gnus-window-to-buffer): Ditto.
16796
16797         * mml.el (mml-preview-buffer): New variable.
16798         (mml-preview): Manage window layout with gnus-buffer-configuration.
16799
16800         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16801         X-Draft-From header even if those articles aren't quoted.
16802
16803 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16804
16805         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16806         (gnus-request-set-mark, gnus-request-update-mark): Use new
16807         g-s-t-u-l-m to decide to use backend even when unplugged.
16808
16809 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16810
16811         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16812         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16813
16814 2004-09-20  Simon Josefsson  <jas@extundo.com>
16815
16816         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16817         "utf-16-le".
16818
16819 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16820
16821         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16822
16823 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16824
16825         * uudecode.el (uudecode-use-external): Add :version.
16826
16827         * smime.el (smime-CA-file, smime-encrypt-cipher)
16828         (smime-dns-server): Add :version.
16829
16830         * smiley.el (gnus-smiley-file-types): Add :version.
16831
16832         * sha1.el (sha1-use-external): Add :version.
16833
16834         * pgg-def.el (pgg-query-keyserver): Add :version.
16835
16836         * nnmail.el (nnmail-fancy-expiry-targets)
16837         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16838         Add :version.
16839
16840         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16841         (nnimap-retrieve-groups-asynchronous): Add :version.
16842         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16843
16844         * mml.el (mml-content-disposition-parameters)
16845         (mml-insert-mime-headers-always): Add :version.
16846
16847         * mm-util.el (mm-coding-system-priorities): Add :version.
16848
16849         * mm-decode.el (mm-inline-text-html-with-images)
16850         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16851         (mm-verify-option): Add :version.
16852         (mm-text-html-renderer): Change :version.
16853
16854         * message.el (message-fcc-externalize-attachments)
16855         (message-required-headers, message-draft-headers)
16856         (message-subject-trailing-was-query)
16857         (message-subject-trailing-was-ask-regexp)
16858         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16859         (message-mark-insert-end, message-archive-header)
16860         (message-archive-note, message-cross-post-default)
16861         (message-cross-post-note, message-followup-to-note)
16862         (message-cross-post-note-function, message-use-mail-followup-to)
16863         (message-subscribed-address-functions)
16864         (message-subscribed-address-file, message-subscribed-addresses)
16865         (message-subscribed-regexps, message-allow-no-recipients)
16866         (message-yank-cited-prefix, message-signature-insert-empty-line)
16867         (message-hidden-headers, message-hierarchical-addresses)
16868         (message-mail-user-agent, message-use-idna)
16869         (message-valid-fqdn-regexp)
16870         (message-strip-special-text-properties, message-header-synonyms)
16871         (message-beginning-of-line, message-tab-body-function): Add :version.
16872         (message-insert-canlock, message-wide-reply-confirm-recipients):
16873         Change :version.
16874
16875         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16876         and :version.
16877         (mail-source-delete-old-incoming-confirm)
16878         (mail-source-movemail-program): Add :version.
16879
16880         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16881         (gnus-agent-cache, gnus-agent): Change :version.
16882
16883         * gnus-util.el (gnus-use-byte-compile): Change :version.
16884
16885         * gnus-sum.el (gnus-summary-make-false-root-always)
16886         (gnus-summary-default-high-score)
16887         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16888         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16889         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16890         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16891         (gnus-sum-thread-tree-single-indent)
16892         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16893         (gnus-sum-thread-tree-leaf-with-other)
16894         (gnus-sum-thread-tree-single-leaf): Add :version.
16895         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16896         (gnus-article-loose-mime): Change :version.
16897
16898         * gnus-start.el (gnus-backup-startup-file)
16899         (gnus-save-startup-file-via-temp-buffer): Add :version.
16900
16901         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16902         (gnus-server-offline-face): Add :version.
16903
16904         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16905
16906         * gnus-msg.el (gnus-gcc-externalize-attachments)
16907         (gnus-debug-files, gnus-debug-exclude-variables)
16908         (gnus-discouraged-post-methods): Change :version.
16909         (gnus-confirm-mail-reply-to-news)
16910         (gnus-confirm-treat-mail-like-news): Add :version.
16911
16912         * gnus-int.el (gnus-server-unopen-status): Add :version.
16913
16914         * gnus-group.el (gnus-group-jump-to-group-prompt)
16915         (gnus-large-ephemeral-newsgroup)
16916         (gnus-fetch-old-ephemeral-headers): Add :version.
16917
16918         * gnus-fun.el (gnus-x-face-directory)
16919         (gnus-convert-pbm-to-x-face-command)
16920         (gnus-convert-image-to-x-face-command)
16921         (gnus-convert-image-to-face-command): Add :version.
16922
16923         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16924
16925         * gnus-cite.el (gnus-cite-blank-line-after-header)
16926         (gnus-article-boring-faces): Add :version.
16927
16928         * gnus-art.el (gnus-buttonized-mime-types)
16929         (gnus-inhibit-mime-unbuttonizing)
16930         (gnus-treat-display-face)
16931         (gnus-treat-body-boundary): Change :version.
16932         (gnus-body-boundary-delimiter, gnus-picon-databases)
16933         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16934         (gnus-treat-date-english, gnus-treat-fold-headers)
16935         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16936         (gnus-treat-mail-picon, gnus-treat-wash-html)
16937         (gnus-article-encrypt-protocol)
16938         (gnus-use-idna, gnus-article-over-scroll)
16939         (gnus-mime-display-multipart-alternative-as-mixed)
16940         (gnus-mime-display-multipart-related-as-mixed)
16941         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16942         (gnus-ctan-url, gnus-button-ctan-handler)
16943         (gnus-button-handle-ctan-bogus-regexp)
16944         (gnus-button-ctan-directory-regexp)
16945         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16946         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16947         (gnus-button-man-level, gnus-button-emacs-level)
16948         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16949
16950         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16951         (gnus-agent-go-online): Change :version.
16952         (gnus-agent-expire-unagentized-dirs)
16953         (gnus-agent-auto-agentize-methods): Add :version.
16954
16955         * flow-fill.el (fill-flowed-display-column)
16956         (fill-flowed-encode-column): Add :version.
16957
16958         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16959         (gnus-outlook-deuglify-unwrap-max)
16960         (gnus-outlook-deuglify-cite-marks)
16961         (gnus-outlook-deuglify-unwrap-stop-chars)
16962         (gnus-outlook-deuglify-no-wrap-chars)
16963         (gnus-outlook-deuglify-attrib-cut-regexp)
16964         (gnus-outlook-deuglify-attrib-verb-regexp)
16965         (gnus-outlook-deuglify-attrib-end-regexp)
16966         (gnus-outlook-display-hook): Add :version.
16967
16968         * binhex.el (binhex-use-external): Add :version.
16969
16970 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16971
16972         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16973         and `invisible'.
16974
16975 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16976
16977         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16978         in gnus-registry-trim.
16979
16980 2004-09-13  Simon Josefsson  <jas@extundo.com>
16981
16982         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16983
16984         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16985
16986         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16987         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16988         <yamaoka@jpl.org>.
16989         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16990         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16991         <yamaoka@jpl.org>.
16992
16993         * sieve.el (sieve-manage-mode): Ditto.
16994
16995 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16996
16997         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16998
16999 2004-09-11  Simon Josefsson  <jas@extundo.com>
17000
17001         * dns-mode.el: Add.
17002
17003         * mm-view.el (mm-display-dns-inline): Add.
17004
17005         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17006         (mm-automatic-display): Ditto.
17007
17008         * mailcap.el (mailcap-mime-data): Add text/dns.
17009         (mailcap-mime-extensions): Map .soa to text/dns.
17010
17011 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17012
17013         * gnus-art.el (article-decode-mime-words, article-babel)
17014         (gnus-article-highlight-signature, gnus-article-add-buttons)
17015         (gnus-signature-toggle): Remove unnecessary bindings of
17016         `inhibit-read-only' inherited from v5.10 merge.
17017
17018 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17019
17020         * nntp.el (nntp): New customization group.
17021         (nntp-authinfo-file): Add customization group.
17022
17023         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17024
17025         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17026
17027         * gnus.el (to-address, to-list, subscribed)
17028         (large-newsgroup-initial): Ditto.
17029
17030         * flow-fill.el (fill-flowed-display-column)
17031         (fill-flowed-encode-column): Ditto.
17032
17033 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17034
17035         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17036         Use point-min rather than 1.
17037         (message-send-mail): Use buffer-size rather than point-max.
17038
17039         * gnus-sum.el (gnus-summary-search-article-forward):
17040         Signal a specific `search-failed' rather than a generic `error'.
17041
17042         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17043         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17044         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17045
17046 2004-09-10  Simon Josefsson  <jas@extundo.com>
17047
17048         * nndb.el (require): Remove tcp and duplicate cl.
17049
17050 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17051
17052         * gnus-agent.el (directory-files-and-attributes): Move forward.
17053
17054 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17055
17056         * gnus-agent.el (directory-files-and-attributes):
17057         Optionally defined to support XEmacs.
17058
17059 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17060
17061         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17062         to avoid run-time CL dependencies.
17063         (gnus-agent-unfetch-articles): New function.
17064         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17065         article numbers even when local .overview file is missing.
17066         (gnus-agent-read-article-number): New function.  Only accepts
17067         27-bit article numbers.
17068         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17069         Use gnus-agent-read-article-number.
17070         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17071         from backend while recognizing that article numbers in .overview
17072         must be valid.
17073         (gnus-agent-update-files-total-fetched-for):
17074         Use directory-files-and-attributes to improve performance.
17075         * gnus-int.el (gnus-request-move-article):
17076         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17077         improve performance.
17078
17079         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17080         some users confused by references to .newsrc when they only have a
17081         .newsrc.eld file.
17082         (gnus-convert-mark-converter-prompt)
17083         (gnus-convert-converter-needs-prompt): Fix use of property list.
17084         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17085         New function.  Used internally to only display 'gnus converting
17086         files' message when actually necessary.
17087
17088         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17089         methods now autoloaded.
17090
17091 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17092
17093         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17094         identifiers.
17095
17096 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17097
17098         * gnus-picon.el: Fix indentation and closing parenthesis.
17099
17100 2004-09-01  Simon Josefsson  <jas@extundo.com>
17101
17102         * message.el (message-canlock-generate): Require sha1, not
17103         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17104         to require within a function.  Sadly, if sha1.el isn't loaded, the
17105         let binding in m-c-g will hide the defcustom definition, which is
17106         bad.)
17107
17108         * canlock.el: Require sha1, not sha1-el.
17109
17110         * message.el: Don't autoload sha1 (there is a autoload cookie in
17111         sha1.el).
17112
17113         * sha1-el.el: Rename to sha1.el.
17114
17115 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17116
17117         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17118
17119 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17120
17121         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17122
17123 2004-08-30  Kim F. Storm  <storm@cua.dk>
17124
17125         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17126
17127         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17128         Add :group 'nnimap.
17129
17130 2004-08-30  Andreas Schwab  <schwab@suse.de>
17131
17132         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17133         ?* and ?\;.
17134
17135         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17136         and ?\' to symbol instead of whitespace.
17137
17138 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17139
17140         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17141
17142         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17143         instead of re-search-forward.
17144
17145         * gnus-uu.el (gnus-uu-save-article): Ditto.
17146         (gnus-uu-post-encode-uuencode): Ditto.
17147
17148         * html2text.el (html2text-clean-list-items): Ditto.
17149         (html2text-clean-dtdd): Ditto.
17150         (html2text-format-tags): Ditto.
17151
17152         * message.el (message-send-mail-with-sendmail): Fix regexp.
17153         (message-fill-field-general): Use search-forward instead of
17154         re-search-forward.
17155         (unbold-region): Ditto.
17156
17157         * nnrss.el (nnrss-request-article): Ditto.
17158
17159         * nnslashdot.el (nnslashdot-request-article): Ditto.
17160
17161         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17162
17163         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17164         "Unrecognized menu descriptor" error in XEmacs.
17165
17166 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17167
17168         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17169         parent article of a sparse article in the thread hashtb.
17170
17171 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17172
17173         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17174         (nnmail-expand-newtext): Lowercase expanded entries if
17175         nnmail-split-lowercase-expanded is non-nil.
17176
17177 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17178
17179         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17180
17181         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17182         of gnus-tmp-news-method into string under XEmacs.  It will be
17183         passed to gnus-correct-length which takes only a string argument.
17184
17185 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17186
17187         * gnus-util.el (gnus-bind-print-variables): New macro.
17188         (gnus-prin1): Use it.
17189         (gnus-prin1-to-string): Use it.
17190         (gnus-pp): New function.
17191         (gnus-pp-to-string): New function.
17192
17193         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17194         Replace pp-to-string with gnus-pp-to-string.
17195         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17196         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17197         * gnus-msg.el (gnus-debug): Ditto.
17198         * gnus-score.el (gnus-score-save): Ditto.
17199         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17200         gnus-pp-to-string.
17201         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17202         with gnus-pp.
17203         * score-mode.el (gnus-score-pretty-print): Ditto.
17204         * webmail.el (webmail-debug): Ditto.
17205
17206 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17207
17208         * gnus-art.el (article-display-face, article-display-x-face):
17209         Use buffer-read-only.
17210
17211 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17212
17213         * gnus-art.el (article-hide-list-identifiers):
17214         Bind inhibit-read-only as t.
17215
17216 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17217
17218         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17219
17220 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17221
17222         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17223         (gnus-narrow-to-page): Don't assume point-min == 1.
17224         (gnus-article-edit-mode): Derive from message-mode.
17225
17226         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17227         point-min == 1.
17228
17229         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17230         Disable incorrect use of `assert'.
17231
17232         * message.el (message-mode): Set comment-start-skip.
17233
17234
17235 2004-08-22  Sam Steingold  <sds@gnu.org>
17236
17237         * pop3.el (pop3-leave-mail-on-server): New user variable.
17238         (pop3-movemail): Delete mail only when it is nil.
17239
17240 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17241
17242         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17243
17244         * mml.el (mml-preview): Use `pop-to-buffer'.
17245
17246         * message.el (message-goto-mail-followup-to): Insert after "To".
17247         (message-carefully-insert-headers): Add comment.
17248
17249         * gnus.el: Remove unused variable `gnus-article-check-size'.
17250
17251         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17252
17253         * gnus-art.el (gnus-button-alist):
17254         Improve `gnus-button-handle-library' entry.
17255
17256 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17257
17258         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17259         Use downcase, since XEmacs capitalizes error messages differently.
17260
17261 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17262
17263         * nntp.el: Add (require 'gnus) due to reference to
17264         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17265
17266 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17267
17268         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17269         Bind `mm-fill-flowed'.
17270
17271         * mm-decode.el (mm-dissect-singlepart): Check it.
17272
17273 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17274
17275         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17276         'imap' for netrc parsing.
17277
17278 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17279
17280         * mailcap.el (mailcap-mime-data): Mark as risky.
17281
17282 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17283
17284         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17285         may be included in the encoded word.
17286         (rfc2047-encode): Don't append a space if the encoded word
17287         includes close parenthesis.
17288
17289 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17290
17291         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17292         of text within parentheses.
17293
17294 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17295
17296         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17297         (gnus-encrypt-write-file-contents): Make the password key the file
17298         name PLUS the cipher, not just the cipher.  Also remove failed
17299         passwords from the cache.
17300
17301 2004-08-06  Simon Josefsson  <jas@extundo.com>
17302
17303         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17304         Doc fix.
17305
17306 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17307
17308         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17309         LWSP.
17310
17311 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17312
17313         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17314         Try to append in-reply-to: data to the references: header.
17315
17316         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17317         (netrc-parse): Use gnus-encrypt.el functions.
17318
17319         * gnus-encrypt.el: Add new file for encryption support; currently
17320         does only a few GPG ciphers and an internal XOR cipher.
17321
17322         * password.el: Add comments on using password-read-and-add.
17323         (password-read-and-add): Add function to read and add the
17324         password to the cache at once.
17325
17326 2004-07-28  Simon Josefsson  <jas@extundo.com>
17327
17328         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17329         parameter (but don't use it, for now).
17330
17331         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17332         instead of hard coding to nil.
17333
17334 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17335
17336         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17337         as mm-inline-image-xemacs does.
17338
17339 2004-07-26  Simon Josefsson  <jas@extundo.com>
17340
17341         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17342         Revert part of 2004-07-17 change below.
17343
17344 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17345
17346         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17347         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17348
17349 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17350
17351         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17352         quotes that actually start with ">" at the beginning of the
17353         lines.
17354
17355 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17356
17357         * rfc2047.el (rfc2047-encode-region): Fix last change.
17358         (rfc2047-encode-parameter): Remove useless concat.
17359
17360 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17361
17362         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17363         encode special characters; fix some kind of misconfigured headers;
17364         signal a real error if debug-on-quit or debug-on-error is non-nil.
17365         (rfc2047-encode-max-chars): New variable.
17366         (rfc2047-encode-1): Use it.
17367         (rfc2047-encode-parameter): New function.
17368
17369         * mml.el (mml-insert-parameter): Remove an excessive space.
17370
17371 2004-07-17  Simon Josefsson  <jas@extundo.com>
17372
17373         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17374         Kai Grossjohann <kai@emptydomain.de>.
17375         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17376         (gnus-group-make-menu-bar): Ditto.
17377
17378         * gnus-util.el (gnus-group-server): Add.
17379
17380 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17381
17382         * message.el (message-clone-locals): Clone sendmail and smtp
17383         variables.
17384
17385 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17386
17387         * rfc2047.el (rfc2047-encode-region): Fix last change.
17388
17389 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17390
17391         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17392         characters as non-special.
17393
17394 2004-07-09  Simon Josefsson  <jas@extundo.com>
17395
17396         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17397         Users will lose all flag changes made while unplugged with
17398         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17399         good default.  See numerous reports on ding mailing list.
17400
17401 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17402
17403         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17404         add generate-head-function and generate-article-function to the
17405         rfc822-forward entry.
17406         (nndoc-rfc822-forward-generate-article): New function.
17407         (nndoc-rfc822-forward-generate-head): New function.
17408
17409         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17410
17411 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17412
17413         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17414         respect display group parameter and gnus-summary-expunge-below.
17415         (gnus-articles-to-read): Remove unused reference to display group
17416         parameter.
17417
17418 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17419
17420         * nnheader.el (nnheader-uniquify-message-id): New experimental
17421         variable.
17422         (nnheader-nov-read-message-id): Use it.
17423
17424         * spam-report.el (spam-report-gmane): Add interactive.
17425
17426 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17427
17428         * mm-encode.el (mm-content-transfer-encoding-defaults):
17429         Use qp-or-base64 for the application/* types.
17430
17431 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17432
17433         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17434
17435 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17436
17437         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17438         trim value.
17439
17440 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17441
17442         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17443         New macro and function.
17444         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17445
17446 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17447
17448         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17449         after-load-alist.
17450
17451 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17452
17453         * gnus-group.el (gnus-group-get-new-news-this-group):
17454         Don't update info that isn't there.
17455
17456 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17457
17458         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17459         entry.
17460
17461 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17462
17463         * mm-view.el (mm-inline-render-with-function): Use multibyte
17464         buffer; decode html source by charset.
17465
17466         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17467
17468         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17469         Mule-UCS is loaded under XEmacs.
17470         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17471
17472 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17473
17474         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17475
17476 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17477
17478         * mm-util.el (mm-coding-system-p): Return a coding-system.
17479         (mm-mime-mule-charset-alist): Use shift_jis instead of
17480         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17481         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17482         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17483         instead of japanese-shift-jis and iso-latin-1 respectively in
17484         order to share the default value with both Emacs and XEmacs-mule.
17485         (mm-mule-charset-to-mime-charset):
17486         Make mm-coding-system-priorities effective.
17487         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17488         while predicating of candidates upon the priorities.
17489
17490 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17491
17492         * gnus-sum.el (gnus-summary-make-menu-bar):
17493         Add gnus-uu-invert-processable.
17494
17495         * gnus.el: Autoload gnus-uu-invert-processable.
17496
17497 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17498
17499         * mm-util.el (mm-with-multibyte-buffer): New macro.
17500
17501         * rfc2047.el (rfc2047-encode-string): Use it.
17502         (rfc2047-encode-region): Move point to the end of the region after
17503         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17504
17505 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17506
17507         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17508         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17509
17510 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17511
17512         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17513         (gnus-cite-parse): Ignore quoted envelope From_.
17514         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17515
17516 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17517
17518         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17519         invalid addresses.
17520
17521 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17522
17523         * spam.el: Change section markers, revise TODO list.
17524         (spam-backends): Make new master list of all installed backends.
17525         (spam-summary-exit-behavior): Add new variable to determine how
17526         messages moves are done at summary exit.
17527         (spam-move-spam-nonspam-groups-only)
17528         (spam-process-ham-in-nonham-groups)
17529         (spam-process-ham-in-spam-groups): Remove variables, the
17530         spam-summary-exit-behavior variable should be used to manage this
17531         behavior.
17532         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17533         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17534         and spam-old-spam-articles.
17535         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17536         Add empty variables, placeholders for the backends they represent.
17537         (spam-set-difference): Move, unchanged.
17538         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17539         unless the user has a processor variable.
17540         (spam-classifications, spam-classification-valid-p)
17541         (spam-backend-properties, spam-backend-property-valid-p)
17542         (spam-backend-function-type-valid-p)
17543         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17544         (spam-report-articles-gmane, spam-report-articles-resend):
17545         Remove functions, they are not needed.
17546         (spam-install-backend-super, spam-backend-list)
17547         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17548         (spam-backend-function, spam-backend-ham-registration-function)
17549         (spam-backend-spam-registration-function)
17550         (spam-backend-ham-unregistration-function)
17551         (spam-backend-spam-unregistration-function)
17552         (spam-backend-statistical-p, spam-backend-mover-p)
17553         (spam-install-backend-alias, spam-install-checkonly-backend)
17554         (spam-install-mover-backend, spam-install-nocheck-backend)
17555         (spam-install-backend, spam-install-statistical-backend)
17556         (spam-install-statistical-checkonly-backend): Add backend installation
17557         support.
17558         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17559         (spam-group-processor-p): Use the new backend code and respect the
17560         summary exit behavior.
17561         (spam-mark-spam-as-expired-and-move-routine): Remove.
17562         (spam-summary-prepare): Change to use the new spam-old-articles
17563         variable.
17564         (spam-copy-or-move-routine, spam-copy-spam-routine)
17565         (spam-move-spam-routine, spam-copy-ham-routine)
17566         (spam-move-ham-routine): Add code to copy/move ham or spam.
17567         (spam-fetch-field-fast): Improve doc and code, plus allow the
17568         'number request.
17569         (spam-list-of-checks, spam-list-of-statistical-checks):
17570         Remove variables.
17571         (spam-split, spam-find-spam): Use the new backend code.
17572         (spam-registration-functions): Remove variable.
17573         (spam-unregister-routine): Add convenience wrapper.
17574         (spam-log-undo-registration, spam-register-routine)
17575         (spam-log-processing-to-registry)
17576         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17577         where possible.
17578         (spam-check-gmane-xref, spam-check-regex-headers)
17579         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17580         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17581         (spam-check-bogofilter-headers, spam-check-spamoracle)
17582         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17583         (spam-check-crm114-headers): Use the spam-split-group that
17584         spam-split prepares, no need to determine it every time.
17585
17586         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17587         to the nnheader-parse-naked-head call.
17588
17589         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17590
17591         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17592         the nnheader-nov-read-message-id call.
17593
17594 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17595
17596         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17597         gnus-activate-group twice.  Suggested by Markus Peter
17598         <warp@spin.de>.
17599
17600 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17601
17602         * gnus-art.el (gnus-article-time-format): Exchange the order of
17603         day and month in the default value; fix customization type.
17604         (article-date-ut): Use add-text-properties.
17605         (article-make-date-line): Use message-make-date instead of
17606         current-time-string.
17607
17608         * message.el (message-fetch-field): Don't use set-text-properties.
17609         (message-make-date): Simplify.
17610
17611         * messagexmas.el (message-xmas-make-date): New function.
17612         (message-xmas-redefine): Defalias message-make-date to it.
17613
17614 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17615
17616         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17617         (rfc2047-encode-region): Treat text within parentheses as special;
17618         show the original text when error has occurred.
17619
17620         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17621         already-computed method to gnus-activate-group.
17622
17623         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17624         same select-methods identical Lisp objects.
17625
17626         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17627         object when modifying the info.
17628
17629 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17630
17631         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17632         gnus-opened-servers since it has never been opened with the new
17633         configuration yet.
17634
17635 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17636
17637         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17638         arg to nnheader-generate-fake-message-id.
17639
17640 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17641
17642         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17643         number and build a fake message ID localized to a group and
17644         article number (so it's repeatable from that point on).
17645         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17646         ID format.
17647
17648         * gnus-sum.el (gnus-get-newsgroup-headers):
17649         Call nnheader-generate-fake-message-id with the article number.
17650
17651 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17652
17653         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17654         end-of-buffer.
17655
17656 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17657
17658         * message.el (message-ignored-supersedes-headers): Add Approved.
17659
17660 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17661
17662         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17663         goto-char.
17664         (rfc2047-encode): Fold the line before encoding.
17665
17666 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17667
17668         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17669         folding -- not all headers can be folded, and this should be done
17670         by the message composition mode.  Probably.  I think.
17671
17672 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17673
17674         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17675         fast.
17676
17677         * gnus-ems.el (gnus-remove-image): Don't use
17678         message-text-with-property; remove only the image found first.
17679
17680         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17681         found first.
17682
17683 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17684
17685         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17686
17687 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17688
17689         * message.el (message-text-with-property): Make it fast and accept
17690         optional arguments.
17691         (message-strip-forbidden-properties): Use it.
17692         (message-fix-before-sending): Follow the m-t-w-p change.
17693
17694         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17695
17696 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17697
17698         * gnus-art.el (article-hide-headers): Don't change the buffer
17699         mistakenly when performing mml-preview even if
17700         gnus-single-article-buffer is nil.
17701
17702 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17703
17704         * message.el (message-expand-name-databases): New user option.
17705         (message-expand-name): Use it.
17706
17707 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17708
17709         * spam.el (spam-report-articles-resend)
17710         (spam-report-resend-register-routine): Allow ham reporting.
17711         (spam-report-resend-register-ham-routine): Add wrapper.
17712         (spam-registration-functions): Add ham resending functions.
17713         (spam-list-of-processors): Add ham resend processor.
17714
17715         * gnus.el (ham-resend-to): Add new group parameter.
17716         (spam-process): Add ham resend option.
17717
17718         * spam-report.el (spam-report-resend): Allow reporting ham.
17719         (spam-report-resend-ham): Add wrapper.
17720
17721 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17722
17723         * message.el (message-cite-articles-with-x-no-archive):
17724         New variable.
17725         (message-cite-original): Use it.
17726
17727 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17728
17729         * message.el (message-cite-original): Respect X-No-Archive.
17730
17731 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17732
17733         * gnus-art.el (article-hide-headers): Refer to the values for
17734         gnus-ignored-headers and gnus-visible-headers in the summary
17735         buffer since a user may have set them as group parameters.
17736
17737 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17738
17739         * assistant.el (assistant-node-name): Add convenience function.
17740         (assistant-render-text, assistant-render-node): Add error handling,
17741         plus handle multiple next nodes.
17742         (assistant-find-next-node): Comment out for now.
17743         (assistant-find-next-nodes): Add function, returns list of next
17744         nodes.
17745
17746 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17747
17748         * mail-source.el (mail-source-directory): Fix doc-string.
17749
17750 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17751
17752         * assistant.el (assistant-render-text, assistant-eval): Add :set
17753         widget type, which is different because it takes and returns a
17754         list.  Much hilarity ensues.
17755
17756 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17757
17758         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17759
17760         * gnus-group.el (gnus-group-get-new-news-this-group):
17761         Add doc-string.
17762
17763         * gnus-start.el (gnus-activate-group): Add doc-string.
17764
17765 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17766
17767         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17768
17769 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17770
17771         * assistant.el (assistant-render-text): Try to add a :set
17772         widget, more to come.
17773
17774         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17775         strings.
17776         (spam-report-articles-resend)
17777         (spam-register-routine): Do registration iff any articles warrant
17778         it.
17779         (spam-summary-prepare-exit): Change log message for nil group
17780         destinations.
17781
17782 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17783
17784         * spam.el (spam-report-resend-register-routine):
17785         Allow spam-report-resend-to to be a group parameter or a global value.
17786
17787 2004-05-26  Simon Josefsson  <jas@extundo.com>
17788
17789         * starttls.el: Merge with my GNUTLS based starttls.el.
17790         (starttls-gnutls-program, starttls-use-gnutls)
17791         (starttls-extra-arguments, starttls-process-connection-type)
17792         (starttls-connect, starttls-failure, starttls-success):
17793         New variables.
17794         (starttls-program, starttls-extra-args): Doc fix.
17795         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17796         New functions.
17797         (starttls-negotiate, starttls-open-stream):
17798         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17799         function if it is set.
17800
17801 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17802
17803         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17804         structured fields.
17805
17806 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17807
17808         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17809
17810 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17811
17812         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17813         Add variable.
17814         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17815         assigning the spam-mark to new messages.
17816
17817 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17818
17819         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17820
17821 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17822
17823         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17824
17825         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17826         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17827         default.
17828
17829 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17830
17831         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17832         correct data.
17833
17834 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17835
17836         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17837         (spam-group-processor-p): Fix function.
17838         (spam-group-processor-multiple-p)
17839         (spam-group-spam-processor-report-gmane-p)
17840         (spam-group-spam-processor-report-resend-p)
17841         (spam-group-spam-processor-bogofilter-p)
17842         (spam-group-spam-processor-blacklist-p)
17843         (spam-group-spam-processor-ifile-p)
17844         (spam-group-ham-processor-ifile-p)
17845         (spam-group-spam-processor-spamoracle-p)
17846         (spam-group-spam-processor-crm114-p)
17847         (spam-group-ham-processor-bogofilter-p)
17848         (spam-group-spam-processor-stat-p)
17849         (spam-group-ham-processor-stat-p)
17850         (spam-group-ham-processor-whitelist-p)
17851         (spam-group-ham-processor-BBDB-p)
17852         (spam-group-ham-processor-spamoracle-p)
17853         (spam-group-ham-processor-copy-p): Remove functions with some
17854         prejudice against unneeded code.
17855         (spam-report-articles-resend)
17856         (spam-report-resend-register-routine): Allow the group/topic
17857         spam-resend-to value to override spam-report-resend-to.
17858         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17859         properly now.
17860
17861         * gnus.el (spam-resend-to): Add group/topic parameter.
17862         (spam-process): Move the OBSOLETE processors to the end of the
17863         choices.
17864
17865 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17866
17867         * spam-report.el (spam-report-resend-to, spam-report-resend):
17868         Start with resend-to set to nil, and then ask the user if necessary.
17869         (spam-report-resend): spam-report-resend takes a list of articles, not
17870         separate article numbers.
17871
17872 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17873
17874         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17875         addition to emacs-w3m.
17876
17877 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17878
17879         * assistant.el (assistant-authinfo-data): New function.
17880         (assistant-eval): Eval for entire assistant.
17881
17882         * netrc.el (netrc-services-file): New variable.
17883         (netrc-parse-services): New function.
17884         (netrc-find-service-name): New function.
17885         (netrc-find-service-number): New function.
17886         (netrc-port-equal): New function.
17887         (netrc-machine): Use it.
17888
17889         * nnimap.el (nnimap-open-connection): Use netrc.
17890
17891         * gnus-util.el (gnus-netrc-get): Remove aliases.
17892
17893         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17894
17895         * assistant.el (wid-edit): Fix compilation.
17896
17897         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17898
17899 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17900
17901         * gnus-util.el (gnus-set-file-modes): New function.  (small
17902         patch).
17903
17904 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17905
17906         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17907
17908         * assistant.el (assistant-render-node): Fix up rendering and
17909         read-only text.
17910         (assistant-render-node): Reset.
17911         (assistant-make-read-only): Not sticky.
17912
17913 2004-05-20  Danny Siu  <dsiu@adobe.com>
17914
17915         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17916         centered even when gnus-auto-center-summary is t.
17917
17918 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17919
17920         * dns.el (dns-get-txt-answer): New function.
17921         (dns-read-txt): Ditto.
17922         (query-dns): Use it.
17923
17924 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17925
17926         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17927         active for foreign groups even if the group level is higher than
17928         the specified value.
17929
17930 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17931
17932         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17933         non-active groups.
17934
17935         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17936
17937 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17938
17939         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17940
17941 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17942
17943         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17944         (spam-crm114-header, spam-crm114-spam-switch)
17945         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17946         (spam-crm114-positive-spam-header)
17947         (spam-crm114-database-directory, spam-list-of-processors)
17948         (spam-group-spam-processor-crm114-p)
17949         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17950         (spam-generic-score, spam-list-of-checks)
17951         (spam-list-of-statistical-checks, spam-registration-functions)
17952         (spam-check-crm114-headers, spam-crm114-score)
17953         (spam-check-crm114, spam-crm114-register-with-crm114)
17954         (spam-crm114-register-spam-routine)
17955         (spam-crm114-unregister-spam-routine)
17956         (spam-crm114-register-ham-routine)
17957         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17958         From asjo@koldfront.dk (Adam Sjøgren).
17959
17960         * gnus.el: Add spam-use-crm114.
17961
17962         * spam.el (spam-list-of-processors, spam-registration-functions):
17963         Add spam-use-resend.
17964         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17965         (spam-report-articles-gmane): Add doc fix.
17966         (spam-report-articles-resend, spam-report-resend-register-routine):
17967         Add wrappers around spam-report-resend-to.
17968
17969         * spam-report.el (spam-report-resend-to, spam-report-resend):
17970         Add support for resending spam.
17971         (spam-report-gmane): Fix line length >80.
17972
17973         * gnus.el (spam-process): Add spam-use-resend.
17974
17975 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17976
17977         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17978         number of processed spam messages.
17979         (spam-ham-copy-or-move-routine): Return the number of processed
17980         ham messages.
17981         (spam-summary-prepare-exit): Use the above values to decide
17982         whether status messages shouled be displayed.
17983
17984 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17985
17986         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17987         `rfc2047-encoding-function-alist' in order to avoid conflicting
17988         with the old version.
17989         (rfc2047-encode-region): Concatenate words containing non-ASCII
17990         characters in structured fields; don't encode space-delimited
17991         ASCII words even in unstructured fields; don't break words at
17992         char-category boundaries.
17993         (rfc2047-encode-1): New function.
17994         (rfc2047-encode): Use it; encode text so that it occupies the
17995         maximum width within 76-column; work correctly on Q encoding for
17996         iso-2022-* charsets.
17997         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17998         sure not to break a line just after the header name.
17999         (rfc2047-b-encode-region): Remove.
18000         (rfc2047-b-encode-string): New function.
18001         (rfc2047-q-encode-region): Remove.
18002         (rfc2047-q-encode-string): New function.
18003
18004         * mm-util.el (mm-replace-in-string): New function.
18005
18006 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18007
18008         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18009         Really get it right.
18010         (gnus-inews-make-draft): Really.
18011
18012 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18013
18014         * nnmh.el (nnmh-request-list-1): Don't check the link count
18015         before descending.  (small patch)
18016
18017 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18018
18019         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18020         stuff.
18021
18022         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18023         Match on real group name.
18024
18025         * gnus-art.el (gnus-signature-limit): Doc fix.
18026
18027         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18028
18029         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18030
18031 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18032
18033         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18034         isn't a string.
18035
18036 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18037
18038         * gnus-draft.el (gnus-draft-send):
18039         Bind rfc2047-encode-encoded-words.
18040
18041         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18042         (rfc2047-encodable-p): Say that =? needs encoding.
18043         (rfc2047-encode-encoded-words): New variable.
18044
18045         * gnus-group.el (gnus-group-select-group): Doc fix.
18046
18047         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18048
18049         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18050         to nil.
18051
18052         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18053
18054         * nnheader.el (nnheader-get-lines-and-char): New function.
18055
18056 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18057
18058         * gnus-msg.el (gnus-summary-followup-with-original):
18059         Document yanking of region when active.
18060
18061 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18062
18063         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18064         groups if the group level is higher than the specified value.
18065
18066 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18067
18068         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18069         (gnus-group-jump-to-group): Add prefix argument using
18070         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18071         non-active group.
18072
18073         * compface.el (uncompface): Be verbose when changing
18074         `uncompface-use-external'.
18075
18076         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18077         handle manual section.
18078
18079 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18080
18081         * gnus-art.el (gnus-button-alist): Revert previous change.
18082
18083 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18084
18085         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18086
18087 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18088
18089         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18090         whether backend can accept message.
18091
18092         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18093
18094 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18095
18096         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18097         Avoid creating directory when nntp-marks-is-evil is true.
18098         Reported by Reiner Steib.
18099
18100 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18101
18102         * gnus-picon.el (gnus-picon-style): New variable.
18103         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18104         (gnus-picon-transform-address): Support `gnus-picon-style'.
18105         From Jesper Harder <harder@ifa.au.dk>.
18106
18107 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18108
18109         * message.el (message-fill-field): Return point.
18110         (message-generate-headers): Go to end of field.
18111
18112         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18113         stuff for non-living groups.
18114
18115 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18116
18117         * gnus-art.el (gnus-article-followup-with-original)
18118         (gnus-article-reply-with-original): gnus-mark-active-p ->
18119         gnus-region-active-p.
18120
18121 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18122
18123         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18124         only when there is spam or ham to be processed.
18125
18126 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18127
18128         * mail-source.el (mail-source-delete-crash-box): Refactor.
18129         (mail-source-fetch): Use it.
18130         (mail-source-fetch-file): Ditto.
18131         (mail-source-fetch-directory): Run postscript in loop.
18132         (mail-source-fetch-pop): Delete.
18133         (mail-source-fetch-maildir): Ditto.
18134         (mail-source-fetch-imap): Ditto.
18135
18136         * imap.el (imap-authenticators): Comment out sasl.
18137
18138         * message.el (message-skip-to-next-address): New function.
18139         (message-fill-header-address): Refactor.
18140         (message-fill-address): Use it.
18141         (message-delete-address): Use it.
18142         (message-fill-header-general): Refactor.
18143         (message-fill-field-address): Rename.
18144         (message-narrow-to-field): Find the start of the header.
18145         (message-header-format-alist): Don't pre-fill.
18146         (message-fill-header): Remove.
18147         (message-insert-header): New function.
18148         (message-shorten-references): Use it.
18149
18150         * rfc2047.el (rfc2047-field-value): Strip props.
18151
18152         * mail-parse.el (mail-header-make-address): New alias.
18153
18154         * ietf-drums.el (ietf-drums-make-address): New function.
18155
18156         * imap.el: Add compiler directives.
18157
18158         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18159
18160         * gnus-art.el (article-decode-idna-rhs): Don't use
18161         message-idna-inside-rhs-p.
18162
18163 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18164
18165         * message.el (message-idna-inside-rhs-p): Remove.
18166         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18167
18168         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18169         false positives.
18170
18171 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18172
18173         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18174
18175 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18176
18177         * nneething.el (nneething-file-name): Don't create spurious
18178         files.
18179
18180         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18181         (gnus-inews-do-gcc): Remove sleep.
18182
18183         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18184         part under point.
18185
18186         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18187         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18188
18189 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18190
18191         * spam.el (spam-summary-prepare-exit): Fix (length).
18192
18193 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18194
18195         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18196         as expired without moving it" message when there are spam
18197         messages left.
18198
18199 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18200
18201         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18202         header is not nil.
18203
18204 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18205
18206         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18207         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18208         (nntp-marks-changed-p): New arg SERVER.
18209         (nntp-request-update-info): Adjust caller.
18210
18211 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18212
18213         * nntp.el (nntp-save-marks): Pass missing arg.
18214
18215 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18216
18217         * nntp.el: Support marks.
18218         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18219         (nntp-marks-modtime, nntp-marks-directory): New variables.
18220         (nntp-request-set-mark, nntp-request-update-info)
18221         (nntp-possibly-create-directory, nntp-marks-changed-p)
18222         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18223         New functions.
18224
18225 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18226
18227         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18228         (gnus-xmas-redefine): Rename.
18229
18230         * gnus-score.el (gnus-score-insert-help):
18231         Use gnus-select-lowest-window.
18232
18233         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18234         appt-select-lowest-window and rename to gnus-select-lowest-window.
18235
18236         * gnus.el: do.
18237
18238 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18239
18240         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18241         encodings of MIME-encoded words, in order to improve
18242         interoperability with several broken MUAs.
18243
18244 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18245
18246         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18247         tags, only when charsets are not specified in headers.
18248         (mm-inline-text-html-render-with-w3m): Ditto.
18249
18250         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18251         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18252
18253 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18254
18255         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18256         instead of MIME-decoded from fields when checking
18257         `gnus-article-address-banner-alist'.
18258
18259 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18260
18261         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18262         description rather than subject.
18263
18264 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18265
18266         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18267
18268 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18269
18270         * gnus.el (gnus-version-number): Bump.
18271
18272 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18273
18274         * gnus.el: No Gnus v0.2 is released.
18275
18276 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18277
18278         * gnus-agent.el (gnus-agent-read-agentview):
18279         Inline gnus-uncompress-range.
18280
18281 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18282
18283         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18284         `exec-installed-p'.
18285
18286 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18287
18288         * gnus.el (spam-process, spam-autodetect-methods):
18289         Add bsfilter and bsfilter-headers.
18290
18291         * spam.el (spam-bsfilter): New customize group.
18292         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18293         (spam-bsfilter-header, spam-bsfilter-probability-header)
18294         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18295         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18296         (spam-bsfilter-database-directory): New options.
18297         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18298         (spam-list-of-statistical-checks, spam-registration-functions):
18299         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18300         (spam-bsfilter-score): New command.
18301         (spam-check-bsfilter-headers, spam-check-bsfilter)
18302         (spam-bsfilter-register-with-bsfilter)
18303         (spam-bsfilter-register-spam-routine)
18304         (spam-bsfilter-unregister-spam-routine)
18305         (spam-bsfilter-register-ham-routine)
18306         (spam-bsfilter-unregister-ham-routine): New functions.
18307         (spam-generic-score): Support bsfilter; Accept an optional argument
18308         to recalcurate spam score even if scoring header has already been
18309         added.
18310         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18311         optional argument to recalcurate spam score even if scoring header
18312         has already been added.
18313
18314 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18315
18316         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18317         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18318         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18319         link is missing.
18320
18321 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18322
18323         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18324         (html2text-get-attr): Rewrite.
18325
18326         * message.el (message-setup-1): Remove redundant put-text-property
18327         on mail-header-separator.
18328
18329 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18330
18331         * gnus-registry.el (gnus-registry-cache-whitespace)
18332         (gnus-registry-action, gnus-registry-spool-action)
18333         (gnus-registry-split-fancy-with-parent): Change message levels
18334         from 5 to 3 or 7, as needed.
18335
18336         * spam.el (spam-summary-prepare-exit)
18337         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18338         (spam-split, spam-find-spam, spam-log-undo-registration)
18339         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18340         level from 5 to 6.
18341
18342 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18343
18344         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18345         2004-03-04 change).
18346
18347 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18348
18349         * sieve-manage.el (sieve-manage-open):
18350         * nnweb.el (nnweb-insert-html):
18351         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18352         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18353         * nnspool.el (nnspool-request-group):
18354         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18355         * nnml.el (nnml-request-update-info):
18356         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18357         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18358         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18359         (nnimap-request-set-mark):
18360         * nnfolder.el (nnfolder-request-update-info):
18361         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18362         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18363         * gnus-uu.el (gnus-uu-find-articles-matching):
18364         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18365         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18366         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18367         * gnus-nocem.el (gnus-nocem-scan-groups):
18368         * gnus-int.el (gnus-start-news-server):
18369         * gnus-group.el (gnus-group-make-kiboze-group)
18370         (gnus-group-browse-foreign-server):
18371         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18372         Use mapc when appropriate.
18373
18374 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18375
18376         FIXME: Make separate entries for each person.
18377
18378         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18379         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18380         <shields@msrl.com>:
18381
18382         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18383         may need for spam sorting and scoring.
18384         (spam-user-format-function-S): Add user format function suitable for
18385         general use.
18386         (spam-article-sort-by-spam-status): Add sorting function for summary
18387         sorting.
18388         (spam-extra-header-to-number): Add function to get a score from a
18389         header.
18390         (spam-summary-score): Add function to get a numeric score from the
18391         headers.
18392         (spam-generic-score): Fix function doc, was in wrong place.
18393         (spam-initialize): Take symbols when it's run, and install the
18394         extra headers that spam-necessary-extra-headers thinks we need.
18395
18396 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18397
18398         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18399         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18400
18401 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18402
18403         * gnus-sum.el (gnus-set-global-variables)
18404         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18405         (gnus-article-get-xrefs, gnus-summary-best-group)
18406         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18407         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18408         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18409         Use with-current-buffer.
18410
18411 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18412
18413         * spam.el (spam-summary-prepare-exit): Simplify logic.
18414         (spam-fetch-article-header): Read the article header if it's not
18415         available.
18416         (spam-list-articles): Simplify logic.
18417         (spam-filelist-register-routine): Fix bug with unregister-list.
18418
18419         * gnus-registry.el: Fix comments at beginning.
18420
18421 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18422
18423         * message.el (message-cater-to-broken-inn): Remove.
18424         (message-shorten-references): Make sure the total folded length of
18425         References is shorter than 998 characters to cater to a bug in INN
18426         2.3.  Also, don't pretend that references aren't folded -- this
18427         hasn't worked for a while.
18428
18429 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18430
18431         * gnus-agent.el (gnus-agentize):
18432         gnus-agent-send-mail-real-function no longer set to current value
18433         of message-send-mail-function but rather a lambda that calls
18434         message-send-mail-function.  The change makes the agent real-time
18435         responsive to user changes to message-send-mail-function.
18436
18437 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18438
18439         * legacy-gnus-agent.el
18440         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18441         help from Florian Weimer <fw@deneb.enyo.de>
18442
18443 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18444
18445         * nnmail.el (nnmail-cache-insert): Revert last change.
18446
18447 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18448
18449         * nnmail.el (nnmail-cache-insert): Always check whether
18450         nnmail-cache-ignore-groups matches a group name.
18451
18452 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18453
18454         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18455         (spam-find-spam, spam-log-processing-to-registry)
18456         (spam-log-registered-p, spam-log-unregistration-needed-p)
18457         (spam-log-undo-registration): Use gnus-message instead of
18458         gnus-error, none of these errors are fatal.
18459
18460         * gnus-registry.el (gnus-registry-clean-empty-function)
18461         (gnus-registry-clean-empty): Remove only empty entries without
18462         extra data.
18463
18464 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18465
18466         * spam-stat.el (spam-stat-buffer-change-to-spam)
18467         (spam-stat-buffer-change-to-non-spam): Change (error) to
18468         (gnus-message 8) invocation.
18469
18470 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18471
18472         * nntp.el (nntp-via-netcat-command): New variable.
18473         (nntp-via-netcat-switches): New variable.
18474         (nntp-open-via-rlogin-and-netcat): New function.
18475         (nntp-open-connection-function): Doc fix.
18476         (nntp-telnet-command): Doc fix.
18477         (nntp-end-of-line): Doc fix.
18478         (nntp-via-rlogin-command): Doc fix.
18479         (nntp-via-user-name): Doc fix.
18480         (nntp-via-address): Doc fix.
18481
18482 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18483
18484         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18485         error in Emacs 21.1.
18486
18487 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18488
18489         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18490
18491 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18492
18493         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18494         (gnus-agent-with-refreshed-group): New macro.
18495         (gnus-agent-rename-group): New function.
18496         (gnus-agent-delete-group): New function.
18497         (gnus-agent-save-group-info): Use gnus-command-method when
18498         `method' parameter is nil.  Don't write nil entries into the
18499         active file.
18500         (gnus-agent-get-group-info): New function.
18501         (gnus-agent-fetch-articles):
18502         Use gnus-agent-update-files-total-fetched-for to increment disk space
18503         used.
18504         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18505         Use gnus-agent-update-view-total-fetched-for to increment disk space
18506         used.
18507         (gnus-agent-get-local): Add optional parameters to avoid calling
18508         gnus-group-real-name and gnus-find-method-for-group.
18509         (gnus-agent-set-local): Delete stored entry if either min, or max,
18510         are nil.
18511         (gnus-agent-fetch-session): Reworded error/quit messages.
18512         On quit, use gnus-agent-regenerate-group to record existance of any
18513         articles fetched to disk before the quit occurred.
18514         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18515         gnus-agent-update-view-total-fetched-for, and
18516         gnus-agent-update-files-total-fetched-for to decrement disk space
18517         used.
18518         (gnus-agent-retrieve-headers):
18519         Use gnus-agent-update-view-total-fetched-for to increment disk space
18520         used.
18521         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18522         with gnus-agent-update-files-total-fetched-for to decrement disk
18523         space and fresh group buffer.
18524         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18525         (gnus-agent-need-update-total-fetched-for): New variable.
18526         (gnus-agent-update-files-total-fetched-for): New function.
18527         (gnus-agent-update-view-total-fetched-for): New function.
18528         (gnus-agent-total-fetched-for): New function.
18529
18530         * gnus-cache.el (gnus-cache-save-buffers):
18531         Use gnus-cache-update-overview-total-fetched-for to change disk space
18532         used by this group.
18533         (gnus-cache-possibly-enter-article):
18534         Use gnus-cache-update-file-total-fetched-for to increment disk space
18535         used by this group.
18536         (gnus-cache-possibly-remove-article):
18537         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18538         used by this group.
18539         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18540         (gnus-cache-rename-group): New function.
18541         (gnus-cache-delete-group): New function.
18542         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18543         (gnus-cache-need-update-total-fetched-for): New variable.
18544         (gnus-cache-with-refreshed-group): New macro.
18545         (gnus-cache-update-file-total-fetched-for): New function.
18546         (gnus-cache-update-overview-total-fetched-for): New function.
18547         (gnus-cache-rename-group-total-fetched-for): New function.
18548         (gnus-cache-delete-group-total-fetched-for): New function.
18549         (gnus-cache-total-fetched-for): New function.
18550
18551         * gnus-group.el: Require gnus-sum and autoload functions to
18552         resolve warnings when gnus-group.el compiled alone.
18553         (gnus-group-line-format): Documented new %F.
18554         (size of Fetched data) group line format; identifies disk space
18555         used by agent and cache.
18556         (gnus-group-line-format-alist): Defined new F format.
18557         (gnus-total-fetched-for): New function.
18558         (gnus-group-delete-group): No longer update
18559         gnus-cache-active-altered as gnus-request-delete-group now keeps
18560         the cache in sync.
18561         (gnus-group-list-active): Let the agent store a server's active
18562         list if currently plugged.
18563
18564         * gnus-int.el (gnus-request-delete-group):
18565         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18566         local disk in sync with the server.
18567         (gnus-request-rename-group):
18568         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18569         local disk in sync with the server.
18570
18571         * gnus-start.el (gnus-get-unread-articles):
18572         Cosmetic simplification to logic.
18573
18574         * gnus-util.el (gnus-rename-file): New function.
18575
18576 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18577
18578         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18579
18580 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18581
18582         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18583         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18584
18585 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18586
18587         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18588         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18589
18590 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18591
18592         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18593
18594 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18595
18596         * spam.el (spam-set-difference): Add function to replace
18597         gnus-set-difference in spam.el.
18598         (spam-summary-prepare-exit): Use spam-set-difference.
18599
18600 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18601
18602         * gnus-registry.el (gnus-registry-cache-file): Update to use
18603         gnus-dribble-directory OR gnus-home-directory OR ~.
18604         (gnus-registry-split-fancy-with-parent): Fix doc.
18605
18606 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18607
18608         * message.el (message-exchange-point-and-mark):
18609         Use message-mark-active-p.  Suggested by Jesper Harder
18610         <harder@ifa.au.dk>.
18611
18612 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18613
18614         * message.el (message-exchange-point-and-mark): Don't activate
18615         region if it was inactive.  Suggested by Hiroshi Fujishima
18616         <pooh@nature.tsukuba.ac.jp>.
18617
18618 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18619
18620         * gnus-art.el (article-display-face): Display Faces in the same
18621         order as X-Faces.
18622
18623 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18624
18625         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18626
18627 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18628
18629         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18630         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18631         (gnus-article-mime-hierarchy): Remove.
18632         (gnus-article-mime-hierarchy-next): Remove.
18633         (gnus-article-mode): Revert 2004-03-19 change.
18634         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18635         (gnus-insert-mime-button): Revert 2004-03-19 change.
18636         (gnus-mime-accumulate-hierarchy): Remove.
18637         (gnus-mime-enter-multipart): Remove.
18638         (gnus-mime-leave-multipart): Remove.
18639         (gnus-mime-display-part): Revert 2004-03-19 change.
18640         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18641
18642         * mml.el (mml-preview): Revert 2004-03-19 change.
18643
18644 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18645
18646         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18647
18648 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18649
18650         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18651         t while entering a file name using the mm-with-multibyte macro.
18652         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18653
18654         * mm-util.el (mm-with-multibyte): New macro.
18655
18656 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18657
18658         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18659         New user option.
18660         (gnus-mime-multipart-functions): Doc and customization fix.
18661         (gnus-article-mime-hierarchy): New variable.
18662         (gnus-article-mime-hierarchy-next): New variable.
18663         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18664         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18665         gnus-article-mime-hierarchy-next to nil.
18666         (gnus-insert-mime-button): Show hierarchy numbers.
18667         (gnus-mime-accumulate-hierarchy): New function.
18668         (gnus-mime-enter-multipart): New function.
18669         (gnus-mime-leave-multipart): New function.
18670         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18671         (gnus-mime-display-alternative): Show hierarchy numbers.
18672
18673         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18674         gnus-article-mime-hierarchy-next to nil.
18675
18676 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18677
18678         * dns.el: Don't require gnus-xmas.
18679
18680 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18681
18682         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18683         inline PGP.
18684         (mml-menu): Disable mml-quote-region if mark is inactive.
18685
18686 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18687
18688         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18689         when the group's active is not available.
18690
18691 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18692
18693         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18694         error.
18695
18696 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18697
18698         * imap.el (imap-store-password): New variable.
18699         (imap-interactive-login): Use it.
18700         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18701
18702 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18703
18704         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18705         window-start and hscroll to summary window.
18706
18707 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18708
18709         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18710         conversion message to newsrc-dribble when an actual conversion is
18711         performed.
18712
18713 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18714
18715         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18716
18717 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18718
18719         * mm-decode.el (mm-complicated-handles): New function reviving
18720         former definition of mm-multiple-handles.
18721
18722         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18723         (gnus-mime-delete-part): Use it.
18724
18725 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18726
18727         * gnus-agent.el (gnus-agent-read-local):
18728         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18729         avoid the implicit assumption that they will always be equal.
18730         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18731         coding-system-for-write, as the with-temp-file macro first prints
18732         to a buffer then saves the buffer.
18733
18734 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18735
18736         * gnus-art.el (gnus-article-edit-part): New function.
18737         (gnus-mime-save-part-and-strip): Use it; do query instead of
18738         signaling an error; don't use mm-multiple-handles.
18739         (gnus-mime-delete-part): Ditto.
18740
18741 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18742
18743         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18744         old file versions.
18745         (gnus-group-prepare-hook): Remove function that converted list
18746         form of gnus-agent-expire-days to group properties.
18747
18748         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18749         (gnus-request-accept-article): Re-indented.
18750
18751         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18752         converters to handle old agent file formats.  Add logic for a
18753         "backup before upgrading warning".
18754         (gnus-convert-mark-converter-prompt): Developers can mark
18755         functions as needing (default), or not needing,
18756         gnus-convert-old-newsrc's "backup before upgrading warning".
18757         (gnus-convert-converter-needs-prompt): Tests whether the user
18758         should be protected from potentially irreversable changes by the
18759         function.
18760
18761         * legacy-gnus-agent.el: New.  Provides converters that are only
18762         loaded when gnus-convert-old-newsrc needs to call them.
18763
18764 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18765
18766         * mail-source.el (mail-source-touch-pop): Doc fix.
18767
18768         * message.el (message-smtpmail-send-it): Doc fix.
18769
18770 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18771
18772         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18773
18774         * nnmail.el (nnmail-split-fancy): do.
18775
18776         * gnus-kill.el (gnus-kill, gnus-execute): do.
18777
18778 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18779
18780         * gnus-sum.el (gnus-widget-reversible-match)
18781         (gnus-widget-reversible-to-internal)
18782         (gnus-widget-reversible-to-external): New functions.
18783         (gnus-widget-reversible): New widget.
18784         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18785
18786 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18787
18788         * gnus-sum.el (gnus-thread-sort-functions)
18789         (gnus-article-sort-functions): Document `(not F)' items.
18790
18791 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18792
18793         * spam.el (spam-use-gmane-xref): Add new backend.
18794         (spam-gmane-xref-spam-group): Add variable to control the name of the
18795         Gmane spam group.
18796         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18797         (spam-regex-headers-spam, spam-regex-headers-ham)
18798         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18799         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18800         backends and checks.
18801         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18802
18803         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18804         an autodetect method.
18805
18806 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18807
18808         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18809         articles are being added to a group.
18810         (gnus-request-replace-article): Inform the agent that articles
18811         need to be uncached as the cached contents are no longer valid.
18812
18813 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18814
18815         * binhex.el: Don't autoload executable-find.
18816
18817         * canlock.el: Don't autoload mail-fetch-field.
18818
18819         * dgnushack.el: Autoload c-mode for XEmacs.
18820
18821         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18822
18823         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18824         rmail-dont-reply-to and rmail-output.
18825
18826         * gnus-score.el: Don't autoload ffap-string-at-point.
18827
18828         * gnus-setup.el: Don't autoload sc-cite-original.
18829
18830         * imap.el: Don't autoload base64-decode-string,
18831         base64-encode-string and md5.
18832
18833         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18834         and rmail-msg-restore-non-pruned-header.
18835
18836         * mm-decode.el: Don't autoload executable-find.
18837
18838         * mm-url.el: Don't autoload executable-find.
18839
18840         * mm-view.el: Don't autoload diff-mode.
18841
18842         * nndb.el: Don't autoload news-reply-mode, news-setup,
18843         cancel-timer and telnet.
18844
18845         * password.el: Don't autoload run-at-time for Emacs.
18846
18847         * sha1-el.el: Don't autoload executable-find.
18848
18849         * sieve-mode.el: Don't autoload c-mode.
18850
18851         * uudecode.el: Don't autoload executable-find.
18852
18853 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18854
18855         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18856         (gnus-agent-possibly-alter-active): Avoid null in numeric
18857         comparison.
18858         (gnus-agent-set-local): Refuse to save null in local object table.
18859         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18860         list of articles that will be marked as unread.
18861
18862 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18863
18864         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18865
18866 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18867
18868         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18869         language tags.
18870
18871 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18872
18873         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18874         Don't bind "obarray".
18875
18876         * gnus-sum.el (gnus-thread-sort-functions):
18877         Add `gnus-thread-sort-by-most-recent-number' and
18878         `gnus-thread-sort-by-most-recent-date'.
18879         Reported by Kai Grossjohann <kai@emptydomain.de>.
18880
18881 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18882
18883         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18884
18885 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18886
18887         * gnus-cus.el (gnus-agent-customize-category):
18888         Remove ignore-errors macro reference that required cl to be loaded at
18889         run-time.
18890
18891         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18892         single-interval range of the form (min . max).  Previously the
18893         range had to look like ((min . max)).  Likewise, return
18894         (min . max) rather than ((min . max)).
18895         (gnus-range-map): Use gnus-range-normalize to accept
18896         single-interval range.
18897
18898         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18899         the cache, but not the agent, now appear with their usual face.
18900
18901         * dgnushack.el (loaddir): New variable that is bound to the
18902         directory containing the dgnushack.el file. Use loaddir, rather
18903         than srcdir, to update load-path. Change lets dgnushack compile
18904         code in directories other than GNUS/lisp.
18905
18906 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18907
18908         * lpath.el: Don't bind w3m-safe-url-regexp.
18909
18910         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18911         w3m-safe-url-regexp variable buffer-local.
18912
18913         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18914
18915 2004-02-27  Simon Josefsson  <jas@extundo.com>
18916
18917         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18918         gnus-group-real-prefix.
18919         (gnus-summary-move-article): Use it, instead of
18920         gnus-group-real-prefix.
18921
18922 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18923
18924         * lpath.el: Bind w3m-safe-url-regexp.
18925
18926         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18927         w3m-safe-url-regexp variable buffer-local and set it as the value
18928         of mm-w3m-safe-url-regexp.
18929
18930         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18931
18932         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18933         parsing gnus-posting-styles when the message is not for replying.
18934
18935         * dgnushack.el: Autoload sgml-mode for XEmacs.
18936
18937         * nnrss.el (nnrss-opml-export):
18938         Use mm-set-buffer-file-coding-system instead of
18939         set-buffer-file-coding-system.
18940
18941 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18942
18943         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18944         of checkdoc.el).
18945         * nnrss.el: do.
18946         * gnus-mlspl.el: do.
18947         * gnus-ml.el: do.
18948         * gnus-srvr.el: do.
18949
18950         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18951
18952 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18953
18954         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18955         Corrections to custom-manual links.
18956
18957         * gnus-art.el (gnus-article): Ditto.
18958
18959         * mm-decode.el (mime-display, mime-security): Ditto.
18960
18961 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18962
18963         * flow-fill.el: Typo.
18964
18965 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18966
18967         * spam-wash.el: New file.
18968
18969 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18970
18971         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18972
18973 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18974
18975         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18976         to be run with new-articles as LIST1, not LIST2.
18977         (spam-registration-functions): Add spam-use-ham-copy as a nil
18978         registration backend.
18979
18980 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18981
18982         * spam-stat.el (spam-stat-washing-hook): New option.
18983         (spam-stat-buffer-words): Use it.
18984         (spam-stat-process-directory, spam-stat-test-directory):
18985         Use insert-file-contents-literally.
18986         (spam-stat-coding-system): New variable.
18987         (spam-stat-load, spam-stat-save): Use it.
18988
18989 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18990
18991         * spam-report.el (spam-report-plug-agent):
18992         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18993
18994 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18995
18996         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18997         Allow / in mailto URLs.
18998
18999 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19000
19001         * spam-report.el (spam-report-process-queue): Fix interactive use.
19002         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19003         (spam-report-unplug-agent): Doc fixes.
19004         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19005         (spam-report-agentize, spam-report-deagentize): Autoload.
19006
19007 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19008
19009         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19010
19011         * message.el (message-setup-fill-variables): Add mml tags to
19012         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19013         <ajk@iu.edu>.
19014         (message-mode): Don't modify paragraph-separate there.
19015
19016 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19017
19018         * compface.el (uncompface-use-external): Default to undecided.
19019         (uncompface-use-external-threshold): New variable.
19020         (uncompface-float-time): New macro.
19021         (uncompface): Determine whether to use the external decoder if
19022         uncompface-use-external is undecided.
19023
19024 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19025
19026         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19027         after images.
19028
19029         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19030
19031 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19032
19033         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19034
19035         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19036
19037         * gnus-sum.el (gnus-summary-limit-to-age)
19038         (gnus-summary-limit-children): do.
19039
19040         * gnus-int.el (gnus-request-scan): do.
19041
19042         * gnus-group.el (gnus-group-suspend): do.
19043
19044         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19045
19046         * gnus-cite.el (gnus-cite-parse-attributions): do.
19047
19048         * gnus-agent.el (gnus-summary-set-agent-mark)
19049         (gnus-agent-regenerate-group): do.
19050
19051         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19052
19053         * binhex.el (binhex-decode-region-internal): do.
19054
19055 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19056
19057         * gnus-fun.el (gnus-face-properties-alist): New user option.
19058         (gnus-display-x-face-in-from): Use it.
19059
19060         * gnus-art.el (article-display-face): Ditto.
19061
19062         * compface.el (uncompface-use-external): Default to nil.
19063
19064 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19065
19066         * nntp.el (nntp-erase-buffer): New function.
19067         (nntp-retrieve-data, nntp-send-command)
19068         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19069         (nntp-possibly-change-group): Use it.
19070
19071         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19072         Use with-current-buffer.
19073
19074 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19075
19076         * compface.el: Merge the ELisp-based uncompface program.
19077         (compface): New customization group.
19078         (uncompface-use-external): New user option.
19079         (uncompface): Call uncompface-internal if uncompface-use-external
19080         is nil.
19081         (uncompface-internal): New function.  Note that there are also
19082         some other functions and variables added for this function.
19083
19084 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19085
19086         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19087         if necessary.
19088
19089 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19090
19091         * spam-report.el (spam-report-unplug-agent)
19092         (spam-report-plug-agent, spam-report-deagentize)
19093         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19094         Add support for the Agent in spam-report: when unplugged, report to a
19095         file; when plugged, submit all the requests.
19096
19097         * spam.el (spam-register-routine): Fix message about
19098         registration.
19099
19100 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19101
19102         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19103         dependencies.
19104         (rfc2047-encode): Use it.
19105
19106         * gnus-art.el (gnus-button-marker-list): Move before first
19107         reference.
19108
19109         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19110         (imap-parse-body): Fix format string mismatch.
19111
19112         * gnus-score.el (gnus-summary-increase-score): do.
19113
19114         * nnrss.el (nnrss-close): New function.
19115
19116 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19117
19118         * nnrss.el (nnrss-make-filename): New function.
19119         (nnrss-request-delete-group, nnrss-read-server-data)
19120         (nnrss-save-server-data, nnrss-read-group-data)
19121         (nnrss-save-group-data): Use it.
19122         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19123         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19124         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19125
19126 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19127
19128         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19129
19130 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19131
19132         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19133         files.
19134
19135         * message.el (message-generate-headers-first): Don't quote nil
19136         and t in docstrings.
19137
19138         * imap.el (imap-id): do.
19139
19140         * gnus-agent.el (gnus-agent-consider-all-articles)
19141         (gnus-agent-queue-mail): do.
19142
19143 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19144
19145         * spam-report.el (spam-report-process-queue): New function.
19146         Process requests from `spam-report-requests-file'.
19147         (spam-report-process-queue): Doc fix.
19148
19149 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19150
19151         * spam.el (spam-register-routine)
19152         (spam-log-processing-to-registry, spam-log-registered-p)
19153         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19154         Change "check" to "spam-check" for semi-clarity.
19155
19156 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19157
19158         * pop3.el: Require nnheader.
19159
19160         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19161
19162         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19163
19164         * gnus-picon.el: Require cl.
19165
19166         * gnus-fun.el: Require gnus-ems and gnus-util.
19167
19168         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19169
19170         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19171
19172         * gnus-art.el (gnus-article-edit-mode): Define before first
19173         reference.
19174
19175 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19176
19177         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19178         (gnus-uu-post-encoded): Use point-at-bol.
19179
19180         * gnus-topic.el (gnus-group-active-topic-p): do.
19181
19182         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19183
19184         * gnus-group.el (gnus-group-kill-region): do.
19185
19186         * gnus-art.el (article-date-ut): do.
19187
19188         * message.el (message-fetch-field): Remove redundant
19189         case-fold-search binding.
19190         (message-narrow-to-field): Simplify.
19191
19192 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19193
19194         * spam.el (spam-directory): Derive from `gnus-directory'.
19195
19196         * spam-report.el (spam-report-url-to-file)
19197         (spam-report-requests-file): New function and variable for offline
19198         reporting.
19199         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19200         and user defined function.
19201         (spam-report-url-ping-mm-url): Remove doubled slash.
19202
19203 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19204
19205         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19206
19207 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19208
19209         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19210         Fix format string mismatch.
19211
19212         * sieve.el (sieve-deactivate-all): do.
19213
19214         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19215
19216         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19217
19218         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19219
19220         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19221
19222 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19223
19224         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19225         the list of checks.
19226
19227 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19228
19229         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19230         padding.
19231
19232 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19233
19234         * mm-view.el (mm-fill-flowed): New variable.
19235         (mm-inline-text): Use it.
19236
19237 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19238
19239         * spam.el (spam-spamassassin-register-ham-routine)
19240         (spam-spamassassin-register-spam-routine): Fix function names.
19241
19242 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19243
19244         * gnus.el (gnus-tmp-grouplens): Remove.
19245         (gnus-summary-line-format): Remove grouplens.
19246
19247         * gnus-group.el (gnus-group-line-format): Ditto.
19248
19249         * gnus-spec.el (gnus-format-specs): Ditto.
19250         (gnus-update-format-specifications): Flush the group format spec
19251         cache if there's the grouplens stuff.
19252         (gnus-parse-simple-format): Replace %l with the empty string.
19253
19254 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19255
19256         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19257         omission.
19258
19259 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19260
19261         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19262         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19263
19264 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19265
19266         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19267         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19268         New macros and functions.
19269         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19270         Handle > NLINK_MAX messages.
19271         * nnmaildir.el (nnmaildir-request-set-mark):
19272         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19273
19274 2004-01-25  Alex Schroeder  <alex@gnu.org>
19275
19276         * spam-stat.el (spam-stat-process-directory-age): New option.
19277         (spam-stat-process-directory): Use it.
19278
19279 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19280
19281         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19282         (spam-stat-save): Accept prefix argument.
19283
19284 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19285
19286         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19287         links" error.
19288
19289 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19290
19291         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19292         the rest of the and/or forms.
19293
19294 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19295
19296         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19297         compatibility with old .newsrc.eld files.
19298
19299         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19300
19301         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19302
19303         * gnus-start.el (gnus-1): do.
19304
19305         * gnus-group.el (gnus-group-line-format-alist): do.
19306
19307         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19308
19309         * gnus-gl.el: Remove.
19310
19311 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19312
19313         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19314         marks consisting of a single range {for example, (3 . 5)} rather
19315         than a list of a single range { ((3 . 5)) }.
19316
19317 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19318
19319         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19320         Use with-current-buffer.
19321         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19322         avoid consing a string.
19323
19324         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19325         Remove obsolete entries for big5 and gb2312.
19326
19327 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19328
19329         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19330         uncompressed list.
19331
19332 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19333
19334         * spam-stat.el (spam-stat-strip-xref): New function.
19335         (spam-stat-process-directory): Use it.
19336
19337         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19338         here -- it's done in message-fetch-field.
19339
19340 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19341
19342         * gnus-agent.el (gnus-agent-queue-mail)
19343         (gnus-agent-prompt-send-queue): New variables.
19344         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19345         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19346         "nndraft:queue" along to gnus-draft-send.
19347         Use gnus-agent-prompt-send-queue.
19348         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19349         is "nndraft:queue".  Suggested by Gaute Strokkenes
19350         <gs234@srcf.ucam.org>
19351
19352         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19353         (agent-enable-undownloaded-faces): Add.
19354         (gnus-agent-cat-groups): Use eval-and-compile, not
19355         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19356         method of gnus-agent-cat-groups even when the buffer has been
19357         evaled.
19358         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19359         delete gnus-agent-save-active-1.
19360         (gnus-agent-save-groups): Delete.  Identical to
19361         gnus-agent-save-active.
19362         (gnus-agent-write-active): No longer adjust agent's copy of active
19363         file as agent's adjustments are now stored in their own
19364         file.  Remove optional parameter.
19365         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19366         servers.  Add use of min/max range limits from server's local
19367         file.
19368         (gnus-agent-save-alist): Remove unused optional argument.
19369         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19370         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19371         (gnus-agent-set-local): A per-server file that keeps min/max range
19372         limits for articles known to the agent.  Provides a fast mechanism
19373         for altering many active ranges.
19374         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19375         active file (local makes it unnecessary).
19376         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19377
19378         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19379         (agent-enable-undownloaded-faces): Add.
19380
19381         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19382         disable it when sending to "nndraft:queue".
19383         (gnus-group-send-queue): Add safety check to avoid sending queue
19384         when unplugged.
19385
19386         * gnus-group.el (gnus-group-catchup): Use new
19387         gnus-sequence-of-unread-articles, not
19388         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19389         numbers of articles.  Use gnus-range-map to avoid having to
19390         uncompress the unread list.
19391         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19392         Fix invalid ange-ftp reference.
19393
19394         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19395         (gnus-sorted-range-intersection): Intersection of two ranges
19396         without requiring that they first be uncompressed.
19397
19398         * gnus-start.el (gnus-activate-group): Unless blocked by the
19399         caller, possibly expand the active range to include both cached
19400         and agentized articles.
19401         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19402         multiple version-dependent converters.
19403         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19404         gnus-agent-save-active.
19405         (gnus-save-newsrc-file): Save dirty agent range limits.
19406
19407         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19408         gnus-agent-possibly-alter-active.
19409         (gnus-adjust-marked-articles): Faster handling of simple lists.
19410
19411 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19412
19413         * spam-stat.el (spam-stat-test-directory): New optional argument
19414         displays a list of files detected.  Suggested by Andrew Cohen
19415         <cohen@andy.bu.edu>.
19416         (spam-stat-buffer-words-with-scores): Don't narrow and change
19417         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19418
19419 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19420
19421         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19422         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19423         (spam-spamassassin-arguments)
19424         (spam-spamassassin-spam-flag-header)
19425         (spam-spamassassin-positive-spam-flag-header)
19426         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19427         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19428         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19429         (spam-list-of-processors, spam-list-of-checks)
19430         (spam-list-of-statistical-checks, spam-registration-functions)
19431         (spam-check-spamassassin-headers, spam-check-spamassassin)
19432         (spam-spamassassin-score)
19433         (spam-spamassassin-register-with-sa-learn)
19434         (spam-spamassassin-register-spam-routine)
19435         (spam-spamassassin-register-ham-routine)
19436         (spam-assassin-register-spam-routine)
19437         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19438         (spam-bogofilter-score): Fix to show article before scoring.
19439
19440 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19441
19442         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19443         default scoring function.
19444         (spam-generic-score): Call spam-spamassassin-score if
19445         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19446         spam-bogofilter-score otherwise.
19447
19448         * gnus.el (spam-process, spam-autodetect-methods):
19449         Add spamassassin and spamassassin-headers.
19450
19451 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19452
19453         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19454         Suppress unnecessary messages.
19455
19456 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19457
19458         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19459         make-hash-table.
19460
19461 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19462
19463         * canlock.el (base64-encode-string): Don't autoload it.
19464
19465 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19466
19467         * run-at-time.el: Remove useless (require 'itimer),
19468         eval-and-compile and (featurep 'xemacs).
19469
19470 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19471
19472         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19473         GROUP is a virtual group.
19474
19475 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19476
19477         * gnus.el: Autoload `message-y-or-n-p'.
19478
19479 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19480
19481         * pgg-parse.el: Remove unnecessary (require 'custom).
19482
19483         * pgg-def.el: do.
19484
19485         * nnmail.el: do.
19486
19487         * gnus-undo.el: do.
19488
19489         * gnus-picon.el: do.
19490
19491         * gnus-util.el: do.
19492
19493 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19494
19495         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19496
19497 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19498
19499         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19500         handle, as well as a list.
19501
19502         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19503         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19504         (mm-w3m-cid-retrieve): Simplify.
19505
19506 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19507
19508         * message.el (message-kill-to-signature): Allow prefix arg to
19509         specify number of lines to keep before signature.
19510
19511 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19512
19513         * message.el (message-kill-to-signature): Change docstring.
19514
19515 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19516
19517         * canlock.el: Always require sha1-el.
19518         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19519
19520         * message.el: Autoload sha1 only when compiling.
19521
19522         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19523         eudc-expand-inline for XEmacs.
19524
19525 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19526
19527         * message.el (message-canlock-generate): Require sha1-el.
19528
19529 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19530
19531         * message.el (message-expand-name): Silence the byte compiler.
19532
19533         * lpath.el: Add detect-coding-system.
19534
19535         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19536         cus-edit.
19537
19538 2004-01-13  Simon Josefsson  <jas@extundo.com>
19539
19540         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19541         Invoke gnus-score-mode.
19542         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19543
19544         * gnus-range.el (gnus-compress-sequence): Doc fix.
19545         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19546
19547 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19548
19549         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19550
19551 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19552
19553         * spam.el (spam-get-article-as-string): Update to use
19554         gnus-request-article-this-buffer, much simpler.
19555         (spam-get-article-as-buffer): Remove.
19556
19557 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19558
19559         * message.el (message-expand-name): Use EUDC if the user uses that.
19560
19561 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19562
19563         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19564         character for the encoding to avoid consing a string.
19565
19566         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19567         unnecessarily.
19568
19569         * mm-util.el (mm-replace-chars-in-string): Remove.
19570
19571         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19572         of mm-replace-chars-in-string.
19573
19574 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19575
19576         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19577
19578         * mm-util.el (mm-subst-char-in-string): Support inplace.
19579
19580         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19581         a new string in every iteration.  Use shy groups.
19582
19583 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19584
19585         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19586         * gnus-soup.el (gnus-soup-group-brew):
19587         * gnus-msg.el (gnus-put-message):
19588         * gnus-move.el (gnus-group-move-group-to-server):
19589         * gnus-kill.el (gnus-batch-score):
19590         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19591         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19592         (gnus-group-update-group, gnus-group-read-group)
19593         (gnus-group-make-group, gnus-group-make-help-group)
19594         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19595         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19596         (gnus-group-sort-by-unread, gnus-group-catchup)
19597         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19598         (gnus-group-yank-group, gnus-group-set-info)
19599         (gnus-group-list-groups):
19600         * gnus.el (gnus-generate-new-group-name):
19601         * gnus-delay.el (gnus-delay-send-queue):
19602         * nnvirtual.el (nnvirtual-catchup-group):
19603         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19604         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19605         (gnus-group-prepare-topics, gnus-topic-check-topology):
19606         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19607         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19608         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19609         (gnus-group-make-articles-read):
19610         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19611         (gnus-group-change-level, gnus-kill-newsgroup)
19612         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19613         (gnus-get-unread-articles, gnus-make-articles-unread)
19614         (gnus-make-ascending-articles-unread): Use accessor
19615         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19616         to get group information for improved readability.
19617
19618
19619 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19620
19621         * gnus-art.el (article-decode-mime-words, article-babel)
19622         (gnus-article-highlight-signature, gnus-article-add-buttons)
19623         (gnus-signature-toggle): Use gnus-with-article-buffer.
19624
19625         * gnus-art.el (gnus-article-highlight-headers)
19626         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19627
19628         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19629         (gnus-article-set-globals, gnus-request-article-this-buffer)
19630         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19631         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19632         (gnus-mime-display-alternative): Use with-current-buffer.
19633
19634 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19635
19636         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19637         also under 80 char limit, and call gnus-error if needed.
19638         (spam-fetch-article-header): Fix - it was a
19639         buffer-local variable (gnus-newsgroup-data).
19640         (spam-find-spam): Use spam-generate-fake-headers, forget about
19641         spam-insert-fake-headers.
19642         (spam-insert-fake-headers): Remove.
19643
19644 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19645
19646         * deuglify.el (gnus-article-outlook-unwrap-lines)
19647         (gnus-outlook-rearrange-article)
19648         (gnus-outlook-repair-attribution-outlook)
19649         (gnus-outlook-repair-attribution-block)
19650         (gnus-outlook-repair-attribution-other): Remove redundant
19651         save-excursion.
19652
19653 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19654
19655         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19656         (spam-fetch-field-subject-fast)
19657         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19658         (spam-fetch-article-header): Add functions to deal with Gnus
19659         internals for fast retrieval of article header data.
19660         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19661
19662 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19663
19664         * pop3.el (pop3-md5): Remove.
19665         (pop3-apop): Replace pop3-md5 with md5.
19666
19667         * mm-bodies.el: base64 is always built-in.
19668
19669         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19670         Use with-current-buffer.
19671
19672 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19673
19674         * canlock.el (canlock-insert-header): Remove excessive grouping in
19675         regexp.
19676
19677         * gnus-sum.el (gnus-summary-read-document): Ditto.
19678
19679         * gnus-uu.el (gnus-uu-part-number): Ditto.
19680
19681         * html2text.el (html2text-remove-tags): Ditto.
19682         (html2text-format-tags): Ditto.
19683         (html2text-format-single-elements): Ditto.
19684
19685         * mml.el (mml-parse-1): Ditto.
19686
19687 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19688
19689         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19690
19691         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19692
19693         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19694
19695         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19696
19697 2003-11-15  Simon Josefsson  <jas@extundo.com>
19698
19699         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19700         (pgg-gpg-lookup-key): Use regexp match instead of
19701         split-string (split-string is different between emacs 21.2 and
19702         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19703
19704 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19705
19706         * gnus-art.el (gnus-mime-view-all-parts)
19707         (gnus-article-part-wrapper, gnus-article-view-part):
19708         Use with-current-buffer.
19709
19710 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19711
19712         * spam.el (spam-disable-spam-split-during-ham-respool)
19713         (spam-spamoracle-database, spam-cache-lookups)
19714         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19715         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19716         (spam-group-ham-marks, spam-group-spam-marks)
19717         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19718         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19719         also add spam-use-blackholes to the statistical checks.
19720         (spam-fetch-field-fast): Add interface to fetching fields, may
19721         become a macro.
19722         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19723         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19724         (spam-insert-fake-headers): Fake an article when needed.
19725         (spam-find-spam): Fake article when possible.
19726         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19727         (spam-check-bogofilter-headers): Use message-fetch-field instead
19728         of nnmail-fetch-field.
19729
19730 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19731
19732         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19733
19734 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19735
19736         * spam.el (spam-split): Do not require spam-use-CHECK to be
19737         enabled if that check is passed to spam-split explicitly; also
19738         fix so 'spam doesn't get converted to spam-split-group when
19739         spam-split-symbolic-return is t.
19740         (spam-find-spam): Find registrations of the article and use those
19741         instead of re-running spam-split to find the spam/ham
19742         classification of the article.
19743         (spam-log-processing-to-registry, spam-log-registered-p)
19744         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19745         Use gnus-error instead of gnus-message.
19746         (spam-log-registration-type): Add function to determine the
19747         classification of a message based on registry entries; will
19748         return nil if both 'spam and 'ham are found.
19749         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19750         a reasonably fast local cache without the loading errors.
19751         (spam-cache-lookups): Set to t by default.
19752         (spam-find-spam): Don't try to guess spam-cache-lookups.
19753         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19754         spam-caches entry.
19755         (spam-filelist-build-cache, spam-filelist-check-cache):
19756         Fix caching of whitelist/blacklist entries.
19757         (spam-check-whitelist, spam-check-blacklist):
19758         Invoke spam-from-listed-p with a type, not a cache variable.
19759         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19760
19761 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19762
19763         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19764
19765         * nnmail.el (nnmail-split-fancy): do.
19766
19767         * mml.el (mml-parse): do.
19768
19769         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19770         (gnus-score-adaptive): do.
19771
19772 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19773
19774         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19775         (gnus-mime-button-map): Don't set keymap parent.
19776         (gnus-button-ctan-directory-regexp): Use shy grouping.
19777         (gnus-prev-page-map): Don't set keymap parent.
19778         (gnus-prev-page-map): Remove duplicated one.
19779         (gnus-next-page-map): Don't set keymap parent.
19780         (gnus-mime-security-button-map): Ditto.
19781
19782         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19783         version number.
19784
19785         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19786
19787 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19788
19789         * canlock.el (canlock-sha1-function): Remove.
19790         (canlock-sha1-function-for-verify): Remove.
19791         (canlock-openssl-program): Remove.
19792         (canlock-openssl-args): Remove.
19793         (canlock-ignore-errors): Remove.
19794         (canlock-sha1-with-openssl): Remove.
19795         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19796         (canlock-verify): Don't use canlock-ignore-errors.
19797
19798         * sha1-el.el (sha1-string-external): Make it can return a string
19799         in binary form.
19800         (sha1-region-external): Ditto.
19801         (sha1-string-internal): Ditto.
19802         (sha1-region-internal): Ditto.
19803         (sha1-region): Ditto.
19804         (sha1-string): Ditto.
19805         (sha1): Ditto.
19806
19807 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19808
19809         * spam.el (spam-report-articles-gmane): New command.
19810
19811 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19812
19813         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19814
19815         * run-at-time.el (run-at-time-saved): Remove.
19816         (run-at-time): Doc fix.
19817
19818 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19819
19820         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19821         (gnus-summary-limit-map): Add it.
19822         (gnus-summary-make-menu-bar): do.
19823
19824 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19825
19826         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19827         Make attempt at some caching support (done for BBDB only now).
19828         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19829         addresses to be checked.
19830         (spam-clear-cache-BBDB): Add function, to be invoked by
19831         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19832         (spam-check-BBDB): Check and use the caches, if
19833         spam-cache-lookups is on, remove superfluous (provide).
19834
19835 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19836
19837         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19838
19839 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19840
19841         * run-at-time.el (run-at-time-saved): Move to after the definition
19842         of `run-at-time'.
19843
19844         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19845
19846 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19847
19848         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19849         mm-w3m-local-map-property.
19850
19851         * mm-view.el (mm-w3m-mode-map): Remove.
19852         (mm-w3m-local-map-property): Remove.
19853         (mm-inline-text-html-render-with-w3m): Don't use
19854         mm-w3m-local-map-property.
19855
19856 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19857
19858         * run-at-time.el: New file.
19859
19860         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19861         under Emacs.
19862
19863         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19864         of gnus-set-text-properties.
19865
19866         * gnus-uu.el (gnus-uu-save-article): Ditto.
19867
19868         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19869
19870         * gnus-cite.el (gnus-cite-parse): Ditto.
19871
19872         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19873         of gnus-.
19874
19875         * gnus-xmas.el (run-at-time): Require run-at-time.
19876
19877         * gnus.el: Change calls to nnheader-run-at-time and
19878         password-run-at-time throughout to use run-at-time directly.
19879
19880         * password.el: Remove definition of run-at-time.
19881
19882         * nnheaderxm.el: Remove definition of run-at-time.
19883
19884 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19885
19886         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19887         in prompt.
19888
19889 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19890
19891         * messagexmas.el (message-xmas-redefine): Alias
19892         `message-make-caesar-translation-table' to
19893         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19894         version.
19895
19896         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19897         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19898         `gnus-xmas-set-text-properties'.
19899         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19900         `gnus-xmas-completing-read'.
19901         (gnus-xmas-completing-read): Removed.
19902         (gnus-xmas-open-network-stream): Removed.
19903
19904         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19905         XEmacs version.
19906
19907         * dns.el (dns-make-network-process): Use `open-network-stream'
19908         instead of `gnus-xmas-open-network-stream'.
19909
19910         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19911
19912         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19913
19914 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19915
19916         * gnus-art.el (gnus-mime-display-alternative)
19917         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19918         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19919         Don't use gnus-local-map-property.
19920
19921         * gnus-util.el (gnus-local-map-property): Remove.
19922
19923         * mm-view.el (mm-view-pkcs7-decrypt):
19924         Replace gnus-completing-read-maybe-default with completing-read.
19925
19926         * gnus-util.el (gnus-completing-read): do.
19927         (gnus-completing-read-maybe-default): Remove.
19928
19929 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19930
19931         * password.el: Only autoload `run-at-time' if not XEmacs.
19932         Only autoload the itimer functions if XEmacs.
19933
19934 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19935
19936         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19937         XEmacsen.
19938
19939         * dgnushack.el: Autoload executable-find for XEmacs.
19940
19941 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19942
19943         * gnus-art.el (gnus-read-string): Remove.
19944         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19945         read-string.
19946
19947 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19948
19949         * netrc.el: Autoload password-read.
19950         (netrc): Add configuration group.
19951         (netrc-encoding-method, netrc-openssl-path):
19952         Add variables for encoding and decoding of files with symmetric
19953         ciphers.
19954         (netrc-encode): Add assistant function to encode a file with
19955         netrc-encoding-method.
19956         (netrc-parse): Add interactive parameter, added optional
19957         decoding if netrc-encoding-method is non-nil but otherwise
19958         behavior is standard.
19959         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19960         Do s/encode/encrypt/ everywhere.
19961
19962         * spam.el: Remove executable-find autoload.
19963
19964 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19965
19966         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19967
19968         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19969
19970 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19971
19972         * gnus-art.el (gnus-treat-ansi-sequences)
19973         (article-treat-ansi-sequences): New variable and function.
19974         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19975
19976         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19977         Use it.
19978
19979 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19980
19981         * mm-util.el (mm-quote-arg): Remove.
19982
19983         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19984         shell-quote-argument.
19985
19986         * gnus-uu.el (gnus-uu-command): do.
19987
19988         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19989
19990         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19991         with make-char.
19992
19993         * mm-util.el (mm-make-char): Remove.
19994
19995         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19996         add-minor-mode.
19997
19998         * gnus-undo.el (gnus-undo-mode): do.
19999
20000         * gnus-topic.el (gnus-topic-mode): do.
20001
20002         * gnus-sum.el (gnus-dead-summary-mode): do.
20003
20004         * gnus-start.el (gnus-slave-mode): do.
20005
20006         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20007
20008         * gnus-ml.el (gnus-mailing-list-mode): do.
20009
20010         * gnus-gl.el (gnus-grouplens-mode): do.
20011
20012         * gnus-draft.el (gnus-draft-mode): do.
20013
20014         * gnus-dired.el (gnus-dired-mode): do.
20015
20016         * gnus-ems.el (gnus-add-minor-mode): Remove.
20017
20018         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20019         Replace gnus-char-width with char-width.
20020
20021         * gnus-ems.el (gnus-char-width): Remove.
20022
20023         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20024         Replace gnus-char-width with char-width.
20025
20026         * gnus-ems.el (gnus-char-width): Remove.
20027
20028         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20029         definition.
20030         Remove Emacs 20 hash table compatibility code.
20031
20032         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20033         20 compatibility code.
20034
20035         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20036
20037         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20038
20039         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20040         Replace with point-at-{eol,bol}.
20041
20042         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20043
20044         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20045
20046         * flow-fill.el (fill-flowed-point-at-bol)
20047         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20048
20049         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20050         Replace with point-at-{eol,bol} throughout all files.
20051
20052 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20053
20054         * ntlm.el (ntlm-string-as-unibyte): New macro.
20055         (ntlm-build-auth-response): Use it.
20056
20057         Remove Emacs 20 stuff:
20058         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20059         (butlast, mapc, remove): Remove the compiler macros.
20060         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20061         of delq and copy-sequence.
20062         * gnus-art.el (popup-menu): Remove the compiler macro.
20063         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20064         Emacs 20.
20065
20066 2004-01-05  Simon Josefsson  <jas@extundo.com>
20067
20068         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20069         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20070         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20071         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20072         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20073         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20074         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20075         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20076         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20077         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20078         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20079         string-xor into ntlm-string-xor.
20080         Suggested by Jesper Harder <harder@myrealbox.com>.
20081
20082         * ntlm.el: Don't include poem.
20083
20084         * md4.el (print-int32, print-string-hexa): Remove.
20085         Suggested by Jesper Harder <harder@myrealbox.com>.
20086
20087         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20088
20089         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20090         probably breaks emacs with DL patch, but do we care? Is anyone
20091         still using the DL stuff?)
20092
20093         * sieve-manage.el: Use the password package.
20094         (sieve-manage-read-passwd): Remove.
20095         (sieve-manage-interactive-login): Use password.  Re-add
20096         condition-case around loop.
20097
20098         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20099         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20100         Use the password package.
20101
20102 2003-02-19  Simon Josefsson  <jas@extundo.com>
20103
20104         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20105         token.
20106
20107 2002-08-07  Simon Josefsson  <jas@extundo.com>
20108
20109         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20110         (sieve-manage-authenticators):
20111         (sieve-manage-authenticator-alist): Add some SASL mechs.
20112         (sieve-sasl-auth): New function.
20113         (sieve-manage-cram-md5-auth):
20114         (sieve-manage-plain-auth): Rewrite using SASL library.
20115         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20116         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20117         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20118         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20119
20120 2004-01-05  Simon Josefsson  <jas@extundo.com>
20121
20122         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20123         New files.
20124
20125 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20126
20127         * gnus-group.el (gnus-no-groups-message): Update.
20128
20129         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20130
20131 2003-11-09  Simon Josefsson  <jas@extundo.com>
20132
20133         * imap.el: Support for ID IMAP extension (RFC 2971).
20134         (imap-local-variables): Add imap-id.
20135         (imap-id): New variable.
20136         (imap-id): New function.
20137         (imap-parse-response): Parse untagged ID response.
20138         * nnimap.el (nnimap-id): New variable.
20139         (nnimap-open-connection): Use it.
20140
20141 2003-12-28  Simon Josefsson  <jas@extundo.com>
20142
20143         * gnus-score.el (gnus-score-edit-all-score): New.
20144         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20145
20146 2004-01-04  Simon Josefsson  <jas@extundo.com>
20147
20148         * password.el: Add.
20149
20150 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20151
20152         * dns.el (dns-query-types): Fix typo.
20153         (dns-query-types): New function.
20154         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20155         PTR and SOA replies, see RFC 1035.
20156
20157 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20158
20159         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20160
20161         * Move to Changelog.2.
20162
20163 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20164
20165         * gnus.el (gnus-version-number): Bump version.
20166
20167 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20168
20169         * gnus.el: No Gnus v0.1 is released.
20170
20171 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20172
20173         * gnus.el: No Gnus v0.0 is released.
20174
20175 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20176
20177         * gnus.el (gnus-version-number): Bump.
20178         (gnus-version): No.
20179
20180 See ChangeLog.2 for earlier changes.
20181
20182   Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
20183     Free Software Foundation, Inc.
20184
20185   This file is part of GNU Emacs.
20186
20187   GNU Emacs is free software: you can redistribute it and/or modify
20188   it under the terms of the GNU General Public License as published by
20189   the Free Software Foundation, either version 3 of the License, or
20190   (at your option) any later version.
20191
20192   GNU Emacs is distributed in the hope that it will be useful,
20193   but WITHOUT ANY WARRANTY; without even the implied warranty of
20194   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20195   GNU General Public License for more details.
20196
20197   You should have received a copy of the GNU General Public License
20198   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20199
20200 ;; Local Variables:
20201 ;; coding: utf-8
20202 ;; fill-column: 79
20203 ;; add-log-time-zone-rule: t
20204 ;; End: