Fix typo in version string.
[gnus] / lisp / ChangeLog
1 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
4
5 2011-01-03  Glenn Morris  <rgm@gnu.org>
6
7         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8
9         * sieve.el (sieve-open-server): Give a more explicit error if
10         sieve-manage-open returns nil.  (Bug#7720)
11
12 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
13
14         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
15
16 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17
18         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
19         This avoids sending passwords in plain text over non-encrypted
20         channels.
21
22         * shr.el (shr-rescale-image): Display all GIF images as animated images.
23
24         * nnimap.el (nnimap-login): Refactored out into own function, and
25         implement CRAM-MD5.
26         (nnimap-wait-for-line): Refactored out.
27
28         * mm-view.el (mml-smime): Require.
29
30 2010-12-20  David Engster  <deng@eml.cc>
31
32         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
33         use EPG to decrypt S/MIME messages instead of openssl.
34
35 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
36
37         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
38
39         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
40         status is the group clearly is unreachable.
41
42         * auth-source.el (auth-source-create): Add the optional second
43         parameter to `local-variable-p' to be compatible with XEmacs.
44
45 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
46
47         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
48         work when using a compressed nnml folder.
49
50 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
51
52         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
53         backends after sanitising on entry, because this never makes sense:
54         If the articles have gone missing, then the data no longer exists on
55         the backend, and if they haven't, then Gnus is wrong, and shouldn't
56         overwrite anything anyway.
57
58         * shr.el (shr-insert-document): Bind shr-width dynamically to
59         window-width if it's nil.
60
61 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
62
63         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
64         with the meaning of using the full emacs window width for rendering.
65
66 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
67
68         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
69         case when sender is not given.
70
71 2010-12-23  Julien Danjou  <julien@danjou.info>
72
73         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
74         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
75         the addresses, otherwise we might misplaced the gravatar.
76
77 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
78
79         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
80         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
81         obsolete in Emacs.
82
83 2010-12-20  Julien Danjou  <julien@danjou.info>
84
85         * gnus-util.el (gnus-rescale-image): Revert last change.
86
87 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
88
89         * binhex.el: Improve commentary (Bug#7482).
90
91 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
92
93         * gnus-group.el (gnus-group-delete-articles): New command.
94
95 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
96
97         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
98
99 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
100
101         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
102         here, since it's up to the backends to do CRLF removal if their
103         protocol has it.
104
105         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
106
107 2010-12-17  Julien Danjou  <julien@danjou.info>
108
109         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
110         they are from file. Can also scale up.
111
112 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
113
114         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
115         gnus-use-agent.
116         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
117
118         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
119
120 2010-12-17  Julien Danjou  <julien@danjou.info>
121
122         * gravatar.el (gravatar-retrieve-synchronously): New function.
123         (gravatar-get-data): Make more robust.
124
125 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
126
127         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
128
129 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
130
131         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
132         to really consider the last line.
133
134 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
135
136         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
137         list of recipient keys, or use symmetric encryption if not a list.
138         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
139         EPA override, replacing the call to `netrc-store-data'.
140
141 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
142
143         * gnus-srvr.el: Avoid passing nil regexp argument to
144         delete-matching-lines.
145
146 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
147
148         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
149         fetching stops when Gnus exits.
150
151         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
152         function.
153         (nnfolder-request-expire-articles): Save all the buffers after doing
154         expiry.
155
156         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
157         the last article", since that led to serious performance regressions
158         when expiring nnml groups.
159
160 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
161
162         * nnir.el: Improve customizations.
163
164 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
165
166         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
167
168         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
169         group has been killed.
170         (gnus-group-yank-group): Ditto.
171
172         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
173
174         * nnimap.el (nnimap-request-update-group-status): New function.
175
176         * gnus-int.el (gnus-request-update-group-status): New interface
177         function.
178
179         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
180         copying read-ness to the backends.
181
182         * nnimap.el (nnimap-quirk): New function.
183         (nnimap-retrieve-group-data-early): Use it.
184         (nnimap-quirks): New alist.
185
186 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
187
188         * shr.el (shr-insert): Set shr-start after deleting trailing space;
189         don't delete it within indentation.
190
191 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
192
193         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
194         previous line.
195
196 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
197
198         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
199         QRESYNC command by deleting a superfluous space which broke Cyrus
200         servers.  This change will break other servers that are buggy the other
201         way around.
202
203 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
204
205         * spam.el: Reindent and fix long lines.
206         (spam-copy-or-move-routine): Exclude invalid move destinations.
207
208 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
209
210         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
211         installed the registry.
212
213 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
214
215         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
216
217 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
218
219         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
220         groupname doesn't contain "gmane".
221
222 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
223
224         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
225         and netrc-bound-and-true-p bindings.
226         (netrc-parse): Cache the netrc contents.
227
228         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
229         (gnus-1): Don't create the nndrafts group twice.
230         (gnus-setup-news): There's no need to read the active file here, since
231         that's done again later on a per-backend basis.
232         (gnus-start-draft-setup): Make sure that the new group is started out
233         empty.
234
235         * gnus-agent.el (gnus-agentize): Don't create the queue group
236         automatically on startup.  It'll be created later, if needed.
237
238         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
239         of automatically subscribed groups.
240         (gnus-auto-subscribed-categories): New variable.
241         (gnus-matches-options-n): Use it.
242         (gnus-default-subscribed-newsgroups): Remove unused variable.
243         (gnus-start-draft-setup): Message a bit less.
244
245 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
246
247         * nnir.el (nnir-run-imap): Return article list in order of increasing
248         UID.
249
250 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
251
252         * gnus-sum.el (gnus-summary-enter-digest-group): Mention
253         gnus-auto-select-on-ephemeral-exit.
254
255         * proto-stream.el (proto-stream-open-network-only): Fix the calling
256         convention of the network-only option.
257
258 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
259
260         * proto-stream.el (proto-stream-open-network-only): New function to
261         have a way to specify non-STARTTLS upgrade connections.
262
263 2010-12-10  Julien Danjou  <julien@danjou.info>
264
265         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
266         email address is nil.
267
268         * message.el (message-bogus-recipient-p): Set address to "" if nil.
269
270 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
271
272         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
273         deletion.
274         (nnir-run-imap): Only need to parse list once.
275
276 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
277
278         * shr.el (shr-tag-script): Ignore <script>.
279         (shr-tag-label): Add <label> support.
280
281 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
282
283         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
284
285         * shr.el (shr-image-displayer): Work for images lined side by side.
286
287 2010-12-08  Robert Pluim  <rpluim@gmail.com>
288
289         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
290         parameter, since XEmacs doesn't accept t as a parameter.
291
292 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
293
294         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
295         ids.
296         (nnir-run-gmane): Simplify groupspec formatting.
297         (nnir-request-expire-articles): New function.
298
299 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
300
301         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
302         overflow, possibly.
303
304         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
305         (shr-render-td): Handle td style="" better.
306         (shr-tag-table): Use the color from the style sheet.
307         (shr-render-td): Make sure we copy over all the overlays, too.
308
309 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
310
311         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
312         (nnir-request-article): Improve article retrieval.
313
314 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
315
316         * mm-util.el (mm-extra-numeric-entities): New variable.
317
318         * mm-url.el (mm-url-decode-entities):
319         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
320
321         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
322
323 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
324
325         * message.el: Use completion-at-point.
326         (message-completion-function): New fun, extracted from message-tab.
327         (message-mode): Use it for completion-at-point-functions.
328         (message-tab): Use it and completion-at-point.
329
330 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
331
332         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
333         character if a non-breakable character follows.
334
335 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
336
337         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
338         any stream.
339
340         * shr.el (shr-tag-font): Colorize the region.
341         (shr-tag-body): Ditto.
342         (shr-tag-font): Actually let the styles be inherited instead of
343         overwriting them.
344         (shr-tag-font): Get the background color right.
345         (shr-tag-style): Ignore all <style> tags for the moment.
346
347         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
348         a Message-ID to avoid having nnimap depend on gnus-sum.
349
350         * shr.el (shr-descend): Only colorize something if we have a node that
351         sets colors.
352
353 2010-12-06  Julien Danjou  <julien@danjou.info>
354
355         * shr.el (shr-render-td): Render td content with shr-descend, so style
356         will be applied to <td> too.
357         (shr-colorize-region): Colorize region even if we only have a background.
358         (shr-tag-body): Fix color and background color inheritance.
359         Do not recolorize after shr-generic.
360         (shr-tag-font): Let shr-generic colorize via inheritance.
361
362 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
363
364         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
365
366 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
367
368         * nnir.el (nnir-request-move-article): Remove obsolete code.
369
370 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
371
372         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
373
374 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
375
376         * gnus-sum.el (gnus-summary-respool-article): The completion function
377         expects a list instead of an alist.
378
379         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
380         string as the parameter.
381
382         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
383
384         * shr.el (shr-stylesheet): New dynamic variable for cascading the
385         styles.
386         (shr-colorize-region): New function.
387         (shr-insert-background-overlay): Remove.
388         (shr-render-td): Background setting should be taken care of on a higher
389         level.
390         (shr-tag-body): Use post-hoc colorizations.
391         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
392         (shr-put-color-1): Don't overwrite old colors.
393         (shr-colorize-region): When the background color isn't explicit, use
394         a fixed background.
395
396         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
397         nnmail variables.
398
399 2010-12-05  Bjørn Mork  <bjorn@mork.no>
400
401         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
402         unless necessary.
403
404 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
405
406         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
407         server.
408
409 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
410
411         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
412         so that TAB works.
413
414         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
415         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
416
417         * shr.el (shr-urlify): Show the URL before the title to avoid
418         misleading URLs.
419
420 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
421
422         * shr.el (shr-urlify): Display the title in <a> tags.
423
424 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
425
426         * nnir.el (nnir-categorize): Replace mapcar with mapc.
427
428 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
429
430         * nnir.el: Rearrange code to allow macros to be autoloaded by
431         gnus-sum.el.
432         (nnir-retrieve-headers-override-function): Make this variable
433         customizable.
434         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
435
436         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
437         from nnir.el.
438
439 2010-12-03  Julien Danjou  <julien@danjou.info>
440
441         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
442
443 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
444
445         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
446         allow optional argument `environment'.
447
448 2010-12-03  Glenn Morris  <rgm@gnu.org>
449
450         * mm-extern.el (message-goto-body): Update declaration.
451
452 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
453
454         * gnus-util.el (gnus-macroexpand-all): New function.
455
456         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
457         instead of macroexpand-all that is unavailable in XEmacs.
458
459 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
460
461         * nnir.el (nnir-summary-line-format): New variable.
462         (nnir-mode): Use it.
463         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
464         (nnir-article-ids): Reimplement as defsubst.
465         (nnir-retrieve-headers): Don't mangle the subject header.
466         (nnir-run-imap): Use 100 as RSV score.
467         (nnir-run-find-grep): Fix for full server searching.
468         (nnir-run-gmane): Better restriction to gmane groups.
469
470         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
471         summary buffers.
472
473 2010-12-02  Julien Danjou  <julien@danjou.info>
474
475         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
476
477         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
478
479         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
480         support.
481
482 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
483
484         * nnir.el: Update to handle the registry better.
485         (autoload): Silence byte-compiler.
486         (nnir-open-server): Add a hook for nnir groups.
487         (nnir-request-move-article): Don't mangle the header. Better to use
488         formating variables (which will be added in the future).
489         (nnir-registry-action): Update the registry using the original article
490         group name.
491         (nnir-mode): Install nnir-specific hooks for updating the registry.
492
493         * gnus-sum.el
494         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
495         obsolete variables.
496         (gnus-summary-move-article): Remove use of obsolete variables.
497         (gnus-summary-local-variables): Make move and delete hooks local to
498         summary buffers.
499
500 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
501
502         * rtree.el: New file.
503
504 2010-12-01  Julien Danjou  <julien@danjou.info>
505
506         * message.el (message-user-organization): Do not use
507         gnus-local-organization.
508
509         * gnus.el: Remove gnus-local-organization.
510
511         * gnus-msg.el: Remove nastygram thing.
512
513 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
514
515         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
516         funcall.
517
518 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
519
520         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
521         names.
522
523         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
524         characters.
525
526         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
527         to t of inhibit-read-only since it is inside gnus-with-article-headers.
528         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
529         (gnus-gravatar-transform-address): Use mail-extract-address-components
530         that supports non-ASCII names rather than mail-header-parse-addresses.
531
532 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
533
534         * proto-stream.el (open-protocol-stream): All starttls connections are
535         handled by the network handler.
536
537 2010-11-30  Julien Danjou  <julien@danjou.info>
538
539         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
540         (nnimap-open-connection-1): Fix PREAUTH.
541
542         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
543
544 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
545
546         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
547         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
548         (shr-insert): Use them.
549         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
550
551 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
552
553         * nnir.el (nnir-request-move-article): Bail out if original group
554         doesn't support article moves.
555         (nnir-get-active): Improve active list retrieval.
556
557 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
558
559         * shr.el (shr-find-fill-point): Don't break before apostrophes.
560
561 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
562
563         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
564         seem to accept strings-with-numbers as port numbers,
565
566 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
567
568         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
569         change the registry.
570
571 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
572
573         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
574         delete-dups that is not available in XEmacs 21.4.
575
576         * mm-util.el (mm-delete-duplicates): Add comment.
577
578 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
579
580         * nnir.el (nnir-ignored-newsgroups): New variable.
581         (nnir-get-active): Use it.
582
583 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
584
585         * proto-stream.el (proto-stream-open-network): Add some comments.
586
587         * nntp.el (nntp-open-connection): Provide a :success condition.
588
589         * nnimap.el (nnimap-open-connection-1): Ditto.
590
591         * proto-stream.el (proto-stream-open-network): See what the response to
592         the STARTTLS command is.
593
594         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
595         backwards compatibility).
596         (nnimap-open-connection-1): Really respect nnimap-server-port.
597
598         * proto-stream.el (proto-stream-open-network): When doing opportunistic
599         TLS upgrades we don't really care about the identity of the peer.
600         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
601         that what we've checked for.
602         (proto-stream-always-use-starttls): Only default to t if
603         open-gnutls-stream exists.
604         (proto-stream-open-network): If STARTTLS failed, then just open a
605         normal connection.
606         (proto-stream-open-network): Wait until the greeting before doing
607         STARTTLS.
608
609         * nntp.el (nntp-open-connection): Report what the connection error is.
610
611         * proto-stream.el (open-protocol-stream): Renamed from
612         open-proto-stream.
613
614 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
615
616         * nnimap.el (nnimap-stream): Change default to `undecided'.
617         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
618         first, and then network.
619         (nnimap-open-connection-1): Respect nnimap-server-port.
620         (nnimap-open-connection): Be more backwards-compatible.
621
622         * proto-stream.el (proto-stream-always-use-starttls): New variable.
623         (proto-stream-open-starttls): De-duplicate the starttls code.
624         (proto-stream-open-starttls): Folded back into the main function.
625         (proto-stream-open-network): Fix typo in the gnutls path.
626         (proto-stream-command): Refactor out.
627
628         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
629
630         * proto-stream.el (proto-stream-open-starttls): Actually implement the
631         starttls.el STARTTLS.
632
633         * color.el (color-lab->srgb): Fix function call name.
634
635         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
636         if we're using tls.el.
637         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
638         built in, then don't try to establish a STARTTLS connection.
639
640         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
641         servers.
642
643         * proto-stream.el (open-proto-stream): Use network, not stream.
644         (open-proto-stream): Add a way to specify what the end of a command is.
645
646         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
647         connections types.
648         (nntp-open-network-stream): Remove.
649         (nntp-open-ssl-stream): Remove.
650         (nntp-open-tls-stream): Remove.
651         (nntp-ssl-program): Remove.
652
653         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
654
655 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
656
657         * nnir.el: Fix typos.
658         (nnir-retrieve-headers-override-function): Rename variable to reflect
659         new semantics.
660         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
661         macros.
662         (nnir-request-article, nnir-request-move-article): Use them.
663         (nnir-categorize): New function.
664         (nnir-run-query): Use it.
665         (nnir-retrieve-headers): Rewrite to batch header retrieval.
666         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
667         sorted.
668         (nnir-group-full-name): Use gnus-group-full-name instead.
669         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
670         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
671
672 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
673
674         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
675
676         * proto-stream.el: New library to provide protocol-specific
677         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
678         protocols.
679         (open-proto-stream): Complete the documentation.
680         (proto-stream-open-network): Fix some typos.
681
682         * nnimap.el (nnimap-open-connection): Use it.
683
684 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
685
686         * pop3.el (pop3-open-server): Read server greeting before starting TLS
687         negotiation.
688
689 2010-11-26  Julien Danjou  <julien@danjou.info>
690
691         * color.el: Rename various rgb functions to srgb.
692
693 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
694
695         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
696         names.
697
698 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
699
700         * shr.el (shr-insert): Revert last change.
701         (shr-find-fill-point): Never leave point being at bol;
702         relax the kinsoku limitation when rendering tables.
703
704 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
705
706         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
707         results from -accept-article.
708
709         * shr-color.el: Require cl when compiling.
710
711         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
712         checkin.
713
714         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
715
716         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
717
718         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
719         'add and 'delete to set backend marks.
720
721         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
722
723         * nnheader.el (nnheader-update-marks-actions): Refactor out.
724
725         * nntp.el (nntp-request-set-mark): Use it.
726
727         * nnfolder.el (nnfolder-request-set-mark): Ditto.
728
729         * nnml.el (nnml-request-set-mark): Ditto.
730
731         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
732         introduces regressions in article selection.
733         (nnimap-find-uid-response): New function.
734         (nnimap-request-accept-article): Use the UID returned, if any.
735         (nnimap-request-move-article): Use the UID returned, if any.
736         (nnimap-get-groups): Reimplement to work with folded lines.
737         (nnimap-find-uid-response): The UID is the last element in the list.
738         (nnimap-request-set-mark): Extend syntax with 'set.
739
740         * nnml.el (nnml-request-set-mark): Ditto.
741
742         * nnfolder.el (nnfolder-request-set-mark): Ditto.
743
744         * nntp.el (nntp-request-set-mark): Ditto.
745
746 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
747
748         * message.el (message-called-interactively-p): A temporary macro.
749         (message-goto-body): Use it temporarily.
750
751 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
752
753         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
754         (nnimap-last-response-string): Unfold quoted lines, if they exist.
755         (nnimap-last-response-string): Fix last unfolding fix.
756
757 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
758
759         * shr.el (shr-insert): Fix the way to fold lines.
760
761 2010-11-25  Julien Danjou  <julien@danjou.info>
762
763         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
764
765         * color.el: Rename from color-lab.el
766         (color-rgb->hex): Add.
767         (color-complement): Add.
768         (color-complement-hex): Add.
769
770         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
771
772 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
773
774         * shr-color.el (shr-color-visible): Don't bug out if the colour names
775         don't exist.
776
777 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
778
779         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
780         assuming that article displaying or another mml-preview may be
781         interrupted for an error or for the like.
782
783         * shr.el (shr-get-background): Fix argument name.
784
785 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
786
787         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
788
789         * gnus-sum.el (gnus-summary-include-articles): New function.
790
791         * message.el (message-goto-body): called-interactively-p needs a
792         parameter, so use `any'.
793
794         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
795         clear marks before moving, since they're synced from the Gnus side
796         first.
797
798         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
799         (gnus-summary-move-article): Copy over all marks before moving, so that
800         IMAP doesn't think a new article has arrived.
801
802 2010-11-24  Julien Danjou  <julien@danjou.info>
803
804         * shr.el (shr-insert-background-overlay): Fix typo.
805         (shr-render-td): Copy the background before rendering.
806
807         * shr-color.el (shr-color-visible): Fix docstring.
808
809         * shr.el (shr-tag-table): Add bgcolor support.
810         (shr-render-td): Add bgcolor support.
811         (shr-get-background): Add.
812         (shr-insert-foreground-overlay): Use shr-get-background.
813
814         * message.el (message-goto-body): Use called-interactively-p.
815         (message-in-body-p): message-goto-body returns point.
816
817 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
818
819         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
820         Fixes something or other in Emacs 23, and is backwards compatible.
821
822         * message.el (message-goto-body): Remove the <#secure special-casing,
823         which is too special.
824
825         * shr.el (shr-parse-style): Drop !important from styles.
826
827 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
828
829         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
830         this function to return incorrect results when calling it with an
831         explicit article argument different from
832         (gnus-summary-article-number).
833
834 2010-11-24  Julien Danjou  <julien@danjou.info>
835
836         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
837         (shr-tag-body): Add background support.
838         (shr-descend): Add background support.
839         (shr-tag-title): Add.
840
841         * shr-color.el (shr-color-visible): Really return original background
842         if fixed.
843
844 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
845
846         * shr.el (shr-color-check): Protect against non-existant colour names.
847
848 2010-11-24  Julien Danjou  <julien@danjou.info>
849
850         * color-lab.el: Require 'cl when compiling.
851
852         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
853
854         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
855         matched part.
856
857         * color-lab.el: Fix all expt calls to use float type.
858
859 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
860
861         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
862         expression to shr-color-check as is.
863
864         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
865
866         * color-lab.el: Add coding cookie.
867         (float-pi): Use eval-and-compile.
868
869         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
870         compiled for Emacsen having no `libxml-parse-html-region' support.
871
872 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
873
874         * shr.el (shr-insert-color-overlay): Split stuff like
875         "#444444 !important" to find the real colour.
876         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
877         parse <font color="red"> entries.
878
879 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
880
881         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
882         point when parsing headers.
883
884         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
885         is positioned properly when parsing headers.
886
887 2010-11-23  Julien Danjou  <julien@danjou.info>
888
889         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
890
891         * shr-color.el (shr-color->hexadecimal): Add support for color names.
892
893         * shr.el (shr-parse-style): Replace \n with space in style parsing.
894
895         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
896         shr-color-hue-to-rgb.
897         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
898
899 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
900
901         * shr.el (shr-color->hexadecimal): Autoload.
902         (shr-descend): Add color to all tags.
903
904 2010-11-22  Julien Danjou  <julien@danjou.info>
905
906         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
907         shr-color->hexadecimal.
908
909         * shr-color.el (shr-color->hexadecimal): Add converting functions for
910         RGB() or HSL() color representation.
911
912         * shr.el (shr-tag-font): Add.
913         (shr-tag-color-check): New function to get better colors.
914         (shr-tag-insert-color-overlay): Factorize code between tag-font and
915         tag-span.
916
917         * shr-color.el: New file.
918
919         * color-lab.el: New file.
920
921         * gnus-art.el (gnus-url-mailto): Do not downcase args.
922
923 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
924
925         * nnir.el: Fix typo in comments.
926         (nnir-run-imap): Simplify code. No need to reverse artlist.
927         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
928
929 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
930
931         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
932
933         * nnimap.el (nnimap-get-capabilities): Refactor out.
934         (nnimap-open-connection): Re-request capabilities after STARTTLS.
935
936 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
937
938         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
939         appearing when `mm-uu-hide-markers' is nil.
940
941 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
942
943         * nnimap.el (nnimap-unselect-group): Make into its own function.
944         (nnimap-request-rename-group): Unselect group before renaming.
945         This had gotten lost somewhere.
946         (nnimap-request-accept-article): Keep track of examined groups, and
947         unselect the group before APPENDing to read-only groups.
948         (nnimap-request-move-article): Clear flags before moving so that they
949         can be re-set later.
950
951 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
952
953         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
954         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
955
956 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
957
958         * gnus-art.el (gnus-mime-display-single)
959         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
960         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
961         parameter.
962
963 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
964
965         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
966         (shr-table-vertical-line): New variable.
967         (shr-insert-table): Use it.
968
969 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
970
971         * gnus-html.el (gnus-html-wash-images): Don't display images if
972         gnus-inhibit-images is non-nil; register displayer for cid images.
973         (gnus-html-display-image): Work for cid image.
974         (gnus-html-insert-image): Allow arguments.
975         (gnus-html-put-image): Inhibit read-only.
976         (gnus-html-prefetch-images): Don't prefetch images if
977         gnus-inhibit-images is non-nil.
978
979 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
980
981         * shr.el (shr-put-image): Break lines when inserting big pictures.
982
983 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
984
985         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
986         sender, thanks Katsumi Yamaoka.
987
988 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
989
990         * nnir.el (nnir-run-imap): Reverse the article list for each group
991         rather than the whole list.
992
993 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
994
995         * shr.el (shr-image-displayer): Protect function against non-existent
996         image source.
997
998         * gnus-art.el (gnus-inhibit-images): New user option.
999         (gnus-mime-display-single): Don't display image if it is non-nil.
1000
1001         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1002         gnus-inhibit-images.
1003
1004         * shr.el (shr-image-displayer): New function.
1005         (shr-tag-img): Use it.
1006
1007 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1008
1009         * mml2015.el (mml2015-epg-sign): Use From header.
1010
1011 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1012
1013         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1014
1015         * gnus-util.el (gnus-find-text-property-region): Return markers.
1016
1017         * shr.el (shr-tag-img): Put a displayer in the text property.
1018
1019         * gnus-util.el (gnus-find-text-property-region): New utility function.
1020
1021         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1022         (gnus-html-show-images): Remove.
1023
1024         * gnus-art.el (gnus-article-show-images): New, more general function.
1025
1026         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1027         image url text properties.
1028
1029         * shr.el: Ditto.
1030
1031         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1032         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1033
1034 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1035
1036         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1037         work for two or more articles.
1038
1039 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1040
1041         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1042         divide an image that's in an html article to two or more when washing
1043         non-ASCII characters in alt text of it.
1044
1045 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1046
1047         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1048         smime-decrypt-region using function argument.
1049         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1050
1051         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1052
1053         * smime.el (smime-decrypt-region): Catch it.
1054
1055 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1056
1057         * smime.el (smime-mode-map): Move initialization into declaration.
1058         (gnus-run-mode-hooks): Don't autoload.
1059         (smime-mode): Use define-derived-mode.
1060
1061 2010-11-11  Glenn Morris  <rgm@gnu.org>
1062
1063         * smime.el (from): Restrict declaration to XEmacs.
1064
1065         * nnir.el (gnus-group-topic-name): Autoload.
1066
1067 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1068
1069         * shr.el (shr-insert): Don't break long line if it is because of
1070         kinsoku-bol characters in the line end.
1071
1072 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1073
1074         * nnir.el (nnir-request-move-article): Fix to provide original group
1075         and subject.
1076         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1077         been retrieved.
1078
1079         * gnus-sum.el (gnus-summary-move-article): Use original group and
1080         subject for virtual articles such as those in an nnir summary buffer.
1081
1082 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1083
1084         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1085         least 21.5).
1086
1087         * smime.el (from): Declare it again for XEmacs.
1088
1089 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1090
1091         * message.el (message-resend): Don't disable encoding unless it's
1092         already encoded.
1093
1094         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1095         low-numbered articles.
1096
1097 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1098
1099         * rfc2047.el (rfc2047-syntax-table): Simplify.
1100
1101         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1102
1103         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1104         set-char-table-range for XEmacs.
1105
1106 2010-11-10  Glenn Morris  <rgm@gnu.org>
1107
1108         * time-date.el (time-to-seconds): Always an alias on Emacs,
1109         never a real function.
1110         (with-no-warnings): Remove compat stub, now unused.
1111         (time-less-p): Doc fix.
1112         (time-to-number-of-days): Simplify.
1113
1114         * smime.el (from): Remove unused declaration.
1115
1116         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1117         (gnus-float-time): On Emacs, always an alias.
1118
1119         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1120         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1121
1122 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1123
1124         * dgnushack.el: Don't use ignore-errors in the top level form since it
1125         is unavailable in XEmacs even if cl is loaded.
1126
1127         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1128
1129 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1130
1131         * shr.el (browse-url-mailto): Autoload.
1132
1133         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1134
1135         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1136         regexp doesn't need quoting.
1137
1138 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1139
1140         * message.el (message-subject-trailing-was-ask-regexp)
1141         (message-subject-trailing-was-regexp): Match was: in addition to was.
1142
1143 2010-11-09  Glenn Morris  <rgm@gnu.org>
1144
1145         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1146         (nnbabyl-check-mbox): Use point-at-bol.
1147
1148 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1149
1150         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1151
1152         * message.el (message-mailto): New function.
1153         (message-mailto): Should accept other parameters.
1154         (message-mailto): Remove since it duplicates browse-url-mailto
1155         functionality.
1156
1157 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1158
1159         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1160         methods.
1161         (gnus-read-active-file): Ditto.
1162
1163         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1164         ": " from the prompt.
1165         (gnus-group-make-group): Ditto.
1166
1167 2010-11-07  Glenn Morris  <rgm@gnu.org>
1168
1169         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1170         (gnus-bookmark-kill-line): Use point-at-eol.
1171
1172 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1173
1174         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1175         asterisks in From header.
1176
1177 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1178
1179         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1180         string to avoid making the From headers syntactically invalid.
1181
1182         * message.el (message-send-mail): Don't insert courtesy messages if the
1183         message already has List-Post and List-ID messages.
1184
1185 2010-11-06  Glenn Morris  <rgm@gnu.org>
1186
1187         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1188         `condition', `type', `length' a prefix.
1189         (gnus-treat-predicate): Update for above name changes.
1190
1191 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1192
1193         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1194         binding.  Handled by `gnus-summary-refer-thread' instead.
1195         (nnir-warp-to-article): New backend function.
1196
1197         * nnimap.el (nnimap-request-thread): Force dependency updating.
1198
1199         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1200         (gnus-summary-refer-thread): Rework to improve thread-referral.
1201
1202         * gnus-int.el (gnus-warp-to-article): New function.
1203
1204         * gnus-sum.el (gnus-summary-article-map): Bind it.
1205
1206 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1207
1208         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1209         gnus-summary-refer-thread.
1210
1211         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1212         headers.
1213         (gnus-summary-limit-include-thread): Prevent articles in thread from
1214         being cut in gnus-cut-threads.
1215         (gnus-summary-refer-thread): Limit retrieved headers to those in
1216         thread.
1217
1218 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1219
1220         * message.el (message-send-mail): Use the value of
1221         message-courtesy-message from the message buffer.
1222
1223         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1224
1225         * shr.el (shr-browse-url): Implement mailto: URLs.
1226
1227         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1228         "raw".
1229
1230         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1231         if it's already selected.
1232
1233         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1234
1235 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1236
1237         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1238         to measure the length and truncate alt text.
1239
1240 2010-11-03  Glenn Morris  <rgm@gnu.org>
1241
1242         * nndiary.el (nndiary-generate-nov-databases-1)
1243         (nndiary-generate-active-info): Rename dynamic variable `files' to
1244         something less generic.
1245
1246 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1247
1248         * nnir.el (nnir-request-move-article): Call the underlying backend to
1249         move articles from nnir.
1250
1251 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1252
1253         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1254
1255 2010-11-02  Julien Danjou  <julien@danjou.info>
1256
1257         * nnir.el: Remove wais support.
1258
1259 2010-11-02  Glenn Morris  <rgm@gnu.org>
1260
1261         * gnus-html.el: Reorder requirements to quieten compiler.
1262
1263 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1264
1265         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1266         properly for XEmacs as well.
1267         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1268         (gnus-article-natural-long-line-p): Use window-width rather than
1269         frame-width.
1270
1271 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1272
1273         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1274         (nnir-read-parms): Don't modify query.
1275         (nnir-run-query): Add ability to search topic on current line.
1276         (nnir-get-active): Clean up.
1277
1278 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1279
1280         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1281         degenerate articles.
1282
1283         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1284         (gnus-print-buffer): Just print the buffer as is, without any copying
1285         to a buffer and then re-highlighting.
1286
1287         * nnimap.el (nnimap-request-group): Store the new updated info.
1288         (nnimap-request-group): Select the group when we don't know whether it
1289         exists or not.
1290
1291         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1292         groups.
1293
1294         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1295         groups.
1296
1297         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1298         groups.
1299
1300         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1301         long-lines case by only filling the long lines.
1302
1303         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1304         (bug #7311).
1305
1306 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1307
1308         * shr.el: No need to declare `declare-function' since shr.el is for
1309         only Emacsen that provide `libxml-parse-html-region'.
1310
1311         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1312         effective only in a file it is referred to.
1313
1314 2010-11-01  Glenn Morris  <rgm@gnu.org>
1315
1316         * mm-util.el (gnus-completing-read): Autoload.
1317         (mm-read-coding-system): Simplify Emacs definition.
1318
1319         * nnmail.el (gnus-activate-group):
1320         * nnimap.el (gnutls-negotiate):
1321         * nntp.el (netrc-parse): Fix declarations.
1322
1323 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1324
1325         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1326         string-match-p in Emacs >=23.
1327
1328         * gnus-msg.el (gnus-configure-posting-styles)
1329         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1330
1331 2010-11-01  Glenn Morris  <rgm@gnu.org>
1332
1333         * nnir.el (declare-function): Add compat stub.
1334         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1335         (nnir-run-gmane): Require 'mm-url.
1336
1337         * mm-util.el (mm-string-to-multibyte): Simplify.
1338
1339         * shr.el (declare-function): Add compat stub.
1340         (url-cache-create-filename): Declare.
1341         (mm-disable-multibyte, widget-convert-button): Autoload.
1342
1343         * smime.el (ldap-search): Declare.
1344         (smime-cert-by-ldap-1): Require ldap on Emacs.
1345
1346         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1347         (nnimap-keepalive): Use gnus-float-time.
1348
1349         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1350         (mail-source-delete-crash-box): Use gnus-float-time.
1351
1352         * gnus-dired.el (gnus-completing-read): Autoload.
1353
1354         * mm-view.el (gnus-rescale-image): Autoload.
1355
1356         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1357
1358         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1359
1360         * sieve-manage.el: Require 'cl when compiling.
1361
1362         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1363         (gnus-iswitchb-completing-read): Require iswitchb.
1364         (gnus-select-frame-set-input-focus): Silence compiler.
1365
1366 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1367
1368         * message.el (message-subject-trailing-was-query): Change default to t,
1369         since I think that's what most people want.
1370
1371         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1372         appending for easier debugging.
1373         (nnimap-wait-for-connection): Take a regexp.
1374         (nnimap-request-accept-article): Wait for the continuation line before
1375         sending anything unless we're streaming.
1376
1377         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1378         leave the header washing to take place.
1379
1380 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1381
1382         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1383         regular expression match and replace in posting styles.
1384
1385 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1386
1387         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1388         an entire server.
1389         (nnir-get-active): New function.
1390         (nnir-run-imap): Use it.
1391         (nnir-run-gmane): Who knew, gmane search returns an article score!
1392
1393         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1394         server on the current line with nnir.
1395
1396 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1397
1398         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1399         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1400         left edge.
1401         (gnus-article-foldable-buffer): Skip past the prefix when determining
1402         raggedness.
1403
1404         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1405         the raw article, and change `C-u g' to show the article without doing
1406         treatments.
1407
1408         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1409         on to `gnus-treat-article'.
1410         (gnus-inhibit-article-treatments): New variable.
1411
1412         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1413
1414         * gnus-art.el (gnus-treatment-function-alist): Have
1415         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1416         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1417         sections.
1418
1419         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1420         parameter.
1421         (gnus-article-fill-cited-long-lines): New function.
1422         (gnus-article-fill-cited-article): Allow filling only long sections.
1423
1424         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1425         and non-punctuation (like after the apostrophe in "'We").
1426
1427         * gnus-sum.el (gnus-summary-select-article): Make sure
1428         gnus-original-article-buffer is alive.
1429
1430         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1431         reflect the order they're in in the digest.
1432
1433         * gnus.el (gnus-group-startup-message): Move point to the start of the
1434         buffer.
1435
1436         * nnimap.el (nnimap-capability): New function.
1437         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1438         is set.
1439
1440 2010-10-31  David Engster  <dengste@eml.cc>
1441
1442         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1443         conform with changes to gnus-completing-read.
1444
1445 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1446
1447         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1448
1449 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1450
1451         * nnir.el: Move defvar, defcustom around to keep file organized
1452         and keep byte-compiler quiet.
1453         (nnir-read-parms): Accept search-engine as arg.
1454         (nnir-run-query): Pass search-engine as arg.
1455         (nnir-search-engine): Remove.
1456
1457 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1458
1459         * shr.el (shr-generic): The text nodes should be text, not :text.
1460
1461         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1462         later in the file.
1463
1464 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1465
1466         * nnir.el: General clean up.  Allow searching with multiple engines.
1467         Allow separate extra-parameters for each engine.
1468         Batch queries when possible.
1469         (nnir-imap-default-search-key,nnir-method-default-engines):
1470         Add customize interface.
1471         (nnir-run-gmane): New engine.
1472         (nnir-engines): Use it.  Qualify all prompts with engine name.
1473         (nnir-search-engine): Remove global variable.
1474         (nnir-run-hyrex): Restore for now.
1475         (nnir-extra-parms,nnir-search-history): New variables.
1476         (gnus-group-make-nnir-group): Use them.
1477         (nnir-group-server): Remove in favor of gnus-group-server.
1478         (nnir-request-group): Avoid searching twice.
1479         (nnir-sort-groups-by-server): New function.
1480
1481 2010-10-30  Julien Danjou  <julien@danjou.info>
1482
1483         * gnus-group.el: Remove gnus-group-fetch-control.
1484
1485         * gnus-start.el (gnus-find-new-newsgroups):
1486         Remove gnus-check-first-time-used.
1487
1488         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1489
1490 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1491
1492         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1493         set on groups that don't have \* permanentflags.
1494
1495 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1496
1497         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1498         control the background color.
1499         (shr-tag-img): Ignore very small web bug type images.
1500         (shr-put-image): Add help-echo alt texts to the images.
1501         (shr-tag-video): Show the video poster image.
1502
1503 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1504
1505         * shr.el (shr-table-depth): New variable.
1506         (shr-tag-table-1): Only insert the images after the top-level table.
1507
1508         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1509
1510         * gnus-util.el (gnus-list-memq-of-list): New function.
1511
1512         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1513         selected.
1514         (nnimap-unsplittable-articles): New slot.
1515         (nnimap-new-articles): Use it.
1516
1517 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1518
1519         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1520         move to the previous line on `M-g'.
1521
1522 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1523
1524         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1525         *-request-group, which seems unnecessary.
1526
1527         * nnimap.el (nnimap-quote-specials): Function copied over from
1528         imap.el.
1529         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1530         they support that.  Suggested by Tom Regner.
1531
1532 2010-10-29  Julien Danjou  <julien@danjou.info>
1533
1534         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1535         defalias.
1536         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1537
1538         * gnus.el: Remove `gnus-nntp-service' variable.
1539         (gnus-secondary-servers): Make obsolete.
1540         (gnus-nntp-server): Make obsolete.
1541
1542         * gnus-start.el (gnus-1): Remove x-splash calls.
1543
1544         * gnus-ems.el (gnus-x-splash): Remove.
1545
1546         * gnus.el (gnus-group-startup-message): Simplify/update code.
1547
1548         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1549         definition.
1550
1551         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1552         capability before doing anything.
1553         (gnus-group-insert-group-line): Remove useless
1554         gnus-group-remove-excess-properties.
1555
1556 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1557
1558         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1559
1560 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1561
1562         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1563         config after reselecting.
1564
1565 2010-10-28  Julien Danjou  <julien@danjou.info>
1566
1567         * shr.el (shr-put-image): Use point even if only inserting text.
1568         (shr-put-image): Save excursion when inserting alt text on non-graphic
1569         display, so the behaviour is the same when we are on a graphic display.
1570
1571         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1572
1573 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1574
1575         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1576         (gnus-mime-copy-part): Check coding system, not charset.
1577         (gnus-mime-view-part-externally): Never remove part.
1578         (gnus-mime-view-part-internally): Don't remove part here.
1579         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1580         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1581         multipart/alternative.
1582
1583         * mm-decode.el (mm-display-part): Take optional arg `force'.
1584
1585 2010-10-26  Julien Danjou  <julien@danjou.info>
1586
1587         * gnus-group.el (gnus-group-default-list-level): Add this function to
1588         compute the default list level.
1589         (gnus-group-default-list-level): Add possibility to use a function.
1590
1591 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1592
1593         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1594
1595         * gnus-group.el (gnus-group-completing-read)
1596         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1597         gnus-replace-in-string.
1598
1599 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1600
1601         * shr.el (shr-tag-div): Add.
1602
1603         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1604
1605 2010-10-25  Julien Danjou  <julien@danjou.info>
1606
1607         * gnus-util.el: Remove `gnus-with-local-quit'.
1608
1609         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1610
1611 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1612
1613         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1614         the original article buffer.
1615
1616 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1617
1618         * nnimap.el (nnimap-request-head): New function.
1619         (nnimap-request-move-article): Try to be slighly faster by not
1620         requesting the entire message when moving.
1621         (nnimap-transform-headers): Don't bug out on bodiless articles.
1622         (nnimap-send-command): Have no outstanding messages if the IMAP server
1623         doesn't support streaming.
1624         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1625
1626 2010-10-24  Julien Danjou  <julien@danjou.info>
1627
1628         * message.el (message-default-headers): Fix type.
1629
1630 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1631
1632         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1633         prefetching images.
1634
1635         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1636         backend for unknown groups.  This is mainly useful for nnimap groups.
1637
1638         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1639         group isn't covered by the agent.
1640
1641 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1642
1643         * nnir.el (nnir-method-default-engines): New variable.
1644         (nnir-run-query): Use it.
1645         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1646         (gnus-summary-nnir-goto-thread): Change group if needed.
1647
1648         * gnus-group.el (gnus-group-group-map): Add key binding for
1649         gnus-group-make-nnir-group.
1650
1651 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1652
1653         * shr.el (shr-tag-object): Add.
1654
1655         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1656         original article buffer live.
1657         (gnus-summary-select-article-buffer):
1658         Mention gnus-widen-article-buffer.
1659
1660 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1661
1662         * shr.el (shr-tag-strong): Add.
1663
1664 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1665
1666         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1667         group names.  They mess up the group buffer badly.
1668
1669         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1670
1671         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1672         instead of the summary one.
1673
1674 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1675
1676         * mml.el (mml-preview): Work properly when editing article.
1677
1678         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1679         gnus-have-read-active-file if it's already been in.
1680
1681 2010-10-22  Tom Tromey  <tromey@redhat.com>
1682
1683         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1684         gnus-group-completing-read.
1685
1686 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1687
1688         * message.el (message-mode-map): Don't bind M-; to comment region, to
1689         allow the global comment-dwim to work.
1690
1691 2010-10-21  Julien Danjou  <julien@danjou.info>
1692
1693         * message.el (message-setup-1): Allow message-default-headers to be a
1694         function.
1695
1696 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1697
1698         * shr.el (shr-tag-table): Simplify.
1699
1700 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1701
1702         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1703         to avoid trying to snarf invalid stuff.
1704
1705         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1706
1707         * gnus.el (gnus-message-archive-group): Quote value.
1708         (gnus-message-archive-group): Mark as changed.
1709
1710         * shr.el (shr-add-font): Don't put the font properties on the newline
1711         or the indentation.
1712
1713         * message.el (message-fix-before-sending): Change options when sending
1714         non-printable characters.
1715
1716         * gnus.el (gnus-message-archive-method): Change the default to
1717         monthly outgoing groups.
1718
1719         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1720         that have gotten new numbers.
1721
1722         * nnimap.el (nnimap-request-replace-article): New function.
1723
1724 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1725
1726         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1727         (nnrss-request-article): Don't use special html washing code.
1728
1729 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1730
1731         * shr.el (shr-tag-table): Remove useless nconc.
1732
1733 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1734
1735         * gnus-art.el (article-wash-html): Simplify and remove the charset
1736         stuff.  Use the normal html rendering code instead of the special html
1737         washing code.
1738
1739         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1740         `gnus-w3m' symbols.
1741         (mm-text-html-washer-alist): Remove.
1742
1743         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1744         (mm-inline-media-tests): Remove use.
1745         (mm-text-html-renderer): Change default to the `shr' symbol.
1746
1747         * mm-view.el (mm-inline-text-html): Remove use.
1748
1749         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1750         `gnus-blocked-images' to be a function.
1751         (gnus-article-wash-function): Remove.
1752
1753 2010-10-20  Julien Danjou  <julien@danjou.info>
1754
1755         * spam.el (spam-list-of-processors): Mark as obsolete.
1756
1757         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1758         (nnimap-insert-partial-structure): Fix boundary detection.
1759
1760 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1761
1762         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1763         run file-truename on remote files.  This can be expensive and even
1764         prevent one from editing drafts if some unrelated buffer has a stale
1765         connection.
1766
1767 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1768
1769         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1770         kinsoku-eol regardless of shr-kinsoku-shorten.
1771         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1772         (shr-tag-table): Support caption, thead, and tfoot.
1773
1774 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1775
1776         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1777         lines.
1778         (shr-save-contents): New command and keystroke.
1779
1780         * nndoc.el (nndoc-type-alist): Add git support.
1781         (nndoc-git-type-p): New function.
1782         (nndoc-transform-git-article): Ditto.
1783         (nndoc-transform-git-headers): Ditto.
1784         (nndoc-transform-git-headers): Generate Subject headers.
1785
1786         * shr.el (shr-parse-style): New function.
1787         (shr-tag-span): Ditto.
1788
1789         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1790         to `G G' to avoid collisions.
1791
1792 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1793
1794         * shr.el: Load kinsoku if necessary.
1795         (shr-kinsoku-shorten): New internal variable.
1796         (shr-find-fill-point): Make kinsoku shorten text line if
1797         shr-kinsoku-shorten is bound to non-nil.
1798         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1799         shr-indentation too when testing if table is wider than frame width.
1800         (shr-insert-table): Use `string-width' instead of `length' to measure
1801         text width.
1802         (shr-insert-table-ruler): Make sure indentation is done at bol.
1803
1804 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1805
1806         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1807         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1808         undecoded network data.
1809
1810 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1811
1812         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1813         name in the mode line spec so that the mode line menu works
1814         (bug #2431).
1815
1816         * message.el (message-get-reply-headers): If we're fed `to-address',
1817         then always use that.
1818
1819         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1820         aren't so wide as to need to switch off the edit menu.
1821
1822         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1823         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1824
1825         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1826         `M-g'.
1827         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1828         the permanent marks.
1829
1830 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1831
1832         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1833         Splitting according to references/in-reply-to obeys the ignore-groups
1834         variable, while splitting by sender and subject do not.
1835
1836 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1837
1838         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1839         alist, so that we can look for non-Unicode chars.
1840         (article-translate-strings): Allow both character and string maps.
1841
1842 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1843
1844         * shr.el (shr-insert): Don't insert space behind a wide character
1845         categorized as kinsoku-bol, or between characters both categorized as
1846         nospace.
1847
1848 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1849
1850         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1851         headers to gnus-newsgroup-headers.
1852
1853 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1854
1855         * shr.el (shr-tag-img): Don't align images -- since we're not
1856         rescaling, this often leads to ugly displays.
1857
1858 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1859
1860         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1861         duplicates.
1862
1863 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1864
1865         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1866         call.
1867
1868 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1869
1870         * gnus.el: Autoload gnus-html-show-images.
1871
1872         * nnimap.el: Use nnheader-message throughout.
1873
1874         * shr.el (shr-tag-img): Ignore images with no data.
1875
1876 2010-10-15  Julien Danjou  <julien@danjou.info>
1877
1878         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1879         a possibility to disable format=flow encoding when using hard newlines.
1880
1881 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1882
1883         * shr.el (shr-insert): Remove space inserted before or after a
1884         breakable character or at the beginning or the end of a line.
1885         (shr-find-fill-point): Do kinsoku; find the second best point or give
1886         it up if there's no breakable point.
1887
1888 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1889
1890         * nnimap.el (nnimap-open-connection): Message when opening connection
1891         for debugging purposes.
1892
1893         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1894         on every setup buffer call to allow this to change from article to
1895         article.
1896
1897         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1898         buffers where we have a wide table.
1899
1900 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1901
1902         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1903         uses *-request-thread.
1904
1905 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1906
1907         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1908         incantation, which is no longer valid.
1909
1910 2010-10-14  Julien Danjou  <julien@danjou.info>
1911
1912         * shr.el: Fix defcustom type (char -> character).
1913
1914 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1915
1916         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1917         programs.
1918
1919 2010-10-14  Julien Danjou  <julien@danjou.info>
1920
1921         * shr.el (shr-tag-a): Use url-link as widget type.
1922
1923         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1924         `gnus-group-get-icon'.
1925
1926 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1927
1928         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1929         This should make server editing work better.
1930
1931         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1932
1933         * tls.el (tls-program): Remove spurious %s from openssl.
1934
1935         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1936         (nnimap-parse-flags): Fix regexp.
1937
1938         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1939         probably work for CJVK text, too.
1940
1941         * nnimap.el (nnimap-extend-tls-programs): Remove.
1942         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1943
1944         * tls.el (tls-starttls-switches): Remove starttls hack.
1945         (open-tls-stream): Ditto.
1946         (tls-find-starttls-argument): Ditto.
1947
1948 2010-10-13  Julien Danjou  <julien@danjou.info>
1949
1950         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1951         responses.
1952
1953 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1954
1955         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1956
1957         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1958         anything in Emacs.
1959
1960         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1961
1962 2010-10-13  Julien Danjou  <julien@danjou.info>
1963
1964         * shr.el (shr-width): Make shr-width a defcustom with default to
1965         fill-column.
1966         (shr-tag-img): Use shr-width rather than fill-column.
1967
1968 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1969
1970         * dgnushack.el (byte-optimize-apply)
1971         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1972
1973         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1974         position when (X-)Faces exist.
1975         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1976         avatars when called interactively.
1977
1978 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1979
1980         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1981         gnus-article-x-face-too-ugly is bound.
1982
1983 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1984
1985         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1986
1987         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1988         mailbox that doesn't exist.
1989
1990 2010-10-12  Julien Danjou  <julien@danjou.info>
1991
1992         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1993         (shr-get-image-data): Encode URL properly when fetching from cache.
1994         (shr-tag-img): Use aligned-to spaces to align correctly images.
1995
1996         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1997         before inserting the Gravatar.
1998
1999         * shr.el (shr-tag-img): Add align attribute support for <img>.
2000
2001 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2002
2003         * gnus-gravatar.el (gnus-art): Require.
2004
2005         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2006         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2007         Remove long obsoleted functions.
2008
2009 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2010
2011         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2012
2013         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2014
2015         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2016         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2017         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2018         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2019         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2020         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2021         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
2022
2023 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2024
2025         * nnimap.el (nnimap-request-rename-group): Select group read-only
2026         before renaming it.
2027
2028         * shr.el (shr-insert): Fix up the white space only regexp.
2029
2030         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2031         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2032
2033         * shr.el (shr-current-column): New function.
2034         (shr-find-fill-point): New function.
2035
2036 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2037
2038         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2039         numbers.
2040
2041 2010-10-11  Julien Danjou  <julien@danjou.info>
2042
2043         * shr.el (shr-hr-line): Add.
2044         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2045         display hr lines.
2046         (shr-max-columns): Do not change state to nil if we just inserting
2047         spaces.
2048
2049 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2050
2051         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2052         select the last group.
2053
2054 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2055
2056         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2057
2058 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2059
2060         * dig.el (dig-mode-map): Declare and define in one step.
2061
2062 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2063
2064         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2065         for Gnus.
2066         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2067         (nnimap-update-qresync-info): Mark \Seen articles as read.
2068
2069         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2070         non-variable, too.
2071
2072         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2073         available.
2074         (nnimap-update-info): Rely more on the current active than the param
2075         active to avoid marking articles as read too much.
2076
2077         * auth-source.el (auth-source-create): Use (user-login-name) for the
2078         user name default.
2079
2080         * nnimap.el (nnimap-update-info): If the server doesn't return any
2081         useful info, just use the previous info.
2082         (nnimap-update-info): Prefer old info over start-article.
2083         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2084
2085 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2086
2087         * nnir.el (autoload): Clean up autoloads.
2088         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2089         Use key rather than value.
2090         (nnir-imap-search-other): New variable.
2091         (nnir-read-parm): Use it.
2092         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2093         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2094
2095 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2096
2097         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2098         the process, too.
2099
2100 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2101
2102         * spam.el (gnus-summary-mode-map): Bind to "$".
2103         Suggested by Russ Allbery.
2104
2105         * shr.el: Rework the way things are indented by <li> slightly.
2106
2107         * gnus.el (gnus-group-set-parameter): Fix typo.
2108
2109         * nnimap.el: Start implementing QRESYNC support.
2110
2111 2010-10-09  Julien Danjou  <julien@danjou.info>
2112
2113         * nnir.el (nnir-engines): Fix too many arguments.
2114
2115 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2116
2117         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2118         group is the "last", so that the backends like nnfolder actually save
2119         their folders.
2120
2121         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2122         try to use that for the tls stream.
2123         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2124         UIDVALIDITY and find out which groups are read-only and not.
2125         (nnimap-get-flags): Use the same marks parsing code as the rest of
2126         nnimap.
2127
2128 2010-10-09  Julien Danjou  <julien@danjou.info>
2129
2130         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2131
2132         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2133         retrieving gravatars.
2134
2135         * shr.el (shr-table-corner): Add.
2136         (shr-table-line): Add.
2137         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2138
2139 2010-10-08  Julien Danjou  <julien@danjou.info>
2140
2141         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2142
2143 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2144
2145         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2146
2147         * gnus-sum.el (gnus-mark-article-as-unread)
2148         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2149         (gnus-summary-set-bookmark): Use it.
2150
2151         * gnus-msg.el (gnus-setup-message): Use it.
2152
2153         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2154
2155         * gnus.el (gnus-group-remove-parameter): Use it.
2156
2157         * gnus-group.el (gnus-group-make-web-group): Use it.
2158
2159         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2160
2161         * nnregistry.el: Update docs to mention manual.
2162
2163         * gnus-registry.el: Update docs to mention nnregistry.el.
2164         (gnus-registry-initialize): Don't install nnregistry refer method
2165         automatically.
2166         (gnus-registry-install-nnregistry): Remove it.
2167
2168 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2169
2170         * shr.el (shr-insert): Don't insert double spaces.
2171
2172 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2173
2174         * gnus-gravatar.el (gnus-treat-from-gravatar)
2175         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2176         called interactively.
2177
2178         * gnus-art.el (gnus-mime-view-part-externally)
2179         (gnus-mime-view-part-internally): Make predicate function passed to
2180         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2181         of a mime type.
2182
2183         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2184
2185 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2186
2187         * shr.el (require): Require cl when compiling.
2188         (shr-tag-hr): New function.
2189
2190         * nnimap.el (nnimap-update-info): Remove double setting of high.
2191         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2192         This makes nnimap work properly on Courier again.
2193
2194         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2195         the variable for backwards compatability.
2196
2197         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2198         the file name before using to avoid setting mm-default-directory to
2199         nil.
2200
2201         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2202         bidning gnus-agent variables.
2203
2204         * shr.el (shr-render-td): Use a cache for the table rendering function
2205         to avoid getting an exponential rendering behaviour in nested tables.
2206         (shr-insert): Rework the line-breaking algorithm.
2207         (shr-insert): Don't leave trailing spaces.
2208         (shr-insert-table): Also insert empty TDs.
2209         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2210
2211 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2212
2213         * gnus-sum.el (gnus-number): Rename from `number'.
2214         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2215         (gnus-summary-limit-children): Update uses correspondingly.
2216
2217 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2218
2219         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2220         (gnus-gravatar-transform-address): Don't show avatars of people of
2221         which mail addresses match gnus-gravatar-too-ugly.
2222
2223 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2224
2225         * shr.el (shr-table-widths): Expand TD elements to fill available
2226         space.
2227
2228 2010-10-07  Julien Danjou  <julien@danjou.info>
2229
2230         * nnimap.el (nnimap-request-rename-group): Add this method.
2231
2232 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2233
2234         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2235         name from XEmacs' function-arglist.
2236
2237         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2238         gravatar under XEmacs.
2239
2240 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2241
2242         * auth-source.el: Update docs with TODO items.
2243
2244         * gnus-sync.el: Update docs to explain state and plans.
2245
2246         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2247         Hooks for mark updates.
2248         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2249
2250         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2251         hooks with arguments, which is needed for mark update hooks.
2252
2253 2010-10-06  Julien Danjou  <julien@danjou.info>
2254
2255         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2256         was matched.
2257
2258         * sieve-manage.el: Update example in `Commentary'.
2259
2260         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2261
2262         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2263         not 2000.
2264         (sieve-manage-authenticate): Re-add function.
2265
2266 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2267
2268         * shr.el (shr-insert): Get 'space transition right.
2269         (shr-render-td): Only delete space at the end of the TD.
2270
2271         * nnimap.el (nnimap-open-connection): Prepare to support
2272         open-gnutls-stream.
2273
2274         * shr.el: Rearrange function order to be more logical.
2275
2276 2010-10-06  Julien Danjou  <julien@danjou.info>
2277
2278         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2279         (nnrss-discover-feed): Remove 404 URL in docstring.
2280
2281         * nnir.el: Fix Swish-E URL.
2282         Fix Namazu URL.
2283
2284         * message.el (message-change-subject): Remove 404 URL in a comment.
2285
2286 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2287
2288         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2289         called interactively.
2290
2291         * gnus-util.el (gnus-remove-if): Allow hash table.
2292         (gnus-remove-if-not): New function.
2293
2294         * gnus-art.el (gnus-mime-view-part-as-type)
2295         * gnus-score.el (gnus-summary-score-effect)
2296         * gnus-sum.el (gnus-read-move-group-name):
2297         Replace remove-if-not with gnus-remove-if-not.
2298
2299         * gnus-group.el (gnus-group-completing-read):
2300         Regard collection as a hash table if it is not a list.
2301
2302 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2303
2304         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2305
2306         * shr.el: Document the table-rendering algorithm.
2307
2308 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2309
2310         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2311         for Emacsen having no `libxml-parse-html-region' support.
2312
2313 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2314
2315         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2316         invalid URLs.
2317
2318         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2319         line-broken.
2320         (shr-tag-img): Ignore image fetching errors.
2321         (shr-overlays-in-region): Compute overlay positions correctly.
2322
2323         * mm-decode.el (mm-shr): Require shr.
2324
2325         * gnus-art.el (gnus-blocked-images): Move variable here.
2326
2327         * shr.el (shr-insert-table): Bind free variable.
2328
2329         * mm-decode.el (mm-shr): Bind shr-content-function.
2330
2331         * shr.el (shr-content-function): New variable.
2332
2333         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2334         added for symmetry.
2335
2336         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2337
2338         * gnus-group.el (gnus-group-make-group): Doc fix.
2339
2340         * nnimap.el (nnimap-request-newgroups): Return success.
2341
2342         * shr.el (shr-find-elements): New function.
2343         (shr-tag-table): Put all the images after the table.
2344         (shr-tag-table): Really inhibit images inside the table.
2345         (shr-collect-overlays): Copy over overlays from the TD elements to the
2346         main document.
2347
2348         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2349         gnus-blocked-images.
2350
2351 2010-10-05  Julien Danjou  <julien@danjou.info>
2352
2353         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2354
2355         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2356         (gnus-html-maximum-image-size): Add this function.
2357         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2358
2359         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2360         server-value of the capability is nil.
2361
2362 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2363
2364         * shr.el (shr-tag-em): Add <EM> tag.
2365
2366 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2367
2368         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2369         customizable.
2370
2371         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2372         handing broken links to browse-url.
2373
2374 2010-10-05  Julien Danjou  <julien@danjou.info>
2375
2376         * gnus-util.el (gnus-emacs-completing-read)
2377         (gnus-iswitchb-completing-read): Use autoload rather than require.
2378
2379 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2380
2381         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2382         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2383         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2384         iswitchb-temp-buflist for XEmacs.
2385
2386         * gnus-util.el (gnus-completing-read-function): Exclude
2387         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2388         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2389         XEmacs.
2390
2391         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2392         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2393
2394         * gnus-html.el: Don't require help-fns under XEmacs.
2395         (gnus-html-schedule-image-fetching): Work for XEmacs.
2396
2397         * mm-decode.el (mm-shr): Decode contents by charset.
2398
2399 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2400
2401         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2402         unknown.
2403
2404         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2405         (shr-get-image-data): Ensure against the cache file missing.
2406
2407         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2408         for data.
2409
2410         * spam-report.el (spam-report-url-ping-plain): Don't query about
2411         killing the process.
2412
2413         * shr.el (shr-render-td): Protect against too-wide text.
2414
2415 2010-10-04  Julien Danjou  <julien@danjou.info>
2416
2417         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2418         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2419
2420         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2421         retrieved.
2422
2423 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2424
2425         * shr.el (browse-url): Require.
2426         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2427         lines.
2428         (shr-show-alt-text, shr-browse-image): New commands.
2429         (shr-browse-url, shr-copy-url): New commands.
2430
2431         * gnus-sum.el (gnus-widen-article-window): New variable.
2432         (gnus-summary-select-article-buffer): Use it.
2433
2434         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2435         without @ signs.
2436
2437 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2438
2439         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2440
2441 2010-10-04  Julien Danjou  <julien@danjou.info>
2442
2443         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2444         for XEmacs.
2445
2446 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2447
2448         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2449
2450         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2451         (nnimap-close-server): Implement.
2452
2453         * dgnushack.el (iswitchb): Require to shut up the compiler.
2454
2455         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2456         (shr-insert): Tweak line breaking.
2457         (shr-insert): Handle <pre> better.
2458         (shr-tag-li): Get <li> indentation right.
2459         (shr-tag-li): Get <li> indentation even righter.
2460         (shr-tag-blockquote): Ensure paragraph start.
2461         (shr-make-table): Tweak table generation.
2462         (shr-make-table): Fix typo.
2463
2464         * shr.el: Implement table rendering.
2465
2466 2010-10-04  Julien Danjou  <julien@danjou.info>
2467
2468         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2469
2470 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2471
2472         * shr.el (shr-insert): Use string anchors instead of line anchors.
2473
2474 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2475
2476         * shr.el: Add headings.
2477         (shr-ensure-paragraph): Actually work.
2478         (shr-tag-li): Make <ul> prettier.
2479         (shr-insert): Get white space at the beginning/end of elements right.
2480         (shr-tag-p): Collapse subsequent <p>s.
2481         (shr-ensure-paragraph): Don't insert double line feeds after blank
2482         lines.
2483         (shr-insert): \t is also space.
2484         (shr-tag-s): Fix "s" tag name function.
2485         (shr-tag-s): Fix face prop name.
2486
2487 2010-10-03  Julien Danjou  <julien@danjou.info>
2488
2489         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2490
2491         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2492         gnus-window-inside-pixel-edges.
2493
2494         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2495         gnus-ems.
2496
2497         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2498
2499         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2500         function.
2501
2502         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2503         resize choice.
2504
2505 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2506
2507         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2508         beginning of the buffer.
2509
2510         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2511         article buffer again.
2512
2513         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2514
2515         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2516         when it's at the start of the buffer.
2517
2518         * shr.el (shr-tag-blockquote): Convert name.
2519         (shr-rescale-image): Use the right image-size variant.
2520
2521         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2522         buffer isn't shown, then select the current article first instead of
2523         bugging out.
2524         (gnus-summary-select-article-buffer): Show both the article and summary
2525         buffers again.
2526
2527         * shr.el (shr-fontize-cont): Protect against regions with no text.
2528         Rename tag functions to shr-tag-* for enhanced security.
2529         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2530
2531 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2532
2533         * shr.el (shr-insert):
2534         * pop3.el (pop3-movemail):
2535         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2536         loaded.
2537
2538 2010-10-03  Glenn Morris  <rgm@gnu.org>
2539
2540         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2541
2542         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2543
2544         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2545
2546         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2547
2548         * gnus-util.el (gnus-make-local-hook): Simplify.
2549
2550 2010-10-02  Julien Danjou  <julien@danjou.info>
2551
2552         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2553         (gnus-ido-completing-read): New function.
2554         (gnus-emacs-completing-read): New function.
2555         (gnus-completing-read): Use gnus-completing-read-function.
2556         Add gnus-completing-read-function.
2557
2558 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2559
2560         * shr.el (shr-insert-document): Autoload.
2561         (shr-img): Be silent.
2562         (shr-insert): Add a newline after every picture before text.
2563         (shr-add-font): Use overlays for combining faces.
2564         (shr-insert): Pass upwards the text start point.
2565
2566         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2567         possible.
2568         (mm-shr): New function.
2569
2570 2010-10-02  Julien Danjou  <julien@danjou.info>
2571
2572         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2573         should go backward.
2574
2575 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2576
2577         * shr.el (shr): Fix typo in provide call.
2578
2579 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2580
2581         * shr.el: New file.
2582
2583         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2584
2585         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2586         completing read.
2587
2588 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2589
2590         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2591         we're being queried about.  Suggested by Dan Jacobson.
2592
2593         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2594         Suggested by Jason Eisner.
2595
2596         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2597         table, too.  Suggested by Stefan Wiens.
2598         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2599         the table unnecessary.  Suggested by Stefan Wiens.
2600
2601         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2602         longer needed, and probably doesn't work either, as pointed out by
2603         Stefan Wiens.
2604         (gnus-summary-exit): Remove call to the clearing function.
2605         (gnus-summary-exit-no-update): Ditto.
2606
2607         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2608         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2609         Reported by Stefan Monnier.
2610         (gnus-summary-save-in-rmail): Ditto.
2611
2612         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2613         article buffer, instead of both the article buffer and the summary
2614         buffer.  Sort of suggested by Dan Jacobson.
2615
2616         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2617
2618         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2619         Suggested by Dan Jacobson.
2620
2621         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2622         documentation clearer.
2623
2624         * message.el (message-shorten-references): Comment on the number "21".
2625         Suggested by Stefan Monnier.
2626
2627         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2628         Suggested by Dan Jacobson.
2629
2630         * gnus.el (gnus-large-newsgroup):
2631         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2632
2633         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2634         externalize attachments.  Bug reported by Steve Wen.
2635
2636         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2637         really message anything to the user.
2638
2639         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2640         directly.
2641
2642         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2643         messages in empty groups.
2644
2645 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2646
2647         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2648         non-UIDNEXT group.
2649
2650 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2651
2652         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2653         not the value from the collection.
2654
2655         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2656         values.  This sometimes happens on some groups that have no info.
2657         (nnimap-request-newgroups): New function.
2658
2659 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2660
2661         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2662         check into `gnus-registry-initialize'.
2663         (gnus-registry-initialize): Ditto.
2664         Fix and extend header docs.
2665
2666 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2667
2668         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2669         regexp backtrace overflows.
2670
2671         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2672         for starttls that tls.el implements; i.e. openssl.
2673
2674         * tls.el (tls-starttls-switches): Give up on using starttls with
2675         gnutls-cli.
2676         (tls-program): Add --insecure to be consistent with the defaults from
2677         openssl s_client.  Now all three commands are insecure.
2678
2679 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2680
2681         * lpath.el: Bind completion-styles-alist for XEmacs.
2682
2683         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2684         (gravatar-create-image): New function that's an alias to
2685         gnus-xmas-create-image, gnus-create-image, or create-image.
2686         (gravatar-data->image): Use it.
2687
2688 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2689
2690         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2691         install the nnregistry refer method.
2692         (gnus-registry-install-hooks): Use it.
2693         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2694         unfollowed groups.
2695
2696 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2697
2698         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2699         expanding threads.
2700
2701 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2702
2703         * nnir.el: Use the server names without suffixes (bug #7009).
2704
2705         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2706         unencrypted to STARTTLS, if possible.
2707
2708 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2709
2710         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2711         headers before superseding.
2712
2713 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2714
2715         * nnrss.el (nnrss-use-local): Add documentation.
2716
2717         * nnimap.el (nnimap-extend-tls-programs): New function.
2718         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2719         (nnimap-wait-for-connection): Accept the greeting from the stupid
2720         output from openssl s_client -starttls, too.
2721
2722         * tls.el (tls-starttls-switches): New variable.
2723         (tls-find-starttls-argument): Use it.
2724         (open-tls-stream): Ditto.
2725
2726         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2727         (netrc-machine): Ditto.
2728
2729         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2730         article number.
2731         (nnimap-split-fancy): New variable.
2732         (nnimap-split-incoming-mail): Use it.
2733
2734         * nntp.el (nntp-server-list-active-group): Document.
2735
2736         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2737         SELECT to get the message-id.
2738
2739         * mail-source.el (mail-sources): Remove webmail support.
2740         (defvar): Ditto.
2741         (mail-source-fetcher-alist): Ditto.
2742         (mail-source-fetch-webmail): Remove.
2743
2744         * webmail.el: Remove -- doesn't seem relevant any more.
2745
2746         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2747
2748         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2749         the \r.
2750
2751 2010-09-30  Julien Danjou  <julien@danjou.info>
2752
2753         * gnus-agent.el (gnus-agent-add-group): Fix call to
2754         gnus-completing-read.
2755
2756 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2757
2758         * nndoc.el (nndoc-retrieve-groups): New function.
2759
2760         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2761         `default', use nnmail-split-methods.
2762         (nnimap-request-article): Downcase the NILs so that they are nil.
2763
2764         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2765         symbol.
2766
2767         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2768         code, since if the user has requested network, that's what they ought
2769         to get.
2770         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2771         (nnimap-split-rule): Mark as obsolete.
2772
2773         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2774         New variable.
2775
2776         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2777         correct slot, too.
2778
2779 2010-09-29  Julien Danjou  <julien@danjou.info>
2780
2781         * gnus.el (gnus-local-domain): Declare variable obsolete.
2782
2783         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2784         Fix history computing.
2785         (gnus-ido-completing-read): Require ido.
2786
2787 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2788
2789         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2790         build Gnus.
2791
2792         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2793         when interpreting the structures.
2794         (nnimap-request-accept-article): Add \r\n to the lines to make this
2795         work with Cyrus.
2796
2797         * nndraft.el (nndraft-request-expire-articles): Use the group name
2798         instead if "nndraft".  Fix found by Nils Ackermann.
2799
2800 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2801
2802         * nnregistry.el: Add.
2803
2804 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2805
2806         * nnmail.el (group, group-art-list, group-art):
2807         Remove unneeded directives.
2808
2809 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2810
2811         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2812         (mm-mime-charset)
2813         * rfc2047.el (rfc2047-syntax-table)
2814         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2815
2816         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2817         rather than `insert-file-contents' and `eval-region'.
2818
2819         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2820         construction.
2821
2822         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2823
2824         * time-date.el: No need to require cl for Emacs 21.
2825
2826 2010-09-29  Julien Danjou  <julien@danjou.info>
2827
2828         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2829         replacement of `gnus-gravatar-relief' to mimic
2830         `gnus-faces-properties-alist'.
2831         Add :version property.
2832
2833 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2834
2835         * mail-source.el (mail-source-report-new-mail)
2836         * message.el (message-default-mail-headers)
2837         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2838
2839         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2840
2841 2010-09-28  Julien Danjou  <julien@danjou.info>
2842
2843         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2844         mail-address contains the same string as real-name.
2845
2846         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2847         non-blank in header, otherwise it'll get stripped.
2848
2849         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2850         real-name, and then for mail address rather than doing : or , search.
2851
2852 2010-09-27  Julien Danjou  <julien@danjou.info>
2853
2854         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2855         right completing-read function.
2856         (gnus-use-ido): New variable
2857         (gnus-completing-read-with-default): Remove.
2858         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2859         (gnus-agent-add-group):
2860         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2861         * mm-view.el (mm-view-pkcs7-decrypt):
2862         * mm-util.el (mm-codepage-setup):
2863         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2864         * mml-smime.el (mml-smime-openssl-sign-query):
2865         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2866         (mml-insert-multipart):
2867         * gnus-msg.el (gnus-summary-yank-message):
2868         * gnus-int.el (gnus-start-news-server):
2869         * mm-decode.el (mm-interactively-view-part):
2870         * gnus-dired.el (gnus-dired-attach):
2871         * gnus.el (gnus-read-method):
2872         * gnus-bookmark.el (gnus-bookmark-jump):
2873         * gnus-art.el (gnus-mime-view-part-as-type)
2874         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2875         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2876         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2877         * nnmairix.el (nnmairix-create-server-and-default-group)
2878         (nnmairix-update-groups, nnmairix-get-server)
2879         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2880         (nnmairix-get-group-from-file-path):
2881         * nnrss.el (nnrss-find-rss-via-syndic8):
2882         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2883         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2884         (gnus-group-browse-foreign-server):
2885         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2886         (gnus-summary-execute-command, gnus-summary-respool-article)
2887         (gnus-read-move-group-name):
2888         * gnus-score.el (gnus-summary-increase-score)
2889         (gnus-summary-score-effect):
2890         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2891
2892 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2893
2894         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2895         x-focus-frame.
2896
2897         * nnimap.el (auth-source-forget-user-or-password)
2898         (auth-source-user-or-password): Autoload.
2899
2900         * message.el (message-from-style, message-interactive)
2901         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2902         (message-yank-prefix, message-indentation-spaces, message-signature)
2903         (message-signature-file): Add comment.
2904
2905 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2906
2907         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2908         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2909         new articles.
2910
2911         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2912         parts.
2913         (nnimap-request-article): Work with the t setting, too.
2914
2915         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2916         that you don't get flashes of other buffers.
2917         (gnus-summary-show-complete-article): Intern before setting.
2918
2919 2010-09-27  David Engster  <dengste@eml.cc>
2920
2921         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2922         well as HEADERS.
2923         (nnmairix-retrieve-headers): Provide new argument for the above.
2924
2925 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2926
2927         * gnus-sum.el (gnus-summary-move-article): Don't alter
2928         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2929         group.
2930
2931         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2932
2933         * message.el (message-cite-prefix-regexp): Revert my last edit.
2934
2935         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2936         variable instead of the Gnus variable.
2937
2938         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2939
2940         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2941
2942         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2943         since some servers don't like it.
2944         (nnimap-open-connection): Forget credentials if the server says the
2945         password was wrong.
2946         (nnimap-parse-line): Protect against invalid data.
2947
2948         * gnus-sum.el (gnus-summary-move-article): Add comment.
2949         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2950         nothing alters it while scanning for new messages.
2951
2952         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2953         which may or may not help.
2954         (nnimap-open-connection): If we're doing a stream connection, and then
2955         discover we're on a STARTTLS-capable server, then open a STARTTLS
2956         connection instead.
2957
2958 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2959
2960         * nnimap.el (utf7): Require.
2961
2962         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2963         prefix.
2964
2965 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2966
2967         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2968
2969 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2970
2971         * nnimap.el (nnimap-request-accept-article): Message the error on
2972         error.
2973
2974 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2975
2976         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2977
2978 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2979
2980         * nndoc.el (nndoc-request-list): Return success always.
2981
2982         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2983         `fetch-old' -- we only want to fetch the articles we've requested.
2984         The rest are in the agent, probably.
2985         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2986         disappeared server" to something low.  It's not important.
2987
2988         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2989         arrived before the FETCH data.
2990
2991         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2992         target here, because we don't know the Gnus name of the group.
2993
2994         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2995         for the correct group.
2996
2997         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2998
2999         * gnus.el (gnus): Give a final warning after startup.
3000
3001         * gnus-util.el (gnus-action-message-log): New variable.
3002         (gnus-message): Use it.
3003         (gnus-final-warning): New function.
3004
3005         * nnimap.el (nnimap-open-connection): Record the greeting.
3006         (nnimap): Add greeting.
3007
3008 2010-09-26  Julien Danjou  <julien@danjou.info>
3009
3010         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3011         arguments.
3012         (gnus-html-wash-images): Fix spec computing to include start/end.
3013
3014         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3015
3016 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3017
3018         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3019         deletion.
3020         (nnimap-retrieve-headers): Don't select the group, because that's
3021         already done by nnimap-possibly-change-group.
3022
3023         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3024         (gnus-picon-transform-address): Use it.
3025
3026         * mail-source.el (mail-source-value): Revert previous patch.
3027
3028         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3029         on failure.
3030         (nnimap-open-connection): Look up both virtual and physical server name
3031         credentials.
3032
3033         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3034
3035 2009-02-07  Dave Love  <fx@gnu.org>
3036
3037         * tls.el (open-tls-stream): Don't query killing process.
3038
3039 2009-02-08  Dave Love  <fx@gnu.org>
3040
3041         * gnus-win.el (gnus-window-to-buffer-helper)
3042         (gnus-all-windows-visible-p): Function needn't be a symbol.
3043
3044         * mail-source.el (mail-source-value): Function needn't be a symbol.
3045
3046 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3047
3048         * message.el (message-cite-prefix-regexp): Remove } from the cite
3049         prefix.
3050
3051         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3052         highlight again, so that the highlight is correct.
3053
3054         * gnus-picon.el (gnus-picon): Remove again.
3055         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3056
3057         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3058         doing the header highlightling, so that the background colour of the
3059         picon is correct.
3060
3061         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3062         (gnus-picon): Ditto.
3063         (gnus-picon): Reinstate.  The background colour for picons is white.
3064         (gnus-picon-insert-glyph): Make the background white.
3065
3066         * nnml.el (nnml-open-nov): Don't return dead buffers.
3067
3068         * auth-source.el (auth-source-create): Query the user for whether to
3069         store the credentials.
3070
3071         * netrc.el (netrc-store-data): New function.
3072
3073         * auth-source.el (auth-source-user-or-password): Use the existing auth
3074         sources, if any, for creation.
3075
3076         * gnus.el (gnus-group-fast-parameter): Return the last matching
3077         parameter instead of the first matching parameter.
3078
3079 2010-09-26  Julien Danjou  <julien@danjou.info>
3080
3081         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3082
3083 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3084
3085         * mml2015.el (mml2015-use): Remove gpg support.
3086
3087         * mml1991.el (mml1991-function-alist): Remove gpg function.
3088         (mml1991-gpg-sign): Remove.
3089
3090 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3091
3092         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3093         (gnus-browse-unsubscribe-current-group): Document it.
3094         (gnus-browse-unsubscribe-group): Use it.
3095
3096 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3097
3098         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3099         address to the To list for easier response.
3100
3101         * gnus.el (gnus-play-startup-jingle): Remove.
3102         (gnus-splash): Don't play jingle.
3103         (gnus): Silence gnus-load message.
3104
3105         * gnus-art.el (gnus-treat-play-sounds): Remove.
3106
3107         * gnus.el (gnus-play-jingle): Remove audio support.
3108
3109         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3110
3111         * earcon.el: Remove -- no users.
3112
3113         * gnus-audio.el: Remove -- no users of this package.
3114
3115         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3116
3117         * gnus-start.el (gnus-setup-news): Remove nocem support.
3118
3119         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3120
3121         * gnus.el (gnus-use-nocem): Remove.
3122
3123         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3124         Remove.
3125
3126         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3127         uses NoCeM any more.
3128
3129         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3130         (gnus-button-ctan-handler): Ditto.
3131         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3132         (gnus-button-ctan-directory-regexp): Ditto.
3133         (gnus-button-handle-ctan): Ditto.
3134         (gnus-button-tex-level): Ditto.
3135         (gnus-button-alist): Remove CTAN stuff.
3136
3137 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3138
3139         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3140         nnimap-streaming test.
3141
3142         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3143         servers twice.
3144
3145         * nnimap.el (nnimap-open-connection): Add more error reporting when
3146         nnimap fails early.
3147
3148         * nnheader.el (nnheader-get-report-string): New function.
3149         (nnheader-get-report): Use it.
3150
3151         * gnus-int.el (gnus-check-server): Say what the error was when opening
3152         failed.
3153
3154         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3155         using streaming.
3156
3157 2010-09-25  Julien Danjou  <julien@danjou.info>
3158
3159         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3160         gnus-window-inside-pixel-edges.
3161
3162 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3163
3164         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3165
3166         * mm-decode.el (mm-save-part): Allow saving to other directories the
3167         normal Emacs way.
3168
3169         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3170         Suggested by Jay Berkenbilt.
3171
3172         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3173         there isn't a single byte.
3174
3175         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3176         just do it.  It doesn't really seem to matter what the user responds
3177         here, I think, so it's just a confusing question.
3178
3179         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3180         non-streaming case.
3181
3182         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3183         (gnus-article-encrypt-body): Use it.
3184
3185         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3186         keystroke.
3187
3188         * nnimap.el (nnimap-find-wanted-parts-1):
3189         Use gnus-fetch-partial-articles.
3190
3191         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3192
3193         * nnimap.el (nnimap-insert-partial-structure): New function.
3194         (nnimap-get-partial-article): New function.
3195         (nnimap-request-article): Use it.
3196         (nnimap-wait-for-response): Return whether the wait was successful.
3197         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3198         retrieval wasn't successful.
3199         (nnimap-retrieve-group-data-early): Allow throttling servers.
3200         (nnimap-streaming): New variable.
3201         (nnimap-fetch-partial-articles): Remove.
3202
3203         * mm-decode.el (mm-with-part): Protect against killed buffers.
3204
3205         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3206         for prettier summary display.
3207
3208 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3209
3210         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3211
3212 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3213
3214         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3215         apparently third-party libraries depend on it.
3216
3217         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3218         before starting negotiation.
3219
3220         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3221         privacy reasons.
3222         (gnus-treat-mail-gravatar): Ditto.
3223
3224         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3225         buffer when inserting images.  Inserting text into the headers, for
3226         instance, can make them invalid.
3227
3228 2010-09-25  Julien Danjou  <julien@danjou.info>
3229
3230         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3231         variables.
3232
3233         * nnheader.el: Remove useless variables news-reply-yank-from and
3234         news-reply-yank-message-id.
3235
3236         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3237         variables.
3238
3239         * mml1991.el: Remove useless mml1991-verbose.
3240
3241         * gnus.el: Remove useless variable gnus-use-generic-from.
3242         Remove obsolete variable gnus-topic-indentation.
3243
3244         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3245
3246         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3247
3248         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3249
3250         * gnus-group.el: Remove useless gnus-group-icon-cache.
3251         Remove useless gnus-ephemeral-group-server.
3252
3253         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3254
3255         * mml2015.el: Remove useless mml2015-verbose.
3256
3257         * mml-smime.el: Remove useless mml-smime-verbose.
3258
3259         * gnus.el: Remove useless gnus-local-domain.
3260
3261         * gnus-gravatar.el (gnus-gravatar-transform-address):
3262         Use gnus-gravatar-size.
3263
3264         * gnus-art.el: Remove useless gnus-treat-translate.
3265
3266 2010-09-24  Julien Danjou  <julien@danjou.info>
3267
3268         * gnus-sum.el: Add support for Gravatars.
3269
3270         * gnus-art.el: Add support for Gravatars.
3271
3272         * gnus-gravatar.el: Add this file.
3273
3274         * gravatar.el: Add this file.
3275
3276 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3277
3278         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3279
3280         * gnus-group.el (gnus-group-fetch-faq): Remove.
3281
3282         * gnus.el (gnus-group-faq-directory): Remove.
3283
3284         * gnus-group.el (gnus-group-fetch-charter): Remove.
3285
3286         * gnus.el (gnus-group-charter-alist): Remove.
3287
3288         * gnus-group.el (gnus-group-archive-directory): Remove.
3289         (gnus-group-recent-archive-directory): Ditto.
3290         (gnus-group-make-archive-group): Remove.
3291
3292         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3293
3294         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3295         use the same article number for all the cached articles.
3296
3297         * nnimap.el (nnimap-command): Register the last command time so
3298         that we can use it for idling NOOPs.
3299         (nnimap-open-connection): Start the keeplive timer.
3300         (nnimap-make-process-buffer): Store all the process buffers.
3301         (nnimap-keepalive): New function.
3302
3303         * starttls.el (starttls-open-stream): Add autoload cookie.
3304
3305 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3306
3307         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3308         handling.
3309
3310 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3311
3312         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3313         its data structures.
3314
3315         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3316         instead of the cl.el copy-list.
3317         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3318         equalp.
3319
3320 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3321
3322         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3323         and tool-bar-local-item-from-menu.
3324
3325         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3326         mode-line-highlight face for Emacs.
3327
3328         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3329         loading gnus-sum.elc; fix comment for canlock-verify.
3330         (gnus-article-jump-to-part): Use read-number.
3331         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3332         Remove Emacs pre-21 compatible code for help-echo.
3333         (gnus-article-next-page-1): No need to adjust the number of lines.
3334         (gnus-article-describe-bindings): Always use help-buffer.
3335
3336         * gnus-audio.el (gnus-audio-inline-sound)
3337         * gnus-cus.el (gnus-custom-mode)
3338         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3339
3340         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3341
3342         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3343         compatible code.
3344
3345 2010-09-24  Glenn Morris  <rgm@gnu.org>
3346
3347         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3348         visiting the fcc file in rmail-mode.
3349
3350         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3351
3352 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3353
3354         * nnir.el: Silence the byte compiler.
3355
3356         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3357         alias to browse-url-url-encode-chars if any.
3358         (gnus-html-encode-url): Use it.
3359
3360 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3361
3362         * gnus-start.el (gnus-use-backend-marks): New variable.
3363         (gnus-get-unread-articles-in-group): Use it.
3364
3365         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3366         makeover.
3367
3368 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3369
3370         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3371
3372 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3373
3374         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3375         Remove.
3376         (gnus-setup-news-hook):
3377         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3378
3379         * gnus-int.el (gnus-request-update-info): Protect against backends not
3380         having the function.
3381
3382         * nnimap.el (nnimap-stream): Mention starttls.
3383         (nnimap-open-connection): Add starttls support.
3384
3385 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3386
3387         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3388
3389 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3390
3391         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3392         BODYSTRUCTUREs.
3393         (nnimap-transform-headers): Unfold quoted {42} headers.
3394
3395         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3396         the info.
3397         (gnus-get-unread-articles): Only call updatep on backends that support
3398         it.
3399
3400         * nnweb.el (nnweb-request-update-info): NOOP.
3401
3402         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3403
3404         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3405         since it only deals with marks.
3406
3407         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3408         gnus-request-marks, and make a new gnus-request-update-info.
3409
3410         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3411         the active instead of the high number, which is usually too low.
3412
3413 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3414
3415         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3416         * encrypt.el: Remove.
3417
3418 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3419
3420         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3421         server in symbolic form.
3422
3423         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3424
3425 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3426
3427         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3428         (nnimap-update-info): Fix up code slightly.
3429
3430         * gnus-int.el (gnus-open-server): Add tracing for performance
3431         debugging.
3432
3433         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3434         (gnus-group-insert-group-line): Pass the real group name so that it
3435         gets the right data.
3436
3437         * gnus-start.el (gnus-get-unread-articles): Don't have
3438         `gnus-get-unread-articles-in-group' update info, since that can be
3439         really slow and doesn't seem to be needed?
3440
3441 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3442
3443         * time-date.el (date-to-time): Try using parse-time-string first before
3444         using the slower timezone-make-date-arpa-standard.
3445
3446 2010-09-22  Julien Danjou  <julien@danjou.info>
3447
3448         * gnus-group.el (gnus-group-insert-group-line):
3449         Call gnus-group-highlight-line.
3450         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3451         default hook list.
3452         (gnus-group-update-eval-form): Add new function.
3453         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3454         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3455
3456 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3457
3458         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3459         immediate, then expire all articles.
3460         (nnimap-update-info): Fix off-by-one errors.
3461         (nnimap-flags-to-marks): Would return no marks lists for group with no
3462         flags.  Instead return the other data.
3463
3464 2010-09-22  Julien Danjou  <julien@danjou.info>
3465
3466         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3467         Only return an icon.
3468         (gnus-group-insert-group-line): Compute icon to return.
3469
3470         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3471         (gnus-html-image-fetched): Only cache if
3472         gnus-html-image-automatic-caching is set.
3473         (gnus-html-image-fetched): Check for errors.
3474
3475 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3476
3477         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3478         once per method on `g'.  This ensures that backends like nnfolder don't
3479         open all their folders.
3480
3481         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3482         (nnimap-request-list): Nix out group in the correct buffer.
3483         (nnimap-parse-flags): Implement by using `read' instead of
3484         hand-parsing.
3485         (nnimap-flags-to-marks): Pass on permanent-flags.
3486         (nnimap-make-process-buffer): Record the server name.
3487         (nnimap-parse-flags): Fix typo.
3488         (nnimap-request-scan): Run split on the server in general, not just a
3489         single group.
3490
3491         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3492         parameter, and propagate this downwards.
3493
3494         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3495         since EXAMINE changes it on the server.
3496
3497         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3498         this command might take a while.
3499
3500 2010-09-22  Julien Danjou  <julien@danjou.info>
3501
3502         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3503         harmful if you have 2 images side-by-side, they can't be properly
3504         update on text deletion.  Using text-property is safer here.
3505         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3506         data.
3507
3508 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3509
3510         * nnimap.el (nnimap-expunge-inbox): Remove.
3511         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3512         (nnimap-expunge): Flip default to t.
3513
3514         * gnus.el (gnus-method-to-server): Don't push things to the cache
3515         unless it's unique.
3516         (gnus-server-to-method): Ditto.
3517
3518 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3519
3520         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3521
3522 2010-09-22  Julien Danjou  <julien@danjou.info>
3523
3524         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3525         get the start of data.
3526         (gnus-html-encode-url): Add this function to encode special chars in
3527         URL.
3528         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3529         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3530
3531         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3532         default.
3533         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3534
3535         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3536         images alt-text.
3537         (gnus-html-put-image): Put alt-text as help-echo.
3538
3539 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3540
3541         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3542         * mm-util.el (mm-decompress-buffer)
3543         * nnir.el (nnir-run-find-grep)
3544         * pop3.el (pop3-list): Use 3rd arg of split-string.
3545
3546         * time-date.el (format-seconds): Comment fix.
3547
3548         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3549         and byte-optimize-form-code-walker.
3550         (dgnushack-make-auto-load): Don't advise make-autoload.
3551
3552         * lpath.el: Remove Emacs 21 stuff.
3553
3554 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3555
3556         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3557         outside the active range.  Suggested by Dan Christensen.
3558
3559         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3560         slightly later to avoid double-getting it.
3561
3562         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3563         previous patch.
3564
3565         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3566
3567 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3568
3569         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3570
3571 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3572
3573         * gnus-int.el (gnus-open-server): Give a better error message in the
3574         "go offline" case.
3575
3576         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3577         marks for nnimap, which is seldom the right thing to do.
3578
3579         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3580         (gnus-same-method-different-name): New function.
3581
3582         * nnimap.el (parse-time): Require.
3583
3584         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3585         method in the presence of many similar methods.
3586
3587         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3588
3589         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3590         nnml-inhibit-expiry.
3591
3592         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3593         find out whether methods are equal.
3594
3595         * nnimap.el (nnimap-find-expired-articles): New function.
3596         (nnimap-process-expiry-targets): New function.
3597         (nnimap-request-move-article): Request the article before looking at
3598         what the Message-ID is.  Fix found by Andrew Cohen.
3599         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3600
3601         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3602         for oldness in addition to being a predicate.
3603
3604         * nnimap.el (nnimap-request-group): When we have zero articles, return
3605         the right data to Gnus.
3606         (nnimap-request-expire-articles): Only delete articles immediately if
3607         the target is 'delete.
3608
3609         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3610         method, this would bug out.
3611
3612         * gnus-group.el (gnus-group-expunge-group): Rename from
3613         gnus-group-nnimap-expunge, and implemented as a normal interface
3614         function.
3615
3616         * gnus-int.el (gnus-request-expunge-group): New function.
3617
3618         * nnimap.el (nnimap-request-create-group): Implement.
3619         (nnimap-request-expunge-group): New function.
3620
3621 2010-09-21  Julien Danjou  <julien@danjou.info>
3622
3623         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3624         (gnus-html-cache-expired): Add new function.
3625         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3626         wethever we should display image for fetch it.
3627         Compute alt-text earlier to pass it to the fetching function too.
3628         (gnus-html-schedule-image-fetching): Change function argument to only
3629         get one image at a time, not a list.
3630         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3631         cache.
3632         (gnus-html-get-image-data): New function to retrieve image data from
3633         cache.
3634         (gnus-html-put-image): Change buffer argument to use image data rather
3635         than file, and place image above region rather than inserting a new
3636         one.  Do not take alt-text as argument, since it's useless now: we place
3637         the image above alt-text.
3638         (gnus-html-prune-cache): Remove.
3639         (gnus-html-show-images): Start to fetch image when we find one, do not
3640         push into a temporary list.
3641         (gnus-html-prefetch-images): Only fetch image if they have expired.
3642         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3643         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3644
3645 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3646
3647         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3648
3649 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3650
3651         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3652         spec inser "*" if the group isn't active instead of 0.
3653
3654         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3655         opening the server.
3656         (nnimap-request-delete-group): Implement group deletion.
3657         (nnimap-transform-headers): Return the size of the entire message in
3658         the Bytes header, not just the size of the first part.
3659         (nnimap-request-move-article): When moving an article from nnimap,
3660         request the article first so the accepting form has an article to
3661         accept.  Reported by Dan Christensen.
3662         (nnimap-command): Make sure that the error message doesn't error out.
3663
3664 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3665
3666         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3667         we haven't requested anything.
3668
3669 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3670
3671         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3672         "".  Fix found by Andrew Cohen.
3673
3674         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3675         instead of -encode-string.
3676
3677 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3678
3679         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3680
3681         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3682         by mm-subst-char-in-string.
3683
3684 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3685
3686         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3687         waiting for the connection string.
3688
3689         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3690         arriving.
3691
3692         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3693         bogus characters.  This allows selecting certain Gmail groups.
3694
3695         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3696         (nnimap-fetch-partial-articles): New variable.
3697         (nnimap-open-connection): When looking for credentials, also use the
3698         nnimap-server-port.
3699         (nnimap-request-article): Return the group/article number, so that Gnus
3700         `^' works as expected.
3701         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3702
3703         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3704         comments.
3705         (gnus-methods-sloppily-equal): New function.
3706         (gnus): When using the development version of Gnus, load the gnus-load
3707         file.
3708
3709         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3710         `gnus-open-server' on each method before trying to scan them etc.
3711         This ensures that all the backend parameters are set correctly.
3712
3713         * nnimap.el (nnimap-authenticator): New variable.
3714         (nnimap-open-connection): Allow anonymous login.
3715         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3716         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3717
3718         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3719         patch, found by Knut Anders Hatlen.
3720
3721 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3722
3723         * gnus-agent.el (gnus-agent-batch-confirmation)
3724         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3725         to gnus-message.
3726         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3727         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3728         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3729         * gnus-int.el (gnus-open-server): Likewise.
3730         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3731         (gnus-score-check-syntax): Likewise.
3732         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3733         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3734         Likewise.
3735         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3736
3737 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3738
3739         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3740         calling conventions so that prefetch doesn't bug out.
3741
3742 2010-09-19  Julien Danjou  <julien@danjou.info>
3743
3744         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3745         rather than `subst-char-in-region' in order to be able to replace ASCII
3746         char by UTF-8 ones.
3747
3748         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3749         than curl.
3750         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3751         the right URL and ALT text on images.
3752         (gnus-html-wash-tags): Fix tag case.
3753         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3754         (gnus-article-html): Add -o display_ins_del=2 option.
3755         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3756
3757 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3758
3759         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3760         the extra mail headers, which sometimes seem to happen for unknown
3761         reasons.
3762
3763         * mail-parse.el (mail-header-encode-parameter): Define as
3764         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3765         (or most, perhaps?) mail readers don't understand the latter, but do
3766         understand the former.
3767
3768         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3769         to nil, so that no methods are automatically agentized.  I think this
3770         is probably what most users want.
3771
3772         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3773         from url-retrieve, for instance about invalid URLs.
3774
3775         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3776         groups that have no articles.
3777         (nnimap-request-article): Check that we really got an article when we
3778         requested one.
3779
3780         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3781         doesn't exist.
3782
3783         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3784         nntp buffer so the agent can save it.
3785         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3786         that CRLF doesn't get translated to \n.
3787         (nnimap-open-connection): Don't make 'shell commands only send \n.
3788
3789 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3790
3791         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3792         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3793         Update var name.
3794         (nnml-generate-nov-file): Use dolist.
3795         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3796         Use with-current-buffer.
3797
3798 2010-09-18  Julien Danjou  <julien@danjou.info>
3799
3800         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3801         parallel.
3802
3803 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3804
3805         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3806         the range update right.
3807         (nnimap-request-group): Don't make `M-g' bug out on group with no
3808         marks.
3809         (nnoo): Require, so that other packages can require nnimap.
3810         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3811         command we're looking for.  This helps when the server sends more
3812         responses after we've gotten everything we expected.
3813         (nnimap): Add a `newlinep' field to keep track of end-of-line
3814         conventions.
3815         Don't send CRLF to things that don't want it.
3816         (nnimap-request-accept-article): Ditto.
3817
3818 2010-09-18  Julien Danjou  <julien@danjou.info>
3819
3820         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3821         than curl to retrieve images.
3822
3823 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3824
3825         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3826         the marks.
3827         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3828         (nnimap-wait-for-connection): New function.
3829         (nnimap-open-connection): If we have PREAUTH, don't query for login
3830         credentials.
3831         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3832         when doing a partial update.
3833
3834 2010-09-18  Julien Danjou  <julien@danjou.info>
3835
3836         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3837         tags.
3838
3839 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3840
3841         * nnimap.el (nnimap-credentials): New function.
3842         (nnimap-open-connection): Use the new function to look for credentials
3843         also on the numeric equivalents of "imap" and "imaps".
3844
3845         * gnus-start.el (gnus-activate-group): Send the info to
3846         gnus-request-group.
3847
3848         * nnimap.el (nnimap-request-group): Have the "check" version of the
3849         function parse flags and update the info, so that a `M-g' get a total
3850         resync of all flags from the group.
3851
3852         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3853         to allow backends to alter the info on group selection.  Also alter all
3854         the backend -request-group functions to take the parameter.
3855
3856         * nnimap.el (nnimap-store-info): New function.
3857         (nnimap-update-info): Store the info for later usage.
3858         (nnimap-request-group): Use the stored info for the dont-check case, so
3859         that we don't retrieve all marks when we enter a group.
3860
3861         * nnimap.el: Use deffoo instead of defun for interface functions.
3862
3863         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3864         update the group info.  This makes the nndraft groups, for instance, go
3865         back to their old behaviour.
3866
3867         * gnus-sum.el (gnus-select-newsgroup): Indent.
3868
3869         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3870         in.
3871         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3872         nothing.
3873
3874         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3875         from methods that are denied.
3876
3877         * gnus-int.el (gnus-method-denied-p): New function.
3878
3879         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3880         store the password instead of netrc.
3881         (nnimap-open-connection): Don't error out when we can't make a
3882         connections.
3883
3884         * auth-source.el (auth-source-create): In the password prompt, say what
3885         we're querying for.  Also prompt for user name if that hasn't been
3886         given.
3887
3888         * nnimap.el (nnimap-with-process-buffer): Remove.
3889
3890 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3891
3892         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3893         method when we're reading from the agent.
3894
3895         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3896
3897         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3898         that's probably most useful for users.
3899
3900         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3901         "failed" all the time.
3902
3903         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3904         ...)) with (with-current-buffer ... ).
3905
3906         * nntp.el (nntp-open-server): Return whether the open was successful or
3907         not.
3908
3909         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3910         select an unread unseen article first.
3911
3912         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3913         /etc/services, supply some sensible port defaults.
3914
3915         * dgnushack.el: Define netrc-credentials.
3916
3917 2010-09-17  Julien Danjou  <julien@danjou.info>
3918
3919         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3920
3921 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3922
3923         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3924         doesn't have any parameters.
3925
3926 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3927
3928         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3929         only upcased checks.
3930
3931         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3932
3933         * nnimap.el (nnimap-open-shell-stream): New function.
3934         (nnimap-open-connection): Use it.
3935         (nnimap-transform-headers): Get the number of lines in each message.
3936         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3937         number of lines.
3938         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3939         problem.
3940
3941         * utf7.el (utf7-encode): Autoload.
3942
3943         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3944         to allow the mail splitting to not return a default group.  This is
3945         useful for nnimap, which will leave unmatched mail in the inbox.
3946
3947         * nnimap.el: Rewritten.
3948
3949         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3950         nnimap usage.
3951
3952         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3953         if the move is internal, so that nnimap can do fast internal moves.
3954
3955         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3956         data.
3957         (gnus-read-active-for-groups): Support finishing the early retrieval of
3958         data.
3959
3960         * gnus-range.el (gnus-range-nconcat): New function.
3961
3962         * gnus-int.el (gnus-finish-retrieve-group-infos)
3963         (gnus-retrieve-group-data-early): New functions.
3964
3965 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3966
3967         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3968         (nnrss-retrieve-groups):
3969         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3970         (pop3-quit): Use with-current-buffer.
3971
3972 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3973
3974         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3975         instead of nnheader-accept-process-output.
3976
3977         * dgnushack.el (dgnushack-compile): Add comment.
3978
3979         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3980
3981         * gnus-html.el (gnus-html-schedule-image-fetching)
3982         (gnus-html-prefetch-images): Replace process-kill-without-query by
3983         gnus-set-process-query-on-exit-flag.
3984
3985 2010-09-16  Romain Francoise  <romain@orebokech.com>
3986
3987         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3988
3989 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3990
3991         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3992         parameter to unintern is mandatory-ish in Emacs 24.
3993
3994         * gnus-html.el (gnus-html-schedule-image-fetching)
3995         (gnus-html-prefetch-images): Check for curl before using it.
3996
3997         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3998         depend on curl, which isn't essential.
3999
4000         * imap.el: Revert back to version
4001         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4002         seem problematic.
4003
4004 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4005
4006         * gnus-registry.el (gnus-registry-install-shortcuts):
4007         Explicitly pass `obarray' to `unintern' to avoid a warning.
4008
4009 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4010
4011         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4012         change.
4013
4014         * nnrss.el (nnrss-request-list): Remove this function and related
4015         functions, including the moreover stuff.
4016
4017 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4018
4019         * nnrss.el (nnrss-retrieve-groups): New function.
4020
4021 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4022
4023         * .dir-locals.el: Add no-byte-compile cookie.
4024
4025 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4026
4027         * time-date.el (format-seconds): Comment fix.
4028
4029         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4030         for back end that doesn't support request-scan.
4031
4032 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4033
4034         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4035         then do request scans from the backends.
4036
4037         * netrc.el (netrc-credentials): New conveniency function.
4038
4039         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4040         avoid running a hook per line, since this takes a lot of time,
4041         profiling shows.
4042         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4043         directly if gnus-visual-p is true.
4044
4045 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4046
4047         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4048         groups; replace mapcar with dolist which is a bit faster; pass groups
4049         info to gnus-read-active-file-1.
4050         (gnus-read-active-file-1): Scan only specified groups if the new
4051         optional arg `infos' is given.
4052
4053 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4054
4055         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4056
4057         * pop3.el (pop3-movemail): Remove.
4058         (pop3-streaming-movemail): Rename to pop3-movemail.
4059
4060         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4061         don't restrict end-tag searches to the end of the line.
4062
4063 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4064
4065         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4066         articles of every unchecked group to t, which means unknown since the
4067         server has never been opened.
4068
4069 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4070
4071         * gnus-html.el (gnus-html-show-alt-text): New command.
4072         (gnus-html-browse-image): Ditto.
4073         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4074         to browse the image directly.
4075         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4076         better.
4077
4078         * gnus-async.el (gnus-async-article-callback):
4079         Call `gnus-html-prefetch-images' unconditionally.
4080
4081         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4082         before feeding URLs to curl.
4083
4084 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4085
4086         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4087         internal images as deletable by `W D D'.
4088
4089         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4090         (gnus-async-article-callback): Fix typo.
4091
4092 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4093
4094         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4095         current line to work around bugs in the output from w3m.
4096
4097         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4098         for groups that want that.
4099
4100         * nntp.el (nntp-wait-for-string): Supply a timeout for
4101         accept-process-output to ensure progress.
4102
4103         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4104         level to get unread articles from, then use that for foreign groups,
4105         too.
4106
4107         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4108         confuses the rest of the function.
4109
4110         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4111         for the methods that support -retrieve-groups, too.
4112
4113         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4114
4115 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4116
4117         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4118         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4119
4120         * pop3.el: Require cl when compiling.
4121         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4122
4123 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4124
4125         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4126         that aren't going to be activated.
4127         (gnus-get-unread-articles): Fix up the last commit.
4128
4129         * gnus-html.el (gnus-article-html): Allow calling without specifying
4130         the handle.  In that case, dissect the buffer first.
4131
4132         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4133
4134         * nnimap.el (nnimap-open-connection): Revert the change that would look
4135         into authinfo for imaps instead of imap.
4136
4137         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4138         say that you don't want to call gnus-request-group with don-check, but
4139         do check the reponse.  This is for virtual groups only.
4140         (gnus-get-unread-articles): Count the archive groups as secondary, so
4141         that they're activated the same way as before.
4142
4143         * imap.el (imap-message-map): Removed optional buffer parameter, since
4144         no callers use it.
4145         (imap-message-get): Ditto.
4146         (imap-message-put): Ditto.
4147         (imap-mailbox-map): Ditto.
4148         (imap-mailbox-put): Ditto.
4149         (imap-mailbox-get): Ditto.
4150         (imap-mailbox-get): Revert last change for this function.
4151
4152         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4153         case-insensitively.
4154         (nnimap-debug): Remove.
4155
4156         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4157         to use `imap-fetch' instead.  According to the comments, this should be
4158         safe, since all other IMAP clients use the 1:* syntax.
4159         (imap-enable-exchange-bug-workaround): Removed.
4160         (imap-debug): Removed -- doesn't seem very useful.
4161
4162         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4163         mail from a file, and the file doesn't exist.
4164
4165         * imap.el (imap-log): New convenience function used throughout instead
4166         of repeating the same code all over the place.
4167
4168         * pop3.el (pop3-streaming-movemail): Return t for success.
4169
4170         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4171         .authinfo if we're using ssl connection.
4172
4173         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4174         already have if we're in a main Gnus `g' run.
4175
4176         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4177
4178 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4179
4180         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4181
4182         * nnmh.el (nnmh-request-list-1): Bind `file'.
4183
4184         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4185         alias to set-process-query-on-exit-flag or process-kill-without-query.
4186         (pop3-open-server): Use it.
4187
4188 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4189
4190         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4191         box to the Incoming file.  Fixes mistake in previous checkin.
4192
4193         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4194         request loop (for debugging purposes) removed.
4195
4196         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4197         culprit is more visible.
4198         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4199         (nnml-add-incremental-nov): New functions to do "incremental" nov
4200         updates, where we just append to the end of the existing nov files
4201         without reading/writing them in full.
4202
4203         * mail-source.el (mail-source-delete-crash-box): Really only check the
4204         incoming files once in a while.
4205
4206         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4207
4208         * mail-source.el (mail-source-delete-crash-box): Only check the
4209         incoming files for deletion once per day to save a lot of file
4210         accesses.
4211
4212         * pop3.el (pop3-logon): Fix up unbound variable typo.
4213
4214         * mail-source.el (pop3-streaming-movemail): Autoload.
4215
4216         * pop3.el (pop3-streaming-movemail):
4217         Respect pop3-leave-mail-on-server.
4218
4219         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4220         retrieval.
4221
4222         * pop3.el (pop3-process-filter): Remove unused function.
4223         (pop3-streaming-movemail, pop3-send-streaming-command)
4224         (pop3-wait-for-messages, pop3-write-to-file)
4225         (pop3-number-of-responses): New functions for streaming pop3
4226         retrieval.
4227
4228         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4229         come from no known methods.
4230         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4231         list.
4232
4233         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4234         message sizes.
4235         (pop3-movemail): Use erase-buffer instead of looping and deleting
4236         regions, which seems rather odd.
4237
4238         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4239         file once per `g' run.
4240
4241         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4242         directories.  This makes the draft queue directory work.
4243
4244         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4245         data from the backends, so that we only request the list of groups from
4246         each method once.  This should speed things up considerably.
4247
4248         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4249         detect that it's not implemented.
4250
4251         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4252         we actually do recurse down into the tree, but don't stat all leaf
4253         nodes.
4254
4255         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4256         then say so instead of bugging out.
4257
4258         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4259         files exist before trying to read them.
4260
4261         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4262         around <pre_int>.
4263
4264         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4265
4266         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4267
4268 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4269
4270         * mm-util.el (mm-image-load-path): Just return the image directories,
4271         not all directories in the path in addition to the image directories.
4272         (mm-image-load-path): Maintain a cache of the image directories so that
4273         the `g' command in Gnus doesn't have to stat dozens of directories each
4274         time.
4275
4276         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4277         (gnus-html-wash-tags): Add a new `i' command to insert images.
4278         (gnus-html-insert-image): New command and keystroke.
4279         (gnus-html-redisplay-with-images): New command and keystroke.
4280         (gnus-html-show-images): Rename command.
4281         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4282         spacers.
4283         (gnus-html-wash-tags): Decode entities at the end, so that entities
4284         inside the tags don't mess up the rest of the "parsing".
4285
4286         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4287         so that nnimap methods aren't agentized by default.  There's apparently
4288         many problems related to agent/imap behaviour.
4289
4290         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4291
4292         * gnus-html.el: Doc fix.
4293
4294 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4295
4296         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4297         specifier-spec-list for Emacs 21.
4298
4299         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4300         glyph-width and glyph-height instead of display-graphic-p and
4301         image-size; make avoidance of displaying small images work for XEmacs.
4302
4303         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4304         for XEmacs.
4305
4306         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4307         of symbol that holds plist data.
4308         (gnus-process-plist): Remove plist of process after getting it.
4309
4310 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4311
4312         * message.el (message-generate-hashcash): Change default to
4313         'opportunistic if hashcash is installed.
4314
4315         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4316         (gnus-html-put-image): Only call image-size once, since it's somewhat
4317         time-consuming on remote X servers.
4318
4319 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4320
4321         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4322         type on data, not a file name.
4323
4324         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4325         window-pixel-edges for Emacs 21.
4326
4327         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4328         decoded contents.
4329         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4330
4331 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4332
4333         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4334         group line format, since it isn't very interesting.
4335
4336         * gnus-agent.el (gnus-agent-short-article),
4337         (gnus-agent-long-article): Increase values for these two variables,
4338         since most people are likely to have more network connection and
4339         storage than before.
4340
4341         * gnus.el (gnus-refer-article-method): Change default to 'current.
4342         When referring an article, the common behaviour is to refer it from the
4343         current select method, not the native select method.  The chances of
4344         the native select method having the message in question is rather slim
4345         these days.
4346
4347         * gnus-sum.el (gnus-auto-select-subject): Change default to
4348         `unseen-or-unread'.  I think it's likely that most people want to
4349         select an unseen article over a previously seen, but unread one.
4350
4351         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4352         means that in the article buffer none of the minor mode elements will
4353         be shown, usually, and this is not desirable in most cases.
4354
4355         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4356         that commands like `d' (and the like) go to the next line in the
4357         buffer, instead of the next unread article.  I think this is the
4358         behaviour that is most natural for most users.
4359         (gnus-single-article-buffer): Change default to nil, so that people can
4360         have as many article buffers open as they have summary buffer.  I think
4361         this is the most natural way for the groups to behave.
4362
4363         * message.el (message-generate-new-buffers): Change default to
4364         `unsent', so that all new message buffers start their names with the
4365         string "*unsent", and it's easier to find the buffers if you move from
4366         them.
4367
4368 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4369
4370         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4371         small.  They're probably tracking images.
4372         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4373         (gnus-html-rescale-image): Yet another try at getting the image sizing
4374         right.
4375
4376         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4377         nntp-marks-file-name is nil.
4378
4379 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4380
4381         * gnus-html.el (gnus-html-wash-tags)
4382         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4383         Better logging.
4384
4385 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4386
4387         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4388
4389         * gnus-html.el (gnus-html-wash-tags): Check the value of
4390         gnus-blocked-images in the summary buffer.
4391
4392 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4393
4394         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4395
4396 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4397
4398         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4399         like "a", it seems like.
4400         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4401         since it needs to be picked from the correct buffer.
4402
4403         * nnwfm.el: Remove.
4404
4405         * nnlistserv.el: Remove.
4406
4407 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4408
4409         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4410         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4411
4412 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4413
4414         * nnkiboze.el: Remove.
4415
4416         * nndb.el: Remove.
4417
4418         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4419         alt text.
4420         (gnus-html-rescale-image): Try to get the rescaling logic right for
4421         images that are just wide and not tall.
4422
4423         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4424         overshadow variable bindings.
4425
4426 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4427
4428         * gnus-html.el (gnus-html-wash-tags)
4429         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4430         Add extra logging.
4431
4432 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4433
4434         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4435         (gnus-max-image-proportion): New variable.
4436         (gnus-html-rescale-image): New function.
4437         (gnus-html-put-image): Rescale images.
4438
4439 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4440
4441         Fix up some byte-compiler warnings.
4442         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4443         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4444         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4445         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4446         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4447         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4448         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4449
4450 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4451
4452         * gnus-html.el (gnus-article-html): Decode contents by charset.
4453
4454 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4455
4456         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4457         (gnus-html-frame-width, gnus-blocked-images)
4458         * message.el (message-prune-recipient-rules): Add custom version.
4459         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4460
4461         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4462         functions.
4463
4464         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4465         gnus-process-get.
4466
4467 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4468
4469         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4470         instead of lsub directly.
4471
4472 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4473
4474         * nnwarchive.el: Remove.
4475
4476         * gnus-soup.el: Remove.
4477
4478         * nnsoup.el: Remove.
4479
4480         * nnultimate.el: Remove.
4481
4482         * gnus-html.el (gnus-blocked-images): New variable.
4483
4484         * message.el (message-prune-recipients): New function.
4485         (message-prune-recipient-rules): New variable.
4486
4487         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4488         guess whether a long line is natural text or not.
4489
4490         * gnus-html.el (gnus-html-schedule-image-fetching):
4491         Use gnus-process-plist and friends for compatibility.
4492
4493 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4494
4495         * gnus-html.el: Require packages that define macros used in this file.
4496         (gnus-article-mouse-face): Declare to silence byte-compiler.
4497         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4498         process-get.
4499         (gnus-html-put-image): Use plist-get to avoid getf.
4500         (gnus-html-prefetch-images): Use with-current-buffer.
4501
4502 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4503
4504         * gnus-ems.el: Provide compatibility functions for
4505         gnus-set-process-plist.
4506
4507         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4508         header-line-format for XEmacs 21.4.
4509
4510         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4511         * gnus.el (gnus-valid-select-methods)
4512         * message.el (message-send-mail-partially-limit)
4513         * mm-decode.el (mm-text-html-renderer)
4514         * mml.el (mml-insert-mime-headers-always)
4515         * smiley.el (smiley-regexp-alist): Bump custom version.
4516
4517 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4518
4519         * gnus-html.el: require mm-url.
4520         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4521         with the url to `url'.
4522         (gnus-html-wash-tags): Support cid: URLs/images.
4523
4524 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4525
4526         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4527         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4528         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4529
4530         * gnus-move.el: Remove file, since it doesn't really work.
4531
4532         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4533         UTF-8.  This seems to fix problems with some German web feeds.
4534
4535         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4536         at the top so that the proper colours are applied.
4537
4538         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4539         don't have dots in their names.
4540
4541         * gnus-art.el (gnus-article-view-part): Doc fix.
4542
4543         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4544         XEmacs-compatible.
4545         (gnus-html-put-image): Don't do images on non-graphic displays.
4546
4547         * nnslashdot.el: Remove this unused backend.
4548
4549         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4550         actions.
4551         (gnus-undo-register-1): Revert last change.
4552
4553         * gnus-group.el (gnus-group-completing-read): Protect against not
4554         having completion-styles bound.
4555
4556         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4557         make broken recipients happier.
4558
4559         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4560
4561         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4562         point parameter.
4563
4564         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4565
4566         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4567         completion-styles for group selection.
4568
4569 2009-02-04  Andreas Schwab  <schwab@suse.de>
4570
4571         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4572         headers and regexp-quote the match if necessary.
4573
4574 2009-03-24  Miles Bader  <miles@gnu.org>
4575
4576         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4577         the blinking smiley.
4578
4579 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4580
4581         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4582         blink smiley.
4583
4584 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4585
4586         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4587         where the dribbel file lives exists.
4588
4589         * message.el (message-send-mail-partially-limit): Change the default to
4590         nil, since most people don't want this.
4591
4592         * mm-url.el (mm-url-decode-entities): Also decode entities like
4593         &#x3212.
4594
4595 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4596
4597         * gnus-sum.el (gnus-summary-idna-message):
4598         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4599         Hyperlink urls in docstrings with URL `...'.
4600
4601 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4602
4603         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4604         functions.
4605
4606 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4607
4608         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4609         say what the mouseover text should be.
4610
4611         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4612         version of the mm-w3m-safe-url-regexp variable to only download images
4613         in the groups where we want that to happen.
4614
4615         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4616
4617         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4618         easier debugging.
4619         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4620         big pictures in the article buffer.
4621
4622         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4623         gnus-article-html.
4624         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4625         w3m.
4626
4627         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4628
4629 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4630
4631         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4632         which doesn't exist.
4633
4634         * message.el (message-inhibit-ecomplete): New variable to allow some
4635         function to inhibit ecomplete address storage.
4636         (message-resend): Disable ecomplete message storage when resending
4637         messages.
4638
4639         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4640
4641 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4642
4643         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4644         Save excursion while copying, moving, and deleting articles in order to
4645         prevent the cursor from jumping to unforeseen place.
4646
4647 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4648
4649         * lpath.el: No need to bind bookmark-current-buffer,
4650         bookmark-yank-point and bookmark-make-record-function.
4651
4652 2010-08-17  Glenn Morris  <rgm@gnu.org>
4653
4654         * gnus-sync.el: Require gnus components whose functions are used.
4655
4656         * gnus-art.el (bookmark-make-record-function):
4657         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4658         Declare for compiler.
4659
4660         * mm-url.el (mml-compute-boundary): Autoload.
4661
4662 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4663
4664         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4665
4666 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4667
4668         Typo fix "hoo4a" -> "hook".
4669
4670         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4671
4672 2010-08-14  Glenn Morris  <rgm@gnu.org>
4673
4674         * gnus-sync.el (gnus-sync): Fix defgroup version.
4675
4676 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4677
4678         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4679
4680         * gnus-sync.el: Fix docs.
4681         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4682         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4683
4684 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4685
4686         Optimizations for gnus-sync.el.
4687
4688         * gnus-sync.el: Add docs about gnus-sync-backend
4689         possibilities.
4690         (gnus-sync-save): Remove unnecessary message.
4691         (gnus-sync-read): Optimize and show what groups were skipped.
4692
4693 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4694
4695         Minor bug fixes for gnus-sync.el.
4696
4697         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4698         Don't read the sync on get-new-news.
4699
4700         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4701         quiet.
4702
4703         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4704         (fix typo).
4705
4706 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4707
4708         Make saving and restoring of hidden threads work with overlays.
4709         Patch applied by Ted Zlatanov.
4710
4711         * gnus-sum.el (gnus-hidden-threads-configuration)
4712         (gnus-restore-hidden-threads-configuration): Update to deal with text
4713         properties, rather than searching for a magic character.
4714
4715 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4716
4717         New gnus-sync.el library for synchronization of marks.
4718
4719         * gnus-sync.el: New library for synchronization of marks.
4720
4721         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4722         renamed from `gnus-registry-grep-in-list'.
4723
4724         * gnus-registry.el (gnus-registry-follow-group-p):
4725         Use `gnus-grep-in-list'.
4726
4727         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4728
4729 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4730
4731         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4732         determining charset of text fails.
4733
4734 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4735
4736         * nnmail.el (nnmail-get-new-mail-1): Revert.
4737
4738         * nnml.el (nnml-active-number): Make sure names of newly created groups
4739         in nnml-group-alist are encoded.
4740
4741 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4742
4743         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4744         containing non-ASCII characters in active file for nnml back end.
4745
4746 2010-07-24  David Engster  <dengste@eml.cc>
4747
4748         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4749         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4750
4751 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4752
4753         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4754         tag (Bug#6654).
4755
4756 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4757
4758         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4759         the article buffer, not the summary buffer.
4760
4761 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4762
4763         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4764         Emacs 23 as well.
4765
4766 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4767
4768         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4769         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4770
4771 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4772
4773         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4774         Patch applied by Karl Fogel.
4775
4776         * gnus-sum.el (gnus-summary-bookmark-make-record):
4777         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4778
4779 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4780
4781         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4782         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4783         C-w still not working correctly from Article buffers; Thierry's
4784         patch to fix that will be applied after this.
4785
4786         * gnus-art.el (bookmark-make-record-function): New local variable.
4787
4788         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4789         article buffer.
4790         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4791
4792 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4793
4794         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4795         on changes in bookmark.el.
4796
4797 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4798
4799         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4800         `no-log' instead of message not to log prompt string.
4801
4802 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4803
4804         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4805         the *other* type of HTML form submission.
4806
4807 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4808
4809         * auth-source.el (auth-source-pick): If choice does not contain a
4810         questioned keyword, set the check to t.
4811
4812 2010-06-12  Romain Francoise  <romain@orebokech.com>
4813
4814         * gnus-util.el (gnus-date-get-time): Move up before first use.
4815
4816 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4817
4818         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4819         (gnus-article-edit-part): Bind it to make last part that is substituted
4820         or deleted visible.
4821         (gnus-mime-display-single): Buttonize part of which id equals to
4822         gnus-mime-buttonized-part-id.
4823
4824 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4825
4826         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4827         (gnus-dd-mmm): Use gnus-date-get-time.
4828         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4829         simplify logic.
4830         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4831         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4832
4833 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4834
4835         * auth-source.el (top): Autoload `secrets-list-collections',
4836         `secrets-create-item', `secrets-delete-item'.
4837         (auth-sources): Fix tag string.
4838         (auth-get-source, auth-source-retrieve, auth-source-create)
4839         (auth-source-delete): New defuns.
4840         (auth-source-pick): Rewrite in order to avoid 2 passes.
4841         (auth-source-forget-user-or-password): New parameter USERNAME.
4842         (auth-source-user-or-password): New parameters CREATE-MISSING and
4843         DELETE-EXISTING.  Retrieve password interactively, if needed.
4844
4845 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4846
4847         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4848         deleting unused directories when gnus-expert-user is t.
4849
4850 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4851
4852         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4853         for each temp file when gnus-article-browse-delete-temp is ask.
4854
4855 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4856
4857         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4858         Lisp calls to delete-backward-char by calls to delete-char.
4859
4860 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4861
4862         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4863
4864 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4865
4866         * password-cache.el (password-cache-remove): Fix docstring.
4867
4868 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4871         article unless decoding article to be saved.
4872
4873 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4874
4875         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4876         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4877         generated within the mm-with-unibyte-current-buffer macro.
4878
4879 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4880
4881         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4882         to nil when we're in a mml-preview buffer and no group is selected.
4883
4884 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4885
4886         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4887         when catching the `C-g'.  Reported by "Leo".
4888
4889 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4890
4891         * message.el (message-forward-make-body-plain)
4892         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4893         multibyte-string-p.
4894
4895         * lpath.el: Revert.
4896
4897 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4898
4899         * message.el (message-forward-make-body-mml): Assume original message
4900         is multibyte string; error on unibyte.
4901         (message-forward-make-body-plain): Ditto; don't add excessive newline
4902         in body end.
4903
4904         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4905
4906 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4907
4908         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4909         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4910
4911 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4912
4913         * mm-extern.el (mm-extern-url): Don't use
4914         mm-with-unibyte-current-buffer.
4915         (mm-extern-cache-contents): Use with-current-buffer instead of
4916         save-excursion + set-buffer.
4917
4918 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4919
4920         * mm-util.el (mm-emacs-mule): Remove.
4921
4922 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4923
4924         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4925         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4926         change.
4927
4928 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4929
4930         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4931         bind the default value of enable-multibyte-characters to nil.
4932
4933 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4934
4935         * message.el (message-forward-make-body-plain)
4936         (message-forward-make-body-mml):
4937         Don't use mm-with-unibyte-current-buffer.
4938
4939 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4940
4941         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4942
4943 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4944
4945         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4946         (Bug#5592).
4947
4948 2010-05-07  Julien Danjou  <julien@danjou.info>
4949
4950         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4951         it to mm-pipe-part.
4952
4953         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4954         it is given.
4955
4956 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4957
4958         * binhex.el (binhex-decode-region-internal)
4959         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4960         (dns-query)
4961         * nnweb.el (nnweb-gmane-search)
4962         * pgg-parse.el (pgg-parse-armor)
4963         * pgg.el (pgg-verify-region)
4964         * sha1.el (sha1-string-external)
4965         * uudecode.el (uudecode-decode-region-internal)
4966         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4967         XEmacs.
4968
4969         * gnus-art.el (gnus-article-browse-html-parts)
4970         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4971         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4972         make-temp-file.
4973
4974         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4975         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4976         compiling.
4977
4978         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4979         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4980         XEmacs when compiling.
4981
4982         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4983         gnus-pick-mode-off-hook for XEmacs when compiling.
4984         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4985         gnus-binary-mode-off-hook for XEmacs when compiling.
4986
4987         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4988         Return nil if char-charset is not available.
4989
4990         * imap.el (imap-disable-multibyte)
4991         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4992         macros.
4993
4994         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4995         instead of encode-coding-string.
4996
4997         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4998         'xemacs) instead of mm-emacs-mule to switch function definitions.
4999         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5000
5001         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5002         bind temporary-file-directory for XEmacs;
5003         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5004         timer-set-function for XEmacs 21.4 and SXEmacs;
5005         bind timer-list for XEmacs 21.4 and SXEmacs;
5006         fbind char-charset and find-charset-region for non-Mule XEmacs;
5007         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5008         encode-coding-region and encode-coding-string for XEmacs having no
5009         file-coding feature.
5010
5011 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5012
5013         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5014
5015 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5016
5017         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5018         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5019
5020 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5021
5022         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5023         alias `jka-compr-delete-temp-file' no longer exists.
5024
5025 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5026
5027         Use define-minor-mode in Gnus where applicable.
5028         * mml.el (mml-mode): Use define-minor-mode.
5029         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5030         (gnus-undo-mode): Use define-minor-mode.
5031         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5032         (gnus-dead-summary-mode): Use define-minor-mode.
5033         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5034         Initialize in declaration.
5035         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5036         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5037         (gnus-mailing-list-mode): Use define-minor-mode.
5038         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5039         (gnus-draft-mode): Use define-minor-mode.
5040         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5041         (gnus-dired-mode): Use define-minor-mode.
5042
5043 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5044
5045         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5046         handles on recursive mml-to-mime translation and check them for
5047         boundary delimiter collisions.  Reported by Greg Troxel.
5048
5049 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5050
5051         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5052
5053 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5054
5055         * mm-util.el (mm-find-buffer-file-coding-system):
5056         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5057
5058 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5059
5060         * message.el (message-generate-headers): Record insertion of optional
5061         headers as well.  Otherwise the check to prevent repeated insertion of
5062         optional headers is a no-op.
5063
5064 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5065
5066         * smime.el: Don't mention CVS.
5067
5068         * nnrss.el (nnrss-fetch): Don't mention CVS.
5069
5070         * nnir.el: Don't mention CVS.
5071
5072 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5073
5074         * gnus-sum.el (gnus-summary-bookmark-make-record):
5075         Add `location' field.
5076
5077 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5078
5079         * lpath.el: Fbind bookmark-default-handler,
5080         bookmark-get-bookmark-record, bookmark-make-record-default,
5081         bookmark-prop-get for Emacs <23 and XEmacs.
5082
5083 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5084
5085         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5086         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5087         Use with-current-buffer to silence the byte-compiler.
5088         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5089         bother to require `gnus'.
5090         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5091
5092 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5093
5094         * gnus-sum.el (gnus-summary-bookmark-make-record)
5095         (gnus-summary-bookmark-jump): New functions.
5096         (gnus-summary-mode): Setup bookmark support.
5097
5098 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5099
5100         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5101         if set.
5102
5103 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5104
5105         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5106         gnus-article-browse-html-save-cid-image; make it work recursively for
5107         forwarded messages as well.
5108         (gnus-article-browse-html-parts): Work when prefix arg is given.
5109         (gnus-article-browse-html-article): Doc fix.
5110
5111 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5112
5113         * message.el (message-default-mail-headers):
5114         (message-default-headers): Carry the value mail-default-headers over
5115         into message-default-mail-headers, rather than message-default-headers.
5116
5117 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5118
5119         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5120         charset.
5121
5122         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5123         charset into the <meta> tag when the article is encoded to utf-8.
5124
5125 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5126
5127         * gnus-art.el (gnus-article-browse-delete-temp-files):
5128         Delete directories as well.
5129         (gnus-article-browse-html-parts): Work for images that do not specify
5130         file names; delete temp directory when quitting; insert header at the
5131         right place; use file: scheme for image files.
5132
5133 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5134
5135         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5136         (gnus-article-browse-html-parts): Use it to make temporary cid image
5137         files in addition to html file so that browser may display them.
5138
5139 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5140
5141         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5142
5143 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5144
5145         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5146
5147 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5148
5149         * auth-source.el (auth-sources): Change default to be simpler.
5150         Explain about Secret Service API sources.  Improve Customize options.
5151         (auth-source-pick): Change to accept any number of search parameters.
5152         Implement fallbacks iteratively, not recursively.  Add scoring on the
5153         second pass and sort by score.  Call Secret Service API when needed.
5154         (auth-source-user-or-password): Use it.  Call Secret Service API
5155         directly when needed to get the user name and the password.
5156
5157 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5158
5159         * message.el (message-interactive): Doc fix.
5160         (message-qmail-inject-args): Reflow.
5161         (message-kill-to-signature): Fix typo in docstring.
5162
5163         * smiley.el (smiley-buffer): Fix typo in docstring.
5164
5165 2010-03-24  Glenn Morris  <rgm@gnu.org>
5166
5167         * mail-source.el (gnus-message): Declare.
5168         (mail-source-delete-old-incoming): Require gnus-util.
5169
5170 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5171
5172         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5173
5174         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5175
5176         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5177         password-cache's default if it is not bound.
5178         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5179         password-cache-expiry's default if it is not bound.
5180
5181         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5182         available in Emacs 21.
5183
5184         * lpath.el: Suppress compiler warnings for:
5185         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5186         XEmacs;
5187         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5188         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5189         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5190
5191 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5192
5193         * auth-source.el (auth-sources): Fix up definition so extra parameters
5194         are always inline.
5195
5196 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5197
5198         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5199         wasn't updated after mismatch.  Clear cached mailbox info correctly
5200         when uidvalidity changes.
5201         (nnimap-group-prefixed-name): New function to avoid some code
5202         duplication.
5203         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5204         (nnimap-request-group): Use it.
5205         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5206         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5207         with many imap folders.  This is done by caching the group status from
5208         the imap server persistently in a group parameter `imap-status'.  (This
5209         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5210         but not persistently, so every Gnus startup was still very slow.)
5211
5212 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5213
5214         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5215         delete the extra newline.  Otherwise editing of :string and :number
5216         types don't work.
5217
5218 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5219
5220         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5221         secrets.el dependency.
5222         (auth-sources): Add optional user name.  Add secrets.el configuration
5223         choice (unused right now).
5224
5225 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5226
5227         * gnus-sum.el (gnus-summary-make-menu-bar):
5228         Let `gnus-registry-install-shortcuts' fill in the functions.
5229
5230         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5231         warnings.
5232         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5233         (gnus-registry-install-shortcuts): Populate and use it in a
5234         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5235
5236 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5237
5238         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5239         In-place substitutions for the group name encoding/decoding.
5240         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5241         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5242         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5243         (nnimap-update-unseen, nnimap-request-list)
5244         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5245         (nnimap-request-set-mark, nnimap-split-to-groups)
5246         (nnimap-split-articles, nnimap-request-newgroups)
5247         (nnimap-request-create-group, nnimap-request-accept-article)
5248         (nnimap-request-delete-group, nnimap-request-rename-group)
5249         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5250         `encoded-mbx' for consistency.
5251         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5252         variable `imap-current-mailbox'.
5253
5254         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5255         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5256
5257 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5258
5259         * pop3.el (pop3-display-message-size-flag): Display message size byte
5260         counts during POP3 download.
5261         (pop3-movemail): Use it.
5262         (pop3-list): Implement listing of available messages.
5263
5264 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5265
5266         * nnir.el (nnir-get-article-nov-override-function): New function to
5267         override the normal NOV retrieval.
5268         (nnir-retrieve-headers): Use it.
5269
5270 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5271
5272         * auth-source.el (netrc-machine-user-or-password): Autoload.
5273
5274 2010-03-19  Glenn Morris  <rgm@gnu.org>
5275
5276         Stop message.el from loading about 40 libraries it doesn't always need.
5277         The general approach is to autoload rather than require, and to
5278         require in the specific functions rather than the file.  (Bug#5642)
5279
5280         * gmm-utils.el: Don't require wid-edit.
5281         (widget-create-child-value, widget-convert, widget-default-get):
5282         Autoload.
5283
5284         * gnus-util.el: Don't require time-date, netrc.
5285         (message-fetch-field, gnus-group-name-decode): Declare rather than
5286         autoloading.
5287         (gnus-fetch-field): Require message.
5288         (gnus-decode-newsgroups): Require gnus-group.
5289
5290         * ietf-drums.el: Don't require time-date.
5291
5292         * message.el: Don't require hashcash, canlock, ecomplete.
5293         Do require mail-utils.  Require nnheader only when compiling.
5294         (smtpmail-default-smtp-server): Remove declaration.
5295         (message-send-mail-function): Check smtpmail-default-smtp-server
5296         is bound rather than requiring smtpmail.
5297         (message-auto-save-directory, message-insert-signature):
5298         Use expand-file-name rather than nnheader-concat.
5299         (nnheader-insert-file-contents): Autoload.
5300         (hashcash-wait-async): Declare.
5301         (message-send-mail): Only call gnus-setup-posting-charset if
5302         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5303         (message-send-mail-with-sendmail): Require sendmail.
5304         (canlock-password, canlock-password-for-verify): Declare.
5305         (message-canlock-password): Require canlock.
5306         (nnheader-get-report): Autoload.
5307         (gnus-setup-posting-charset): Declare.
5308         (message-send-news): Require gnus-msg.
5309         (message-make-references, message-make-in-reply-to): Use mail-header-id
5310         rather than the alias mail-header-message-id.
5311         (ecomplete-add-item, ecomplete-save): Declare.
5312         (message-put-addresses-in-ecomplete): Require ecomplete.
5313         (ecomplete-display-matches): Autoload.
5314
5315         * mm-decode.el: Don't require mailcap, gnus-util.
5316         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5317         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5318         Autoload.
5319         (mailcap-mime-extensions): Declare.
5320
5321         * mm-encode.el: Don't require mailcap.
5322         (mailcap-extension-to-mime): Autoload.
5323
5324         * mml-sec.el: Don't require password-cache.
5325
5326         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5327         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5328         (mml-minibuffer-read-type): Require mailcap.
5329         (mml-preview): Require gnus-msg.
5330
5331         * mml1991.el: Require password-cache.
5332         (password-cache-expiry): Remove declaration.
5333
5334         * mml2015.el: Require password-cache.
5335         (password-cache-expiry): Remove declaration.
5336
5337         * nneething.el (mailcap): Require mailcap.
5338
5339         * nnheader.el (declare-function): Add compatibility stub.
5340         (message-remove-header): Declare rather than autoload.
5341         (nnheader-replace-header): Require message.
5342
5343         * nnimap.el (declare-function): Add compatibility stub.
5344         (netrc-parse, netrc-machine-user-or-password): Declare.
5345         (nnimap-open-connection): Require netrc.
5346
5347         * nntp.el (declare-function): Add compatibility stub.
5348         (netrc-parse, netrc-machine, netrc-get): Declare.
5349         (nntp-send-authinfo): Require netrc.
5350
5351         * rfc2047.el: Don't require qp.
5352         (quoted-printable-encode-region, quoted-printable-decode-string):
5353         Autoload.
5354
5355         * sieve-mode.el: Don't require easymenu.
5356         (easy-menu-add-item): Autoload it.
5357
5358         * spam-stat.el (time-to-number-of-days): Autoload it.
5359
5360 2010-03-19  Glenn Morris  <rgm@gnu.org>
5361
5362         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5363
5364 2010-03-18  Glenn Morris  <rgm@gnu.org>
5365
5366         * hashcash.el (declare-function): Remove duplicate definition.
5367
5368 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5369
5370         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5371         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5372         value if any backslash escapes).
5373
5374 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5375
5376         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5377         if it is available.  (bug#5647)
5378
5379         * lpath.el: Suppress compiler warning for coding-system-from-name for
5380         Emacs 21 and XEmacs.
5381
5382 2010-03-14  Juri Linkov  <juri@jurta.org>
5383
5384         * hmac-def.el:
5385         * hmac-md5.el:
5386         * netrc.el: Fix keywords.
5387
5388 2010-02-26  Glenn Morris  <rgm@gnu.org>
5389
5390         * message.el (message-send-mail-function): Change the default, so that
5391         it inherits from a customized send-mail-function.  (Bug#5643)
5392
5393 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5394
5395         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5396         shell-command-to-string signals an error (bug#5299).
5397
5398 2010-02-24  Glenn Morris  <rgm@gnu.org>
5399
5400         * message.el (message-smtpmail-send-it)
5401         (message-send-mail-with-mailclient): Doc fixes.
5402
5403 2010-02-16  Glenn Morris  <rgm@gnu.org>
5404
5405         * message.el (message-default-mail-headers): Change the default value
5406         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5407
5408 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5409
5410         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5411         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5412
5413 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5414
5415         * time-date.el (date-to-time): Doc fix (Bug#5408).
5416
5417 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5418
5419         * message.el (message-mail): Just pass yank-action on to message-setup.
5420         (message-setup): Handle (FUN . ARGS) form of yank-action.
5421         (message-with-reply-buffer, message-widen-reply)
5422         (message-yank-original): Handle non-buffer values of
5423         message-reply-buffer (Bug#4080).
5424         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5425
5426 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5427
5428         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5429         Fix typo in docstring.
5430
5431 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5432
5433         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5434         response.
5435
5436 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5437
5438         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5439
5440         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5441
5442         * message.el (message-check-news-header-syntax): Protect against a
5443         string that `rfc822-addresses' returns when parsing fails.
5444
5445 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5446
5447         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5448         (gnus-previous-char-property-change): New functions.
5449
5450         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5451
5452 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5453
5454         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5455         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5456
5457 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5458
5459         * message.el (message-exchange-point-and-mark): Rework last change to
5460         avoid using optional arg of exchange-point-and-mark, for backward
5461         compatibility.
5462
5463 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5464
5465         * message.el (message-exchange-point-and-mark):
5466         Call exchange-point-and-mark with an argument rather than setting
5467         mark-active by hand (Bug#5175).
5468
5469 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5470
5471         * nntp.el (nntp-service-to-port): Work for service expressed with
5472         numeric string; replace [:digit:] with [0-9] for XEmacs.
5473
5474 2009-12-17  Glenn Morris  <rgm@gnu.org>
5475
5476         * gnus-group.el (gnus-bug-group-download-format-alist):
5477         Change emacs entry to debbugs.gnu.org.  Bump :version.
5478
5479 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5480
5481         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5482
5483 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5484
5485         * message.el (message-info): Explain why we use `Info-goto-node'.
5486
5487 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5488
5489         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5490
5491 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5492
5493         * message.el (message-completion-in-region): New compatibility function.
5494         (message-expand-group): Use it.
5495
5496 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5497
5498         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5499         with no unread article should be listed if the 2nd arg `predicate' is
5500         given.
5501
5502 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5503
5504         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5505
5506 2009-11-29  Juri Linkov  <juri@jurta.org>
5507
5508         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5509         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5510         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5511
5512 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5513
5514         * sha1.el (sha1-string-external): default-directory "/" in case
5515         otherwise non-existent.  process-connection-type pipe for touch of
5516         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5517
5518 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5519
5520         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5521         it's comms related and sgml-mode.el has "comm" on that basis too.
5522
5523 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5524
5525         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5526         containing tspecial characters if they have been already quoted.
5527
5528 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5529
5530         * dns-mode.el (auto-mode-alist): Purecopy string.
5531
5532 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5533
5534         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5535
5536 2009-10-24  Glenn Morris  <rgm@gnu.org>
5537
5538         * gnus-art.el (help-xref-stack-item): Define for compiler.
5539
5540 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5541
5542         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5543
5544 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5545
5546         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5547
5548 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5549
5550         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5551         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5552
5553 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5554
5555         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5556         (gnus-overlays-in): New alias to overlays-in.
5557
5558         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5559         gnus-overlay-get, and gnus-delete-overlay.
5560         (gnus-summary-show-thread): Make it work as well for systems in which
5561         next-single-char-property-change is not available.
5562         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5563
5564         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5565         (gnus-overlay-get): New alias to extent-property.
5566         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5567
5568         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5569         SXEmacs.
5570
5571         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5572         SXEmacs.
5573
5574 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5575
5576         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5577
5578 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5579
5580         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5581         and XEmacs that don't have `remove-overlays'.
5582
5583 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5584
5585         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5586         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5587         selective display.  Use overlays instead.
5588
5589 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5590
5591         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5592
5593 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5594
5595         * spam-stat.el (spam-stat-load): Fix typo in message.
5596
5597 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5598
5599         * dig.el (dig-invoke): Fix typo in docstring.
5600         (query-dig): Reflow docstring.
5601
5602 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5603
5604         * gnus-art.el (gnus-article-encrypt-body):
5605         * message.el (message-check-recipients):
5606         * mm-util.el (mm-codepage-setup):
5607         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5608         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5609
5610 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5611
5612         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5613         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5614         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5615         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5616         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5617
5618 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5619
5620         * dig.el: Add "Keywords: comm", as per net-utils.el.
5621
5622 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5623
5624         * dig.el (dig-mode): Use define-derived-mode.
5625
5626 2009-09-19  Glenn Morris  <rgm@gnu.org>
5627
5628         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5629
5630 2009-09-18  Glenn Morris  <rgm@gnu.org>
5631
5632         * gnus-diary.el (gnus-diary-check-message):
5633         * message.el (message-insert-formatted-citation-line):
5634         * nnbabyl.el (top-level):
5635         * nndiary.el (nndiary-schedule):
5636         Fix typos in condition-case handlers.
5637
5638 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5639
5640         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5641         configuration that provides the sole article window in a frame;
5642         position point correctly after deleting a part.
5643
5644 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5645
5646         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5647         (spam-resolve-registrations-routine): Use it to unregister articles
5648         that change status.
5649
5650 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5651
5652         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5653         with XEmacs.
5654         (parse-time-string-chars): Use it.
5655
5656 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5657
5658         * imap.el (imap-interactive-login): Better messages.
5659         (imap-open): Fix bug with renamed buffer on reconnect.
5660         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5661         for easier debugging and cleaner code.  On successful (guessed based on
5662         server capabilities) secondary authentication, set imap-state
5663         correctly.
5664         (imap-last-authenticator): Define imap-last-authenticator as a variable
5665         to avoid warnings.
5666
5667 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5668
5669         * nnrss.el (nnrss-request-article): Remove binding of
5670         default-enable-multibyte-characters that has gotten needless by
5671         the 2007-07-13 change in rfc2047-encode-message-header.
5672
5673         * mml.el (mml-insert-multipart): Error on the message header.
5674         (mml-insert-part): Error on the message header; position point at
5675         the end of a MIME tag.
5676
5677 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5678
5679         * time-date.el (autoload): Expand define-obsolete-function-alias into
5680         defalias and make-obsolete for old Emacsen that Gnus supports.
5681         (with-no-warnings): Define it for old Emacsen.
5682         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5683         is available.
5684         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5685         float-time is available; suppress compile warning for time-to-seconds.
5686
5687         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5688         (gnus-float-time): Alias to float-time if it exists.
5689
5690         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5691         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5692         float-time is available; suppress compile warning for time-to-seconds.
5693
5694         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5695         XEmacs.
5696
5697 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5698
5699         * imap.el (imap-message-map): Docstring fix.
5700
5701 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5702
5703         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5704         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5705         Add the optional argument `encoding' that overrides the default.
5706
5707         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5708         mm-encode-buffer.
5709
5710 2009-09-04  Glenn Morris  <rgm@gnu.org>
5711
5712         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5713         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5714         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5715         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5716         * mm-util.el (mm-with-unibyte-current-buffer)
5717         (mm-find-buffer-file-coding-system):
5718         * yenc.el (yenc-decode-region): Use default-value rather than
5719         default-enable-multibyte-characters.
5720
5721 2009-09-03  Glenn Morris  <rgm@gnu.org>
5722
5723         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5724         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5725         than default-enable-multibyte-characters.
5726
5727 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5728
5729         * gnus-art.el (gnus-article-read-summary-keys):
5730         Fix gnus-buffer-configuration's value temporarily used.
5731
5732 2009-09-02  Glenn Morris  <rgm@gnu.org>
5733
5734         * gnus-util.el (gnus-float-time): New function.
5735         * gnus-delay.el (gnus-delay-article):
5736         * gnus-sum.el (gnus-thread-latest-date):
5737         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5738         * nnspool.el (nnspool-request-newgroups):
5739         Use gnus-float-time rather than time-to-seconds.
5740         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5741
5742         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5743         (gnus-header-subject-face, gnus-header-newsgroups-face)
5744         (gnus-header-name-face, gnus-header-content-face):
5745         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5746         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5747         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5748         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5749         (gnus-cite-face-11):
5750         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5751         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5752         (gnus-server-closed-face, gnus-server-denied-face)
5753         (gnus-server-offline-face):
5754         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5755         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5756         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5757         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5758         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5759         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5760         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5761         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5762         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5763         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5764         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5765         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5766         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5767         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5768         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5769         (gnus-summary-high-undownloaded-face)
5770         (gnus-summary-low-undownloaded-face)
5771         (gnus-summary-normal-undownloaded-face)
5772         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5773         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5774         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5775         (gnus-splash-face):
5776         * message.el (message-header-to-face, message-header-cc-face)
5777         (message-header-subject-face, message-header-newsgroups-face)
5778         (message-header-other-face, message-header-name-face)
5779         (message-header-xheader-face, message-separator-face)
5780         (message-cited-text-face, message-mml-face):
5781         * sieve-mode.el (sieve-control-commands-face)
5782         (sieve-action-commands-face, sieve-test-commands-face)
5783         (sieve-tagged-arguments-face):
5784         * spam.el (spam-face):
5785         Mark face aliases with "-face" in the name as obsolete.
5786
5787 2009-09-01  Glenn Morris  <rgm@gnu.org>
5788
5789         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5790         than goto-line.
5791
5792 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5793
5794         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5795         Don't move point if the command is invoked inside the message header.
5796
5797 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5798
5799         * imap.el (imap-send-command): Simplify.
5800         (imap-wait-for-tag): point-max -> buffer-size.
5801
5802 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5803
5804         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5805         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5806         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5807         * nnir.el (nnir-swish-e-index-file):
5808         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5809         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5810         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5811         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5812         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5813         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5814
5815 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5816
5817         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5818         Don't save excursion.
5819
5820 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5821
5822         * nnheader.el (nnheader-find-file-noselect):
5823         * mm-util.el (mm-insert-file-contents):
5824         Use (default-value 'major-mode) instead of default-major-mode.
5825
5826 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5827
5828         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5829
5830 2009-08-26  Glenn Morris  <rgm@gnu.org>
5831
5832         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5833         than placing in files.el.
5834
5835 2009-08-25  Glenn Morris  <rgm@gnu.org>
5836
5837         * nnir.el (top-level): Don't require cl at run-time.
5838         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5839         Replace cl-function substitute with gnus-replace-in-string.
5840         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5841         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5842         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5843         simplified expansions.
5844
5845 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5846
5847         * dig.el (dig): Add autoload cookie.
5848
5849 2009-08-22  Glenn Morris  <rgm@gnu.org>
5850
5851         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5852         goto-line.
5853
5854 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5855
5856         * parse-time.el (parse-time-string-chars): Save match data.
5857
5858 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5859
5860         * parse-time.el (parse-time-string-chars): Compute using character
5861         classes, to handle non-ascii characters (Bug#3190).
5862
5863 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5864
5865         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5866
5867         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5868         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5869         (gnus-mm-display-part, gnus-mime-display-single)
5870         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5871         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5872
5873         * gnus-sum.el
5874         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5875         (gnus-summary-move-article): Add expirable mark to articles copied or
5876         moved to group that has auto-expire turned on if the option is non-nil.
5877
5878 2009-07-24  Glenn Morris  <rgm@gnu.org>
5879
5880         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5881         Fix typo.  (Bug#3903)
5882
5883 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5884
5885         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5886         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5887         that should not be used for draft articles.
5888         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5889         that has no concern in minor mode keys.
5890         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5891         Abolish.
5892
5893 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5894
5895         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5896         article without making inquiry to a user for unknown encoding.
5897
5898         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5899         (nnmaildir--scan): Assume i-node and device number that file-attributes
5900         returns might be cons-cell.
5901
5902         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5903
5904         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5905
5906 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5907
5908         * auth-source.el: Remove docs now in auth.texi.  Don't use
5909         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5910         `auth-source-hide-passwords' and use them.
5911
5912 2009-07-15  Glenn Morris  <rgm@gnu.org>
5913
5914         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5915
5916 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5917
5918         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5919         excessive whitespace from the default values of title and description.
5920
5921 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5922
5923         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5924         mail-fetch-field to fetch Content-Description header in order to
5925         exclude newlines.
5926
5927 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5928
5929         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5930         format used by GnuPG 2.0.11.
5931
5932 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5933
5934         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5935         to deleted part.
5936
5937 2009-05-30  David Engster  <dengste@eml.cc>
5938
5939         * nnmairix.el: Remove old documentation in the commentary block.
5940         (nnmairix-request-group): Do not update active file for nnml back ends.
5941         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5942         end so that overview files are ignored.
5943         (nnmairix-update-groups): Make updating the groups more robust by using
5944         marks.
5945         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5946         with dollar characters in message-id.
5947
5948 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5949
5950         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5951         2008-12-25 in dns.el.
5952
5953 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5954
5955         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5956         could happen if the text is only composed of spaces and/or tabs.
5957
5958 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5959
5960         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5961         when sending a queued message to avoid extra mml tags.
5962
5963 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5964
5965         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5966
5967 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5968
5969         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5970         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5971         rmail-toggle-header for XEmacs;
5972         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5973
5974 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5975
5976         * gnus-dired.el: Remove autoload for gnus-setup-message.
5977         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5978         displaying Gnus logo; always use compose-mail.
5979
5980 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5981
5982         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5983
5984 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5985
5986         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5987         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5988         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5989         available.
5990         (gnus-nocem-epg-verify): New function.
5991
5992 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5993
5994         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5995
5996 2009-02-15  Glenn Morris  <rgm@gnu.org>
5997
5998         * gnus-util.el (rmail-insert-rmail-file-header)
5999         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6000         autoloads.
6001         (rmail-default-rmail-file): Remove unnecessary declaration.
6002         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6003
6004 2009-02-14  Glenn Morris  <rgm@gnu.org>
6005
6006         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6007         variable (only used in gnus-util, which declares it anyway).
6008         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6009         which was only needed by gnus-art (changed to not use it any more).
6010         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6011         only used in gnus-util, which autoloads it itself.
6012         (rmail-update-summary): Fix autoload.
6013
6014         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6015         rather than rmail-output-to-rmail-file.
6016
6017 2009-02-07  Glenn Morris  <rgm@gnu.org>
6018
6019         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6020         autoload of function that no longer exists.
6021         (rmail-toggle-header): Declare.
6022         (message-forward-rmail-make-body): Handle mbox Rmail.
6023
6024 2009-01-31  Glenn Morris  <rgm@gnu.org>
6025
6026         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6027         2009-01-09 change.
6028
6029 2009-01-31  Dave Love  <fx@gnu.org>
6030
6031         * imap.el (imap-fetch-safe): Bind debug-on-error.
6032         (imap-debug): Add imap-fetch-safe.
6033
6034 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6035
6036         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6037         (auth-source-forget-all-cached): New convenience function.
6038         (auth-source-user-or-password): Accept list of modes or a single mode.
6039
6040         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6041         auth-source modes.
6042
6043         * netrc.el (netrc-machine-user-or-password): Use list of
6044         auth-source modes.
6045
6046         * nnimap.el (nnimap-open-connection): Use list of
6047         auth-source modes.
6048
6049         * nntp.el (nntp-send-authinfo): Use list of
6050         auth-source modes.
6051
6052 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6053
6054         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6055         now.
6056
6057 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6058
6059         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6060         coding system in XEmacs; add a workaround for XEmacs.
6061
6062         * lpath.el: Fbind coding-system-aliasee.
6063
6064 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6065
6066         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6067         of current-language-environment.
6068
6069 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6070
6071         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6072         available at runtime.
6073
6074 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6075
6076         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6077
6078 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6079
6080         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6081         the greatest positive fixnum value doesn't work under an XEmacs with
6082         bignum support; use the most-positive-fixnum constant instead,
6083         available since Emacs 21.1 with cl and XEmacs 21.1.
6084
6085 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6086
6087         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6088         XEmacs gets not to work.
6089
6090 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6091
6092         * mm-util.el (mm-coding-system-priorities): Allow the value like
6093         "Japanese (UTF-8)" of current-language-environment.
6094
6095 2009-01-09  Glenn Morris  <rgm@gnu.org>
6096
6097         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6098         with last-command-event.
6099
6100 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6101
6102         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6103         in the doc string.
6104
6105         * message.el (message-fix-before-sending): Amend comment.
6106
6107 2009-01-08  Dave Love  <fx@gnu.org>
6108
6109         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6110
6111 2009-01-07  David Engster  <dengste@eml.cc>
6112
6113         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6114         simplified server definitions by converting it via
6115         gnus-server-to-method.
6116
6117 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6118
6119         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6120         parameter's operands.
6121
6122 2009-01-06  David Engster  <dengste@eml.cc>
6123
6124         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6125         primary select method (for gnus-group-mark-article-as-read).
6126
6127 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6128
6129         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6130         `(gnus)Face', not `(gnus)X-Face'.
6131
6132 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6133
6134         * mm-util.el (mm-ucs-to-char): New function.
6135
6136         * mm-url.el (mm-url-decode-entities): Use it.
6137
6138         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6139         unicode-to-char.
6140
6141 2009-01-05  Dave Love  <fx@gnu.org>
6142
6143         * time-date.el: Require cl for `declare'.
6144
6145 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6146
6147         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6148         Dave Love.
6149
6150 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6151
6152         * message.el (message-fix-before-sending): Add `eight-bit' to
6153         illegible-text check.
6154
6155 2009-01-03  Michael Olson  <mwolson@gnu.org>
6156
6157         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6158         `headers' is nil.  This can occur if the IMAP server does not have
6159         permissions to read messages from a folder, but can write new messages
6160         to the folder.
6161         (nnimap-request-article-part): Do not insert `data' if it is nil.
6162
6163         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6164         characters which will confuse `read', so skip past them.
6165
6166 2009-01-01  Dave Love  <fx@gnu.org>
6167
6168         * imap.el (imap-string-to-integer): Fix typo.
6169         (imap-fetch-safe): New function.
6170         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6171
6172         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6173
6174         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6175         (imap-parse-greeting): Fix doc strings.
6176         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6177         (imap-parse-flag-list): Make messages unique.
6178         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6179
6180         * nnimap.el: Fix author email.
6181         (nnimap-split-rule): Add FIXME comment.
6182         (nnimap-debug): Fix doc string.
6183
6184 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6185
6186         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6187
6188 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6189
6190         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6191         nslookup if resolv.conf isn't available.
6192         (dns-query): Rename from query-dns.
6193         (dns-query-cached): Rename from query-dns-cached.
6194
6195 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6196
6197         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6198         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6199         to check if those variables exist (first appeared in Emacs 18.50).
6200
6201 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6202
6203         * mm-util.el (mm-line-number-at-pos): New function.
6204
6205         * spam-report.el (spam-report-process-queue): Use it.
6206
6207 2008-12-24  David Engster  <dengste@eml.cc>
6208
6209         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6210         parameters that haven't existed as variables as buffer-local variables.
6211
6212 2008-12-23  Dave Love  <fx@gnu.org>
6213
6214         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6215         cadar.
6216
6217         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6218         imap-starttls-p.
6219         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6220
6221 2008-12-22  Dave Love  <fx@gnu.org>
6222
6223         * imap.el: Fix author email.  Doc fixes.
6224         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6225         reply.
6226
6227 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6228
6229         * spam-report.el (spam-report-gmane-max-requests): New constant.
6230         (spam-report-gmane-wait): New variable.
6231         (spam-report-gmane-ham, spam-report-gmane-spam)
6232         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6233         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6234         the server.
6235
6236         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6237         Add explanations.
6238
6239         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6240         nnheader-accept-process-output and nnheader-read-timeout if available.
6241         (pop3-movemail): Use it.
6242
6243         * message.el (message-check-news-body-syntax): Fix signature check if
6244         there's an attachment.
6245
6246 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6247
6248         * mm-util.el: Add comments to the mm- emulating functions.
6249
6250 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6251
6252         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6253         Reported by Stephen Berman <stephen.berman@gmx.net>.
6254
6255 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6256
6257         * mm-util.el (mm-substring-no-properties): New function.
6258         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6259         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6260         (mm-string-to-multibyte): Doc fix.
6261
6262         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6263
6264 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6265
6266         * mml.el (mml-attach-file): Strip text properties from file name.
6267         (Bug#1574)
6268
6269 2008-12-16  Glenn Morris  <rgm@gnu.org>
6270
6271         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6272
6273 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6274
6275         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6276         knows since the charset specified might be a bogus alias that
6277         mm-charset-synonym-alist provides.
6278
6279 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6280
6281         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6282         "ISO_8859-1".
6283
6284         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6285
6286 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6287
6288         * mm-util.el (mm-charset-eval-alist):
6289         Define it before mm-charset-to-coding-system.
6290         (mm-charset-to-coding-system): Add optional argument `silent';
6291         define it before mm-charset-override-alist.
6292         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6293         default value if it can be used in Emacs currently running;
6294         silence mm-charset-to-coding-system.
6295
6296 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6297
6298         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6299         `allow-override' which says whether to use `mm-charset-override-alist'.
6300         (rfc2047-decode-encoded-words): Use it.
6301
6302         * mm-util.el (mm-charset-override-alist): Fix custom type;
6303         add `(gb2312 . gbk)' to choices.
6304
6305 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6306
6307         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6308         fast.
6309
6310         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6311
6312         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6313
6314 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6315
6316         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6317         on links.
6318
6319         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6320
6321 2008-12-03  Lute Kamstra  <lute@gnu.org>
6322
6323         * sha1.el: Remove leading * from docstrings of defcustoms,
6324         deffaces, defconsts and defuns.
6325
6326 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6327
6328         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6329         users' addresses that don't have domain parts.
6330         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6331         rather than message-narrow-to-head since there will be the message
6332         header separator.
6333
6334 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6335
6336         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6337         since the result is inserted in a unibyte buffer anyway.
6338         (nnimap-demule-use-string-to-multibyte): Remove.
6339         (nnimap-demule): Alias it to mm-string-to-multibyte.
6340
6341 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6342
6343         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6344         variable for debugging bug#464 and bug#1174.
6345         (nnimap-demule): Use it.
6346
6347 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6348
6349         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6350         score calculation correctly.
6351
6352 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6353
6354         * message.el (message-send-mail): Just set the buffer to unibyte
6355         rather than use mm-with-unibyte-current-buffer which does a lot more.
6356         (message-send-mail-partially): Don't bother with
6357         mm-with-unibyte-current-buffer since it's already been made unibyte by
6358         message-send-mail.
6359
6360 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6361
6362         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6363
6364 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6365
6366         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6367
6368 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6369
6370         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6371         require itself and to remove `with-no-warnings'.
6372
6373 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6374
6375         * starttls.el (starttls-any-program-available): Get the name of the
6376         available TLS layer program.
6377         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6378         well as the host name in the "opening" message.
6379
6380         * auth-source.el (auth-source-cache, auth-source-do-cache)
6381         (auth-source-user-or-password): Cache passwords and logins by default,
6382         allow override with `auth-source-do-cache'.
6383         (auth-source-forget-user-or-password): Allow users to remove cache
6384         entries if needed.
6385
6386 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6387
6388         * md4.el (md4-buffer): Fix typo in docstring.
6389         (md4, md4-64): Doc fixes.
6390         (md4-pack-int32): Reflow docstring.
6391
6392 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6393
6394         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6395         condition-case to only the forward-sexp call.
6396
6397 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6398
6399         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6400         quotes contained.  Make it more robust regardless by an extra
6401         condition-case wrapper.
6402
6403 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6404
6405         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6406
6407 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6408
6409         * nnml.el (nnml-request-expire-articles): Check if the function set to
6410         `nnmail-expiry-target' returns the symbol `delete'.
6411
6412         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6413
6414         * nnmail.el (nnmail-expiry-target): Fix custom type.
6415
6416 2008-10-02  Glenn Morris  <rgm@gnu.org>
6417
6418         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6419         Silence compiler warning.
6420
6421 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6422
6423         * tls.el (open-tls-stream): Show the actual command being
6424         executed, instead of the format string.
6425
6426 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6427
6428         * lpath.el: Fbind codepage-setup for Emacs 23.
6429
6430 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6431
6432         * mml.el (mml-menu): Don't assume mml2015 is bound.
6433
6434 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6435
6436         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6437         exists.
6438
6439 2008-09-27  Glenn Morris  <rgm@gnu.org>
6440
6441         * gnus-util.el (mail-header-remove-comments): Autoload it.
6442
6443 2008-09-27  Andreas Schwab  <schwab@suse.de>
6444
6445         * gnus-util.el (gnus-split-references): Strip comments.
6446         (gnus-parent-id): Likewise.
6447
6448 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6449
6450         * message.el (message-confirm-send): Fix version.
6451
6452 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6453
6454         * message.el (message-idna-to-ascii-rhs-1): Use
6455         mail-extract-address-components rather than mail-header-parse-addresses
6456         that is an alias by default to ietf-drums-parse-addresses that does not
6457         support non-ASCII names in headers' contents.
6458
6459 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6460
6461         * message.el (message-confirm-send): Fix variable documentation to
6462         avoid the "y/n" wording.
6463
6464 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6465
6466         * message.el (message-set-auto-save-file-name): Save to a different
6467         filename so multiple messages (especially drafts) can be recovered.
6468
6469 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6470
6471         * message.el (message-confirm-send): Add appropriate version.
6472
6473 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6474
6475         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6476         defvar.
6477
6478 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6479
6480         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6481         (mm-pkcs7-enveloped-magic): Ditto.
6482
6483 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6484
6485         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6486         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6487
6488 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6489
6490         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6491         default, it's better.
6492
6493 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6494
6495         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6496         summary line gnus-number property and ignore them (with a warning
6497         message).
6498
6499 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6500
6501         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6502         macro caddr in the interactive form since it won't be expanded.
6503
6504 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6507         `charset'; fix name of function called recursively.
6508         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6509
6510 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6511
6512         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6513         (gnus-mime-set-charset-parameters): New function.
6514         (gnus-mime-view-part-as-charset): Use it to correctly display part
6515         specifying wrong charset.
6516
6517 2008-09-08  David Engster  <dengste@eml.cc>
6518
6519         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6520         in completing-read for back end server.
6521
6522 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6523
6524         * message.el (message-confirm-send): New variable to confirm sending a
6525         message.
6526         (message-send): Use it.
6527
6528 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6529
6530         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6531
6532 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6535
6536 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6537
6538         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6539         prevent tracking too many groups.
6540         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6541         Use it.
6542
6543 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6544
6545         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6546         moving point to the bottom of the window in order to avoid recentering.
6547
6548 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6549
6550         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6551
6552         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6553         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6554         (gnus-article-beginning-of-window): Fix calculation.
6555
6556 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6557
6558         * gnus-msg.el (gnus-summary-supersede-article)
6559         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6560         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6561         message header.
6562
6563 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6564
6565         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6566         pending output coming after the status change.
6567
6568 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6569
6570         * message.el:
6571         * gnus-start.el:
6572         * gnus-registry.el: Remove VMS support.
6573
6574 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6575
6576         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6577         macro.
6578         (rfc2104-hash): Use it.
6579
6580 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6581
6582         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6583         (gnus-summary-sort-by-most-recent-date): New commands.
6584         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6585         and menu entries.
6586
6587 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6588
6589         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6590         don't redisplay article for raw contents; remove plural articles stuff.
6591
6592         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6593         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6594         on gnus-summary-save-article; display results properly.
6595
6596 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6597
6598         * lpath.el: No need to fbind ns-focus-frame.
6599
6600 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6601
6602         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6603
6604 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6605
6606         * gnus-art.el (gnus-summary-save-in-pipe):
6607         Consider gnus-save-all-headers.
6608
6609 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6610
6611         * gnus-util.el (ns-focus-frame): Remove declaration.
6612         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6613         like x.
6614
6615 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6616
6617         * rfc2104.el (rfc2104-zero): Delete defconst.
6618         (rfc2104-hex-alist): Likewise.
6619         (rfc2104-hex-to-int): Delete func.
6620         (rfc2104-hexstring-to-bitstring): Likewise.
6621         (rfc2104-nybbles): New defconst.
6622         (rfc2104-hash): Rewrite for speed.
6623
6624 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6625
6626         * tls.el (open-tls-stream): Make it work with the 2nd argument
6627         BUFFER that is a string but does not exist as a buffer object, as
6628         mentioned in the doc-string.
6629
6630 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6631
6632         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6633         SXEmacs.
6634
6635 2008-07-16  Glenn Morris  <rgm@gnu.org>
6636
6637         * gnus-util.el (ns-focus-frame): Declare for compiler.
6638
6639 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6640
6641         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6642         set as a group parameter.
6643         (gnus-summary-save-in-pipe): Work when it is called independently.
6644         (gnus-summary-pipe-to-muttprint): Don't modify
6645         gnus-summary-pipe-output-default-command.
6646
6647 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6648
6649         * message.el (message-send-mail-with-sendmail):
6650         Display the error message.
6651
6652 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6653
6654         * gnus-art.el (gnus-default-article-saver):
6655         Add gnus-summary-save-in-pipe to choices.
6656         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6657         gnus-summary-pipe-output-default-command as the default command.
6658         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6659         instead of gnus-last-shell-command.
6660
6661         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6662         New user option.
6663         (gnus-summary-muttprint-program): Mention the value will be changed.
6664         (gnus-summary-save-article): Force showing of all headers.
6665         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6666
6667 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6668
6669         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6670
6671 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6672
6673         * nnimap.el (nnimap-id):
6674         * sieve-manage.el (sieve-manage-open): Doc fixes.
6675
6676 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6677
6678         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6679         if available.
6680
6681 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6682
6683         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6684
6685         * nnkiboze.el (nnkiboze-generate-group):
6686         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6687
6688         * nnmairix.el: Require CL.
6689
6690 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6691
6692         * dgnushack.el: Autoload get-display-table and put-display-table for
6693         XEmacs 21.5.
6694
6695         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6696         21.4 and SXEmacs.
6697
6698 2008-06-15  David Engster  <dengste@eml.cc>
6699
6700         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6701
6702 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6703
6704         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6705         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6706         runtime choice under XEmacs.
6707
6708         * gnus-sum.el (gnus-summary-set-display-table):
6709         Use `gnus-put-display-table', `gnus-get-display-table',
6710         `gnus-set-display-table' for the display table, instead of `aset'.
6711
6712         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6713         Use `gnus-put-display-table', `gnus-get-display-table',
6714         `gnus-set-display-table' for the display table.
6715
6716 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6717
6718         * nnmairix.el: Add autoloads.
6719
6720 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6721
6722         * nnmairix.el (nnmairix-delete-recreate-group)
6723         (nnmairix-update-and-clear-marks): Fix error messages.
6724
6725 2008-06-14  David Engster  <dengste@eml.cc>
6726
6727         * nnmairix.el: Upgrade to version 0.6.
6728         (nnmairix-group-toggle-propmarks-this-group)
6729         (nnmairix-group-toggle-readmarks-this-group)
6730         (nnmairix-group-delete-recreate-this-group)
6731         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6732         (nnmairix-remove-tick-mark-original-article): New commands.
6733         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6734         (nnmairix-propagate-marks-to-nnmairix-groups)
6735         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6736         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6737         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6738         functions needed for marks propagation and manipulation of read marks.
6739         (nnmairix-update-groups): New function.
6740         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6741         (nnmairix-determine-original-group-from-registry)
6742         (nnmairix-determine-original-group-from-path)
6743         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6744         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6745         New helper functions.
6746         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6747         keystrokes for new commands.
6748         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6749         (nnmairix-request-group): Check allow-fast group parameter.
6750         (nnmairix-request-create-group): Set allow-fast group parameter if
6751         nnmairix-allowfast-default is set.
6752         (nnmairix-close-group): Propagate marks upon closing if needed.
6753         (nnmairix-group-toggle-threads-this-group): Use new.
6754         nnmairix-group-toggle-parameter helper function.
6755         (nnmairix-search): Better check for empty search result.
6756         (nnmairix-goto-original-article): Use new helper functions for
6757         determining original article.
6758         (nnmairix-show-original-article): Make sure message-id is in brackets.
6759         (nnmairix-call-mairix-binary): Change variable name.
6760         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6761         helper function.
6762         (nnmairix-widget-toggle-activate): Fix doc string.
6763
6764 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6765
6766         * nnir.el: Require edmacro when compiling with XEmacs.
6767         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6768         available in Emacs 21.
6769
6770 2008-06-11  Glenn Morris  <rgm@gnu.org>
6771
6772         * gnus-util.el (x-focus-frame):
6773         * gnus.el (image-size):
6774         * mm-decode.el (image-size): Declare.
6775
6776         * gnus-picon.el (declare-function): Add compat definition.
6777         (image-size): Declare.
6778
6779         * gnus-group.el (tool-bar-map):
6780         * gnus-sum.el (tool-bar-map): Define for compiler.
6781
6782         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6783
6784         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6785
6786         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6787         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6788         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6789         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6790         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6791         * sieve-manage.el, spam-report.el, spam.el:
6792         Remove unnecessary eval-and-compile of autoloads.
6793
6794 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6795
6796         * auth-source.el: Precise Tramp doc.
6797
6798 2008-06-07  Glenn Morris  <rgm@gnu.org>
6799
6800         * nnmairix.el: Remove unnecessary eval-when-compile.
6801
6802 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6803
6804         * lpath.el: Fbind propertize for XEmacs 21.4.
6805
6806 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6807
6808         * nnir.el: Move here from ../contrib.
6809
6810 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6811
6812         * gnus-util.el (gnus-read-shell-command): New function.
6813         * mm-decode.el (mm-pipe-part):
6814         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6815
6816 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6817
6818         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6819
6820 2008-06-03  Glenn Morris  <rgm@gnu.org>
6821
6822         * pop3.el (nnheader-accept-process-output): Autoload it.
6823
6824 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6825
6826         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6827         are not 2-digit hexadecimal characters that follow `%'s.
6828
6829 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6830
6831         * message.el (message-bogus-recipient-p): Fix type in doc string.
6832         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6833         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6834         Improve custom options.
6835         (message-bogus-recipient-p): Adjust accordingly.
6836
6837 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6838
6839         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6840         long-form month and day names.
6841
6842 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6843
6844         * dgnushack.el: Autoload debug, eudc-expand-inline and
6845         pgg-snarf-keys-region for XEmacs.
6846
6847         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6848
6849         * nnmairix.el: Require edmacro when compiling with XEmacs.
6850
6851 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6852
6853         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6854         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6855
6856 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6857
6858         * auth-source.el: Add more docs.
6859
6860         * netrc.el (netrc-machine): Always match if the port is not given.
6861
6862 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6863
6864         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6865         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6866         retrieval faster in some cases, but might make CPU usage larger.
6867         If this has any bad side effects, we might revert this change.
6868
6869         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6870         seems to make mail retrieval much, much faster.
6871         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6872         unconditionally.
6873
6874         * gnus-draft.el (gnus-group-send-queue):
6875         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6876
6877 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6878
6879         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6880
6881         * message.el (message-bogus-address-regexp): Fix and improve custom
6882         type.
6883         (message-setup-hook): Add message-check-recipients as custom option.
6884
6885 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6886
6887         * message.el (message-cite-function): Remove bogus autoload which crept
6888         in during merge from v5-10.
6889
6890 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6891
6892         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6893
6894         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6895
6896         * auth-source.el: Preliminary Tramp docs.
6897         (auth-sources): Change the default auth-sources to use
6898         EPA .gpg files.
6899
6900 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6901
6902         * nntp.el: Autoload `auth-source-user-or-password'.
6903         (nntp-send-authinfo): Use it.
6904
6905         * nnimap.el: Autoload `auth-source-user-or-password'.
6906         (nnimap-open-connection): Use it.
6907
6908         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6909         for the gnus-message function.
6910         (auth-source-user-or-password): Use it.
6911
6912 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6913
6914         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6915         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6916         (rfc2104-hash): Use it.
6917
6918 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6919
6920         * gnus-art.el (gnus-article-toggle-truncate-lines):
6921         Don't use `iff' in docstring.
6922
6923 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6924
6925         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6926
6927         * gnus-util.el (gnus-extract-address-component-name)
6928         (gnus-extract-address-component-email): Convenience functions around
6929         `gnus-extract-address-components'.
6930
6931         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6932         Use `gnus-extract-address-component-email' to fix bug of comparing full
6933         sender name to `user-mail-address'.
6934
6935 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6936
6937         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6938         catch/throw to optimize.
6939         (gnus-registry-find-keywords): Just use member to find a keyword.
6940
6941 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6942
6943         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6944         is current before calling gnus-server-prepare.
6945         (gnus-server-setup-buffer, gnus-server-update-server)
6946         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6947
6948 2008-05-04  Juri Linkov  <juri@jurta.org>
6949
6950         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6951         (mailcap-file-default-commands): Use mailcap-replace-in-string
6952         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6953         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6954
6955 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6956
6957         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6958
6959 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6960
6961         * gnus.el: Bump version to 0.11.
6962
6963 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6964
6965         * gnus.el: No Gnus v0.10 is released.
6966
6967 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6968
6969         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6970         hooks.
6971         (gnus-update-read-articles): Speed up non-marks-using users.
6972         (gnus-use-marks): Define gnus-use-marks.
6973         (gnus-propagate-marks): Rename variable to something more sensible.
6974
6975 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6976
6977         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6978         (gmm-image-load-path-for-library): Fix typos in docstrings.
6979         (gmm-message): Reflow docstring.
6980
6981 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6982
6983         * mail-source.el (mail-source-set-1, mail-source-bind):
6984         Move auth-source code out of the macro to clean it up and fix bugs.
6985
6986 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6987
6988         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6989         by sender if it's equal to user-mail-address, it's likely to be
6990         useless.
6991
6992         * mail-source.el (mail-source-bind): Don't use user or password if they
6993         are not bound.  Unintern them if they are nil.  Don't use server unless
6994         it's bound, and default it to empty string otherwise.
6995
6996 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6997
6998         * mail-source.el: Load auth-source.el.
6999         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7000         get user name or password, if auth-sources is set up.
7001
7002         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7003         strategy of splitting with parent.
7004         (gnus-registry-split-fancy-with-parent)
7005         (gnus-registry-post-process-groups): Use it and fix prior
7006         bug (returning a list as the split result).
7007
7008         * auth-source.el (auth-sources): Remove server parameter.
7009         (auth-source-pick, auth-source-user-or-password)
7010         (auth-source-user-or-password-imap)
7011         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7012         (auth-source-user-or-password-sftp)
7013         (auth-source-user-or-password-smtp): Remove server parameter.
7014
7015 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7016
7017         * smime.el (smime-sign-region, smime-encrypt-region)
7018         (smime-decrypt-region):
7019         Remove redundant calls to `generate-new-buffer-name'.
7020
7021 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7022
7023         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7024         Don't use QP for message/rfc822.
7025         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7026
7027 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7028
7029         * sieve-manage.el (sieve-string-bytes): Remove.
7030         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7031         correct byte-length only if the process's coding-system is the same as
7032         the one used internally by Emacs to represent strings.
7033
7034 2008-04-22  Juri Linkov  <juri@jurta.org>
7035
7036         * mailcap.el (mailcap-file-default-commands): New function.
7037
7038 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7039
7040         * message.el (message-signature-separator, message-cite-function):
7041         Change custom version.
7042
7043 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7044
7045         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7046         commands.
7047         (tls-checktrust): Ditto.
7048
7049 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7050
7051         * mm-decode.el (mm-display-external): Make temp file read-only.
7052
7053 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7054
7055         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7056         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7057         `C-c C-f d'.
7058
7059 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7060
7061         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7062
7063 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7064
7065         * gnus.el: Bump version to 0.9.
7066
7067 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7068
7069         * gnus.el: No Gnus v0.8 is released.
7070
7071 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7072
7073         * mail-source.el (mail-source-value):
7074         Prefer fboundp to functionp so it works with macros as well.
7075
7076 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7077
7078         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7079         Fix last change in case the element is not even a symbol.
7080
7081 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7082
7083         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7084         Prefer fboundp to functionp so it works with macros as well.
7085
7086 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7087
7088         * auth-source.el: Add docs.
7089         (auth-sources): Modify format to support server.
7090         (auth-source-pick, auth-source-user-or-password)
7091         (auth-source-user-or-password-imap)
7092         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7093         (auth-source-user-or-password-sftp)
7094         (auth-source-user-or-password-smtp): Add server parameter.
7095
7096 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7097
7098         * gnus-registry.el: Initialize the registry when gnus-registry-install
7099         is t.
7100
7101 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7102
7103         * compface.el (uncompface): Make buffer unibyte.
7104
7105 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7106
7107         * mail-source.el (mail-source-value):
7108         Prefer fboundp to functionp so it works with macros as well.
7109
7110 2008-04-05  Glenn Morris  <rgm@gnu.org>
7111
7112         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7113
7114 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7115
7116         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7117         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7118
7119         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7120         multibyteness after rather than before erasing it.
7121
7122         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7123         mm-with-multibyte.
7124         (gnus-request-article-this-buffer): Make sure the proper decoding is
7125         used if gnus-original-article-buffer happens to be unibyte.
7126
7127         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7128         default-enable-multibyte-characters.
7129
7130         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7131         default-enable-multibyte-characters.
7132
7133         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7134
7135         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7136
7137 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7138
7139         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7140         Fix last change in case the element is not even a symbol.
7141
7142 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7143
7144         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7145         (imap-message-copyuid-1): Use it.
7146         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7147         J. Williams in
7148         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7149
7150         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7151         imap-enable-exchange-bug-workaround.
7152         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7153
7154 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7155
7156         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7157         a 100 byte status-checks into a 2-3MB transfer for each group.
7158         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7159         to enable bug workaround or not.
7160         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7161
7162 2008-03-31  Glenn Morris  <rgm@gnu.org>
7163
7164         * message.el (mml2015-use): Declare for compiler.
7165         (message-info): Require mml2015 when appropriate.
7166
7167 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7168
7169         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7170         whitespace.
7171
7172 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7173
7174         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7175         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7176         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7177         (nntp-service-to-port): New function.
7178         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7179         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7180         (nntp-open-netcat-stream): New function.
7181         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7182
7183 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7184
7185         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7186
7187 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7188
7189         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7190
7191 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7192
7193         * dns.el (dns-write): Use set-buffer-multibyte.
7194
7195 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7196
7197         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7198
7199 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7200
7201         * message.el (message-signature-separator): Change default.
7202         Improve custom type.
7203         (message-cite-function): Change default to
7204         message-cite-original-without-signature.
7205
7206         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7207         toggle.
7208
7209         * message.el (message-check-news-body-syntax): Fix signature check.
7210         (message-setup-1): Mark buffer as unmodified _after_ running
7211         message-setup-hook and handling message-alternative-emails.
7212         (message-shorten-references): Be more strict when building list of
7213         valid references to comply with GNKSA.
7214
7215         * gnus-group.el (gnus-read-ephemeral-bug-group)
7216         (gnus-read-ephemeral-debian-bug-group)
7217         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7218
7219         * message.el (message-info): Don't use booleanp which isn't supported
7220         in Emacs 21 and XEmacs.
7221
7222 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7223
7224         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7225         gnus-group-gmane-group-download-format.
7226         (gnus-group-read-ephemeral-gmane-group): Rename from
7227         gnus-group-read-ephemeral-gmane-group.
7228         (gnus-read-ephemeral-gmane-group-url): Rename from
7229         gnus-group-read-ephemeral-gmane-group-url.
7230         (gnus-bug-group-download-format-alist): New variable.
7231         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7232         (gnus-read-ephemeral-emacs-bug-group): New commands.
7233
7234 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7235
7236         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7237         (gnus-visible-headers): Improve custom type.
7238
7239 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7240
7241         * mml.el (mml-menu): Add workarounds for XEmacs.
7242
7243         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7244         X-Boundary header.
7245
7246         * message.el (message-simplify-recipients): Fix previous commit.
7247
7248 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7249
7250         * mm-util.el (mm-set-buffer-multibyte): New function.
7251         * mm-decode.el (mm-copy-to-buffer): Use it.
7252
7253         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7254         Prefer fboundp to functionp so it works with macros as well.
7255
7256 2008-03-19  Glenn Morris  <rgm@gnu.org>
7257
7258         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7259         Accidentally removed in the sync process with Emacs.
7260
7261 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7262
7263         * message.el (message-alter-recipients-discard-bogus-full-name):
7264         New function.
7265         (message-alter-recipients-function): New variable.
7266         (message-get-reply-headers): Use it.
7267         (message-replace-header): New helper function.
7268         (message-recipients-without-full-name): New variable.
7269         (message-simplify-recipients): New command.
7270
7271         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7272
7273         * message.el (message-info): Handle EasyPG manual.
7274
7275         * mml.el (mml-menu): Add entry for EasyPG.
7276
7277 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7278
7279         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7280         parameter.
7281
7282         * message.el (message-disassociate-draft): Specify drafts group name
7283         fully.
7284
7285 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7286
7287         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7288         Eliminate unnecessary duplicates from the match list.
7289
7290 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7291
7292         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7293
7294         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7295
7296         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7297         args of `how-many' of which the XEmacs version doesn't take; declare
7298         Info-index-next as function.
7299
7300 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7301
7302         * gnus-score.el (gnus-score-headers): Fix handling of
7303         gnus-inhibit-slow-scoring.
7304
7305         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7306         string.
7307         (gnus-button-url-regexp): Improve handling of parenthesis.
7308         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7309         (gnus-button-handle-info-keystrokes): Handle index entries.
7310
7311 2008-03-15  Glenn Morris  <rgm@gnu.org>
7312
7313         * parse-time.el (parse-time-string): Simplify.
7314
7315 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7316
7317         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7318         Incoming* files.
7319
7320 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7321
7322         * auth-source.el (auth-sources): Rename from auth-source-choices.
7323         (auth-source-pick): Use it.
7324
7325 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7326
7327         * binhex.el (binhex-decode-region-internal):
7328         * uudecode.el (uudecode-decode-region-internal):
7329         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7330         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7331         setting default-enable-multibyte-characters.
7332
7333 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7334
7335         * auth-source.el (auth-source-protocols)
7336         (auth-source-protocols-customize, auth-source-choices): Add and
7337         modified variable customizations and defaults.
7338         (auth-source-pick, auth-source-user-or-password)
7339         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7340         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7341         (auth-source-user-or-password-sftp)
7342         (auth-source-user-or-password-smtp): Use new variables and provide an
7343         interface to netrc.el.
7344
7345 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7346
7347         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7348         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7349         Make sure the nntp port to specify is a string.
7350
7351 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7352
7353         * nntp.el: Use with-current-buffer.
7354         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7355         dubious mm-with-unibyte-current-buffer.
7356         (nntp-with-open-group-function): New function extracted from
7357         nntp-with-open-group macro.
7358         (nntp-with-open-group): Use the function, so it's easier to debug.
7359         Add indentation and debugging info.
7360         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7361         Recommend the use of the netcat alternatives.
7362
7363         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7364         Avoid mm-string-as-multibyte as well.
7365
7366         * nnweb.el (nnweb-insert-html):
7367         Remove use of nnheader-string-as-multibyte.
7368
7369         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7370         (nnheader-string-as-multibyte): Remove.
7371
7372         * mm-view.el: Use inhibit-read-only.
7373         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7374         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7375         or unibyte-string.
7376
7377         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7378         (mm-uu-yenc-extract): Use with-current-buffer.
7379
7380         * gnus-soup.el (gnus-soup-send-packet): Don't use
7381         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7382
7383         * nnmh.el: Use with-current-buffer.
7384         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7385         mm-string-as-multibyte on the output of mm-encode-coding-string.
7386
7387         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7388         (nnimap-request-move-article): Use with-current-buffer.
7389
7390         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7391         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7392         conversion uses string-make-unibyte rather than string-as-unibyte.
7393
7394         * gnus-msg.el: Use with-current-buffer.
7395
7396         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7397
7398 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7399
7400         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7401         string for caching if it is 'PIN.
7402
7403 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7404
7405         * lpath.el: Consider the case without Emacs/W3.
7406
7407 2008-03-08  Glenn Morris  <rgm@gnu.org>
7408
7409         * time-date.el (date-to-time, time-subtract, time-add)
7410         (safe-date-to-time): Doc fixes.
7411
7412 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7413
7414         * mail-source.el (mail-source-delete-old-incoming-confirm):
7415         Change default to nil.
7416         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7417
7418 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7419
7420         * lpath.el: Rearrange.
7421
7422         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7423         (gnus-article-goto-prev-page): Work for articles having ^L's.
7424
7425         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7426
7427         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7428
7429 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7430
7431         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7432         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7433         (gnus-bookmark-jump): Adjust some variable names.
7434
7435 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7436
7437         * auth-source.el: New package.
7438         (auth-source-choices): Add customization entry point variable.
7439
7440         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7441         bug.
7442
7443 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7444
7445         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7446         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7447         (gnus-registry-install-shortcuts): Rename from
7448         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7449         the `gnus-registry-mark-map' keymap dynamically from
7450         `gnus-registry-marks'.  The generated functions update the summary line
7451         when a registry mark is added or deleted, and will call
7452         `gnus-registry-install-p' (see the comments in the code).
7453         (gnus-registry-user-format-function-M): Use concat intelligently.
7454
7455         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7456         the registry mark functions.
7457
7458 2008-03-05  Glenn Morris  <rgm@gnu.org>
7459
7460         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7461         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7462         gnus-art.
7463         (top-level): No need to load own source when compiling.
7464
7465 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7466
7467         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7468         Suggested by <chris.anderton@zetnet.co.uk>.
7469
7470 2008-03-04  Glenn Morris  <rgm@gnu.org>
7471
7472         * gnus-sum.el (top-level): No need to require gnus when compiling,
7473         since unconditionally required near start of file.
7474         (gnus-summary-display-while-building): Move definition before use.
7475
7476 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7477
7478         * gnus-registry.el (gnus-registry-user-format-function-M):
7479         Add formatting function.
7480
7481 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7482
7483         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7484         with plists.
7485         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7486         Use new format.
7487
7488 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7489
7490         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7491         `where-is-internal' that returns a range of key sequences.
7492
7493 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7494
7495         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7496
7497         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7498         (gnus-summary-jump-to-group): Consider windows on other displayed
7499         frames as well.  Similar changes might be needed elsewhere, but that's
7500         the one I've bumped into during my use.
7501
7502         * nndoc.el (nndoc-oe-dbx-type-p):
7503         * gnus-msg.el (gnus-debug):
7504         * gnus-group.el (gnus-update-group-mark-positions):
7505         Use mm-string-to-multibyte.
7506
7507 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7508
7509         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7510         doesn't handle NotDashEscaped.
7511
7512         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7513         (mml-dnd-attach-options): Fix typo in custom choice.
7514
7515         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7516         Change nndoc-article-type to mbox.
7517         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7518
7519         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7520         to nil, instead of html2text.
7521
7522         * imap.el (imap-debug): Add `imap-ping-server'.
7523
7524         * gnus-bookmark.el: Add FIXMEs.
7525
7526         * message.el (message-form-letter-separator)
7527         (message-send-form-letter-delay): New variables.
7528         (message-send-form-letter): Use them.  New command to send form
7529         letters.  Requested by Uwe Siart.
7530         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7531
7532 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7533
7534         * Update copyright years.
7535
7536 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7537
7538         Sync from EMACS_22_BASE.
7539
7540         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7541
7542 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7543
7544         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7545         empty author.
7546
7547 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7548
7549         * gnus-registry.el (gnus-registry-marks): Add variable for
7550         customization of marks and their appearance.
7551         (gnus-registry-read-mark): Use it.
7552         (gnus-registry-do-marks): Add utility function to loop through
7553         `gnus-registry-marks'.
7554         (gnus-registry-install-shortcuts-and-menus): Add function to install
7555         shortcuts and menus.
7556         (gnus-registry-initialize): Use it.
7557         (gnus-registry-default-mark): Clarify documentation.
7558
7559 2008-02-29  Glenn Morris  <rgm@gnu.org>
7560
7561         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7562         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7563         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7564         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7565         Change defcustom :version from 23.0 to 23.1.
7566
7567 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7568
7569         * gnus-registry.el (gnus-registry-follow-group-p)
7570         (gnus-registry-post-process-groups): Add functions to aid registry
7571         splitting and improve logging.  Clarify behavior in function
7572         documentation.
7573         (gnus-registry-split-fancy-with-parent): Use them.
7574
7575 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7576
7577         * gnus-art.el: Use with-current-buffer.
7578
7579 2008-02-27  David Engster  <dengste@eml.cc>
7580
7581         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7582         Express real group name in the response.
7583
7584 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7585
7586         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7587         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7588         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7589         autoload gnus-registry-fetch-group when compiling.
7590         (nnmairix-request-group-with-article-number-correction):
7591         Remove unreferenced argument passed to nnmairix-call-backend.
7592
7593 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7594
7595         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7596         (mm-uu-extract): Improve face for low color ttys.
7597         Reported by Sascha Wilde.
7598
7599 2008-02-27  Glenn Morris  <rgm@gnu.org>
7600
7601         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7602         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7603         variables to defconsts.  Convert comments to doc-strings.
7604         (nnmairix-last-server, nnmairix-current-server): Convert from free
7605         variables to defvars.  Convert comments to doc-strings.
7606         (gnus-registry-fetch-group): Autoload.
7607         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7608         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7609         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7610         caddr.
7611         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7612         nnmairix-request-group-with-article-number-correction call.
7613         (nnmairix-fast, nnmairix-group): New, less general names, for free
7614         variables passed from nnmairix-request-group to
7615         nnmairix-request-group-with-article-number-correction.  Declare.
7616         (nnmairix-request-group-with-article-number-correction):
7617         Use nnmairix-fast, nnmairix-group rather than fast, group.
7618
7619 2008-02-26  David Engster  <dengste@eml.cc>
7620
7621         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7622         version 0.5.
7623
7624 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7625
7626         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7627         instead of making an extra function call.  Don't add the current group
7628         to articles only when they have the group.  Use
7629         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7630         Reported by David <de_bb@arcor.de>.
7631
7632 2008-02-24  Miles Bader  <miles@gnu.org>
7633
7634         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7635         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7636         (mm-find-mime-charset-region):
7637         * mm-bodies.el (mm-encode-body):
7638         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7639
7640 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7641
7642         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7643         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7644
7645 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7646
7647         * mail-source.el (mail-source-delete-incoming): Change default.
7648         Supplement doc string.
7649
7650         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7651
7652 2008-02-14  Glenn Morris  <rgm@gnu.org>
7653
7654         * time-date.el (format-seconds): New function.
7655
7656 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7657
7658         * nnmail.el (nnmail-message-id-cache-file): Derive from
7659         `gnus-home-directory'.
7660
7661 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7662
7663         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7664         Document negative prefix.
7665
7666         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7667
7668 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7669
7670         * message.el (message-unsent-separator): Add the Exim bounce
7671         separator.
7672
7673 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7674
7675         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7676         list.
7677         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7678         recipient/signer list.
7679
7680 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7681
7682         * Makefile.in (datarootdir): Define.
7683         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7684         name that might contain whitespace.
7685
7686 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7687
7688         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7689         fbound (Emacs 23 unicode), signal an error.
7690
7691 2008-02-08  Glenn Morris  <rgm@gnu.org>
7692
7693         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7694
7695 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7696
7697         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7698         ports to the calls to `netrc-machine-user-or-password' in addition to
7699         "imap" and "imaps".
7700
7701 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7702
7703         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7704
7705         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7706
7707 2008-02-01  Kenichi Handa  <handa@m17n.org>
7708
7709         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7710         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7711         (rfc2104-hash): Convert the result of concat to unibyte string.
7712
7713 2008-02-01  Dave Love  <fx@gnu.org>
7714
7715         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7716         coding-system-for-read.
7717         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7718
7719 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7720
7721         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7722         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7723         <hanche@math.ntnu.no>.
7724
7725 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7726
7727         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7728
7729         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7730
7731 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7732
7733         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7734         * message.el (message-beginning-of-line): Use featurep instead of bound
7735         tests in order to resolve conditionals at compile time.
7736
7737 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7738
7739         * mail-source.el (mail-sources): Add `group' choice.
7740
7741         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7742         parameter `in-group' to control into which group the articles go.
7743         Add treatment of `group' mail-source.
7744
7745 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7746
7747         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7748
7749         * mm-decode.el (mm-dissect-buffer): Decode description.
7750
7751         * mml.el (mml-to-mime): Encode message header first.
7752
7753 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7754
7755         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7756         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7757
7758         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7759         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7760
7761 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7762
7763         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7764
7765 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7766
7767         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7768         prefix keys.
7769         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7770         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7771         gnus-xmas.el.
7772
7773         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7774         (gnus-xmas-article-describe-bindings): New function.
7775         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7776         gnus-xmas-article-describe-bindings.
7777
7778         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7779
7780 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7781
7782         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7783         Add new variables for article mark management.
7784         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7785         list of extra data entries which, when present, will indicate that the
7786         article ID should not be trimmed from the registry.
7787         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7788         functions.
7789         (gnus-registry-read-mark): New function to read a mark name from the
7790         user.
7791         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7792         (gnus-registry-set-article-mark-internal): New functions to add and
7793         remove marks.
7794         (gnus-registry-get-article-marks): New function to show the marks for
7795         an article, or retrieve them for further use.
7796
7797 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7798
7799         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7800         keys when no argument is given.
7801
7802 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7803
7804         * imap.el (imap-ping-server): New variable.
7805         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7806         (imap-ping-server): Minor doc string fixes.
7807
7808 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7809
7810         * imap.el (imap-ping-server): New function.
7811         (imap-opened): Call imap-ping-server.
7812
7813 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7814
7815         * gnus-sum.el (gnus-article-sort-by-random)
7816         (gnus-thread-sort-by-random): Fix doc strings.
7817         Reported by jidanni@jidanni.org.
7818
7819 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7820
7821         * gnus-art.el (gnus-article-describe-bindings): New function.
7822         (gnus-article-read-summary-keys): Use it.
7823         (gnus-article-mode-map): Bind `C-h b' to it.
7824
7825 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7826
7827         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7828         XEmacs.
7829         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7830         Protect against non-character events.
7831
7832         * lpath.el: Fbind map-keymap for Emacs 21.
7833
7834 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7835
7836         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7837         New command.
7838         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7839         instead of END.  Change name of the temp file.
7840         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7841         customizable.
7842
7843 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7844
7845         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7846         bind `S W' to gnus-article-wide-reply-with-original; set default
7847         binding to gnus-article-read-summary-send-keys.
7848         (gnus-article-read-summary-keys): Fix the order of keys; display
7849         continuation keys correctly in the echo area; describe bindings
7850         correctly when keys end with `C-h'.
7851         (gnus-article-read-summary-send-keys): New function.
7852         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7853         Work for gnus-article-read-summary-send-keys; display continuation keys
7854         correctly in the echo area.
7855         (gnus-article-reply-with-original): Ignore prefix argument.
7856         (gnus-article-wide-reply-with-original): New function.
7857
7858         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7859         Emacs 21.
7860
7861 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7862
7863         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7864         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7865
7866 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7867
7868         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7869         (gnus-group-read-ephemeral-gmane-group): New command.
7870
7871 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7872
7873         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7874
7875 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7876
7877         * message.el (message-send-mail-function): Increase custom version.
7878
7879         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7880         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7881
7882 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7883
7884         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7885         for the cases where imap-authenticate is called with a nil buffer
7886         parameter.
7887
7888 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7889
7890         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7891         html parts correctly; support forwarded messages.
7892         (gnus-article-browse-html-article): Remove work buffers.
7893
7894         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7895         compiling.
7896         (netrc-bound-and-true-p): New macro.
7897         (netrc-parse): Use it instead of bound-and-true-p that is not available
7898         in XEmacs 21.4.
7899
7900 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7901
7902         * gnus-registry.el (gnus-registry-mark-article)
7903         (gnus-registry-article-marks): Add functionality to mark articles
7904         through the Gnus registry.
7905
7906         * encrypt.el: Clarify documentation for the new pgg method.
7907         (encrypt-file-alist): Add PGG option.
7908         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7909         functionality.  Abstract password key and messaging to external
7910         functions.
7911         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7912         (encrypt-message-method-and-cipher): Add new convenience external
7913         functions.
7914         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7915         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7916
7917         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7918         (netrc-parse): Use encrypt-file-alist to determine if
7919         encrypt-find-model or encrypt-insert-file-contents should be used.
7920
7921         * encrypt.el: Clarify documentation.  Load password-cache or
7922         password, whichever one is found first, instead of autoloading.
7923
7924 2007-12-19  Glenn Morris  <rgm@gnu.org>
7925
7926         * mml.el (message-options-set, message-narrow-to-head)
7927         (message-in-body-p, message-mail-p, message-encode-message-body):
7928         Autoload.
7929         (message-remove-header, message-narrow-to-headers-or-head)
7930         (message-subscribed-p, message-make-mail-followup-to)
7931         (message-position-on-field, message-news-p)
7932         (message-options-set-recipient, message-generate-headers)
7933         (message-sort-headers): Declare as functions.
7934
7935 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7936
7937         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7938         convention in doc string.
7939
7940 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7941
7942         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7943         title to html parts.
7944         (gnus-article-browse-html-article): Pass message header to it.
7945
7946         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7947
7948 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7949
7950         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7951         or password compatible with XEmacs.
7952
7953 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7954
7955         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7956         format document.
7957         (gnus-mime-delete-part): Don't write description line if empty.
7958         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7959
7960 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7961
7962         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7963         (gnus-summary-mark-read-and-unread-as-read)
7964         (gnus-summary-mark-current-read-and-unread-as-read)
7965         (gnus-summary-mark-unread-as-ticked): Doc fix.
7966         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7967
7968 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7969
7970         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7971         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7972
7973 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7974
7975         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7976         yes-or-no-p.
7977
7978 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7979
7980         * mm-decode.el (mm-add-meta-html-tag): New function.
7981         (mm-save-part-to-file, mm-pipe-part): Use it.
7982
7983         * gnus-art.el (gnus-article-browse-delete-temp-files):
7984         Use gnus-y-or-n-p instead of y-or-n-p.
7985         (gnus-article-browse-html-parts): Work with message/external-body; use
7986         mm-add-meta-html-tag.
7987
7988 2007-12-11  Glenn Morris  <rgm@gnu.org>
7989
7990         * gnus-cache.el: Require gnus-sum not just when compiling.
7991
7992         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7993
7994         * gnus-int.el (gnus-server-opened, gnus-status-message):
7995         Move definitions before use.
7996
7997         * mm-decode.el: Require gnus-util.
7998         (mm-remove-part): Only call delete-annotation on XEmacs.
7999
8000         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8001
8002         * nnmail.el: Require gnus-int.
8003
8004         * spam.el: Move `require's before `eval-when-compile's.
8005
8006         * gnus-ems.el (gnus-alive-p):
8007         * gnus-fun.el (message-goto-eoh):
8008         * gnus-util.el (gnus-group-name-decode):
8009         * mail-source.el (gnus-compress-sequence):
8010         * message.el (Info-goto-node, format-spec):
8011         * mm-bodies.el (message-options-get):
8012         * mm-decode.el (mm-view-pkcs7):
8013         * mm-util.el (gmm-write-region):
8014         * mml-smime.el (mml-compute-boundary)
8015         (gnus-completing-read-with-default):
8016         * mml.el (widget-button-press, gnus-make-hashtable):
8017         * mml1991.el (mm-decode-content-transfer-encoding)
8018         (mm-encode-content-transfer-encoding)
8019         (message-options-get, message-options-set):
8020         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8021         * nnfolder.el (gnus-request-group):
8022         * nnheader.el (ietf-drums-unfold-fws):
8023         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8024         * smime.el (gnus-run-mode-hooks):
8025         * spam-stat.el (gnus-message): Autoload.
8026
8027         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8028         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8029         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8030         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8031         Add declare-function compatibility definition.
8032
8033         * gnus-cache.el (nnvirtual-find-group-art):
8034         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8035         (gnus-add-image, gnus-add-wash-type):
8036         * gnus-group.el (nnkiboze-score-file):
8037         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8038         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8039         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8040         (message-tokenize-header, gnus-get-buffer-create)
8041         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8042         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8043         * gnus.el (gnus-group-decoded-name):
8044         * mail-source.el (imap-capability):
8045         * mm-bodies.el (message-options-set):
8046         * mm-decode.el (gnus-configure-windows):
8047         * mm-extern.el (message-goto-body):
8048         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8049         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8050         (epg-sub-key-validity, message-options-set):
8051         * mml.el (widget-event-point, gnus-configure-windows):
8052         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8053         * mml2015.el (epg-check-configuration, epg-configuration)
8054         (message-options-set):
8055         * nndb.el (nndb-request-article):
8056         * nnfolder.el (gnus-request-create-group):
8057         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8058         * nnmaildir.el (gnus-group-mark-article-read):
8059         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8060         * rfc1843.el (message-fetch-field):
8061         * spam.el (gnus-extract-address-components):
8062         Declare as functions.
8063
8064 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8065
8066         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8067
8068         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8069
8070         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8071         bind show-trailing-whitespace for XEmacs.
8072
8073 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8074
8075         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8076         new no-op macro for backward compatibility.
8077
8078         * imap.el (imap-string-to-integer): New function.
8079
8080 2007-12-09  Glenn Morris  <rgm@gnu.org>
8081
8082         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8083
8084         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8085         * message.el, mm-view.el, sieve-manage.el, smime.el:
8086         Add declare-function compatibility definition.
8087
8088         * gnus-art.el (w3-region, w3m-region, Info-menu):
8089         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8090         * gnus-sum.el (gnus-get-predicate):
8091         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8092         * message.el (mail-abbrev-in-expansion-header-p):
8093         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8094         (w3m-detect-meta-charset, w3m-region):
8095         * sieve-manage.el (password-read, password-cache-add)
8096         (password-cache-remove):
8097         * smime.el (password-read-and-add): Declare as functions.
8098
8099 2007-12-08  David Kastrup  <dak@gnu.org>
8100
8101         * gnus-sum.el (gnus-summary-simplify-subject-query):
8102         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8103         `message'.
8104
8105 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8106
8107         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8108         it to bind idna-program, installation-directory, defined-colors, and
8109         face-attribute for XEmacs of the version that compiles defcustom forms.
8110
8111 2007-12-07  Glenn Morris  <rgm@gnu.org>
8112
8113         * gnus-art.el (article-make-date-line): Revert previous change.
8114
8115 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8116
8117         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8118
8119 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8120
8121         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8122         Call gnus-add-to-range ranges only once with a prepared article-list.
8123
8124 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8125
8126         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8127         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8128         group names with backslashes.
8129         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8130
8131 2007-12-06  Deepak Goel  <deego3@gmail.com>
8132
8133         * gnus-art.el (article-make-date-line):
8134         * gnus-start.el (gnus-load):
8135         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8136
8137 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8138
8139         * gnus-art.el (gnus-use-idna)
8140         * gnus-start.el (gnus-site-init-file)
8141         * message.el (message-use-idna)
8142         * mm-uu.el (mm-uu-hide-markers)
8143         * smiley.el (smiley-style): Revert changes that suppress warnings.
8144
8145 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8146
8147         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8148         specify charset to html source.
8149         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8150
8151 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8152
8153         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8154         idna-program in order to suppress byte compile warning issued by XEmacs
8155         that came to byte compile the default value section of defcustom forms
8156         recently.
8157
8158         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8159         value of installation-directory.
8160
8161         * message.el (message-use-idna): Don't directly refer to the value of
8162         idna-program.
8163
8164         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8165
8166         * smiley.el (smiley-style): Don't directly call face-attribute.
8167
8168 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8169
8170         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8171
8172         * gnus-dired.el: Reduce Gnus dependencies.
8173         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8174         Don't require.  Use autoloads instead.
8175         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8176         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8177         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8178         (gnus-dired-mode): Adjust doc string.
8179         (gnus-dired-mail-mode): New variable.
8180         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8181         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8182         (gnus-dired-mail-buffers): New function.  Return mail or message
8183         composition buffers.
8184         (gnus-dired-attach): Use it.
8185         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8186         NO-DECODE.
8187         (gnus-dired-print): Use `gnus-print-buffer' depending on
8188         `gnus-dired-mail-mode'.
8189
8190 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8191
8192         * rfc2047.el (rfc2047-encoded-word-regexp)
8193         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8194         explaining what regexp patterns are for.
8195
8196 2007-12-04  Glenn Morris  <rgm@gnu.org>
8197
8198         * password.el: Move to password-cache.el.
8199
8200         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8201         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8202         * mml-smime.el (password-read, password-cache-add)
8203         (password-cache-remove):
8204         No need to autoload, since mml-sec requires password.
8205
8206         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8207         * message.el (gnus-extract-address-components):
8208         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8209
8210         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8211         password.
8212
8213 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8214
8215         * mailcap.el: Reduce dependencies.
8216         (mail-header-parse-content-type): Autoload.
8217         (mailcap-delete-duplicates): New alias.
8218         (mailcap-mime-info): Add optional argument NO-DECODE.
8219         (mailcap-mime-types): Use mailcap-delete-duplicates.
8220
8221         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8222
8223 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8224
8225         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8226         (imap-parse-status): Upcase status-att for servers that sends them
8227         lower-case (e.g., MS Exchange 2007).
8228
8229 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8230
8231         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8232         function.
8233
8234         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8235         (gnus-uu-yenc-article): New function.
8236
8237         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8238
8239         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8240
8241 2007-12-02  Glenn Morris  <rgm@gnu.org>
8242
8243         * binhex.el (binhex): New custom group.
8244         (binhex-decoder-program, binhex-decoder-switches)
8245         (binhex-use-external): Move to the binhex custom group.
8246
8247         * uudecode.el (uudecode): New custom group.
8248         (uudecode-decoder-program, uudecode-decoder-switches)
8249         (uudecode-use-external): Move to the uudecode custom group.
8250
8251         * netrc.el (top-level): Don't load `encrypt' features.
8252         (netrc-parse): Don't use encrypt.
8253         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8254
8255         * encrypt.el: Remove file.
8256
8257 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8258
8259         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8260         matches on patches.
8261
8262         * gnus-art.el (gnus-article-browse-html-article):
8263         Mention `mm-text-html-renderer' in the doc string.
8264
8265         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8266         string.  Add comments.
8267
8268         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8269         if rhs is ASCII.
8270
8271 2007-12-01  Glenn Morris  <rgm@gnu.org>
8272
8273         * mail-source.el (top-level): Require format-spec before
8274         eval-when-compile.
8275
8276 2007-11-30  Glenn Morris  <rgm@gnu.org>
8277
8278         * encrypt.el: Require password, rather than autoloading password-read.
8279
8280 2007-11-29  Glenn Morris  <rgm@gnu.org>
8281
8282         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8283         (sasl-make-client, sasl-next-step, sasl-step-data)
8284         (sasl-step-set-data): Declare as functions.
8285
8286 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8287
8288         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8289
8290 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8291
8292         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8293         certs should be verified and what is to be done in the event of a
8294         verification failure.
8295
8296         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8297         caller can indicate whether the cache should be disregarded for this
8298         call.  This way the result of the call is reproducible at all times and
8299         can be considered a canonical server name for the supplied method.
8300         (gnus-agent-method-p): Canonicalize server names by pushing their
8301         method through `gnus-method-to-server' using the no-cache argument.
8302
8303         * gnus-srvr.el (gnus-server-insert-server-line):
8304         Call `gnus-method-to-server' with `no-cache' argument.
8305
8306         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8307         gnus-agent-possibly-synchronize-flags as this should be called when the
8308         server is actually being opened.
8309         (gnus-agent-possibly-synchronize-flags)
8310         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8311         flags file of an agentized server to the latter function.
8312
8313         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8314         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8315         after a connection has been established successfully.
8316
8317 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8318
8319         * gnus-art.el (article-display-face): Force to display face if called
8320         interactively; check if gnus-article-x-face-too-ugly matches author.
8321         (article-display-x-face): Display face even if From header is missing
8322         as article-display-face does.
8323
8324 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8325
8326         * hashcash.el (message-narrow-to-headers-or-head)
8327         (message-fetch-field, message-goto-eoh)
8328         (message-narrow-to-headers): Declare as functions.
8329
8330 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8331
8332         * mail-source.el (mail-sources): Default to fetch from file for
8333         compatibility with default of nnmail-spool-file.
8334
8335 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8336
8337         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8338         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8339         to look for encoded word that should be encoded again.
8340         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8341         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8342         encoding pattern.
8343         (rfc2047-decode-region): Switch strict regexp and loose one according
8344         to rfc2047-allow-irregular-q-encoded-words.
8345
8346 2007-11-25  Romain Francoise  <romain@orebokech.com>
8347
8348         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8349
8350 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8351
8352         * tls.el (tls-program): Provide more custom choices from
8353         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8354         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8355
8356 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8357
8358         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8359         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8360
8361         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8362         `nnmail-spool-file'.
8363
8364         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8365         `nnmail-spool-file'.
8366
8367         * gnus-move.el (gnus-change-server): Ditto.
8368
8369         * gnus-kill.el (gnus-batch-score): Ditto.
8370
8371         * gnus-cache.el (gnus-jog-cache): Ditto.
8372
8373         * gnus-msg.el (gnus-summary-reply):
8374         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8375
8376 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8377
8378         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8379         version.  Minor improvement to doc strings.
8380         (tls-program): Add comment.
8381
8382 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8383
8384         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8385         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8386         mismatch between the hostname provided in the certificate and the name
8387         of the host connnecting to.
8388         (open-tls-stream): Use them.  Check certificates against trusted root
8389         certificates.
8390
8391 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8392
8393         * gnus-cache.el (gnus-cache-generate-nov-databases):
8394         Use nnml-generate-nov-databases-directory instead of
8395         nnml-generate-nov-databases-1.
8396
8397 2007-11-24  Glenn Morris  <rgm@gnu.org>
8398
8399         * message.el (message-tool-bar-retro): Update for rename
8400         mail_send.xpm->mail-send.xpm.
8401
8402 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8403
8404         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8405         `smime-ldap-search' for Emacs 22 and up.
8406
8407 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8408
8409         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8410
8411         * message.el (message-send-mail-function): Fix error convention.
8412         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8413         (message-widen-reply, message-send-mail, message-talkative-question)
8414         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8415         (message-clone-locals, message-send-news): Use with-current-buffer.
8416         (message-insert-or-toggle-importance): Remove unused var `valid'.
8417         (message-make-references): Remove unused var `new-references'.
8418         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8419
8420 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8421
8422         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8423         (spam-split-symbolic-return-positive): Reflow docstring.
8424         (spam-backends, spam-summary-exit-behavior)
8425         (spam-mark-ham-unread-before-move-from-spam-group)
8426         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8427         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8428         (spam-clear-cache, spam-backend-check, spam-install-backend)
8429         (spam-install-statistical-backend, spam-list-of-processors)
8430         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8431         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8432         (spam-check-crm114, spam-initialize, spam-unload-hook):
8433         Fix typos in docstrings.
8434
8435 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8436
8437         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8438         been checked if they have never been read and those group levels are
8439         higher than the one that a user specified.
8440
8441 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8442
8443         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8444         foreign groups unless a group level is specified by a user.
8445         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8446
8447 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8448
8449         * message.el (message-send-mail-function): Require sendmail.
8450
8451 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8452
8453         * message.el (message-send-mail-function): Check for smtpmail too.
8454
8455         * utf7.el (utf7-encode, utf7-decode): Use coding system
8456         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8457
8458         * message.el (message-send-mail-function): New function.
8459         (message-send-mail-function): Set default using
8460         message-send-mail-function.  Adjust doc string.
8461         (message-send-mail-with-mailclient): New function.
8462
8463 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8464
8465         * smime.el (from):
8466         * rfc2047.el (message-posting-charset):
8467         * qp.el (mm-use-ultra-safe-encoding):
8468         * pop3.el (parse-time-months):
8469         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8470         * nnml.el (files):
8471         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8472         (jka-compr-compression-info-list, ange-ftp-path-format)
8473         (efs-path-regexp):
8474         * nndiary.el (files):
8475         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8476         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8477         (epg-digest-algorithm-alist, inhibit-redisplay)
8478         (password-cache-expiry):
8479         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8480         (pgg-output-buffer, password-cache-expiry):
8481         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8482         (efs-path-regexp):
8483         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8484         (inhibit-redisplay):
8485         * mm-uu.el (file-name, start-point, end-point, entry)
8486         (gnus-newsgroup-name, gnus-newsgroup-charset):
8487         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8488         (latin-unity-ucs-list):
8489         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8490         (mm-uu-binhex-decode-function):
8491         * message.el (gnus-message-group-art, gnus-list-identifiers)
8492         (rmail-enable-mime-composing, gnus-local-organization)
8493         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8494         (gnus-read-active-file, facemenu-add-face-function)
8495         (facemenu-remove-face-function, gnus-article-decoded-p)
8496         (tool-bar-mode):
8497         * mail-source.el (display-time-mail-function):
8498         * gnus-util.el (nnmail-pathname-coding-system)
8499         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8500         (gnus-original-article-buffer, gnus-user-agent)
8501         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8502         (xemacs-codename, sxemacs-codename, emacs-program-version):
8503         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8504         * gnus-start.el (gnus-agent-covered-methods)
8505         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8506         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8507         (gnus-newsgroup-headers, gnus-group-list-mode)
8508         (gnus-group-mark-positions, gnus-newsgroup-data)
8509         (gnus-newsgroup-unreads, nnoo-state-alist)
8510         (gnus-current-select-method, mail-sources)
8511         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8512         (nnmail-spool-file, gnus-cache-active-hashtb):
8513         * gnus-mh.el (mh-lib-progs):
8514         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8515         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8516         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8517         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8518         (gnus-group-buffer):
8519         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8520         (font-lock-set-defaults):
8521         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8522         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8523         (gnus-summary-post-menu, total-parts, type, condition, length):
8524         * gnus-agent.el (gnus-agent-read-agentview):
8525         * flow-fill.el (show-trailing-whitespace):
8526         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8527         eval-and-compile wrappers for byte compiler pacifiers.
8528
8529         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8530         (mm-display-inline-fontify): Check for featurep 'xemacs not
8531         extent-list.
8532
8533         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8534         itimer-list.
8535         (mm-create-image-xemacs): Only do something for XEmacs.
8536         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8537
8538         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8539
8540         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8541         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8542
8543 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8544
8545         * nnimap.el (nnimap-split-download-body):
8546         * gnus-demon.el (gnus-demon):
8547         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8548
8549 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8550
8551         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8552         New macros.
8553         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8554         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8555         copy data from unibyte buffer to multibyte current buffer.
8556         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8557         to copy data from unibyte current buffer to multibyte buffer.
8558         (nntp-make-process-buffer): Make process buffer unibyte.
8559
8560         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8561
8562 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8563
8564         * pop3.el (pop3-open-server): Accept and process data more robustly at
8565         connexion start to avoid spurious "POP SSL connexion failed" errors.
8566
8567 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8568
8569         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8570         read group names.
8571
8572 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8573
8574         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8575
8576 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8577
8578         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8579         (nnmail-save-active): Use a unibyte buffer when saving active file,
8580         which may contain non-ASCII group names.
8581
8582         * nnml.el (nnml-request-group): Decode group names in messages.
8583
8584 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8585
8586         * message.el (message-citation-line-function)
8587         (message-insert-formatted-citation-line): Fix spelling of
8588         `message-insert-formated-citation-line'.
8589
8590 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8591
8592         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8593
8594 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8595
8596         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8597         nnmail-pathname-coding-system.
8598
8599         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8600         that a user enters; decode group names in messages.
8601
8602         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8603
8604 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8605
8606         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8607
8608         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8609
8610         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8611         risky local variable.
8612
8613         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8614
8615 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8616
8617         * encrypt.el: Improve documentation to fix function name typo.
8618         Reported by Daiki Ueno <ueno@unixuser.org>.
8619
8620 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8621
8622         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8623         even if the point is not in the last page of an article.
8624         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8625         back to the previous page.
8626
8627 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8628
8629         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8630
8631 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8632
8633         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8634
8635 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8636
8637         * message.el (message-check-news-body-syntax):
8638         Avoid mm-string-as-multibyte.
8639         (message-hide-headers): Don't assume (point-min)==1.
8640
8641 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8642
8643         * message.el (message-remove-blank-cited-lines): Fix if remove is
8644         given.
8645         (message-bogus-address-regexp): New variable.
8646         (message-bogus-recipient-p): New function.
8647         (message-check-recipients): New command.
8648         (message-syntax-checks): Add `bogus-recipient'.
8649         (message-fix-before-sending): Add `bogus-recipient'.
8650
8651         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8652         (gnus-treat-body-boundary): Don't test window-system.
8653
8654 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8655
8656         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8657
8658 2007-10-28  Miles Bader  <miles@gnu.org>
8659
8660         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8661         at compile-time too.
8662
8663 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8664
8665         * gnus-msg.el (gnus-message-setup-hook):
8666         Add `message-remove-blank-cited-lines' to options.
8667
8668 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8669
8670         * message.el (message-remove-blank-cited-lines): New function.
8671         Suggested by Karl Plästerer.
8672
8673 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8674
8675         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8676         mapc.
8677
8678         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8679         (top-level): Use mapc to set functions to be traced for debugging.
8680
8681         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8682         called for effect with while loop.
8683
8684         * message.el (message-talkative-question): Replace mapcar called for
8685         effect with mapc.
8686
8687         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8688         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8689         called for effect with dolist.
8690
8691         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8692
8693         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8694         gnus-extra-headers and nnmail-extra-headers.
8695
8696         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8697         called for effect with dolist.
8698         (top-level): Use mapc to set functions to be traced for debugging.
8699
8700         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8701         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8702         dolist.
8703
8704         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8705         Replace mapcar called for effect with mapc.
8706         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8707         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8708         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8709         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8710
8711         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8712         remove-if that's a cl function.
8713
8714         * webmail.el (webmail-debug): Replace mapcar called for effect with
8715         dolist.
8716
8717         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8718         with mapc.
8719
8720 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8721
8722         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8723         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8724         with while loop.
8725
8726         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8727         functions from article-* functions.
8728         (gnus-multi-decode-header): Replace mapcar called for effect with
8729         dolist.
8730
8731         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8732         (gnus-bookmark-show-details): Replace mapcar called for effect with
8733         while loop.
8734
8735         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8736         called for effect with while loop.
8737
8738         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8739         with dolist.
8740
8741         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8742         Replace mapcar called for effect with dolist.
8743
8744         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8745
8746         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8747         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8748         Replace mapcar called for effect with dolist.
8749         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8750         mapc.
8751
8752         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8753         Replace mapcar called for effect with dolist.
8754         (gnus-topic-list): Replace mapcar called for effect with mapc.
8755
8756         * gnus.el: Use mapc instead of mapcar to add autoloads.
8757
8758 2007-10-23  Richard Stallman  <rms@gnu.org>
8759
8760         * gnus-group.el (gnus-group-highlight): Mark as risky.
8761
8762 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8763
8764         * gnus.el (gnus-server-to-method): Return method found first in
8765         gnus-newsrc-alist.
8766
8767         * gnus-art.el (gnus-article-highlight-signature)
8768         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8769         button overlay without the front stickiness.
8770
8771 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8772
8773         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8774         overview buffer needed a catch to receive its throw.
8775         (gnus-agent-flush-cache): Declare as interactive to make this function
8776         easier to use.
8777
8778 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8779
8780         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8781         `next-line'.
8782
8783 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8784
8785         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8786         exclude address matching message-dont-reply-to-names.
8787
8788 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8789
8790         * gnus-util.el (gnus-string<): New function.
8791
8792         * gnus-sum.el (gnus-article-sort-by-author)
8793         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8794
8795 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8796
8797         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8798         the frame-focus tag is set in gnus-buffer-configuration.
8799
8800 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8801
8802         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8803         the front stickiness.
8804
8805 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8806
8807         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8808         url pattern; remove duplicate one.
8809         (gnus-article-extend-url-button): New function.
8810         (gnus-article-add-buttons): Use it.
8811         (gnus-button-push): Use concatenated url that it makes.
8812
8813 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8814
8815         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8816
8817 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8818
8819         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8820         Don't hardcode point-min==1.
8821
8822 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8823
8824         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8825         Fix comment about "iso8859-1".
8826
8827 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8828
8829         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8830         ones returned from the verify-function.
8831
8832         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8833         Call mml2015-extract-cleartext-signature if extraction failed.
8834
8835 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8836
8837         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8838         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8839         failed.
8840
8841 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8842
8843         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8844
8845 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8846
8847         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8848         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8849         recommends to use EasyPG instead of PGG.
8850
8851         * pgg.el: Revert to revision 6.23.2.16.
8852
8853         * pgg-def.el: Revert to revision 6.6.2.14.
8854
8855         * pgg-gpg.el: Revert to revision 6.23.2.34.
8856
8857 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8858
8859         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8860         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8861         thread for both the null and zero (kill/expire thread) universal prefix
8862         cases.
8863         (gnus-summary-expire-thread): Add new function to expire a thread,
8864         using gnus-summary-kill-thread.
8865         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8866         shortcuts for gnus-summary-expire-thread.
8867         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8868         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8869
8870 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8871
8872         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8873         extras value, so an extras entry can be deleted.
8874         (gnus-registry-delete-extra-entry): Use it.
8875         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8876         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8877         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8878         storage through the gnus-registry, and provide an appropriate API for
8879         it.
8880
8881 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8882
8883         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8884         Suggested by Leo <sdl.web@gmail.com>.
8885
8886         * gnus.el: Do.
8887
8888 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8889
8890         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8891         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8892
8893         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8894
8895         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8896         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8897
8898 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8899
8900         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8901         newline.
8902         (nnmbox-request-accept-article): Don't change article in source buffer;
8903         narrow to header to use message-fetch-field rather than
8904         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8905         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8906         as delimiters; make sure article ends with newline.
8907         (nnmbox-delete-mail): Correct last position of article to be deleted;
8908         ignore X-Gnus-Newsgroup header in article body.
8909         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8910         positions; make sure article ends with newline.
8911
8912         * message.el (message-display-abbrev): Don't infloop when a user
8913         inserts SPC in the beginning of header.
8914
8915         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8916         coding-system-for-read and coding-system-for-write for XEmacs having no
8917         file-coding feature.
8918
8919         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8920
8921 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8922
8923         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8924         list of groups not followed by default.  Fix type to be regexp.
8925         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8926
8927 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8928
8929         * hmac-def.el (define-hmac-function): Switch from old-style to
8930         new-style backquotes.
8931
8932         * md4.el (md4-make-step): Likewise.
8933
8934 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8935
8936         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8937         raw-text coding system when saving .newsrc file, which may contain
8938         non-ASCII group names.
8939
8940 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8941
8942         * gnus-cus.el (gnus-score-extra): New widget.
8943         (gnus-score-extra-convert): New function.
8944         (gnus-score-customize): Use it for Extra.
8945
8946 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8947
8948         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8949         (mml2015-mailcrypt-clear-verify): Use it.
8950         (mml2015-gpg-clear-verify): Use it.
8951         (mml2015-pgg-clear-verify): Use it.
8952         (mml2015-epg-clear-verify): Replace the current part with the output
8953         from GnuPG; don't extract the plaintext by itself.
8954
8955         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8956         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8957         mml2015-clear-verify-function; don't touch the armor headers or
8958         dash-escaped text here.
8959
8960 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8961
8962         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8963         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8964         parts, or application/octet-stream as a last resort.
8965         (gnus-mime-view-part-as-type): Don't toggle display.
8966         (gnus-mime-view-part-as-charset): Don't turn off display before
8967         querying charset.
8968
8969         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8970         stuff to undisplayer function in Emacs.
8971         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8972
8973         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8974         text/calendar parts.
8975
8976 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8977
8978         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8979         decoding text/calendar parts.
8980
8981         * message.el (message-forward-make-body-mime): Always mark body as
8982         having no illegible text; remove signed-or-encrypted argument.
8983         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8984
8985         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8986         (mml-generate-mime-1): Don't encode body if it is specified to be in
8987         raw form; don't make buffer be unibyte when inserting multibyte string.
8988
8989 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8990
8991         * sha1.el: Fix up comment style.
8992         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8993         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8994
8995         * hex-util.el: Fix up comment style.
8996         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8997
8998         * gnus-salt.el: Use with-current-buffer.
8999         (gnus-pick-setup-message): Fix long-standing typo.
9000
9001 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9002
9003         * imap.el (imap-logout-timeout): New variable.
9004         (imap-logout, imap-logout-wait): New functions.
9005         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9006
9007         * nnimap.el (nnimap-logout-timeout): New server variable.
9008         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9009         nnimap-logout-timeout.
9010
9011         * gnus-art.el (gnus-article-summary-command-nosave)
9012         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9013
9014 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9015
9016         * gnus.el (gnus-maximum-newsgroup): New variable.
9017
9018         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9019         according to gnus-maximum-newsgroup.
9020
9021         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9022         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9023         Limit the range of articles according to gnus-maximum-newsgroup.
9024
9025 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9026
9027         * gnus-art.el (gnus-sticky-article): Fix problems described in
9028         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9029         Don't perform gnus-configure-windows here; reuse existing sticky
9030         article buffer.
9031
9032         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9033         it doesn't exist in gnus-article-mode.
9034
9035 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9036
9037         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9038         (gnus-agent-decoded-group-name): New function.
9039         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9040         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9041
9042 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9043
9044         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9045         Add binding for gnus-sticky-article.
9046         (gnus-summary-exit): Don't kill sticky article buffers.
9047
9048         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9049         article buffer.
9050         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9051         (gnus-kill-sticky-article-buffers): New commands.
9052
9053 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9054
9055         * nntp.el (nntp-xref-number-is-evil): New server variable.
9056         (nntp-find-group-and-number): If it is non-nil, don't trust article
9057         numbers in the Xref header.
9058
9059 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9060
9061         * gnus-agent.el (gnus-agent-read-group): New function.
9062         (gnus-agent-flush-group, gnus-agent-expire-group)
9063         (gnus-agent-regenerate-group): Use it.
9064         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9065         nnmail-pathname-coding-system.
9066
9067 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9068
9069         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9070
9071         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9072         that are unread as unread, and also as selected so that information of
9073         marks having been changed by a user may be updated when exiting group.
9074
9075 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9076
9077         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9078
9079 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9080
9081         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9082         calculated ignoring signature parts to gnus-treat-article.
9083
9084 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9085
9086         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9087         a point here in order to keep the window start.
9088         (gnus-insert-mime-security-button): Make a button overlay without the
9089         front stickiness.
9090         (gnus-mime-display-security): Goto the end of a button.
9091
9092         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9093
9094 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9095
9096         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9097         group-name-at-point.
9098         (gnus-group-completing-read): New function that offers decoded
9099         non-ASCII group names for completion.
9100         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9101         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9102         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9103         (gnus-group-fetch-control): Use it.
9104         (gnus-fetch-group): Use group-name-at-point for the initial value
9105         rather than the default value; use gnus-alive-p.
9106
9107         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9108         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9109         (gnus-summary-post-news): Use gnus-group-completing-read.
9110
9111         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9112         (gnus-read-move-group-name): Decode group name for completion.
9113
9114 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9115
9116         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9117         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9118         Yamaoka slightly modified the code).
9119
9120 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9121
9122         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9123         (nnmail-split-incoming): Bind it.
9124
9125         * nnml.el (nnml-group-name-charset): New function.
9126         (nnml-decoded-group-name): Use it; don't decode group name if
9127         nnmail-group-names-not-encoded-p is non-nil.
9128         (nnml-encoded-group-name): New function.
9129         (nnml-group-pathname): Inline nnml-decoded-group-name.
9130         (nnml-request-expire-articles): Decode group name in message.
9131         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9132         nnmail-pathname-coding-system.
9133         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9134         not decoded ones according to nnmail-group-names-not-encoded-p.
9135         (nnml-generate-active-info): Use nnml-encoded-group-name.
9136
9137 2007-08-08  Glenn Morris  <rgm@gnu.org>
9138
9139         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9140         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9141         doc-strings and comments.
9142
9143 2007-07-25  Glenn Morris  <rgm@gnu.org>
9144
9145         * Relicense all FSF files to GPLv3 or later.
9146
9147 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9148
9149         * gnus-sum.el (gnus-summary-move-article):
9150         Make gnus-summary-respool-article work.
9151
9152 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9153
9154         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9155         string.
9156
9157 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9158
9159         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9160         that should be ignored when comparing distant RSS articles with local
9161         ones.
9162         (nnrss-make-hash-index): New function.  Create a hash index according
9163         to the ignored fields.
9164         (nnrss-check-group): Use it.
9165
9166 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9167
9168         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9169
9170         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9171
9172         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9173         the new optional argument ENCODED is non-nil.
9174         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9175         coding system for encoding group name.
9176         (gnus-group-make-rss-group): Pass un-encoded group name to
9177         gnus-group-make-group.
9178         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9179         encoded.
9180
9181         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9182         Encode group name to which articles are moved or copied.
9183         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9184         coding system for encoding Newsgroup, Followup-To and Xref headers.
9185
9186         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9187         marks; use nnheader-file-coding-system to write a file.
9188         (nnagent-retrieve-headers): Bind file-name-coding-system to
9189         nnmail-pathname-coding-system.
9190
9191         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9192
9193         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9194         (nnml-request-article, nnml-request-create-group)
9195         (nnml-request-rename-group, nnml-find-id)
9196         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9197         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9198         (nnml-save-marks): Use nnml-group-pathname instead of
9199         nnmail-group-pathname.
9200
9201         (nnml-request-create-group, nnml-request-expire-articles)
9202         (nnml-request-move-article, nnml-request-delete-group)
9203         (nnml-deletable-article-p, nnml-possibly-create-directory)
9204         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9205         (nnml-open-marks): Bind file-name-coding-system to
9206         nnmail-pathname-coding-system.
9207
9208         (nnml-request-article): Pass server argument to nnml-find-group-number.
9209         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9210         Pass server argument to nnml-possibly-create-directory.
9211         (nnml-request-accept-article): Pass server argument to
9212         nnml-active-number and nnml-save-mail.
9213         (nnml-find-group-number): Pass server argument to nnml-find-id.
9214         (nnml-request-update-info): Pass server argument to
9215         nnml-marks-changed-p.
9216
9217         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9218         (nnml-save-mail, nnml-active-number): Add server argument.
9219
9220         (nnml-request-delete-group): Warn if group is missing.
9221         (nnml-get-nov-buffer): Decode group name.
9222         (nnml-generate-active-info): Encode group name.
9223         (nnml-open-marks): Decode group name in messages.
9224
9225 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9226
9227         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9228         if it is not specified.
9229         (gnus-article-pipe-part, gnus-article-save-part)
9230         (gnus-article-interactively-view-part, gnus-article-copy-part)
9231         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9232         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9233         (gnus-article-replace-part, gnus-article-delete-part)
9234         (gnus-article-view-part-as-type): Pass raw prefix argument to
9235         gnus-article-part-wrapper.
9236
9237 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9238
9239         * gnus-agent.el (gnus-agent-save-active):
9240         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9241
9242         * gnus-cache.el (gnus-cache-save-buffers)
9243         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9244         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9245         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9246         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9247         (gnus-cache-generate-active, gnus-cache-rename-group)
9248         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9249         (gnus-cache-update-overview-total-fetched-for):
9250         Bind file-name-coding-system to nnmail-pathname-coding-system.
9251         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9252         New variables.
9253         (gnus-cache-decoded-group-name): New function.
9254         (gnus-cache-file-name): Use it.
9255         (gnus-cache-generate-active): Use non-decoded group name for active.
9256
9257         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9258         right place.
9259         (gnus-write-active-file): Don't break non-ASCII group names.
9260
9261         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9262         nnmail-pathname-coding-system.
9263
9264         * lpath.el: Bind default-file-name-coding-system,
9265         file-name-coding-system and language-info-alist for XEmacs.
9266
9267         * gnus-uu.el (gnus-uu-decode-save): Typo.
9268
9269 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9270
9271         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9272
9273 2007-07-14  David Kastrup  <dak@gnu.org>
9274
9275         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9276         finishing actions if we did not edit the article.
9277
9278 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9279
9280         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9281         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9282         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9283         (gnus-agent-flush-group, gnus-agent-flush-cache)
9284         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9285         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9286         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9287         (gnus-agent-regenerate-group)
9288         (gnus-agent-update-files-total-fetched-for)
9289         (gnus-agent-update-view-total-fetched-for):
9290         Bind file-name-coding-system to nnmail-pathname-coding-system.
9291         (gnus-agent-group-pathname): Don't encode file names by
9292         nnmail-pathname-coding-system.
9293         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9294         coding-system-for-write instead of buffer-file-coding-system to
9295         gnus-agent-file-coding-system.
9296
9297         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9298         Decode group name.
9299
9300         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9301
9302         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9303         (gnus-read-newsrc-el-file): Make group names unibyte.
9304
9305         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9306         nnmail-pathname-coding-system.
9307
9308         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9309         (nnrss-request-delete-group): Bind file-name-coding-system to
9310         nnmail-pathname-coding-system.
9311         (nnrss-read-server-data, nnrss-read-group-data):
9312         Bind file-name-coding-system correctly.
9313         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9314
9315         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9316         (nntp-server-to-method-cache): New variable.
9317         (nntp-group-pathname): New function that decodes non-ASCII group names.
9318         (nntp-possibly-create-directory, nntp-marks-changed-p)
9319         (nntp-save-marks, nntp-open-marks): Use it.
9320         (nntp-possibly-create-directory, nntp-open-marks):
9321         Bind file-name-coding-system to nnmail-pathname-coding-system.
9322         (nntp-open-marks): Decode group names when bootstrapping marks.
9323
9324         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9325         Newsgroups and Folowup-To headers.
9326
9327 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9328
9329         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9330         (gnus-server-closed-face, gnus-server-denied-face)
9331         (gnus-server-offline-face): Remove variable.
9332         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9333
9334         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9335         of modifying message-stack directly for XEmacs.
9336
9337         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9338         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9339         if the coding-system argument is nil for XEmacs.
9340
9341         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9342         mm-charset-override-alist.
9343
9344         * rfc2047.el: Don't require base64; require rfc2045 for the function
9345         rfc2045-encode-string.
9346         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9347         to quote the parameter value.
9348
9349 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9350
9351         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9352         form in gnus-group-name-charset-method-alist.
9353
9354         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9355         overrides the default layout edit-form.
9356
9357         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9358
9359         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9360
9361 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9362
9363         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9364         as unfetched articles.
9365
9366 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9367
9368         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9369
9370 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9371
9372         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9373         original back end that keeps marks in the local system.
9374
9375 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9376
9377         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9378         arg of pop-to-buffer for XEmacs.
9379         (gnus-article-read-summary-keys): Ditto; don't restore window
9380         configuration if summary command ends up with neither article buffer
9381         nor summary buffer; describe bindings if summary keys end with C-h.
9382
9383 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9384
9385         * message.el (message-fix-before-sending): Skip raw message part to be
9386         forwarded while checking illegible text.
9387         (message-forward-make-body-mime, message-forward-make-body):
9388         Mark signed or encrypted raw message as having no illegible text.
9389
9390 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9391
9392         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9393         (gnus-message-with-timestamp-1): New macro.
9394         (gnus-message-with-timestamp): New function.
9395         (gnus-message): Use them.
9396
9397         * nnheader.el (nnheader-message): Use them.
9398
9399 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9400
9401         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9402         .newsrc.eld file.
9403
9404 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9405
9406         * gnus-agent.el (gnus-agent-fetch-headers)
9407         (gnus-agent-retrieve-headers):
9408         Bind gnus-decode-encoded-address-function to identity.
9409
9410         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9411         available also when the server returns simply a dot.
9412
9413         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9414
9415 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9416
9417         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9418
9419 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9420
9421         * gnus-ems.el (gnus-x-splash): Make it work.
9422
9423         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9424         from being used.
9425
9426         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9427
9428 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9429
9430         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9431         4th and the 5th arguments.
9432
9433         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9434         the front stickiness.
9435         (gnus-article-summary-command-nosave): Correct the order of the
9436         arguments passed to pop-to-buffer.
9437         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9438         summary command ends up with the article buffer.
9439
9440         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9441         the same faces.
9442
9443 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9444
9445         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9446
9447 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9448
9449         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9450         * gnus-sum.el (gnus-summary-highlight):
9451         * pgg.el (pgg-sign-region, pgg-sign):
9452         * mail-source.el (mail-source-delete-old-incoming-confirm):
9453         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9454
9455 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9456
9457         * gnus-art.el (gnus-mime-view-part-externally)
9458         (gnus-mime-view-part-internally): Fix predicate function passed to
9459         completing-read.
9460
9461         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9462
9463         * gnus.el (gnus-update-message-archive-method): Add :version.
9464
9465 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9466
9467         * gnus.el (gnus-update-message-archive-method): New variable.
9468
9469         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9470         according to gnus-message-archive-method if
9471         gnus-update-message-archive-method is non-nil.
9472
9473 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9474
9475         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9476         Suggested by Loic Dachary <loic@dachary.org>.
9477         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9478
9479 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9480
9481         * message.el (message-pop-to-buffer): Add switch-function argument.
9482         (message-mail): Pass switch-function argument to it.
9483
9484 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9485
9486         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9487         Improve doc string.
9488
9489 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9490
9491         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9492         (gnus-header-content)
9493         * gnus-cite.el (gnus-cite-10)
9494         * gnus-srvr.el (gnus-server-closed)
9495         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9496         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9497         (gnus-group-mail-3-empty, gnus-group-mail-low)
9498         (gnus-group-mail-low-empty, gnus-splash)
9499         * message.el (message-header-to, message-header-cc)
9500         (message-header-subject, message-header-other, message-header-name)
9501         (message-header-xheader, message-separator, message-cited-text)
9502         (message-mml): Lighten colors of faces used for dark background.
9503
9504 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9505
9506         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9507         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9508
9509 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9510
9511         * message.el (message-narrow-to-headers-or-head):
9512         Ignore mail-header-separator in the body.
9513
9514 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9515
9516         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9517         same as window size.
9518
9519 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9520
9521         * message.el (message-font-lock-keywords): Use message-header-xheader
9522         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9523         ahead of the anything pattern, to get it recognised.
9524
9525 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9526
9527         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9528         spam.el loads uses it in the compiled defadvice form.
9529
9530 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9531
9532         * gnus-sum.el (gnus-articles-to-read)
9533         (gnus-summary-insert-old-articles): Don't truncate group name for
9534         `read-string'.
9535
9536         * gnus-util.el (gnus-limit-string): Delete this function.
9537
9538         * gnus-sum.el (gnus-simplify-subject-fully):
9539         Use `truncate-string-to-width' instead.
9540
9541 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9542
9543         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9544         Tell if, on summary exit, the next group has to be selected.
9545         (gnus-summary-exit): Use it.
9546
9547 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9548
9549         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9550         non-break space.
9551
9552 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9553
9554         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9555         Check if group is not a directory.
9556         (nnfolder-request-expire-articles): Don't delete articles if the target
9557         group is not available.
9558
9559         * nnml.el (nnml-request-create-group): Properly check if group is not a
9560         file.
9561         (nnml-request-expire-articles): Don't delete articles if the target
9562         group is not available.
9563
9564         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9565         Don't quote characters that are within parentheses.
9566
9567 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9568
9569         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9570         (gnus-handle-ephemeral-exit): Select article according to it.
9571
9572 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9573
9574         * message.el (message-insert-formated-citation-line): Remove newline.
9575         (message-citation-line-format): Add final \n here so that the user can
9576         avoid a blank line.
9577
9578 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9579
9580         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9581         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9582         Update lanl/arXiv support.
9583
9584 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9585
9586         * gnus.el: Bump version number.
9587
9588 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9589
9590         * gnus.el (gnus-version-number): Bump version.
9591
9592 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9593
9594         * gnus.el: No Gnus v0.6 is released.
9595
9596 2007-04-27  Didier Verna  <didier@xemacs.org>
9597
9598         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9599         * gmm-utils.el (gmm-regexp-concat): ... here.
9600         * message.el: Don't require 'gnus-util.
9601         (message-dont-reply-to-names): Handle name change above.
9602         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9603
9604 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9605
9606         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9607         since the initial value varies according to the system.
9608
9609 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9610
9611         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9612
9613 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9614
9615         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9616
9617 2007-04-24  Didier Verna  <didier@xemacs.org>
9618
9619         Improve the type of gnus-ignored-from-addresses.
9620         * gnus-util.el (gnus-orify-regexp): New function.
9621         * message.el (gnus-util): Require it.
9622         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9623         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9624         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9625
9626 2007-04-24  Didier Verna  <didier@xemacs.org>
9627
9628         * gnus-sum.el:
9629         * gnus-utils.el: Fix some trailing whitespaces.
9630
9631 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9632
9633         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9634         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9635         article's Message-ID; refer parent article in summary buffer.
9636
9637         * message.el (message-bounce): Call mime-to-mml.
9638
9639         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9640         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9641         optimize and/or forms properly.
9642
9643 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9644
9645         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9646         URL.
9647
9648 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9649
9650         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9651
9652 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9653
9654         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9655         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9656         displayed of multipart/alternative part if it is invoked from summary
9657         buffer.
9658
9659         * mm-view.el (mm-inline-text-html-render-with-w3m)
9660         (mm-inline-text-html-render-with-w3m-standalone)
9661         (mm-inline-render-with-function): Use mail-parse-charset by default.
9662
9663 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9664
9665         * parse-time.el (parse-time-string-chars): Check if CHAR
9666         is less than the length of parse-time-syntax.
9667
9668 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9669
9670         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9671         from gnus-newsgroup-processable.
9672
9673 2007-04-16  Didier Verna  <didier@xemacs.org>
9674
9675         * gnus-msg.el (gnus-configure-posting-styles):
9676         Handle message-signature-directory properly with :file syntax.
9677         Reported by "Leo".
9678
9679 2007-04-11  Didier Verna  <didier@xemacs.org>
9680
9681         New user option: message-signature-directory.
9682         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9683         * message.el (message-insert-signature): Ditto.
9684         * message.el (message-signature-file): Doc update.
9685         * message.el (message-signature-directory): New.
9686
9687 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9688
9689         * gnus-msg.el (gnus-inews-yank-articles):
9690         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9691
9692 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9693
9694         * message.el (message-yank-original): Make sure cited text ends with
9695         newline; don't exchange point and mark.
9696
9697 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9698
9699         * tls.el (open-tls-stream): Properly handle case where there
9700         is no associated buffer.
9701
9702 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9703
9704         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9705         message-yank-original, make sure (< mark TEXT point).
9706
9707 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9708
9709         * message.el (message-fill-column): New variable.
9710         (message-mode): Use it.  Add comment on a possible new hook.
9711
9712         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9713         (nnmail-get-new-mail): Reformat.
9714
9715         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9716
9717         * gmm-utils.el: Fix Commentary.
9718         (gmm-tool-bar-from-list): Fix typo in doc string.
9719
9720 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9721
9722         * message.el (message-yank-original): Don't switch point and mark
9723         unnecessarily to put point and mark as documented.
9724
9725 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9726
9727         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9728         from the message heads.
9729
9730 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9731
9732         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9733         article buffer does not have a window.  This may not be the best
9734         solution but is certainly better than setting the start of the null,
9735         that is the current, window.
9736
9737 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9738
9739         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9740         (gnus-draft-setup): Run it.
9741
9742         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9743         gnus-score-fast-scoring.  Allow regexp.
9744         (gnus-score-headers): Use it.
9745
9746         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9747         XEmacs.
9748
9749         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9750         string.
9751         (gnus-button-alist): Also catch `<f1> k ...'.
9752         (gnus-treat-display-x-face): Fix doc string.
9753
9754 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9755
9756         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9757         evaluation of gnus-extended-version to ensure correct generation of the
9758         User-Agent header when message-generate-headers-first is used.
9759
9760 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9761
9762         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9763         hashcash-path is nil.  Don't call callback with incorrect number of
9764         parameters if val is 0.
9765
9766 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9767
9768         * message.el (message-required-news-headers):
9769         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9770
9771 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9772
9773         * tls.el (open-tls-stream): In handshake-waiting loop,
9774         don't wait more if there is output available to process.
9775
9776 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9777
9778         * tls.el (tls-program): Doc fix.
9779
9780 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9781
9782         * message.el (message-generate-new-buffers): Change the meaning of the
9783         nil value; add `standard' to the choices; treat t as `unique'; improve
9784         doc string.
9785         (gnus-select-frame-set-input-focus): Autoload.
9786         (message-buffer-name): Search for the existing message buffer if
9787         message-generate-new-buffers is nil or `standard'; treat the value t of
9788         message-generate-new-buffers as `unique'.
9789         (message-pop-to-buffer): Raise the frame already displaying the message
9790         buffer; clear the echo area after querying.
9791         (message-setup): Pass the `continue' argument to compose-mail.
9792         (message-mail): Prefer `switch-function' if it is given; search for the
9793         existing message buffer if the `continue' argument is non-nil; pass
9794         continue and switch-function arguments to compose-mail by way of
9795         message-setup.
9796         (message-mail-other-window): Adjust argument of message-setup.
9797         (message-mail-other-frame): Ditto.
9798
9799 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9800
9801         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9802         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9803         to turn font-lock on when turning gnus-message-citation-mode on.
9804
9805 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9806
9807         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9808         (mml-smime-function-alist): New variable; add epg as the backend.
9809         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9810         mml-smime- functions instead.
9811         * mm-view.el: Require smime.
9812
9813 2007-03-05  Didier Verna  <didier@xemacs.org>
9814
9815         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9816         instead of just inheritance for posting styles.
9817         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9818
9819 2007-02-24  Chris Moore  <dooglus@gmail.com>
9820
9821         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9822         * pgg-pgp.el (pgg-pgp-encrypt-region):
9823         * pgg-gpg.el (pgg-gpg-encrypt-region):
9824         Check pgg-encrypt-for-me if no other recipients.
9825
9826 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9827
9828         * tls.el (tls-certtool-program): Fix custom type.
9829
9830 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9831
9832         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9833         and point-at-eol instead of line-(beginning|end)-position.
9834
9835         * assistant.el (assistant-parse-buffer): Ditto.
9836
9837         * netrc.el (netrc-parse-services): Ditto.
9838
9839 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9840
9841         * mml2015.el (mml2015-epg-find-usable-key): New function.
9842         (mml2015-epg-sign): Use it.
9843         (mml2015-epg-encrypt): Use it.
9844
9845 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9846
9847         * message.el (message-make-in-reply-to): Quote name containing
9848         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9849         if there are special characters.  Reported by NAKAJI Hiroyuki
9850         <nakaji@jp.freebsd.org>.
9851
9852 2007-02-27  Didier Verna  <didier@xemacs.org>
9853
9854         Include the group parameters as well as the topic ones in the
9855         inheritance filter process.
9856         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9857         argument GROUP-PARAMS-LIST.
9858         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9859
9860 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9861
9862         * nntp.el (nntp-never-echoes-commands)
9863         (nntp-open-connection-functions-never-echo-commands): New variables.
9864         (nntp-send-command): Use them.
9865
9866 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9867
9868         * mml2015.el (mml2015-epg-verify): Simplify.
9869
9870 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9871
9872         * mml.el (mml-content-disposition-alist): New user option.
9873         (mml-content-disposition): New function.
9874         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9875         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9876
9877 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9878
9879         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9880         verification.
9881
9882 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9883
9884         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9885         articles posted in the last 24 hours.
9886
9887 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9888
9889         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9890
9891 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9892
9893         * nntp.el (nntp-send-command): Don't wait for echoes when
9894         nntp-open-ssl-stream is used.
9895
9896 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9897
9898         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9899         (gnus-message-add-citation-keywords)
9900         (gnus-message-remove-citation-keywords): Remove.
9901         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9902         directly, make the variables in font-lock-defaults buffer-local, add
9903         gnus-message-citation-keywords to them and then update the value of
9904         font-lock-keywords.
9905
9906 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9907
9908         * message.el (message-cite-original-1): Don't call
9909         gnus-article-highlight-citation.
9910
9911         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9912         citations; fix line count.
9913
9914 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9915
9916         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9917         (gnus-message-add-citation-keywords)
9918         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9919         versions of font-lock-add-keywords and font-lock-remove-keywords to
9920         work with XEmacs correctly.
9921
9922 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9923
9924         * gnus-cite.el (gnus-cite-face-list): Set the values of
9925         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9926         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9927         (gnus-message-cite-prefix-regexp): New variable.
9928         (gnus-message-search-citation-line): Use it; protect against long
9929         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9930         the 0th match data for Emacs.
9931         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9932         (gnus-message-add-citation-keywords): Append keywords rather than
9933         prepending; emulate font-lock-add-keywords if it is not available.
9934         (gnus-message-remove-citation-keywords):
9935         Emulate font-lock-remove-keywords if it is not available.
9936
9937         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9938
9939         * message.el (message-cite-prefix-regexp): Set the value of
9940         gnus-message-cite-prefix-regexp.
9941
9942 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9943
9944         * nnweb.el (nnweb-google-parse-1): Update parser.
9945
9946 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9947
9948         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9949
9950 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9951
9952         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9953         regexp.
9954
9955 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9956
9957         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9958         string-to-multibyte.
9959         (uudecode-decode-region-internal): Use it.
9960
9961         * lpath.el: Fbind string-as-multibyte for XEmacs.
9962
9963 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9964
9965         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9966         Fix custom choice.
9967
9968         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9969
9970 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9971
9972         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9973
9974         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9975         `write-region' to respect `mm-inhibit-file-name-handlers'.
9976
9977 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9978
9979         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9980         Use gnus-home-directory instead of "~/" or "$HOME".
9981
9982 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9983
9984         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9985         to mention filename.
9986         Add comments at beginning regarding usage.
9987         (encrypt-write-file-contents): Change interactive so a string is
9988         acceptable.  If the file has no associated model, show an error instead
9989         of a nonsense prompt.
9990
9991 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9992
9993         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9994         Thanks to Yoshihiko Yamada for kind notification of this typo.
9995
9996 2007-01-12  Kenichi Handa  <handa@m17n.org>
9997
9998         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9999         multibyte buffer.
10000
10001 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10002
10003         * gnus-score.el (gnus-score-fast-scoring): New variable.
10004         (gnus-score-headers): Use it.
10005
10006         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10007
10008         * message.el (message-cite-original-1):
10009         Call gnus-article-highlight-citation if requested.
10010         (message-make-from): Allow name and address as optional arguments.
10011
10012         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10013
10014         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10015         bugs to doc string.
10016         (gnus-button-alist): Add mid\\|message-id.
10017         (gnus-button-fetch-group): Extend for use in
10018         `browse-url-browser-function'.
10019         (gnus-button-url-regexp): Try to catch paired parentheses like in
10020         Wikipedia URLs.
10021
10022         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10023         Suggested by Simon Krahnke <overlord@gmx.li>.
10024
10025 2007-01-13  Romain Francoise  <romain@orebokech.com>
10026
10027         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10028         Update copyright.
10029
10030 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10031
10032         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10033
10034 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10035
10036         * gnus-registry.el (gnus-registry-unfollowed-groups)
10037         (gnus-registry-split-fancy-with-parent): Fix documentation.
10038
10039 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10040
10041         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10042         from nnweb groups.
10043
10044 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10045
10046         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10047         Xref urls.  Erase buffer before requesting head.
10048
10049         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10050
10051 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10052
10053         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10054         customizable.
10055
10056 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10057
10058         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10059         no signing key is found.
10060         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10061         no encrypting and/or signing key is found.
10062
10063 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10064
10065         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10066
10067 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10068
10069         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10070         headers read from disk with the ones newly found in the current search.
10071         This should no longer cause problems, because the article numbers in
10072         Gmane's `nov.php' output are ignored since the previous change.
10073
10074 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10075
10076         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10077
10078 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10079
10080         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10081         replace-regexp-in-string; bind url-version; fbind display-images-p and
10082         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10083         find-face and set-itimer-function for Emacs; bind itimer-list for
10084         Emacs.
10085
10086         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10087
10088 2007-01-01  Romain Francoise  <romain@orebokech.com>
10089
10090         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10091
10092 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10093
10094         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10095         `define-minor-mode' macro definition expanded properly.
10096         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10097         exclude it there.
10098
10099         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10100         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10101         `fboundp' test.
10102         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10103         This is OK to autoload in (S)XEmacs now.
10104
10105 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10106
10107         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10108         keystroke.
10109         (gnus-summary-limit-to-singletons): Fix typo.
10110
10111         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10112         else fails.
10113
10114 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10115
10116         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10117         docstring.
10118
10119         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10120         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10121         (gnus-summary-insert-dormant-articles): Fix typo in message.
10122
10123 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10124
10125         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10126         nil for XEmacs.
10127         (gnus-message-citation-mode): Don't autoload in XEmacs.
10128
10129         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10130
10131 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10132
10133         * nnimap.el (nnimap-expunge-search-string):
10134         Mention nnimap-search-uids-not-since-is-evil in docstring.
10135
10136 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10137
10138         * spam.el: Revert to make-obsolete-variable because
10139         define-obsolete-variable-alias is not supported in Emacs 21.
10140
10141         * spam.el (spam-ifile-path, spam-ifile-database-path)
10142         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10143         make-obsolete-variable.
10144         (spam-bsfilter-path, spam-bsfilter-program)
10145         (spam-spamassassin-path, spam-spamassassin-program)
10146         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10147         Don't use "path" inappropriately.
10148         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10149         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10150         variable names.
10151
10152 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10153
10154         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10155         summary buffer.
10156
10157         * password.el (password-cache-remove): Use clear-string to burn
10158         password, if available.
10159
10160 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10161
10162         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10163
10164         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10165
10166         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10167         (gnus-message-highlight-citation): Move defcustom here from
10168         gnus-cite.el.
10169         (gnus-message-citation-mode): Autoload.
10170
10171         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10172         checks to make it compile with XEmacs.
10173         (gnus-message-citation-mode): New minor mode.
10174         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10175         (gnus-message-highlight-citation): New variables.
10176         (gnus-message-search-citation-line)
10177         (gnus-message-add-citation-keywords)
10178         (gnus-message-remove-citation-keywords)
10179         (turn-on-gnus-message-citation-mode)
10180         (turn-off-gnus-message-citation-mode): New functions.
10181
10182 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10183
10184         * gnus-cite.el: Enable highlighting of different citation levels in
10185         message-mode.
10186
10187 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10188
10189         * message.el (message-make-fqdn): Fix comment.
10190         (message-bogus-system-names): Add ".local".
10191
10192         * spam.el (spam-ifile-path, spam-ifile-program)
10193         (spam-ifile-database-path, spam-ifile-database)
10194         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10195         Don't use "path" inappropriately.
10196         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10197         strings.
10198         (spam-check-ifile, spam-ifile-register-with-ifile)
10199         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10200         Use new variable names.
10201
10202         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10203         (gnus-treat-display-smileys): Simplify using
10204         gnus-image-type-available-p.
10205
10206         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10207         available.
10208
10209         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10210         Use `display-images-p' if available.
10211
10212 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10213
10214         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10215         one after turning on the buffer's multibyteness instead of decoding
10216         them directly in the unibyte buffer that causes unexpected conversion
10217         in Emacs 23 (unicode).
10218
10219 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10220
10221         * message.el (message-generate-hashcash): Fix custom type.
10222
10223 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10224
10225         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10226
10227 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10228
10229         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10230         disconnect icons.  Add help text.
10231
10232 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10233
10234         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10235         negated to be consistent with the others we handle.
10236
10237 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10238
10239         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10240         version of gnus-summary-buffer to something, so that we can use two
10241         article buffers at the same time.
10242
10243 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10244
10245         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10246         trigger all the extra headers.
10247         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10248         sorting.
10249
10250 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10251
10252         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10253         solid groups.
10254
10255 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10256
10257         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10258
10259 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10260
10261         * legacy-gnus-agent.el: Add Copyright notice.
10262
10263 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10264
10265         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10266
10267 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10268
10269         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10270
10271         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10272         to make it work reliably in CVS Emacs.
10273         (gnus-summary-limit-strange-charsets-predicate)
10274         (gnus-summary-limit-to-predicate): New functions.
10275
10276 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10277
10278         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10279         specifying array size.
10280         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10281         array if it is too small.
10282         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10283         (gnus-sort-threads-loop): New function.
10284
10285 2006-12-06  Chris Moore  <dooglus@gmail.com>
10286
10287         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10288         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10289
10290 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10291
10292         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10293         options.
10294
10295 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10296
10297         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10298         DOS-ing the recipient.
10299
10300         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10301         the headers when creating the mapping to avoid mismappings.
10302         (nnweb-gmane-create-mapping): Always nix out old mapping.
10303
10304 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10305
10306         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10307         and mm-verify-option to never.
10308
10309 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10310
10311         * message.el (message-signed-or-encrypted-p): New function.
10312         (message-forward-make-body): Use it.
10313
10314         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10315         Replace encode-coding-string with mm-encode-coding-string.
10316
10317 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10318
10319         * nneething.el (nneething-decode-file-name):
10320         Replace decode-coding-string with mm-decode-coding-string.
10321
10322         * gnus-int.el (gnus-open-server): Say failed server's name.
10323
10324 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10325
10326         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10327         strings to a single string.  Quote `errors-file-name'.
10328         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10329         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10330         Adjust calls.  Use `shell-quote-argument'.
10331
10332 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10333
10334         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10335         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10336
10337         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10338         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10339         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10340         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10341         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10342         (gnus-subscribe-newsgroup, gnus-1):
10343         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10344         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10345         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10346         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10347
10348 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10349
10350         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10351         keystroke.
10352         (gnus-summary-limit-to-bodies): Implement headersp.
10353
10354 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10355
10356         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10357
10358 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10359
10360         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10361
10362 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10363
10364         * message.el (message-generate-hashcash): Expand range of values to
10365         include `opportunistic'.
10366         (message-send-mail): Use it.
10367
10368 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10369
10370         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10371         and comment it.
10372
10373         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10374
10375 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10376
10377         * gnus-util.el (gnus-extract-address-components): Improve comment.
10378
10379 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10380
10381         * gnus-util.el (gnus-extract-address-components): Work with address in
10382         which the name portion contains @.
10383
10384         * lpath.el: Fbind custom-autoload.
10385
10386 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10387
10388         * gnus.el (gnus-start): Move custom group up.
10389         (gnus-select-method): Don't autoload, but make it available for
10390         `customize-variable'.
10391         (gnus-getenv-nntpserver): Don't autoload.
10392
10393 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10394
10395         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10396
10397 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10398
10399         * message.el (message-sendmail-extra-arguments): New variable.
10400         (message-send-mail-with-sendmail): Use it.
10401
10402 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10403
10404         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10405         mm-with-unibyte-current-buffer to make string unibyte.
10406
10407         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10408         mm-string-as-multibyte.
10409
10410 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10411
10412         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10413         Reported by Werner Koch <wk@gnupg.org>.
10414
10415 2006-11-14  Daiki Ueno  <ueno@p360>
10416
10417         * mml2015.el: Autoload epa-select-keys when compiling.
10418
10419 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10420
10421         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10422         message-options.
10423         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10424
10425 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10426
10427         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10428         EasyPG (< 0.0.6).
10429         (mml2015-always-trust): New user option.
10430         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10431         prompt.
10432
10433 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10434
10435         * nntp.el (nntp-authinfo-force): New variable.
10436         (nntp-send-authinfo): Use it.
10437
10438 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10439
10440         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10441         decode encoded words.  Improve prompt.  Add comment about forwarding.
10442         (message-replacement-char): Move up.
10443
10444 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10445
10446         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10447         instead of gnus-intersection because arguments of gnus-sorted-nunion
10448         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10449
10450 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10451
10452         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10453         (message-simplify-subject-functions):
10454         Enable message-strip-subject-encoded-words by default.
10455
10456 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10457
10458         * message.el (message-strip-subject-encoded-words): New function.
10459         (message-simplify-subject-functions): New variable.
10460         (message-simplify-subject): Use it.  Fix typo in doc string.
10461         Support message-strip-subject-encoded-words.
10462
10463 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10464
10465         * gnus-diary.el (gnus-diary-delay-format-function):
10466         * nndiary.el (nndiary-reminders):
10467         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10468
10469 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10470
10471         * gnus-art.el (article-hide-boring-headers): Fetch date from
10472         gnus-original-article-buffer to avoid problems with localized date
10473         strings.
10474
10475 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10476
10477         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10478
10479 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10480
10481         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10482         New variables.
10483         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10484         (mm-charset-synonym-alist): Move some entries to
10485         mm-codepage-iso-8859-list.
10486         (mm-charset-synonym-alist, mm-charset-override-alist):
10487         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10488
10489 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10490
10491         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10492
10493 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10494
10495         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10496         with Emacs 21 and XEmacs.
10497
10498 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10499
10500         * spam.el (spam-parse-address): New function for better parsing,
10501         catching errors, etc.
10502         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10503
10504 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10505
10506         * mm-view.el: Add interactive arg to html2text autoload.
10507
10508 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10509
10510         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10511
10512 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10513
10514         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10515         New variables.
10516         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10517         (mm-charset-synonym-alist): Move some entries to
10518         mm-codepage-iso-8859-list.
10519
10520         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10521
10522 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10523
10524         * message.el (message-citation-line-format)
10525         (message-insert-formated-citation-line): Fix implementation of %E, %N
10526         and %n according to the doc string.
10527
10528 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10529
10530         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10531         Use car-safe to avoid bad parses.
10532
10533 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10534
10535         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10536         names.
10537
10538         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10539
10540 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10541
10542         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10543         header.
10544
10545         * message.el (message-draft-headers): Add Date.
10546         (message-headers-to-generate): Fix typo in docstring.
10547
10548         * nndraft.el (nndraft-required-headers): New variable.
10549         (nndraft-generate-headers): Use it.
10550
10551         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10552
10553 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10554
10555         * gnus-registry.el (gnus-registry-wash-for-keywords)
10556         (gnus-registry-find-keywords): New functions to allow easy searching of
10557         articles that are in the registry.
10558
10559 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10560
10561         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10562         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10563         Reported by Damien Elmes <damien@repose.cx>.
10564
10565 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10566
10567         * gnus.el (gnus-mime): Remove unused custom group.
10568
10569 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10570
10571         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10572         "blank line" when searching for end of armor headers.
10573
10574 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10575
10576         * gmm-utils.el (gmm-write-region): Fix variable name.
10577
10578 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10579
10580         * gmm-utils.el (gmm-write-region): New function based on compatibility
10581         code from `mm-make-temp-file'.
10582
10583         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10584
10585         * nnmaildir.el (nnmaildir--update-nov)
10586         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10587         Use `gmm-write-region'.
10588
10589 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10590
10591         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10592         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10593
10594         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10595
10596         * message.el (message-replacement-char): New variable.
10597         (message-fix-before-sending): Use it.
10598         (message-simplify-subject): New function to remove duplicate code.
10599         (message-reply, message-followup): Use it.
10600
10601         * gnus-sum.el (gnus-summary-make-menu-bar):
10602         Clarify gnus-summary-limit-to-articles.
10603
10604 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10605
10606         * gnus-util.el (gnus-with-local-quit): New macro.
10607
10608         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10609
10610 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10611
10612         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10613         ignore non-string data.
10614
10615 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10616
10617         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10618         non-string data (needs to be done in the registry too).
10619
10620 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10621
10622         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10623         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10624         (gnus-registry-split-fancy-with-parent)
10625         (gnus-registry-fetch-simplified-message-subject-fast)
10626         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10627         Remove text properties on ingress into the registry and when it's saved.
10628         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10629         registry from entries with no groups.
10630
10631 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10632
10633         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10634         function to remove string properties.
10635
10636 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10637
10638         * gmm-utils.el (gmm): Adjust custom version.
10639
10640         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10641         Adjust custom version.
10642
10643         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10644
10645 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10646
10647         * gnus-art.el (gnus-insert-prev-page-button)
10648         (gnus-insert-next-page-button): Simplify.  Reformat.
10649
10650 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10651
10652         * gnus-art.el (gnus-insert-prev-page-button)
10653         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10654
10655 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10656
10657         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10658
10659 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10660
10661         * gnus-art.el (gnus-insert-mime-button)
10662         (gnus-insert-mime-security-button):
10663         Apply gnus-article-button-face to MIME and security buttons.
10664
10665 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10666
10667         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10668         readable.
10669
10670 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10671
10672         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10673
10674 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10675
10676         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10677         `browse-url-of-file' instead of `browse-url'.
10678
10679 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10680
10681         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10682         regexp.  Articles containing quotation were cut prematurely.
10683
10684 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10685
10686         * message.el (message-cite-original-1): Use nobody by default for the
10687         value of From header.
10688         (message-reply): Ditto.
10689
10690 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10691
10692         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10693         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10694         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10695
10696 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10697
10698         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10699         mails in the doc string.  Add some URLs in comment.
10700         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10701
10702 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10703
10704         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10705         backslashes handling and the way to find boundaries of quoted strings.
10706
10707 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10708
10709         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10710         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10711         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10712         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10713
10714 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10715
10716         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10717         doc string.
10718         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10719
10720 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10721
10722         * lpath.el: Fbind epg-check-configuration.
10723
10724 2006-09-06  Simon Josefsson  <jas@extundo.com>
10725
10726         * mml2015.el (mml2015-use): Doc fix, mention epg.
10727
10728 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10729
10730         * mml2015.el (mml2015-use): Default to epg, if available.
10731
10732 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10733
10734         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10735         message-sender.
10736         (mml1991-epg-encrypt): Ditto.
10737         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10738         message-sender.
10739         (mml2015-epg-encrypt): Ditto.
10740
10741 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10742
10743         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10744         several common directories.
10745
10746 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10747
10748         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10749         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10750
10751 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10752
10753         * gnus-art.el (article-decode-encoded-words): Make it fast.
10754
10755 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10756
10757         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10758
10759         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10760         in quoted string into `\'.
10761
10762 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10763
10764         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10765         Use standard-syntax-table.
10766
10767 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10768
10769         * gnus-art.el (gnus-decode-address-function): New variable.
10770         (article-decode-encoded-words): Use it to decode headers which are
10771         assumed to contain addresses.
10772         (gnus-mime-delete-part): Remove useless `or'.
10773
10774         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10775         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10776         (gnus-nov-parse-line): Use it to decode From header.
10777         (gnus-get-newsgroup-headers): Ditto.
10778         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10779
10780         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10781         (mail-decode-encoded-address-string): New alias.
10782
10783         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10784         New function.
10785         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10786         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10787         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10788         (rfc2047-decode-string): Ditto.
10789         (rfc2047-decode-address-region): New function.
10790         (rfc2047-decode-address-string): New function.
10791
10792 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10793
10794         * message.el (message-caesar-buffer-body): Allow rotating headers.
10795
10796         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10797
10798         * message.el (message-insert-formated-citation-line): Fix %f.
10799         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10800
10801 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10802
10803         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10804         (gnus-bookmark-mouse-available-p): New macro.
10805         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10806         (gnus-bookmark-bmenu-show-infos): Use it.
10807         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10808         (gnus-bookmark-bmenu-hide-infos): Ditto.
10809         (gnus-bookmark-remove-properties): New function.
10810         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10811         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10812         (gnus-bookmark-write-file): Bind coding-system-for-write.
10813         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10814         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10815         group before selecting it.
10816         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10817         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10818         quit-window if it is not available; use gnus-mouse-2 and bind it to
10819         gnus-bookmark-bmenu-select-by-mouse.
10820         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10821         (gnus-bookmark-bmenu-select-by-mouse): New function.
10822
10823 2006-08-13  Romain Francoise  <romain@orebokech.com>
10824
10825         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10826         space.
10827
10828 2006-08-10  Romain Francoise  <romain@orebokech.com>
10829
10830         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10831         (dns-mode-soa-auto-increment-serial): New user option.
10832         (dns-mode-soa-maybe-increment-serial): New function.
10833         (dns-mode): Add the latter to `write-contents-functions'.
10834
10835 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10836
10837         * compface.el (uncompface): Use binary rather than raw-text-unix.
10838
10839 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10840
10841         * compface.el (uncompface): Make sure the eol conversion doesn't take
10842         place when communicating with the external programs.
10843         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10844
10845 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10846
10847         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10848
10849 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10850
10851         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10852         Make it more robust by parsing author and date independently.
10853
10854 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10855
10856         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10857
10858 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10859
10860         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10861         first matching secret key.
10862         (mml2015-epg-encrypt): Ditto.
10863
10864         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10865         first matching secret key.
10866         (mml1991-epg-encrypt): Ditto.
10867
10868         * mml2015.el (mml2015-encrypt-to-self): New user option.
10869         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10870         mml2015-epg-encrypt-to-self is set.
10871
10872         * mml1991.el (mml1991-encrypt-to-self): New variable.
10873         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10874         mml1991-epg-encrypt-to-self is set.
10875
10876         * mml2015.el (mml2015-signers): New user option.
10877         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10878         (mml2015-epg-encrypt): Allow to select signing keys.
10879
10880         * mml1991.el (mml1991-signers): New variable.
10881         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10882         (mml1991-epg-encrypt): Allow to select signing keys.
10883
10884 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10885
10886         * nnheader.el (nnheader-insert-head): Make it work even if the file
10887         uses CRLF for the line-break code.
10888
10889 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10890
10891         * mml2015.el: Require mml-sec instead of password.
10892         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10893         (mml2015-cache-passphrase): Inherit the default value from
10894         mml-secure-cache-passphrase.
10895         (mml2015-passphrase-cache-expiry): Inherit the default value from
10896         mml-secure-passphrase-cache-expiry.
10897
10898         * mml1991.el: Require mml-sec instead of password.
10899         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10900         (mml1991-cache-passphrase): Inherit the default value from
10901         mml-secure-cache-passphrase.
10902         (mml1991-passphrase-cache-expiry): Inherit the default value from
10903         mml-secure-passphrase-cache-expiry.
10904
10905         * mml-sec.el: Require password.
10906         (mml-secure-verbose): New user option.
10907         (mml-secure-cache-passphrase): New user option.
10908         (mml-secure-passphrase-cache-expiry): New user option.
10909
10910 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10911
10912         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10913         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10914         andreas@altroot.de (Andreas Vögele).
10915
10916         FIXME: Use `tiny change'?
10917
10918 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10919
10920         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10921         workaround for the url package included with Emacs.
10922
10923         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10924
10925 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10926
10927         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10928         correctly.  This fixes a bug caused by the 2006-05-12 change.
10929
10930 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10931
10932         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10933         some information about the error when saying that the `bogus' mail
10934         group will be used.
10935
10936 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10937
10938         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10939         string.
10940
10941 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10942
10943         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10944
10945 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10946
10947         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10948
10949 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10950
10951         * mml1991.el (mml1991-function-alist): Add epg.
10952         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10953         (mml1991-epg-encrypt): New functions.
10954
10955 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10956
10957         * mml2015.el (mml2015-verbose): New variable.
10958         (mml2015-cache-passphrase): Ditto.
10959         (mml2015-passphrase-cache-expiry): Ditto.
10960         (mml2015-function-alist): Add epg.
10961         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10962         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10963         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10964         New functions.
10965
10966 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10967
10968         * message.el (message-cite-original-1): Preserve region when removing
10969         quoted text due to X-No-Archive in order to avoid bogus attribution
10970         when citing multiple messages.
10971
10972 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10973
10974         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10975         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10976
10977 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10978
10979         * gnus-diary.el (gnus-user-format-function-d)
10980         (gnus-user-format-function-D): Autoload.
10981
10982         * imap.el (Commentary): Fix typo.
10983
10984         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10985         2006-04-22 contribution.
10986
10987 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10988
10989         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10990         It didn't really fix the bogosity I'm seeing with solid web groups.
10991
10992 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10993
10994         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10995         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10996         created using server names.  If we use the feature without declaring
10997         it, Gnus does not properly manage server and group state.
10998
10999         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11000         bound.
11001
11002 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11003
11004         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11005         looking up the method using GROUP's prefix before inventing a new one.
11006         It is used on killed/unknown groups in various places where returning
11007         an all-new method isn't expected by the caller.
11008
11009         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11010         and match semantics of gnus-group-real-prefix.
11011
11012 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11013
11014         * nnmail.el (nnmail-broken-references-mailers): New variable.
11015         (nnmail-ignore-broken-references): New function generalizing
11016         nnmail-fix-eudora-headers.
11017         (nnmail-fix-eudora-headers): Now obsolete.
11018
11019         * gnus-art.el (gnus-button-handle-custom):
11020         Support `customize-apropos*'.
11021
11022 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11023
11024         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11025
11026         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11027         articles.
11028
11029 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11030
11031         * message.el (message-cite-reply-above): New variable.
11032         (message-yank-original): Use it.
11033
11034 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11035
11036         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11037
11038 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11039
11040         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11041         as read.
11042
11043         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11044
11045 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11046
11047         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11048         (gnus-bookmark-default-file): Use gnus-directory.
11049         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11050         Remove "*" in doc string.
11051         (gnus-bookmark-write-file): Simplify.
11052         (gnus-bookmark-maybe-sort-alist): Use `when'.
11053         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11054         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11055         Add FIXME about Emacs 21 and XEmacs compatibility.
11056         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11057         compatibility.
11058         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11059         compatibility.
11060         (gnus-bookmark-menu-heading): Fix version.
11061
11062 2006-06-19  Bastien Guerry  <bzg@altern.org>
11063
11064         * gnus-bookmark.el: New file.
11065
11066 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11067
11068         * message.el (message-syntax-checks): Doc fix.
11069
11070 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11071
11072         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11073         unsubscribed groups as if they were killed ones.  It causes duplicate
11074         entries in gnus-newsrc-alist.
11075
11076 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11077
11078         * message.el (message-syntax-checks): Doc fix.
11079         (message-send-mail): Add check for continuation headers.
11080         (message-check-news-header-syntax): Fix regexp used to check for
11081         continuation headers.
11082
11083 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11084
11085         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11086
11087 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11088
11089         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11090
11091 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11092
11093         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11094         default-truncate-lines.
11095
11096 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11097
11098         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11099         to fill the utf-8 entry.
11100
11101         * lpath.el: Fbind unicode-precedence-list.
11102
11103 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11104
11105         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11106
11107 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11108
11109         * gnus-agent.el (directory-files-and-attributes): Move all the way
11110         forward (the third and final move).
11111         (gnus-agent-read-agentview): Trap reconstruction errors due to
11112         nonexistent directory.  Handle by returning nil.
11113
11114 2006-05-30  Didier Verna  <didier@xemacs.org>
11115
11116         * message.el (message-dont-reply-to-names): Update the custom type.
11117         * message.el (message-dont-reply-to-names): New defsubst: potentially
11118         convert a list of regexps into a single one.
11119         * message.el (message-get-reply-headers): Use it.
11120         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11121
11122 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11123
11124         * gnus-agent.el (directory-files-and-attributes): Move forward.
11125
11126 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11127
11128         * gnus-ml.el (gnus-mailing-list-subscribe)
11129         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11130         (gnus-mailing-list-message): Fix doc strings.
11131
11132 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11133
11134         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11135         of doing it manually.
11136
11137 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11138
11139         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11140         comment.
11141
11142 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11143
11144         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11145         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11146         (gnus-agent-read-local): All symbols allocated in my-obarray.
11147         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11148         (gnus-agent-regenerate-group): Check numeric names to see if they are
11149         messages or groups.
11150         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11151         better way of do this...)
11152
11153         * gnus-cache.el (gnus-agent-total-fetched-for):
11154         Ignore 'dummy.group' (there should be a better way of do this...)
11155
11156 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11157
11158         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11159         (gnus-saved-headers): Ditto.
11160         (gnus-default-article-saver): Mention functions may have properties.
11161         (gnus-article-save): Override gnus-save-all-headers and
11162         gnus-saved-headers by :headers property which saver function may have.
11163         (gnus-summary-save-in-file): Add :headers property.
11164         (gnus-summary-write-to-file): Ditto.
11165
11166         * gnus-sum.el (gnus-summary-save-article): Bind
11167         gnus-prompt-before-saving to t when saving many articles in a file;
11168         always show all headers.
11169
11170         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11171
11172 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11173
11174         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11175         marks.
11176
11177         * message.el (message-indent-citation): Add optional arguments to allow
11178         using it outside of message buffers.
11179
11180         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11181         (gnus-article-treat-unfold-headers): Use it.
11182         (gnus-article-truncate-lines): New variable.
11183         (gnus-article-mode): Use it.
11184         (gnus-article-toggle-truncate-lines): New function.
11185
11186         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11187         Add gnus-article-toggle-truncate-lines.
11188
11189         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11190         coding system in XEmacs, use binary.
11191
11192 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11193
11194         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11195         after-load-alist.
11196
11197         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11198         this function should save decoded articles.
11199         (gnus-summary-write-to-file): Use property to specify this function
11200         should save decoded articles and specify gnus-summary-save-in-file
11201         should be used to save articles other than the first one when saving
11202         many articles.
11203         (gnus-summary-save-body-in-file): Use property to specify this
11204         function should save decoded articles.
11205         (gnus-summary-write-body-to-file): Use property to specify this
11206         function should save decoded articles and specify
11207         gnus-summary-save-body-in-file should be used to save articles other
11208         than the first one when saving many articles.
11209
11210         * gnus-sum.el (gnus-summary-save-article): Simplify.
11211
11212 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11213
11214         * gnus-art.el (gnus-default-article-saver):
11215         Add gnus-summary-write-body-to-file.
11216         (gnus-article-save-coding-system): Don't use coding system object
11217         in XEmacs.
11218         (gnus-read-save-file-name): Add optional `dir-var' argument which
11219         specifies directory in which files are saved; work even if optional
11220         `variable' argument is not specified.
11221         (gnus-summary-write-to-file): Read file name.
11222         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11223         (gnus-summary-write-body-to-file): New function.
11224
11225         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11226         (gnus-summary-local-variables): Add it.
11227         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11228         (gnus-summary-save-article): Remove optional `decode' argument;
11229         determine whether to decode articles by the value of
11230         gnus-default-article-saver; when saving many files using
11231         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11232         it first and use gnus-summary-save-in-file or
11233         gnus-summary-save-body-in-file thereafter unless
11234         gnus-prompt-before-saving is always; move point to article which
11235         will be saved.
11236         (gnus-summary-save-article-file): Revert.
11237         (gnus-summary-write-article-file): Revert.
11238         (gnus-summary-save-article-body-file): Revert.
11239         (gnus-summary-write-article-body-file): New function.
11240
11241 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11242
11243         * gnus-art.el (gnus-default-article-saver): Doc fix.
11244         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11245         from gnus-summary-save-article-coding-system, and default to a
11246         certain coding system.
11247         (gnus-output-to-file): Add coding cookie and encode text according
11248         to gnus-article-save-coding-system; don't use mm-append-to-file.
11249
11250         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11251         gnus-art.el and rename to gnus-article-save-coding-system.
11252         (gnus-summary-save-article): Require gnus-art; don't show all
11253         headers if it decodes articles; don't add coding cookie here;
11254         don't bind mm-text-coding-system-for-write.
11255         (gnus-summary-save-article-file): Save decoded articles.
11256         (gnus-summary-write-article-file): When saving many files, use
11257         gnus-summary-write-to-file first and gnus-summary-save-in-file
11258         thereafter unless gnus-prompt-before-saving is always.
11259         (gnus-summary-save-article-body-file): Save decoded articles.
11260
11261         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11262
11263 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11264
11265         * nnrss.el (nnrss-check-group): Bind hash-index.
11266
11267 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11268
11269         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11270         its hash index.  Store this hash in `nnrss-group-data'.
11271         (nnrss-read-group-data): Update accordingly.
11272
11273 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11274
11275         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11276         entry.
11277
11278         * gnus-sum.el (gnus-summary-make-menu-bar):
11279         Add gnus-article-browse-html-article.
11280
11281 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11282
11283         * gnus-sum.el (gnus-summary-mime-map):
11284         Add gnus-article-browse-html-article.
11285
11286         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11287
11288 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11289
11290         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11291         suitable coding systems in customize.
11292
11293 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11294
11295         * mail-source.el (mail-sources): Fix custom type.
11296
11297 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11298
11299         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11300         (gnus-summary-expire-articles-now): Shorten prompt.
11301
11302         * gmm-utils.el (wid-edit): Require.
11303         (defun-gmm): Rename from `gmm-defun-compat'.
11304         (gmm-image-search-load-path): Use it.
11305         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11306
11307 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11308
11309         * gnus-sum.el (gnus-summary-save-article-coding-system):
11310         New variable.
11311         (gnus-summary-save-article): Add optional `decode' argument.
11312         If it is set and gnus-summary-save-article-coding-system is non-nil,
11313         save decoded article.
11314         (gnus-summary-write-article-file): Save decoded article if
11315         gnus-summary-save-article-coding-system is non-nil.
11316
11317         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11318         type.
11319
11320 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11321
11322         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11323
11324 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11325
11326         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11327         first to test gnus-single-article-buffer which may be buffer-local.
11328
11329         * gnus-sum.el (gnus-summary-setup-buffer):
11330         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11331         group; make gnus-article-buffer, gnus-article-current, and
11332         gnus-original-article-buffer always buffer-local.
11333         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11334         group.
11335         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11336
11337 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11338
11339         * nnml.el (nnml-request-compact-group): Compressed files might not
11340         have .gz extension.
11341
11342 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11343
11344         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11345         (mm-copy-to-buffer): Use with-current-buffer.
11346         (mm-display-part): Simplify.
11347         (mm-inlinable-p): Add optional arg `type'.
11348
11349 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11350
11351         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11352         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11353         Try harder to show the attachment internally or externally using
11354         gnus-mime-view-part-as-type.
11355
11356 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11357
11358         * message.el (message-from-style, message-signature-separator)
11359         (message-user-organization-file, message-send-mail-function)
11360         (message-citation-line-function, message-yank-prefix)
11361         (message-indent-citation-function, message-signature)
11362         (message-signature-file, message-signature-insert-empty-line):
11363         Remove autoloads.
11364
11365         * gnus-art.el (gnus-buttonized-mime-types):
11366         Remove "multipart/signed".  Revert 2006-04-26 change.
11367
11368 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11369
11370         * gnus.el (gnus-version-number): Bump version.
11371
11372 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11373
11374         * gnus.el: No Gnus v0.5 is released.
11375
11376 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11377
11378         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11379         fetching articles by message-id.
11380
11381 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11382
11383         * message.el (hashcash): Require hashcash as normal.
11384
11385         * ecomplete.el (ecomplete-highlight-match-line):
11386         Use point-at-eol.
11387         (ecomplete-highlight-match-line): Use `highlight', because that
11388         face exists in both Emacs and XEmacs.
11389
11390         * message.el (message-display-abbrev): Use point-at-bol.
11391
11392         * mail-source.el: Don't require timer/timer-funcs.
11393
11394         * gnus-async.el: Ditto.
11395
11396         * password.el: Ditto.
11397
11398         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11399
11400         * mm-url.el: Ditto.
11401
11402         * gnus-xmas.el: Don't require timer-funcs.
11403
11404         * mm-util.el: Require timer/timer-funcs.
11405
11406 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11407
11408         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11409         Close.
11410
11411 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11412
11413         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11414         unibyte after clear-decrypt function runs.
11415
11416         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11417         returns as a unibyte string.
11418
11419 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11420
11421         * lpath.el: Revert.
11422
11423         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11424         (pgg-gpg-process-sentinel): Revert.
11425
11426         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11427         (pgg-pgp-lookup-key): Revert.
11428
11429         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11430         (pgg-pgp5-lookup-key): Revert.
11431
11432         * pgg.el (pgg-fetch-key): Revert.
11433
11434 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11435
11436         * lpath.el: Fbind string-as-multibyte for XEmacs.
11437
11438         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11439         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11440         (mml1991-pgg-encrypt): Ditto.
11441
11442         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11443         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11444         a multibyte buffer.
11445
11446         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11447         (pgg-pgp-lookup-key): Ditto.
11448
11449         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11450         (pgg-pgp5-lookup-key): Ditto.
11451
11452         * pgg.el (pgg-fetch-key): Ditto.
11453
11454 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11455
11456         * message.el (message-user-organization-file): Check several
11457         locations of the organization file.
11458
11459         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11460         Add gnus-article-view-part-as-type.
11461
11462         * gnus-art.el (gnus-article-view-part-as-type): New function.
11463
11464         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11465         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11466
11467         * mml.el: Simplify autoload.
11468         (mml-mode): defvar dnd-protocol-alist instead of using
11469         symbol-value.
11470         (mml-default-directory): New variable.
11471         (mml-minibuffer-read-file): Use it.
11472         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11473
11474         * message.el (message-citation-line-format): New variable.
11475         (message-insert-formated-citation-line): New function.
11476         (message-citation-line-function):
11477         Add `message-insert-formated-citation-line' to custom type.
11478
11479         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11480         to doc string.
11481
11482         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11483         depending on mm-verify-option.
11484
11485 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11486
11487         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11488         binding pgg-* variables; reimplement the section which prevents
11489         MIME header from being signed.
11490         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11491         pgg-text-mode; remove a blank line at the top of body.
11492
11493         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11494         lines at the top of body; use gnus-newsgroup-charset if there's no
11495         Charset header.
11496
11497 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11498
11499         * message.el (message-self-insert-commands): Doc fix.
11500
11501         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11502         (mm-uu-pgp-encrypted-test): Ditto.
11503         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11504         between header and body; return application/pgp-encrypted handle
11505         if decryption failed; decode decrypted body by charset.
11506
11507         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11508         element match to application/pgp-*.
11509
11510 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11511
11512         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11513         HTML.
11514
11515 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11516
11517         * mail-source.el (mail-source-call-script): Message the error
11518         string.
11519
11520 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11521
11522         * gnus-util.el (gnus-byte-compile): Use it.
11523
11524 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11525
11526         * gnus-util.el (kill-empty-logs): New function.
11527
11528 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11529
11530         * message.el (message-mail-alias-type): Doc fix.
11531         (message-mail-alias-type-p): New function.
11532         (message-send): Use it.
11533         (message-mode): Ditto.
11534         (message-strip-forbidden-properties): Ditto.
11535
11536         * ecomplete.el (ecomplete-database-file-coding-system):
11537         New variable.
11538         (ecomplete-save): Use it.
11539         (ecomplete-setup): Use it.
11540
11541 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11542
11543         * message.el (message-self-insert-commands): New variable.
11544         (message-strip-forbidden-properties): Use it.
11545
11546 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11547
11548         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11549         that doesn't make XEmacs choke.
11550
11551 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11552
11553         * gnus-util.el (gnus-replace-in-string):
11554         Prefer replace-regexp-in-string over of replace-in-string.
11555
11556 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11557
11558         * gnus-util.el (gnus-select-frame-set-input-focus):
11559         Use select-frame-set-input-focus if it is available in XEmacs; use
11560         definition defined in Emacs 22 for old Emacsen.
11561
11562         * dgnushack.el: Autoload unmorse-region for XEmacs.
11563
11564         * lpath.el: Bind cursor-in-non-selected-windows and
11565         select-frame-set-input-focus for XEmacs.
11566
11567 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11568
11569         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11570
11571 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11572
11573         * gnus-registry.el (gnus-registry-cache-save): Remove text
11574         properties when saving via the temp buffer.
11575
11576 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11577
11578         * message.el (message-generate-hashcash): Honor custom type.
11579
11580 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11581
11582         * message.el (message-generate-hashcash): Default to non-nil when
11583         hashcash is found.
11584
11585         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11586         (gnus-refer-thread-limit): Increase default to 500.
11587
11588         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11589
11590         * flow-fill.el (fill-flowed): Allow delete-space.
11591
11592 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11593
11594         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11595         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11596         Remove autoloads.
11597
11598 2006-04-18  Simon Josefsson  <jas@extundo.com>
11599
11600         * message.el (message-generate-hashcash): Default to.
11601
11602 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11603
11604         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11605         concatenating segments rather than before concatenating them.
11606
11607 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11608
11609         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11610
11611 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11612
11613         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11614
11615         * message.el (message-forward-make-body-plain):
11616         Allow message-forward-ignored-headers to be a list.
11617         (message-remove-ignored-headers): Factor out into function.
11618         (message-forward-make-body-mml): Use it.
11619
11620         * imap.el (imap-quote-specials): New function.
11621         (imap-login-auth): Quote specials.
11622
11623         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11624         (rfc2231-parse-string): Allow concatanation of parameters that
11625         aren't contiguous.  The test case is
11626           (mail-header-parse-content-type "message/external-body;
11627             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11628             access-type=LOCAL-FILE;
11629             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11630
11631 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11632
11633         * nntp.el (nntp-accept-process-output): Return the value of
11634         `nnheader-accept-process-output'.
11635
11636 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11637
11638         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11639         (gnus-button-alist): Recognize more diff formats.
11640         (gnus-button-patch): Strip directory.
11641
11642 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11643
11644         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11645         Emacs 22 when setting focus.
11646
11647 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11648
11649         * gnus-art.el (gnus-article-treat-types): Do treatment of
11650         text/x-verbatim parts.
11651         (gnus-button-patch): New command.
11652
11653         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11654         addresses that contain invalid characters.
11655
11656 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11657
11658         * message.el (message-put-addresses-in-ecomplete):
11659         Use gnus-replace-in-string.
11660         (message-is-yours-p): Use the more correct
11661         mail-header-parse-address instead of
11662         mail-extract-address-components.
11663         (message-put-addresses-in-ecomplete): Fix typo.
11664
11665         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11666         keystroke.
11667
11668         * gnus-art.el (gnus-treatment-function-alist): Change order of
11669         newsgroups/generic header folding to avoid double-folding.
11670
11671         * message.el (message-hidden-headers): Add X-Draft-From.
11672
11673         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11674         New command.
11675         (gnus-summary-repeat-search-article-backward): New command.
11676
11677         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11678         groups in the parent topic.
11679
11680 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11681
11682         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11683         (spam-extra-header-to-number): Return the CRM114 number as a
11684         number instead of a string.
11685
11686 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11687
11688         * gnus-art.el (gnus-face-properties-alist): Move here from
11689         gnus-fun.
11690
11691         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11692
11693 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11694
11695         * message.el (message-strip-forbidden-properties): Only display on
11696         self-insert-command.
11697
11698         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11699         reindent.
11700         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11701
11702 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11703
11704         * smiley.el (smiley-style): Fix typo.
11705
11706 2006-03-23  Kenichi Handa  <handa@m17n.org>
11707
11708         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11709         instead of set-buffer-multibyte.
11710
11711 2006-03-23  Kenichi Handa  <handa@m17n.org>
11712
11713         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11714         buffer and then decode the buffer text if necessary.
11715         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11716         first, and after mm-encode-body, change the buffer to unibyte.
11717
11718 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11719
11720         * hashcash.el (hashcash-insert-payment-async-2):
11721         Use message-goto-eoh instead of doing it manually.
11722         (mail-add-payment): Use message-narrow-to-header instead of trying
11723         to do the same itself.
11724
11725         * message.el (message-hidden-headers): Add Face.
11726
11727         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11728         reparenting code.
11729         (gnus-summary-reparent-children): Refactored out code.
11730         (gnus-summary-thread-map): New keystroke.
11731         (gnus-summary-reparent-children): Make into command.
11732
11733         * smiley.el (smiley-style): Default to `medium' if using a large
11734         font.
11735
11736         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11737         does it itself.
11738
11739         * message.el (message-point-in-header-p): Simplify definition.
11740
11741 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11742
11743         * nnagent.el (nnagent-request-set-mark): Silence log file
11744         writing.
11745         (nnagent-request-set-mark): Use write-region instead of
11746         append-to-file.
11747
11748         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11749         strange select method.
11750
11751         * ecomplete.el (ecomplete-display-matches): Get highlightling
11752         right.
11753         (ecomplete-display-matches): Use literals.
11754         (ecomplete-display-matches): Disable message logging.
11755
11756         * message.el (message-display-abbrev): Small optimization.
11757
11758         * ecomplete.el (ecomplete-display-matches): Allow automatic
11759         display.
11760
11761         * message.el (message-strip-forbidden-properties):
11762         Display abbrevs.
11763         (message-display-abbrev): Get automatic display right.
11764
11765         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11766         keystrokes.
11767
11768 2006-04-13  Romain Francoise  <romain@orebokech.com>
11769
11770         TODO: Backport to v5-10!
11771
11772         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11773         Move here (and rename) from gnus-registry.el.
11774
11775         * gnus-registry.el: Require gnus-util.
11776         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11777
11778 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11779
11780         * gnus-group.el (gnus-group-catchup-current):
11781         Change if-then-else-if-then-else into cond.
11782         (gnus-group-catchup): Indent.
11783         (group-name-at-point): New function.
11784         (gnus-fetch-group): Provide default from thing at point.
11785
11786 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11787
11788         * message.el (message-display-abbrev): Fix regexp.
11789
11790         * ecomplete.el (ecomplete-highlight-match-line):
11791         Reimplement choosing.
11792         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11793         dead variables.
11794
11795         * message.el (message-newline-and-indent): Remove debugging.
11796         (message-display-abbrev): Use new implementation.
11797
11798 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11799
11800         * gnus-art.el (gnus-article-mode):
11801         Set cursor-in-non-selected-windows to nil.
11802
11803         * smiley.el: Revert previous change.
11804         (smiley-data-directory): defvar it before using it in the
11805         defcustom of `smiley-style'.
11806
11807 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11808
11809         * message.el (message-newline-and-indent): New function.
11810
11811         * ecomplete.el: Implement more bits.
11812
11813         * message.el (message-put-addresses-in-ecomplete): Clean up the
11814         string.
11815
11816         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11817
11818         * gnus-sum.el (gnus-summary-save-parts):
11819         Bind gnus-summary-save-parts-counter and use it to make unique file
11820         names.
11821
11822         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11823
11824         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11825         parameter to say whether to actually parse the individual
11826         addresses.
11827
11828         * message.el (message-put-addresses-in-ecomplete): New function.
11829         (ecomplete): Require.
11830         (message-mail-alias-type): Add ecomplete as an option.
11831
11832 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11833
11834         * flow-fill.el (fill-flowed): Remove trailing space from blank
11835         quoted lines.
11836
11837 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11838
11839         * smiley.el (smiley-style): Move definition later to avoid a
11840         compilation warning.
11841
11842 2006-04-12  Kenichi Handa  <handa@m17n.org>
11843
11844         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11845         buffer and then decode the buffer text if necessary.
11846         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11847         first, and after mm-encode-body, change the buffer to unibyte.
11848         Use mm-disable-multibyte instead of set-buffer-multibyte.
11849
11850 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11851
11852         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11853         Content-Type header instead of Content-Disposition header.
11854         (gnus-mime-inline-part): Ditto.
11855         (gnus-mime-view-part-as-charset): Ignore charset that the part
11856         specifies.
11857
11858         * mm-decode.el (mm-display-part): Work with external parts and
11859         usual parts similarly.
11860
11861         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11862         instead of gnus-display-mime.
11863
11864         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11865         instead of with-temp-buffer.
11866
11867         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11868         tag to summarized topics part in order to encode non-ASCII text.
11869
11870 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11871
11872         * smiley.el (smiley-style): New variable.
11873         (smiley-directory): New function.
11874         (smiley-data-directory): Derive from `smiley-style' using
11875         `smiley-directory'.
11876         (smiley-regexp-alist): Add new entries.
11877
11878         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11879         (gnus-article-browse-delete-temp): Add :version.
11880
11881 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11882
11883         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11884         the sieve region.
11885
11886 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11887
11888         * gnus.el (gnus-version-number): Bump version.
11889
11890 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11891
11892         * gnus.el: No Gnus v0.4 is released.
11893
11894 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11895
11896         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11897         layout.
11898
11899         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11900         unknown charset.
11901
11902         * message.el (message-header-synonyms): Add Original-To to the
11903         default.
11904
11905         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11906         optional parameter.
11907
11908 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11909
11910         * gnus-fun.el (gnus): Require it for gnus-directory.
11911
11912 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11913
11914         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11915
11916 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11917
11918         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11919
11920 2006-04-05  Simon Josefsson  <jas@extundo.com>
11921
11922         * password.el (password-reset): New function.
11923
11924 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11925
11926         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11927         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11928
11929 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11930
11931         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11932         Some whitespace was matched into the url, which broke browsing hits
11933         > 100 when mm-url-use-external was nil.
11934
11935 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11936
11937         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11938         Check gnus-extra-headers for 'Newsgroups.
11939
11940         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11941         bound.
11942
11943 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11944
11945         * pgg-gpg.el: Clean up process buffers every time gpg processes
11946         complete.
11947
11948 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11949
11950         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11951         doc string.
11952
11953 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11954
11955         * pgg-gpg.el (pgg-gpg-process-filter)
11956         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11957
11958         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11959         lines, temporary fix.
11960
11961 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11962
11963         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11964
11965 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11966
11967         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11968         default-enable-multibyte-characters.  This reverts the change from
11969         revision 6.17 which is no longer necessary because the passphrase
11970         is sent separately now.  GnuPG messages are unreadable under
11971         multibyte locales with default-enable-multibyte-characters set to
11972         nil.
11973
11974 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11975
11976         * message.el (message-tool-bar-gnome): Move "spell".
11977
11978 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11979
11980         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11981         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11982         instead.
11983
11984 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11985
11986         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11987         Improve newsgroups handling for NNTP overviews which don't include
11988         Newsgroups.
11989
11990 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11991
11992         * message.el (message-resend): Bind message-generate-hashcash to nil.
11993
11994 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11995
11996         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11997         when searching for already-paid recipients.
11998
11999 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12000
12001         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12002         passphrases when it is not needed.
12003         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12004         passphrase stuff from gpg, should only be necessary when you use
12005         gpg with a smartcard.
12006
12007 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12008
12009         * mml.el (mml-insert-mime): Ignore cached contents of
12010         message/external-body part.
12011
12012         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12013         (mm-insert-part): Ditto.
12014
12015 2006-03-23  Simon Josefsson  <jas@extundo.com>
12016
12017         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12018         Reiner.
12019         (pgg-gpg-use-agent-p): Use it again.
12020
12021 2006-03-23  Simon Josefsson  <jas@extundo.com>
12022
12023         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12024         older emacsen.
12025         (pgg-gpg-use-agent-p): Don't use it.
12026
12027 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12028
12029         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12030         if we can.
12031
12032 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12033
12034         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12035         (pgg-gpg-update-agent): New function.
12036         (pgg-gpg-use-agent-p): New function.
12037         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12038         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12039         (pgg-gpg-sign-region): Use it.
12040
12041 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12042
12043         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12044         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12045
12046 2006-03-21  Simon Josefsson  <jas@extundo.com>
12047
12048         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12049         <wilde@sha-bang.de>.
12050         (pgg-gpg-use-agent): New variable.
12051         (pgg-gpg-process-region): Use it.
12052         (pgg-gpg-encrypt-region): Likewise.
12053         (pgg-gpg-encrypt-symmetric-region): Likewise.
12054         (pgg-gpg-decrypt-region): Likewise.
12055         (pgg-gpg-sign-region): Likewise.
12056         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12057
12058 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12059
12060         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12061
12062         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12063         Add comment on version.
12064
12065 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12066
12067         * smiley.el: Add missing test smiley.
12068
12069 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12070
12071         * mm-decode.el (mm-with-part): New macro.
12072         (mm-get-part): Use it; work with message/external-body as well.
12073         (mm-save-part): Treat name and filename equally.
12074
12075         * mm-extern.el (mm-extern-cache-contents): New function.
12076         (mm-inline-external-body): Use it; force the part to be displayed;
12077         move undisplayer added to the cached handle to the parent.
12078
12079         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12080         (gnus-mime-view-part-as-type): Work with message/external-body.
12081
12082         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12083
12084 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12085
12086         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12087         images in image-load-path.  [Sync with image.el, revision 1.60, in
12088         Emacs.]
12089
12090 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12091
12092         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12093         path rather than symbol.  Always return list of directories.
12094         Guarantee that image directory comes first.  [Sync with image.el,
12095         revision 1.59, in Emacs.]
12096
12097         * message.el (message-make-tool-bar): Adjust to new API of
12098         `gmm-image-load-path-for-library'.
12099
12100         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12101
12102         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12103
12104 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12105
12106         * gnus-art.el (gnus-article-only-boring-p):
12107         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12108         intangible text.
12109         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12110
12111 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12112
12113         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12114         Use `defun' instead of `gmm-defun-compat'.
12115
12116 2006-03-14  Simon Josefsson  <jas@extundo.com>
12117
12118         * message.el (message-unique-id): Don't use message-number-base36
12119         if (user-uid) is a float.
12120         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12121
12122 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12123
12124         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12125
12126         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12127         empty line between a part and a message part.
12128
12129 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12130
12131         * smiley.el: Add more test smileys.
12132         (smiley-data-directory, smiley-regexp-alist)
12133         (gnus-smiley-file-types): Fix doc strings.
12134         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12135         adding new elements.
12136         (smiley-mouse-map): Unused code.  Make it a comment.
12137
12138 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12139
12140         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12141         scan latest NoCeM messages instead of old ones.
12142         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12143         delimiters that are recently used.
12144         (gnus-nocem-load-cache): Add autoload cookie.
12145
12146         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12147
12148         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12149         level which is larger than gnus-use-nocem is specified.
12150
12151         * gnus-group.el (gnus-group-get-new-news): Ditto.
12152
12153 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12154
12155         * gnus-util.el (gnus-tool-bar-update): New function.
12156
12157         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12158         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12159
12160         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12161
12162         * gnus-group.el (gnus-group-redraw-when-idle)
12163         (gnus-group-redraw-check): Remove.
12164         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12165
12166 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12167
12168         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12169         if optional last element is specified in splits (FIELD VALUE...).
12170
12171 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12172
12173         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12174         to gmm-image-load-path-for-library.  Call with no-error argument.
12175         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12176
12177         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12178
12179         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12180
12181         * gmm-utils.el (gmm-image-load-path): Remove alias.
12182
12183 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12184
12185         * gmm-utils.el (gmm-image-load-path): Add alias.
12186
12187         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12188         nnml-generate-nov-databases-1.
12189         (nnml-generate-nov-databases): Use it.
12190         (nnml-generate-nov-databases-directory): Document no-active
12191         argument.
12192
12193         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12194         directory if path is t.  Add no-error.
12195
12196         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12197         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12198
12199         * gnus-art.el (gnus-article-browse-delete-temp-files):
12200         Simplify resetting gnus-article-browse-html-temp-list.
12201
12202         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12203         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12204         Add example to docstring.  Rename local variables.  Move error
12205         checks to default case in cond and simplify.
12206
12207 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12208
12209         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12210         handle is multipart when calling it recursively.
12211         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12212
12213 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12214
12215         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12216         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12217
12218 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12219
12220         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12221         is loaded.
12222
12223         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12224         loaded.
12225
12226 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12227
12228         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12229         to "Emacs 23 (unicode)" in doc string.
12230
12231         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12232         "Emacs 23 (unicode)" in comment.
12233
12234 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12235
12236         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12237
12238         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12239         characters 160 through 255 in Emacs 23.
12240
12241 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12242
12243         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12244         gnus-article-browse-html-temp.
12245         (gnus-article-browse-delete-temp): Make it customizable.
12246         Add `file'.  Adjust doc string.
12247         (gnus-article-browse-delete-temp-files): Add argument.
12248         Allow query for each file.  Adjust doc string.
12249         (gnus-article-browse-html-parts):
12250         Add `gnus-article-browse-delete-temp-files' to
12251         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12252
12253 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12254
12255         * gnus-art.el (gnus-article-browse-html-temp)
12256         (gnus-article-browse-delete-temp): New variables.
12257         (gnus-article-browse-delete-temp-files): New function.
12258         (gnus-article-browse-html-parts): Use it.
12259
12260 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12261
12262         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12263
12264         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12265         string.
12266
12267         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12268         gnus-summary-insert-new-articles when unplugged.
12269         Remove gnus-summary-search-article-forward.
12270
12271         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12272         display-visual-class instead of display-color-cells.
12273
12274 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12275
12276         * dgnushack.el: Autoload customize-group for XEmacs.
12277
12278         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12279         message/* containing non-ASCII text properly.
12280
12281 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12282
12283         * message.el: Require gmm-utils, remove autoloads.
12284         (message-tool-bar): Set default based on
12285         gmm-tool-bar-style.
12286         (message-tool-bar-gnome): Add gmm-customize-mode.
12287
12288         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12289         gmm-tool-bar-style.
12290         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12291
12292         * gnus-group.el (gnus-group-tool-bar): Set default based on
12293         gmm-tool-bar-style.
12294         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12295
12296         * gmm-utils.el (gmm-image-directory): Rename variable from
12297         gmm-image-load-path.
12298         (gmm-image-load-path): Use gmm-image-directory.
12299         (gmm-customize-mode): New function.
12300         (gmm-tool-bar-style): New variable.
12301
12302         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12303         gnus-group-redraw-line-number.
12304         (gnus-group-redraw-check): Simplify.
12305         (gnus-group-tool-bar-update): Remove redraw check.
12306         (gnus-group-make-tool-bar): Add redraw check.
12307
12308 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12309
12310         * gnus-art.el (gnus-button): Add missing parentheses.
12311
12312 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12313
12314         * lpath.el: Fbind line-number-at-pos.
12315
12316 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12317
12318         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12319
12320 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12321
12322         * gnus-art.el (gnus-button): New face.
12323         (gnus-article-button-face): Use it.
12324
12325         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12326         Add gnus-summary-next-page.  Re-order.
12327
12328         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12329         next-node are now included.
12330         (gnus-group-redraw-line-number): New internal variable.
12331         (gnus-group-redraw-check): Helper function for updating the tool
12332         bar.
12333         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12334
12335         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12336
12337         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12338         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12339         Use it to match format of Spamassassin 3.0 and later.
12340         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12341         (spam-check-bogofilter)
12342         (spam-bogofilter-register-with-bogofilter): Fix args of
12343         `gnus-error' calls.
12344
12345 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12346
12347         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12348         unnecessary interaction when sending queued mails.
12349         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12350
12351 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12352
12353         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12354         first or last are nil.
12355
12356 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12357
12358         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12359
12360 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12361
12362         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12363
12364 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12365
12366         * dns.el (query-dns): Protect more against buggy tcp output.
12367
12368 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12369
12370         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12371         nov.php.
12372
12373 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12374
12375         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12376         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12377         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12378         output on the server side.
12379         (nnweb-google-create-mapping): Update regexps and add some
12380         progress indication.
12381
12382 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12383
12384         * gnus-group.el (gnus-group-tool-bar-gnome):
12385         Fix gnus-agent-toggle-plugged.  Re-order icons.
12386         (gnus-group-tool-bar-gnome):
12387         Add gnus-group-{prev,next}-unread-group.
12388         (gnus-group-tool-bar-gnome): Re-order icons.
12389
12390         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12391         Move gnus-summary-insert-new-articles.
12392
12393         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12394         Fix comments.
12395
12396         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12397         also available in Emacs 21.3.
12398
12399         * message.el (message-fix-before-sending): Change "Emacs 22" to
12400         "Emacs 23 (unicode)" in comment.
12401
12402         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12403         "Emacs 23 (unicode)" in comment.
12404
12405         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12406         comment.
12407         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12408
12409         * mm-view.el (mm-fill-flowed): Add :version.
12410
12411 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12412
12413         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12414         and load-path.
12415
12416 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12417
12418         * message.el: Autoload gmm-image-load-path.
12419         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12420         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12421         consitency.
12422
12423         * gmm-utils.el (gmm-image-load-path): Also search in
12424         "../etc/images".  Don't set gmm-image-load-path if we don't find
12425         the image.
12426
12427 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12428
12429         * gmm-utils.el (gmm-image-load-path): Don't make
12430         `gmm-image-load-path' include subdirectories which the second arg
12431         `image' might specify.
12432
12433         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12434         subdirectory to icon file names.
12435
12436         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12437
12438 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12439
12440         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12441         gmm-image-load-path calls.
12442
12443         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12444
12445         * message.el (message-make-tool-bar): Ditto.
12446
12447         * mml.el (mml-preview): Add comment concerning tool bar icons.
12448
12449         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12450         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12451
12452         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12453         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12454
12455         * message.el (message-tool-bar-gnome): Use new icon names.
12456         (message-make-tool-bar): Use `gmm-image-load-path'.
12457
12458         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12459         New functions from MH-E.
12460         (gmm-image-load-path): New variable from MH-E.
12461         (gmm-image-load-path): New function from MH-E.  Add arguments
12462         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12463         *-image-load-path-called-flag.
12464
12465 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12466
12467         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12468
12469 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12470
12471         * nnimap.el (nnimap-request-move-article): Change folder back to
12472         source group before deleting.
12473
12474 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12475
12476         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12477
12478         * gnus-art.el (mm-url-insert-file-contents-external):
12479         Autoload mm-url.
12480
12481         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12482
12483 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12484
12485         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12486         coding system which mm-charset-to-coding-system returns for a
12487         given charset is valid.
12488
12489 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12490
12491         * html2text.el (html2text-remove-tag-list):
12492         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12493
12494 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12495
12496         * gnus-cus.el: Revert 2005-10-17 change.
12497
12498 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12499
12500         * gnus-art.el (article-strip-banner):
12501         Call article-really-strip-banner only when the regexp match is made.
12502
12503 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12504
12505         * gnus-art.el (article-strip-banner):
12506         Use gnus-extract-address-components instead of
12507         mail-header-parse-addresses to make it work with non-ASCII text;
12508         remove mail-encode-encoded-word-string.
12509
12510         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12511         values which are surrounded with \"...\"; make it never cause a
12512         Lisp error; give up parsing of parameters if it failed in
12513         extracting type.
12514
12515 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12516
12517         * smime.el (smime-cert-by-ldap-1): Fix bug where
12518         `smime-ldap-search' returns results without userCertificates.
12519
12520 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12521
12522         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12523
12524 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12525
12526         * spam.el (spam-check-spamassassin-headers): Adapt format for
12527         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12528         <ari@mbf.ocn.ne.jp>.
12529         (spam-list-of-processors): Add spam-use-gmane.
12530
12531 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12532
12533         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12534         make-temp-file; make it work with XEmacs as well.
12535
12536         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12537         mm-make-temp-file.
12538
12539         * mm-decode.el (mm-display-external): Use the 3rd arg of
12540         mm-make-temp-file.
12541         (mm-create-image-xemacs): Ditto.
12542
12543 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12544
12545         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12546         with message-narrow-to-headers.
12547         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12548         (gnus-draft-check-draft-articles): New function.
12549         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12550
12551 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12552
12553         * gnus-art.el (gnus-article-browse-html-parts):
12554         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12555         Don't use suffix argument for mm-make-temp-file for Emacs 21
12556         compatibility.  Remove useless `format'.
12557
12558 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12559
12560         * nnweb.el (nnweb-google-wash-article): Update regexps.
12561         (nnweb-group-alist): Use defvoo instead of defvar.
12562
12563 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12564
12565         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12566         re-loading nn* modules.
12567
12568 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12569
12570         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12571         for `tool-bar-mode' and don't check it's default-value.
12572
12573         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12574
12575         * message.el (message-make-tool-bar): Ditto.
12576
12577         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12578         `substring'.  Shorten tmp-file name.
12579
12580         * gnus.el: Remove bogus comment.
12581
12582 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12583
12584         * gnus-art.el (gnus-article-browse-html-parts): New function.
12585         (gnus-article-browse-html-article): New function for viewing html
12586         articles with a browser.
12587
12588 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12589
12590         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12591         in elisp.
12592         (pgg-gpg-encrypt-symmetric-region): Ditto.
12593         (pgg-gpg-sign-region): Ditto.
12594
12595         * pgg-def.el (pgg-text-mode): New variable.
12596
12597         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12598         (mml2015-pgg-encrypt): Ditto.
12599
12600         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12601         (mml1991-pgg-encrypt): Ditto.
12602
12603 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12604
12605         * nnfolder.el (nnfolder-insert-newsgroup-line):
12606         Use message-make-date instead of current-time-string.
12607
12608         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12609         to gnus-decoded which mm-uu might set.
12610
12611 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12612
12613         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12614         don't decode quoted parameters; remove misimported Emacs code.
12615         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12616         (rfc2231-decode-encoded-string): Don't use split-string which
12617         behaves differently according to Emacs version; use
12618         mm-decode-coding-region to convert charset to coding-system.
12619         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12620         (rfc2231-encode-string): Remove misimported Emacs code.
12621
12622 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12623
12624         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12625         when calling mail-header-parse-content-type.
12626         (article-de-quoted-unreadable): Ditto.
12627         (article-de-base64-unreadable): Ditto.
12628         (article-wash-html): Ditto.
12629
12630         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12631         calling mail-header-parse-content-type and
12632         mail-header-parse-content-disposition.
12633         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12634         mail-header-parse-content-type.
12635
12636         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12637         insert charset and format parameters; encode description after
12638         inserting it to buffer.
12639         (mml-insert-parameter): Fold lines properly even if a parameter is
12640         segmented into two or more lines; change the max column to 76.
12641
12642         * rfc1843.el (rfc1843-decode-article-body): Don't use
12643         ignore-errors when calling mail-header-parse-content-type.
12644
12645         * rfc2231.el (rfc2231-parse-string): Return at least type if
12646         possible; don't cause an error even if it fails in parsing of
12647         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12648         (rfc2231-encode-string): Don't break lines at the beginning, leave
12649         it to mml-insert-parameter.
12650
12651         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12652         calling mail-header-parse-content-type.
12653
12654 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12655
12656         * spam-report.el (spam-report-gmane-use-article-number):
12657         Improve doc string.
12658         (spam-report-gmane-internal): Check if a suitable header was found
12659         in the article.
12660
12661 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12662
12663         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12664         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12665
12666 2006-02-05  Romain Francoise  <romain@orebokech.com>
12667
12668         Update copyright notices of all files in the gnus directory.
12669
12670 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12671
12672         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12673
12674 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12675
12676         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12677         segmented lines of parameter value to cope with Thunderbird 1.5
12678         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12679         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12680         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12681
12682 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12683
12684         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12685         parts.
12686
12687 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12688
12689         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12690         there's only one active file for all servers.
12691         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12692         solid groups.  Gnus might have used a FAST request to select the group.
12693         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12694         and nnweb-search redundantly in the active file.
12695         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12696         (nnweb-request-create-group): Don't use ARGS.
12697         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12698         initialisations.  Let nnoo do the work.
12699
12700 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12701
12702         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12703         Say the part has been decoded.
12704
12705         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12706
12707 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12708
12709         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12710         mailcap-viewer-test-cache when there's no 'test clause, since that
12711         will invert the meaning of a "nil" test previously determined by
12712         mailcap-mailcap-entry-passes-test.
12713
12714 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12715
12716         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12717         compiling.
12718
12719         * gnus-sum.el: Ditto.
12720
12721         * message.el: Don't bind tool-bar-map when compiling.
12722
12723 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12724
12725         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12726
12727 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12728
12729         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12730         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12731         current Google Groups.
12732
12733 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12734
12735         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12736         and tool-bar-mode.
12737
12738         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12739         and tool-bar-mode.
12740
12741         * message.el (message-tool-bar-update): Simplify.
12742         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12743
12744         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12745         gnus-summary-buffer.
12746         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12747         gnus-summary-reply.
12748
12749         * gmm-utils.el (gmm): Add :version.
12750
12751 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12752
12753         * Makefile.in (clean): New rule.
12754         (distclean): Use it.
12755
12756 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12757
12758         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12759         Don't autoload.
12760
12761 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12762
12763         * gmm-utils.el (gmm-verbose): Add :group.
12764
12765 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12766
12767         * message.el: Change some comments WRT tool-bars.
12768
12769         * gnus-sum.el (gnus-summary-tool-bar)
12770         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12771         (gnus-summary-tool-bar-zap-list): New variables.
12772         (gnus-summary-make-tool-bar): Complete rewrite using
12773         `gmm-tool-bar-from-list'.
12774
12775         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12776         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12777         New variables.
12778         (gnus-group-make-tool-bar): Complete rewrite using
12779         `gmm-tool-bar-from-list'.
12780         (gnus-group-tool-bar-update): New function.
12781
12782         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12783
12784 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12785
12786         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12787         is dissected into a single part of which the type is the same as
12788         the given one; decode charset.
12789
12790 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12791
12792         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12793         into alists as symbol not string, since that's what
12794         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12795         look for.
12796
12797 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12798
12799         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12800         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12801
12802         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12803
12804 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12805
12806         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12807         (gnus-xmas-mime-security-button-menu): New function.
12808
12809         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12810         (gnus-mime-security-button-menu): New definition.
12811         (gnus-mime-security-button-map): Use them.
12812         (gnus-mime-security-button-menu): New function.
12813         (gnus-insert-mime-security-button): Addition to help echo.
12814         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12815         (gnus-mime-security-pipe-part): New functions.
12816
12817         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12818         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12819
12820         * mm-decode.el (mm-handle-set-disposition): Remove.
12821         (mm-handle-set-description): Remove.
12822
12823 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12824
12825         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12826         (mm-w3m-standalone-supports-m17n-p): New function.
12827         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12828         w3m usage.
12829
12830         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12831         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12832
12833 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12834
12835         * message.el (message-tool-bar-zap-list):
12836         Use gmm-tool-bar-zap-list as custom type.
12837         (message-tool-bar-update): New function.
12838         (message-tool-bar, message-tool-bar-gnome)
12839         (message-tool-bar-retro): Add message-tool-bar-update.
12840         (message-tool-bar-gnome): Add flyspell-buffer.
12841
12842         * gnus-util.el (gnus-error): Describe `args'.
12843
12844         * gmm-utils.el (gmm-error): Describe `args'.
12845         (gmm-tool-bar-zap-list): New widget.
12846         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12847
12848 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12849
12850         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12851         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12852         the number of recursive calls.
12853
12854         * mm-decode.el (mm-handle-set-disposition): New macro.
12855         (mm-handle-set-description): New macro.
12856
12857 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12858
12859         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12860         encoding.
12861
12862 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12863
12864         * message.el (message-tool-bar-zap-list, message-tool-bar)
12865         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12866         (message-tool-bar-local-item-from-menu): Remove.
12867         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12868         (message-make-tool-bar): New function.
12869         (message-mode): Use `message-make-tool-bar'.
12870
12871         * gmm-utils.el: New file.
12872         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12873         (gmm-lazy): New widget copied from `nnmail.el'.
12874         (gmm-tool-bar-from-list): New function for creating customizable
12875         tool bars.
12876         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12877         output.
12878         (gmm): Add :prefix to defgroup.
12879
12880 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12881
12882         * gmm-utils.el (gmm-widget-p): New function.
12883
12884 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12885
12886         * mml.el (mml-attach-file): Describe `description' in doc string.
12887         (mml-menu): Add Emacs MIME manual and PGG manual.
12888
12889 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12890
12891         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12892
12893 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12894
12895         * nntp.el (nntp-end-of-line): Doc fix.
12896
12897 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12898
12899         * imap.el (imap-open): Handle case where buffer is a buffer
12900         object.
12901
12902 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12903
12904         * gnus-delay.el (gnus-delay): Don't autoload.
12905         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12906         to be re-loaded when customizing the `gnus-delay' group.
12907
12908 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12909
12910         * message.el (message-insert-citation-line): Use newlines.
12911
12912 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12913
12914         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12915         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12916         these routines, so the passphrase can be managed externally and
12917         passed in to the system.
12918         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12919         pgg-add-passphrase-to-cache function.
12920
12921         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12922         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12923         these routines, so the passphrase can be managed externally and
12924         passed in to the system.
12925         (pgg-pgp5-sign-region): Use new name of
12926         pgg-add-passphrase-to-cache function.
12927
12928 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12929
12930         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12931         part of the decoded armor to find the key-identifier.
12932         (pgg-gpg-lookup-key-owner): New function to return the
12933         human-readable identifier of a key owner.
12934         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12935         itself.
12936         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12937         the key value) if we have a key and can match it against a secret
12938         key.  Also, added a note pointing out fact that the prompt only
12939         indicates the first matching key.
12940
12941         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12942         pgg-decrypt-region.
12943         (pgg-add-passphrase-to-cache): Rename from
12944         `pgg-add-passphrase-cache' to reduce confusion (all callers
12945         changed).
12946         (pgg-remove-passphrase-from-cache): Rename from
12947         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12948         changed).
12949         (pgg-read-passphrase, pgg-add-passphrase-cache)
12950         (pgg-remove-passphrase-cache): Add informative docstrings.
12951         (pgg-decrypt): Convey provided passphrase in subordinate call to
12952         pgg-decrypt-region.
12953
12954 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12955
12956         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12957         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12958         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12959         'passphrase' argument, so the passphrase can be managed externally
12960         and then passed in to the system.
12961
12962         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12963         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12964         so the passphrase cache can be used reliably with identifiers
12965         besides a pgp packet's key id.
12966
12967         * pgg-gpg.el (pgg-gpg-encrypt-region)
12968         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12969         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12970         these routines, so the passphrase can be managed externally and
12971         passed in to the system.
12972
12973         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12974         'notruncate' argument, so the passphrase cache can be used
12975         reliably with identifiers besides a pgp packet's key id.
12976
12977 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12978
12979         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12980         symmetric encryption.
12981         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12982         encrypted session key.
12983         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12984         message ask for the passphrase in a proper way.
12985
12986         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12987         New user commands for symmetric encryption.
12988
12989 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12990
12991         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12992
12993         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12994
12995 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12996
12997         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12998
12999 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13000
13001         * mm-decode.el (mm-inlined-types): Add application/pgp.
13002         (mm-automatic-display): Ditto.
13003
13004         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13005         part as text.
13006
13007 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13008
13009         * nnrss.el: Update copyright.
13010         (nnrss-opml-import): Query whether to subscribe to each entry.
13011
13012         * gnus-art.el:
13013         * gnus-sum.el:
13014         * gnus-xmas.el:
13015         * messagexmas.el:
13016         * mm-uu.el:
13017         * mm-view.el: Update copyright.
13018
13019 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13020
13021         * message.el (message-info): New function.
13022         (message-mode-menu): Add it.
13023         Update copyright.
13024
13025         * ChangeLog: Fix and update copyright.
13026
13027 2006-01-13  Romain Francoise  <romain@orebokech.com>
13028
13029         * message.el (message-forward-subject-name-subject): Prefer the
13030         address to 'nowhere' if the sender has no name.
13031         Fix typo.  Update copyright year.
13032
13033 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13034
13035         * gnus-art.el (article-wash-html):
13036         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13037         (gnus-article-wash-html-with-w3m-standalone): New function.
13038
13039         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13040         mm-inline-text-html-render-with-w3m-standalone.
13041         (mm-text-html-washer-alist): Map w3m-standalone to
13042         gnus-article-wash-html-with-w3m-standalone.
13043         (mm-inline-text-html-render-with-w3m-standalone): New function.
13044
13045 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13046
13047         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13048         Improve LaTeX.
13049
13050 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13051
13052         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13053         (nnrss-request-article): Render text/plain parts as HTML.
13054
13055         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13056         the buffer.
13057
13058 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13059
13060         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13061         custom definition of `gnus-posting-styles'.
13062
13063         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13064         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13065
13066 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13067
13068         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13069         Use nntp for bug archive.
13070
13071 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13072
13073         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13074         parts.
13075         (nnrss-normalize-date): New function converts ISO 8601 date into
13076         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13077         (nnrss-check-group): Use it.
13078
13079 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13080
13081         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13082
13083         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13084         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13085         (nnrss-insert-w3): Ditto.
13086
13087 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13088
13089         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13090         the articles to be forwarded including the case where neither a
13091         number of articles nor a region is specified.
13092
13093 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13094
13095         * nnrss.el (nnrss-request-article): Fix last change; fill
13096         text/plain parts.
13097
13098 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13099
13100         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13101         in text/plain part.
13102         (nnrss-check-group): Don't add excessive newline to dc:subject.
13103
13104 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13105
13106         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13107         article.
13108
13109 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13110
13111         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13112         (nnml-use-compressed-files, nnml-save-mail): Support other
13113         comression programs such as bzip2.
13114
13115 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13116
13117         * dns.el (query-dns): Make sure we check the buffer size before
13118         removing tcp headers.
13119
13120 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13121
13122         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13123         remove MIME buttons associated with multipart/alternative parts.
13124         (gnus-mime-display-alternative): Tag buttons using `article-type'
13125         text property.
13126
13127         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13128         associated with multipart/alternative parts.
13129
13130         * gnus-art.el (gnus-signature-separator): Fix custom type.
13131
13132         * mm-decode.el (mm-inlined-types): Fix custom type.
13133         (mm-keep-viewer-alive-types): Ditto.
13134         (mm-automatic-display): Ditto.
13135         (mm-attachment-override-types): Ditto.
13136         (mm-inline-override-types): Ditto.
13137         (mm-automatic-external-display): Ditto.
13138
13139 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13140
13141         * spam-report.el (spam-report-user-mail-address)
13142         (spam-report-user-agent): New variables.
13143         (spam-report-url-ping-plain): Use spam-report-user-agent.
13144
13145 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13146
13147         * gnus-art.el (gnus-button-handle-custom): Do not just use
13148         `customize-apropos' for any "M-x customize-*" button but the
13149         function called for.  Accept both the function name and its
13150         argument in order to achieve this.
13151         (gnus-button-alist): Remove support for "custom:" URL's.
13152         Pass function name to `gnus-button-handle-custom' in case of "M-x
13153         customize-*" buttons.
13154
13155 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13156
13157         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13158         multipart/alternative and add xref to mm-discouraged-alternatives
13159         in doc string.
13160
13161         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13162         gnus-buttonized-mime-types in doc string.
13163
13164 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13165
13166         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13167         Suggest image/.* in the doc string.
13168
13169 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13170
13171         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13172         message-marks (Debian bug #342521).
13173
13174 2005-12-12  Simon Josefsson  <jas@extundo.com>
13175
13176         * password.el (password-read-from-cache): Add.
13177         (password-read): Use it.
13178
13179 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13180
13181         * rfc2047.el (rfc2047-charset-to-coding-system):
13182         Recognize us-ascii as a MIME charset.
13183
13184         * mm-bodies.el (mm-decode-content-transfer-encoding):
13185         Protect against the case where the 2nd arg TYPE is nil.
13186
13187 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13188
13189         * pop3.el (pop3-stream-type): Fix custom version.
13190
13191         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13192
13193 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13194
13195         * mm-decode.el (mm-display-external): Add missing cdr.
13196
13197 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13198
13199         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13200         RFC1524) if it is in mailcap or add a suffix according to
13201         mailcap-mime-extensions when generating a temp filename; postpone
13202         deleting a temp file for 2 seconds for some wrappers, shell
13203         scripts, and so on, which might exit right after having started a
13204         viewer command as a background job.
13205
13206 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13207
13208         * nntp.el (nntp-marks-directory): Fix custom group.
13209
13210         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13211         steps when < 10.
13212
13213         * gnus-start.el (gnus-no-server-1):
13214         Mention `gnus-level-default-subscribed' in doc string.
13215
13216 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13217
13218         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13219         parens.
13220
13221 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13222
13223         * gnus-xmas.el (gnus-use-toolbar): Revert.
13224         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13225         gnus-use-toolbar is default.
13226
13227         * messagexmas.el (message-use-toolbar): Revert.
13228         (message-setup-toolbar): Use global default-toolbar if
13229         message-use-toolbar is default.
13230
13231 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13232
13233         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13234         according to default-toolbar-visible-p.
13235
13236         * messagexmas.el (message-use-toolbar): Ditto.
13237
13238 2005-11-26  Dave Love  <fx@gnu.org>
13239
13240         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13241         (tls-program, tls-success): Provide openssl alternative.
13242
13243         * starttls.el: Doc fixes.
13244         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13245         SERVICE to PORT.
13246
13247         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13248         port null or service name.
13249         (starttls-negotiate): Autoload.
13250
13251 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13252
13253         * message.el (message-kill-to-signature): Fix interactive spec.
13254
13255 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13256
13257         * pop3.el (pop3-open-server): Recognize a string as a service name.
13258
13259 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13260
13261         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13262
13263 2005-11-23  Dave Love  <fx@gnu.org>
13264
13265         Add pop3s, pop3/starttls.
13266
13267         * pop3.el (pop3-authentication-scheme): Clarify doc.
13268         (open-tls-stream, starttls-open-stream): Autoload.
13269         (pop3-stream-type): New.
13270         (pop3-open-server): Use it.
13271
13272         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13273         for POP.
13274         (mail-source-keyword-map): Add :stream for POP.
13275         (mail-source-fetch-pop): Use pop3-stream-type.
13276
13277 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13278
13279         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13280         of current-time-string.
13281
13282 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13283
13284         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13285         date header.
13286
13287 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13288
13289         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13290         it can seriously impact performance as it bypasses the agent's
13291         local caches.
13292
13293 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13294
13295         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13296         must be explicitly online rather than "not explicitly offline" for
13297         its flags to be synchronized.
13298
13299         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13300         that gnus-uu-unmark-thread will function correctly.
13301
13302         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13303         1024K is instead displayed as 1M.
13304
13305 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13306
13307         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13308
13309 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13310
13311         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13312
13313 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13314
13315         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13316         error message to display actual error condition.
13317         (gnus-agent-save-local): Avoid saving symbols that are bound to
13318         nil as they simply result in a warning message in
13319         gnus-agent-read-local.
13320
13321 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13322
13323         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13324         rather than make-variable-buffer-local for file-precious-flag.
13325
13326 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13327
13328         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13329         for duplicates which are removed.  The invalid sort check then
13330         triggers a rescan after the sort as sorting may have moved
13331         duplicate entries such that they can be cheaply detected.
13332
13333 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13334
13335         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13336
13337 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13338
13339         * gnus-agent.el (gnus-agent-article-alist-save-format):
13340         Change internal variable to a custom variable.  Change default value
13341         from compressed(2) to uncompressed(1).
13342         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13343         support for uncompressed agentview files.  Taken together, reading
13344         the agentview file should now be 6-7 times faster.
13345
13346 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13347
13348         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13349         as a buffer-local variable.  This avoids creating truncated
13350         dribble files as a result of a hang up, eg.
13351
13352 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13353
13354         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13355         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13356         XEmacs.
13357
13358 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13359
13360         * gnus-start.el (gnus-start-draft-setup):
13361         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13362
13363         * gnus.el (gnus-splash): Change custom group.
13364         (gnus-group-get-parameter, gnus-group-parameter-value):
13365         Describe allow-list argument.
13366
13367         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13368         string.
13369
13370 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13371
13372         * gnus-art.el (gnus-default-article-saver): Add user-defined
13373         `function' to custom type.
13374
13375 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13376
13377         * imap.el (imap-open): Handle case where buffer is a buffer
13378         object.
13379
13380 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13381
13382         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13383         long lines.
13384         (gnus-cache-delete-group): Wrap doc strings.
13385
13386         * gnus-agent.el (gnus-agent-rename-group)
13387         (gnus-agent-delete-group): Wrap doc strings.
13388
13389 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13390
13391         * messagexmas.el (message-use-toolbar): Change the valid values
13392         into default, top, bottom, left, and right.
13393         (message-toolbar-thickness): New variable.
13394         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13395         well.
13396         (message-setup-toolbar): Make it work.
13397
13398         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13399         (gnus-use-toolbar): Change the valid values into default, top,
13400         bottom, left, and right.
13401         (gnus-toolbar-thickness): New variable.
13402         (gnus-xmas-setup-toolbar): New function.
13403         (gnus-xmas-setup-group-toolbar): Use it.
13404         (gnus-xmas-setup-summary-toolbar): Use it.
13405
13406 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13407
13408         * gnus-start.el (gnus-1): Add "native" to
13409         gnus-predefined-server-alist.
13410
13411         * gnus.el (gnus-method-to-server): Don't add "native" to the
13412         lists here, because that leads to problems when
13413         gnus-select-method is bound.
13414
13415 2005-11-09  Simon Josefsson  <jas@extundo.com>
13416
13417         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13418         use (not sort-by-date) instead.
13419
13420 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13421
13422         * gnus-delay.el (gnus-delay-group): Don't autoload.
13423         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13424         to be re-loaded when customizing the `gnus-delay' group.
13425
13426 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13427
13428         * message.el: Revert last changes.
13429         (message-insert-citation-line): Use newlines.
13430
13431 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13432
13433         * message.el (message-courtesy-message)
13434         (message-mark-insert-begin, message-mark-insert-end)
13435         (message-elide-ellipsis, message-cancel-message)
13436         (message-add-header, message-change-subject)
13437         (message-cross-post-followup-to-header)
13438         (message-cross-post-insert-note, message-reduce-to-to-cc)
13439         (message-widen-reply, message-delete-not-region)
13440         (message-kill-to-signature, message-insert-signature)
13441         (message-insert-importance-high, message-insert-importance-low)
13442         (message-insert-or-toggle-importance)
13443         (message-insert-disposition-notification-to)
13444         (message-indent-citation, message-yank-original)
13445         (message-cite-original-without-signature, message-cite-original)
13446         (message-insert-citation-line, message-position-on-field)
13447         (message-fix-before-sending, message-send-mail-partially)
13448         (message-send-mail, message-send-mail-with-sendmail)
13449         (message-send-mail-with-qmail, message-send-news)
13450         (message-check-news-header-syntax, message-generate-headers)
13451         (message-insert-courtesy-copy, message-fill-address)
13452         (message-fill-header, message-shorten-references)
13453         (message-setup-1, message-cancel-news)
13454         (message-forward-make-body-plain, message-forward-make-body-mime)
13455         (message-forward-make-body-mml, message-encode-message-body)
13456         (message-forward-make-body-digest-plain)
13457         (message-forward-make-body-digest-mime)
13458         (message-use-alternative-email-as-from): Insert `hard-newline'
13459         instead of ordinary newlines.
13460
13461 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13462
13463         * message.el (message-generate-headers): Downcase the argument
13464         given to message-check-element.
13465
13466 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13467
13468         * nntp.el (nntp-authinfo-rejected): New error condition.
13469         (nntp-wait-for): Use new error condition to signal authentication
13470         error.
13471         (nntp-retrieve-data): Rethrow new error condition to break out of
13472         recursive call to nntp-send-authinfo.
13473
13474 2005-11-08  Romain Francoise  <romain@orebokech.com>
13475
13476         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13477         (gnus-summary-exit-map): Bind to `Z p'.
13478         (gnus-summary-make-menu-bar): Add menu item.
13479
13480 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13481
13482         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13483         (gnus-treat-*): Add `first' in all doc strings.
13484
13485         * gnus-group.el (gnus-group-compact-group): Fix typo.
13486
13487 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13488
13489         * gnus.el (gnus-parameters-case-fold-search): New variable.
13490         (gnus-parameters-get-parameter): Use it.
13491
13492         * gnus-score.el (gnus-home-score-file): Doc fix.
13493
13494 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13495
13496         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13497
13498 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13499
13500         * mm-util.el (mm-special-display-p): New function.
13501
13502         * mml.el (mml-preview): Use it; doc fix.
13503
13504 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13505
13506         * imap.el (imap-open): Handle case where buffer is a buffer object.
13507
13508 2005-10-29  Romain Francoise  <romain@orebokech.com>
13509
13510         * message.el (message-fix-before-sending): Fix comment.
13511
13512 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13513
13514         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13515
13516 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13517
13518         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13519         Used in gnus-score.el.
13520
13521 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13522
13523         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13524
13525 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13526
13527         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13528         whitespace removed in revision 7.8.  Use concatenated string to
13529         protect trailing whitespace.
13530
13531 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13532
13533         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13534         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13535         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13536         Courier IMAP ("some version from 2004").  Mostly based on similar
13537         code in the same function.
13538
13539 2005-10-26  Didier Verna  <didier@xemacs.org>
13540
13541         * gnus-group.el (gnus-group-compact-group): Invalidate original
13542         article buffer.
13543         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13544         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13545         NOV database and in article itself.
13546         Invalidate article backlog.
13547
13548 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13549
13550         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13551
13552 2005-10-26  Simon Josefsson  <jas@extundo.com>
13553
13554         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13555         part of 2004-07-25 change.
13556
13557 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13558
13559         * message.el (message-display-completion-list): New function.
13560         (message-expand-group): Use it; make sure the Completions buffer
13561         is modifiable.
13562 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13563
13564         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13565         user-mail-name is an empty string.
13566
13567 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13568
13569         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13570         depending on gnus-score-decay-constant.
13571
13572         * encrypt.el (encrypt-insert-file-contents)
13573         (encrypt-write-file-contents): Don't use `gnus-message'.
13574
13575         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13576         arguments.
13577         (mm-uu-type-alist): Add message-marks and insert-marks.
13578         Pass arguments to mm-uu-verbatim-marks-extract.
13579         (mm-uu-hide-markers): New variable.
13580         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13581
13582         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13583         (gnus-convert-image-to-face-command): Use "convert" by default to
13584         allow other input image formats.
13585         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13586         accordingly.
13587
13588 2005-10-23  Simon Josefsson  <jas@extundo.com>
13589
13590         * imap.el (imap-gssapi-program): Align command line parameters
13591         with latest GNU SASL.
13592         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13593
13594 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13595
13596         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13597         HTML.
13598         (nnslashdot-request-article): Ditto.
13599
13600         * lpath.el (featurep): Add nobreak-char-display.
13601
13602 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13603
13604         * mail-source.el (mail-source-fetch-pop): Require pop3.
13605         (mail-source-check-pop): Ditto.
13606
13607 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13608
13609         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13610         errors.
13611
13612 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13613
13614         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13615         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13616
13617         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13618
13619         * mm-bodies.el (mm-decode-string):
13620         Call `mm-charset-to-coding-system' with allow-override argument.
13621
13622 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13623
13624         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13625         (rfc2047-charset-to-coding-system): New function.
13626         (rfc2047-decode-encoded-words): New function.
13627         (rfc2047-decode-region): Use them.
13628         (rfc2047-decode-cte): Remove.
13629         (rfc2047-parse-and-decode): Remove.
13630         (rfc2047-decode): Remove.
13631
13632 2005-10-15  Kenichi Handa  <handa@m17n.org>
13633
13634         * rfc2047.el (rfc2047-decode-cte): New function.
13635         (rfc2047-decode-region): Change the way to decode successive
13636         encoded-words: decode B- or Q-encoding in each encoded-word,
13637         concatenate them, and decode it as charset.
13638
13639 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13640
13641         * lpath.el: Fbind codepage-setup for XEmacs.
13642
13643 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13644
13645         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13646         widget-move-and-invoke.
13647         (gnus-custom-mode): Use gnus-custom-map.
13648
13649 2005-10-15  Bill Wohler  <wohler@newt.com>
13650
13651         * message.el (message-tool-bar-map): Rename image file from
13652         mail_send to mail/send.
13653
13654 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13655
13656         * message.el (message-expand-group): Pass the common
13657         prefix substring of completion to `display-completion-list'.
13658
13659 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13660
13661         * mml-sec.el (mml-secure-method): New internal variable.
13662         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13663         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13664         New functions using mml-secure-method.
13665
13666         * mml.el (mml-mode-map): Add key bindings for those functions.
13667         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13668         Harder <harder@myrealbox.com>.
13669         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13670         Goto end of message if point is the headers of the message.
13671
13672         * message.el (message-in-body-p): New function.
13673
13674         * assistant.el: Autoload gnus-util and netrc.
13675
13676         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13677         Use `mm-charset-override-alist' only when decoding.
13678
13679         * mm-bodies.el (mm-decode-body):
13680         Call `mm-charset-to-coding-system' with allow-override argument.
13681
13682         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13683         `filename' from Content-Disposition if Content-Type doesn't
13684         provide `name'.
13685         (gnus-mime-view-part-as-type): Set default instead of
13686         initial-input.
13687
13688 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13689
13690         * format-spec.el (format-spec): Propagate text properties of % spec.
13691
13692 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13693
13694         * gnus-art.el (gnus-treat-predicate): Add `first'.
13695
13696 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13697
13698         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13699         (mm-charset-override-alist): New variable.
13700         (mm-charset-to-coding-system): Use it.
13701         (mm-codepage-setup): New helper function.
13702         (mm-charset-eval-alist): New variable.
13703         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13704         Warn about unknown charsets.
13705
13706         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13707
13708 2005-10-04  David Hansen  <david.hansen@gmx.net>
13709
13710         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13711         (nnrss-check-group): Ditto.
13712
13713 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13714
13715         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13716         Rename x-gnus-verbatim to x-verbatim.
13717         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13718
13719         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13720         x-verbatim.
13721
13722         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13723
13724         * gnus-util.el (gnus-remove-duplicates): Remove.
13725
13726         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13727         instead of gnus-remove-duplicates.
13728
13729         * message.el (message-remove-duplicates): Remove.
13730         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13731         message-remove-duplicates.
13732
13733         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13734         available, else use implementation from `delete-dups'.
13735
13736         * message.el (message-insert-expires): New function.
13737         (message-mode-map): Add key binding.
13738         (message-mode-field-menu): Add menu entry.
13739         (message-mode): Document it.
13740         (message-make-expires-date): Use `message-make-date'.
13741
13742 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13743
13744         * message.el (message-make-expires-date): New function.
13745
13746 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13747
13748         * Makefile.in (list-installed-shadows): New entry.
13749         (install): Use it.
13750         (remove-installed-shadows): New entry.
13751
13752         * dgnushack.el (dgnushack-default-load-path): New variable.
13753         (dgnushack-find-lisp-shadows): New function.
13754         (dgnushack-remove-lisp-shadows): New function.
13755
13756 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13757
13758         * Makefile.in (install-el-elc): New entry.
13759         (install): Use it so that .el files are necessarily installed.
13760
13761 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13762
13763         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13764
13765 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13766
13767         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13768         function rather than the diff-mode.el package.
13769         (mm-display-external): Use with-current-buffer.
13770         (mm-viewer-completion-map, mm-viewer-completion-map):
13771         Move initialization inside declaration.
13772
13773 2005-09-29  Simon Josefsson  <jas@extundo.com>
13774
13775         * spam.el: Load hashcash when compiling, to avoid warnings.
13776         Don't autoload mail-check-payment.
13777         (spam-check-hashcash): Define unconditionally, since hashcash.el
13778         is part of Gnus now.  Ignore errors from payment checking.
13779
13780 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13781
13782         * message.el (message-bold-region, message-unbold-region):
13783         Rename from `bold-region' and `unbold-region'.
13784
13785         * message.el: Remove useless autoloads.
13786
13787 2005-09-28  Simon Josefsson  <jas@extundo.com>
13788
13789         * message.el (message-use-idna): Default to t.
13790         (message-use-idna): Test whether encoding works too.  Doc fix.
13791
13792 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13793
13794         * nntp.el (nntp-warn-about-losing-connection): Remove.
13795
13796 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13797
13798         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13799         customizable.  Change default value.
13800         (mm-uu-diff-groups-regexp): Change default value.
13801         (mm-uu-type-alist): Add doc string.
13802         (mm-uu-configure): Add doc string.  Make it interactive.
13803         (mm-uu-tex-groups-regexp): New variable.
13804         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13805         (mm-uu-type-alist): Add LaTeX documents.
13806         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13807         of "text/verbatim".
13808         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13809
13810         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13811         instead of "text/verbatim".
13812
13813         * message.el (message-mark-inserted-region)
13814         (message-mark-insert-file): Use slrn style marks when called with
13815         prefix argument.
13816
13817 2005-09-27  Simon Josefsson  <jas@extundo.com>
13818
13819         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13820
13821 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13822
13823         * message.el (message-remove-duplicates): New function.
13824         Implementation borrowed from `gnus-remove-duplicates'.
13825         (message-idna-to-ascii-rhs): Also encode idna addresses in
13826         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13827         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13828         only ask about the same idna domain once per header and also tell
13829         in what header to replace the idna domain.
13830
13831         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13832         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13833         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13834         a header is decoded and not just the last one.
13835
13836 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13837
13838         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13839         has been decoded.
13840
13841         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13842         (mm-insert-part): Don't modify text if it has been decoded.
13843
13844         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13845         decoded.
13846
13847         * mm-view.el (mm-inline-text): Don't strip text props unless
13848         decoding enriched or richtext parts.
13849
13850 2005-09-25  Romain Francoise  <romain@orebokech.com>
13851
13852         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13853         * gnus-start.el (gnus-subscribe-interactively):
13854         * gnus-uu.el (gnus-uu-grab-articles):
13855         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13856         space.
13857
13858 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13859
13860         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13861         * mm-view.el (mm-view-pkcs7-decrypt):
13862         * gnus-sum.el (gnus-summary-limit-to-extra)
13863         (gnus-summary-respool-article, gnus-read-move-group-name):
13864         * gnus-score.el (gnus-summary-increase-score):
13865         * gnus-util.el (gnus-completing-read-with-default):
13866         * gnus-art.el (gnus-read-save-file-name)
13867         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13868         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13869         * message.el (message-check-news-header-syntax):
13870         Follow convention for reading with the minibuffer.
13871
13872 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13873
13874         * spam-report.el (spam-report-url-ping-plain):
13875         Use gnus-extended-version as User-Agent.
13876
13877         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13878         default value is nil.
13879
13880         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13881         (mm-uu-verbatim-marks-extract): New function.
13882         (mm-uu-extract): New face.
13883         (mm-uu-copy-to-buffer): Use it.
13884
13885         * spam-report.el (spam-report-gmane-ham): Rename from
13886         `spam-report-gmane-unspam'.
13887         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13888         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13889
13890         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13891         Autoload.
13892         (spam-report-gmane-unregister-routine):
13893         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13894
13895 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13896
13897         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13898         (spam-report-gmane-unregister-routine): Add support for gmane
13899         unregistration.
13900
13901         * spam-report.el (spam-report-gmane-unspam)
13902         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13903         (spam-report-gmane): Change to take a single article and do unspam
13904         registration.
13905
13906 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13907
13908         * mm-url.el (mm-url-decode-entities): Fix regexp.
13909
13910 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13911
13912         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13913         default to nil, to be able to use Gnus at all.  If the default
13914         switches to something else, then the function should be fixed not
13915         be exceedingly slow.
13916
13917 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13918
13919         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13920         fail hard.
13921
13922         * spam-report.el: Add better Keywords line.
13923
13924         * spam.el: Add Maintainer and better Keywords line.
13925
13926 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13927
13928         * gnus-art.el (gnus-article-replace-part)
13929         (gnus-mime-replace-part): New functions.
13930         (gnus-mime-action-alist, gnus-mime-button-commands)
13931         (gnus-mime-save-part-and-strip): Add file argument.
13932         (gnus-article-part-wrapper): Add interactive argument.
13933
13934         * gnus-sum.el (gnus-summary-mime-map):
13935         Add `gnus-article-replace-part'.
13936
13937 2005-09-19  Didier Verna  <didier@xemacs.org>
13938
13939         The nnml compaction feature:
13940         * nnml.el (nnml-request-compact-group): New function.
13941         * nnml.el (nnml-request-compact): New function.
13942         * gnus-int.el (gnus-request-compact-group): New function.
13943         * gnus-int.el (gnus-request-compact): New function.
13944         * gnus-group.el (gnus-group-compact-group): New function.
13945         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13946         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13947         * gnus-srvr.el (gnus-server-compact-server): New function.
13948         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13949         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13950
13951 2005-09-18  Deepak Goel  <deego@gnufans.org>
13952
13953         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13954         format spec.
13955
13956 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13957
13958         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13959
13960 2005-09-15  Romain Francoise  <romain@orebokech.com>
13961
13962         * message.el (message-fill-paragraph): Clarify docstring.
13963
13964 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13965
13966         * gnus-art.el (gnus-mime-display-part): Protect against broken
13967         MIME messages.
13968
13969 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13970
13971         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13972         before parsing header.
13973
13974 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13975
13976         * html2text.el (html2text-replace-list): Add new entities.
13977
13978 2005-09-11  Romain Francoise  <romain@orebokech.com>
13979
13980         * message.el (message-alternative-emails): Improve docstring.
13981         (message-setup-1): Call `message-use-alternative-email-as-from'
13982         after `message-setup-hook' to give it precedence over posting
13983         styles, etc.
13984         (message-use-alternative-email-as-from): Add docstring.
13985         Remove the original From header if present.
13986
13987         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13988         (nnml-save-mail): Use it.
13989
13990         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13991         articles.  Add new argument `silent'.
13992         (gnus-uu-mark-all): Report the total number of marked articles.
13993
13994 2005-09-10  Romain Francoise  <romain@orebokech.com>
13995
13996         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13997         (gnus-uu-mark-series): Likewise.
13998
13999 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14000
14001         * spam-report.el (spam-report-gmane): Fix generation of spam
14002         report URL.
14003
14004 2005-09-10  Simon Josefsson  <jas@extundo.com>
14005
14006         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14007         t, based on discussion on the ding list with Robert Epprecht
14008         <epprecht@solnet.ch>.
14009
14010 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14011
14012         * spam-report.el (spam-report-gmane): Make it work without
14013         X-Report-Spam header.  Gmane now only provides Archived-At.
14014         This is only used if `spam-report-gmane-use-article-number' is nil.
14015         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14016
14017         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14018         make `gnus-summary-sort-by-recipient' work with threading.
14019
14020         * nnweb.el (nnweb-google-wash-article): Print a message if article
14021         is not available.
14022
14023 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14024
14025         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14026         change.  Decode text/* parts content before displaying.
14027
14028 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14029
14030         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14031
14032 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14033
14034         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14035
14036         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14037         url-package-name, url-package-version,
14038         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14039         w3m-display-inline-images, and w3m-minor-mode-map.
14040
14041 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14042
14043         * message.el (message-tab-body-function): Fix mismatched custom type.
14044
14045         * gnus.el (gnus-group-change-level-function): Ditto.
14046
14047         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14048
14049         * gnus-art.el (gnus-signature-limit)
14050         (gnus-article-mime-part-function): Ditto.
14051
14052 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14053
14054         * mml.el (mml-mode): Silence the byte compiler.
14055
14056         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14057         using `(sit-for 0)' before moving the point to the specified part;
14058         skip unbuttonized parts.
14059         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14060         return to the summary window if gnus-auto-select-part is non-nil.
14061
14062 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14063
14064         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14065         New variables.
14066         (mml-dnd-attach-file, mml-mode): Use them.
14067
14068         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14069         Make fetching article by MID work again for Google Groups.
14070         Add FIXME concerning gnus-group-make-web-group.
14071
14072         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14073         Don't depend on Gnus by using mail-extract-address-components if
14074         gnus-extract-address-components is not bound.
14075
14076 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14077
14078         * gnus-art.el (gnus-mime-display-security): Don't display the
14079         signature, but only the signed part.
14080
14081 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14082
14083         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14084
14085         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14086         list, not listp.
14087
14088 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14089
14090         * mm-encode.el (mm-encode-content-transfer-encoding):
14091         Likewise when encoding.
14092
14093         * mm-bodies.el (mm-decode-content-transfer-encoding):
14094         De-canonicalize CRLF for all text content types, not just
14095         text/plain.
14096
14097 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14098
14099         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14100         valid article; point arrow and cursor at the MIME button.
14101
14102 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14103
14104         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14105         Suggested by Dan Christensen <jdc@uwo.ca>.
14106
14107         * mm-decode.el (mm-save-part): Enable change of prompt.
14108
14109 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14110
14111         * gnus-msg.el (gnus-inews-add-send-actions):
14112         Make `message-post-method' lambda parameter ARG `&optional'.
14113
14114 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14115
14116         * gnus-sum.el (gnus-summary-mime-map):
14117         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14118         gnus-article-jump-to-part.
14119
14120         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14121         (gnus-article-edit-part): Use it.
14122         (gnus-article-part-wrapper): Add no-handle argument.
14123         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14124         New functions.
14125
14126 2005-08-29  Romain Francoise  <romain@orebokech.com>
14127
14128         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14129         docstring.
14130         (gnus-face-from-file): Likewise.
14131
14132 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14133
14134         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14135         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14136         non-nil.
14137         (gnus-auto-select-part): New variable.
14138         (gnus-article-jump-to-part): New function.
14139         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14140         (gnus-mime-delete-part): Allow selecting specified part after
14141         deleting or stripping parts.
14142         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14143         part if argument is bogus.
14144
14145 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14146
14147         * gnus-art.el (w3m-minor-mode-map):
14148         * gnus-spec.el (gnus-newsrc-file-version):
14149         * gnus-util.el (nnmail-active-file-coding-system)
14150         (gnus-original-article-buffer, gnus-user-agent):
14151         * gnus.el (gnus-ham-process-destinations)
14152         (gnus-parameter-ham-marks-alist)
14153         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14154         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14155         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14156         * mm-decode.el (gnus-current-window-configuration):
14157         * mm-extern.el (gnus-article-mime-handles):
14158         * mm-url.el (url-current-object, url-package-name)
14159         (url-package-version):
14160         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14161         (smime-keys, w3m-cid-retrieve-function-alist)
14162         (w3m-current-buffer, w3m-display-inline-images)
14163         (w3m-minor-mode-map):
14164         * mml-smime.el (gnus-extract-address-components):
14165         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14166         (gnus-newsrc-hashtb, message-default-charset)
14167         (message-deletable-headers, message-options)
14168         (message-posting-charset, message-required-mail-headers)
14169         (message-required-news-headers):
14170         * mml1991.el (mc-pgp-always-sign):
14171         * mml2015.el (mc-pgp-always-sign):
14172         * nnheader.el (nnmail-extra-headers):
14173         * rfc1843.el (gnus-decode-encoded-word-function)
14174         (gnus-decode-header-function, gnus-newsgroup-name):
14175         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14176
14177 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14178
14179         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14180         the end of the date treatments.
14181
14182 2005-08-15  Simon Josefsson  <jas@extundo.com>
14183
14184         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14185         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14186         Capello and Romain Francoise.
14187         (pgg-fetch-key-function): Remove, not used?
14188         (pgg-insert-url-with-w3): Require url, to get
14189         url-insert-file-contents regardless of where it is defined.
14190
14191 2005-08-13  Romain Francoise  <romain@orebokech.com>
14192
14193         * message.el (message-cite-original-1): New function.
14194         (message-cite-original): Use it.
14195         (message-cite-original-without-signature): Ditto.
14196
14197 2005-08-08  Romain Francoise  <romain@orebokech.com>
14198
14199         * message.el (message-yank-empty-prefix): New variable.
14200         (message-indent-citation): Use it.
14201         (message-cite-original-without-signature): Respect X-No-Archive.
14202
14203 2005-08-08  Simon Josefsson  <jas@extundo.com>
14204
14205         * pgg.el: Autoload url-insert-file-contents instead of loading
14206         w3/url.
14207         (pgg-insert-url-with-w3): Don't load url here.
14208
14209 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14210
14211         * message.el (message-kill-to-signature): Don't insert newline at
14212         bol.
14213         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14214
14215 2005-08-06  Romain Francoise  <romain@orebokech.com>
14216
14217         * message.el (message-user-fqdn): Fix typo in docstring.
14218
14219 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14220
14221         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14222
14223         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14224
14225 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14226
14227         * mm-bodies.el (mm-encode-body): Use coding system rather than
14228         charset to encode text.
14229
14230         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14231         number of charsets if utf-8 is available (XEmacs).
14232
14233 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14234
14235         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14236         taken from `gnus-button-mid-or-mail-regexp'.
14237         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14238         (gnus-button-alist): Improve regexp for domain part of the MIDs
14239         for news:localpart@domain buttons.
14240         (gnus-button-ctan-directory-regexp): Update.
14241
14242 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14243
14244         * sieve-manage.el (sieve-manage-interactive-login):
14245         Use make-local-variable rather than make-variable-buffer-local.
14246         (sieve-manage-open): Ditto.
14247         (sieve-manage-authenticate): Ditto.
14248
14249         * mml.el (mml-generate-mime-1): Make the content type default to
14250         text/plain if the filename is not specified.
14251
14252 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14253
14254         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14255         instead of insert-buffer.
14256
14257         * message.el (message-yank-original): Ditto; set the mark at the
14258         end of the yanked message.
14259
14260 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14261
14262         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14263         lines to scroll rather than to stop it.
14264
14265         * mml.el (mml-generate-default-type): Add doc string.
14266         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14267         default to application/octet-stream when determining the content
14268         type if it is not specified for the part or the mml contents; add
14269         a comment about mml-generate-default-type.
14270
14271 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14272
14273         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14274         make it default to application/octet-stream when determining the
14275         content type if it is not specified for the external contents.
14276
14277 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14278
14279         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14280         segmented parameter but also other parameters might be there.
14281
14282 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14283
14284         * mm-decode.el (mm-display-external): Delete temp file, directory
14285         and buffer immediately if the external process is exited.
14286
14287 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14288
14289         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14290         fewer lines than that of scroll-margin.
14291         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14292
14293 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14294
14295         * gnus-art.el (gnus-article-next-page): Revert.
14296         (gnus-article-beginning-of-window): New macro.
14297         (gnus-article-next-page-1): Use it.
14298         (gnus-article-prev-page): Ditto.
14299         (gnus-article-edit-part): Use insert-buffer-substring instead of
14300         insert-buffer.
14301         (gnus-article-edit-exit): Ditto.
14302
14303         * gnus-util.el (gnus-beginning-of-window): Remove.
14304         (gnus-end-of-window): Remove.
14305
14306         * lpath.el: Don't bind header-line-format and scroll-margin.
14307
14308 2005-07-25  Simon Josefsson  <jas@extundo.com>
14309
14310         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14311         to have the url package without w3.  Reported by Daiki Ueno
14312         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14313
14314 2005-07-20  Didier Verna  <didier@xemacs.org>
14315
14316         * gnus-diary.el: Remove the description comment (nndiary is now
14317         properly documented in the Gnus manual).
14318         Fix the spelling of "Back End".
14319         * nndiary.el: Ditto.
14320         Fix the copyright notice.
14321
14322 2005-07-18  Romain Francoise  <romain@orebokech.com>
14323
14324         * gnus-sum.el (gnus-summary-to-prefix)
14325         (gnus-summary-newsgroup-prefix): New variables.
14326         (gnus-summary-from-or-to-or-newsgroups): Use them.
14327
14328 2005-07-17  Romain Francoise  <romain@orebokech.com>
14329
14330         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14331         space as it's generally not especially interesting to the user.
14332
14333 2005-07-16  Romain Francoise  <romain@orebokech.com>
14334
14335         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14336         nil to avoid prompting and file modification if one of the
14337         messages at the top of the nnfolder file contains a copyright
14338         notice.
14339         Update copyright notice.
14340
14341         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14342         instead of `current-time-string' as the latter creates a time
14343         string that is not RFC 2822 compliant (it lacks the zone).
14344         Update copyright notice.
14345
14346 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14347
14348         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14349         for text/rtf.  Display default in prompt.  Pass default for M-n.
14350
14351         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14352
14353 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14354
14355         * gnus-msg.el (gnus-button-mailto):
14356         Remove save-selected-window-window hackery because it relies on
14357         save-selected-window internals.
14358
14359 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14360
14361         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14362         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14363         (gnus-article-prev-page): Ditto.
14364
14365         * gnus-util.el (gnus-beginning-of-window): New function.
14366         (gnus-end-of-window): New function.
14367
14368         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14369
14370 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14371
14372         * gnus-score.el (gnus-score-edit-all-score):
14373         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14374         gnus-message.
14375
14376 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14377
14378         * gnus-msg.el (gnus-button-mailto):
14379         Remove save-selected-window-window hackery because it relies on
14380         save-selected-window internals.
14381
14382 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14383
14384         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14385         add-minor-mode.
14386         (gnus-binary-mode): Ditto.
14387
14388         * gnus-topic.el (gnus-topic-mode): Ditto.
14389
14390 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14391
14392         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14393         (gnus-article-prev-page): Take scroll-margin into consideration.
14394
14395 2005-07-04  Lute Kamstra  <lute@gnu.org>
14396
14397         Update FSF's address in GPL notices.
14398
14399 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14400
14401         * gnus.el (gnus-exit):
14402         * gnus-group.el (gnus-group-icons):
14403         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14404
14405         * gnus-nocem.el (gnus-nocem):
14406         * message.el (message-various, message-buffers, message-sending)
14407         (message-interface, message-forwarding, message-insertion)
14408         (message-headers, message-news, message-mail):
14409         * pgg-gpg.el (pgg-gpg):
14410         * pgg-parse.el (pgg-parse):
14411         * pgg-pgp.el (pgg-pgp):
14412         * pgg-pgp5.el (pgg-pgp5):
14413         * pop3.el (pop3): Finish `defgroup' description with period.
14414
14415 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14416
14417         * gnus-art.el (article-display-face): Improve the efficiency.
14418         (article-display-x-face): Ditto; remove grey x-face stuff.
14419
14420 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14421
14422         * gnus-art.el (article-display-face): Correct the position in
14423         which Faces are inserted.
14424
14425 2005-06-29  Didier Verna  <didier@xemacs.org>
14426
14427         * gnus-art.el (article-display-face): Display faces in correct
14428         order.
14429
14430 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14431
14432         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14433         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14434         (gnus-nocem-check-article): Fetch the Type header.
14435         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14436         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14437         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14438         make sure gnus-nocem-hashtb is initialized.
14439         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14440         (gnus-nocem-unwanted-article-p): Ditto.
14441
14442         * pgg.el (pgg-verify): Return the verification result.
14443
14444 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14445
14446         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14447         is ascii.
14448
14449 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14450
14451         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14452         `show-nonbreak-escape'.
14453
14454 2005-06-23  Lute Kamstra  <lute@gnu.org>
14455
14456         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14457
14458         * dig.el (dig-mode):
14459         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14460
14461 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14462
14463         * nnimap.el (nnimap-split-download-body): Fix spellings.
14464
14465 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14466
14467         * gnus-art.el (gnus-article-encrypt-body):
14468         * gnus-cus.el (gnus-score-customize):
14469         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14470         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14471
14472 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14473
14474         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14475         header by looking for magic "MII" at the beginnig.
14476
14477 2005-06-16  Miles Bader  <miles@gnu.org>
14478
14479         * gnus-xmas.el (gnus-xmas-group-startup-message):
14480         Use renamed gnus-splash face.
14481
14482         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14483         (assistant-field-face): New backward-compatibility alias for renamed
14484         face.
14485         (assistant-render-text): Use renamed assistant-field face.
14486
14487         * spam.el (spam): Remove "-face" suffix from face name.
14488         (spam-face): New backward-compatibility alias for renamed face.
14489         (spam-face, spam-initialize): Use renamed spam face.
14490
14491         * message.el (message-header-to, message-header-cc)
14492         (message-header-subject, message-header-newsgroups)
14493         (message-header-other, message-header-name)
14494         (message-header-xheader, message-separator, message-cited-text)
14495         (message-mml): Remove "-face" suffix from face names.
14496         (message-header-to-face, message-header-cc-face)
14497         (message-header-subject-face, message-header-newsgroups-face)
14498         (message-header-other-face, message-header-name-face)
14499         (message-header-xheader-face, message-separator-face)
14500         (message-cited-text-face, message-mml-face):
14501         New backward-compatibility aliases for renamed faces.
14502         (message-font-lock-keywords): Use renamed message faces.
14503
14504         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14505         (sieve-test-commands, sieve-tagged-arguments):
14506         Remove "-face" suffix from face names.
14507         (sieve-control-commands-face, sieve-action-commands-face)
14508         (sieve-test-commands-face, sieve-tagged-arguments-face):
14509         New backward-compatibility aliases for renamed faces.
14510         (sieve-control-commands-face, sieve-action-commands-face)
14511         (sieve-test-commands-face, sieve-tagged-arguments-face):
14512         Use renamed sieve faces.
14513
14514         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14515         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14516         (gnus-group-news-3-empty, gnus-group-news-4)
14517         (gnus-group-news-4-empty, gnus-group-news-5)
14518         (gnus-group-news-5-empty, gnus-group-news-6)
14519         (gnus-group-news-6-empty, gnus-group-news-low)
14520         (gnus-group-news-low-empty, gnus-group-mail-1)
14521         (gnus-group-mail-1-empty, gnus-group-mail-2)
14522         (gnus-group-mail-2-empty, gnus-group-mail-3)
14523         (gnus-group-mail-3-empty, gnus-group-mail-low)
14524         (gnus-group-mail-low-empty, gnus-summary-selected)
14525         (gnus-summary-cancelled, gnus-summary-high-ticked)
14526         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14527         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14528         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14529         (gnus-summary-low-undownloaded)
14530         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14531         (gnus-summary-low-unread, gnus-summary-normal-unread)
14532         (gnus-summary-high-read, gnus-summary-low-read)
14533         (gnus-summary-normal-read, gnus-splash):
14534         Remove "-face" suffix from face names.
14535         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14536         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14537         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14538         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14539         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14540         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14541         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14542         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14543         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14544         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14545         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14546         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14547         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14548         (gnus-summary-normal-ticked-face)
14549         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14550         (gnus-summary-normal-ancient-face)
14551         (gnus-summary-high-undownloaded-face)
14552         (gnus-summary-low-undownloaded-face)
14553         (gnus-summary-normal-undownloaded-face)
14554         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14555         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14556         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14557         (gnus-splash-face):
14558         New backward-compatibility aliases for renamed faces.
14559         (gnus-group-startup-message): Use renamed gnus faces.
14560
14561         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14562         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14563         (gnus-server-agent): Remove "-face" suffix from face names.
14564         (gnus-server-agent-face, gnus-server-opened-face)
14565         (gnus-server-closed-face, gnus-server-denied-face)
14566         (gnus-server-offline-face):
14567         New backward-compatibility aliases for renamed faces.
14568         (gnus-server-agent-face, gnus-server-opened-face)
14569         (gnus-server-closed-face, gnus-server-denied-face)
14570         (gnus-server-offline-face): Use renamed gnus faces.
14571
14572         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14573         Remove "-face" suffix from face names.
14574         (gnus-picon-xbm-face, gnus-picon-face):
14575         New backward-compatibility aliases for renamed faces.
14576
14577         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14578         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14579         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14580         (gnus-cite-11): Remove "-face" suffix from face names.
14581         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14582         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14583         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14584         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14585         New backward-compatibility aliases for renamed faces.
14586         (gnus-cite-attribution-face, gnus-cite-face-list)
14587         (gnus-article-boring-faces): Use renamed gnus faces.
14588
14589         * gnus-art.el (gnus-signature, gnus-header-from)
14590         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14591         (gnus-header-content): Remove "-face" suffix from face names.
14592         (gnus-signature-face, gnus-header-from-face)
14593         (gnus-header-subject-face, gnus-header-newsgroups-face)
14594         (gnus-header-name-face, gnus-header-content-face):
14595         New backward-compatibility aliases for renamed faces.
14596         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14597
14598         * gnus-sum.el (gnus-summary-selected-face)
14599         (gnus-summary-highlight): Use renamed gnus faces.
14600         * gnus-group.el (gnus-group-highlight): Likewise.
14601
14602 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14603
14604         * gnus-sieve.el (gnus-sieve-article-add-rule):
14605         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14606         * spam-stat.el (spam-stat-buffer-change-to-spam)
14607         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14608
14609         * message.el (message-is-yours-p):
14610         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14611
14612 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14613
14614         * mm-view.el (mm-inline-text): Withdraw the last change.
14615
14616 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14617
14618         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14619         executing enriched-decode.
14620
14621 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14622
14623         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14624         charset of tar files.
14625
14626 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14627
14628         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14629
14630 2005-06-04  Lute Kamstra  <lute@gnu.org>
14631
14632         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14633         information is never recorded.
14634
14635 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14636
14637         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14638
14639 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14640
14641         * pop3.el (pop3-apop): Run md5 in the binary mode.
14642
14643         * starttls.el (starttls-set-process-query-on-exit-flag):
14644         Use eval-and-compile.
14645
14646 2005-05-31  Simon Josefsson  <jas@extundo.com>
14647
14648         * smime.el (smime-replace-in-string): Define.
14649         (smime-cert-by-ldap-1): Use it.
14650
14651 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14652
14653         * gnus-art.el (article-display-x-face): Replace
14654         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14655
14656         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14657         set-process-query-on-exit-flag or process-kill-without-query.
14658
14659         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14660         loop instead of replace-regexp.
14661
14662         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14663         instead of process-kill-without-query if it is available.
14664
14665         * lpath.el: Fbind ldap-search-entries.
14666
14667         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14668         instead of find-file-hooks if it is available.
14669
14670         * mml1991.el: Bind pgg-default-user-id when compiling.
14671
14672         * mml2015.el: Bind pgg-default-user-id when compiling.
14673
14674         * nndraft.el (nndraft-request-associate-buffer):
14675         Use write-contents-functions instead of write-contents-hooks if it is
14676         available.
14677
14678         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14679         instead of find-file-hooks if it is available.
14680
14681         * nntp.el (nntp-open-connection): Replace
14682         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14683         (nntp-open-ssl-stream): Ditto.
14684         (nntp-open-tls-stream): Ditto.
14685
14686         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14687         set-process-query-on-exit-flag or process-kill-without-query.
14688         (starttls-open-stream-gnutls): Use it instead of
14689         process-kill-without-query.
14690         (starttls-open-stream): Ditto.
14691
14692 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14693
14694         * smime.el (smime-cert-by-ldap-1): Don't use
14695         replace-regexp-in-string.
14696
14697 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14698
14699         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14700
14701         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14702         in PEM format.  Adjust to the XEmacs compability.
14703
14704 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14705
14706         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14707         by `string-to-number'.
14708         * gnus-agent.el (gnus-agent-regenerate-group)
14709         (gnus-agent-fetch-articles): Ditto.
14710         * gnus-art.el (gnus-button-fetch-group): Ditto.
14711         * gnus-cache.el (gnus-cache-generate-active)
14712         (gnus-cache-articles-in-group): Ditto.
14713         * gnus-group.el (gnus-group-set-current-level)
14714         (gnus-group-insert-group-line): Ditto.
14715         * gnus-score.el (gnus-score-set-expunge-below)
14716         (gnus-score-set-mark-below, gnus-summary-score-effect)
14717         (gnus-summary-score-entry): Ditto.
14718         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14719         (gnus-soup-pack): Ditto.
14720         * gnus-spec.el (gnus-xmas-format): Ditto.
14721         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14722         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14723         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14724         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14725         * nndb.el (nndb-get-remote-expire-response): Ditto.
14726         * nndiary.el (nndiary-parse-schedule-value)
14727         (nndiary-string-to-number, nndiary-request-replace-article)
14728         (nndiary-request-article): Ditto.
14729         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14730         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14731         * nneething.el (nneething-make-head): Ditto.
14732         * nnfolder.el (nnfolder-request-article)
14733         (nnfolder-retrieve-headers): Ditto.
14734         * nnheader.el (nnheader-file-to-number): Ditto.
14735         * nnkiboze.el (nnkiboze-request-article): Ditto.
14736         * nnmail.el (nnmail-process-unix-mail-format)
14737         (nnmail-process-babyl-mail-format): Ditto.
14738         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14739         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14740         (nnmh-request-create-group, nnmh-request-list-1)
14741         (nnmh-request-group, nnmh-request-article): Ditto.
14742         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14743         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14744         * nnsoup.el (nnsoup-make-active): Ditto.
14745         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14746         * nntp.el (nntp-find-group-and-number)
14747         (nntp-retrieve-headers-with-xover): Ditto.
14748         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14749         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14750         (pgg-format-key-identifier): Ditto.
14751         * pop3.el (pop3-last, pop3-stat): Ditto.
14752         * qp.el (quoted-printable-decode-region): Ditto.
14753
14754         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14755         of concat.
14756
14757 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14758
14759         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14760
14761         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14762
14763         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14764
14765         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14766
14767         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14768
14769         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14770
14771         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14772         (gnus-carpal-mode): Ditto.
14773
14774         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14775         (gnus-browse-mode): Ditto.
14776
14777         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14778
14779         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14780
14781 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14782
14783         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14784
14785 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14786
14787         * gnus-util.el (gnus-run-mode-hooks): New function.
14788
14789         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14790
14791         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14792         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14793
14794 2005-05-27  Lute Kamstra  <lute@gnu.org>
14795
14796         * dns-mode.el (dns-mode): Specify customization group.
14797
14798 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14799
14800         * gnus-agent.el (gnus-agent-make-mode-line-string):
14801         Use mode-line-highlight as mouse-face.
14802
14803 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14804
14805         * canlock.el (canlock): Change the parent group to news.
14806
14807         * deuglify.el (gnus-outlook-deuglify): Add :group.
14808
14809         * dig.el (dig): Add :group.
14810
14811         * dns-mode.el (dns-mode): Add :group.
14812
14813         * encrypt.el (encrypt): Add :group.
14814
14815         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14816         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14817         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14818         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14819         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14820
14821         * gnus-diary.el (gnus-diary): Add :group.
14822
14823         * gnus.el (gnus-group-news-1-face): Add :group.
14824         (gnus-group-news-1-empty-face): Ditto.
14825         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14826         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14827         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14828         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14829         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14830         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14831         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14832         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14833         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14834         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14835         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14836         (gnus-summary-high-ticked-face): Ditto.
14837         (gnus-summary-low-ticked-face): Ditto.
14838         (gnus-summary-normal-ticked-face): Ditto.
14839         (gnus-summary-high-ancient-face): Ditto.
14840         (gnus-summary-low-ancient-face): Ditto.
14841         (gnus-summary-normal-ancient-face): Ditto.
14842         (gnus-summary-high-undownloaded-face): Ditto.
14843         (gnus-summary-low-undownloaded-face): Ditto.
14844         (gnus-summary-normal-undownloaded-face): Ditto.
14845         (gnus-summary-high-unread-face): Ditto.
14846         (gnus-summary-low-unread-face): Ditto.
14847         (gnus-summary-normal-unread-face): Ditto.
14848         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14849         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14850
14851         * hashcash.el (hashcash): New custom group.
14852         (hashcash-default-payment): Add :group.
14853         (hashcash-payment-alist): Ditto.
14854         (hashcash-default-accept-payment): Ditto.
14855         (hashcash-accept-resources): Ditto.
14856         (hashcash-path): Ditto.
14857         (hashcash-extra-generate-parameters): Ditto.
14858         (hashcash-double-spend-database): Ditto.
14859         (hashcash-in-news): Ditto.
14860
14861         * message.el (message-minibuffer-local-map): Add :group.
14862
14863         * netrc.el (netrc): Add :group.
14864
14865         * sieve-manage.el (sieve-manage-log): Add :group.
14866         (sieve-manage-default-user): Diito.
14867         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14868         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14869         (sieve-manage-authenticators): Ditto.
14870         (sieve-manage-authenticator-alist): Ditto.
14871         (sieve-manage-default-port): Ditto.
14872
14873         * sieve-mode.el (sieve-control-commands-face): Add :group.
14874         (sieve-action-commands-face): Ditto.
14875         (sieve-test-commands-face): Ditto.
14876         (sieve-tagged-arguments-face): Ditto.
14877
14878         * smime.el (smime): Add :group.
14879
14880         * spam-report.el (spam-report): Add :group.
14881
14882         * spam.el (spam, spam-face): Add :group.
14883
14884 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14885
14886         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14887         return \n.\n.\n at the end of articles.  Protect against that.
14888         (nntp-with-open-group): Allow debugging.
14889
14890         * nnheader.el (mail-header-set-extra): Make into a function
14891         because I just could't understand how to quote the list properly.
14892
14893         * dns.el (query-dns-cached): New function.
14894
14895 2005-05-26  Lute Kamstra  <lute@gnu.org>
14896
14897         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14898
14899 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14900
14901         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14902
14903         * gnus-art.el: Don't autoload mail-extract-address-components.
14904
14905         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14906         eval-and-compile to evaluate it.
14907
14908         * hashcash.el: Don't autoload executable-find.
14909
14910         * nndb.el: Don't declare the nndb back end two or more times; don't
14911         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14912
14913         * nntp.el: Autoload format-spec instead of format; use
14914         eval-and-compile to evaluate autoload forms.
14915
14916 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14917
14918         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14919
14920 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14921
14922         * gnus.el (gnus-version-number): Bump version.
14923
14924 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14925
14926         * gnus.el: No Gnus v0.3 is released.
14927
14928 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14929
14930         * lpath.el (featurep): Bind show-nonbreak-escape.
14931
14932 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14933
14934         * gnus-art.el (gnus-article-edit-part): Disable undo.
14935
14936 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14937
14938         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14939         gnus-article-date-lapsed-new-header is t if date timer is active;
14940         skip headers in which the original date value is empty.
14941         (gnus-article-save-original-date): Redefine it as a macro.
14942         (gnus-display-mime): Use it.
14943
14944 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14945
14946         * gnus-art.el (article-date-ut): Support converting date in
14947         forwarded parts as well.
14948         (gnus-article-save-original-date): New function.
14949         (gnus-display-mime): Use it.
14950
14951 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14952
14953         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14954         enclosure element of <item>.
14955
14956 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14957
14958         * message.el (message-kill-buffer-query): Rename from
14959         `message-kill-buffer-query-if-modified'.  Add :version.
14960
14961 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14962
14963         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14964         window layout.
14965
14966 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14967
14968         * mml.el: Autoload dnd when compiling.
14969
14970 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14971
14972         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14973         x-dnd-*.
14974
14975 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14976
14977         * qp.el (quoted-printable-encode-region): Save excursion.
14978
14979 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14980
14981         * message.el (message-kill-buffer-query-if-modified): Add new variable
14982         so the user can kill a modified message buffer quickly.
14983         (message-kill-buffer): Use it.
14984
14985 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14986
14987         * lpath.el: Fbind display-time-event-handler; don't fbind
14988         string-to-multibyte.
14989
14990         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14991
14992 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14993
14994         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14995         contained in text because xml.el decodes entities) with LFs.
14996
14997 2005-04-11  Lute Kamstra  <lute@gnu.org>
14998
14999         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15000         differently.
15001
15002 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15003
15004         * mm-util.el (mm-detect-coding-region): Typo.
15005
15006 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15007
15008         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15009
15010 2005-04-06  Deepak Goel  <deego@gnufans.org>
15011
15012         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15013         user-function allow user modifications of the scores.
15014         (spam-stat-score-buffer-user): New function, to allow
15015         user-computed modifications to the score.
15016         (spam-stat-score-buffer-user-functions): List of additional
15017         scoring functions.
15018         (spam-stat-error-holder): Global temporary error holder.
15019         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15020         variable.
15021
15022 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15023
15024         * gnus-registry.el (gnus-registry-clean-empty-function)
15025         (gnus-registry-trim, gnus-registry-fetch-groups)
15026         (gnus-registry-delete-group): Groups that match
15027         `gnus-registry-ignored-groups' are removed from the registry
15028         entries, not just ignored for splitting.  This helps clean up the
15029         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15030         to get all the groups a message ID is in.
15031
15032         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15033         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15034         (spam-stat-score-buffer-user-functions): Add :number custom type.
15035
15036 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15037
15038         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15039         argument in XEmacs.
15040
15041         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15042         (nnrss-request-group): Decode group name first.
15043         (nnrss-request-article): Make a text/plain article if mml-to-mime
15044         failed.
15045         (nnrss-get-encoding): Return a compatible encoding according to
15046         nnrss-compatible-encoding-alist.
15047         (nnrss-find-el): Use consp instead of listp.
15048         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15049
15050 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15051
15052         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15053         which Emacs 20 doesn't support.
15054         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15055
15056 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15057
15058         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15059         silence the byte compiler inside the defun.
15060
15061         * gnus-demon.el (parse-time-string): Add autoload.
15062
15063         * gnus-delay.el (parse-time-string): Add autoload.
15064
15065         * gnus-art.el (parse-time-string): Add autoload.
15066
15067         * nnultimate.el (parse-time): Require for `parse-time-string'.
15068
15069 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15070
15071         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15072
15073         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15074
15075         * smime.el (smime-ldap-host-list): Add :version.
15076
15077 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15078
15079         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15080         pass it to `gnus-browse-read-group'.
15081         (gnus-browse-read-group): Add NUMBER argument and pass it to
15082         `gnus-group-read-ephemeral-group'.
15083
15084         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15085         argument and pass it to `gnus-group-read-group'.
15086
15087 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15088
15089         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15090         mm-xemacs-find-mime-charset-1 if we have the mule feature
15091         available at runtime.
15092
15093 2005-03-25  Werner Lemberg  <wl@gnu.org>
15094
15095         * nnmaildir.el: Replace `illegal' with `invalid'.
15096
15097 2005-03-23  Lute Kamstra  <lute@gnu.org>
15098
15099         * time-date.el: Add comment on time value formats.
15100         Don't require parse-time.
15101         (with-decoded-time-value): New macro.
15102         (encode-time-value): New function.
15103         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15104         (days-to-time): Return a valid time value when arg is huge.
15105         (time-since): Use time-subtract.
15106         (time-to-number-of-days): Use time-to-seconds.
15107
15108 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15109
15110         * gnus-start.el (gnus-display-time-event-handler):
15111         Check display-time-timer at runtime rather than only at load time
15112         in case display-time-mode is turned off in the mean time.
15113
15114 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15115
15116         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15117         used.
15118
15119         * nneething.el (nneething-map-file-directory): Derive from
15120         `gnus-directory'.
15121
15122         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15123         the To/Cc button.
15124
15125 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15126
15127         * nnmaildir.el (nnmaildir-request-accept-article):
15128         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15129
15130 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15131
15132         * gnus-async.el: Require timer-funcs at compile time when in
15133         XEmacs for `run-with-idle-timer'.
15134
15135 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15136
15137         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15138         autoloaded function.
15139
15140 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15141
15142         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15143
15144 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15145
15146         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15147
15148 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15149
15150         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15151         Add gnus-expert-user to default.
15152
15153 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15154
15155         * nnimap.el (nnimap-open-server): Ditto.
15156
15157         * imap.el (imap-authenticate): Fix typo.
15158
15159 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15160
15161         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15162         buffer (since IMAP server might return FETCH response out of
15163         order, and the nntp buffer must be sorted).
15164
15165 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15166
15167         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15168         comparison on string.
15169
15170         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15171         (gnus-agent-score): Rename category keywords to match gnus-cus.
15172         (gnus-agent-summary-fetch-series): Modify to protect against
15173         gnus-agent-summary-fetch-group clearing processable flags.
15174         (gnus-agent-synchronize-group-flags): Update live group buffer as
15175         synchronization may occur due to the user toggle the plugged
15176         status.
15177         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15178         successfully downloaded.
15179         (gnus-agent-expire-group-1): Avoid using markers when the overview
15180         is in ascending order; greatly improves performance.
15181         (gnus-agent-regenerate-group):
15182         Use gnus-agent-synchronize-group-flags to reset read status in both
15183         gnus and server.
15184         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15185
15186 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15187
15188         * message.el: Don't autoload former message-utils variables.
15189         (message-strip-subject-trailing-was): Change doc string.
15190
15191         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15192         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15193         (nnweb-google-search): Add "hl=en" here.
15194         (nnweb-google-parse-1, nnweb-google-create-mapping):
15195         Don't hardcode URL.
15196
15197 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15198
15199         * message.el (message-get-reply-headers, message-followup):
15200         Mention related variables `message-use-followup-to' and
15201         `message-use-mail-followup-to', in the information buffer.
15202
15203         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15204         of broken groups(-beta).google.com.
15205
15206 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15207
15208         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15209         parameter to invoked gnus-request-move-article; remove the
15210         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15211         all at once instead of once per article.
15212         (gnus-summary-remove-process-mark): Accept a list of articles as
15213         well as a single article for processing.
15214
15215         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15216         parameter.
15217
15218         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15219
15220         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15221
15222         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15223         parameter.
15224
15225         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15226         parameter.
15227
15228         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15229         parameter and remove the gnus-sum-hint-move-is-internal variable.
15230
15231         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15232         parameter.
15233
15234         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15235         parameter.
15236
15237         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15238         parameter.
15239
15240         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15241
15242         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15243         parameter.
15244
15245         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15246         parameter.
15247
15248 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15249
15250         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15251         a more conservative way.
15252
15253 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15254
15255         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15256         buffer, so it moves the window's cursor.
15257
15258 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15259
15260         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15261         `mm-dissect-multipart' and receive the from field as an (optional)
15262         argument from `mm-dissect-multipart'.
15263         (mm-dissect-multipart): Receive the from field as an argument and
15264         pass it on when we call `mm-dissect-buffer' on MIME parts.
15265         Fixes verification/decryption of signed/encrypted MIME parts.
15266
15267 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15268
15269         * gnus-sum.el (gnus-summary-move-article):
15270         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15271         whatever it calls (right now, only nnimap-request-move article
15272         respects it).
15273
15274         * nnimap.el (nnimap-request-move-article):
15275         When gnus-sum-hint-move-is-internal is set, don't do the extra
15276         nnimap-request-article.
15277
15278 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15279
15280         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15281
15282         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15283         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15284
15285         * gnus-sum.el (gnus-summary-caesar-message):
15286         Apply `gnus-treat-article' after rotation.
15287
15288         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15289         doc string.
15290
15291 2005-02-22  Simon Josefsson  <jas@extundo.com>
15292
15293         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15294         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15295         <arne@arnested.dk>.
15296         (encrypt): Add password-cache and password-cache-expiry as group
15297         members.
15298
15299 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15300
15301         * smime.el (smime-ldap-host-list): Doc fix.
15302         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15303         cache) password.
15304         (smime-sign-region): Use it.
15305         (smime-decrypt-region): Use it.
15306         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15307         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15308         fails.
15309         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15310         certificate from DER to PEM format rather than calling openssl.
15311
15312         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15313
15314         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15315         for signing/encryption.
15316
15317         * mml.el (mml-parse-1): Use them.
15318
15319 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15320
15321         * nnrss.el (nnrss-verbose): Remove.
15322         (nnrss-request-group): Use `nnheader-message' instead.
15323
15324 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15325
15326         * nnrss.el (nnrss-verbose): New variable.
15327         (nnrss-request-group): Make it say nnrss is requesting a group.
15328
15329 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15330
15331         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15332         Handle news URL with given port correctly.
15333
15334 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15335
15336         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15337         containing special characters.
15338
15339         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15340
15341         * mml.el (mime-to-mml): Ditto.
15342
15343         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15344         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15345         (rfc2047-decode-region): Quote decoded words containing special
15346         characters when rfc2047-quote-decoded-words-containing-tspecials
15347         is non-nil.
15348
15349 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15350
15351         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15352
15353         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15354
15355 2005-02-15  Simon Josefsson  <jas@extundo.com>
15356
15357         * nnimap.el (nnimap-debug): Doc fix.
15358
15359         * imap.el (imap-debug): Doc fix.
15360
15361 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15362
15363         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15364
15365 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15366
15367         * gnus.el (spam-contents): Improve docs for spam-contents
15368         parameter in its variable incarnation.
15369
15370 2005-02-14  Simon Josefsson  <jas@extundo.com>
15371
15372         * smime-ldap.el: Use require instead of load-library for ldap.
15373         (smime-ldap-search): Indent.
15374         (smime-ldap-search-internal): Shorten line.
15375
15376         * smime.el (smime-cert-by-dns): Add doc-string.
15377         (smime-cert-by-ldap-1): Indent.
15378
15379         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15380         mml-smime-get-dns-ldap.
15381         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15382
15383 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15384
15385         * smime.el: Require smime-ldap.
15386         (smime-ldap-host-list): New variable.
15387         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15388
15389         * mml-smime.el (mml-smime-encrypt-query): New function.
15390         (mml-smime-encrypt-query): Use it.
15391
15392         * smime-ldap.el: New file.
15393
15394 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15395
15396         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15397
15398 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15399
15400         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15401         argument in doc string.  Make query for type more clear.
15402
15403 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15404
15405         * gnus.el (gnus-group-startup-message): Search for gnus images in
15406         etc/images/gnus.
15407         * mm-util.el (mm-image-load-path): Likewise.
15408         * smiley.el (smiley-data-directory): Search for smilies in
15409         etc/images/smilies.
15410
15411 2005-02-09  Kim F. Storm  <storm@cua.dk>
15412
15413         Change Emacs release version from 21.4 to 22.1 throughout.
15414         Change Emacs development version from 21.3.50 to 22.0.50.
15415
15416 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15417
15418         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15419
15420         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15421         non-Mule XEmacs as well.
15422         (mm-decompress-buffer): Signal an error intentionally if it does
15423         not decompress compressed data because auto-compression-mode is
15424         disabled.
15425
15426 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15427
15428         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15429         an ID in the registry even if it has no groups.
15430
15431 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15432
15433         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15434         merge it into mm-decompress-buffer.
15435         (gnus-mime-copy-part): Use the MIME part charset, the value which
15436         a user specified or gnus-newsgroup-charset for decoding, like
15437         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15438         save-buffer what was used.  Suggested by Kevin Ryde
15439         <user42@zip.com.au>.
15440         (gnus-mime-inline-part): Allow the name parameter as well as the
15441         filename parameter; force decompressing of compressed data; always
15442         display contents being not decoded as unibyte.
15443
15444         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15445         as well as the filename parameter.
15446
15447         * mm-util.el (mm-decompress-buffer):
15448         Merge gnus-mime-jka-compr-maybe-uncompress.
15449         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15450         of compressed data.
15451
15452 2005-02-08  Simon Josefsson  <jas@extundo.com>
15453
15454         * imap.el (imap-log): Doc fix.
15455
15456 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15457
15458         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15459         the coding cookies; decompress compressed parts.
15460
15461         * mml.el (mml-generate-mime-1): Add the charset parameter according
15462         to the value which a user specified manually or the coding cookie.
15463
15464         * mm-util.el (mm-string-to-multibyte): New function.
15465         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15466         (mm-coding-system-to-mime-charset): New function.
15467         (mm-decompress-buffer): New function.
15468         (mm-find-buffer-file-coding-system): New function.
15469
15470         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15471         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15472         parts.
15473
15474 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15475
15476         * mm-view.el (mm-display-inline-fontify): Decode a part according
15477         to the charset parameter.
15478
15479 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15480
15481         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15482         prefix arg is neither nil nor a number, as info specifies.
15483
15484 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15485
15486         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15487         timestamps.
15488
15489 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15490
15491         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15492         groups error checking and notify user.
15493
15494 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15495
15496         * message.el (message-send-mail-function): Check existence of
15497         sendmail-program first before using default value
15498         `message-send-mail-with-sendmail'.  Otherwise use more generic
15499         `smtpmail-send-it'.
15500
15501 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15502
15503         * nntp.el (nntp-request-update-info): Always return nil.
15504
15505 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15506
15507         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15508
15509 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15510
15511         * message.el (message-beginning-of-line): Change the behavior when
15512         invoked between BOL and : so that it first moves backward.
15513
15514 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15515
15516         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15517         article buffer when editing of the article is discarded.
15518         (gnus-article-prepare): Revert.
15519
15520 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15521
15522         * gnus-art.el (gnus-article-prepare):
15523         Remove message-strip-forbidden-properties from the local hook.
15524
15525 2005-01-27  Simon Josefsson  <jas@extundo.com>
15526
15527         * password.el (password-cache-add): Only start one timer per key.
15528         Reported by Derek Atkins <warlord@MIT.EDU>.
15529
15530 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15531
15532         * run-at-time.el: Remove.  It is no longer needed as
15533         timer-funcs.el in the xemacs-base package has a working version of
15534         `run-at-time'.
15535
15536         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15537
15538         * password.el: Require timer-funcs instead of run-at-time in
15539         XEmacs.
15540         Remove `password-run-at-time' macro.
15541         (password-cache-add): Use `run-at-time' instead of
15542         `password-run-at-time'.
15543
15544         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15545         Remove `nnheader-cancel-function-timers' alias,
15546         `cancel-function-timers' exists in XEmacs in timer-funcs.
15547
15548         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15549         for `run-with-idle-timer'.
15550
15551         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15552         for `run-at-time'.
15553
15554         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15555         for `with-timeout'.
15556
15557         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15558         the same as for XEmacs 21.4.
15559         No need to ignore `run-with-idle-timer', this function exists in
15560         XEmacs now in timer-funcs.el in the xemacs-base package.
15561         (dgnushack-compile): No need to delete
15562         run-at-time.el from the list of files to compile because it
15563         doesn't exist anymore.
15564
15565 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15566
15567         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15568         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15569
15570 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15571
15572         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15573         sensitively.
15574
15575 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15576
15577         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15578
15579 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15580
15581         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15582         which will be inserted according to the multibyteness of a buffer
15583         rather than the type of contents.  Suggested by ARISAWA Akihiro
15584         <ari@mbf.ocn.ne.jp>.
15585
15586         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15587         of string which old xml.el may return rather than a string.
15588
15589 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15590
15591         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15592
15593 2005-01-16  Simon Josefsson  <jas@extundo.com>
15594
15595         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15596         idn/idna.el isn't available.
15597         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15598         <michael@waxrat.com>.
15599
15600         * hashcash.el: Remove non-FSF copyright header.
15601
15602         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15603         (hashcash-generate-payment): Use it.
15604         (hashcash-generate-payment-async): Use it.
15605
15606 2005-01-15  Simon Josefsson  <jas@extundo.com>
15607
15608         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15609         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15610
15611         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15612         gnus-summary-idna-message.
15613         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15614         (gnus-summary-idna-message): New function.
15615
15616 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15617
15618         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15619         gnus-novice-user.
15620
15621 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15622
15623         * nnrss.el (nnrss-request-delete-group): Delete entries in
15624         nnrss-group-alist as well.
15625         (nnrss-save-server-data): Insert newline.
15626
15627 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15628
15629         * gnus.el (gnus-user-agent): Use list of symbols instead of
15630         symbols.  Display full version number for (S)XEmacs.
15631         Optionally display (S)XEmacs codename.
15632
15633         * gnus-util.el (gnus-emacs-version): Update for new
15634         `gnus-user-agent'.
15635
15636         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15637         Gnus version.
15638
15639 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15640
15641         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15642         which is unreadable in some setups.
15643
15644 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15645
15646         * gnus-spec.el (gnus-update-format-specifications): Flush the
15647         group format spec cache if it doesn't support decoded group names.
15648
15649 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15650
15651         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15652         Allow to apply decay on score files matching a regexp.
15653
15654 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15655
15656         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15657         compatibility in %g and %c.
15658
15659 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15660
15661         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15662         name for only %g and %c.
15663         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15664         of gnus-tmp-group to decoded group name.
15665         (gnus-group-make-rss-group): Exclude `/'s from group names.
15666
15667 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15668
15669         * nnrss.el (nnrss-get-encoding): Fix regexp.
15670
15671 2004-12-27  Simon Josefsson  <jas@extundo.com>
15672
15673         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15674         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15675         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15676
15677 2004-12-17  Kim F. Storm  <storm@cua.dk>
15678
15679         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15680
15681         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15682
15683 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15684
15685         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15686
15687 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15688
15689         * nnrss.el: Require rfc2047 and mml.
15690         (nnrss-file-coding-system): New variable.
15691         (nnrss-format-string): Redefine it as an inline function.
15692         (nnrss-decode-group-name): New function.
15693         (nnrss-string-as-multibyte): Remove.
15694         (nnrss-retrieve-headers): Decode group name; don't use
15695         nnrss-format-string.
15696         (nnrss-request-group): Decode group name.
15697         (nnrss-request-article): Decode group name; allow a Message-ID as
15698         well as an article number; don't use nnrss-format-string; encode a
15699         Message-ID string which may contain non-ASCII characters; use
15700         mml-to-mime to compose a MIME article.
15701         (nnrss-request-expire-articles): Decode group name.
15702         (nnrss-request-delete-group): Decode group name.
15703         (nnrss-fetch): Clarify error message.
15704         (nnrss-read-server-data): Use insert-file-contents instead of load;
15705         bind file-name-coding-system; use multibyte buffer.
15706         (nnrss-save-server-data): Bind coding-system-for-write to the
15707         value of nnrss-file-coding-system; bind file-name-coding-system;
15708         add coding cookie.
15709         (nnrss-read-group-data): Use insert-file-contents instead of load;
15710         bind file-name-coding-system; use multibyte buffer.
15711         (nnrss-save-group-data): Bind coding-system-for-write to the
15712         value of nnrss-file-coding-system; bind file-name-coding-system.
15713         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15714         make it work with non-ASCII text.
15715         (nnrss-find-el): Make it work with old xml.el as well.
15716
15717 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15718
15719         * nnrss.el (nnrss-get-encoding): New function.
15720         (nnrss-fetch): Use unibyte buffer initially; bind
15721         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15722         decode contents according to the encoding attribute.
15723         (nnrss-save-group-data): Add coding cookie.
15724         (nnrss-mime-encode-string): New function.
15725         (nnrss-check-group): Use it to encode subject and author.
15726
15727 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15728
15729         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15730         imaginary variable.
15731
15732 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15733
15734         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15735         correctly even if there are wide characters.
15736
15737 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15738
15739         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15740         downcased symbol names; make a new cache instead of reusing
15741         bbdb-hashtable.
15742
15743 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15744
15745         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15746         concatenating segments rather than before concatenating them.
15747         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15748
15749         * message.el (message-get-reply-headers): Bind `extra'.
15750
15751 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15752
15753         * message.el (message-extra-wide-headers): New variable.
15754         (message-get-reply-headers): Use it.
15755
15756 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15757
15758         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15759         (gnus-agent-group-pathname): Ditto.
15760
15761         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15762
15763         * gnus-group.el (gnus-group-make-group): Decode group name.
15764         (gnus-group-make-rss-group): Register the group data after opening
15765         the nnrss group.
15766
15767 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15768
15769         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15770         by expiry now get marked as read.
15771
15772 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15773
15774         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15775
15776 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15777
15778         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15779         unify Latin characters in XEmacs.
15780         (mm-find-mime-charset-region): Use it.
15781
15782 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15783
15784         * gnus-util.el (gnus-delete-directory): New function.
15785
15786         * gnus-agent.el (gnus-agent-delete-group): Use it.
15787
15788         * gnus-cache.el (gnus-cache-delete-group): Use it.
15789
15790 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15791
15792         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15793         names.
15794
15795 2004-12-16  Simon Josefsson  <jas@extundo.com>
15796
15797         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15798
15799 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15800
15801         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15802
15803         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15804         (gnus-group-set-current-level): Decode group name.
15805
15806 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15807
15808         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15809         failed.
15810
15811 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15812
15813         * gnus-group.el (gnus-group-delete-group): Decode group name.
15814         (gnus-group-make-rss-group): Encode group name.
15815         (gnus-group-catchup-current): Decode group name.
15816         (gnus-group-kill-group): Decode group name.
15817
15818 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15819
15820         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15821
15822 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15823
15824         * gnus-group.el (gnus-group-make-rss-group):
15825         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15826
15827         * gnus-start.el (gnus-setup-news): Honor user's setting to
15828         gnus-message-archive-method.  Suggested by Lute Kamstra
15829         <lute@gnu.org>.
15830
15831 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15832
15833         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15834         global counterparts of the buffer-local variables.
15835
15836 2004-11-16  Romain Francoise  <romain@orebokech.com>
15837
15838         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15839         counterparts of the buffer-local variables.
15840
15841 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15842
15843         * message.el (message-forbidden-properties): Fix typo in doc
15844         string.
15845
15846 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15847
15848         * gnus-util.el (gnus-replace-in-string): Add doc string.
15849
15850         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15851         to avoid problems when splitting mails with many recipients.
15852
15853 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15854
15855         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15856         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15857
15858 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15859
15860         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15861         if there is no hashtable in memory or file modification time is
15862         newer than cached timestamp.
15863
15864 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15865
15866         * gnus-sum.el (gnus-summary-limit-to-recipient):
15867         Implement not-matching option.
15868
15869 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15870
15871         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15872         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15873         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15874         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15875         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15876         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15877
15878 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15879
15880         * message.el (message-forward-make-body-mml): Remove headers
15881         according to message-forward-ignored-headers if a message is decoded.
15882
15883 2004-12-02  Romain Francoise  <romain@orebokech.com>
15884
15885         * message.el (message-forward-make-body-plain): Always remove
15886         headers according to message-forward-ignored-headers.
15887
15888 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15889
15890         * spam.el (spam-summary-prepare-exit): Remove the
15891         gnus-summary-limit pop for now, it has problems with ham marks for
15892         me.
15893
15894 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15895
15896         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15897         correctly.
15898
15899 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15900
15901         * format-spec.el (format-spec): Message the char.
15902
15903 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15904
15905         * gnus-art.el (gnus-split-methods): Reformat comments.
15906
15907         * spam.el (spam-summary-prepare-exit): Remove article limits
15908         before exiting the summary buffer.
15909
15910 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15911
15912         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15913         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15914
15915         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15916         order to silence the byte compiler.
15917
15918         * spam.el: Fix the way to silence the byte compiler, which
15919         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15920         bbdb-search-simple, spam-BBDB-register-routine,
15921         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15922         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15923         spam-stat-buffer-is-spam, spam-stat-load,
15924         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15925         spam-stat-save and spam-stat-split-fancy.
15926
15927 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15928
15929         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15930         which may confuse users.
15931         (canlock-password-for-verify): Ditto.
15932
15933         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15934
15935         * gnus-art.el (gnus-emphasis-alist): Ditto.
15936
15937         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15938
15939         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15940
15941         * gnus-start.el (gnus-save-killed-list): Ditto.
15942
15943         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15944         (gnus-sum-thread-tree-root): Ditto.
15945         (gnus-sum-thread-tree-false-root): Ditto.
15946         (gnus-sum-thread-tree-single-indent): Ditto.
15947
15948         * message.el (message-courtesy-message): Ditto.
15949         (message-archive-note): Ditto.
15950         (message-subscribed-address-file): Ditto.
15951         (message-user-fqdn): Ditto.
15952
15953         * spam-report.el (spam-report-gmane-regex): Ditto.
15954
15955         * spam.el (spam-blackhole-good-server-regex): Ditto.
15956
15957 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15958
15959         * mml.el (mml-preview): Widen the message buffer before copying
15960         the contents to the preview buffer; sort headers before previewing.
15961
15962         * message.el (message-hidden-headers): Fix the way to avoid a bug
15963         in the `repeat' widget in Emacs 21.3 or earlier.
15964
15965 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15966
15967         * message.el (message-hidden-headers): Default to "^References:".
15968         Improve customization type.  Suggested by Reiner Steib
15969         <Reiner.Steib@gmx.de>.
15970
15971 2004-11-25  Romain Francoise  <romain@orebokech.com>
15972
15973         * message.el (message-strip-forbidden-properties): Remove check for
15974         obsolete `message-hidden' text property, hidden headers are not
15975         accessible in the buffer anymore.
15976
15977 2004-11-22  Romain Francoise  <romain@orebokech.com>
15978
15979         * message.el (message-header-format-alist): Add `From' in list
15980         so that it can be sorted.
15981         (message-fix-before-sending): Widen and sort headers before
15982         sending.
15983         (message-hide-headers): Use narrowing to hide headers by moving
15984         them to the top of the buffer and narrowing to the region
15985         underneath.
15986
15987 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15988
15989         * message.el (message-strip-forbidden-properties):
15990         Bind buffer-read-only (etc) to nil.
15991
15992 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15993
15994         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15995         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15996
15997 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15998
15999         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16000
16001 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16002
16003         * dns.el (query-dns): Use sit-for to time instead of
16004         accept-process-output, since that doesn't seem to work on udp
16005         sockets.
16006
16007 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16008
16009         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16010
16011 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16012
16013         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16014         doc string.  Improve doc string.
16015
16016 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16017
16018         * nntp.el (nntp-request-update-info): Return nil if
16019         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16020         may not call gnus-activate-group which uselessly issues the GROUP
16021         commands for all nntp groups and wastes time.  Reported by Romain
16022         Francoise <romain@orebokech.com>.
16023
16024         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16025
16026 2004-11-15  Simon Josefsson  <jas@extundo.com>
16027
16028         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16029         headers separately.
16030         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16031         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16032
16033 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16034
16035         * gnus-start.el (gnus-convert-old-newsrc):
16036         Assign legacy-gnus-agent to 5.10.7.
16037
16038 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16039
16040         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16041         start of the lines.
16042
16043 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16044
16045         * hashcash.el (hashcash-default-payment): Change default to 20.
16046         (hashcash-default-accept-payment): Change default to 20.
16047         (hashcash-process-alist): New variable.
16048         (hashcash-generate-payment-async): Add.
16049         (hashcash-already-paid-p): Add.
16050         (hashcash-insert-payment): Don't generate payments twice.
16051         (hashcash-insert-payment-async): Add.
16052         (hashcash-insert-payment-async-2): Add.
16053         (hashcash-cancel-async): Add.
16054         (hashcash-wait-async): Add.
16055         (hashcash-processes-running-p): Add.
16056         (hashcash-wait-or-cancel): Add.
16057         (mail-add-payment): New optional argument.  Conditionally start
16058         asynchronous calculation.
16059         (mail-add-payment-async): Add.
16060
16061         * message.el (message-send-mail): Wait for asynchronous hashcash
16062         results.  Don't clobber existing X-Hashcash headers.
16063         (message-setup-1): Call mail-add-payment-async when
16064         message-generate-hashcash is non-nil.
16065
16066 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16067
16068         * message.el (message-use-alternative-email-as-from): Examine the
16069         From header as well; use message-make-from in order to include a
16070         user's full name.
16071
16072 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16073
16074         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16075         default; improve customization type.
16076         (gnus-emphasis-custom-with-format): New macro.
16077         (gnus-emphasis-custom-value-to-external): New function.
16078         (gnus-emphasis-custom-value-to-internal): New function.
16079
16080 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16081
16082         * dns.el (query-dns): Resolve reverse addresses.
16083
16084 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16085
16086         * gnus-group.el (gnus-group-get-new-news): Use it.
16087
16088         * gnus-start.el (gnus-check-reasonable-setup): New function.
16089
16090 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16091
16092         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16093         "Args out of range" error.  Reported by Arnaud Giersch
16094         <arnaud.giersch@free.fr>.
16095
16096 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16097
16098         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16099
16100 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16101
16102         * spam.el (spam group): Add :version.
16103
16104         * pgg-def.el (pgg group): Add :version.
16105
16106 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16107
16108         * gnus-art.el (gnus-article-edit-article): Don't associate the
16109         article buffer with a draft file.  This is a temporary measure
16110         against the 2004-08-22 change to gnus-article-edit-mode.
16111
16112 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16113
16114         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16115         (html2text-format-tags): Remove unused variable `attr'.
16116
16117 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16118
16119         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16120
16121         * tls.el (tls-process-connection-type, tls-success)
16122         (tls-certtool-program): Add :version.
16123
16124         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16125         (starttls-extra-arguments, starttls-process-connection-type)
16126         (starttls-connect, starttls-failure, starttls-success): Add :version.
16127
16128         * spam-stat.el (spam-stat): Add :version.
16129
16130         * sieve.el (sieve): Add :version.
16131
16132         * sha1.el (sha1): Add :version.
16133         (sha1-use-external): Remove redundant version.
16134
16135         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16136         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16137         (nnmail-split-fancy-match-partial-words)
16138         (nnmail-split-lowercase-expanded): Add :version.
16139
16140         * nndiary.el (nndiary): Add :version.
16141
16142         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16143
16144         * mml-sec.el (mml-default-sign-method)
16145         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16146         Add :version.
16147
16148         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16149
16150         * mm-url.el (mm-url-use-external, mm-url-program)
16151         (mm-url-arguments): Add :version.
16152
16153         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16154         (mm-attachment-file-modes, mm-decrypt-option)
16155         (mm-w3m-safe-url-regexp): Add :version.
16156
16157         * message.el (message-cite-prefix-regexp)
16158         (message-sendmail-envelope-from, message-minibuffer-local-map)
16159         (message-user-fqdn, message-completion-alist): Add :version.
16160
16161         * gnus-win.el (gnus-configure-windows-hook)
16162         (gnus-use-frames-on-any-display): Add :version.
16163
16164         * gnus-art.el (gnus-article-address-banner-alist)
16165         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16166         (gnus-treat-from-picon, gnus-treat-mail-picon)
16167         (gnus-treat-x-pgp-sig): Add :version.
16168
16169         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16170         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16171         (gnus-summary-article-delete-hook)
16172         (gnus-summary-display-while-building): Add :version.
16173
16174         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16175         (gnus-get-top-new-news-hook): Add :version.
16176
16177         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16178         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16179
16180         * gnus-registry.el (gnus-registry): Add :version.
16181
16182         * gnus-spec.el (gnus-use-correct-string-widths)
16183         (gnus-make-format-preserve-properties): Add :version.
16184
16185         * gnus.el (gnus-group-charter-alist)
16186         (gnus-group-fetch-control-use-browse-url)
16187         (gnus-install-group-spam-parameters): Add :version.
16188
16189         * gnus-diary.el (gnus-diary): Add :version.
16190
16191         * gnus-delay.el (gnus-delay): Add :version.
16192
16193         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16194         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16195         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16196         Add :version.
16197
16198         * gnus-agent.el (gnus-agent-max-fetch-size)
16199         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16200         (gnus-agent-prompt-send-queue): Add :version.
16201
16202         * deuglify.el (gnus-outlook-deuglify): Add :version.
16203
16204         * html2text.el: Beautify code.  Improve doc strings.
16205         Some checkdoc cleanup.
16206         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16207
16208 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16209
16210         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16211
16212 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16213
16214         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16215         when package is loaded.
16216
16217         * spam.el (spam-summary-score-preferred-header): Add global preference
16218         for people who want to override the default SpamAssassin over
16219         Bogofilter preference (when both are set).
16220         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16221         (spam-user-format-function-S):
16222         Check spam-summary-score-preferred-header.
16223         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16224         (spam-user-format-function-S): Format the score correctly.
16225
16226 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16227
16228         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16229         signature file.  Suggested by Manoj Srivastava
16230         <srivasta@golden-gryphon.com>.
16231
16232         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16233         iso-2022-jp even in the Japanese language environment.
16234         Suggested by Jason Rumney <jasonr@gnu.org>.
16235
16236 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16237
16238         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16239         use the same characters as the dummy marks; make it free from
16240         getting affected by the language environment.
16241         (gnus-summary-read-group-1): Update mark positions only when the
16242         format spec is updated.
16243
16244         * gnus-spec.el (gnus-update-format-specifications): Return a list
16245         of updated types.
16246
16247 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16248
16249         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16250         of boundp to check if display-warning is available.
16251
16252 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16253
16254         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16255
16256 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16257
16258         * nnspool.el (nnspool-spool-directory): Use news-path if the
16259         news-directory variable is not bound.
16260
16261         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16262         function instead of display-warning if it is not available.
16263
16264 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16265
16266         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16267         v5-10: Use `point-at-bol'.
16268
16269 2004-10-26  Simon Josefsson  <jas@extundo.com>
16270
16271         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16272         <chenggao@gmail.com>.
16273
16274 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16275
16276         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16277         instead.
16278
16279 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16280
16281         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16282         to remove a server from the nnimap-server-buffer-alist.
16283         (nnimap-open-connection, nnimap-close-server): Use it.
16284
16285         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16286
16287 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16288
16289         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16290         running the major-mode function.
16291
16292 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16293
16294         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16295         dummy marks in the right way.
16296
16297 2004-10-18  David Edmondson  <dme@dme.org>
16298
16299         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16300         excessively.
16301
16302 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16303
16304         * gnus-util.el (gnus-split-references): Accept a nil references
16305         string and go on blissfully.
16306
16307         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16308         cases where the references string is non-nil but has no references.
16309
16310         * encrypt.el: Add autoload tags.
16311
16312         * spam.el (spam-resolve-registrations-routine): Remove article
16313         from unregistration list too.  Reported by David Hanak
16314         <dhanak@isis.vanderbilt.edu>
16315
16316 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16317
16318         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16319         nil.  Change custom type.
16320
16321 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16322
16323         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16324
16325         * gnus-sum.el (gnus-summary-move-article): Use it.
16326
16327 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16328
16329         * encrypt.el: Add autoload cookies.
16330
16331         * spam.el (spam-backend-article-list-property)
16332         (spam-backend-get-article-todo-list)
16333         (spam-backend-put-article-todo-list)
16334         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16335         Resolve registrations separately.
16336         (spam-register-routine): Format comments.
16337         (spam-unregister-routine, spam-register-routine): Always call with
16338         specific-articles, no default list.
16339         (spam-summary-prepare-exit): Use the spam-classifications function.
16340
16341         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16342         gnus-encrypt.el.
16343
16344         * encrypt.el: Copied from gnus-encrypt.el.
16345
16346         * gnus-encrypt.el: Commented that it's obsolete.
16347
16348 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16349
16350         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16351         (gnus-score-save): Use it.
16352
16353         * message.el (message-bury): Use `window-dedicated-p'.
16354
16355 2004-10-15  Simon Josefsson  <jas@extundo.com>
16356
16357         * pop3.el (top-level): Don't require nnheader.
16358         (pop3-read-timeout): Add.
16359         (pop3-accept-process-output): Add.
16360         (pop3-read-response, pop3-retr): Use it.
16361
16362 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16363
16364         * spam.el (spam-register-routine): Move comment.
16365         (spam-verify-bogofilter): Use 'unknown for the initial
16366         spam-bogofilter-valid state, not 'never.
16367
16368         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16369         for netrc-machine.
16370
16371         * nnimap.el (nnimap-open-connection):
16372         Use netrc-machine-user-or-password.
16373
16374 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16375
16376         * gnus-registry.el (gnus-registry-unload-hook):
16377         Set as a variable with add-hook.
16378
16379         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16380         of news-path.
16381
16382         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16383
16384         * spam.el: Delete duplicate `provide'.
16385         (spam-unload-hook): Set as a variable with add-hook.
16386
16387 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16388
16389         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16390         in the doc string.
16391
16392         * message.el (message-ignored-news-headers)
16393         (message-ignored-supersedes-headers)
16394         (message-ignored-resent-headers)
16395         (message-forward-ignored-headers): Improve custom type.
16396
16397 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16398
16399         * message.el (message-tokenize-header): Fix 2004-09-06 change
16400         which used point-min in the wrong place.
16401
16402 2004-10-12  Simon Josefsson  <jas@extundo.com>
16403
16404         * tls.el (tls-certtool-program): New variable.
16405         (tls-certificate-information): New function, based on
16406         ssl-certificate-information.
16407
16408 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16409
16410         * compface.el: Move the version of ELisp-based uncompface program
16411         to the contrib directory because of the copyright problem.
16412
16413 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16414
16415         * message.el (message-kill-buffer): Raise the current frame.
16416
16417 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16418
16419         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16420
16421         * gnus.el (message-y-or-n-p): Autoload.
16422
16423         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16424         (pop3-password-required, pop3-authentication-scheme)
16425         (pop3-leave-mail-on-server): Make customizable.
16426         (pop3): New custom group.
16427         (pop3-retr): Remove `sleep-for' statements.
16428         Suggested by Dave Love <fx@gnu.org>.
16429
16430         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16431         Windows/DOS.
16432
16433         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16434         (imap-parse-body): Fix incorrect use of `assert'.
16435         Suggested by Dave Love <fx@gnu.org>.
16436
16437         * mml.el (mml-minibuffer-read-disposition): Require match.
16438         Suggested by Dave Love <fx@gnu.org>.
16439
16440 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16441
16442         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16443         doc string.
16444
16445 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16446
16447         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16448
16449 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16450
16451         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16452         instead of calling `mm-insert-inline', to decode text/* parts
16453         before displaying them.
16454
16455 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16456
16457         * mm-uu.el (mm-uu-text-plain-type): New variable.
16458         (mm-uu-pgp-signed-extract-1): Use it.
16459         (mm-uu-pgp-encrypted-extract-1): Use it.
16460         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16461         bind mm-uu-text-plain-type with that value.
16462         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16463         mm-uu-dissect.
16464
16465 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16466
16467         * gnus-group.el (gnus-update-group-mark-positions):
16468         * gnus-sum.el (gnus-update-summary-mark-positions):
16469         * message.el (message-check-news-body-syntax):
16470         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16471         of string-as-multibyte.
16472
16473 2004-10-05  Juri Linkov  <juri@jurta.org>
16474
16475         * gnus-group.el (gnus-update-group-mark-positions):
16476         * gnus-sum.el (gnus-update-summary-mark-positions):
16477         * message.el (message-check-news-body-syntax):
16478         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16479         8-bit unibyte values to a multibyte string for search functions.
16480
16481 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16482
16483         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16484         (mm-uu-dissect-text-parts): New function.
16485
16486         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16487         dissect text parts.
16488
16489         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16490         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16491
16492         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16493
16494         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16495         Use gnus-current-topics instead of gnus-current-topic.
16496
16497 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16498
16499         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16500
16501 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16502
16503         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16504         where approriate.
16505
16506         * nnml.el (nnml-generate-active-info): do.
16507
16508         * nndiary.el (nndiary-generate-active-info): do.
16509
16510         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16511         (gnus-topic-move): do.
16512
16513         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16514         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16515
16516         * gnus-srvr.el (gnus-server-prepare)
16517         (gnus-server-open-all-servers): do.
16518
16519         * gnus-msg.el (gnus-summary-cancel-article)
16520         (gnus-summary-resend-message)
16521         (gnus-summary-mail-crosspost-complaint): do.
16522
16523         * gnus-move.el (gnus-change-server): do.
16524
16525         * gnus-group.el (gnus-group-unmark-all-groups)
16526         (gnus-group-set-current-level): do.
16527
16528 2004-10-04  Simon Josefsson  <jas@extundo.com>
16529
16530         * message.el (message-generate-hashcash): Doc fix.
16531
16532 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16533
16534         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16535         avoid infinite recursion via gnus-get-function.
16536
16537 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16538
16539         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16540
16541         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16542
16543         * nnmail.el (nnmail-split-history): do.
16544
16545         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16546         (nnml-request-delete-group): do.
16547
16548         * nnslashdot.el (nnslashdot-read-groups): do.
16549
16550         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16551         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16552
16553         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16554         (nnspool-sift-nov-with-sed): Use last.
16555         (nnspool-retrieve-headers-with-nov): Use mapc.
16556         (nnspool-request-newgroups): Use dolist.
16557         (nnspool-request-group): Use last.
16558
16559         * nntp.el (nntp-read-server-type): Use dolist.
16560
16561         * nnvirtual.el (nnvirtual-create-mapping)
16562         (nnvirtual-update-read-and-marked): Use dolist.
16563         (nnvirtual-convert-headers): Simplify.
16564
16565 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16566
16567         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16568         Add support for sync'ing tick marks.
16569
16570 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16571
16572         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16573         there's no visible header.
16574
16575 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16576
16577         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16578         When necessary, pass full group name to gnus-request-set-marks.
16579
16580 2004-10-01  Simon Josefsson  <jas@extundo.com>
16581
16582         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16583         acroread.
16584
16585 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16586
16587         * spam-report.el (spam-report-gmane): Fix interactive.
16588
16589         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16590
16591         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16592         when writing file.
16593         (gnus-agent-synchronize-flags): Don't default to being
16594         interactive.
16595
16596 2004-09-30  Simon Josefsson  <jas@extundo.com>
16597
16598         * message.el (message-generate-hashcash): Add.
16599         (message-send-mail): Use it, call mail-add-payment.
16600
16601 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16602
16603         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16604
16605 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16606
16607         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16608         gnus-requst-update-info with explicit code to sync the in-memory
16609         info read flags with the marks being sync'd to the backend.
16610
16611         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16612
16613 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16614
16615         * spam.el (spam-verify-bogofilter): Add new function.
16616         (spam-check-bogofilter)
16617         (spam-bogofilter-register-with-bogofilter): Use it.
16618         (spam-verify-bogofilter): Add small fixes.
16619
16620 2004-09-28  Simon Josefsson  <jas@extundo.com>
16621
16622         * hashcash.el (hashcash-generate-payment): Revert.
16623
16624 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16625
16626         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16627         Use gnus-extract-references instead of gnus-split-references.
16628
16629         * gnus-util.el (gnus-extract-references): Add new function, analogous
16630         to gnus-split-references but extracts only the message-ID without
16631         anything extra.
16632
16633         * hashcash.el (hashcash-generate-payment)
16634         (hashcash-check-payment): Do the right thing if hashcash-path is
16635         nil (because the hashcash program could not be found).
16636
16637         * spam.el (spam-use-hashcash): Remove comment.
16638
16639 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16640
16641         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16642         (gnus-cache-enter-article, gnus-cache-remove-article)
16643         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16644
16645         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16646
16647         * gnus-art.el (article-hide-boring-headers)
16648         (article-translate-strings, article-display-face)
16649         (gnus-article-mime-match-handle-first)
16650         (gnus-article-highlight-headers)
16651         (gnus-article-add-buttons-to-head): do.
16652
16653 2004-09-27  Simon Josefsson  <jas@extundo.com>
16654
16655         * hashcash.el: New version, from
16656         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16657         ../contrib/.
16658
16659 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16660
16661         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16662
16663 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16664
16665         * gnus-dup.el (gnus-dup-open): Use mapc.
16666         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16667
16668         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16669         Reported by Stefan Wiens <s.wi@gmx.net>.
16670
16671         * gnus.el (gnus-shutdown): Use dolist.
16672
16673         * gnus-undo.el (gnus-undo): Use mapc.
16674
16675         * nnrss.el (nnrss-generate-active): do.
16676
16677         * message.el (message-cite-original-without-signature)
16678         (message-cite-original): Use mapc.
16679         (message-do-actions, message-make-forward-subject): Use dolist.
16680
16681 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16682
16683         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16684         deletion to remove entire duplicate line.  Fixes merged article
16685         number bug.
16686
16687 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16688
16689         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16690         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16691         first ask if you want to open a server and then, even when you
16692         responded with no, asking if you want to synchronize the server's
16693         flags.
16694         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16695         multi-line expressions.
16696         (gnus-agent-synchronize-group-flags): New internal function.
16697         Updates marks in memory (in the info structure) AND in the
16698         backend.
16699
16700         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16701
16702         * nnagent.el (nnagent-request-set-mark):
16703         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16704         method, to ensure that synchronization updates marks in the
16705         backend and in the info (in memory) structure.
16706
16707 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16708
16709         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16710         convention fully; don't miss the root article of a thread; make
16711         the X-Draft-From header with correct article numbers.
16712
16713 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16714
16715         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16716         unless plugged.  Disable the agent so that an open failure causes
16717         an error.
16718
16719         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16720         Revert 2004-09-21 change.  The backend must be opened while
16721         synchronizing flags even when the backend stores the flags
16722         locally.
16723
16724 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16725
16726         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16727         in `header' match.  Reported by Svend Tollak Munkejord.
16728
16729         * message.el (message-cite-original): Fix use of
16730         `message-cite-articles-with-x-no-archive'.
16731
16732 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16733
16734         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16735         (gnus-window-to-buffer): Ditto.
16736
16737         * mml.el (mml-preview-buffer): New variable.
16738         (mml-preview): Manage window layout with gnus-buffer-configuration.
16739
16740         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16741         X-Draft-From header even if those articles aren't quoted.
16742
16743 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16744
16745         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16746         (gnus-request-set-mark, gnus-request-update-mark): Use new
16747         g-s-t-u-l-m to decide to use backend even when unplugged.
16748
16749 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16750
16751         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16752         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16753
16754 2004-09-20  Simon Josefsson  <jas@extundo.com>
16755
16756         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16757         "utf-16-le".
16758
16759 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16760
16761         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16762
16763 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16764
16765         * uudecode.el (uudecode-use-external): Add :version.
16766
16767         * smime.el (smime-CA-file, smime-encrypt-cipher)
16768         (smime-dns-server): Add :version.
16769
16770         * smiley.el (gnus-smiley-file-types): Add :version.
16771
16772         * sha1.el (sha1-use-external): Add :version.
16773
16774         * pgg-def.el (pgg-query-keyserver): Add :version.
16775
16776         * nnmail.el (nnmail-fancy-expiry-targets)
16777         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16778         Add :version.
16779
16780         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16781         (nnimap-retrieve-groups-asynchronous): Add :version.
16782         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16783
16784         * mml.el (mml-content-disposition-parameters)
16785         (mml-insert-mime-headers-always): Add :version.
16786
16787         * mm-util.el (mm-coding-system-priorities): Add :version.
16788
16789         * mm-decode.el (mm-inline-text-html-with-images)
16790         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16791         (mm-verify-option): Add :version.
16792         (mm-text-html-renderer): Change :version.
16793
16794         * message.el (message-fcc-externalize-attachments)
16795         (message-required-headers, message-draft-headers)
16796         (message-subject-trailing-was-query)
16797         (message-subject-trailing-was-ask-regexp)
16798         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16799         (message-mark-insert-end, message-archive-header)
16800         (message-archive-note, message-cross-post-default)
16801         (message-cross-post-note, message-followup-to-note)
16802         (message-cross-post-note-function, message-use-mail-followup-to)
16803         (message-subscribed-address-functions)
16804         (message-subscribed-address-file, message-subscribed-addresses)
16805         (message-subscribed-regexps, message-allow-no-recipients)
16806         (message-yank-cited-prefix, message-signature-insert-empty-line)
16807         (message-hidden-headers, message-hierarchical-addresses)
16808         (message-mail-user-agent, message-use-idna)
16809         (message-valid-fqdn-regexp)
16810         (message-strip-special-text-properties, message-header-synonyms)
16811         (message-beginning-of-line, message-tab-body-function): Add :version.
16812         (message-insert-canlock, message-wide-reply-confirm-recipients):
16813         Change :version.
16814
16815         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16816         and :version.
16817         (mail-source-delete-old-incoming-confirm)
16818         (mail-source-movemail-program): Add :version.
16819
16820         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16821         (gnus-agent-cache, gnus-agent): Change :version.
16822
16823         * gnus-util.el (gnus-use-byte-compile): Change :version.
16824
16825         * gnus-sum.el (gnus-summary-make-false-root-always)
16826         (gnus-summary-default-high-score)
16827         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16828         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16829         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16830         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16831         (gnus-sum-thread-tree-single-indent)
16832         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16833         (gnus-sum-thread-tree-leaf-with-other)
16834         (gnus-sum-thread-tree-single-leaf): Add :version.
16835         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16836         (gnus-article-loose-mime): Change :version.
16837
16838         * gnus-start.el (gnus-backup-startup-file)
16839         (gnus-save-startup-file-via-temp-buffer): Add :version.
16840
16841         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16842         (gnus-server-offline-face): Add :version.
16843
16844         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16845
16846         * gnus-msg.el (gnus-gcc-externalize-attachments)
16847         (gnus-debug-files, gnus-debug-exclude-variables)
16848         (gnus-discouraged-post-methods): Change :version.
16849         (gnus-confirm-mail-reply-to-news)
16850         (gnus-confirm-treat-mail-like-news): Add :version.
16851
16852         * gnus-int.el (gnus-server-unopen-status): Add :version.
16853
16854         * gnus-group.el (gnus-group-jump-to-group-prompt)
16855         (gnus-large-ephemeral-newsgroup)
16856         (gnus-fetch-old-ephemeral-headers): Add :version.
16857
16858         * gnus-fun.el (gnus-x-face-directory)
16859         (gnus-convert-pbm-to-x-face-command)
16860         (gnus-convert-image-to-x-face-command)
16861         (gnus-convert-image-to-face-command): Add :version.
16862
16863         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16864
16865         * gnus-cite.el (gnus-cite-blank-line-after-header)
16866         (gnus-article-boring-faces): Add :version.
16867
16868         * gnus-art.el (gnus-buttonized-mime-types)
16869         (gnus-inhibit-mime-unbuttonizing)
16870         (gnus-treat-display-face)
16871         (gnus-treat-body-boundary): Change :version.
16872         (gnus-body-boundary-delimiter, gnus-picon-databases)
16873         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16874         (gnus-treat-date-english, gnus-treat-fold-headers)
16875         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16876         (gnus-treat-mail-picon, gnus-treat-wash-html)
16877         (gnus-article-encrypt-protocol)
16878         (gnus-use-idna, gnus-article-over-scroll)
16879         (gnus-mime-display-multipart-alternative-as-mixed)
16880         (gnus-mime-display-multipart-related-as-mixed)
16881         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16882         (gnus-ctan-url, gnus-button-ctan-handler)
16883         (gnus-button-handle-ctan-bogus-regexp)
16884         (gnus-button-ctan-directory-regexp)
16885         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16886         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16887         (gnus-button-man-level, gnus-button-emacs-level)
16888         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16889
16890         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16891         (gnus-agent-go-online): Change :version.
16892         (gnus-agent-expire-unagentized-dirs)
16893         (gnus-agent-auto-agentize-methods): Add :version.
16894
16895         * flow-fill.el (fill-flowed-display-column)
16896         (fill-flowed-encode-column): Add :version.
16897
16898         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16899         (gnus-outlook-deuglify-unwrap-max)
16900         (gnus-outlook-deuglify-cite-marks)
16901         (gnus-outlook-deuglify-unwrap-stop-chars)
16902         (gnus-outlook-deuglify-no-wrap-chars)
16903         (gnus-outlook-deuglify-attrib-cut-regexp)
16904         (gnus-outlook-deuglify-attrib-verb-regexp)
16905         (gnus-outlook-deuglify-attrib-end-regexp)
16906         (gnus-outlook-display-hook): Add :version.
16907
16908         * binhex.el (binhex-use-external): Add :version.
16909
16910 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16911
16912         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16913         and `invisible'.
16914
16915 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16916
16917         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16918         in gnus-registry-trim.
16919
16920 2004-09-13  Simon Josefsson  <jas@extundo.com>
16921
16922         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16923
16924         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16925
16926         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16927         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16928         <yamaoka@jpl.org>.
16929         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16930         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16931         <yamaoka@jpl.org>.
16932
16933         * sieve.el (sieve-manage-mode): Ditto.
16934
16935 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16936
16937         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16938
16939 2004-09-11  Simon Josefsson  <jas@extundo.com>
16940
16941         * dns-mode.el: Add.
16942
16943         * mm-view.el (mm-display-dns-inline): Add.
16944
16945         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16946         (mm-automatic-display): Ditto.
16947
16948         * mailcap.el (mailcap-mime-data): Add text/dns.
16949         (mailcap-mime-extensions): Map .soa to text/dns.
16950
16951 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16952
16953         * gnus-art.el (article-decode-mime-words, article-babel)
16954         (gnus-article-highlight-signature, gnus-article-add-buttons)
16955         (gnus-signature-toggle): Remove unnecessary bindings of
16956         `inhibit-read-only' inherited from v5.10 merge.
16957
16958 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16959
16960         * nntp.el (nntp): New customization group.
16961         (nntp-authinfo-file): Add customization group.
16962
16963         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16964
16965         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16966
16967         * gnus.el (to-address, to-list, subscribed)
16968         (large-newsgroup-initial): Ditto.
16969
16970         * flow-fill.el (fill-flowed-display-column)
16971         (fill-flowed-encode-column): Ditto.
16972
16973 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16974
16975         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16976         Use point-min rather than 1.
16977         (message-send-mail): Use buffer-size rather than point-max.
16978
16979         * gnus-sum.el (gnus-summary-search-article-forward):
16980         Signal a specific `search-failed' rather than a generic `error'.
16981
16982         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16983         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16984         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16985
16986 2004-09-10  Simon Josefsson  <jas@extundo.com>
16987
16988         * nndb.el (require): Remove tcp and duplicate cl.
16989
16990 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16991
16992         * gnus-agent.el (directory-files-and-attributes): Move forward.
16993
16994 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16995
16996         * gnus-agent.el (directory-files-and-attributes):
16997         Optionally defined to support XEmacs.
16998
16999 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17000
17001         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17002         to avoid run-time CL dependencies.
17003         (gnus-agent-unfetch-articles): New function.
17004         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17005         article numbers even when local .overview file is missing.
17006         (gnus-agent-read-article-number): New function.  Only accepts
17007         27-bit article numbers.
17008         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17009         Use gnus-agent-read-article-number.
17010         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17011         from backend while recognizing that article numbers in .overview
17012         must be valid.
17013         (gnus-agent-update-files-total-fetched-for):
17014         Use directory-files-and-attributes to improve performance.
17015         * gnus-int.el (gnus-request-move-article):
17016         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17017         improve performance.
17018
17019         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17020         some users confused by references to .newsrc when they only have a
17021         .newsrc.eld file.
17022         (gnus-convert-mark-converter-prompt)
17023         (gnus-convert-converter-needs-prompt): Fix use of property list.
17024         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17025         New function.  Used internally to only display 'gnus converting
17026         files' message when actually necessary.
17027
17028         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17029         methods now autoloaded.
17030
17031 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17032
17033         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17034         identifiers.
17035
17036 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17037
17038         * gnus-picon.el: Fix indentation and closing parenthesis.
17039
17040 2004-09-01  Simon Josefsson  <jas@extundo.com>
17041
17042         * message.el (message-canlock-generate): Require sha1, not
17043         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17044         to require within a function.  Sadly, if sha1.el isn't loaded, the
17045         let binding in m-c-g will hide the defcustom definition, which is
17046         bad.)
17047
17048         * canlock.el: Require sha1, not sha1-el.
17049
17050         * message.el: Don't autoload sha1 (there is a autoload cookie in
17051         sha1.el).
17052
17053         * sha1-el.el: Rename to sha1.el.
17054
17055 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17056
17057         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17058
17059 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17060
17061         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17062
17063 2004-08-30  Kim F. Storm  <storm@cua.dk>
17064
17065         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17066
17067         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17068         Add :group 'nnimap.
17069
17070 2004-08-30  Andreas Schwab  <schwab@suse.de>
17071
17072         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17073         ?* and ?\;.
17074
17075         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17076         and ?\' to symbol instead of whitespace.
17077
17078 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17079
17080         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17081
17082         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17083         instead of re-search-forward.
17084
17085         * gnus-uu.el (gnus-uu-save-article): Ditto.
17086         (gnus-uu-post-encode-uuencode): Ditto.
17087
17088         * html2text.el (html2text-clean-list-items): Ditto.
17089         (html2text-clean-dtdd): Ditto.
17090         (html2text-format-tags): Ditto.
17091
17092         * message.el (message-send-mail-with-sendmail): Fix regexp.
17093         (message-fill-field-general): Use search-forward instead of
17094         re-search-forward.
17095         (unbold-region): Ditto.
17096
17097         * nnrss.el (nnrss-request-article): Ditto.
17098
17099         * nnslashdot.el (nnslashdot-request-article): Ditto.
17100
17101         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17102
17103         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17104         "Unrecognized menu descriptor" error in XEmacs.
17105
17106 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17107
17108         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17109         parent article of a sparse article in the thread hashtb.
17110
17111 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17112
17113         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17114         (nnmail-expand-newtext): Lowercase expanded entries if
17115         nnmail-split-lowercase-expanded is non-nil.
17116
17117 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17118
17119         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17120
17121         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17122         of gnus-tmp-news-method into string under XEmacs.  It will be
17123         passed to gnus-correct-length which takes only a string argument.
17124
17125 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17126
17127         * gnus-util.el (gnus-bind-print-variables): New macro.
17128         (gnus-prin1): Use it.
17129         (gnus-prin1-to-string): Use it.
17130         (gnus-pp): New function.
17131         (gnus-pp-to-string): New function.
17132
17133         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17134         Replace pp-to-string with gnus-pp-to-string.
17135         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17136         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17137         * gnus-msg.el (gnus-debug): Ditto.
17138         * gnus-score.el (gnus-score-save): Ditto.
17139         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17140         gnus-pp-to-string.
17141         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17142         with gnus-pp.
17143         * score-mode.el (gnus-score-pretty-print): Ditto.
17144         * webmail.el (webmail-debug): Ditto.
17145
17146 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17147
17148         * gnus-art.el (article-display-face, article-display-x-face):
17149         Use buffer-read-only.
17150
17151 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17152
17153         * gnus-art.el (article-hide-list-identifiers):
17154         Bind inhibit-read-only as t.
17155
17156 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17157
17158         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17159
17160 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17161
17162         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17163         (gnus-narrow-to-page): Don't assume point-min == 1.
17164         (gnus-article-edit-mode): Derive from message-mode.
17165
17166         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17167         point-min == 1.
17168
17169         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17170         Disable incorrect use of `assert'.
17171
17172         * message.el (message-mode): Set comment-start-skip.
17173
17174
17175 2004-08-22  Sam Steingold  <sds@gnu.org>
17176
17177         * pop3.el (pop3-leave-mail-on-server): New user variable.
17178         (pop3-movemail): Delete mail only when it is nil.
17179
17180 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17181
17182         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17183
17184         * mml.el (mml-preview): Use `pop-to-buffer'.
17185
17186         * message.el (message-goto-mail-followup-to): Insert after "To".
17187         (message-carefully-insert-headers): Add comment.
17188
17189         * gnus.el: Remove unused variable `gnus-article-check-size'.
17190
17191         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17192
17193         * gnus-art.el (gnus-button-alist):
17194         Improve `gnus-button-handle-library' entry.
17195
17196 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17197
17198         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17199         Use downcase, since XEmacs capitalizes error messages differently.
17200
17201 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17202
17203         * nntp.el: Add (require 'gnus) due to reference to
17204         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17205
17206 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17207
17208         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17209         Bind `mm-fill-flowed'.
17210
17211         * mm-decode.el (mm-dissect-singlepart): Check it.
17212
17213 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17214
17215         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17216         'imap' for netrc parsing.
17217
17218 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17219
17220         * mailcap.el (mailcap-mime-data): Mark as risky.
17221
17222 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17223
17224         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17225         may be included in the encoded word.
17226         (rfc2047-encode): Don't append a space if the encoded word
17227         includes close parenthesis.
17228
17229 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17230
17231         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17232         of text within parentheses.
17233
17234 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17235
17236         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17237         (gnus-encrypt-write-file-contents): Make the password key the file
17238         name PLUS the cipher, not just the cipher.  Also remove failed
17239         passwords from the cache.
17240
17241 2004-08-06  Simon Josefsson  <jas@extundo.com>
17242
17243         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17244         Doc fix.
17245
17246 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17247
17248         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17249         LWSP.
17250
17251 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17252
17253         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17254         Try to append in-reply-to: data to the references: header.
17255
17256         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17257         (netrc-parse): Use gnus-encrypt.el functions.
17258
17259         * gnus-encrypt.el: Add new file for encryption support; currently
17260         does only a few GPG ciphers and an internal XOR cipher.
17261
17262         * password.el: Add comments on using password-read-and-add.
17263         (password-read-and-add): Add function to read and add the
17264         password to the cache at once.
17265
17266 2004-07-28  Simon Josefsson  <jas@extundo.com>
17267
17268         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17269         parameter (but don't use it, for now).
17270
17271         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17272         instead of hard coding to nil.
17273
17274 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17275
17276         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17277         as mm-inline-image-xemacs does.
17278
17279 2004-07-26  Simon Josefsson  <jas@extundo.com>
17280
17281         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17282         Revert part of 2004-07-17 change below.
17283
17284 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17285
17286         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17287         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17288
17289 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17290
17291         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17292         quotes that actually start with ">" at the beginning of the
17293         lines.
17294
17295 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17296
17297         * rfc2047.el (rfc2047-encode-region): Fix last change.
17298         (rfc2047-encode-parameter): Remove useless concat.
17299
17300 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17301
17302         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17303         encode special characters; fix some kind of misconfigured headers;
17304         signal a real error if debug-on-quit or debug-on-error is non-nil.
17305         (rfc2047-encode-max-chars): New variable.
17306         (rfc2047-encode-1): Use it.
17307         (rfc2047-encode-parameter): New function.
17308
17309         * mml.el (mml-insert-parameter): Remove an excessive space.
17310
17311 2004-07-17  Simon Josefsson  <jas@extundo.com>
17312
17313         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17314         Kai Grossjohann <kai@emptydomain.de>.
17315         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17316         (gnus-group-make-menu-bar): Ditto.
17317
17318         * gnus-util.el (gnus-group-server): Add.
17319
17320 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17321
17322         * message.el (message-clone-locals): Clone sendmail and smtp
17323         variables.
17324
17325 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17326
17327         * rfc2047.el (rfc2047-encode-region): Fix last change.
17328
17329 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17330
17331         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17332         characters as non-special.
17333
17334 2004-07-09  Simon Josefsson  <jas@extundo.com>
17335
17336         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17337         Users will lose all flag changes made while unplugged with
17338         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17339         good default.  See numerous reports on ding mailing list.
17340
17341 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17342
17343         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17344         add generate-head-function and generate-article-function to the
17345         rfc822-forward entry.
17346         (nndoc-rfc822-forward-generate-article): New function.
17347         (nndoc-rfc822-forward-generate-head): New function.
17348
17349         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17350
17351 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17352
17353         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17354         respect display group parameter and gnus-summary-expunge-below.
17355         (gnus-articles-to-read): Remove unused reference to display group
17356         parameter.
17357
17358 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17359
17360         * nnheader.el (nnheader-uniquify-message-id): New experimental
17361         variable.
17362         (nnheader-nov-read-message-id): Use it.
17363
17364         * spam-report.el (spam-report-gmane): Add interactive.
17365
17366 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17367
17368         * mm-encode.el (mm-content-transfer-encoding-defaults):
17369         Use qp-or-base64 for the application/* types.
17370
17371 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17372
17373         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17374
17375 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17376
17377         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17378         trim value.
17379
17380 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17381
17382         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17383         New macro and function.
17384         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17385
17386 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17387
17388         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17389         after-load-alist.
17390
17391 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17392
17393         * gnus-group.el (gnus-group-get-new-news-this-group):
17394         Don't update info that isn't there.
17395
17396 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17397
17398         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17399         entry.
17400
17401 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17402
17403         * mm-view.el (mm-inline-render-with-function): Use multibyte
17404         buffer; decode html source by charset.
17405
17406         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17407
17408         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17409         Mule-UCS is loaded under XEmacs.
17410         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17411
17412 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17413
17414         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17415
17416 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17417
17418         * mm-util.el (mm-coding-system-p): Return a coding-system.
17419         (mm-mime-mule-charset-alist): Use shift_jis instead of
17420         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17421         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17422         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17423         instead of japanese-shift-jis and iso-latin-1 respectively in
17424         order to share the default value with both Emacs and XEmacs-mule.
17425         (mm-mule-charset-to-mime-charset):
17426         Make mm-coding-system-priorities effective.
17427         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17428         while predicating of candidates upon the priorities.
17429
17430 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17431
17432         * gnus-sum.el (gnus-summary-make-menu-bar):
17433         Add gnus-uu-invert-processable.
17434
17435         * gnus.el: Autoload gnus-uu-invert-processable.
17436
17437 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17438
17439         * mm-util.el (mm-with-multibyte-buffer): New macro.
17440
17441         * rfc2047.el (rfc2047-encode-string): Use it.
17442         (rfc2047-encode-region): Move point to the end of the region after
17443         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17444
17445 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17446
17447         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17448         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17449
17450 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17451
17452         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17453         (gnus-cite-parse): Ignore quoted envelope From_.
17454         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17455
17456 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17457
17458         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17459         invalid addresses.
17460
17461 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17462
17463         * spam.el: Change section markers, revise TODO list.
17464         (spam-backends): Make new master list of all installed backends.
17465         (spam-summary-exit-behavior): Add new variable to determine how
17466         messages moves are done at summary exit.
17467         (spam-move-spam-nonspam-groups-only)
17468         (spam-process-ham-in-nonham-groups)
17469         (spam-process-ham-in-spam-groups): Remove variables, the
17470         spam-summary-exit-behavior variable should be used to manage this
17471         behavior.
17472         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17473         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17474         and spam-old-spam-articles.
17475         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17476         Add empty variables, placeholders for the backends they represent.
17477         (spam-set-difference): Move, unchanged.
17478         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17479         unless the user has a processor variable.
17480         (spam-classifications, spam-classification-valid-p)
17481         (spam-backend-properties, spam-backend-property-valid-p)
17482         (spam-backend-function-type-valid-p)
17483         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17484         (spam-report-articles-gmane, spam-report-articles-resend):
17485         Remove functions, they are not needed.
17486         (spam-install-backend-super, spam-backend-list)
17487         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17488         (spam-backend-function, spam-backend-ham-registration-function)
17489         (spam-backend-spam-registration-function)
17490         (spam-backend-ham-unregistration-function)
17491         (spam-backend-spam-unregistration-function)
17492         (spam-backend-statistical-p, spam-backend-mover-p)
17493         (spam-install-backend-alias, spam-install-checkonly-backend)
17494         (spam-install-mover-backend, spam-install-nocheck-backend)
17495         (spam-install-backend, spam-install-statistical-backend)
17496         (spam-install-statistical-checkonly-backend): Add backend installation
17497         support.
17498         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17499         (spam-group-processor-p): Use the new backend code and respect the
17500         summary exit behavior.
17501         (spam-mark-spam-as-expired-and-move-routine): Remove.
17502         (spam-summary-prepare): Change to use the new spam-old-articles
17503         variable.
17504         (spam-copy-or-move-routine, spam-copy-spam-routine)
17505         (spam-move-spam-routine, spam-copy-ham-routine)
17506         (spam-move-ham-routine): Add code to copy/move ham or spam.
17507         (spam-fetch-field-fast): Improve doc and code, plus allow the
17508         'number request.
17509         (spam-list-of-checks, spam-list-of-statistical-checks):
17510         Remove variables.
17511         (spam-split, spam-find-spam): Use the new backend code.
17512         (spam-registration-functions): Remove variable.
17513         (spam-unregister-routine): Add convenience wrapper.
17514         (spam-log-undo-registration, spam-register-routine)
17515         (spam-log-processing-to-registry)
17516         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17517         where possible.
17518         (spam-check-gmane-xref, spam-check-regex-headers)
17519         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17520         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17521         (spam-check-bogofilter-headers, spam-check-spamoracle)
17522         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17523         (spam-check-crm114-headers): Use the spam-split-group that
17524         spam-split prepares, no need to determine it every time.
17525
17526         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17527         to the nnheader-parse-naked-head call.
17528
17529         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17530
17531         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17532         the nnheader-nov-read-message-id call.
17533
17534 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17535
17536         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17537         gnus-activate-group twice.  Suggested by Markus Peter
17538         <warp@spin.de>.
17539
17540 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17541
17542         * gnus-art.el (gnus-article-time-format): Exchange the order of
17543         day and month in the default value; fix customization type.
17544         (article-date-ut): Use add-text-properties.
17545         (article-make-date-line): Use message-make-date instead of
17546         current-time-string.
17547
17548         * message.el (message-fetch-field): Don't use set-text-properties.
17549         (message-make-date): Simplify.
17550
17551         * messagexmas.el (message-xmas-make-date): New function.
17552         (message-xmas-redefine): Defalias message-make-date to it.
17553
17554 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17555
17556         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17557         (rfc2047-encode-region): Treat text within parentheses as special;
17558         show the original text when error has occurred.
17559
17560         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17561         already-computed method to gnus-activate-group.
17562
17563         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17564         same select-methods identical Lisp objects.
17565
17566         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17567         object when modifying the info.
17568
17569 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17570
17571         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17572         gnus-opened-servers since it has never been opened with the new
17573         configuration yet.
17574
17575 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17576
17577         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17578         arg to nnheader-generate-fake-message-id.
17579
17580 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17581
17582         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17583         number and build a fake message ID localized to a group and
17584         article number (so it's repeatable from that point on).
17585         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17586         ID format.
17587
17588         * gnus-sum.el (gnus-get-newsgroup-headers):
17589         Call nnheader-generate-fake-message-id with the article number.
17590
17591 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17592
17593         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17594         end-of-buffer.
17595
17596 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17597
17598         * message.el (message-ignored-supersedes-headers): Add Approved.
17599
17600 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17601
17602         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17603         goto-char.
17604         (rfc2047-encode): Fold the line before encoding.
17605
17606 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17607
17608         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17609         folding -- not all headers can be folded, and this should be done
17610         by the message composition mode.  Probably.  I think.
17611
17612 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17613
17614         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17615         fast.
17616
17617         * gnus-ems.el (gnus-remove-image): Don't use
17618         message-text-with-property; remove only the image found first.
17619
17620         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17621         found first.
17622
17623 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17624
17625         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17626
17627 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17628
17629         * message.el (message-text-with-property): Make it fast and accept
17630         optional arguments.
17631         (message-strip-forbidden-properties): Use it.
17632         (message-fix-before-sending): Follow the m-t-w-p change.
17633
17634         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17635
17636 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17637
17638         * gnus-art.el (article-hide-headers): Don't change the buffer
17639         mistakenly when performing mml-preview even if
17640         gnus-single-article-buffer is nil.
17641
17642 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17643
17644         * message.el (message-expand-name-databases): New user option.
17645         (message-expand-name): Use it.
17646
17647 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17648
17649         * spam.el (spam-report-articles-resend)
17650         (spam-report-resend-register-routine): Allow ham reporting.
17651         (spam-report-resend-register-ham-routine): Add wrapper.
17652         (spam-registration-functions): Add ham resending functions.
17653         (spam-list-of-processors): Add ham resend processor.
17654
17655         * gnus.el (ham-resend-to): Add new group parameter.
17656         (spam-process): Add ham resend option.
17657
17658         * spam-report.el (spam-report-resend): Allow reporting ham.
17659         (spam-report-resend-ham): Add wrapper.
17660
17661 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17662
17663         * message.el (message-cite-articles-with-x-no-archive):
17664         New variable.
17665         (message-cite-original): Use it.
17666
17667 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17668
17669         * message.el (message-cite-original): Respect X-No-Archive.
17670
17671 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17672
17673         * gnus-art.el (article-hide-headers): Refer to the values for
17674         gnus-ignored-headers and gnus-visible-headers in the summary
17675         buffer since a user may have set them as group parameters.
17676
17677 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17678
17679         * assistant.el (assistant-node-name): Add convenience function.
17680         (assistant-render-text, assistant-render-node): Add error handling,
17681         plus handle multiple next nodes.
17682         (assistant-find-next-node): Comment out for now.
17683         (assistant-find-next-nodes): Add function, returns list of next
17684         nodes.
17685
17686 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17687
17688         * mail-source.el (mail-source-directory): Fix doc-string.
17689
17690 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17691
17692         * assistant.el (assistant-render-text, assistant-eval): Add :set
17693         widget type, which is different because it takes and returns a
17694         list.  Much hilarity ensues.
17695
17696 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17697
17698         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17699
17700         * gnus-group.el (gnus-group-get-new-news-this-group):
17701         Add doc-string.
17702
17703         * gnus-start.el (gnus-activate-group): Add doc-string.
17704
17705 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17706
17707         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17708
17709 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17710
17711         * assistant.el (assistant-render-text): Try to add a :set
17712         widget, more to come.
17713
17714         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17715         strings.
17716         (spam-report-articles-resend)
17717         (spam-register-routine): Do registration iff any articles warrant
17718         it.
17719         (spam-summary-prepare-exit): Change log message for nil group
17720         destinations.
17721
17722 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17723
17724         * spam.el (spam-report-resend-register-routine):
17725         Allow spam-report-resend-to to be a group parameter or a global value.
17726
17727 2004-05-26  Simon Josefsson  <jas@extundo.com>
17728
17729         * starttls.el: Merge with my GNUTLS based starttls.el.
17730         (starttls-gnutls-program, starttls-use-gnutls)
17731         (starttls-extra-arguments, starttls-process-connection-type)
17732         (starttls-connect, starttls-failure, starttls-success):
17733         New variables.
17734         (starttls-program, starttls-extra-args): Doc fix.
17735         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17736         New functions.
17737         (starttls-negotiate, starttls-open-stream):
17738         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17739         function if it is set.
17740
17741 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17742
17743         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17744         structured fields.
17745
17746 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17747
17748         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17749
17750 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17751
17752         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17753         Add variable.
17754         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17755         assigning the spam-mark to new messages.
17756
17757 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17758
17759         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17760
17761 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17762
17763         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17764
17765         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17766         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17767         default.
17768
17769 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17770
17771         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17772         correct data.
17773
17774 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17775
17776         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17777         (spam-group-processor-p): Fix function.
17778         (spam-group-processor-multiple-p)
17779         (spam-group-spam-processor-report-gmane-p)
17780         (spam-group-spam-processor-report-resend-p)
17781         (spam-group-spam-processor-bogofilter-p)
17782         (spam-group-spam-processor-blacklist-p)
17783         (spam-group-spam-processor-ifile-p)
17784         (spam-group-ham-processor-ifile-p)
17785         (spam-group-spam-processor-spamoracle-p)
17786         (spam-group-spam-processor-crm114-p)
17787         (spam-group-ham-processor-bogofilter-p)
17788         (spam-group-spam-processor-stat-p)
17789         (spam-group-ham-processor-stat-p)
17790         (spam-group-ham-processor-whitelist-p)
17791         (spam-group-ham-processor-BBDB-p)
17792         (spam-group-ham-processor-spamoracle-p)
17793         (spam-group-ham-processor-copy-p): Remove functions with some
17794         prejudice against unneeded code.
17795         (spam-report-articles-resend)
17796         (spam-report-resend-register-routine): Allow the group/topic
17797         spam-resend-to value to override spam-report-resend-to.
17798         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17799         properly now.
17800
17801         * gnus.el (spam-resend-to): Add group/topic parameter.
17802         (spam-process): Move the OBSOLETE processors to the end of the
17803         choices.
17804
17805 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17806
17807         * spam-report.el (spam-report-resend-to, spam-report-resend):
17808         Start with resend-to set to nil, and then ask the user if necessary.
17809         (spam-report-resend): spam-report-resend takes a list of articles, not
17810         separate article numbers.
17811
17812 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17813
17814         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17815         addition to emacs-w3m.
17816
17817 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17818
17819         * assistant.el (assistant-authinfo-data): New function.
17820         (assistant-eval): Eval for entire assistant.
17821
17822         * netrc.el (netrc-services-file): New variable.
17823         (netrc-parse-services): New function.
17824         (netrc-find-service-name): New function.
17825         (netrc-find-service-number): New function.
17826         (netrc-port-equal): New function.
17827         (netrc-machine): Use it.
17828
17829         * nnimap.el (nnimap-open-connection): Use netrc.
17830
17831         * gnus-util.el (gnus-netrc-get): Remove aliases.
17832
17833         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17834
17835         * assistant.el (wid-edit): Fix compilation.
17836
17837         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17838
17839 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17840
17841         * gnus-util.el (gnus-set-file-modes): New function.  (small
17842         patch).
17843
17844 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17845
17846         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17847
17848         * assistant.el (assistant-render-node): Fix up rendering and
17849         read-only text.
17850         (assistant-render-node): Reset.
17851         (assistant-make-read-only): Not sticky.
17852
17853 2004-05-20  Danny Siu  <dsiu@adobe.com>
17854
17855         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17856         centered even when gnus-auto-center-summary is t.
17857
17858 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17859
17860         * dns.el (dns-get-txt-answer): New function.
17861         (dns-read-txt): Ditto.
17862         (query-dns): Use it.
17863
17864 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17865
17866         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17867         active for foreign groups even if the group level is higher than
17868         the specified value.
17869
17870 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17871
17872         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17873         non-active groups.
17874
17875         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17876
17877 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17878
17879         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17880
17881 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17882
17883         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17884         (spam-crm114-header, spam-crm114-spam-switch)
17885         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17886         (spam-crm114-positive-spam-header)
17887         (spam-crm114-database-directory, spam-list-of-processors)
17888         (spam-group-spam-processor-crm114-p)
17889         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17890         (spam-generic-score, spam-list-of-checks)
17891         (spam-list-of-statistical-checks, spam-registration-functions)
17892         (spam-check-crm114-headers, spam-crm114-score)
17893         (spam-check-crm114, spam-crm114-register-with-crm114)
17894         (spam-crm114-register-spam-routine)
17895         (spam-crm114-unregister-spam-routine)
17896         (spam-crm114-register-ham-routine)
17897         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17898         From asjo@koldfront.dk (Adam Sjøgren).
17899
17900         * gnus.el: Add spam-use-crm114.
17901
17902         * spam.el (spam-list-of-processors, spam-registration-functions):
17903         Add spam-use-resend.
17904         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17905         (spam-report-articles-gmane): Add doc fix.
17906         (spam-report-articles-resend, spam-report-resend-register-routine):
17907         Add wrappers around spam-report-resend-to.
17908
17909         * spam-report.el (spam-report-resend-to, spam-report-resend):
17910         Add support for resending spam.
17911         (spam-report-gmane): Fix line length >80.
17912
17913         * gnus.el (spam-process): Add spam-use-resend.
17914
17915 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17916
17917         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17918         number of processed spam messages.
17919         (spam-ham-copy-or-move-routine): Return the number of processed
17920         ham messages.
17921         (spam-summary-prepare-exit): Use the above values to decide
17922         whether status messages shouled be displayed.
17923
17924 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17925
17926         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17927         `rfc2047-encoding-function-alist' in order to avoid conflicting
17928         with the old version.
17929         (rfc2047-encode-region): Concatenate words containing non-ASCII
17930         characters in structured fields; don't encode space-delimited
17931         ASCII words even in unstructured fields; don't break words at
17932         char-category boundaries.
17933         (rfc2047-encode-1): New function.
17934         (rfc2047-encode): Use it; encode text so that it occupies the
17935         maximum width within 76-column; work correctly on Q encoding for
17936         iso-2022-* charsets.
17937         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17938         sure not to break a line just after the header name.
17939         (rfc2047-b-encode-region): Remove.
17940         (rfc2047-b-encode-string): New function.
17941         (rfc2047-q-encode-region): Remove.
17942         (rfc2047-q-encode-string): New function.
17943
17944         * mm-util.el (mm-replace-in-string): New function.
17945
17946 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17947
17948         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17949         Really get it right.
17950         (gnus-inews-make-draft): Really.
17951
17952 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17953
17954         * nnmh.el (nnmh-request-list-1): Don't check the link count
17955         before descending.  (small patch)
17956
17957 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17958
17959         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17960         stuff.
17961
17962         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17963         Match on real group name.
17964
17965         * gnus-art.el (gnus-signature-limit): Doc fix.
17966
17967         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17968
17969         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17970
17971 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17972
17973         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17974         isn't a string.
17975
17976 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17977
17978         * gnus-draft.el (gnus-draft-send):
17979         Bind rfc2047-encode-encoded-words.
17980
17981         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17982         (rfc2047-encodable-p): Say that =? needs encoding.
17983         (rfc2047-encode-encoded-words): New variable.
17984
17985         * gnus-group.el (gnus-group-select-group): Doc fix.
17986
17987         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17988
17989         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17990         to nil.
17991
17992         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17993
17994         * nnheader.el (nnheader-get-lines-and-char): New function.
17995
17996 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17997
17998         * gnus-msg.el (gnus-summary-followup-with-original):
17999         Document yanking of region when active.
18000
18001 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18002
18003         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18004         groups if the group level is higher than the specified value.
18005
18006 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18007
18008         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18009         (gnus-group-jump-to-group): Add prefix argument using
18010         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18011         non-active group.
18012
18013         * compface.el (uncompface): Be verbose when changing
18014         `uncompface-use-external'.
18015
18016         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18017         handle manual section.
18018
18019 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18020
18021         * gnus-art.el (gnus-button-alist): Revert previous change.
18022
18023 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18024
18025         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18026
18027 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18028
18029         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18030         whether backend can accept message.
18031
18032         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18033
18034 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18035
18036         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18037         Avoid creating directory when nntp-marks-is-evil is true.
18038         Reported by Reiner Steib.
18039
18040 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18041
18042         * gnus-picon.el (gnus-picon-style): New variable.
18043         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18044         (gnus-picon-transform-address): Support `gnus-picon-style'.
18045         From Jesper Harder <harder@ifa.au.dk>.
18046
18047 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18048
18049         * message.el (message-fill-field): Return point.
18050         (message-generate-headers): Go to end of field.
18051
18052         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18053         stuff for non-living groups.
18054
18055 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18056
18057         * gnus-art.el (gnus-article-followup-with-original)
18058         (gnus-article-reply-with-original): gnus-mark-active-p ->
18059         gnus-region-active-p.
18060
18061 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18062
18063         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18064         only when there is spam or ham to be processed.
18065
18066 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18067
18068         * mail-source.el (mail-source-delete-crash-box): Refactor.
18069         (mail-source-fetch): Use it.
18070         (mail-source-fetch-file): Ditto.
18071         (mail-source-fetch-directory): Run postscript in loop.
18072         (mail-source-fetch-pop): Delete.
18073         (mail-source-fetch-maildir): Ditto.
18074         (mail-source-fetch-imap): Ditto.
18075
18076         * imap.el (imap-authenticators): Comment out sasl.
18077
18078         * message.el (message-skip-to-next-address): New function.
18079         (message-fill-header-address): Refactor.
18080         (message-fill-address): Use it.
18081         (message-delete-address): Use it.
18082         (message-fill-header-general): Refactor.
18083         (message-fill-field-address): Rename.
18084         (message-narrow-to-field): Find the start of the header.
18085         (message-header-format-alist): Don't pre-fill.
18086         (message-fill-header): Remove.
18087         (message-insert-header): New function.
18088         (message-shorten-references): Use it.
18089
18090         * rfc2047.el (rfc2047-field-value): Strip props.
18091
18092         * mail-parse.el (mail-header-make-address): New alias.
18093
18094         * ietf-drums.el (ietf-drums-make-address): New function.
18095
18096         * imap.el: Add compiler directives.
18097
18098         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18099
18100         * gnus-art.el (article-decode-idna-rhs): Don't use
18101         message-idna-inside-rhs-p.
18102
18103 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18104
18105         * message.el (message-idna-inside-rhs-p): Remove.
18106         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18107
18108         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18109         false positives.
18110
18111 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18112
18113         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18114
18115 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18116
18117         * nneething.el (nneething-file-name): Don't create spurious
18118         files.
18119
18120         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18121         (gnus-inews-do-gcc): Remove sleep.
18122
18123         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18124         part under point.
18125
18126         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18127         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18128
18129 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18130
18131         * spam.el (spam-summary-prepare-exit): Fix (length).
18132
18133 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18134
18135         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18136         as expired without moving it" message when there are spam
18137         messages left.
18138
18139 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18140
18141         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18142         header is not nil.
18143
18144 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18145
18146         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18147         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18148         (nntp-marks-changed-p): New arg SERVER.
18149         (nntp-request-update-info): Adjust caller.
18150
18151 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18152
18153         * nntp.el (nntp-save-marks): Pass missing arg.
18154
18155 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18156
18157         * nntp.el: Support marks.
18158         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18159         (nntp-marks-modtime, nntp-marks-directory): New variables.
18160         (nntp-request-set-mark, nntp-request-update-info)
18161         (nntp-possibly-create-directory, nntp-marks-changed-p)
18162         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18163         New functions.
18164
18165 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18166
18167         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18168         (gnus-xmas-redefine): Rename.
18169
18170         * gnus-score.el (gnus-score-insert-help):
18171         Use gnus-select-lowest-window.
18172
18173         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18174         appt-select-lowest-window and rename to gnus-select-lowest-window.
18175
18176         * gnus.el: do.
18177
18178 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18179
18180         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18181         encodings of MIME-encoded words, in order to improve
18182         interoperability with several broken MUAs.
18183
18184 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18185
18186         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18187         tags, only when charsets are not specified in headers.
18188         (mm-inline-text-html-render-with-w3m): Ditto.
18189
18190         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18191         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18192
18193 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18194
18195         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18196         instead of MIME-decoded from fields when checking
18197         `gnus-article-address-banner-alist'.
18198
18199 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18200
18201         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18202         description rather than subject.
18203
18204 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18205
18206         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18207
18208 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18209
18210         * gnus.el (gnus-version-number): Bump.
18211
18212 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18213
18214         * gnus.el: No Gnus v0.2 is released.
18215
18216 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18217
18218         * gnus-agent.el (gnus-agent-read-agentview):
18219         Inline gnus-uncompress-range.
18220
18221 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18222
18223         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18224         `exec-installed-p'.
18225
18226 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18227
18228         * gnus.el (spam-process, spam-autodetect-methods):
18229         Add bsfilter and bsfilter-headers.
18230
18231         * spam.el (spam-bsfilter): New customize group.
18232         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18233         (spam-bsfilter-header, spam-bsfilter-probability-header)
18234         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18235         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18236         (spam-bsfilter-database-directory): New options.
18237         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18238         (spam-list-of-statistical-checks, spam-registration-functions):
18239         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18240         (spam-bsfilter-score): New command.
18241         (spam-check-bsfilter-headers, spam-check-bsfilter)
18242         (spam-bsfilter-register-with-bsfilter)
18243         (spam-bsfilter-register-spam-routine)
18244         (spam-bsfilter-unregister-spam-routine)
18245         (spam-bsfilter-register-ham-routine)
18246         (spam-bsfilter-unregister-ham-routine): New functions.
18247         (spam-generic-score): Support bsfilter; Accept an optional argument
18248         to recalcurate spam score even if scoring header has already been
18249         added.
18250         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18251         optional argument to recalcurate spam score even if scoring header
18252         has already been added.
18253
18254 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18255
18256         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18257         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18258         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18259         link is missing.
18260
18261 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18262
18263         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18264         (html2text-get-attr): Rewrite.
18265
18266         * message.el (message-setup-1): Remove redundant put-text-property
18267         on mail-header-separator.
18268
18269 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18270
18271         * gnus-registry.el (gnus-registry-cache-whitespace)
18272         (gnus-registry-action, gnus-registry-spool-action)
18273         (gnus-registry-split-fancy-with-parent): Change message levels
18274         from 5 to 3 or 7, as needed.
18275
18276         * spam.el (spam-summary-prepare-exit)
18277         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18278         (spam-split, spam-find-spam, spam-log-undo-registration)
18279         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18280         level from 5 to 6.
18281
18282 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18283
18284         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18285         2004-03-04 change).
18286
18287 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18288
18289         * sieve-manage.el (sieve-manage-open):
18290         * nnweb.el (nnweb-insert-html):
18291         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18292         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18293         * nnspool.el (nnspool-request-group):
18294         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18295         * nnml.el (nnml-request-update-info):
18296         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18297         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18298         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18299         (nnimap-request-set-mark):
18300         * nnfolder.el (nnfolder-request-update-info):
18301         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18302         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18303         * gnus-uu.el (gnus-uu-find-articles-matching):
18304         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18305         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18306         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18307         * gnus-nocem.el (gnus-nocem-scan-groups):
18308         * gnus-int.el (gnus-start-news-server):
18309         * gnus-group.el (gnus-group-make-kiboze-group)
18310         (gnus-group-browse-foreign-server):
18311         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18312         Use mapc when appropriate.
18313
18314 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18315
18316         FIXME: Make separate entries for each person.
18317
18318         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18319         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18320         <shields@msrl.com>:
18321
18322         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18323         may need for spam sorting and scoring.
18324         (spam-user-format-function-S): Add user format function suitable for
18325         general use.
18326         (spam-article-sort-by-spam-status): Add sorting function for summary
18327         sorting.
18328         (spam-extra-header-to-number): Add function to get a score from a
18329         header.
18330         (spam-summary-score): Add function to get a numeric score from the
18331         headers.
18332         (spam-generic-score): Fix function doc, was in wrong place.
18333         (spam-initialize): Take symbols when it's run, and install the
18334         extra headers that spam-necessary-extra-headers thinks we need.
18335
18336 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18337
18338         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18339         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18340
18341 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18342
18343         * gnus-sum.el (gnus-set-global-variables)
18344         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18345         (gnus-article-get-xrefs, gnus-summary-best-group)
18346         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18347         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18348         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18349         Use with-current-buffer.
18350
18351 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18352
18353         * spam.el (spam-summary-prepare-exit): Simplify logic.
18354         (spam-fetch-article-header): Read the article header if it's not
18355         available.
18356         (spam-list-articles): Simplify logic.
18357         (spam-filelist-register-routine): Fix bug with unregister-list.
18358
18359         * gnus-registry.el: Fix comments at beginning.
18360
18361 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18362
18363         * message.el (message-cater-to-broken-inn): Remove.
18364         (message-shorten-references): Make sure the total folded length of
18365         References is shorter than 998 characters to cater to a bug in INN
18366         2.3.  Also, don't pretend that references aren't folded -- this
18367         hasn't worked for a while.
18368
18369 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18370
18371         * gnus-agent.el (gnus-agentize):
18372         gnus-agent-send-mail-real-function no longer set to current value
18373         of message-send-mail-function but rather a lambda that calls
18374         message-send-mail-function.  The change makes the agent real-time
18375         responsive to user changes to message-send-mail-function.
18376
18377 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18378
18379         * legacy-gnus-agent.el
18380         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18381         help from Florian Weimer <fw@deneb.enyo.de>
18382
18383 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18384
18385         * nnmail.el (nnmail-cache-insert): Revert last change.
18386
18387 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18388
18389         * nnmail.el (nnmail-cache-insert): Always check whether
18390         nnmail-cache-ignore-groups matches a group name.
18391
18392 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18393
18394         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18395         (spam-find-spam, spam-log-processing-to-registry)
18396         (spam-log-registered-p, spam-log-unregistration-needed-p)
18397         (spam-log-undo-registration): Use gnus-message instead of
18398         gnus-error, none of these errors are fatal.
18399
18400         * gnus-registry.el (gnus-registry-clean-empty-function)
18401         (gnus-registry-clean-empty): Remove only empty entries without
18402         extra data.
18403
18404 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18405
18406         * spam-stat.el (spam-stat-buffer-change-to-spam)
18407         (spam-stat-buffer-change-to-non-spam): Change (error) to
18408         (gnus-message 8) invocation.
18409
18410 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18411
18412         * nntp.el (nntp-via-netcat-command): New variable.
18413         (nntp-via-netcat-switches): New variable.
18414         (nntp-open-via-rlogin-and-netcat): New function.
18415         (nntp-open-connection-function): Doc fix.
18416         (nntp-telnet-command): Doc fix.
18417         (nntp-end-of-line): Doc fix.
18418         (nntp-via-rlogin-command): Doc fix.
18419         (nntp-via-user-name): Doc fix.
18420         (nntp-via-address): Doc fix.
18421
18422 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18423
18424         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18425         error in Emacs 21.1.
18426
18427 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18428
18429         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18430
18431 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18432
18433         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18434         (gnus-agent-with-refreshed-group): New macro.
18435         (gnus-agent-rename-group): New function.
18436         (gnus-agent-delete-group): New function.
18437         (gnus-agent-save-group-info): Use gnus-command-method when
18438         `method' parameter is nil.  Don't write nil entries into the
18439         active file.
18440         (gnus-agent-get-group-info): New function.
18441         (gnus-agent-fetch-articles):
18442         Use gnus-agent-update-files-total-fetched-for to increment disk space
18443         used.
18444         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18445         Use gnus-agent-update-view-total-fetched-for to increment disk space
18446         used.
18447         (gnus-agent-get-local): Add optional parameters to avoid calling
18448         gnus-group-real-name and gnus-find-method-for-group.
18449         (gnus-agent-set-local): Delete stored entry if either min, or max,
18450         are nil.
18451         (gnus-agent-fetch-session): Reworded error/quit messages.
18452         On quit, use gnus-agent-regenerate-group to record existance of any
18453         articles fetched to disk before the quit occurred.
18454         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18455         gnus-agent-update-view-total-fetched-for, and
18456         gnus-agent-update-files-total-fetched-for to decrement disk space
18457         used.
18458         (gnus-agent-retrieve-headers):
18459         Use gnus-agent-update-view-total-fetched-for to increment disk space
18460         used.
18461         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18462         with gnus-agent-update-files-total-fetched-for to decrement disk
18463         space and fresh group buffer.
18464         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18465         (gnus-agent-need-update-total-fetched-for): New variable.
18466         (gnus-agent-update-files-total-fetched-for): New function.
18467         (gnus-agent-update-view-total-fetched-for): New function.
18468         (gnus-agent-total-fetched-for): New function.
18469
18470         * gnus-cache.el (gnus-cache-save-buffers):
18471         Use gnus-cache-update-overview-total-fetched-for to change disk space
18472         used by this group.
18473         (gnus-cache-possibly-enter-article):
18474         Use gnus-cache-update-file-total-fetched-for to increment disk space
18475         used by this group.
18476         (gnus-cache-possibly-remove-article):
18477         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18478         used by this group.
18479         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18480         (gnus-cache-rename-group): New function.
18481         (gnus-cache-delete-group): New function.
18482         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18483         (gnus-cache-need-update-total-fetched-for): New variable.
18484         (gnus-cache-with-refreshed-group): New macro.
18485         (gnus-cache-update-file-total-fetched-for): New function.
18486         (gnus-cache-update-overview-total-fetched-for): New function.
18487         (gnus-cache-rename-group-total-fetched-for): New function.
18488         (gnus-cache-delete-group-total-fetched-for): New function.
18489         (gnus-cache-total-fetched-for): New function.
18490
18491         * gnus-group.el: Require gnus-sum and autoload functions to
18492         resolve warnings when gnus-group.el compiled alone.
18493         (gnus-group-line-format): Documented new %F.
18494         (size of Fetched data) group line format; identifies disk space
18495         used by agent and cache.
18496         (gnus-group-line-format-alist): Defined new F format.
18497         (gnus-total-fetched-for): New function.
18498         (gnus-group-delete-group): No longer update
18499         gnus-cache-active-altered as gnus-request-delete-group now keeps
18500         the cache in sync.
18501         (gnus-group-list-active): Let the agent store a server's active
18502         list if currently plugged.
18503
18504         * gnus-int.el (gnus-request-delete-group):
18505         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18506         local disk in sync with the server.
18507         (gnus-request-rename-group):
18508         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18509         local disk in sync with the server.
18510
18511         * gnus-start.el (gnus-get-unread-articles):
18512         Cosmetic simplification to logic.
18513
18514         * gnus-util.el (gnus-rename-file): New function.
18515
18516 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18517
18518         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18519
18520 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18521
18522         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18523         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18524
18525 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18526
18527         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18528         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18529
18530 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18531
18532         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18533
18534 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18535
18536         * spam.el (spam-set-difference): Add function to replace
18537         gnus-set-difference in spam.el.
18538         (spam-summary-prepare-exit): Use spam-set-difference.
18539
18540 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18541
18542         * gnus-registry.el (gnus-registry-cache-file): Update to use
18543         gnus-dribble-directory OR gnus-home-directory OR ~.
18544         (gnus-registry-split-fancy-with-parent): Fix doc.
18545
18546 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18547
18548         * message.el (message-exchange-point-and-mark):
18549         Use message-mark-active-p.  Suggested by Jesper Harder
18550         <harder@ifa.au.dk>.
18551
18552 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18553
18554         * message.el (message-exchange-point-and-mark): Don't activate
18555         region if it was inactive.  Suggested by Hiroshi Fujishima
18556         <pooh@nature.tsukuba.ac.jp>.
18557
18558 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18559
18560         * gnus-art.el (article-display-face): Display Faces in the same
18561         order as X-Faces.
18562
18563 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18564
18565         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18566
18567 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18568
18569         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18570         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18571         (gnus-article-mime-hierarchy): Remove.
18572         (gnus-article-mime-hierarchy-next): Remove.
18573         (gnus-article-mode): Revert 2004-03-19 change.
18574         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18575         (gnus-insert-mime-button): Revert 2004-03-19 change.
18576         (gnus-mime-accumulate-hierarchy): Remove.
18577         (gnus-mime-enter-multipart): Remove.
18578         (gnus-mime-leave-multipart): Remove.
18579         (gnus-mime-display-part): Revert 2004-03-19 change.
18580         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18581
18582         * mml.el (mml-preview): Revert 2004-03-19 change.
18583
18584 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18585
18586         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18587
18588 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18589
18590         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18591         t while entering a file name using the mm-with-multibyte macro.
18592         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18593
18594         * mm-util.el (mm-with-multibyte): New macro.
18595
18596 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18597
18598         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18599         New user option.
18600         (gnus-mime-multipart-functions): Doc and customization fix.
18601         (gnus-article-mime-hierarchy): New variable.
18602         (gnus-article-mime-hierarchy-next): New variable.
18603         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18604         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18605         gnus-article-mime-hierarchy-next to nil.
18606         (gnus-insert-mime-button): Show hierarchy numbers.
18607         (gnus-mime-accumulate-hierarchy): New function.
18608         (gnus-mime-enter-multipart): New function.
18609         (gnus-mime-leave-multipart): New function.
18610         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18611         (gnus-mime-display-alternative): Show hierarchy numbers.
18612
18613         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18614         gnus-article-mime-hierarchy-next to nil.
18615
18616 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18617
18618         * dns.el: Don't require gnus-xmas.
18619
18620 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18621
18622         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18623         inline PGP.
18624         (mml-menu): Disable mml-quote-region if mark is inactive.
18625
18626 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18627
18628         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18629         when the group's active is not available.
18630
18631 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18632
18633         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18634         error.
18635
18636 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18637
18638         * imap.el (imap-store-password): New variable.
18639         (imap-interactive-login): Use it.
18640         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18641
18642 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18643
18644         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18645         window-start and hscroll to summary window.
18646
18647 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18648
18649         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18650         conversion message to newsrc-dribble when an actual conversion is
18651         performed.
18652
18653 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18654
18655         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18656
18657 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18658
18659         * mm-decode.el (mm-complicated-handles): New function reviving
18660         former definition of mm-multiple-handles.
18661
18662         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18663         (gnus-mime-delete-part): Use it.
18664
18665 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18666
18667         * gnus-agent.el (gnus-agent-read-local):
18668         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18669         avoid the implicit assumption that they will always be equal.
18670         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18671         coding-system-for-write, as the with-temp-file macro first prints
18672         to a buffer then saves the buffer.
18673
18674 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18675
18676         * gnus-art.el (gnus-article-edit-part): New function.
18677         (gnus-mime-save-part-and-strip): Use it; do query instead of
18678         signaling an error; don't use mm-multiple-handles.
18679         (gnus-mime-delete-part): Ditto.
18680
18681 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18682
18683         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18684         old file versions.
18685         (gnus-group-prepare-hook): Remove function that converted list
18686         form of gnus-agent-expire-days to group properties.
18687
18688         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18689         (gnus-request-accept-article): Re-indented.
18690
18691         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18692         converters to handle old agent file formats.  Add logic for a
18693         "backup before upgrading warning".
18694         (gnus-convert-mark-converter-prompt): Developers can mark
18695         functions as needing (default), or not needing,
18696         gnus-convert-old-newsrc's "backup before upgrading warning".
18697         (gnus-convert-converter-needs-prompt): Tests whether the user
18698         should be protected from potentially irreversable changes by the
18699         function.
18700
18701         * legacy-gnus-agent.el: New.  Provides converters that are only
18702         loaded when gnus-convert-old-newsrc needs to call them.
18703
18704 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18705
18706         * mail-source.el (mail-source-touch-pop): Doc fix.
18707
18708         * message.el (message-smtpmail-send-it): Doc fix.
18709
18710 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18711
18712         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18713
18714         * nnmail.el (nnmail-split-fancy): do.
18715
18716         * gnus-kill.el (gnus-kill, gnus-execute): do.
18717
18718 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18719
18720         * gnus-sum.el (gnus-widget-reversible-match)
18721         (gnus-widget-reversible-to-internal)
18722         (gnus-widget-reversible-to-external): New functions.
18723         (gnus-widget-reversible): New widget.
18724         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18725
18726 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18727
18728         * gnus-sum.el (gnus-thread-sort-functions)
18729         (gnus-article-sort-functions): Document `(not F)' items.
18730
18731 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18732
18733         * spam.el (spam-use-gmane-xref): Add new backend.
18734         (spam-gmane-xref-spam-group): Add variable to control the name of the
18735         Gmane spam group.
18736         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18737         (spam-regex-headers-spam, spam-regex-headers-ham)
18738         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18739         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18740         backends and checks.
18741         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18742
18743         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18744         an autodetect method.
18745
18746 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18747
18748         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18749         articles are being added to a group.
18750         (gnus-request-replace-article): Inform the agent that articles
18751         need to be uncached as the cached contents are no longer valid.
18752
18753 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18754
18755         * binhex.el: Don't autoload executable-find.
18756
18757         * canlock.el: Don't autoload mail-fetch-field.
18758
18759         * dgnushack.el: Autoload c-mode for XEmacs.
18760
18761         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18762
18763         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18764         rmail-dont-reply-to and rmail-output.
18765
18766         * gnus-score.el: Don't autoload ffap-string-at-point.
18767
18768         * gnus-setup.el: Don't autoload sc-cite-original.
18769
18770         * imap.el: Don't autoload base64-decode-string,
18771         base64-encode-string and md5.
18772
18773         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18774         and rmail-msg-restore-non-pruned-header.
18775
18776         * mm-decode.el: Don't autoload executable-find.
18777
18778         * mm-url.el: Don't autoload executable-find.
18779
18780         * mm-view.el: Don't autoload diff-mode.
18781
18782         * nndb.el: Don't autoload news-reply-mode, news-setup,
18783         cancel-timer and telnet.
18784
18785         * password.el: Don't autoload run-at-time for Emacs.
18786
18787         * sha1-el.el: Don't autoload executable-find.
18788
18789         * sieve-mode.el: Don't autoload c-mode.
18790
18791         * uudecode.el: Don't autoload executable-find.
18792
18793 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18794
18795         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18796         (gnus-agent-possibly-alter-active): Avoid null in numeric
18797         comparison.
18798         (gnus-agent-set-local): Refuse to save null in local object table.
18799         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18800         list of articles that will be marked as unread.
18801
18802 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18803
18804         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18805
18806 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18807
18808         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18809         language tags.
18810
18811 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18812
18813         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18814         Don't bind "obarray".
18815
18816         * gnus-sum.el (gnus-thread-sort-functions):
18817         Add `gnus-thread-sort-by-most-recent-number' and
18818         `gnus-thread-sort-by-most-recent-date'.
18819         Reported by Kai Grossjohann <kai@emptydomain.de>.
18820
18821 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18822
18823         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18824
18825 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18826
18827         * gnus-cus.el (gnus-agent-customize-category):
18828         Remove ignore-errors macro reference that required cl to be loaded at
18829         run-time.
18830
18831         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18832         single-interval range of the form (min . max).  Previously the
18833         range had to look like ((min . max)).  Likewise, return
18834         (min . max) rather than ((min . max)).
18835         (gnus-range-map): Use gnus-range-normalize to accept
18836         single-interval range.
18837
18838         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18839         the cache, but not the agent, now appear with their usual face.
18840
18841         * dgnushack.el (loaddir): New variable that is bound to the
18842         directory containing the dgnushack.el file. Use loaddir, rather
18843         than srcdir, to update load-path. Change lets dgnushack compile
18844         code in directories other than GNUS/lisp.
18845
18846 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18847
18848         * lpath.el: Don't bind w3m-safe-url-regexp.
18849
18850         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18851         w3m-safe-url-regexp variable buffer-local.
18852
18853         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18854
18855 2004-02-27  Simon Josefsson  <jas@extundo.com>
18856
18857         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18858         gnus-group-real-prefix.
18859         (gnus-summary-move-article): Use it, instead of
18860         gnus-group-real-prefix.
18861
18862 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18863
18864         * lpath.el: Bind w3m-safe-url-regexp.
18865
18866         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18867         w3m-safe-url-regexp variable buffer-local and set it as the value
18868         of mm-w3m-safe-url-regexp.
18869
18870         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18871
18872         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18873         parsing gnus-posting-styles when the message is not for replying.
18874
18875         * dgnushack.el: Autoload sgml-mode for XEmacs.
18876
18877         * nnrss.el (nnrss-opml-export):
18878         Use mm-set-buffer-file-coding-system instead of
18879         set-buffer-file-coding-system.
18880
18881 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18882
18883         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18884         of checkdoc.el).
18885         * nnrss.el: do.
18886         * gnus-mlspl.el: do.
18887         * gnus-ml.el: do.
18888         * gnus-srvr.el: do.
18889
18890         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18891
18892 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18893
18894         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18895         Corrections to custom-manual links.
18896
18897         * gnus-art.el (gnus-article): Ditto.
18898
18899         * mm-decode.el (mime-display, mime-security): Ditto.
18900
18901 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18902
18903         * flow-fill.el: Typo.
18904
18905 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18906
18907         * spam-wash.el: New file.
18908
18909 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18910
18911         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18912
18913 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18914
18915         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18916         to be run with new-articles as LIST1, not LIST2.
18917         (spam-registration-functions): Add spam-use-ham-copy as a nil
18918         registration backend.
18919
18920 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18921
18922         * spam-stat.el (spam-stat-washing-hook): New option.
18923         (spam-stat-buffer-words): Use it.
18924         (spam-stat-process-directory, spam-stat-test-directory):
18925         Use insert-file-contents-literally.
18926         (spam-stat-coding-system): New variable.
18927         (spam-stat-load, spam-stat-save): Use it.
18928
18929 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18930
18931         * spam-report.el (spam-report-plug-agent):
18932         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18933
18934 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18935
18936         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18937         Allow / in mailto URLs.
18938
18939 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18940
18941         * spam-report.el (spam-report-process-queue): Fix interactive use.
18942         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18943         (spam-report-unplug-agent): Doc fixes.
18944         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18945         (spam-report-agentize, spam-report-deagentize): Autoload.
18946
18947 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18948
18949         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18950
18951         * message.el (message-setup-fill-variables): Add mml tags to
18952         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18953         <ajk@iu.edu>.
18954         (message-mode): Don't modify paragraph-separate there.
18955
18956 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18957
18958         * compface.el (uncompface-use-external): Default to undecided.
18959         (uncompface-use-external-threshold): New variable.
18960         (uncompface-float-time): New macro.
18961         (uncompface): Determine whether to use the external decoder if
18962         uncompface-use-external is undecided.
18963
18964 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18965
18966         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18967         after images.
18968
18969         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18970
18971 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18972
18973         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18974
18975         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18976
18977         * gnus-sum.el (gnus-summary-limit-to-age)
18978         (gnus-summary-limit-children): do.
18979
18980         * gnus-int.el (gnus-request-scan): do.
18981
18982         * gnus-group.el (gnus-group-suspend): do.
18983
18984         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18985
18986         * gnus-cite.el (gnus-cite-parse-attributions): do.
18987
18988         * gnus-agent.el (gnus-summary-set-agent-mark)
18989         (gnus-agent-regenerate-group): do.
18990
18991         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18992
18993         * binhex.el (binhex-decode-region-internal): do.
18994
18995 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18996
18997         * gnus-fun.el (gnus-face-properties-alist): New user option.
18998         (gnus-display-x-face-in-from): Use it.
18999
19000         * gnus-art.el (article-display-face): Ditto.
19001
19002         * compface.el (uncompface-use-external): Default to nil.
19003
19004 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19005
19006         * nntp.el (nntp-erase-buffer): New function.
19007         (nntp-retrieve-data, nntp-send-command)
19008         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19009         (nntp-possibly-change-group): Use it.
19010
19011         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19012         Use with-current-buffer.
19013
19014 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19015
19016         * compface.el: Merge the ELisp-based uncompface program.
19017         (compface): New customization group.
19018         (uncompface-use-external): New user option.
19019         (uncompface): Call uncompface-internal if uncompface-use-external
19020         is nil.
19021         (uncompface-internal): New function.  Note that there are also
19022         some other functions and variables added for this function.
19023
19024 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19025
19026         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19027         if necessary.
19028
19029 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19030
19031         * spam-report.el (spam-report-unplug-agent)
19032         (spam-report-plug-agent, spam-report-deagentize)
19033         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19034         Add support for the Agent in spam-report: when unplugged, report to a
19035         file; when plugged, submit all the requests.
19036
19037         * spam.el (spam-register-routine): Fix message about
19038         registration.
19039
19040 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19041
19042         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19043         dependencies.
19044         (rfc2047-encode): Use it.
19045
19046         * gnus-art.el (gnus-button-marker-list): Move before first
19047         reference.
19048
19049         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19050         (imap-parse-body): Fix format string mismatch.
19051
19052         * gnus-score.el (gnus-summary-increase-score): do.
19053
19054         * nnrss.el (nnrss-close): New function.
19055
19056 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19057
19058         * nnrss.el (nnrss-make-filename): New function.
19059         (nnrss-request-delete-group, nnrss-read-server-data)
19060         (nnrss-save-server-data, nnrss-read-group-data)
19061         (nnrss-save-group-data): Use it.
19062         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19063         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19064         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19065
19066 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19067
19068         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19069
19070 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19071
19072         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19073         files.
19074
19075         * message.el (message-generate-headers-first): Don't quote nil
19076         and t in docstrings.
19077
19078         * imap.el (imap-id): do.
19079
19080         * gnus-agent.el (gnus-agent-consider-all-articles)
19081         (gnus-agent-queue-mail): do.
19082
19083 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19084
19085         * spam-report.el (spam-report-process-queue): New function.
19086         Process requests from `spam-report-requests-file'.
19087         (spam-report-process-queue): Doc fix.
19088
19089 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19090
19091         * spam.el (spam-register-routine)
19092         (spam-log-processing-to-registry, spam-log-registered-p)
19093         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19094         Change "check" to "spam-check" for semi-clarity.
19095
19096 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19097
19098         * pop3.el: Require nnheader.
19099
19100         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19101
19102         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19103
19104         * gnus-picon.el: Require cl.
19105
19106         * gnus-fun.el: Require gnus-ems and gnus-util.
19107
19108         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19109
19110         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19111
19112         * gnus-art.el (gnus-article-edit-mode): Define before first
19113         reference.
19114
19115 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19116
19117         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19118         (gnus-uu-post-encoded): Use point-at-bol.
19119
19120         * gnus-topic.el (gnus-group-active-topic-p): do.
19121
19122         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19123
19124         * gnus-group.el (gnus-group-kill-region): do.
19125
19126         * gnus-art.el (article-date-ut): do.
19127
19128         * message.el (message-fetch-field): Remove redundant
19129         case-fold-search binding.
19130         (message-narrow-to-field): Simplify.
19131
19132 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19133
19134         * spam.el (spam-directory): Derive from `gnus-directory'.
19135
19136         * spam-report.el (spam-report-url-to-file)
19137         (spam-report-requests-file): New function and variable for offline
19138         reporting.
19139         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19140         and user defined function.
19141         (spam-report-url-ping-mm-url): Remove doubled slash.
19142
19143 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19144
19145         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19146
19147 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19148
19149         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19150         Fix format string mismatch.
19151
19152         * sieve.el (sieve-deactivate-all): do.
19153
19154         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19155
19156         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19157
19158         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19159
19160         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19161
19162 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19163
19164         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19165         the list of checks.
19166
19167 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19168
19169         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19170         padding.
19171
19172 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19173
19174         * mm-view.el (mm-fill-flowed): New variable.
19175         (mm-inline-text): Use it.
19176
19177 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19178
19179         * spam.el (spam-spamassassin-register-ham-routine)
19180         (spam-spamassassin-register-spam-routine): Fix function names.
19181
19182 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19183
19184         * gnus.el (gnus-tmp-grouplens): Remove.
19185         (gnus-summary-line-format): Remove grouplens.
19186
19187         * gnus-group.el (gnus-group-line-format): Ditto.
19188
19189         * gnus-spec.el (gnus-format-specs): Ditto.
19190         (gnus-update-format-specifications): Flush the group format spec
19191         cache if there's the grouplens stuff.
19192         (gnus-parse-simple-format): Replace %l with the empty string.
19193
19194 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19195
19196         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19197         omission.
19198
19199 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19200
19201         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19202         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19203
19204 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19205
19206         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19207         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19208         New macros and functions.
19209         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19210         Handle > NLINK_MAX messages.
19211         * nnmaildir.el (nnmaildir-request-set-mark):
19212         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19213
19214 2004-01-25  Alex Schroeder  <alex@gnu.org>
19215
19216         * spam-stat.el (spam-stat-process-directory-age): New option.
19217         (spam-stat-process-directory): Use it.
19218
19219 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19220
19221         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19222         (spam-stat-save): Accept prefix argument.
19223
19224 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19225
19226         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19227         links" error.
19228
19229 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19230
19231         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19232         the rest of the and/or forms.
19233
19234 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19235
19236         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19237         compatibility with old .newsrc.eld files.
19238
19239         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19240
19241         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19242
19243         * gnus-start.el (gnus-1): do.
19244
19245         * gnus-group.el (gnus-group-line-format-alist): do.
19246
19247         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19248
19249         * gnus-gl.el: Remove.
19250
19251 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19252
19253         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19254         marks consisting of a single range {for example, (3 . 5)} rather
19255         than a list of a single range { ((3 . 5)) }.
19256
19257 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19258
19259         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19260         Use with-current-buffer.
19261         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19262         avoid consing a string.
19263
19264         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19265         Remove obsolete entries for big5 and gb2312.
19266
19267 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19268
19269         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19270         uncompressed list.
19271
19272 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19273
19274         * spam-stat.el (spam-stat-strip-xref): New function.
19275         (spam-stat-process-directory): Use it.
19276
19277         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19278         here -- it's done in message-fetch-field.
19279
19280 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19281
19282         * gnus-agent.el (gnus-agent-queue-mail)
19283         (gnus-agent-prompt-send-queue): New variables.
19284         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19285         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19286         "nndraft:queue" along to gnus-draft-send.
19287         Use gnus-agent-prompt-send-queue.
19288         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19289         is "nndraft:queue".  Suggested by Gaute Strokkenes
19290         <gs234@srcf.ucam.org>
19291
19292         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19293         (agent-enable-undownloaded-faces): Add.
19294         (gnus-agent-cat-groups): Use eval-and-compile, not
19295         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19296         method of gnus-agent-cat-groups even when the buffer has been
19297         evaled.
19298         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19299         delete gnus-agent-save-active-1.
19300         (gnus-agent-save-groups): Delete.  Identical to
19301         gnus-agent-save-active.
19302         (gnus-agent-write-active): No longer adjust agent's copy of active
19303         file as agent's adjustments are now stored in their own
19304         file.  Remove optional parameter.
19305         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19306         servers.  Add use of min/max range limits from server's local
19307         file.
19308         (gnus-agent-save-alist): Remove unused optional argument.
19309         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19310         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19311         (gnus-agent-set-local): A per-server file that keeps min/max range
19312         limits for articles known to the agent.  Provides a fast mechanism
19313         for altering many active ranges.
19314         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19315         active file (local makes it unnecessary).
19316         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19317
19318         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19319         (agent-enable-undownloaded-faces): Add.
19320
19321         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19322         disable it when sending to "nndraft:queue".
19323         (gnus-group-send-queue): Add safety check to avoid sending queue
19324         when unplugged.
19325
19326         * gnus-group.el (gnus-group-catchup): Use new
19327         gnus-sequence-of-unread-articles, not
19328         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19329         numbers of articles.  Use gnus-range-map to avoid having to
19330         uncompress the unread list.
19331         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19332         Fix invalid ange-ftp reference.
19333
19334         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19335         (gnus-sorted-range-intersection): Intersection of two ranges
19336         without requiring that they first be uncompressed.
19337
19338         * gnus-start.el (gnus-activate-group): Unless blocked by the
19339         caller, possibly expand the active range to include both cached
19340         and agentized articles.
19341         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19342         multiple version-dependent converters.
19343         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19344         gnus-agent-save-active.
19345         (gnus-save-newsrc-file): Save dirty agent range limits.
19346
19347         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19348         gnus-agent-possibly-alter-active.
19349         (gnus-adjust-marked-articles): Faster handling of simple lists.
19350
19351 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19352
19353         * spam-stat.el (spam-stat-test-directory): New optional argument
19354         displays a list of files detected.  Suggested by Andrew Cohen
19355         <cohen@andy.bu.edu>.
19356         (spam-stat-buffer-words-with-scores): Don't narrow and change
19357         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19358
19359 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19360
19361         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19362         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19363         (spam-spamassassin-arguments)
19364         (spam-spamassassin-spam-flag-header)
19365         (spam-spamassassin-positive-spam-flag-header)
19366         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19367         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19368         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19369         (spam-list-of-processors, spam-list-of-checks)
19370         (spam-list-of-statistical-checks, spam-registration-functions)
19371         (spam-check-spamassassin-headers, spam-check-spamassassin)
19372         (spam-spamassassin-score)
19373         (spam-spamassassin-register-with-sa-learn)
19374         (spam-spamassassin-register-spam-routine)
19375         (spam-spamassassin-register-ham-routine)
19376         (spam-assassin-register-spam-routine)
19377         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19378         (spam-bogofilter-score): Fix to show article before scoring.
19379
19380 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19381
19382         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19383         default scoring function.
19384         (spam-generic-score): Call spam-spamassassin-score if
19385         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19386         spam-bogofilter-score otherwise.
19387
19388         * gnus.el (spam-process, spam-autodetect-methods):
19389         Add spamassassin and spamassassin-headers.
19390
19391 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19392
19393         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19394         Suppress unnecessary messages.
19395
19396 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19397
19398         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19399         make-hash-table.
19400
19401 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19402
19403         * canlock.el (base64-encode-string): Don't autoload it.
19404
19405 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19406
19407         * run-at-time.el: Remove useless (require 'itimer),
19408         eval-and-compile and (featurep 'xemacs).
19409
19410 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19411
19412         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19413         GROUP is a virtual group.
19414
19415 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19416
19417         * gnus.el: Autoload `message-y-or-n-p'.
19418
19419 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19420
19421         * pgg-parse.el: Remove unnecessary (require 'custom).
19422
19423         * pgg-def.el: do.
19424
19425         * nnmail.el: do.
19426
19427         * gnus-undo.el: do.
19428
19429         * gnus-picon.el: do.
19430
19431         * gnus-util.el: do.
19432
19433 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19434
19435         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19436
19437 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19438
19439         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19440         handle, as well as a list.
19441
19442         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19443         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19444         (mm-w3m-cid-retrieve): Simplify.
19445
19446 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19447
19448         * message.el (message-kill-to-signature): Allow prefix arg to
19449         specify number of lines to keep before signature.
19450
19451 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19452
19453         * message.el (message-kill-to-signature): Change docstring.
19454
19455 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19456
19457         * canlock.el: Always require sha1-el.
19458         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19459
19460         * message.el: Autoload sha1 only when compiling.
19461
19462         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19463         eudc-expand-inline for XEmacs.
19464
19465 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19466
19467         * message.el (message-canlock-generate): Require sha1-el.
19468
19469 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19470
19471         * message.el (message-expand-name): Silence the byte compiler.
19472
19473         * lpath.el: Add detect-coding-system.
19474
19475         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19476         cus-edit.
19477
19478 2004-01-13  Simon Josefsson  <jas@extundo.com>
19479
19480         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19481         Invoke gnus-score-mode.
19482         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19483
19484         * gnus-range.el (gnus-compress-sequence): Doc fix.
19485         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19486
19487 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19488
19489         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19490
19491 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19492
19493         * spam.el (spam-get-article-as-string): Update to use
19494         gnus-request-article-this-buffer, much simpler.
19495         (spam-get-article-as-buffer): Remove.
19496
19497 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19498
19499         * message.el (message-expand-name): Use EUDC if the user uses that.
19500
19501 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19502
19503         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19504         character for the encoding to avoid consing a string.
19505
19506         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19507         unnecessarily.
19508
19509         * mm-util.el (mm-replace-chars-in-string): Remove.
19510
19511         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19512         of mm-replace-chars-in-string.
19513
19514 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19515
19516         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19517
19518         * mm-util.el (mm-subst-char-in-string): Support inplace.
19519
19520         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19521         a new string in every iteration.  Use shy groups.
19522
19523 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19524
19525         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19526         * gnus-soup.el (gnus-soup-group-brew):
19527         * gnus-msg.el (gnus-put-message):
19528         * gnus-move.el (gnus-group-move-group-to-server):
19529         * gnus-kill.el (gnus-batch-score):
19530         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19531         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19532         (gnus-group-update-group, gnus-group-read-group)
19533         (gnus-group-make-group, gnus-group-make-help-group)
19534         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19535         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19536         (gnus-group-sort-by-unread, gnus-group-catchup)
19537         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19538         (gnus-group-yank-group, gnus-group-set-info)
19539         (gnus-group-list-groups):
19540         * gnus.el (gnus-generate-new-group-name):
19541         * gnus-delay.el (gnus-delay-send-queue):
19542         * nnvirtual.el (nnvirtual-catchup-group):
19543         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19544         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19545         (gnus-group-prepare-topics, gnus-topic-check-topology):
19546         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19547         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19548         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19549         (gnus-group-make-articles-read):
19550         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19551         (gnus-group-change-level, gnus-kill-newsgroup)
19552         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19553         (gnus-get-unread-articles, gnus-make-articles-unread)
19554         (gnus-make-ascending-articles-unread): Use accessor
19555         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19556         to get group information for improved readability.
19557
19558
19559 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19560
19561         * gnus-art.el (article-decode-mime-words, article-babel)
19562         (gnus-article-highlight-signature, gnus-article-add-buttons)
19563         (gnus-signature-toggle): Use gnus-with-article-buffer.
19564
19565         * gnus-art.el (gnus-article-highlight-headers)
19566         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19567
19568         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19569         (gnus-article-set-globals, gnus-request-article-this-buffer)
19570         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19571         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19572         (gnus-mime-display-alternative): Use with-current-buffer.
19573
19574 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19575
19576         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19577         also under 80 char limit, and call gnus-error if needed.
19578         (spam-fetch-article-header): Fix - it was a
19579         buffer-local variable (gnus-newsgroup-data).
19580         (spam-find-spam): Use spam-generate-fake-headers, forget about
19581         spam-insert-fake-headers.
19582         (spam-insert-fake-headers): Remove.
19583
19584 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19585
19586         * deuglify.el (gnus-article-outlook-unwrap-lines)
19587         (gnus-outlook-rearrange-article)
19588         (gnus-outlook-repair-attribution-outlook)
19589         (gnus-outlook-repair-attribution-block)
19590         (gnus-outlook-repair-attribution-other): Remove redundant
19591         save-excursion.
19592
19593 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19594
19595         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19596         (spam-fetch-field-subject-fast)
19597         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19598         (spam-fetch-article-header): Add functions to deal with Gnus
19599         internals for fast retrieval of article header data.
19600         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19601
19602 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19603
19604         * pop3.el (pop3-md5): Remove.
19605         (pop3-apop): Replace pop3-md5 with md5.
19606
19607         * mm-bodies.el: base64 is always built-in.
19608
19609         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19610         Use with-current-buffer.
19611
19612 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19613
19614         * canlock.el (canlock-insert-header): Remove excessive grouping in
19615         regexp.
19616
19617         * gnus-sum.el (gnus-summary-read-document): Ditto.
19618
19619         * gnus-uu.el (gnus-uu-part-number): Ditto.
19620
19621         * html2text.el (html2text-remove-tags): Ditto.
19622         (html2text-format-tags): Ditto.
19623         (html2text-format-single-elements): Ditto.
19624
19625         * mml.el (mml-parse-1): Ditto.
19626
19627 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19628
19629         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19630
19631         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19632
19633         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19634
19635         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19636
19637 2003-11-15  Simon Josefsson  <jas@extundo.com>
19638
19639         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19640         (pgg-gpg-lookup-key): Use regexp match instead of
19641         split-string (split-string is different between emacs 21.2 and
19642         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19643
19644 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19645
19646         * gnus-art.el (gnus-mime-view-all-parts)
19647         (gnus-article-part-wrapper, gnus-article-view-part):
19648         Use with-current-buffer.
19649
19650 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19651
19652         * spam.el (spam-disable-spam-split-during-ham-respool)
19653         (spam-spamoracle-database, spam-cache-lookups)
19654         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19655         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19656         (spam-group-ham-marks, spam-group-spam-marks)
19657         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19658         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19659         also add spam-use-blackholes to the statistical checks.
19660         (spam-fetch-field-fast): Add interface to fetching fields, may
19661         become a macro.
19662         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19663         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19664         (spam-insert-fake-headers): Fake an article when needed.
19665         (spam-find-spam): Fake article when possible.
19666         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19667         (spam-check-bogofilter-headers): Use message-fetch-field instead
19668         of nnmail-fetch-field.
19669
19670 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19671
19672         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19673
19674 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19675
19676         * spam.el (spam-split): Do not require spam-use-CHECK to be
19677         enabled if that check is passed to spam-split explicitly; also
19678         fix so 'spam doesn't get converted to spam-split-group when
19679         spam-split-symbolic-return is t.
19680         (spam-find-spam): Find registrations of the article and use those
19681         instead of re-running spam-split to find the spam/ham
19682         classification of the article.
19683         (spam-log-processing-to-registry, spam-log-registered-p)
19684         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19685         Use gnus-error instead of gnus-message.
19686         (spam-log-registration-type): Add function to determine the
19687         classification of a message based on registry entries; will
19688         return nil if both 'spam and 'ham are found.
19689         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19690         a reasonably fast local cache without the loading errors.
19691         (spam-cache-lookups): Set to t by default.
19692         (spam-find-spam): Don't try to guess spam-cache-lookups.
19693         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19694         spam-caches entry.
19695         (spam-filelist-build-cache, spam-filelist-check-cache):
19696         Fix caching of whitelist/blacklist entries.
19697         (spam-check-whitelist, spam-check-blacklist):
19698         Invoke spam-from-listed-p with a type, not a cache variable.
19699         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19700
19701 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19702
19703         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19704
19705         * nnmail.el (nnmail-split-fancy): do.
19706
19707         * mml.el (mml-parse): do.
19708
19709         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19710         (gnus-score-adaptive): do.
19711
19712 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19713
19714         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19715         (gnus-mime-button-map): Don't set keymap parent.
19716         (gnus-button-ctan-directory-regexp): Use shy grouping.
19717         (gnus-prev-page-map): Don't set keymap parent.
19718         (gnus-prev-page-map): Remove duplicated one.
19719         (gnus-next-page-map): Don't set keymap parent.
19720         (gnus-mime-security-button-map): Ditto.
19721
19722         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19723         version number.
19724
19725         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19726
19727 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19728
19729         * canlock.el (canlock-sha1-function): Remove.
19730         (canlock-sha1-function-for-verify): Remove.
19731         (canlock-openssl-program): Remove.
19732         (canlock-openssl-args): Remove.
19733         (canlock-ignore-errors): Remove.
19734         (canlock-sha1-with-openssl): Remove.
19735         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19736         (canlock-verify): Don't use canlock-ignore-errors.
19737
19738         * sha1-el.el (sha1-string-external): Make it can return a string
19739         in binary form.
19740         (sha1-region-external): Ditto.
19741         (sha1-string-internal): Ditto.
19742         (sha1-region-internal): Ditto.
19743         (sha1-region): Ditto.
19744         (sha1-string): Ditto.
19745         (sha1): Ditto.
19746
19747 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19748
19749         * spam.el (spam-report-articles-gmane): New command.
19750
19751 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19752
19753         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19754
19755         * run-at-time.el (run-at-time-saved): Remove.
19756         (run-at-time): Doc fix.
19757
19758 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19759
19760         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19761         (gnus-summary-limit-map): Add it.
19762         (gnus-summary-make-menu-bar): do.
19763
19764 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19765
19766         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19767         Make attempt at some caching support (done for BBDB only now).
19768         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19769         addresses to be checked.
19770         (spam-clear-cache-BBDB): Add function, to be invoked by
19771         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19772         (spam-check-BBDB): Check and use the caches, if
19773         spam-cache-lookups is on, remove superfluous (provide).
19774
19775 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19776
19777         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19778
19779 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19780
19781         * run-at-time.el (run-at-time-saved): Move to after the definition
19782         of `run-at-time'.
19783
19784         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19785
19786 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19787
19788         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19789         mm-w3m-local-map-property.
19790
19791         * mm-view.el (mm-w3m-mode-map): Remove.
19792         (mm-w3m-local-map-property): Remove.
19793         (mm-inline-text-html-render-with-w3m): Don't use
19794         mm-w3m-local-map-property.
19795
19796 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19797
19798         * run-at-time.el: New file.
19799
19800         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19801         under Emacs.
19802
19803         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19804         of gnus-set-text-properties.
19805
19806         * gnus-uu.el (gnus-uu-save-article): Ditto.
19807
19808         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19809
19810         * gnus-cite.el (gnus-cite-parse): Ditto.
19811
19812         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19813         of gnus-.
19814
19815         * gnus-xmas.el (run-at-time): Require run-at-time.
19816
19817         * gnus.el: Change calls to nnheader-run-at-time and
19818         password-run-at-time throughout to use run-at-time directly.
19819
19820         * password.el: Remove definition of run-at-time.
19821
19822         * nnheaderxm.el: Remove definition of run-at-time.
19823
19824 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19825
19826         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19827         in prompt.
19828
19829 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19830
19831         * messagexmas.el (message-xmas-redefine): Alias
19832         `message-make-caesar-translation-table' to
19833         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19834         version.
19835
19836         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19837         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19838         `gnus-xmas-set-text-properties'.
19839         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19840         `gnus-xmas-completing-read'.
19841         (gnus-xmas-completing-read): Removed.
19842         (gnus-xmas-open-network-stream): Removed.
19843
19844         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19845         XEmacs version.
19846
19847         * dns.el (dns-make-network-process): Use `open-network-stream'
19848         instead of `gnus-xmas-open-network-stream'.
19849
19850         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19851
19852         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19853
19854 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19855
19856         * gnus-art.el (gnus-mime-display-alternative)
19857         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19858         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19859         Don't use gnus-local-map-property.
19860
19861         * gnus-util.el (gnus-local-map-property): Remove.
19862
19863         * mm-view.el (mm-view-pkcs7-decrypt):
19864         Replace gnus-completing-read-maybe-default with completing-read.
19865
19866         * gnus-util.el (gnus-completing-read): do.
19867         (gnus-completing-read-maybe-default): Remove.
19868
19869 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19870
19871         * password.el: Only autoload `run-at-time' if not XEmacs.
19872         Only autoload the itimer functions if XEmacs.
19873
19874 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19875
19876         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19877         XEmacsen.
19878
19879         * dgnushack.el: Autoload executable-find for XEmacs.
19880
19881 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19882
19883         * gnus-art.el (gnus-read-string): Remove.
19884         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19885         read-string.
19886
19887 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19888
19889         * netrc.el: Autoload password-read.
19890         (netrc): Add configuration group.
19891         (netrc-encoding-method, netrc-openssl-path):
19892         Add variables for encoding and decoding of files with symmetric
19893         ciphers.
19894         (netrc-encode): Add assistant function to encode a file with
19895         netrc-encoding-method.
19896         (netrc-parse): Add interactive parameter, added optional
19897         decoding if netrc-encoding-method is non-nil but otherwise
19898         behavior is standard.
19899         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19900         Do s/encode/encrypt/ everywhere.
19901
19902         * spam.el: Remove executable-find autoload.
19903
19904 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19905
19906         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19907
19908         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19909
19910 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19911
19912         * gnus-art.el (gnus-treat-ansi-sequences)
19913         (article-treat-ansi-sequences): New variable and function.
19914         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19915
19916         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19917         Use it.
19918
19919 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19920
19921         * mm-util.el (mm-quote-arg): Remove.
19922
19923         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19924         shell-quote-argument.
19925
19926         * gnus-uu.el (gnus-uu-command): do.
19927
19928         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19929
19930         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19931         with make-char.
19932
19933         * mm-util.el (mm-make-char): Remove.
19934
19935         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19936         add-minor-mode.
19937
19938         * gnus-undo.el (gnus-undo-mode): do.
19939
19940         * gnus-topic.el (gnus-topic-mode): do.
19941
19942         * gnus-sum.el (gnus-dead-summary-mode): do.
19943
19944         * gnus-start.el (gnus-slave-mode): do.
19945
19946         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19947
19948         * gnus-ml.el (gnus-mailing-list-mode): do.
19949
19950         * gnus-gl.el (gnus-grouplens-mode): do.
19951
19952         * gnus-draft.el (gnus-draft-mode): do.
19953
19954         * gnus-dired.el (gnus-dired-mode): do.
19955
19956         * gnus-ems.el (gnus-add-minor-mode): Remove.
19957
19958         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19959         Replace gnus-char-width with char-width.
19960
19961         * gnus-ems.el (gnus-char-width): Remove.
19962
19963         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19964         Replace gnus-char-width with char-width.
19965
19966         * gnus-ems.el (gnus-char-width): Remove.
19967
19968         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19969         definition.
19970         Remove Emacs 20 hash table compatibility code.
19971
19972         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19973         20 compatibility code.
19974
19975         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19976
19977         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19978
19979         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19980         Replace with point-at-{eol,bol}.
19981
19982         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19983
19984         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19985
19986         * flow-fill.el (fill-flowed-point-at-bol)
19987         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19988
19989         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19990         Replace with point-at-{eol,bol} throughout all files.
19991
19992 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19993
19994         * ntlm.el (ntlm-string-as-unibyte): New macro.
19995         (ntlm-build-auth-response): Use it.
19996
19997         Remove Emacs 20 stuff:
19998         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19999         (butlast, mapc, remove): Remove the compiler macros.
20000         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20001         of delq and copy-sequence.
20002         * gnus-art.el (popup-menu): Remove the compiler macro.
20003         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20004         Emacs 20.
20005
20006 2004-01-05  Simon Josefsson  <jas@extundo.com>
20007
20008         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20009         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20010         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20011         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20012         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20013         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20014         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20015         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20016         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20017         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20018         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20019         string-xor into ntlm-string-xor.
20020         Suggested by Jesper Harder <harder@myrealbox.com>.
20021
20022         * ntlm.el: Don't include poem.
20023
20024         * md4.el (print-int32, print-string-hexa): Remove.
20025         Suggested by Jesper Harder <harder@myrealbox.com>.
20026
20027         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20028
20029         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20030         probably breaks emacs with DL patch, but do we care? Is anyone
20031         still using the DL stuff?)
20032
20033         * sieve-manage.el: Use the password package.
20034         (sieve-manage-read-passwd): Remove.
20035         (sieve-manage-interactive-login): Use password.  Re-add
20036         condition-case around loop.
20037
20038         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20039         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20040         Use the password package.
20041
20042 2003-02-19  Simon Josefsson  <jas@extundo.com>
20043
20044         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20045         token.
20046
20047 2002-08-07  Simon Josefsson  <jas@extundo.com>
20048
20049         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20050         (sieve-manage-authenticators):
20051         (sieve-manage-authenticator-alist): Add some SASL mechs.
20052         (sieve-sasl-auth): New function.
20053         (sieve-manage-cram-md5-auth):
20054         (sieve-manage-plain-auth): Rewrite using SASL library.
20055         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20056         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20057         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20058         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20059
20060 2004-01-05  Simon Josefsson  <jas@extundo.com>
20061
20062         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20063         New files.
20064
20065 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20066
20067         * gnus-group.el (gnus-no-groups-message): Update.
20068
20069         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20070
20071 2003-11-09  Simon Josefsson  <jas@extundo.com>
20072
20073         * imap.el: Support for ID IMAP extension (RFC 2971).
20074         (imap-local-variables): Add imap-id.
20075         (imap-id): New variable.
20076         (imap-id): New function.
20077         (imap-parse-response): Parse untagged ID response.
20078         * nnimap.el (nnimap-id): New variable.
20079         (nnimap-open-connection): Use it.
20080
20081 2003-12-28  Simon Josefsson  <jas@extundo.com>
20082
20083         * gnus-score.el (gnus-score-edit-all-score): New.
20084         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20085
20086 2004-01-04  Simon Josefsson  <jas@extundo.com>
20087
20088         * password.el: Add.
20089
20090 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20091
20092         * dns.el (dns-query-types): Fix typo.
20093         (dns-query-types): New function.
20094         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20095         PTR and SOA replies, see RFC 1035.
20096
20097 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20098
20099         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20100
20101         * Move to Changelog.2.
20102
20103 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20104
20105         * gnus.el (gnus-version-number): Bump version.
20106
20107 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20108
20109         * gnus.el: No Gnus v0.1 is released.
20110
20111 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20112
20113         * gnus.el: No Gnus v0.0 is released.
20114
20115 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20116
20117         * gnus.el (gnus-version-number): Bump.
20118         (gnus-version): No.
20119
20120 See ChangeLog.2 for earlier changes.
20121
20122     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
20123       Free Software Foundation, Inc.
20124
20125   This file is part of GNU Emacs.
20126
20127   GNU Emacs is free software: you can redistribute it and/or modify
20128   it under the terms of the GNU General Public License as published by
20129   the Free Software Foundation, either version 3 of the License, or
20130   (at your option) any later version.
20131
20132   GNU Emacs is distributed in the hope that it will be useful,
20133   but WITHOUT ANY WARRANTY; without even the implied warranty of
20134   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20135   GNU General Public License for more details.
20136
20137   You should have received a copy of the GNU General Public License
20138   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20139
20140 ;; Local Variables:
20141 ;; coding: utf-8
20142 ;; fill-column: 79
20143 ;; add-log-time-zone-rule: t
20144 ;; End: