mm-decode: add text/x-sh
[gnus] / lisp / ChangeLog
1 2011-01-20  Julien Danjou  <julien@danjou.info>
2
3         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
4
5         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6         than mm-insert-inline to insert inline part: this respect
7         mm-inline-media-tests displayers.
8
9         * mm-view.el (mm-display-shell-script-inline): New function.
10
11         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
12
13         * mm-uu.el (mm-uu-type-alist): Add org block.
14         (mm-uu-org-src-code-block-extract): New function.
15
16         * mm-view.el (mm-display-org-inline): New function.
17
18         * mm-decode.el (mm-automatic-display): Add text/org.
19
20         * mailcap.el (mailcap-mime-extensions): Add .org.
21
22 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23
24         * gnus-art.el (gnus-article-highlight): Remove argument passed to
25         gnus-article-add-buttons.
26
27 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
28
29         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
30         From header with a date and "nobody" as the sender.
31
32 2011-01-19  Julien Danjou  <julien@danjou.info>
33
34         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
35         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
36         if you have the same regexp several times.
37         (gnus-button-push): Fix matching when regexp is symbol.
38
39 2011-01-15  Glenn Morris  <rgm@gnu.org>
40
41         * message.el (message-mail): A compose-mail function should
42         accept headers as strings.
43
44 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
45
46         * message.el (message-tool-bar-gnome): Tweak tool-bar items.  Add
47         :vert-only tags.
48         (message-mail): New arg RETURN-ACTION.
49         (message-return-action): New var.
50         (message-bury): Use it.
51         (message-mode): Make it buffer-local.
52         (message-send-and-exit): Always call message-bury.
53
54         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
55         message-mail.
56
57 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
58
59         * nnimap.el (nnimap-convert-partial-article): Protect against
60         zero-length body parts.
61
62         * mm-decode.el (mm-preferred-alternative-precedence): Discourage
63         showing empty parts.
64
65         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
66         and stuff if the backend didn't return the article number.  This fixes
67         an Exchange-related nnimap bug.
68
69         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
70         group window, because it does the wrong thing when a separate frame
71         displays the group buffer.
72
73         * proto-stream.el (open-protocol-stream): Protect against the low-level
74         transport functions returning nil.
75
76 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
77
78         * mml2015.el (epg-sub-key-fingerprint): Autoload.
79         (mml2015-epg-find-usable-secret-key): New function.
80         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
81         mml2015-epg-find-usable-key (Bug#7797).
82         (mml2015-epg-encrypt): Ditto.
83
84 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
85
86         * dgnushack.el (rot13-string): Fix the way to get the argument.
87
88 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
89
90         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
91
92 2011-01-03  Glenn Morris  <rgm@gnu.org>
93
94         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
95
96         * sieve.el (sieve-open-server): Give a more explicit error if
97         sieve-manage-open returns nil.  (Bug#7720)
98
99 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
100
101         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
102
103 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
104
105         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
106         This avoids sending passwords in plain text over non-encrypted
107         channels.
108
109         * shr.el (shr-rescale-image): Display all GIF images as animated images.
110
111         * nnimap.el (nnimap-login): Refactored out into own function, and
112         implement CRAM-MD5.
113         (nnimap-wait-for-line): Refactored out.
114
115         * mm-view.el (mml-smime): Require.
116
117 2010-12-20  David Engster  <deng@eml.cc>
118
119         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
120         use EPG to decrypt S/MIME messages instead of openssl.
121
122 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
123
124         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
125
126         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
127         status is the group clearly is unreachable.
128
129         * auth-source.el (auth-source-create): Add the optional second
130         parameter to `local-variable-p' to be compatible with XEmacs.
131
132 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
133
134         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
135         work when using a compressed nnml folder.
136
137 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
138
139         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
140         backends after sanitising on entry, because this never makes sense:
141         If the articles have gone missing, then the data no longer exists on
142         the backend, and if they haven't, then Gnus is wrong, and shouldn't
143         overwrite anything anyway.
144
145         * shr.el (shr-insert-document): Bind shr-width dynamically to
146         window-width if it's nil.
147
148 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
149
150         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
151         with the meaning of using the full emacs window width for rendering.
152
153 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
154
155         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
156         case when sender is not given.
157
158 2010-12-23  Julien Danjou  <julien@danjou.info>
159
160         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
161         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
162         the addresses, otherwise we might misplaced the gravatar.
163
164 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
165
166         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
167         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
168         obsolete in Emacs.
169
170 2010-12-20  Julien Danjou  <julien@danjou.info>
171
172         * gnus-util.el (gnus-rescale-image): Revert last change.
173
174 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
175
176         * binhex.el: Improve commentary (Bug#7482).
177
178 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
179
180         * gnus-group.el (gnus-group-delete-articles): New command.
181
182 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
183
184         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
185
186 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
187
188         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
189         here, since it's up to the backends to do CRLF removal if their
190         protocol has it.
191
192         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
193
194 2010-12-17  Julien Danjou  <julien@danjou.info>
195
196         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
197         they are from file. Can also scale up.
198
199 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
200
201         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
202         gnus-use-agent.
203         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
204
205         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
206
207 2010-12-17  Julien Danjou  <julien@danjou.info>
208
209         * gravatar.el (gravatar-retrieve-synchronously): New function.
210         (gravatar-get-data): Make more robust.
211
212 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
213
214         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
215
216 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
217
218         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
219         to really consider the last line.
220
221 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
222
223         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
224         list of recipient keys, or use symmetric encryption if not a list.
225         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
226         EPA override, replacing the call to `netrc-store-data'.
227
228 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
229
230         * gnus-srvr.el: Avoid passing nil regexp argument to
231         delete-matching-lines.
232
233 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
234
235         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
236         fetching stops when Gnus exits.
237
238         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
239         function.
240         (nnfolder-request-expire-articles): Save all the buffers after doing
241         expiry.
242
243         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
244         the last article", since that led to serious performance regressions
245         when expiring nnml groups.
246
247 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
248
249         * nnir.el: Improve customizations.
250
251 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
252
253         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
254
255         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
256         group has been killed.
257         (gnus-group-yank-group): Ditto.
258
259         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
260
261         * nnimap.el (nnimap-request-update-group-status): New function.
262
263         * gnus-int.el (gnus-request-update-group-status): New interface
264         function.
265
266         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
267         copying read-ness to the backends.
268
269         * nnimap.el (nnimap-quirk): New function.
270         (nnimap-retrieve-group-data-early): Use it.
271         (nnimap-quirks): New alist.
272
273 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
274
275         * shr.el (shr-insert): Set shr-start after deleting trailing space;
276         don't delete it within indentation.
277
278 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
279
280         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
281         previous line.
282
283 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
284
285         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
286         QRESYNC command by deleting a superfluous space which broke Cyrus
287         servers.  This change will break other servers that are buggy the other
288         way around.
289
290 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
291
292         * spam.el: Reindent and fix long lines.
293         (spam-copy-or-move-routine): Exclude invalid move destinations.
294
295 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
296
297         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
298         installed the registry.
299
300 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
301
302         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
303
304 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
305
306         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
307         groupname doesn't contain "gmane".
308
309 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
310
311         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
312         and netrc-bound-and-true-p bindings.
313         (netrc-parse): Cache the netrc contents.
314
315         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
316         (gnus-1): Don't create the nndrafts group twice.
317         (gnus-setup-news): There's no need to read the active file here, since
318         that's done again later on a per-backend basis.
319         (gnus-start-draft-setup): Make sure that the new group is started out
320         empty.
321
322         * gnus-agent.el (gnus-agentize): Don't create the queue group
323         automatically on startup.  It'll be created later, if needed.
324
325         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
326         of automatically subscribed groups.
327         (gnus-auto-subscribed-categories): New variable.
328         (gnus-matches-options-n): Use it.
329         (gnus-default-subscribed-newsgroups): Remove unused variable.
330         (gnus-start-draft-setup): Message a bit less.
331
332 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
333
334         * nnir.el (nnir-run-imap): Return article list in order of increasing
335         UID.
336
337 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
338
339         * gnus-sum.el (gnus-summary-enter-digest-group): Mention
340         gnus-auto-select-on-ephemeral-exit.
341
342         * proto-stream.el (proto-stream-open-network-only): Fix the calling
343         convention of the network-only option.
344
345 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
346
347         * proto-stream.el (proto-stream-open-network-only): New function to
348         have a way to specify non-STARTTLS upgrade connections.
349
350 2010-12-10  Julien Danjou  <julien@danjou.info>
351
352         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
353         email address is nil.
354
355         * message.el (message-bogus-recipient-p): Set address to "" if nil.
356
357 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
358
359         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
360         deletion.
361         (nnir-run-imap): Only need to parse list once.
362
363 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
364
365         * shr.el (shr-tag-script): Ignore <script>.
366         (shr-tag-label): Add <label> support.
367
368 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
369
370         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
371
372         * shr.el (shr-image-displayer): Work for images lined side by side.
373
374 2010-12-08  Robert Pluim  <rpluim@gmail.com>
375
376         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
377         parameter, since XEmacs doesn't accept t as a parameter.
378
379 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
380
381         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
382         ids.
383         (nnir-run-gmane): Simplify groupspec formatting.
384         (nnir-request-expire-articles): New function.
385
386 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
387
388         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
389         overflow, possibly.
390
391         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
392         (shr-render-td): Handle td style="" better.
393         (shr-tag-table): Use the color from the style sheet.
394         (shr-render-td): Make sure we copy over all the overlays, too.
395
396 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
397
398         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
399         (nnir-request-article): Improve article retrieval.
400
401 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
402
403         * mm-util.el (mm-extra-numeric-entities): New variable.
404
405         * mm-url.el (mm-url-decode-entities):
406         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
407
408         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
409
410 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
411
412         * message.el: Use completion-at-point.
413         (message-completion-function): New fun, extracted from message-tab.
414         (message-mode): Use it for completion-at-point-functions.
415         (message-tab): Use it and completion-at-point.
416
417 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
418
419         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
420         character if a non-breakable character follows.
421
422 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
423
424         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
425         any stream.
426
427         * shr.el (shr-tag-font): Colorize the region.
428         (shr-tag-body): Ditto.
429         (shr-tag-font): Actually let the styles be inherited instead of
430         overwriting them.
431         (shr-tag-font): Get the background color right.
432         (shr-tag-style): Ignore all <style> tags for the moment.
433
434         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
435         a Message-ID to avoid having nnimap depend on gnus-sum.
436
437         * shr.el (shr-descend): Only colorize something if we have a node that
438         sets colors.
439
440 2010-12-06  Julien Danjou  <julien@danjou.info>
441
442         * shr.el (shr-render-td): Render td content with shr-descend, so style
443         will be applied to <td> too.
444         (shr-colorize-region): Colorize region even if we only have a background.
445         (shr-tag-body): Fix color and background color inheritance.
446         Do not recolorize after shr-generic.
447         (shr-tag-font): Let shr-generic colorize via inheritance.
448
449 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
450
451         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
452
453 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
454
455         * nnir.el (nnir-request-move-article): Remove obsolete code.
456
457 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
458
459         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
460
461 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
462
463         * gnus-sum.el (gnus-summary-respool-article): The completion function
464         expects a list instead of an alist.
465
466         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
467         string as the parameter.
468
469         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
470
471         * shr.el (shr-stylesheet): New dynamic variable for cascading the
472         styles.
473         (shr-colorize-region): New function.
474         (shr-insert-background-overlay): Remove.
475         (shr-render-td): Background setting should be taken care of on a higher
476         level.
477         (shr-tag-body): Use post-hoc colorizations.
478         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
479         (shr-put-color-1): Don't overwrite old colors.
480         (shr-colorize-region): When the background color isn't explicit, use
481         a fixed background.
482
483         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
484         nnmail variables.
485
486 2010-12-05  Bjørn Mork  <bjorn@mork.no>
487
488         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
489         unless necessary.
490
491 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
492
493         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
494         server.
495
496 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
497
498         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
499         so that TAB works.
500
501         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
502         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
503
504         * shr.el (shr-urlify): Show the URL before the title to avoid
505         misleading URLs.
506
507 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
508
509         * shr.el (shr-urlify): Display the title in <a> tags.
510
511 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
512
513         * nnir.el (nnir-categorize): Replace mapcar with mapc.
514
515 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
516
517         * nnir.el: Rearrange code to allow macros to be autoloaded by
518         gnus-sum.el.
519         (nnir-retrieve-headers-override-function): Make this variable
520         customizable.
521         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
522
523         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
524         from nnir.el.
525
526 2010-12-03  Julien Danjou  <julien@danjou.info>
527
528         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
529
530 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
531
532         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
533         allow optional argument `environment'.
534
535 2010-12-03  Glenn Morris  <rgm@gnu.org>
536
537         * mm-extern.el (message-goto-body): Update declaration.
538
539 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
540
541         * gnus-util.el (gnus-macroexpand-all): New function.
542
543         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
544         instead of macroexpand-all that is unavailable in XEmacs.
545
546 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
547
548         * nnir.el (nnir-summary-line-format): New variable.
549         (nnir-mode): Use it.
550         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
551         (nnir-article-ids): Reimplement as defsubst.
552         (nnir-retrieve-headers): Don't mangle the subject header.
553         (nnir-run-imap): Use 100 as RSV score.
554         (nnir-run-find-grep): Fix for full server searching.
555         (nnir-run-gmane): Better restriction to gmane groups.
556
557         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
558         summary buffers.
559
560 2010-12-02  Julien Danjou  <julien@danjou.info>
561
562         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
563
564         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
565
566         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
567         support.
568
569 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
570
571         * nnir.el: Update to handle the registry better.
572         (autoload): Silence byte-compiler.
573         (nnir-open-server): Add a hook for nnir groups.
574         (nnir-request-move-article): Don't mangle the header. Better to use
575         formating variables (which will be added in the future).
576         (nnir-registry-action): Update the registry using the original article
577         group name.
578         (nnir-mode): Install nnir-specific hooks for updating the registry.
579
580         * gnus-sum.el
581         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
582         obsolete variables.
583         (gnus-summary-move-article): Remove use of obsolete variables.
584         (gnus-summary-local-variables): Make move and delete hooks local to
585         summary buffers.
586
587 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
588
589         * rtree.el: New file.
590
591 2010-12-01  Julien Danjou  <julien@danjou.info>
592
593         * message.el (message-user-organization): Do not use
594         gnus-local-organization.
595
596         * gnus.el: Remove gnus-local-organization.
597
598         * gnus-msg.el: Remove nastygram thing.
599
600 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
601
602         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
603         funcall.
604
605 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
606
607         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
608         names.
609
610         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
611         characters.
612
613         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
614         to t of inhibit-read-only since it is inside gnus-with-article-headers.
615         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
616         (gnus-gravatar-transform-address): Use mail-extract-address-components
617         that supports non-ASCII names rather than mail-header-parse-addresses.
618
619 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
620
621         * proto-stream.el (open-protocol-stream): All starttls connections are
622         handled by the network handler.
623
624 2010-11-30  Julien Danjou  <julien@danjou.info>
625
626         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
627         (nnimap-open-connection-1): Fix PREAUTH.
628
629         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
630
631 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
632
633         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
634         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
635         (shr-insert): Use them.
636         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
637
638 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
639
640         * nnir.el (nnir-request-move-article): Bail out if original group
641         doesn't support article moves.
642         (nnir-get-active): Improve active list retrieval.
643
644 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
645
646         * shr.el (shr-find-fill-point): Don't break before apostrophes.
647
648 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
649
650         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
651         seem to accept strings-with-numbers as port numbers,
652
653 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
654
655         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
656         change the registry.
657
658 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
659
660         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
661         delete-dups that is not available in XEmacs 21.4.
662
663         * mm-util.el (mm-delete-duplicates): Add comment.
664
665 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
666
667         * nnir.el (nnir-ignored-newsgroups): New variable.
668         (nnir-get-active): Use it.
669
670 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
671
672         * proto-stream.el (proto-stream-open-network): Add some comments.
673
674         * nntp.el (nntp-open-connection): Provide a :success condition.
675
676         * nnimap.el (nnimap-open-connection-1): Ditto.
677
678         * proto-stream.el (proto-stream-open-network): See what the response to
679         the STARTTLS command is.
680
681         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
682         backwards compatibility).
683         (nnimap-open-connection-1): Really respect nnimap-server-port.
684
685         * proto-stream.el (proto-stream-open-network): When doing opportunistic
686         TLS upgrades we don't really care about the identity of the peer.
687         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
688         that what we've checked for.
689         (proto-stream-always-use-starttls): Only default to t if
690         open-gnutls-stream exists.
691         (proto-stream-open-network): If STARTTLS failed, then just open a
692         normal connection.
693         (proto-stream-open-network): Wait until the greeting before doing
694         STARTTLS.
695
696         * nntp.el (nntp-open-connection): Report what the connection error is.
697
698         * proto-stream.el (open-protocol-stream): Renamed from
699         open-proto-stream.
700
701 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
702
703         * nnimap.el (nnimap-stream): Change default to `undecided'.
704         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
705         first, and then network.
706         (nnimap-open-connection-1): Respect nnimap-server-port.
707         (nnimap-open-connection): Be more backwards-compatible.
708
709         * proto-stream.el (proto-stream-always-use-starttls): New variable.
710         (proto-stream-open-starttls): De-duplicate the starttls code.
711         (proto-stream-open-starttls): Folded back into the main function.
712         (proto-stream-open-network): Fix typo in the gnutls path.
713         (proto-stream-command): Refactor out.
714
715         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
716
717         * proto-stream.el (proto-stream-open-starttls): Actually implement the
718         starttls.el STARTTLS.
719
720         * color.el (color-lab->srgb): Fix function call name.
721
722         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
723         if we're using tls.el.
724         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
725         built in, then don't try to establish a STARTTLS connection.
726
727         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
728         servers.
729
730         * proto-stream.el (open-proto-stream): Use network, not stream.
731         (open-proto-stream): Add a way to specify what the end of a command is.
732
733         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
734         connections types.
735         (nntp-open-network-stream): Remove.
736         (nntp-open-ssl-stream): Remove.
737         (nntp-open-tls-stream): Remove.
738         (nntp-ssl-program): Remove.
739
740         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
741
742 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
743
744         * nnir.el: Fix typos.
745         (nnir-retrieve-headers-override-function): Rename variable to reflect
746         new semantics.
747         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
748         macros.
749         (nnir-request-article, nnir-request-move-article): Use them.
750         (nnir-categorize): New function.
751         (nnir-run-query): Use it.
752         (nnir-retrieve-headers): Rewrite to batch header retrieval.
753         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
754         sorted.
755         (nnir-group-full-name): Use gnus-group-full-name instead.
756         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
757         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
758
759 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
760
761         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
762
763         * proto-stream.el: New library to provide protocol-specific
764         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
765         protocols.
766         (open-proto-stream): Complete the documentation.
767         (proto-stream-open-network): Fix some typos.
768
769         * nnimap.el (nnimap-open-connection): Use it.
770
771 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
772
773         * pop3.el (pop3-open-server): Read server greeting before starting TLS
774         negotiation.
775
776 2010-11-26  Julien Danjou  <julien@danjou.info>
777
778         * color.el: Rename various rgb functions to srgb.
779
780 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
781
782         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
783         names.
784
785 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
786
787         * shr.el (shr-insert): Revert last change.
788         (shr-find-fill-point): Never leave point being at bol;
789         relax the kinsoku limitation when rendering tables.
790
791 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
792
793         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
794         results from -accept-article.
795
796         * shr-color.el: Require cl when compiling.
797
798         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
799         checkin.
800
801         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
802
803         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
804
805         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
806         'add and 'delete to set backend marks.
807
808         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
809
810         * nnheader.el (nnheader-update-marks-actions): Refactor out.
811
812         * nntp.el (nntp-request-set-mark): Use it.
813
814         * nnfolder.el (nnfolder-request-set-mark): Ditto.
815
816         * nnml.el (nnml-request-set-mark): Ditto.
817
818         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
819         introduces regressions in article selection.
820         (nnimap-find-uid-response): New function.
821         (nnimap-request-accept-article): Use the UID returned, if any.
822         (nnimap-request-move-article): Use the UID returned, if any.
823         (nnimap-get-groups): Reimplement to work with folded lines.
824         (nnimap-find-uid-response): The UID is the last element in the list.
825         (nnimap-request-set-mark): Extend syntax with 'set.
826
827         * nnml.el (nnml-request-set-mark): Ditto.
828
829         * nnfolder.el (nnfolder-request-set-mark): Ditto.
830
831         * nntp.el (nntp-request-set-mark): Ditto.
832
833 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
834
835         * message.el (message-called-interactively-p): A temporary macro.
836         (message-goto-body): Use it temporarily.
837
838 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
839
840         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
841         (nnimap-last-response-string): Unfold quoted lines, if they exist.
842         (nnimap-last-response-string): Fix last unfolding fix.
843
844 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
845
846         * shr.el (shr-insert): Fix the way to fold lines.
847
848 2010-11-25  Julien Danjou  <julien@danjou.info>
849
850         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
851
852         * color.el: Rename from color-lab.el
853         (color-rgb->hex): Add.
854         (color-complement): Add.
855         (color-complement-hex): Add.
856
857         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
858
859 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
860
861         * shr-color.el (shr-color-visible): Don't bug out if the colour names
862         don't exist.
863
864 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
865
866         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
867         assuming that article displaying or another mml-preview may be
868         interrupted for an error or for the like.
869
870         * shr.el (shr-get-background): Fix argument name.
871
872 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
873
874         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
875
876         * gnus-sum.el (gnus-summary-include-articles): New function.
877
878         * message.el (message-goto-body): called-interactively-p needs a
879         parameter, so use `any'.
880
881         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
882         clear marks before moving, since they're synced from the Gnus side
883         first.
884
885         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
886         (gnus-summary-move-article): Copy over all marks before moving, so that
887         IMAP doesn't think a new article has arrived.
888
889 2010-11-24  Julien Danjou  <julien@danjou.info>
890
891         * shr.el (shr-insert-background-overlay): Fix typo.
892         (shr-render-td): Copy the background before rendering.
893
894         * shr-color.el (shr-color-visible): Fix docstring.
895
896         * shr.el (shr-tag-table): Add bgcolor support.
897         (shr-render-td): Add bgcolor support.
898         (shr-get-background): Add.
899         (shr-insert-foreground-overlay): Use shr-get-background.
900
901         * message.el (message-goto-body): Use called-interactively-p.
902         (message-in-body-p): message-goto-body returns point.
903
904 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
905
906         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
907         Fixes something or other in Emacs 23, and is backwards compatible.
908
909         * message.el (message-goto-body): Remove the <#secure special-casing,
910         which is too special.
911
912         * shr.el (shr-parse-style): Drop !important from styles.
913
914 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
915
916         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
917         this function to return incorrect results when calling it with an
918         explicit article argument different from
919         (gnus-summary-article-number).
920
921 2010-11-24  Julien Danjou  <julien@danjou.info>
922
923         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
924         (shr-tag-body): Add background support.
925         (shr-descend): Add background support.
926         (shr-tag-title): Add.
927
928         * shr-color.el (shr-color-visible): Really return original background
929         if fixed.
930
931 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
932
933         * shr.el (shr-color-check): Protect against non-existant colour names.
934
935 2010-11-24  Julien Danjou  <julien@danjou.info>
936
937         * color-lab.el: Require 'cl when compiling.
938
939         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
940
941         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
942         matched part.
943
944         * color-lab.el: Fix all expt calls to use float type.
945
946 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
947
948         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
949         expression to shr-color-check as is.
950
951         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
952
953         * color-lab.el: Add coding cookie.
954         (float-pi): Use eval-and-compile.
955
956         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
957         compiled for Emacsen having no `libxml-parse-html-region' support.
958
959 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
960
961         * shr.el (shr-insert-color-overlay): Split stuff like
962         "#444444 !important" to find the real colour.
963         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
964         parse <font color="red"> entries.
965
966 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
967
968         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
969         point when parsing headers.
970
971         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
972         is positioned properly when parsing headers.
973
974 2010-11-23  Julien Danjou  <julien@danjou.info>
975
976         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
977
978         * shr-color.el (shr-color->hexadecimal): Add support for color names.
979
980         * shr.el (shr-parse-style): Replace \n with space in style parsing.
981
982         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
983         shr-color-hue-to-rgb.
984         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
985
986 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
987
988         * shr.el (shr-color->hexadecimal): Autoload.
989         (shr-descend): Add color to all tags.
990
991 2010-11-22  Julien Danjou  <julien@danjou.info>
992
993         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
994         shr-color->hexadecimal.
995
996         * shr-color.el (shr-color->hexadecimal): Add converting functions for
997         RGB() or HSL() color representation.
998
999         * shr.el (shr-tag-font): Add.
1000         (shr-tag-color-check): New function to get better colors.
1001         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1002         tag-span.
1003
1004         * shr-color.el: New file.
1005
1006         * color-lab.el: New file.
1007
1008         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1009
1010 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1011
1012         * nnir.el: Fix typo in comments.
1013         (nnir-run-imap): Simplify code. No need to reverse artlist.
1014         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1015
1016 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1017
1018         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1019
1020         * nnimap.el (nnimap-get-capabilities): Refactor out.
1021         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1022
1023 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1024
1025         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1026         appearing when `mm-uu-hide-markers' is nil.
1027
1028 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1029
1030         * nnimap.el (nnimap-unselect-group): Make into its own function.
1031         (nnimap-request-rename-group): Unselect group before renaming.
1032         This had gotten lost somewhere.
1033         (nnimap-request-accept-article): Keep track of examined groups, and
1034         unselect the group before APPENDing to read-only groups.
1035         (nnimap-request-move-article): Clear flags before moving so that they
1036         can be re-set later.
1037
1038 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1039
1040         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1041         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1042
1043 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1044
1045         * gnus-art.el (gnus-mime-display-single)
1046         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1047         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1048         parameter.
1049
1050 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1051
1052         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1053         (shr-table-vertical-line): New variable.
1054         (shr-insert-table): Use it.
1055
1056 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1057
1058         * gnus-html.el (gnus-html-wash-images): Don't display images if
1059         gnus-inhibit-images is non-nil; register displayer for cid images.
1060         (gnus-html-display-image): Work for cid image.
1061         (gnus-html-insert-image): Allow arguments.
1062         (gnus-html-put-image): Inhibit read-only.
1063         (gnus-html-prefetch-images): Don't prefetch images if
1064         gnus-inhibit-images is non-nil.
1065
1066 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1067
1068         * shr.el (shr-put-image): Break lines when inserting big pictures.
1069
1070 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1071
1072         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1073         sender, thanks Katsumi Yamaoka.
1074
1075 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1076
1077         * nnir.el (nnir-run-imap): Reverse the article list for each group
1078         rather than the whole list.
1079
1080 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1081
1082         * shr.el (shr-image-displayer): Protect function against non-existent
1083         image source.
1084
1085         * gnus-art.el (gnus-inhibit-images): New user option.
1086         (gnus-mime-display-single): Don't display image if it is non-nil.
1087
1088         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1089         gnus-inhibit-images.
1090
1091         * shr.el (shr-image-displayer): New function.
1092         (shr-tag-img): Use it.
1093
1094 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1095
1096         * mml2015.el (mml2015-epg-sign): Use From header.
1097
1098 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1099
1100         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1101
1102         * gnus-util.el (gnus-find-text-property-region): Return markers.
1103
1104         * shr.el (shr-tag-img): Put a displayer in the text property.
1105
1106         * gnus-util.el (gnus-find-text-property-region): New utility function.
1107
1108         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1109         (gnus-html-show-images): Remove.
1110
1111         * gnus-art.el (gnus-article-show-images): New, more general function.
1112
1113         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1114         image url text properties.
1115
1116         * shr.el: Ditto.
1117
1118         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1119         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1120
1121 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1122
1123         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1124         work for two or more articles.
1125
1126 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1127
1128         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1129         divide an image that's in an html article to two or more when washing
1130         non-ASCII characters in alt text of it.
1131
1132 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1133
1134         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1135         smime-decrypt-region using function argument.
1136         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1137
1138         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1139
1140         * smime.el (smime-decrypt-region): Catch it.
1141
1142 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1143
1144         * smime.el (smime-mode-map): Move initialization into declaration.
1145         (gnus-run-mode-hooks): Don't autoload.
1146         (smime-mode): Use define-derived-mode.
1147
1148 2010-11-11  Glenn Morris  <rgm@gnu.org>
1149
1150         * smime.el (from): Restrict declaration to XEmacs.
1151
1152         * nnir.el (gnus-group-topic-name): Autoload.
1153
1154 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1155
1156         * shr.el (shr-insert): Don't break long line if it is because of
1157         kinsoku-bol characters in the line end.
1158
1159 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1160
1161         * nnir.el (nnir-request-move-article): Fix to provide original group
1162         and subject.
1163         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1164         been retrieved.
1165
1166         * gnus-sum.el (gnus-summary-move-article): Use original group and
1167         subject for virtual articles such as those in an nnir summary buffer.
1168
1169 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1170
1171         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1172         least 21.5).
1173
1174         * smime.el (from): Declare it again for XEmacs.
1175
1176 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1177
1178         * message.el (message-resend): Don't disable encoding unless it's
1179         already encoded.
1180
1181         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1182         low-numbered articles.
1183
1184 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1185
1186         * rfc2047.el (rfc2047-syntax-table): Simplify.
1187
1188         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1189
1190         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1191         set-char-table-range for XEmacs.
1192
1193 2010-11-10  Glenn Morris  <rgm@gnu.org>
1194
1195         * time-date.el (time-to-seconds): Always an alias on Emacs,
1196         never a real function.
1197         (with-no-warnings): Remove compat stub, now unused.
1198         (time-less-p): Doc fix.
1199         (time-to-number-of-days): Simplify.
1200
1201         * smime.el (from): Remove unused declaration.
1202
1203         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1204         (gnus-float-time): On Emacs, always an alias.
1205
1206         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1207         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1208
1209 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1210
1211         * dgnushack.el: Don't use ignore-errors in the top level form since it
1212         is unavailable in XEmacs even if cl is loaded.
1213
1214         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1215
1216 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1217
1218         * shr.el (browse-url-mailto): Autoload.
1219
1220         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1221
1222         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1223         regexp doesn't need quoting.
1224
1225 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1226
1227         * message.el (message-subject-trailing-was-ask-regexp)
1228         (message-subject-trailing-was-regexp): Match was: in addition to was.
1229
1230 2010-11-09  Glenn Morris  <rgm@gnu.org>
1231
1232         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1233         (nnbabyl-check-mbox): Use point-at-bol.
1234
1235 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1236
1237         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1238
1239         * message.el (message-mailto): New function.
1240         (message-mailto): Should accept other parameters.
1241         (message-mailto): Remove since it duplicates browse-url-mailto
1242         functionality.
1243
1244 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1245
1246         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1247         methods.
1248         (gnus-read-active-file): Ditto.
1249
1250         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1251         ": " from the prompt.
1252         (gnus-group-make-group): Ditto.
1253
1254 2010-11-07  Glenn Morris  <rgm@gnu.org>
1255
1256         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1257         (gnus-bookmark-kill-line): Use point-at-eol.
1258
1259 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1260
1261         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1262         asterisks in From header.
1263
1264 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1265
1266         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1267         string to avoid making the From headers syntactically invalid.
1268
1269         * message.el (message-send-mail): Don't insert courtesy messages if the
1270         message already has List-Post and List-ID messages.
1271
1272 2010-11-06  Glenn Morris  <rgm@gnu.org>
1273
1274         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1275         `condition', `type', `length' a prefix.
1276         (gnus-treat-predicate): Update for above name changes.
1277
1278 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1279
1280         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1281         binding.  Handled by `gnus-summary-refer-thread' instead.
1282         (nnir-warp-to-article): New backend function.
1283
1284         * nnimap.el (nnimap-request-thread): Force dependency updating.
1285
1286         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1287         (gnus-summary-refer-thread): Rework to improve thread-referral.
1288
1289         * gnus-int.el (gnus-warp-to-article): New function.
1290
1291         * gnus-sum.el (gnus-summary-article-map): Bind it.
1292
1293 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1294
1295         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1296         gnus-summary-refer-thread.
1297
1298         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1299         headers.
1300         (gnus-summary-limit-include-thread): Prevent articles in thread from
1301         being cut in gnus-cut-threads.
1302         (gnus-summary-refer-thread): Limit retrieved headers to those in
1303         thread.
1304
1305 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1306
1307         * message.el (message-send-mail): Use the value of
1308         message-courtesy-message from the message buffer.
1309
1310         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1311
1312         * shr.el (shr-browse-url): Implement mailto: URLs.
1313
1314         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1315         "raw".
1316
1317         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1318         if it's already selected.
1319
1320         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1321
1322 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1323
1324         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1325         to measure the length and truncate alt text.
1326
1327 2010-11-03  Glenn Morris  <rgm@gnu.org>
1328
1329         * nndiary.el (nndiary-generate-nov-databases-1)
1330         (nndiary-generate-active-info): Rename dynamic variable `files' to
1331         something less generic.
1332
1333 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1334
1335         * nnir.el (nnir-request-move-article): Call the underlying backend to
1336         move articles from nnir.
1337
1338 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1339
1340         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1341
1342 2010-11-02  Julien Danjou  <julien@danjou.info>
1343
1344         * nnir.el: Remove wais support.
1345
1346 2010-11-02  Glenn Morris  <rgm@gnu.org>
1347
1348         * gnus-html.el: Reorder requirements to quieten compiler.
1349
1350 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1351
1352         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1353         properly for XEmacs as well.
1354         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1355         (gnus-article-natural-long-line-p): Use window-width rather than
1356         frame-width.
1357
1358 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1359
1360         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1361         (nnir-read-parms): Don't modify query.
1362         (nnir-run-query): Add ability to search topic on current line.
1363         (nnir-get-active): Clean up.
1364
1365 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1366
1367         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1368         degenerate articles.
1369
1370         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1371         (gnus-print-buffer): Just print the buffer as is, without any copying
1372         to a buffer and then re-highlighting.
1373
1374         * nnimap.el (nnimap-request-group): Store the new updated info.
1375         (nnimap-request-group): Select the group when we don't know whether it
1376         exists or not.
1377
1378         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1379         groups.
1380
1381         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1382         groups.
1383
1384         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1385         groups.
1386
1387         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1388         long-lines case by only filling the long lines.
1389
1390         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1391         (bug #7311).
1392
1393 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1394
1395         * shr.el: No need to declare `declare-function' since shr.el is for
1396         only Emacsen that provide `libxml-parse-html-region'.
1397
1398         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1399         effective only in a file it is referred to.
1400
1401 2010-11-01  Glenn Morris  <rgm@gnu.org>
1402
1403         * mm-util.el (gnus-completing-read): Autoload.
1404         (mm-read-coding-system): Simplify Emacs definition.
1405
1406         * nnmail.el (gnus-activate-group):
1407         * nnimap.el (gnutls-negotiate):
1408         * nntp.el (netrc-parse): Fix declarations.
1409
1410 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1411
1412         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1413         string-match-p in Emacs >=23.
1414
1415         * gnus-msg.el (gnus-configure-posting-styles)
1416         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1417
1418 2010-11-01  Glenn Morris  <rgm@gnu.org>
1419
1420         * nnir.el (declare-function): Add compat stub.
1421         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1422         (nnir-run-gmane): Require 'mm-url.
1423
1424         * mm-util.el (mm-string-to-multibyte): Simplify.
1425
1426         * shr.el (declare-function): Add compat stub.
1427         (url-cache-create-filename): Declare.
1428         (mm-disable-multibyte, widget-convert-button): Autoload.
1429
1430         * smime.el (ldap-search): Declare.
1431         (smime-cert-by-ldap-1): Require ldap on Emacs.
1432
1433         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1434         (nnimap-keepalive): Use gnus-float-time.
1435
1436         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1437         (mail-source-delete-crash-box): Use gnus-float-time.
1438
1439         * gnus-dired.el (gnus-completing-read): Autoload.
1440
1441         * mm-view.el (gnus-rescale-image): Autoload.
1442
1443         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1444
1445         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1446
1447         * sieve-manage.el: Require 'cl when compiling.
1448
1449         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1450         (gnus-iswitchb-completing-read): Require iswitchb.
1451         (gnus-select-frame-set-input-focus): Silence compiler.
1452
1453 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1454
1455         * message.el (message-subject-trailing-was-query): Change default to t,
1456         since I think that's what most people want.
1457
1458         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1459         appending for easier debugging.
1460         (nnimap-wait-for-connection): Take a regexp.
1461         (nnimap-request-accept-article): Wait for the continuation line before
1462         sending anything unless we're streaming.
1463
1464         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1465         leave the header washing to take place.
1466
1467 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1468
1469         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1470         regular expression match and replace in posting styles.
1471
1472 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1473
1474         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1475         an entire server.
1476         (nnir-get-active): New function.
1477         (nnir-run-imap): Use it.
1478         (nnir-run-gmane): Who knew, gmane search returns an article score!
1479
1480         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1481         server on the current line with nnir.
1482
1483 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1484
1485         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1486         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1487         left edge.
1488         (gnus-article-foldable-buffer): Skip past the prefix when determining
1489         raggedness.
1490
1491         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1492         the raw article, and change `C-u g' to show the article without doing
1493         treatments.
1494
1495         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1496         on to `gnus-treat-article'.
1497         (gnus-inhibit-article-treatments): New variable.
1498
1499         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1500
1501         * gnus-art.el (gnus-treatment-function-alist): Have
1502         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1503         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1504         sections.
1505
1506         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1507         parameter.
1508         (gnus-article-fill-cited-long-lines): New function.
1509         (gnus-article-fill-cited-article): Allow filling only long sections.
1510
1511         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1512         and non-punctuation (like after the apostrophe in "'We").
1513
1514         * gnus-sum.el (gnus-summary-select-article): Make sure
1515         gnus-original-article-buffer is alive.
1516
1517         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1518         reflect the order they're in in the digest.
1519
1520         * gnus.el (gnus-group-startup-message): Move point to the start of the
1521         buffer.
1522
1523         * nnimap.el (nnimap-capability): New function.
1524         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1525         is set.
1526
1527 2010-10-31  David Engster  <dengste@eml.cc>
1528
1529         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1530         conform with changes to gnus-completing-read.
1531
1532 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1533
1534         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1535
1536 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1537
1538         * nnir.el: Move defvar, defcustom around to keep file organized
1539         and keep byte-compiler quiet.
1540         (nnir-read-parms): Accept search-engine as arg.
1541         (nnir-run-query): Pass search-engine as arg.
1542         (nnir-search-engine): Remove.
1543
1544 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1545
1546         * shr.el (shr-generic): The text nodes should be text, not :text.
1547
1548         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1549         later in the file.
1550
1551 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1552
1553         * nnir.el: General clean up.  Allow searching with multiple engines.
1554         Allow separate extra-parameters for each engine.
1555         Batch queries when possible.
1556         (nnir-imap-default-search-key,nnir-method-default-engines):
1557         Add customize interface.
1558         (nnir-run-gmane): New engine.
1559         (nnir-engines): Use it.  Qualify all prompts with engine name.
1560         (nnir-search-engine): Remove global variable.
1561         (nnir-run-hyrex): Restore for now.
1562         (nnir-extra-parms,nnir-search-history): New variables.
1563         (gnus-group-make-nnir-group): Use them.
1564         (nnir-group-server): Remove in favor of gnus-group-server.
1565         (nnir-request-group): Avoid searching twice.
1566         (nnir-sort-groups-by-server): New function.
1567
1568 2010-10-30  Julien Danjou  <julien@danjou.info>
1569
1570         * gnus-group.el: Remove gnus-group-fetch-control.
1571
1572         * gnus-start.el (gnus-find-new-newsgroups):
1573         Remove gnus-check-first-time-used.
1574
1575         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1576
1577 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1578
1579         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1580         set on groups that don't have \* permanentflags.
1581
1582 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1583
1584         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1585         control the background color.
1586         (shr-tag-img): Ignore very small web bug type images.
1587         (shr-put-image): Add help-echo alt texts to the images.
1588         (shr-tag-video): Show the video poster image.
1589
1590 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1591
1592         * shr.el (shr-table-depth): New variable.
1593         (shr-tag-table-1): Only insert the images after the top-level table.
1594
1595         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1596
1597         * gnus-util.el (gnus-list-memq-of-list): New function.
1598
1599         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1600         selected.
1601         (nnimap-unsplittable-articles): New slot.
1602         (nnimap-new-articles): Use it.
1603
1604 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1605
1606         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1607         move to the previous line on `M-g'.
1608
1609 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1610
1611         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1612         *-request-group, which seems unnecessary.
1613
1614         * nnimap.el (nnimap-quote-specials): Function copied over from
1615         imap.el.
1616         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1617         they support that.  Suggested by Tom Regner.
1618
1619 2010-10-29  Julien Danjou  <julien@danjou.info>
1620
1621         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1622         defalias.
1623         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1624
1625         * gnus.el: Remove `gnus-nntp-service' variable.
1626         (gnus-secondary-servers): Make obsolete.
1627         (gnus-nntp-server): Make obsolete.
1628
1629         * gnus-start.el (gnus-1): Remove x-splash calls.
1630
1631         * gnus-ems.el (gnus-x-splash): Remove.
1632
1633         * gnus.el (gnus-group-startup-message): Simplify/update code.
1634
1635         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1636         definition.
1637
1638         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1639         capability before doing anything.
1640         (gnus-group-insert-group-line): Remove useless
1641         gnus-group-remove-excess-properties.
1642
1643 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1644
1645         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1646
1647 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1648
1649         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1650         config after reselecting.
1651
1652 2010-10-28  Julien Danjou  <julien@danjou.info>
1653
1654         * shr.el (shr-put-image): Use point even if only inserting text.
1655         (shr-put-image): Save excursion when inserting alt text on non-graphic
1656         display, so the behaviour is the same when we are on a graphic display.
1657
1658         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1659
1660 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1661
1662         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1663         (gnus-mime-copy-part): Check coding system, not charset.
1664         (gnus-mime-view-part-externally): Never remove part.
1665         (gnus-mime-view-part-internally): Don't remove part here.
1666         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1667         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1668         multipart/alternative.
1669
1670         * mm-decode.el (mm-display-part): Take optional arg `force'.
1671
1672 2010-10-26  Julien Danjou  <julien@danjou.info>
1673
1674         * gnus-group.el (gnus-group-default-list-level): Add this function to
1675         compute the default list level.
1676         (gnus-group-default-list-level): Add possibility to use a function.
1677
1678 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1679
1680         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1681
1682         * gnus-group.el (gnus-group-completing-read)
1683         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1684         gnus-replace-in-string.
1685
1686 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1687
1688         * shr.el (shr-tag-div): Add.
1689
1690         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1691
1692 2010-10-25  Julien Danjou  <julien@danjou.info>
1693
1694         * gnus-util.el: Remove `gnus-with-local-quit'.
1695
1696         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1697
1698 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1699
1700         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1701         the original article buffer.
1702
1703 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1704
1705         * nnimap.el (nnimap-request-head): New function.
1706         (nnimap-request-move-article): Try to be slighly faster by not
1707         requesting the entire message when moving.
1708         (nnimap-transform-headers): Don't bug out on bodiless articles.
1709         (nnimap-send-command): Have no outstanding messages if the IMAP server
1710         doesn't support streaming.
1711         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1712
1713 2010-10-24  Julien Danjou  <julien@danjou.info>
1714
1715         * message.el (message-default-headers): Fix type.
1716
1717 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1718
1719         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1720         prefetching images.
1721
1722         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1723         backend for unknown groups.  This is mainly useful for nnimap groups.
1724
1725         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1726         group isn't covered by the agent.
1727
1728 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1729
1730         * nnir.el (nnir-method-default-engines): New variable.
1731         (nnir-run-query): Use it.
1732         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1733         (gnus-summary-nnir-goto-thread): Change group if needed.
1734
1735         * gnus-group.el (gnus-group-group-map): Add key binding for
1736         gnus-group-make-nnir-group.
1737
1738 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1739
1740         * shr.el (shr-tag-object): Add.
1741
1742         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1743         original article buffer live.
1744         (gnus-summary-select-article-buffer):
1745         Mention gnus-widen-article-buffer.
1746
1747 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1748
1749         * shr.el (shr-tag-strong): Add.
1750
1751 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1752
1753         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1754         group names.  They mess up the group buffer badly.
1755
1756         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1757
1758         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1759         instead of the summary one.
1760
1761 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1762
1763         * mml.el (mml-preview): Work properly when editing article.
1764
1765         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1766         gnus-have-read-active-file if it's already been in.
1767
1768 2010-10-22  Tom Tromey  <tromey@redhat.com>
1769
1770         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1771         gnus-group-completing-read.
1772
1773 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1774
1775         * message.el (message-mode-map): Don't bind M-; to comment region, to
1776         allow the global comment-dwim to work.
1777
1778 2010-10-21  Julien Danjou  <julien@danjou.info>
1779
1780         * message.el (message-setup-1): Allow message-default-headers to be a
1781         function.
1782
1783 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1784
1785         * shr.el (shr-tag-table): Simplify.
1786
1787 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1788
1789         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1790         to avoid trying to snarf invalid stuff.
1791
1792         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1793
1794         * gnus.el (gnus-message-archive-group): Quote value.
1795         (gnus-message-archive-group): Mark as changed.
1796
1797         * shr.el (shr-add-font): Don't put the font properties on the newline
1798         or the indentation.
1799
1800         * message.el (message-fix-before-sending): Change options when sending
1801         non-printable characters.
1802
1803         * gnus.el (gnus-message-archive-method): Change the default to
1804         monthly outgoing groups.
1805
1806         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1807         that have gotten new numbers.
1808
1809         * nnimap.el (nnimap-request-replace-article): New function.
1810
1811 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1812
1813         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1814         (nnrss-request-article): Don't use special html washing code.
1815
1816 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1817
1818         * shr.el (shr-tag-table): Remove useless nconc.
1819
1820 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1821
1822         * gnus-art.el (article-wash-html): Simplify and remove the charset
1823         stuff.  Use the normal html rendering code instead of the special html
1824         washing code.
1825
1826         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1827         `gnus-w3m' symbols.
1828         (mm-text-html-washer-alist): Remove.
1829
1830         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1831         (mm-inline-media-tests): Remove use.
1832         (mm-text-html-renderer): Change default to the `shr' symbol.
1833
1834         * mm-view.el (mm-inline-text-html): Remove use.
1835
1836         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1837         `gnus-blocked-images' to be a function.
1838         (gnus-article-wash-function): Remove.
1839
1840 2010-10-20  Julien Danjou  <julien@danjou.info>
1841
1842         * spam.el (spam-list-of-processors): Mark as obsolete.
1843
1844         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1845         (nnimap-insert-partial-structure): Fix boundary detection.
1846
1847 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1848
1849         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1850         run file-truename on remote files.  This can be expensive and even
1851         prevent one from editing drafts if some unrelated buffer has a stale
1852         connection.
1853
1854 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1855
1856         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1857         kinsoku-eol regardless of shr-kinsoku-shorten.
1858         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1859         (shr-tag-table): Support caption, thead, and tfoot.
1860
1861 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1862
1863         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1864         lines.
1865         (shr-save-contents): New command and keystroke.
1866
1867         * nndoc.el (nndoc-type-alist): Add git support.
1868         (nndoc-git-type-p): New function.
1869         (nndoc-transform-git-article): Ditto.
1870         (nndoc-transform-git-headers): Ditto.
1871         (nndoc-transform-git-headers): Generate Subject headers.
1872
1873         * shr.el (shr-parse-style): New function.
1874         (shr-tag-span): Ditto.
1875
1876         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1877         to `G G' to avoid collisions.
1878
1879 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1880
1881         * shr.el: Load kinsoku if necessary.
1882         (shr-kinsoku-shorten): New internal variable.
1883         (shr-find-fill-point): Make kinsoku shorten text line if
1884         shr-kinsoku-shorten is bound to non-nil.
1885         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1886         shr-indentation too when testing if table is wider than frame width.
1887         (shr-insert-table): Use `string-width' instead of `length' to measure
1888         text width.
1889         (shr-insert-table-ruler): Make sure indentation is done at bol.
1890
1891 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1892
1893         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1894         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1895         undecoded network data.
1896
1897 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1898
1899         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1900         name in the mode line spec so that the mode line menu works
1901         (bug #2431).
1902
1903         * message.el (message-get-reply-headers): If we're fed `to-address',
1904         then always use that.
1905
1906         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1907         aren't so wide as to need to switch off the edit menu.
1908
1909         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1910         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1911
1912         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1913         `M-g'.
1914         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1915         the permanent marks.
1916
1917 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1918
1919         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1920         Splitting according to references/in-reply-to obeys the ignore-groups
1921         variable, while splitting by sender and subject do not.
1922
1923 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1924
1925         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1926         alist, so that we can look for non-Unicode chars.
1927         (article-translate-strings): Allow both character and string maps.
1928
1929 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1930
1931         * shr.el (shr-insert): Don't insert space behind a wide character
1932         categorized as kinsoku-bol, or between characters both categorized as
1933         nospace.
1934
1935 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1936
1937         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1938         headers to gnus-newsgroup-headers.
1939
1940 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1941
1942         * shr.el (shr-tag-img): Don't align images -- since we're not
1943         rescaling, this often leads to ugly displays.
1944
1945 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1946
1947         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1948         duplicates.
1949
1950 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1951
1952         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1953         call.
1954
1955 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1956
1957         * gnus.el: Autoload gnus-html-show-images.
1958
1959         * nnimap.el: Use nnheader-message throughout.
1960
1961         * shr.el (shr-tag-img): Ignore images with no data.
1962
1963 2010-10-15  Julien Danjou  <julien@danjou.info>
1964
1965         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1966         a possibility to disable format=flow encoding when using hard newlines.
1967
1968 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1969
1970         * shr.el (shr-insert): Remove space inserted before or after a
1971         breakable character or at the beginning or the end of a line.
1972         (shr-find-fill-point): Do kinsoku; find the second best point or give
1973         it up if there's no breakable point.
1974
1975 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1976
1977         * nnimap.el (nnimap-open-connection): Message when opening connection
1978         for debugging purposes.
1979
1980         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1981         on every setup buffer call to allow this to change from article to
1982         article.
1983
1984         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1985         buffers where we have a wide table.
1986
1987 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1988
1989         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1990         uses *-request-thread.
1991
1992 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1993
1994         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1995         incantation, which is no longer valid.
1996
1997 2010-10-14  Julien Danjou  <julien@danjou.info>
1998
1999         * shr.el: Fix defcustom type (char -> character).
2000
2001 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2002
2003         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2004         programs.
2005
2006 2010-10-14  Julien Danjou  <julien@danjou.info>
2007
2008         * shr.el (shr-tag-a): Use url-link as widget type.
2009
2010         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2011         `gnus-group-get-icon'.
2012
2013 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2014
2015         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2016         This should make server editing work better.
2017
2018         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2019
2020         * tls.el (tls-program): Remove spurious %s from openssl.
2021
2022         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2023         (nnimap-parse-flags): Fix regexp.
2024
2025         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2026         probably work for CJVK text, too.
2027
2028         * nnimap.el (nnimap-extend-tls-programs): Remove.
2029         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2030
2031         * tls.el (tls-starttls-switches): Remove starttls hack.
2032         (open-tls-stream): Ditto.
2033         (tls-find-starttls-argument): Ditto.
2034
2035 2010-10-13  Julien Danjou  <julien@danjou.info>
2036
2037         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2038         responses.
2039
2040 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2041
2042         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2043
2044         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2045         anything in Emacs.
2046
2047         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2048
2049 2010-10-13  Julien Danjou  <julien@danjou.info>
2050
2051         * shr.el (shr-width): Make shr-width a defcustom with default to
2052         fill-column.
2053         (shr-tag-img): Use shr-width rather than fill-column.
2054
2055 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2056
2057         * dgnushack.el (byte-optimize-apply)
2058         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2059
2060         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2061         position when (X-)Faces exist.
2062         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2063         avatars when called interactively.
2064
2065 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2066
2067         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2068         gnus-article-x-face-too-ugly is bound.
2069
2070 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2071
2072         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2073
2074         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2075         mailbox that doesn't exist.
2076
2077 2010-10-12  Julien Danjou  <julien@danjou.info>
2078
2079         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2080         (shr-get-image-data): Encode URL properly when fetching from cache.
2081         (shr-tag-img): Use aligned-to spaces to align correctly images.
2082
2083         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2084         before inserting the Gravatar.
2085
2086         * shr.el (shr-tag-img): Add align attribute support for <img>.
2087
2088 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2089
2090         * gnus-gravatar.el (gnus-art): Require.
2091
2092         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2093         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2094         Remove long obsoleted functions.
2095
2096 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2097
2098         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2099
2100         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2101
2102         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2103         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2104         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2105         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2106         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2107         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2108         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
2109
2110 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2111
2112         * nnimap.el (nnimap-request-rename-group): Select group read-only
2113         before renaming it.
2114
2115         * shr.el (shr-insert): Fix up the white space only regexp.
2116
2117         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2118         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2119
2120         * shr.el (shr-current-column): New function.
2121         (shr-find-fill-point): New function.
2122
2123 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2124
2125         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2126         numbers.
2127
2128 2010-10-11  Julien Danjou  <julien@danjou.info>
2129
2130         * shr.el (shr-hr-line): Add.
2131         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2132         display hr lines.
2133         (shr-max-columns): Do not change state to nil if we just inserting
2134         spaces.
2135
2136 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2137
2138         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2139         select the last group.
2140
2141 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2142
2143         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2144
2145 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2146
2147         * dig.el (dig-mode-map): Declare and define in one step.
2148
2149 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2150
2151         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2152         for Gnus.
2153         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2154         (nnimap-update-qresync-info): Mark \Seen articles as read.
2155
2156         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2157         non-variable, too.
2158
2159         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2160         available.
2161         (nnimap-update-info): Rely more on the current active than the param
2162         active to avoid marking articles as read too much.
2163
2164         * auth-source.el (auth-source-create): Use (user-login-name) for the
2165         user name default.
2166
2167         * nnimap.el (nnimap-update-info): If the server doesn't return any
2168         useful info, just use the previous info.
2169         (nnimap-update-info): Prefer old info over start-article.
2170         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2171
2172 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2173
2174         * nnir.el (autoload): Clean up autoloads.
2175         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2176         Use key rather than value.
2177         (nnir-imap-search-other): New variable.
2178         (nnir-read-parm): Use it.
2179         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2180         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2181
2182 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2183
2184         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2185         the process, too.
2186
2187 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2188
2189         * spam.el (gnus-summary-mode-map): Bind to "$".
2190         Suggested by Russ Allbery.
2191
2192         * shr.el: Rework the way things are indented by <li> slightly.
2193
2194         * gnus.el (gnus-group-set-parameter): Fix typo.
2195
2196         * nnimap.el: Start implementing QRESYNC support.
2197
2198 2010-10-09  Julien Danjou  <julien@danjou.info>
2199
2200         * nnir.el (nnir-engines): Fix too many arguments.
2201
2202 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2203
2204         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2205         group is the "last", so that the backends like nnfolder actually save
2206         their folders.
2207
2208         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2209         try to use that for the tls stream.
2210         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2211         UIDVALIDITY and find out which groups are read-only and not.
2212         (nnimap-get-flags): Use the same marks parsing code as the rest of
2213         nnimap.
2214
2215 2010-10-09  Julien Danjou  <julien@danjou.info>
2216
2217         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2218
2219         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2220         retrieving gravatars.
2221
2222         * shr.el (shr-table-corner): Add.
2223         (shr-table-line): Add.
2224         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2225
2226 2010-10-08  Julien Danjou  <julien@danjou.info>
2227
2228         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2229
2230 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2231
2232         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2233
2234         * gnus-sum.el (gnus-mark-article-as-unread)
2235         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2236         (gnus-summary-set-bookmark): Use it.
2237
2238         * gnus-msg.el (gnus-setup-message): Use it.
2239
2240         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2241
2242         * gnus.el (gnus-group-remove-parameter): Use it.
2243
2244         * gnus-group.el (gnus-group-make-web-group): Use it.
2245
2246         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2247
2248         * nnregistry.el: Update docs to mention manual.
2249
2250         * gnus-registry.el: Update docs to mention nnregistry.el.
2251         (gnus-registry-initialize): Don't install nnregistry refer method
2252         automatically.
2253         (gnus-registry-install-nnregistry): Remove it.
2254
2255 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2256
2257         * shr.el (shr-insert): Don't insert double spaces.
2258
2259 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2260
2261         * gnus-gravatar.el (gnus-treat-from-gravatar)
2262         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2263         called interactively.
2264
2265         * gnus-art.el (gnus-mime-view-part-externally)
2266         (gnus-mime-view-part-internally): Make predicate function passed to
2267         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2268         of a mime type.
2269
2270         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2271
2272 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2273
2274         * shr.el (require): Require cl when compiling.
2275         (shr-tag-hr): New function.
2276
2277         * nnimap.el (nnimap-update-info): Remove double setting of high.
2278         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2279         This makes nnimap work properly on Courier again.
2280
2281         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2282         the variable for backwards compatability.
2283
2284         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2285         the file name before using to avoid setting mm-default-directory to
2286         nil.
2287
2288         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2289         bidning gnus-agent variables.
2290
2291         * shr.el (shr-render-td): Use a cache for the table rendering function
2292         to avoid getting an exponential rendering behaviour in nested tables.
2293         (shr-insert): Rework the line-breaking algorithm.
2294         (shr-insert): Don't leave trailing spaces.
2295         (shr-insert-table): Also insert empty TDs.
2296         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2297
2298 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2299
2300         * gnus-sum.el (gnus-number): Rename from `number'.
2301         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2302         (gnus-summary-limit-children): Update uses correspondingly.
2303
2304 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2305
2306         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2307         (gnus-gravatar-transform-address): Don't show avatars of people of
2308         which mail addresses match gnus-gravatar-too-ugly.
2309
2310 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2311
2312         * shr.el (shr-table-widths): Expand TD elements to fill available
2313         space.
2314
2315 2010-10-07  Julien Danjou  <julien@danjou.info>
2316
2317         * nnimap.el (nnimap-request-rename-group): Add this method.
2318
2319 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2320
2321         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2322         name from XEmacs' function-arglist.
2323
2324         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2325         gravatar under XEmacs.
2326
2327 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2328
2329         * auth-source.el: Update docs with TODO items.
2330
2331         * gnus-sync.el: Update docs to explain state and plans.
2332
2333         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2334         Hooks for mark updates.
2335         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2336
2337         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2338         hooks with arguments, which is needed for mark update hooks.
2339
2340 2010-10-06  Julien Danjou  <julien@danjou.info>
2341
2342         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2343         was matched.
2344
2345         * sieve-manage.el: Update example in `Commentary'.
2346
2347         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2348
2349         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2350         not 2000.
2351         (sieve-manage-authenticate): Re-add function.
2352
2353 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2354
2355         * shr.el (shr-insert): Get 'space transition right.
2356         (shr-render-td): Only delete space at the end of the TD.
2357
2358         * nnimap.el (nnimap-open-connection): Prepare to support
2359         open-gnutls-stream.
2360
2361         * shr.el: Rearrange function order to be more logical.
2362
2363 2010-10-06  Julien Danjou  <julien@danjou.info>
2364
2365         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2366         (nnrss-discover-feed): Remove 404 URL in docstring.
2367
2368         * nnir.el: Fix Swish-E URL.
2369         Fix Namazu URL.
2370
2371         * message.el (message-change-subject): Remove 404 URL in a comment.
2372
2373 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2374
2375         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2376         called interactively.
2377
2378         * gnus-util.el (gnus-remove-if): Allow hash table.
2379         (gnus-remove-if-not): New function.
2380
2381         * gnus-art.el (gnus-mime-view-part-as-type)
2382         * gnus-score.el (gnus-summary-score-effect)
2383         * gnus-sum.el (gnus-read-move-group-name):
2384         Replace remove-if-not with gnus-remove-if-not.
2385
2386         * gnus-group.el (gnus-group-completing-read):
2387         Regard collection as a hash table if it is not a list.
2388
2389 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2390
2391         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2392
2393         * shr.el: Document the table-rendering algorithm.
2394
2395 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2396
2397         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2398         for Emacsen having no `libxml-parse-html-region' support.
2399
2400 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2401
2402         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2403         invalid URLs.
2404
2405         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2406         line-broken.
2407         (shr-tag-img): Ignore image fetching errors.
2408         (shr-overlays-in-region): Compute overlay positions correctly.
2409
2410         * mm-decode.el (mm-shr): Require shr.
2411
2412         * gnus-art.el (gnus-blocked-images): Move variable here.
2413
2414         * shr.el (shr-insert-table): Bind free variable.
2415
2416         * mm-decode.el (mm-shr): Bind shr-content-function.
2417
2418         * shr.el (shr-content-function): New variable.
2419
2420         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2421         added for symmetry.
2422
2423         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2424
2425         * gnus-group.el (gnus-group-make-group): Doc fix.
2426
2427         * nnimap.el (nnimap-request-newgroups): Return success.
2428
2429         * shr.el (shr-find-elements): New function.
2430         (shr-tag-table): Put all the images after the table.
2431         (shr-tag-table): Really inhibit images inside the table.
2432         (shr-collect-overlays): Copy over overlays from the TD elements to the
2433         main document.
2434
2435         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2436         gnus-blocked-images.
2437
2438 2010-10-05  Julien Danjou  <julien@danjou.info>
2439
2440         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2441
2442         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2443         (gnus-html-maximum-image-size): Add this function.
2444         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2445
2446         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2447         server-value of the capability is nil.
2448
2449 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2450
2451         * shr.el (shr-tag-em): Add <EM> tag.
2452
2453 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2454
2455         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2456         customizable.
2457
2458         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2459         handing broken links to browse-url.
2460
2461 2010-10-05  Julien Danjou  <julien@danjou.info>
2462
2463         * gnus-util.el (gnus-emacs-completing-read)
2464         (gnus-iswitchb-completing-read): Use autoload rather than require.
2465
2466 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2467
2468         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2469         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2470         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2471         iswitchb-temp-buflist for XEmacs.
2472
2473         * gnus-util.el (gnus-completing-read-function): Exclude
2474         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2475         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2476         XEmacs.
2477
2478         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2479         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2480
2481         * gnus-html.el: Don't require help-fns under XEmacs.
2482         (gnus-html-schedule-image-fetching): Work for XEmacs.
2483
2484         * mm-decode.el (mm-shr): Decode contents by charset.
2485
2486 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2487
2488         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2489         unknown.
2490
2491         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2492         (shr-get-image-data): Ensure against the cache file missing.
2493
2494         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2495         for data.
2496
2497         * spam-report.el (spam-report-url-ping-plain): Don't query about
2498         killing the process.
2499
2500         * shr.el (shr-render-td): Protect against too-wide text.
2501
2502 2010-10-04  Julien Danjou  <julien@danjou.info>
2503
2504         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2505         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2506
2507         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2508         retrieved.
2509
2510 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2511
2512         * shr.el (browse-url): Require.
2513         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2514         lines.
2515         (shr-show-alt-text, shr-browse-image): New commands.
2516         (shr-browse-url, shr-copy-url): New commands.
2517
2518         * gnus-sum.el (gnus-widen-article-window): New variable.
2519         (gnus-summary-select-article-buffer): Use it.
2520
2521         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2522         without @ signs.
2523
2524 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2525
2526         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2527
2528 2010-10-04  Julien Danjou  <julien@danjou.info>
2529
2530         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2531         for XEmacs.
2532
2533 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2534
2535         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2536
2537         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2538         (nnimap-close-server): Implement.
2539
2540         * dgnushack.el (iswitchb): Require to shut up the compiler.
2541
2542         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2543         (shr-insert): Tweak line breaking.
2544         (shr-insert): Handle <pre> better.
2545         (shr-tag-li): Get <li> indentation right.
2546         (shr-tag-li): Get <li> indentation even righter.
2547         (shr-tag-blockquote): Ensure paragraph start.
2548         (shr-make-table): Tweak table generation.
2549         (shr-make-table): Fix typo.
2550
2551         * shr.el: Implement table rendering.
2552
2553 2010-10-04  Julien Danjou  <julien@danjou.info>
2554
2555         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2556
2557 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2558
2559         * shr.el (shr-insert): Use string anchors instead of line anchors.
2560
2561 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2562
2563         * shr.el: Add headings.
2564         (shr-ensure-paragraph): Actually work.
2565         (shr-tag-li): Make <ul> prettier.
2566         (shr-insert): Get white space at the beginning/end of elements right.
2567         (shr-tag-p): Collapse subsequent <p>s.
2568         (shr-ensure-paragraph): Don't insert double line feeds after blank
2569         lines.
2570         (shr-insert): \t is also space.
2571         (shr-tag-s): Fix "s" tag name function.
2572         (shr-tag-s): Fix face prop name.
2573
2574 2010-10-03  Julien Danjou  <julien@danjou.info>
2575
2576         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2577
2578         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2579         gnus-window-inside-pixel-edges.
2580
2581         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2582         gnus-ems.
2583
2584         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2585
2586         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2587         function.
2588
2589         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2590         resize choice.
2591
2592 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2593
2594         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2595         beginning of the buffer.
2596
2597         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2598         article buffer again.
2599
2600         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2601
2602         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2603         when it's at the start of the buffer.
2604
2605         * shr.el (shr-tag-blockquote): Convert name.
2606         (shr-rescale-image): Use the right image-size variant.
2607
2608         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2609         buffer isn't shown, then select the current article first instead of
2610         bugging out.
2611         (gnus-summary-select-article-buffer): Show both the article and summary
2612         buffers again.
2613
2614         * shr.el (shr-fontize-cont): Protect against regions with no text.
2615         Rename tag functions to shr-tag-* for enhanced security.
2616         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2617
2618 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2619
2620         * shr.el (shr-insert):
2621         * pop3.el (pop3-movemail):
2622         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2623         loaded.
2624
2625 2010-10-03  Glenn Morris  <rgm@gnu.org>
2626
2627         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2628
2629         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2630
2631         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2632
2633         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2634
2635         * gnus-util.el (gnus-make-local-hook): Simplify.
2636
2637 2010-10-02  Julien Danjou  <julien@danjou.info>
2638
2639         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2640         (gnus-ido-completing-read): New function.
2641         (gnus-emacs-completing-read): New function.
2642         (gnus-completing-read): Use gnus-completing-read-function.
2643         Add gnus-completing-read-function.
2644
2645 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2646
2647         * shr.el (shr-insert-document): Autoload.
2648         (shr-img): Be silent.
2649         (shr-insert): Add a newline after every picture before text.
2650         (shr-add-font): Use overlays for combining faces.
2651         (shr-insert): Pass upwards the text start point.
2652
2653         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2654         possible.
2655         (mm-shr): New function.
2656
2657 2010-10-02  Julien Danjou  <julien@danjou.info>
2658
2659         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2660         should go backward.
2661
2662 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2663
2664         * shr.el (shr): Fix typo in provide call.
2665
2666 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2667
2668         * shr.el: New file.
2669
2670         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2671
2672         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2673         completing read.
2674
2675 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2676
2677         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2678         we're being queried about.  Suggested by Dan Jacobson.
2679
2680         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2681         Suggested by Jason Eisner.
2682
2683         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2684         table, too.  Suggested by Stefan Wiens.
2685         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2686         the table unnecessary.  Suggested by Stefan Wiens.
2687
2688         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2689         longer needed, and probably doesn't work either, as pointed out by
2690         Stefan Wiens.
2691         (gnus-summary-exit): Remove call to the clearing function.
2692         (gnus-summary-exit-no-update): Ditto.
2693
2694         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2695         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2696         Reported by Stefan Monnier.
2697         (gnus-summary-save-in-rmail): Ditto.
2698
2699         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2700         article buffer, instead of both the article buffer and the summary
2701         buffer.  Sort of suggested by Dan Jacobson.
2702
2703         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2704
2705         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2706         Suggested by Dan Jacobson.
2707
2708         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2709         documentation clearer.
2710
2711         * message.el (message-shorten-references): Comment on the number "21".
2712         Suggested by Stefan Monnier.
2713
2714         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2715         Suggested by Dan Jacobson.
2716
2717         * gnus.el (gnus-large-newsgroup):
2718         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2719
2720         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2721         externalize attachments.  Bug reported by Steve Wen.
2722
2723         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2724         really message anything to the user.
2725
2726         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2727         directly.
2728
2729         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2730         messages in empty groups.
2731
2732 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2733
2734         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2735         non-UIDNEXT group.
2736
2737 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2738
2739         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2740         not the value from the collection.
2741
2742         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2743         values.  This sometimes happens on some groups that have no info.
2744         (nnimap-request-newgroups): New function.
2745
2746 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2747
2748         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2749         check into `gnus-registry-initialize'.
2750         (gnus-registry-initialize): Ditto.
2751         Fix and extend header docs.
2752
2753 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2754
2755         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2756         regexp backtrace overflows.
2757
2758         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2759         for starttls that tls.el implements; i.e. openssl.
2760
2761         * tls.el (tls-starttls-switches): Give up on using starttls with
2762         gnutls-cli.
2763         (tls-program): Add --insecure to be consistent with the defaults from
2764         openssl s_client.  Now all three commands are insecure.
2765
2766 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2767
2768         * lpath.el: Bind completion-styles-alist for XEmacs.
2769
2770         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2771         (gravatar-create-image): New function that's an alias to
2772         gnus-xmas-create-image, gnus-create-image, or create-image.
2773         (gravatar-data->image): Use it.
2774
2775 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2776
2777         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2778         install the nnregistry refer method.
2779         (gnus-registry-install-hooks): Use it.
2780         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2781         unfollowed groups.
2782
2783 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2784
2785         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2786         expanding threads.
2787
2788 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2789
2790         * nnir.el: Use the server names without suffixes (bug #7009).
2791
2792         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2793         unencrypted to STARTTLS, if possible.
2794
2795 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2796
2797         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2798         headers before superseding.
2799
2800 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2801
2802         * nnrss.el (nnrss-use-local): Add documentation.
2803
2804         * nnimap.el (nnimap-extend-tls-programs): New function.
2805         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2806         (nnimap-wait-for-connection): Accept the greeting from the stupid
2807         output from openssl s_client -starttls, too.
2808
2809         * tls.el (tls-starttls-switches): New variable.
2810         (tls-find-starttls-argument): Use it.
2811         (open-tls-stream): Ditto.
2812
2813         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2814         (netrc-machine): Ditto.
2815
2816         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2817         article number.
2818         (nnimap-split-fancy): New variable.
2819         (nnimap-split-incoming-mail): Use it.
2820
2821         * nntp.el (nntp-server-list-active-group): Document.
2822
2823         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2824         SELECT to get the message-id.
2825
2826         * mail-source.el (mail-sources): Remove webmail support.
2827         (defvar): Ditto.
2828         (mail-source-fetcher-alist): Ditto.
2829         (mail-source-fetch-webmail): Remove.
2830
2831         * webmail.el: Remove -- doesn't seem relevant any more.
2832
2833         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2834
2835         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2836         the \r.
2837
2838 2010-09-30  Julien Danjou  <julien@danjou.info>
2839
2840         * gnus-agent.el (gnus-agent-add-group): Fix call to
2841         gnus-completing-read.
2842
2843 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2844
2845         * nndoc.el (nndoc-retrieve-groups): New function.
2846
2847         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2848         `default', use nnmail-split-methods.
2849         (nnimap-request-article): Downcase the NILs so that they are nil.
2850
2851         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2852         symbol.
2853
2854         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2855         code, since if the user has requested network, that's what they ought
2856         to get.
2857         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2858         (nnimap-split-rule): Mark as obsolete.
2859
2860         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2861         New variable.
2862
2863         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2864         correct slot, too.
2865
2866 2010-09-29  Julien Danjou  <julien@danjou.info>
2867
2868         * gnus.el (gnus-local-domain): Declare variable obsolete.
2869
2870         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2871         Fix history computing.
2872         (gnus-ido-completing-read): Require ido.
2873
2874 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2875
2876         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2877         build Gnus.
2878
2879         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2880         when interpreting the structures.
2881         (nnimap-request-accept-article): Add \r\n to the lines to make this
2882         work with Cyrus.
2883
2884         * nndraft.el (nndraft-request-expire-articles): Use the group name
2885         instead if "nndraft".  Fix found by Nils Ackermann.
2886
2887 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2888
2889         * nnregistry.el: Add.
2890
2891 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2892
2893         * nnmail.el (group, group-art-list, group-art):
2894         Remove unneeded directives.
2895
2896 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2897
2898         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2899         (mm-mime-charset)
2900         * rfc2047.el (rfc2047-syntax-table)
2901         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2902
2903         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2904         rather than `insert-file-contents' and `eval-region'.
2905
2906         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2907         construction.
2908
2909         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2910
2911         * time-date.el: No need to require cl for Emacs 21.
2912
2913 2010-09-29  Julien Danjou  <julien@danjou.info>
2914
2915         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2916         replacement of `gnus-gravatar-relief' to mimic
2917         `gnus-faces-properties-alist'.
2918         Add :version property.
2919
2920 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2921
2922         * mail-source.el (mail-source-report-new-mail)
2923         * message.el (message-default-mail-headers)
2924         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2925
2926         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2927
2928 2010-09-28  Julien Danjou  <julien@danjou.info>
2929
2930         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2931         mail-address contains the same string as real-name.
2932
2933         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2934         non-blank in header, otherwise it'll get stripped.
2935
2936         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2937         real-name, and then for mail address rather than doing : or , search.
2938
2939 2010-09-27  Julien Danjou  <julien@danjou.info>
2940
2941         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2942         right completing-read function.
2943         (gnus-use-ido): New variable
2944         (gnus-completing-read-with-default): Remove.
2945         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2946         (gnus-agent-add-group):
2947         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2948         * mm-view.el (mm-view-pkcs7-decrypt):
2949         * mm-util.el (mm-codepage-setup):
2950         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2951         * mml-smime.el (mml-smime-openssl-sign-query):
2952         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2953         (mml-insert-multipart):
2954         * gnus-msg.el (gnus-summary-yank-message):
2955         * gnus-int.el (gnus-start-news-server):
2956         * mm-decode.el (mm-interactively-view-part):
2957         * gnus-dired.el (gnus-dired-attach):
2958         * gnus.el (gnus-read-method):
2959         * gnus-bookmark.el (gnus-bookmark-jump):
2960         * gnus-art.el (gnus-mime-view-part-as-type)
2961         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2962         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2963         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2964         * nnmairix.el (nnmairix-create-server-and-default-group)
2965         (nnmairix-update-groups, nnmairix-get-server)
2966         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2967         (nnmairix-get-group-from-file-path):
2968         * nnrss.el (nnrss-find-rss-via-syndic8):
2969         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2970         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2971         (gnus-group-browse-foreign-server):
2972         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2973         (gnus-summary-execute-command, gnus-summary-respool-article)
2974         (gnus-read-move-group-name):
2975         * gnus-score.el (gnus-summary-increase-score)
2976         (gnus-summary-score-effect):
2977         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2978
2979 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2980
2981         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2982         x-focus-frame.
2983
2984         * nnimap.el (auth-source-forget-user-or-password)
2985         (auth-source-user-or-password): Autoload.
2986
2987         * message.el (message-from-style, message-interactive)
2988         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2989         (message-yank-prefix, message-indentation-spaces, message-signature)
2990         (message-signature-file): Add comment.
2991
2992 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2993
2994         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2995         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2996         new articles.
2997
2998         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2999         parts.
3000         (nnimap-request-article): Work with the t setting, too.
3001
3002         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3003         that you don't get flashes of other buffers.
3004         (gnus-summary-show-complete-article): Intern before setting.
3005
3006 2010-09-27  David Engster  <dengste@eml.cc>
3007
3008         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3009         well as HEADERS.
3010         (nnmairix-retrieve-headers): Provide new argument for the above.
3011
3012 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3013
3014         * gnus-sum.el (gnus-summary-move-article): Don't alter
3015         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3016         group.
3017
3018         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3019
3020         * message.el (message-cite-prefix-regexp): Revert my last edit.
3021
3022         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3023         variable instead of the Gnus variable.
3024
3025         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3026
3027         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3028
3029         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3030         since some servers don't like it.
3031         (nnimap-open-connection): Forget credentials if the server says the
3032         password was wrong.
3033         (nnimap-parse-line): Protect against invalid data.
3034
3035         * gnus-sum.el (gnus-summary-move-article): Add comment.
3036         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3037         nothing alters it while scanning for new messages.
3038
3039         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3040         which may or may not help.
3041         (nnimap-open-connection): If we're doing a stream connection, and then
3042         discover we're on a STARTTLS-capable server, then open a STARTTLS
3043         connection instead.
3044
3045 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3046
3047         * nnimap.el (utf7): Require.
3048
3049         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3050         prefix.
3051
3052 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3053
3054         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3055
3056 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3057
3058         * nnimap.el (nnimap-request-accept-article): Message the error on
3059         error.
3060
3061 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3062
3063         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3064
3065 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3066
3067         * nndoc.el (nndoc-request-list): Return success always.
3068
3069         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3070         `fetch-old' -- we only want to fetch the articles we've requested.
3071         The rest are in the agent, probably.
3072         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3073         disappeared server" to something low.  It's not important.
3074
3075         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3076         arrived before the FETCH data.
3077
3078         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3079         target here, because we don't know the Gnus name of the group.
3080
3081         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3082         for the correct group.
3083
3084         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3085
3086         * gnus.el (gnus): Give a final warning after startup.
3087
3088         * gnus-util.el (gnus-action-message-log): New variable.
3089         (gnus-message): Use it.
3090         (gnus-final-warning): New function.
3091
3092         * nnimap.el (nnimap-open-connection): Record the greeting.
3093         (nnimap): Add greeting.
3094
3095 2010-09-26  Julien Danjou  <julien@danjou.info>
3096
3097         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3098         arguments.
3099         (gnus-html-wash-images): Fix spec computing to include start/end.
3100
3101         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3102
3103 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3104
3105         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3106         deletion.
3107         (nnimap-retrieve-headers): Don't select the group, because that's
3108         already done by nnimap-possibly-change-group.
3109
3110         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3111         (gnus-picon-transform-address): Use it.
3112
3113         * mail-source.el (mail-source-value): Revert previous patch.
3114
3115         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3116         on failure.
3117         (nnimap-open-connection): Look up both virtual and physical server name
3118         credentials.
3119
3120         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3121
3122 2009-02-07  Dave Love  <fx@gnu.org>
3123
3124         * tls.el (open-tls-stream): Don't query killing process.
3125
3126 2009-02-08  Dave Love  <fx@gnu.org>
3127
3128         * gnus-win.el (gnus-window-to-buffer-helper)
3129         (gnus-all-windows-visible-p): Function needn't be a symbol.
3130
3131         * mail-source.el (mail-source-value): Function needn't be a symbol.
3132
3133 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3134
3135         * message.el (message-cite-prefix-regexp): Remove } from the cite
3136         prefix.
3137
3138         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3139         highlight again, so that the highlight is correct.
3140
3141         * gnus-picon.el (gnus-picon): Remove again.
3142         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3143
3144         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3145         doing the header highlightling, so that the background colour of the
3146         picon is correct.
3147
3148         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3149         (gnus-picon): Ditto.
3150         (gnus-picon): Reinstate.  The background colour for picons is white.
3151         (gnus-picon-insert-glyph): Make the background white.
3152
3153         * nnml.el (nnml-open-nov): Don't return dead buffers.
3154
3155         * auth-source.el (auth-source-create): Query the user for whether to
3156         store the credentials.
3157
3158         * netrc.el (netrc-store-data): New function.
3159
3160         * auth-source.el (auth-source-user-or-password): Use the existing auth
3161         sources, if any, for creation.
3162
3163         * gnus.el (gnus-group-fast-parameter): Return the last matching
3164         parameter instead of the first matching parameter.
3165
3166 2010-09-26  Julien Danjou  <julien@danjou.info>
3167
3168         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3169
3170 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3171
3172         * mml2015.el (mml2015-use): Remove gpg support.
3173
3174         * mml1991.el (mml1991-function-alist): Remove gpg function.
3175         (mml1991-gpg-sign): Remove.
3176
3177 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3178
3179         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3180         (gnus-browse-unsubscribe-current-group): Document it.
3181         (gnus-browse-unsubscribe-group): Use it.
3182
3183 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3184
3185         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3186         address to the To list for easier response.
3187
3188         * gnus.el (gnus-play-startup-jingle): Remove.
3189         (gnus-splash): Don't play jingle.
3190         (gnus): Silence gnus-load message.
3191
3192         * gnus-art.el (gnus-treat-play-sounds): Remove.
3193
3194         * gnus.el (gnus-play-jingle): Remove audio support.
3195
3196         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3197
3198         * earcon.el: Remove -- no users.
3199
3200         * gnus-audio.el: Remove -- no users of this package.
3201
3202         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3203
3204         * gnus-start.el (gnus-setup-news): Remove nocem support.
3205
3206         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3207
3208         * gnus.el (gnus-use-nocem): Remove.
3209
3210         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3211         Remove.
3212
3213         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3214         uses NoCeM any more.
3215
3216         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3217         (gnus-button-ctan-handler): Ditto.
3218         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3219         (gnus-button-ctan-directory-regexp): Ditto.
3220         (gnus-button-handle-ctan): Ditto.
3221         (gnus-button-tex-level): Ditto.
3222         (gnus-button-alist): Remove CTAN stuff.
3223
3224 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3225
3226         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3227         nnimap-streaming test.
3228
3229         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3230         servers twice.
3231
3232         * nnimap.el (nnimap-open-connection): Add more error reporting when
3233         nnimap fails early.
3234
3235         * nnheader.el (nnheader-get-report-string): New function.
3236         (nnheader-get-report): Use it.
3237
3238         * gnus-int.el (gnus-check-server): Say what the error was when opening
3239         failed.
3240
3241         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3242         using streaming.
3243
3244 2010-09-25  Julien Danjou  <julien@danjou.info>
3245
3246         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3247         gnus-window-inside-pixel-edges.
3248
3249 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3250
3251         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3252
3253         * mm-decode.el (mm-save-part): Allow saving to other directories the
3254         normal Emacs way.
3255
3256         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3257         Suggested by Jay Berkenbilt.
3258
3259         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3260         there isn't a single byte.
3261
3262         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3263         just do it.  It doesn't really seem to matter what the user responds
3264         here, I think, so it's just a confusing question.
3265
3266         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3267         non-streaming case.
3268
3269         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3270         (gnus-article-encrypt-body): Use it.
3271
3272         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3273         keystroke.
3274
3275         * nnimap.el (nnimap-find-wanted-parts-1):
3276         Use gnus-fetch-partial-articles.
3277
3278         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3279
3280         * nnimap.el (nnimap-insert-partial-structure): New function.
3281         (nnimap-get-partial-article): New function.
3282         (nnimap-request-article): Use it.
3283         (nnimap-wait-for-response): Return whether the wait was successful.
3284         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3285         retrieval wasn't successful.
3286         (nnimap-retrieve-group-data-early): Allow throttling servers.
3287         (nnimap-streaming): New variable.
3288         (nnimap-fetch-partial-articles): Remove.
3289
3290         * mm-decode.el (mm-with-part): Protect against killed buffers.
3291
3292         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3293         for prettier summary display.
3294
3295 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3296
3297         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3298
3299 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3300
3301         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3302         apparently third-party libraries depend on it.
3303
3304         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3305         before starting negotiation.
3306
3307         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3308         privacy reasons.
3309         (gnus-treat-mail-gravatar): Ditto.
3310
3311         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3312         buffer when inserting images.  Inserting text into the headers, for
3313         instance, can make them invalid.
3314
3315 2010-09-25  Julien Danjou  <julien@danjou.info>
3316
3317         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3318         variables.
3319
3320         * nnheader.el: Remove useless variables news-reply-yank-from and
3321         news-reply-yank-message-id.
3322
3323         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3324         variables.
3325
3326         * mml1991.el: Remove useless mml1991-verbose.
3327
3328         * gnus.el: Remove useless variable gnus-use-generic-from.
3329         Remove obsolete variable gnus-topic-indentation.
3330
3331         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3332
3333         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3334
3335         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3336
3337         * gnus-group.el: Remove useless gnus-group-icon-cache.
3338         Remove useless gnus-ephemeral-group-server.
3339
3340         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3341
3342         * mml2015.el: Remove useless mml2015-verbose.
3343
3344         * mml-smime.el: Remove useless mml-smime-verbose.
3345
3346         * gnus.el: Remove useless gnus-local-domain.
3347
3348         * gnus-gravatar.el (gnus-gravatar-transform-address):
3349         Use gnus-gravatar-size.
3350
3351         * gnus-art.el: Remove useless gnus-treat-translate.
3352
3353 2010-09-24  Julien Danjou  <julien@danjou.info>
3354
3355         * gnus-sum.el: Add support for Gravatars.
3356
3357         * gnus-art.el: Add support for Gravatars.
3358
3359         * gnus-gravatar.el: Add this file.
3360
3361         * gravatar.el: Add this file.
3362
3363 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3364
3365         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3366
3367         * gnus-group.el (gnus-group-fetch-faq): Remove.
3368
3369         * gnus.el (gnus-group-faq-directory): Remove.
3370
3371         * gnus-group.el (gnus-group-fetch-charter): Remove.
3372
3373         * gnus.el (gnus-group-charter-alist): Remove.
3374
3375         * gnus-group.el (gnus-group-archive-directory): Remove.
3376         (gnus-group-recent-archive-directory): Ditto.
3377         (gnus-group-make-archive-group): Remove.
3378
3379         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3380
3381         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3382         use the same article number for all the cached articles.
3383
3384         * nnimap.el (nnimap-command): Register the last command time so
3385         that we can use it for idling NOOPs.
3386         (nnimap-open-connection): Start the keeplive timer.
3387         (nnimap-make-process-buffer): Store all the process buffers.
3388         (nnimap-keepalive): New function.
3389
3390         * starttls.el (starttls-open-stream): Add autoload cookie.
3391
3392 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3393
3394         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3395         handling.
3396
3397 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3398
3399         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3400         its data structures.
3401
3402         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3403         instead of the cl.el copy-list.
3404         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3405         equalp.
3406
3407 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3408
3409         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3410         and tool-bar-local-item-from-menu.
3411
3412         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3413         mode-line-highlight face for Emacs.
3414
3415         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3416         loading gnus-sum.elc; fix comment for canlock-verify.
3417         (gnus-article-jump-to-part): Use read-number.
3418         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3419         Remove Emacs pre-21 compatible code for help-echo.
3420         (gnus-article-next-page-1): No need to adjust the number of lines.
3421         (gnus-article-describe-bindings): Always use help-buffer.
3422
3423         * gnus-audio.el (gnus-audio-inline-sound)
3424         * gnus-cus.el (gnus-custom-mode)
3425         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3426
3427         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3428
3429         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3430         compatible code.
3431
3432 2010-09-24  Glenn Morris  <rgm@gnu.org>
3433
3434         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3435         visiting the fcc file in rmail-mode.
3436
3437         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3438
3439 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3440
3441         * nnir.el: Silence the byte compiler.
3442
3443         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3444         alias to browse-url-url-encode-chars if any.
3445         (gnus-html-encode-url): Use it.
3446
3447 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3448
3449         * gnus-start.el (gnus-use-backend-marks): New variable.
3450         (gnus-get-unread-articles-in-group): Use it.
3451
3452         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3453         makeover.
3454
3455 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3456
3457         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3458
3459 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3460
3461         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3462         Remove.
3463         (gnus-setup-news-hook):
3464         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3465
3466         * gnus-int.el (gnus-request-update-info): Protect against backends not
3467         having the function.
3468
3469         * nnimap.el (nnimap-stream): Mention starttls.
3470         (nnimap-open-connection): Add starttls support.
3471
3472 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3473
3474         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3475
3476 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3477
3478         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3479         BODYSTRUCTUREs.
3480         (nnimap-transform-headers): Unfold quoted {42} headers.
3481
3482         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3483         the info.
3484         (gnus-get-unread-articles): Only call updatep on backends that support
3485         it.
3486
3487         * nnweb.el (nnweb-request-update-info): NOOP.
3488
3489         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3490
3491         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3492         since it only deals with marks.
3493
3494         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3495         gnus-request-marks, and make a new gnus-request-update-info.
3496
3497         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3498         the active instead of the high number, which is usually too low.
3499
3500 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3501
3502         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3503         * encrypt.el: Remove.
3504
3505 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3506
3507         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3508         server in symbolic form.
3509
3510         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3511
3512 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3513
3514         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3515         (nnimap-update-info): Fix up code slightly.
3516
3517         * gnus-int.el (gnus-open-server): Add tracing for performance
3518         debugging.
3519
3520         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3521         (gnus-group-insert-group-line): Pass the real group name so that it
3522         gets the right data.
3523
3524         * gnus-start.el (gnus-get-unread-articles): Don't have
3525         `gnus-get-unread-articles-in-group' update info, since that can be
3526         really slow and doesn't seem to be needed?
3527
3528 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3529
3530         * time-date.el (date-to-time): Try using parse-time-string first before
3531         using the slower timezone-make-date-arpa-standard.
3532
3533 2010-09-22  Julien Danjou  <julien@danjou.info>
3534
3535         * gnus-group.el (gnus-group-insert-group-line):
3536         Call gnus-group-highlight-line.
3537         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3538         default hook list.
3539         (gnus-group-update-eval-form): Add new function.
3540         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3541         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3542
3543 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3544
3545         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3546         immediate, then expire all articles.
3547         (nnimap-update-info): Fix off-by-one errors.
3548         (nnimap-flags-to-marks): Would return no marks lists for group with no
3549         flags.  Instead return the other data.
3550
3551 2010-09-22  Julien Danjou  <julien@danjou.info>
3552
3553         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3554         Only return an icon.
3555         (gnus-group-insert-group-line): Compute icon to return.
3556
3557         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3558         (gnus-html-image-fetched): Only cache if
3559         gnus-html-image-automatic-caching is set.
3560         (gnus-html-image-fetched): Check for errors.
3561
3562 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3563
3564         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3565         once per method on `g'.  This ensures that backends like nnfolder don't
3566         open all their folders.
3567
3568         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3569         (nnimap-request-list): Nix out group in the correct buffer.
3570         (nnimap-parse-flags): Implement by using `read' instead of
3571         hand-parsing.
3572         (nnimap-flags-to-marks): Pass on permanent-flags.
3573         (nnimap-make-process-buffer): Record the server name.
3574         (nnimap-parse-flags): Fix typo.
3575         (nnimap-request-scan): Run split on the server in general, not just a
3576         single group.
3577
3578         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3579         parameter, and propagate this downwards.
3580
3581         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3582         since EXAMINE changes it on the server.
3583
3584         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3585         this command might take a while.
3586
3587 2010-09-22  Julien Danjou  <julien@danjou.info>
3588
3589         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3590         harmful if you have 2 images side-by-side, they can't be properly
3591         update on text deletion.  Using text-property is safer here.
3592         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3593         data.
3594
3595 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3596
3597         * nnimap.el (nnimap-expunge-inbox): Remove.
3598         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3599         (nnimap-expunge): Flip default to t.
3600
3601         * gnus.el (gnus-method-to-server): Don't push things to the cache
3602         unless it's unique.
3603         (gnus-server-to-method): Ditto.
3604
3605 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3606
3607         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3608
3609 2010-09-22  Julien Danjou  <julien@danjou.info>
3610
3611         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3612         get the start of data.
3613         (gnus-html-encode-url): Add this function to encode special chars in
3614         URL.
3615         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3616         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3617
3618         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3619         default.
3620         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3621
3622         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3623         images alt-text.
3624         (gnus-html-put-image): Put alt-text as help-echo.
3625
3626 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3627
3628         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3629         * mm-util.el (mm-decompress-buffer)
3630         * nnir.el (nnir-run-find-grep)
3631         * pop3.el (pop3-list): Use 3rd arg of split-string.
3632
3633         * time-date.el (format-seconds): Comment fix.
3634
3635         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3636         and byte-optimize-form-code-walker.
3637         (dgnushack-make-auto-load): Don't advise make-autoload.
3638
3639         * lpath.el: Remove Emacs 21 stuff.
3640
3641 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3642
3643         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3644         outside the active range.  Suggested by Dan Christensen.
3645
3646         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3647         slightly later to avoid double-getting it.
3648
3649         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3650         previous patch.
3651
3652         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3653
3654 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3655
3656         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3657
3658 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3659
3660         * gnus-int.el (gnus-open-server): Give a better error message in the
3661         "go offline" case.
3662
3663         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3664         marks for nnimap, which is seldom the right thing to do.
3665
3666         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3667         (gnus-same-method-different-name): New function.
3668
3669         * nnimap.el (parse-time): Require.
3670
3671         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3672         method in the presence of many similar methods.
3673
3674         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3675
3676         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3677         nnml-inhibit-expiry.
3678
3679         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3680         find out whether methods are equal.
3681
3682         * nnimap.el (nnimap-find-expired-articles): New function.
3683         (nnimap-process-expiry-targets): New function.
3684         (nnimap-request-move-article): Request the article before looking at
3685         what the Message-ID is.  Fix found by Andrew Cohen.
3686         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3687
3688         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3689         for oldness in addition to being a predicate.
3690
3691         * nnimap.el (nnimap-request-group): When we have zero articles, return
3692         the right data to Gnus.
3693         (nnimap-request-expire-articles): Only delete articles immediately if
3694         the target is 'delete.
3695
3696         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3697         method, this would bug out.
3698
3699         * gnus-group.el (gnus-group-expunge-group): Rename from
3700         gnus-group-nnimap-expunge, and implemented as a normal interface
3701         function.
3702
3703         * gnus-int.el (gnus-request-expunge-group): New function.
3704
3705         * nnimap.el (nnimap-request-create-group): Implement.
3706         (nnimap-request-expunge-group): New function.
3707
3708 2010-09-21  Julien Danjou  <julien@danjou.info>
3709
3710         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3711         (gnus-html-cache-expired): Add new function.
3712         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3713         wethever we should display image for fetch it.
3714         Compute alt-text earlier to pass it to the fetching function too.
3715         (gnus-html-schedule-image-fetching): Change function argument to only
3716         get one image at a time, not a list.
3717         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3718         cache.
3719         (gnus-html-get-image-data): New function to retrieve image data from
3720         cache.
3721         (gnus-html-put-image): Change buffer argument to use image data rather
3722         than file, and place image above region rather than inserting a new
3723         one.  Do not take alt-text as argument, since it's useless now: we place
3724         the image above alt-text.
3725         (gnus-html-prune-cache): Remove.
3726         (gnus-html-show-images): Start to fetch image when we find one, do not
3727         push into a temporary list.
3728         (gnus-html-prefetch-images): Only fetch image if they have expired.
3729         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3730         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3731
3732 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3733
3734         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3735
3736 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3737
3738         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3739         spec inser "*" if the group isn't active instead of 0.
3740
3741         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3742         opening the server.
3743         (nnimap-request-delete-group): Implement group deletion.
3744         (nnimap-transform-headers): Return the size of the entire message in
3745         the Bytes header, not just the size of the first part.
3746         (nnimap-request-move-article): When moving an article from nnimap,
3747         request the article first so the accepting form has an article to
3748         accept.  Reported by Dan Christensen.
3749         (nnimap-command): Make sure that the error message doesn't error out.
3750
3751 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3752
3753         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3754         we haven't requested anything.
3755
3756 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3757
3758         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3759         "".  Fix found by Andrew Cohen.
3760
3761         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3762         instead of -encode-string.
3763
3764 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3765
3766         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3767
3768         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3769         by mm-subst-char-in-string.
3770
3771 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3772
3773         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3774         waiting for the connection string.
3775
3776         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3777         arriving.
3778
3779         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3780         bogus characters.  This allows selecting certain Gmail groups.
3781
3782         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3783         (nnimap-fetch-partial-articles): New variable.
3784         (nnimap-open-connection): When looking for credentials, also use the
3785         nnimap-server-port.
3786         (nnimap-request-article): Return the group/article number, so that Gnus
3787         `^' works as expected.
3788         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3789
3790         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3791         comments.
3792         (gnus-methods-sloppily-equal): New function.
3793         (gnus): When using the development version of Gnus, load the gnus-load
3794         file.
3795
3796         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3797         `gnus-open-server' on each method before trying to scan them etc.
3798         This ensures that all the backend parameters are set correctly.
3799
3800         * nnimap.el (nnimap-authenticator): New variable.
3801         (nnimap-open-connection): Allow anonymous login.
3802         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3803         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3804
3805         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3806         patch, found by Knut Anders Hatlen.
3807
3808 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3809
3810         * gnus-agent.el (gnus-agent-batch-confirmation)
3811         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3812         to gnus-message.
3813         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3814         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3815         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3816         * gnus-int.el (gnus-open-server): Likewise.
3817         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3818         (gnus-score-check-syntax): Likewise.
3819         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3820         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3821         Likewise.
3822         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3823
3824 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3825
3826         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3827         calling conventions so that prefetch doesn't bug out.
3828
3829 2010-09-19  Julien Danjou  <julien@danjou.info>
3830
3831         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3832         rather than `subst-char-in-region' in order to be able to replace ASCII
3833         char by UTF-8 ones.
3834
3835         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3836         than curl.
3837         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3838         the right URL and ALT text on images.
3839         (gnus-html-wash-tags): Fix tag case.
3840         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3841         (gnus-article-html): Add -o display_ins_del=2 option.
3842         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3843
3844 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3845
3846         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3847         the extra mail headers, which sometimes seem to happen for unknown
3848         reasons.
3849
3850         * mail-parse.el (mail-header-encode-parameter): Define as
3851         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3852         (or most, perhaps?) mail readers don't understand the latter, but do
3853         understand the former.
3854
3855         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3856         to nil, so that no methods are automatically agentized.  I think this
3857         is probably what most users want.
3858
3859         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3860         from url-retrieve, for instance about invalid URLs.
3861
3862         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3863         groups that have no articles.
3864         (nnimap-request-article): Check that we really got an article when we
3865         requested one.
3866
3867         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3868         doesn't exist.
3869
3870         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3871         nntp buffer so the agent can save it.
3872         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3873         that CRLF doesn't get translated to \n.
3874         (nnimap-open-connection): Don't make 'shell commands only send \n.
3875
3876 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3877
3878         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3879         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3880         Update var name.
3881         (nnml-generate-nov-file): Use dolist.
3882         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3883         Use with-current-buffer.
3884
3885 2010-09-18  Julien Danjou  <julien@danjou.info>
3886
3887         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3888         parallel.
3889
3890 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3891
3892         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3893         the range update right.
3894         (nnimap-request-group): Don't make `M-g' bug out on group with no
3895         marks.
3896         (nnoo): Require, so that other packages can require nnimap.
3897         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3898         command we're looking for.  This helps when the server sends more
3899         responses after we've gotten everything we expected.
3900         (nnimap): Add a `newlinep' field to keep track of end-of-line
3901         conventions.
3902         Don't send CRLF to things that don't want it.
3903         (nnimap-request-accept-article): Ditto.
3904
3905 2010-09-18  Julien Danjou  <julien@danjou.info>
3906
3907         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3908         than curl to retrieve images.
3909
3910 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3911
3912         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3913         the marks.
3914         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3915         (nnimap-wait-for-connection): New function.
3916         (nnimap-open-connection): If we have PREAUTH, don't query for login
3917         credentials.
3918         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3919         when doing a partial update.
3920
3921 2010-09-18  Julien Danjou  <julien@danjou.info>
3922
3923         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3924         tags.
3925
3926 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3927
3928         * nnimap.el (nnimap-credentials): New function.
3929         (nnimap-open-connection): Use the new function to look for credentials
3930         also on the numeric equivalents of "imap" and "imaps".
3931
3932         * gnus-start.el (gnus-activate-group): Send the info to
3933         gnus-request-group.
3934
3935         * nnimap.el (nnimap-request-group): Have the "check" version of the
3936         function parse flags and update the info, so that a `M-g' get a total
3937         resync of all flags from the group.
3938
3939         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3940         to allow backends to alter the info on group selection.  Also alter all
3941         the backend -request-group functions to take the parameter.
3942
3943         * nnimap.el (nnimap-store-info): New function.
3944         (nnimap-update-info): Store the info for later usage.
3945         (nnimap-request-group): Use the stored info for the dont-check case, so
3946         that we don't retrieve all marks when we enter a group.
3947
3948         * nnimap.el: Use deffoo instead of defun for interface functions.
3949
3950         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3951         update the group info.  This makes the nndraft groups, for instance, go
3952         back to their old behaviour.
3953
3954         * gnus-sum.el (gnus-select-newsgroup): Indent.
3955
3956         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3957         in.
3958         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3959         nothing.
3960
3961         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3962         from methods that are denied.
3963
3964         * gnus-int.el (gnus-method-denied-p): New function.
3965
3966         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3967         store the password instead of netrc.
3968         (nnimap-open-connection): Don't error out when we can't make a
3969         connections.
3970
3971         * auth-source.el (auth-source-create): In the password prompt, say what
3972         we're querying for.  Also prompt for user name if that hasn't been
3973         given.
3974
3975         * nnimap.el (nnimap-with-process-buffer): Remove.
3976
3977 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3978
3979         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3980         method when we're reading from the agent.
3981
3982         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3983
3984         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3985         that's probably most useful for users.
3986
3987         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3988         "failed" all the time.
3989
3990         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3991         ...)) with (with-current-buffer ... ).
3992
3993         * nntp.el (nntp-open-server): Return whether the open was successful or
3994         not.
3995
3996         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3997         select an unread unseen article first.
3998
3999         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4000         /etc/services, supply some sensible port defaults.
4001
4002         * dgnushack.el: Define netrc-credentials.
4003
4004 2010-09-17  Julien Danjou  <julien@danjou.info>
4005
4006         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4007
4008 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4009
4010         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4011         doesn't have any parameters.
4012
4013 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4014
4015         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4016         only upcased checks.
4017
4018         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4019
4020         * nnimap.el (nnimap-open-shell-stream): New function.
4021         (nnimap-open-connection): Use it.
4022         (nnimap-transform-headers): Get the number of lines in each message.
4023         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4024         number of lines.
4025         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4026         problem.
4027
4028         * utf7.el (utf7-encode): Autoload.
4029
4030         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4031         to allow the mail splitting to not return a default group.  This is
4032         useful for nnimap, which will leave unmatched mail in the inbox.
4033
4034         * nnimap.el: Rewritten.
4035
4036         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4037         nnimap usage.
4038
4039         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4040         if the move is internal, so that nnimap can do fast internal moves.
4041
4042         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4043         data.
4044         (gnus-read-active-for-groups): Support finishing the early retrieval of
4045         data.
4046
4047         * gnus-range.el (gnus-range-nconcat): New function.
4048
4049         * gnus-int.el (gnus-finish-retrieve-group-infos)
4050         (gnus-retrieve-group-data-early): New functions.
4051
4052 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4053
4054         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4055         (nnrss-retrieve-groups):
4056         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4057         (pop3-quit): Use with-current-buffer.
4058
4059 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4060
4061         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4062         instead of nnheader-accept-process-output.
4063
4064         * dgnushack.el (dgnushack-compile): Add comment.
4065
4066         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4067
4068         * gnus-html.el (gnus-html-schedule-image-fetching)
4069         (gnus-html-prefetch-images): Replace process-kill-without-query by
4070         gnus-set-process-query-on-exit-flag.
4071
4072 2010-09-16  Romain Francoise  <romain@orebokech.com>
4073
4074         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4075
4076 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4077
4078         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4079         parameter to unintern is mandatory-ish in Emacs 24.
4080
4081         * gnus-html.el (gnus-html-schedule-image-fetching)
4082         (gnus-html-prefetch-images): Check for curl before using it.
4083
4084         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4085         depend on curl, which isn't essential.
4086
4087         * imap.el: Revert back to version
4088         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4089         seem problematic.
4090
4091 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4092
4093         * gnus-registry.el (gnus-registry-install-shortcuts):
4094         Explicitly pass `obarray' to `unintern' to avoid a warning.
4095
4096 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4097
4098         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4099         change.
4100
4101         * nnrss.el (nnrss-request-list): Remove this function and related
4102         functions, including the moreover stuff.
4103
4104 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4105
4106         * nnrss.el (nnrss-retrieve-groups): New function.
4107
4108 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4109
4110         * .dir-locals.el: Add no-byte-compile cookie.
4111
4112 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4113
4114         * time-date.el (format-seconds): Comment fix.
4115
4116         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4117         for back end that doesn't support request-scan.
4118
4119 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4120
4121         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4122         then do request scans from the backends.
4123
4124         * netrc.el (netrc-credentials): New conveniency function.
4125
4126         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4127         avoid running a hook per line, since this takes a lot of time,
4128         profiling shows.
4129         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4130         directly if gnus-visual-p is true.
4131
4132 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4133
4134         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4135         groups; replace mapcar with dolist which is a bit faster; pass groups
4136         info to gnus-read-active-file-1.
4137         (gnus-read-active-file-1): Scan only specified groups if the new
4138         optional arg `infos' is given.
4139
4140 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4141
4142         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4143
4144         * pop3.el (pop3-movemail): Remove.
4145         (pop3-streaming-movemail): Rename to pop3-movemail.
4146
4147         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4148         don't restrict end-tag searches to the end of the line.
4149
4150 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4151
4152         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4153         articles of every unchecked group to t, which means unknown since the
4154         server has never been opened.
4155
4156 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4157
4158         * gnus-html.el (gnus-html-show-alt-text): New command.
4159         (gnus-html-browse-image): Ditto.
4160         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4161         to browse the image directly.
4162         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4163         better.
4164
4165         * gnus-async.el (gnus-async-article-callback):
4166         Call `gnus-html-prefetch-images' unconditionally.
4167
4168         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4169         before feeding URLs to curl.
4170
4171 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4172
4173         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4174         internal images as deletable by `W D D'.
4175
4176         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4177         (gnus-async-article-callback): Fix typo.
4178
4179 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4180
4181         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4182         current line to work around bugs in the output from w3m.
4183
4184         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4185         for groups that want that.
4186
4187         * nntp.el (nntp-wait-for-string): Supply a timeout for
4188         accept-process-output to ensure progress.
4189
4190         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4191         level to get unread articles from, then use that for foreign groups,
4192         too.
4193
4194         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4195         confuses the rest of the function.
4196
4197         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4198         for the methods that support -retrieve-groups, too.
4199
4200         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4201
4202 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4203
4204         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4205         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4206
4207         * pop3.el: Require cl when compiling.
4208         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4209
4210 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4211
4212         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4213         that aren't going to be activated.
4214         (gnus-get-unread-articles): Fix up the last commit.
4215
4216         * gnus-html.el (gnus-article-html): Allow calling without specifying
4217         the handle.  In that case, dissect the buffer first.
4218
4219         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4220
4221         * nnimap.el (nnimap-open-connection): Revert the change that would look
4222         into authinfo for imaps instead of imap.
4223
4224         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4225         say that you don't want to call gnus-request-group with don-check, but
4226         do check the reponse.  This is for virtual groups only.
4227         (gnus-get-unread-articles): Count the archive groups as secondary, so
4228         that they're activated the same way as before.
4229
4230         * imap.el (imap-message-map): Removed optional buffer parameter, since
4231         no callers use it.
4232         (imap-message-get): Ditto.
4233         (imap-message-put): Ditto.
4234         (imap-mailbox-map): Ditto.
4235         (imap-mailbox-put): Ditto.
4236         (imap-mailbox-get): Ditto.
4237         (imap-mailbox-get): Revert last change for this function.
4238
4239         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4240         case-insensitively.
4241         (nnimap-debug): Remove.
4242
4243         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4244         to use `imap-fetch' instead.  According to the comments, this should be
4245         safe, since all other IMAP clients use the 1:* syntax.
4246         (imap-enable-exchange-bug-workaround): Removed.
4247         (imap-debug): Removed -- doesn't seem very useful.
4248
4249         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4250         mail from a file, and the file doesn't exist.
4251
4252         * imap.el (imap-log): New convenience function used throughout instead
4253         of repeating the same code all over the place.
4254
4255         * pop3.el (pop3-streaming-movemail): Return t for success.
4256
4257         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4258         .authinfo if we're using ssl connection.
4259
4260         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4261         already have if we're in a main Gnus `g' run.
4262
4263         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4264
4265 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4266
4267         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4268
4269         * nnmh.el (nnmh-request-list-1): Bind `file'.
4270
4271         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4272         alias to set-process-query-on-exit-flag or process-kill-without-query.
4273         (pop3-open-server): Use it.
4274
4275 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4276
4277         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4278         box to the Incoming file.  Fixes mistake in previous checkin.
4279
4280         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4281         request loop (for debugging purposes) removed.
4282
4283         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4284         culprit is more visible.
4285         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4286         (nnml-add-incremental-nov): New functions to do "incremental" nov
4287         updates, where we just append to the end of the existing nov files
4288         without reading/writing them in full.
4289
4290         * mail-source.el (mail-source-delete-crash-box): Really only check the
4291         incoming files once in a while.
4292
4293         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4294
4295         * mail-source.el (mail-source-delete-crash-box): Only check the
4296         incoming files for deletion once per day to save a lot of file
4297         accesses.
4298
4299         * pop3.el (pop3-logon): Fix up unbound variable typo.
4300
4301         * mail-source.el (pop3-streaming-movemail): Autoload.
4302
4303         * pop3.el (pop3-streaming-movemail):
4304         Respect pop3-leave-mail-on-server.
4305
4306         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4307         retrieval.
4308
4309         * pop3.el (pop3-process-filter): Remove unused function.
4310         (pop3-streaming-movemail, pop3-send-streaming-command)
4311         (pop3-wait-for-messages, pop3-write-to-file)
4312         (pop3-number-of-responses): New functions for streaming pop3
4313         retrieval.
4314
4315         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4316         come from no known methods.
4317         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4318         list.
4319
4320         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4321         message sizes.
4322         (pop3-movemail): Use erase-buffer instead of looping and deleting
4323         regions, which seems rather odd.
4324
4325         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4326         file once per `g' run.
4327
4328         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4329         directories.  This makes the draft queue directory work.
4330
4331         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4332         data from the backends, so that we only request the list of groups from
4333         each method once.  This should speed things up considerably.
4334
4335         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4336         detect that it's not implemented.
4337
4338         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4339         we actually do recurse down into the tree, but don't stat all leaf
4340         nodes.
4341
4342         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4343         then say so instead of bugging out.
4344
4345         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4346         files exist before trying to read them.
4347
4348         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4349         around <pre_int>.
4350
4351         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4352
4353         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4354
4355 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4356
4357         * mm-util.el (mm-image-load-path): Just return the image directories,
4358         not all directories in the path in addition to the image directories.
4359         (mm-image-load-path): Maintain a cache of the image directories so that
4360         the `g' command in Gnus doesn't have to stat dozens of directories each
4361         time.
4362
4363         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4364         (gnus-html-wash-tags): Add a new `i' command to insert images.
4365         (gnus-html-insert-image): New command and keystroke.
4366         (gnus-html-redisplay-with-images): New command and keystroke.
4367         (gnus-html-show-images): Rename command.
4368         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4369         spacers.
4370         (gnus-html-wash-tags): Decode entities at the end, so that entities
4371         inside the tags don't mess up the rest of the "parsing".
4372
4373         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4374         so that nnimap methods aren't agentized by default.  There's apparently
4375         many problems related to agent/imap behaviour.
4376
4377         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4378
4379         * gnus-html.el: Doc fix.
4380
4381 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4382
4383         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4384         specifier-spec-list for Emacs 21.
4385
4386         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4387         glyph-width and glyph-height instead of display-graphic-p and
4388         image-size; make avoidance of displaying small images work for XEmacs.
4389
4390         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4391         for XEmacs.
4392
4393         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4394         of symbol that holds plist data.
4395         (gnus-process-plist): Remove plist of process after getting it.
4396
4397 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4398
4399         * message.el (message-generate-hashcash): Change default to
4400         'opportunistic if hashcash is installed.
4401
4402         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4403         (gnus-html-put-image): Only call image-size once, since it's somewhat
4404         time-consuming on remote X servers.
4405
4406 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4407
4408         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4409         type on data, not a file name.
4410
4411         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4412         window-pixel-edges for Emacs 21.
4413
4414         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4415         decoded contents.
4416         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4417
4418 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4419
4420         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4421         group line format, since it isn't very interesting.
4422
4423         * gnus-agent.el (gnus-agent-short-article),
4424         (gnus-agent-long-article): Increase values for these two variables,
4425         since most people are likely to have more network connection and
4426         storage than before.
4427
4428         * gnus.el (gnus-refer-article-method): Change default to 'current.
4429         When referring an article, the common behaviour is to refer it from the
4430         current select method, not the native select method.  The chances of
4431         the native select method having the message in question is rather slim
4432         these days.
4433
4434         * gnus-sum.el (gnus-auto-select-subject): Change default to
4435         `unseen-or-unread'.  I think it's likely that most people want to
4436         select an unseen article over a previously seen, but unread one.
4437
4438         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4439         means that in the article buffer none of the minor mode elements will
4440         be shown, usually, and this is not desirable in most cases.
4441
4442         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4443         that commands like `d' (and the like) go to the next line in the
4444         buffer, instead of the next unread article.  I think this is the
4445         behaviour that is most natural for most users.
4446         (gnus-single-article-buffer): Change default to nil, so that people can
4447         have as many article buffers open as they have summary buffer.  I think
4448         this is the most natural way for the groups to behave.
4449
4450         * message.el (message-generate-new-buffers): Change default to
4451         `unsent', so that all new message buffers start their names with the
4452         string "*unsent", and it's easier to find the buffers if you move from
4453         them.
4454
4455 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4456
4457         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4458         small.  They're probably tracking images.
4459         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4460         (gnus-html-rescale-image): Yet another try at getting the image sizing
4461         right.
4462
4463         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4464         nntp-marks-file-name is nil.
4465
4466 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4467
4468         * gnus-html.el (gnus-html-wash-tags)
4469         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4470         Better logging.
4471
4472 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4473
4474         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4475
4476         * gnus-html.el (gnus-html-wash-tags): Check the value of
4477         gnus-blocked-images in the summary buffer.
4478
4479 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4480
4481         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4482
4483 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4484
4485         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4486         like "a", it seems like.
4487         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4488         since it needs to be picked from the correct buffer.
4489
4490         * nnwfm.el: Remove.
4491
4492         * nnlistserv.el: Remove.
4493
4494 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4495
4496         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4497         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4498
4499 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4500
4501         * nnkiboze.el: Remove.
4502
4503         * nndb.el: Remove.
4504
4505         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4506         alt text.
4507         (gnus-html-rescale-image): Try to get the rescaling logic right for
4508         images that are just wide and not tall.
4509
4510         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4511         overshadow variable bindings.
4512
4513 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4514
4515         * gnus-html.el (gnus-html-wash-tags)
4516         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4517         Add extra logging.
4518
4519 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4520
4521         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4522         (gnus-max-image-proportion): New variable.
4523         (gnus-html-rescale-image): New function.
4524         (gnus-html-put-image): Rescale images.
4525
4526 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4527
4528         Fix up some byte-compiler warnings.
4529         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4530         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4531         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4532         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4533         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4534         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4535         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4536
4537 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4538
4539         * gnus-html.el (gnus-article-html): Decode contents by charset.
4540
4541 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4542
4543         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4544         (gnus-html-frame-width, gnus-blocked-images)
4545         * message.el (message-prune-recipient-rules): Add custom version.
4546         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4547
4548         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4549         functions.
4550
4551         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4552         gnus-process-get.
4553
4554 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4555
4556         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4557         instead of lsub directly.
4558
4559 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4560
4561         * nnwarchive.el: Remove.
4562
4563         * gnus-soup.el: Remove.
4564
4565         * nnsoup.el: Remove.
4566
4567         * nnultimate.el: Remove.
4568
4569         * gnus-html.el (gnus-blocked-images): New variable.
4570
4571         * message.el (message-prune-recipients): New function.
4572         (message-prune-recipient-rules): New variable.
4573
4574         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4575         guess whether a long line is natural text or not.
4576
4577         * gnus-html.el (gnus-html-schedule-image-fetching):
4578         Use gnus-process-plist and friends for compatibility.
4579
4580 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4581
4582         * gnus-html.el: Require packages that define macros used in this file.
4583         (gnus-article-mouse-face): Declare to silence byte-compiler.
4584         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4585         process-get.
4586         (gnus-html-put-image): Use plist-get to avoid getf.
4587         (gnus-html-prefetch-images): Use with-current-buffer.
4588
4589 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4590
4591         * gnus-ems.el: Provide compatibility functions for
4592         gnus-set-process-plist.
4593
4594         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4595         header-line-format for XEmacs 21.4.
4596
4597         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4598         * gnus.el (gnus-valid-select-methods)
4599         * message.el (message-send-mail-partially-limit)
4600         * mm-decode.el (mm-text-html-renderer)
4601         * mml.el (mml-insert-mime-headers-always)
4602         * smiley.el (smiley-regexp-alist): Bump custom version.
4603
4604 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4605
4606         * gnus-html.el: require mm-url.
4607         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4608         with the url to `url'.
4609         (gnus-html-wash-tags): Support cid: URLs/images.
4610
4611 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4612
4613         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4614         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4615         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4616
4617         * gnus-move.el: Remove file, since it doesn't really work.
4618
4619         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4620         UTF-8.  This seems to fix problems with some German web feeds.
4621
4622         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4623         at the top so that the proper colours are applied.
4624
4625         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4626         don't have dots in their names.
4627
4628         * gnus-art.el (gnus-article-view-part): Doc fix.
4629
4630         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4631         XEmacs-compatible.
4632         (gnus-html-put-image): Don't do images on non-graphic displays.
4633
4634         * nnslashdot.el: Remove this unused backend.
4635
4636         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4637         actions.
4638         (gnus-undo-register-1): Revert last change.
4639
4640         * gnus-group.el (gnus-group-completing-read): Protect against not
4641         having completion-styles bound.
4642
4643         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4644         make broken recipients happier.
4645
4646         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4647
4648         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4649         point parameter.
4650
4651         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4652
4653         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4654         completion-styles for group selection.
4655
4656 2009-02-04  Andreas Schwab  <schwab@suse.de>
4657
4658         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4659         headers and regexp-quote the match if necessary.
4660
4661 2009-03-24  Miles Bader  <miles@gnu.org>
4662
4663         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4664         the blinking smiley.
4665
4666 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4667
4668         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4669         blink smiley.
4670
4671 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4672
4673         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4674         where the dribbel file lives exists.
4675
4676         * message.el (message-send-mail-partially-limit): Change the default to
4677         nil, since most people don't want this.
4678
4679         * mm-url.el (mm-url-decode-entities): Also decode entities like
4680         &#x3212.
4681
4682 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4683
4684         * gnus-sum.el (gnus-summary-idna-message):
4685         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4686         Hyperlink urls in docstrings with URL `...'.
4687
4688 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4689
4690         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4691         functions.
4692
4693 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4694
4695         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4696         say what the mouseover text should be.
4697
4698         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4699         version of the mm-w3m-safe-url-regexp variable to only download images
4700         in the groups where we want that to happen.
4701
4702         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4703
4704         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4705         easier debugging.
4706         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4707         big pictures in the article buffer.
4708
4709         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4710         gnus-article-html.
4711         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4712         w3m.
4713
4714         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4715
4716 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4717
4718         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4719         which doesn't exist.
4720
4721         * message.el (message-inhibit-ecomplete): New variable to allow some
4722         function to inhibit ecomplete address storage.
4723         (message-resend): Disable ecomplete message storage when resending
4724         messages.
4725
4726         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4727
4728 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4729
4730         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4731         Save excursion while copying, moving, and deleting articles in order to
4732         prevent the cursor from jumping to unforeseen place.
4733
4734 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4735
4736         * lpath.el: No need to bind bookmark-current-buffer,
4737         bookmark-yank-point and bookmark-make-record-function.
4738
4739 2010-08-17  Glenn Morris  <rgm@gnu.org>
4740
4741         * gnus-sync.el: Require gnus components whose functions are used.
4742
4743         * gnus-art.el (bookmark-make-record-function):
4744         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4745         Declare for compiler.
4746
4747         * mm-url.el (mml-compute-boundary): Autoload.
4748
4749 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4750
4751         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4752
4753 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4754
4755         Typo fix "hoo4a" -> "hook".
4756
4757         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4758
4759 2010-08-14  Glenn Morris  <rgm@gnu.org>
4760
4761         * gnus-sync.el (gnus-sync): Fix defgroup version.
4762
4763 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4764
4765         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4766
4767         * gnus-sync.el: Fix docs.
4768         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4769         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4770
4771 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4772
4773         Optimizations for gnus-sync.el.
4774
4775         * gnus-sync.el: Add docs about gnus-sync-backend
4776         possibilities.
4777         (gnus-sync-save): Remove unnecessary message.
4778         (gnus-sync-read): Optimize and show what groups were skipped.
4779
4780 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4781
4782         Minor bug fixes for gnus-sync.el.
4783
4784         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4785         Don't read the sync on get-new-news.
4786
4787         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4788         quiet.
4789
4790         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4791         (fix typo).
4792
4793 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4794
4795         Make saving and restoring of hidden threads work with overlays.
4796         Patch applied by Ted Zlatanov.
4797
4798         * gnus-sum.el (gnus-hidden-threads-configuration)
4799         (gnus-restore-hidden-threads-configuration): Update to deal with text
4800         properties, rather than searching for a magic character.
4801
4802 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4803
4804         New gnus-sync.el library for synchronization of marks.
4805
4806         * gnus-sync.el: New library for synchronization of marks.
4807
4808         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4809         renamed from `gnus-registry-grep-in-list'.
4810
4811         * gnus-registry.el (gnus-registry-follow-group-p):
4812         Use `gnus-grep-in-list'.
4813
4814         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4815
4816 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4817
4818         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4819         determining charset of text fails.
4820
4821 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4822
4823         * nnmail.el (nnmail-get-new-mail-1): Revert.
4824
4825         * nnml.el (nnml-active-number): Make sure names of newly created groups
4826         in nnml-group-alist are encoded.
4827
4828 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4829
4830         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4831         containing non-ASCII characters in active file for nnml back end.
4832
4833 2010-07-24  David Engster  <dengste@eml.cc>
4834
4835         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4836         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4837
4838 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4839
4840         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4841         tag (Bug#6654).
4842
4843 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4844
4845         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4846         the article buffer, not the summary buffer.
4847
4848 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4849
4850         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4851         Emacs 23 as well.
4852
4853 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4854
4855         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4856         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4857
4858 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4859
4860         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4861         Patch applied by Karl Fogel.
4862
4863         * gnus-sum.el (gnus-summary-bookmark-make-record):
4864         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4865
4866 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4867
4868         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4869         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4870         C-w still not working correctly from Article buffers; Thierry's
4871         patch to fix that will be applied after this.
4872
4873         * gnus-art.el (bookmark-make-record-function): New local variable.
4874
4875         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4876         article buffer.
4877         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4878
4879 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4880
4881         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4882         on changes in bookmark.el.
4883
4884 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4885
4886         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4887         `no-log' instead of message not to log prompt string.
4888
4889 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4890
4891         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4892         the *other* type of HTML form submission.
4893
4894 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4895
4896         * auth-source.el (auth-source-pick): If choice does not contain a
4897         questioned keyword, set the check to t.
4898
4899 2010-06-12  Romain Francoise  <romain@orebokech.com>
4900
4901         * gnus-util.el (gnus-date-get-time): Move up before first use.
4902
4903 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4904
4905         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4906         (gnus-article-edit-part): Bind it to make last part that is substituted
4907         or deleted visible.
4908         (gnus-mime-display-single): Buttonize part of which id equals to
4909         gnus-mime-buttonized-part-id.
4910
4911 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4912
4913         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4914         (gnus-dd-mmm): Use gnus-date-get-time.
4915         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4916         simplify logic.
4917         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4918         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4919
4920 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4921
4922         * auth-source.el (top): Autoload `secrets-list-collections',
4923         `secrets-create-item', `secrets-delete-item'.
4924         (auth-sources): Fix tag string.
4925         (auth-get-source, auth-source-retrieve, auth-source-create)
4926         (auth-source-delete): New defuns.
4927         (auth-source-pick): Rewrite in order to avoid 2 passes.
4928         (auth-source-forget-user-or-password): New parameter USERNAME.
4929         (auth-source-user-or-password): New parameters CREATE-MISSING and
4930         DELETE-EXISTING.  Retrieve password interactively, if needed.
4931
4932 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4933
4934         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4935         deleting unused directories when gnus-expert-user is t.
4936
4937 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4938
4939         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4940         for each temp file when gnus-article-browse-delete-temp is ask.
4941
4942 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4943
4944         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4945         Lisp calls to delete-backward-char by calls to delete-char.
4946
4947 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4948
4949         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4950
4951 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4952
4953         * password-cache.el (password-cache-remove): Fix docstring.
4954
4955 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4956
4957         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4958         article unless decoding article to be saved.
4959
4960 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4961
4962         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4963         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4964         generated within the mm-with-unibyte-current-buffer macro.
4965
4966 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4967
4968         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4969         to nil when we're in a mml-preview buffer and no group is selected.
4970
4971 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4972
4973         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4974         when catching the `C-g'.  Reported by "Leo".
4975
4976 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4977
4978         * message.el (message-forward-make-body-plain)
4979         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4980         multibyte-string-p.
4981
4982         * lpath.el: Revert.
4983
4984 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4985
4986         * message.el (message-forward-make-body-mml): Assume original message
4987         is multibyte string; error on unibyte.
4988         (message-forward-make-body-plain): Ditto; don't add excessive newline
4989         in body end.
4990
4991         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4992
4993 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4994
4995         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4996         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4997
4998 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4999
5000         * mm-extern.el (mm-extern-url): Don't use
5001         mm-with-unibyte-current-buffer.
5002         (mm-extern-cache-contents): Use with-current-buffer instead of
5003         save-excursion + set-buffer.
5004
5005 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5006
5007         * mm-util.el (mm-emacs-mule): Remove.
5008
5009 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5010
5011         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5012         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5013         change.
5014
5015 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5016
5017         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5018         bind the default value of enable-multibyte-characters to nil.
5019
5020 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5021
5022         * message.el (message-forward-make-body-plain)
5023         (message-forward-make-body-mml):
5024         Don't use mm-with-unibyte-current-buffer.
5025
5026 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5027
5028         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5029
5030 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5031
5032         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5033         (Bug#5592).
5034
5035 2010-05-07  Julien Danjou  <julien@danjou.info>
5036
5037         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5038         it to mm-pipe-part.
5039
5040         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5041         it is given.
5042
5043 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5044
5045         * binhex.el (binhex-decode-region-internal)
5046         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5047         (dns-query)
5048         * nnweb.el (nnweb-gmane-search)
5049         * pgg-parse.el (pgg-parse-armor)
5050         * pgg.el (pgg-verify-region)
5051         * sha1.el (sha1-string-external)
5052         * uudecode.el (uudecode-decode-region-internal)
5053         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5054         XEmacs.
5055
5056         * gnus-art.el (gnus-article-browse-html-parts)
5057         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5058         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5059         make-temp-file.
5060
5061         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5062         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5063         compiling.
5064
5065         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5066         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5067         XEmacs when compiling.
5068
5069         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5070         gnus-pick-mode-off-hook for XEmacs when compiling.
5071         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5072         gnus-binary-mode-off-hook for XEmacs when compiling.
5073
5074         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5075         Return nil if char-charset is not available.
5076
5077         * imap.el (imap-disable-multibyte)
5078         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5079         macros.
5080
5081         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5082         instead of encode-coding-string.
5083
5084         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5085         'xemacs) instead of mm-emacs-mule to switch function definitions.
5086         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5087
5088         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5089         bind temporary-file-directory for XEmacs;
5090         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5091         timer-set-function for XEmacs 21.4 and SXEmacs;
5092         bind timer-list for XEmacs 21.4 and SXEmacs;
5093         fbind char-charset and find-charset-region for non-Mule XEmacs;
5094         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5095         encode-coding-region and encode-coding-string for XEmacs having no
5096         file-coding feature.
5097
5098 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5099
5100         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5101
5102 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5103
5104         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5105         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5106
5107 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5108
5109         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5110         alias `jka-compr-delete-temp-file' no longer exists.
5111
5112 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5113
5114         Use define-minor-mode in Gnus where applicable.
5115         * mml.el (mml-mode): Use define-minor-mode.
5116         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5117         (gnus-undo-mode): Use define-minor-mode.
5118         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5119         (gnus-dead-summary-mode): Use define-minor-mode.
5120         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5121         Initialize in declaration.
5122         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5123         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5124         (gnus-mailing-list-mode): Use define-minor-mode.
5125         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5126         (gnus-draft-mode): Use define-minor-mode.
5127         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5128         (gnus-dired-mode): Use define-minor-mode.
5129
5130 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5131
5132         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5133         handles on recursive mml-to-mime translation and check them for
5134         boundary delimiter collisions.  Reported by Greg Troxel.
5135
5136 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5137
5138         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5139
5140 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5141
5142         * mm-util.el (mm-find-buffer-file-coding-system):
5143         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5144
5145 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5146
5147         * message.el (message-generate-headers): Record insertion of optional
5148         headers as well.  Otherwise the check to prevent repeated insertion of
5149         optional headers is a no-op.
5150
5151 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5152
5153         * smime.el: Don't mention CVS.
5154
5155         * nnrss.el (nnrss-fetch): Don't mention CVS.
5156
5157         * nnir.el: Don't mention CVS.
5158
5159 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5160
5161         * gnus-sum.el (gnus-summary-bookmark-make-record):
5162         Add `location' field.
5163
5164 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5165
5166         * lpath.el: Fbind bookmark-default-handler,
5167         bookmark-get-bookmark-record, bookmark-make-record-default,
5168         bookmark-prop-get for Emacs <23 and XEmacs.
5169
5170 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5171
5172         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5173         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5174         Use with-current-buffer to silence the byte-compiler.
5175         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5176         bother to require `gnus'.
5177         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5178
5179 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5180
5181         * gnus-sum.el (gnus-summary-bookmark-make-record)
5182         (gnus-summary-bookmark-jump): New functions.
5183         (gnus-summary-mode): Setup bookmark support.
5184
5185 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5186
5187         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5188         if set.
5189
5190 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5191
5192         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5193         gnus-article-browse-html-save-cid-image; make it work recursively for
5194         forwarded messages as well.
5195         (gnus-article-browse-html-parts): Work when prefix arg is given.
5196         (gnus-article-browse-html-article): Doc fix.
5197
5198 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5199
5200         * message.el (message-default-mail-headers):
5201         (message-default-headers): Carry the value mail-default-headers over
5202         into message-default-mail-headers, rather than message-default-headers.
5203
5204 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5205
5206         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5207         charset.
5208
5209         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5210         charset into the <meta> tag when the article is encoded to utf-8.
5211
5212 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5213
5214         * gnus-art.el (gnus-article-browse-delete-temp-files):
5215         Delete directories as well.
5216         (gnus-article-browse-html-parts): Work for images that do not specify
5217         file names; delete temp directory when quitting; insert header at the
5218         right place; use file: scheme for image files.
5219
5220 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5221
5222         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5223         (gnus-article-browse-html-parts): Use it to make temporary cid image
5224         files in addition to html file so that browser may display them.
5225
5226 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5227
5228         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5229
5230 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5231
5232         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5233
5234 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5235
5236         * auth-source.el (auth-sources): Change default to be simpler.
5237         Explain about Secret Service API sources.  Improve Customize options.
5238         (auth-source-pick): Change to accept any number of search parameters.
5239         Implement fallbacks iteratively, not recursively.  Add scoring on the
5240         second pass and sort by score.  Call Secret Service API when needed.
5241         (auth-source-user-or-password): Use it.  Call Secret Service API
5242         directly when needed to get the user name and the password.
5243
5244 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5245
5246         * message.el (message-interactive): Doc fix.
5247         (message-qmail-inject-args): Reflow.
5248         (message-kill-to-signature): Fix typo in docstring.
5249
5250         * smiley.el (smiley-buffer): Fix typo in docstring.
5251
5252 2010-03-24  Glenn Morris  <rgm@gnu.org>
5253
5254         * mail-source.el (gnus-message): Declare.
5255         (mail-source-delete-old-incoming): Require gnus-util.
5256
5257 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5258
5259         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5260
5261         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5262
5263         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5264         password-cache's default if it is not bound.
5265         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5266         password-cache-expiry's default if it is not bound.
5267
5268         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5269         available in Emacs 21.
5270
5271         * lpath.el: Suppress compiler warnings for:
5272         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5273         XEmacs;
5274         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5275         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5276         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5277
5278 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5279
5280         * auth-source.el (auth-sources): Fix up definition so extra parameters
5281         are always inline.
5282
5283 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5284
5285         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5286         wasn't updated after mismatch.  Clear cached mailbox info correctly
5287         when uidvalidity changes.
5288         (nnimap-group-prefixed-name): New function to avoid some code
5289         duplication.
5290         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5291         (nnimap-request-group): Use it.
5292         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5293         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5294         with many imap folders.  This is done by caching the group status from
5295         the imap server persistently in a group parameter `imap-status'.  (This
5296         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5297         but not persistently, so every Gnus startup was still very slow.)
5298
5299 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5300
5301         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5302         delete the extra newline.  Otherwise editing of :string and :number
5303         types don't work.
5304
5305 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5306
5307         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5308         secrets.el dependency.
5309         (auth-sources): Add optional user name.  Add secrets.el configuration
5310         choice (unused right now).
5311
5312 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5313
5314         * gnus-sum.el (gnus-summary-make-menu-bar):
5315         Let `gnus-registry-install-shortcuts' fill in the functions.
5316
5317         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5318         warnings.
5319         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5320         (gnus-registry-install-shortcuts): Populate and use it in a
5321         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5322
5323 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5324
5325         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5326         In-place substitutions for the group name encoding/decoding.
5327         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5328         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5329         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5330         (nnimap-update-unseen, nnimap-request-list)
5331         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5332         (nnimap-request-set-mark, nnimap-split-to-groups)
5333         (nnimap-split-articles, nnimap-request-newgroups)
5334         (nnimap-request-create-group, nnimap-request-accept-article)
5335         (nnimap-request-delete-group, nnimap-request-rename-group)
5336         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5337         `encoded-mbx' for consistency.
5338         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5339         variable `imap-current-mailbox'.
5340
5341         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5342         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5343
5344 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5345
5346         * pop3.el (pop3-display-message-size-flag): Display message size byte
5347         counts during POP3 download.
5348         (pop3-movemail): Use it.
5349         (pop3-list): Implement listing of available messages.
5350
5351 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5352
5353         * nnir.el (nnir-get-article-nov-override-function): New function to
5354         override the normal NOV retrieval.
5355         (nnir-retrieve-headers): Use it.
5356
5357 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5358
5359         * auth-source.el (netrc-machine-user-or-password): Autoload.
5360
5361 2010-03-19  Glenn Morris  <rgm@gnu.org>
5362
5363         Stop message.el from loading about 40 libraries it doesn't always need.
5364         The general approach is to autoload rather than require, and to
5365         require in the specific functions rather than the file.  (Bug#5642)
5366
5367         * gmm-utils.el: Don't require wid-edit.
5368         (widget-create-child-value, widget-convert, widget-default-get):
5369         Autoload.
5370
5371         * gnus-util.el: Don't require time-date, netrc.
5372         (message-fetch-field, gnus-group-name-decode): Declare rather than
5373         autoloading.
5374         (gnus-fetch-field): Require message.
5375         (gnus-decode-newsgroups): Require gnus-group.
5376
5377         * ietf-drums.el: Don't require time-date.
5378
5379         * message.el: Don't require hashcash, canlock, ecomplete.
5380         Do require mail-utils.  Require nnheader only when compiling.
5381         (smtpmail-default-smtp-server): Remove declaration.
5382         (message-send-mail-function): Check smtpmail-default-smtp-server
5383         is bound rather than requiring smtpmail.
5384         (message-auto-save-directory, message-insert-signature):
5385         Use expand-file-name rather than nnheader-concat.
5386         (nnheader-insert-file-contents): Autoload.
5387         (hashcash-wait-async): Declare.
5388         (message-send-mail): Only call gnus-setup-posting-charset if
5389         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5390         (message-send-mail-with-sendmail): Require sendmail.
5391         (canlock-password, canlock-password-for-verify): Declare.
5392         (message-canlock-password): Require canlock.
5393         (nnheader-get-report): Autoload.
5394         (gnus-setup-posting-charset): Declare.
5395         (message-send-news): Require gnus-msg.
5396         (message-make-references, message-make-in-reply-to): Use mail-header-id
5397         rather than the alias mail-header-message-id.
5398         (ecomplete-add-item, ecomplete-save): Declare.
5399         (message-put-addresses-in-ecomplete): Require ecomplete.
5400         (ecomplete-display-matches): Autoload.
5401
5402         * mm-decode.el: Don't require mailcap, gnus-util.
5403         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5404         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5405         Autoload.
5406         (mailcap-mime-extensions): Declare.
5407
5408         * mm-encode.el: Don't require mailcap.
5409         (mailcap-extension-to-mime): Autoload.
5410
5411         * mml-sec.el: Don't require password-cache.
5412
5413         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5414         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5415         (mml-minibuffer-read-type): Require mailcap.
5416         (mml-preview): Require gnus-msg.
5417
5418         * mml1991.el: Require password-cache.
5419         (password-cache-expiry): Remove declaration.
5420
5421         * mml2015.el: Require password-cache.
5422         (password-cache-expiry): Remove declaration.
5423
5424         * nneething.el (mailcap): Require mailcap.
5425
5426         * nnheader.el (declare-function): Add compatibility stub.
5427         (message-remove-header): Declare rather than autoload.
5428         (nnheader-replace-header): Require message.
5429
5430         * nnimap.el (declare-function): Add compatibility stub.
5431         (netrc-parse, netrc-machine-user-or-password): Declare.
5432         (nnimap-open-connection): Require netrc.
5433
5434         * nntp.el (declare-function): Add compatibility stub.
5435         (netrc-parse, netrc-machine, netrc-get): Declare.
5436         (nntp-send-authinfo): Require netrc.
5437
5438         * rfc2047.el: Don't require qp.
5439         (quoted-printable-encode-region, quoted-printable-decode-string):
5440         Autoload.
5441
5442         * sieve-mode.el: Don't require easymenu.
5443         (easy-menu-add-item): Autoload it.
5444
5445         * spam-stat.el (time-to-number-of-days): Autoload it.
5446
5447 2010-03-19  Glenn Morris  <rgm@gnu.org>
5448
5449         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5450
5451 2010-03-18  Glenn Morris  <rgm@gnu.org>
5452
5453         * hashcash.el (declare-function): Remove duplicate definition.
5454
5455 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5456
5457         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5458         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5459         value if any backslash escapes).
5460
5461 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5462
5463         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5464         if it is available.  (bug#5647)
5465
5466         * lpath.el: Suppress compiler warning for coding-system-from-name for
5467         Emacs 21 and XEmacs.
5468
5469 2010-03-14  Juri Linkov  <juri@jurta.org>
5470
5471         * hmac-def.el:
5472         * hmac-md5.el:
5473         * netrc.el: Fix keywords.
5474
5475 2010-02-26  Glenn Morris  <rgm@gnu.org>
5476
5477         * message.el (message-send-mail-function): Change the default, so that
5478         it inherits from a customized send-mail-function.  (Bug#5643)
5479
5480 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5481
5482         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5483         shell-command-to-string signals an error (bug#5299).
5484
5485 2010-02-24  Glenn Morris  <rgm@gnu.org>
5486
5487         * message.el (message-smtpmail-send-it)
5488         (message-send-mail-with-mailclient): Doc fixes.
5489
5490 2010-02-16  Glenn Morris  <rgm@gnu.org>
5491
5492         * message.el (message-default-mail-headers): Change the default value
5493         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5494
5495 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5496
5497         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5498         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5499
5500 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5501
5502         * time-date.el (date-to-time): Doc fix (Bug#5408).
5503
5504 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5505
5506         * message.el (message-mail): Just pass yank-action on to message-setup.
5507         (message-setup): Handle (FUN . ARGS) form of yank-action.
5508         (message-with-reply-buffer, message-widen-reply)
5509         (message-yank-original): Handle non-buffer values of
5510         message-reply-buffer (Bug#4080).
5511         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5512
5513 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5514
5515         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5516         Fix typo in docstring.
5517
5518 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5519
5520         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5521         response.
5522
5523 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5524
5525         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5526
5527         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5528
5529         * message.el (message-check-news-header-syntax): Protect against a
5530         string that `rfc822-addresses' returns when parsing fails.
5531
5532 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5533
5534         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5535         (gnus-previous-char-property-change): New functions.
5536
5537         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5538
5539 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5540
5541         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5542         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5543
5544 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5545
5546         * message.el (message-exchange-point-and-mark): Rework last change to
5547         avoid using optional arg of exchange-point-and-mark, for backward
5548         compatibility.
5549
5550 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5551
5552         * message.el (message-exchange-point-and-mark):
5553         Call exchange-point-and-mark with an argument rather than setting
5554         mark-active by hand (Bug#5175).
5555
5556 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5557
5558         * nntp.el (nntp-service-to-port): Work for service expressed with
5559         numeric string; replace [:digit:] with [0-9] for XEmacs.
5560
5561 2009-12-17  Glenn Morris  <rgm@gnu.org>
5562
5563         * gnus-group.el (gnus-bug-group-download-format-alist):
5564         Change emacs entry to debbugs.gnu.org.  Bump :version.
5565
5566 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5567
5568         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5569
5570 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5571
5572         * message.el (message-info): Explain why we use `Info-goto-node'.
5573
5574 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5575
5576         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5577
5578 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5579
5580         * message.el (message-completion-in-region): New compatibility function.
5581         (message-expand-group): Use it.
5582
5583 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5584
5585         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5586         with no unread article should be listed if the 2nd arg `predicate' is
5587         given.
5588
5589 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5590
5591         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5592
5593 2009-11-29  Juri Linkov  <juri@jurta.org>
5594
5595         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5596         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5597         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5598
5599 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5600
5601         * sha1.el (sha1-string-external): default-directory "/" in case
5602         otherwise non-existent.  process-connection-type pipe for touch of
5603         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5604
5605 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5606
5607         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5608         it's comms related and sgml-mode.el has "comm" on that basis too.
5609
5610 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5611
5612         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5613         containing tspecial characters if they have been already quoted.
5614
5615 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5616
5617         * dns-mode.el (auto-mode-alist): Purecopy string.
5618
5619 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5620
5621         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5622
5623 2009-10-24  Glenn Morris  <rgm@gnu.org>
5624
5625         * gnus-art.el (help-xref-stack-item): Define for compiler.
5626
5627 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5628
5629         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5630
5631 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5632
5633         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5634
5635 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5636
5637         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5638         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5639
5640 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5641
5642         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5643         (gnus-overlays-in): New alias to overlays-in.
5644
5645         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5646         gnus-overlay-get, and gnus-delete-overlay.
5647         (gnus-summary-show-thread): Make it work as well for systems in which
5648         next-single-char-property-change is not available.
5649         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5650
5651         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5652         (gnus-overlay-get): New alias to extent-property.
5653         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5654
5655         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5656         SXEmacs.
5657
5658         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5659         SXEmacs.
5660
5661 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5662
5663         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5664
5665 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5666
5667         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5668         and XEmacs that don't have `remove-overlays'.
5669
5670 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5671
5672         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5673         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5674         selective display.  Use overlays instead.
5675
5676 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5677
5678         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5679
5680 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5681
5682         * spam-stat.el (spam-stat-load): Fix typo in message.
5683
5684 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5685
5686         * dig.el (dig-invoke): Fix typo in docstring.
5687         (query-dig): Reflow docstring.
5688
5689 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5690
5691         * gnus-art.el (gnus-article-encrypt-body):
5692         * message.el (message-check-recipients):
5693         * mm-util.el (mm-codepage-setup):
5694         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5695         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5696
5697 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5698
5699         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5700         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5701         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5702         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5703         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5704
5705 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5706
5707         * dig.el: Add "Keywords: comm", as per net-utils.el.
5708
5709 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5710
5711         * dig.el (dig-mode): Use define-derived-mode.
5712
5713 2009-09-19  Glenn Morris  <rgm@gnu.org>
5714
5715         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5716
5717 2009-09-18  Glenn Morris  <rgm@gnu.org>
5718
5719         * gnus-diary.el (gnus-diary-check-message):
5720         * message.el (message-insert-formatted-citation-line):
5721         * nnbabyl.el (top-level):
5722         * nndiary.el (nndiary-schedule):
5723         Fix typos in condition-case handlers.
5724
5725 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5726
5727         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5728         configuration that provides the sole article window in a frame;
5729         position point correctly after deleting a part.
5730
5731 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5732
5733         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5734         (spam-resolve-registrations-routine): Use it to unregister articles
5735         that change status.
5736
5737 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5738
5739         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5740         with XEmacs.
5741         (parse-time-string-chars): Use it.
5742
5743 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5744
5745         * imap.el (imap-interactive-login): Better messages.
5746         (imap-open): Fix bug with renamed buffer on reconnect.
5747         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5748         for easier debugging and cleaner code.  On successful (guessed based on
5749         server capabilities) secondary authentication, set imap-state
5750         correctly.
5751         (imap-last-authenticator): Define imap-last-authenticator as a variable
5752         to avoid warnings.
5753
5754 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5755
5756         * nnrss.el (nnrss-request-article): Remove binding of
5757         default-enable-multibyte-characters that has gotten needless by
5758         the 2007-07-13 change in rfc2047-encode-message-header.
5759
5760         * mml.el (mml-insert-multipart): Error on the message header.
5761         (mml-insert-part): Error on the message header; position point at
5762         the end of a MIME tag.
5763
5764 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5765
5766         * time-date.el (autoload): Expand define-obsolete-function-alias into
5767         defalias and make-obsolete for old Emacsen that Gnus supports.
5768         (with-no-warnings): Define it for old Emacsen.
5769         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5770         is available.
5771         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5772         float-time is available; suppress compile warning for time-to-seconds.
5773
5774         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5775         (gnus-float-time): Alias to float-time if it exists.
5776
5777         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5778         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5779         float-time is available; suppress compile warning for time-to-seconds.
5780
5781         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5782         XEmacs.
5783
5784 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5785
5786         * imap.el (imap-message-map): Docstring fix.
5787
5788 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5789
5790         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5791         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5792         Add the optional argument `encoding' that overrides the default.
5793
5794         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5795         mm-encode-buffer.
5796
5797 2009-09-04  Glenn Morris  <rgm@gnu.org>
5798
5799         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5800         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5801         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5802         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5803         * mm-util.el (mm-with-unibyte-current-buffer)
5804         (mm-find-buffer-file-coding-system):
5805         * yenc.el (yenc-decode-region): Use default-value rather than
5806         default-enable-multibyte-characters.
5807
5808 2009-09-03  Glenn Morris  <rgm@gnu.org>
5809
5810         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5811         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5812         than default-enable-multibyte-characters.
5813
5814 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5815
5816         * gnus-art.el (gnus-article-read-summary-keys):
5817         Fix gnus-buffer-configuration's value temporarily used.
5818
5819 2009-09-02  Glenn Morris  <rgm@gnu.org>
5820
5821         * gnus-util.el (gnus-float-time): New function.
5822         * gnus-delay.el (gnus-delay-article):
5823         * gnus-sum.el (gnus-thread-latest-date):
5824         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5825         * nnspool.el (nnspool-request-newgroups):
5826         Use gnus-float-time rather than time-to-seconds.
5827         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5828
5829         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5830         (gnus-header-subject-face, gnus-header-newsgroups-face)
5831         (gnus-header-name-face, gnus-header-content-face):
5832         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5833         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5834         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5835         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5836         (gnus-cite-face-11):
5837         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5838         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5839         (gnus-server-closed-face, gnus-server-denied-face)
5840         (gnus-server-offline-face):
5841         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5842         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5843         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5844         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5845         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5846         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5847         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5848         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5849         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5850         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5851         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5852         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5853         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5854         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5855         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5856         (gnus-summary-high-undownloaded-face)
5857         (gnus-summary-low-undownloaded-face)
5858         (gnus-summary-normal-undownloaded-face)
5859         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5860         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5861         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5862         (gnus-splash-face):
5863         * message.el (message-header-to-face, message-header-cc-face)
5864         (message-header-subject-face, message-header-newsgroups-face)
5865         (message-header-other-face, message-header-name-face)
5866         (message-header-xheader-face, message-separator-face)
5867         (message-cited-text-face, message-mml-face):
5868         * sieve-mode.el (sieve-control-commands-face)
5869         (sieve-action-commands-face, sieve-test-commands-face)
5870         (sieve-tagged-arguments-face):
5871         * spam.el (spam-face):
5872         Mark face aliases with "-face" in the name as obsolete.
5873
5874 2009-09-01  Glenn Morris  <rgm@gnu.org>
5875
5876         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5877         than goto-line.
5878
5879 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5880
5881         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5882         Don't move point if the command is invoked inside the message header.
5883
5884 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5885
5886         * imap.el (imap-send-command): Simplify.
5887         (imap-wait-for-tag): point-max -> buffer-size.
5888
5889 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5890
5891         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5892         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5893         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5894         * nnir.el (nnir-swish-e-index-file):
5895         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5896         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5897         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5898         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5899         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5900         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5901
5902 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5903
5904         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5905         Don't save excursion.
5906
5907 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5908
5909         * nnheader.el (nnheader-find-file-noselect):
5910         * mm-util.el (mm-insert-file-contents):
5911         Use (default-value 'major-mode) instead of default-major-mode.
5912
5913 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5914
5915         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5916
5917 2009-08-26  Glenn Morris  <rgm@gnu.org>
5918
5919         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5920         than placing in files.el.
5921
5922 2009-08-25  Glenn Morris  <rgm@gnu.org>
5923
5924         * nnir.el (top-level): Don't require cl at run-time.
5925         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5926         Replace cl-function substitute with gnus-replace-in-string.
5927         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5928         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5929         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5930         simplified expansions.
5931
5932 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5933
5934         * dig.el (dig): Add autoload cookie.
5935
5936 2009-08-22  Glenn Morris  <rgm@gnu.org>
5937
5938         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5939         goto-line.
5940
5941 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5942
5943         * parse-time.el (parse-time-string-chars): Save match data.
5944
5945 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5946
5947         * parse-time.el (parse-time-string-chars): Compute using character
5948         classes, to handle non-ascii characters (Bug#3190).
5949
5950 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5951
5952         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5953
5954         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5955         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5956         (gnus-mm-display-part, gnus-mime-display-single)
5957         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5958         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5959
5960         * gnus-sum.el
5961         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5962         (gnus-summary-move-article): Add expirable mark to articles copied or
5963         moved to group that has auto-expire turned on if the option is non-nil.
5964
5965 2009-07-24  Glenn Morris  <rgm@gnu.org>
5966
5967         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5968         Fix typo.  (Bug#3903)
5969
5970 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5971
5972         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5973         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5974         that should not be used for draft articles.
5975         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5976         that has no concern in minor mode keys.
5977         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5978         Abolish.
5979
5980 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5981
5982         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5983         article without making inquiry to a user for unknown encoding.
5984
5985         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5986         (nnmaildir--scan): Assume i-node and device number that file-attributes
5987         returns might be cons-cell.
5988
5989         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5990
5991         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5992
5993 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5994
5995         * auth-source.el: Remove docs now in auth.texi.  Don't use
5996         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5997         `auth-source-hide-passwords' and use them.
5998
5999 2009-07-15  Glenn Morris  <rgm@gnu.org>
6000
6001         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6002
6003 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6004
6005         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6006         excessive whitespace from the default values of title and description.
6007
6008 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6009
6010         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6011         mail-fetch-field to fetch Content-Description header in order to
6012         exclude newlines.
6013
6014 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6015
6016         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6017         format used by GnuPG 2.0.11.
6018
6019 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6020
6021         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6022         to deleted part.
6023
6024 2009-05-30  David Engster  <dengste@eml.cc>
6025
6026         * nnmairix.el: Remove old documentation in the commentary block.
6027         (nnmairix-request-group): Do not update active file for nnml back ends.
6028         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6029         end so that overview files are ignored.
6030         (nnmairix-update-groups): Make updating the groups more robust by using
6031         marks.
6032         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6033         with dollar characters in message-id.
6034
6035 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6036
6037         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6038         2008-12-25 in dns.el.
6039
6040 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6041
6042         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6043         could happen if the text is only composed of spaces and/or tabs.
6044
6045 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6046
6047         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6048         when sending a queued message to avoid extra mml tags.
6049
6050 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6051
6052         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6053
6054 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6055
6056         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6057         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6058         rmail-toggle-header for XEmacs;
6059         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6060
6061 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6062
6063         * gnus-dired.el: Remove autoload for gnus-setup-message.
6064         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6065         displaying Gnus logo; always use compose-mail.
6066
6067 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6068
6069         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6070
6071 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6072
6073         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6074         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6075         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6076         available.
6077         (gnus-nocem-epg-verify): New function.
6078
6079 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6080
6081         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6082
6083 2009-02-15  Glenn Morris  <rgm@gnu.org>
6084
6085         * gnus-util.el (rmail-insert-rmail-file-header)
6086         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6087         autoloads.
6088         (rmail-default-rmail-file): Remove unnecessary declaration.
6089         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6090
6091 2009-02-14  Glenn Morris  <rgm@gnu.org>
6092
6093         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6094         variable (only used in gnus-util, which declares it anyway).
6095         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6096         which was only needed by gnus-art (changed to not use it any more).
6097         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6098         only used in gnus-util, which autoloads it itself.
6099         (rmail-update-summary): Fix autoload.
6100
6101         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6102         rather than rmail-output-to-rmail-file.
6103
6104 2009-02-07  Glenn Morris  <rgm@gnu.org>
6105
6106         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6107         autoload of function that no longer exists.
6108         (rmail-toggle-header): Declare.
6109         (message-forward-rmail-make-body): Handle mbox Rmail.
6110
6111 2009-01-31  Glenn Morris  <rgm@gnu.org>
6112
6113         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6114         2009-01-09 change.
6115
6116 2009-01-31  Dave Love  <fx@gnu.org>
6117
6118         * imap.el (imap-fetch-safe): Bind debug-on-error.
6119         (imap-debug): Add imap-fetch-safe.
6120
6121 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6122
6123         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6124         (auth-source-forget-all-cached): New convenience function.
6125         (auth-source-user-or-password): Accept list of modes or a single mode.
6126
6127         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6128         auth-source modes.
6129
6130         * netrc.el (netrc-machine-user-or-password): Use list of
6131         auth-source modes.
6132
6133         * nnimap.el (nnimap-open-connection): Use list of
6134         auth-source modes.
6135
6136         * nntp.el (nntp-send-authinfo): Use list of
6137         auth-source modes.
6138
6139 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6140
6141         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6142         now.
6143
6144 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6145
6146         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6147         coding system in XEmacs; add a workaround for XEmacs.
6148
6149         * lpath.el: Fbind coding-system-aliasee.
6150
6151 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6152
6153         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6154         of current-language-environment.
6155
6156 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6157
6158         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6159         available at runtime.
6160
6161 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6162
6163         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6164
6165 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6166
6167         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6168         the greatest positive fixnum value doesn't work under an XEmacs with
6169         bignum support; use the most-positive-fixnum constant instead,
6170         available since Emacs 21.1 with cl and XEmacs 21.1.
6171
6172 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6173
6174         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6175         XEmacs gets not to work.
6176
6177 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6178
6179         * mm-util.el (mm-coding-system-priorities): Allow the value like
6180         "Japanese (UTF-8)" of current-language-environment.
6181
6182 2009-01-09  Glenn Morris  <rgm@gnu.org>
6183
6184         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6185         with last-command-event.
6186
6187 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6188
6189         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6190         in the doc string.
6191
6192         * message.el (message-fix-before-sending): Amend comment.
6193
6194 2009-01-08  Dave Love  <fx@gnu.org>
6195
6196         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6197
6198 2009-01-07  David Engster  <dengste@eml.cc>
6199
6200         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6201         simplified server definitions by converting it via
6202         gnus-server-to-method.
6203
6204 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6205
6206         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6207         parameter's operands.
6208
6209 2009-01-06  David Engster  <dengste@eml.cc>
6210
6211         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6212         primary select method (for gnus-group-mark-article-as-read).
6213
6214 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6215
6216         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6217         `(gnus)Face', not `(gnus)X-Face'.
6218
6219 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6220
6221         * mm-util.el (mm-ucs-to-char): New function.
6222
6223         * mm-url.el (mm-url-decode-entities): Use it.
6224
6225         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6226         unicode-to-char.
6227
6228 2009-01-05  Dave Love  <fx@gnu.org>
6229
6230         * time-date.el: Require cl for `declare'.
6231
6232 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6233
6234         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6235         Dave Love.
6236
6237 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6238
6239         * message.el (message-fix-before-sending): Add `eight-bit' to
6240         illegible-text check.
6241
6242 2009-01-03  Michael Olson  <mwolson@gnu.org>
6243
6244         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6245         `headers' is nil.  This can occur if the IMAP server does not have
6246         permissions to read messages from a folder, but can write new messages
6247         to the folder.
6248         (nnimap-request-article-part): Do not insert `data' if it is nil.
6249
6250         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6251         characters which will confuse `read', so skip past them.
6252
6253 2009-01-01  Dave Love  <fx@gnu.org>
6254
6255         * imap.el (imap-string-to-integer): Fix typo.
6256         (imap-fetch-safe): New function.
6257         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6258
6259         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6260
6261         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6262         (imap-parse-greeting): Fix doc strings.
6263         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6264         (imap-parse-flag-list): Make messages unique.
6265         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6266
6267         * nnimap.el: Fix author email.
6268         (nnimap-split-rule): Add FIXME comment.
6269         (nnimap-debug): Fix doc string.
6270
6271 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6272
6273         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6274
6275 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6276
6277         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6278         nslookup if resolv.conf isn't available.
6279         (dns-query): Rename from query-dns.
6280         (dns-query-cached): Rename from query-dns-cached.
6281
6282 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6283
6284         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6285         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6286         to check if those variables exist (first appeared in Emacs 18.50).
6287
6288 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6289
6290         * mm-util.el (mm-line-number-at-pos): New function.
6291
6292         * spam-report.el (spam-report-process-queue): Use it.
6293
6294 2008-12-24  David Engster  <dengste@eml.cc>
6295
6296         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6297         parameters that haven't existed as variables as buffer-local variables.
6298
6299 2008-12-23  Dave Love  <fx@gnu.org>
6300
6301         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6302         cadar.
6303
6304         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6305         imap-starttls-p.
6306         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6307
6308 2008-12-22  Dave Love  <fx@gnu.org>
6309
6310         * imap.el: Fix author email.  Doc fixes.
6311         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6312         reply.
6313
6314 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6315
6316         * spam-report.el (spam-report-gmane-max-requests): New constant.
6317         (spam-report-gmane-wait): New variable.
6318         (spam-report-gmane-ham, spam-report-gmane-spam)
6319         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6320         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6321         the server.
6322
6323         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6324         Add explanations.
6325
6326         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6327         nnheader-accept-process-output and nnheader-read-timeout if available.
6328         (pop3-movemail): Use it.
6329
6330         * message.el (message-check-news-body-syntax): Fix signature check if
6331         there's an attachment.
6332
6333 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6334
6335         * mm-util.el: Add comments to the mm- emulating functions.
6336
6337 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6338
6339         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6340         Reported by Stephen Berman <stephen.berman@gmx.net>.
6341
6342 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6343
6344         * mm-util.el (mm-substring-no-properties): New function.
6345         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6346         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6347         (mm-string-to-multibyte): Doc fix.
6348
6349         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6350
6351 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6352
6353         * mml.el (mml-attach-file): Strip text properties from file name.
6354         (Bug#1574)
6355
6356 2008-12-16  Glenn Morris  <rgm@gnu.org>
6357
6358         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6359
6360 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6361
6362         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6363         knows since the charset specified might be a bogus alias that
6364         mm-charset-synonym-alist provides.
6365
6366 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6367
6368         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6369         "ISO_8859-1".
6370
6371         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6372
6373 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6374
6375         * mm-util.el (mm-charset-eval-alist):
6376         Define it before mm-charset-to-coding-system.
6377         (mm-charset-to-coding-system): Add optional argument `silent';
6378         define it before mm-charset-override-alist.
6379         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6380         default value if it can be used in Emacs currently running;
6381         silence mm-charset-to-coding-system.
6382
6383 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6384
6385         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6386         `allow-override' which says whether to use `mm-charset-override-alist'.
6387         (rfc2047-decode-encoded-words): Use it.
6388
6389         * mm-util.el (mm-charset-override-alist): Fix custom type;
6390         add `(gb2312 . gbk)' to choices.
6391
6392 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6393
6394         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6395         fast.
6396
6397         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6398
6399         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6400
6401 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6402
6403         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6404         on links.
6405
6406         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6407
6408 2008-12-03  Lute Kamstra  <lute@gnu.org>
6409
6410         * sha1.el: Remove leading * from docstrings of defcustoms,
6411         deffaces, defconsts and defuns.
6412
6413 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6414
6415         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6416         users' addresses that don't have domain parts.
6417         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6418         rather than message-narrow-to-head since there will be the message
6419         header separator.
6420
6421 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6422
6423         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6424         since the result is inserted in a unibyte buffer anyway.
6425         (nnimap-demule-use-string-to-multibyte): Remove.
6426         (nnimap-demule): Alias it to mm-string-to-multibyte.
6427
6428 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6429
6430         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6431         variable for debugging bug#464 and bug#1174.
6432         (nnimap-demule): Use it.
6433
6434 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6435
6436         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6437         score calculation correctly.
6438
6439 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6440
6441         * message.el (message-send-mail): Just set the buffer to unibyte
6442         rather than use mm-with-unibyte-current-buffer which does a lot more.
6443         (message-send-mail-partially): Don't bother with
6444         mm-with-unibyte-current-buffer since it's already been made unibyte by
6445         message-send-mail.
6446
6447 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6448
6449         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6450
6451 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6452
6453         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6454
6455 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6456
6457         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6458         require itself and to remove `with-no-warnings'.
6459
6460 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6461
6462         * starttls.el (starttls-any-program-available): Get the name of the
6463         available TLS layer program.
6464         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6465         well as the host name in the "opening" message.
6466
6467         * auth-source.el (auth-source-cache, auth-source-do-cache)
6468         (auth-source-user-or-password): Cache passwords and logins by default,
6469         allow override with `auth-source-do-cache'.
6470         (auth-source-forget-user-or-password): Allow users to remove cache
6471         entries if needed.
6472
6473 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6474
6475         * md4.el (md4-buffer): Fix typo in docstring.
6476         (md4, md4-64): Doc fixes.
6477         (md4-pack-int32): Reflow docstring.
6478
6479 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6480
6481         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6482         condition-case to only the forward-sexp call.
6483
6484 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6485
6486         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6487         quotes contained.  Make it more robust regardless by an extra
6488         condition-case wrapper.
6489
6490 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6491
6492         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6493
6494 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6495
6496         * nnml.el (nnml-request-expire-articles): Check if the function set to
6497         `nnmail-expiry-target' returns the symbol `delete'.
6498
6499         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6500
6501         * nnmail.el (nnmail-expiry-target): Fix custom type.
6502
6503 2008-10-02  Glenn Morris  <rgm@gnu.org>
6504
6505         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6506         Silence compiler warning.
6507
6508 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6509
6510         * tls.el (open-tls-stream): Show the actual command being
6511         executed, instead of the format string.
6512
6513 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6514
6515         * lpath.el: Fbind codepage-setup for Emacs 23.
6516
6517 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6518
6519         * mml.el (mml-menu): Don't assume mml2015 is bound.
6520
6521 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6522
6523         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6524         exists.
6525
6526 2008-09-27  Glenn Morris  <rgm@gnu.org>
6527
6528         * gnus-util.el (mail-header-remove-comments): Autoload it.
6529
6530 2008-09-27  Andreas Schwab  <schwab@suse.de>
6531
6532         * gnus-util.el (gnus-split-references): Strip comments.
6533         (gnus-parent-id): Likewise.
6534
6535 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6536
6537         * message.el (message-confirm-send): Fix version.
6538
6539 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6540
6541         * message.el (message-idna-to-ascii-rhs-1): Use
6542         mail-extract-address-components rather than mail-header-parse-addresses
6543         that is an alias by default to ietf-drums-parse-addresses that does not
6544         support non-ASCII names in headers' contents.
6545
6546 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6547
6548         * message.el (message-confirm-send): Fix variable documentation to
6549         avoid the "y/n" wording.
6550
6551 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6552
6553         * message.el (message-set-auto-save-file-name): Save to a different
6554         filename so multiple messages (especially drafts) can be recovered.
6555
6556 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6557
6558         * message.el (message-confirm-send): Add appropriate version.
6559
6560 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6561
6562         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6563         defvar.
6564
6565 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6566
6567         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6568         (mm-pkcs7-enveloped-magic): Ditto.
6569
6570 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6571
6572         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6573         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6574
6575 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6576
6577         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6578         default, it's better.
6579
6580 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6581
6582         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6583         summary line gnus-number property and ignore them (with a warning
6584         message).
6585
6586 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6587
6588         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6589         macro caddr in the interactive form since it won't be expanded.
6590
6591 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6592
6593         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6594         `charset'; fix name of function called recursively.
6595         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6596
6597 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6598
6599         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6600         (gnus-mime-set-charset-parameters): New function.
6601         (gnus-mime-view-part-as-charset): Use it to correctly display part
6602         specifying wrong charset.
6603
6604 2008-09-08  David Engster  <dengste@eml.cc>
6605
6606         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6607         in completing-read for back end server.
6608
6609 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6610
6611         * message.el (message-confirm-send): New variable to confirm sending a
6612         message.
6613         (message-send): Use it.
6614
6615 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6616
6617         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6618
6619 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6620
6621         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6622
6623 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6624
6625         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6626         prevent tracking too many groups.
6627         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6628         Use it.
6629
6630 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6631
6632         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6633         moving point to the bottom of the window in order to avoid recentering.
6634
6635 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6636
6637         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6638
6639         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6640         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6641         (gnus-article-beginning-of-window): Fix calculation.
6642
6643 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6644
6645         * gnus-msg.el (gnus-summary-supersede-article)
6646         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6647         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6648         message header.
6649
6650 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6651
6652         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6653         pending output coming after the status change.
6654
6655 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6656
6657         * message.el:
6658         * gnus-start.el:
6659         * gnus-registry.el: Remove VMS support.
6660
6661 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6662
6663         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6664         macro.
6665         (rfc2104-hash): Use it.
6666
6667 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6668
6669         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6670         (gnus-summary-sort-by-most-recent-date): New commands.
6671         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6672         and menu entries.
6673
6674 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6675
6676         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6677         don't redisplay article for raw contents; remove plural articles stuff.
6678
6679         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6680         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6681         on gnus-summary-save-article; display results properly.
6682
6683 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6684
6685         * lpath.el: No need to fbind ns-focus-frame.
6686
6687 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6688
6689         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6690
6691 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6692
6693         * gnus-art.el (gnus-summary-save-in-pipe):
6694         Consider gnus-save-all-headers.
6695
6696 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6697
6698         * gnus-util.el (ns-focus-frame): Remove declaration.
6699         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6700         like x.
6701
6702 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6703
6704         * rfc2104.el (rfc2104-zero): Delete defconst.
6705         (rfc2104-hex-alist): Likewise.
6706         (rfc2104-hex-to-int): Delete func.
6707         (rfc2104-hexstring-to-bitstring): Likewise.
6708         (rfc2104-nybbles): New defconst.
6709         (rfc2104-hash): Rewrite for speed.
6710
6711 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6712
6713         * tls.el (open-tls-stream): Make it work with the 2nd argument
6714         BUFFER that is a string but does not exist as a buffer object, as
6715         mentioned in the doc-string.
6716
6717 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6718
6719         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6720         SXEmacs.
6721
6722 2008-07-16  Glenn Morris  <rgm@gnu.org>
6723
6724         * gnus-util.el (ns-focus-frame): Declare for compiler.
6725
6726 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6727
6728         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6729         set as a group parameter.
6730         (gnus-summary-save-in-pipe): Work when it is called independently.
6731         (gnus-summary-pipe-to-muttprint): Don't modify
6732         gnus-summary-pipe-output-default-command.
6733
6734 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6735
6736         * message.el (message-send-mail-with-sendmail):
6737         Display the error message.
6738
6739 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6740
6741         * gnus-art.el (gnus-default-article-saver):
6742         Add gnus-summary-save-in-pipe to choices.
6743         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6744         gnus-summary-pipe-output-default-command as the default command.
6745         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6746         instead of gnus-last-shell-command.
6747
6748         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6749         New user option.
6750         (gnus-summary-muttprint-program): Mention the value will be changed.
6751         (gnus-summary-save-article): Force showing of all headers.
6752         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6753
6754 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6755
6756         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6757
6758 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6759
6760         * nnimap.el (nnimap-id):
6761         * sieve-manage.el (sieve-manage-open): Doc fixes.
6762
6763 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6764
6765         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6766         if available.
6767
6768 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6769
6770         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6771
6772         * nnkiboze.el (nnkiboze-generate-group):
6773         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6774
6775         * nnmairix.el: Require CL.
6776
6777 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6778
6779         * dgnushack.el: Autoload get-display-table and put-display-table for
6780         XEmacs 21.5.
6781
6782         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6783         21.4 and SXEmacs.
6784
6785 2008-06-15  David Engster  <dengste@eml.cc>
6786
6787         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6788
6789 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6790
6791         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6792         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6793         runtime choice under XEmacs.
6794
6795         * gnus-sum.el (gnus-summary-set-display-table):
6796         Use `gnus-put-display-table', `gnus-get-display-table',
6797         `gnus-set-display-table' for the display table, instead of `aset'.
6798
6799         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6800         Use `gnus-put-display-table', `gnus-get-display-table',
6801         `gnus-set-display-table' for the display table.
6802
6803 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6804
6805         * nnmairix.el: Add autoloads.
6806
6807 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6808
6809         * nnmairix.el (nnmairix-delete-recreate-group)
6810         (nnmairix-update-and-clear-marks): Fix error messages.
6811
6812 2008-06-14  David Engster  <dengste@eml.cc>
6813
6814         * nnmairix.el: Upgrade to version 0.6.
6815         (nnmairix-group-toggle-propmarks-this-group)
6816         (nnmairix-group-toggle-readmarks-this-group)
6817         (nnmairix-group-delete-recreate-this-group)
6818         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6819         (nnmairix-remove-tick-mark-original-article): New commands.
6820         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6821         (nnmairix-propagate-marks-to-nnmairix-groups)
6822         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6823         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6824         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6825         functions needed for marks propagation and manipulation of read marks.
6826         (nnmairix-update-groups): New function.
6827         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6828         (nnmairix-determine-original-group-from-registry)
6829         (nnmairix-determine-original-group-from-path)
6830         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6831         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6832         New helper functions.
6833         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6834         keystrokes for new commands.
6835         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6836         (nnmairix-request-group): Check allow-fast group parameter.
6837         (nnmairix-request-create-group): Set allow-fast group parameter if
6838         nnmairix-allowfast-default is set.
6839         (nnmairix-close-group): Propagate marks upon closing if needed.
6840         (nnmairix-group-toggle-threads-this-group): Use new.
6841         nnmairix-group-toggle-parameter helper function.
6842         (nnmairix-search): Better check for empty search result.
6843         (nnmairix-goto-original-article): Use new helper functions for
6844         determining original article.
6845         (nnmairix-show-original-article): Make sure message-id is in brackets.
6846         (nnmairix-call-mairix-binary): Change variable name.
6847         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6848         helper function.
6849         (nnmairix-widget-toggle-activate): Fix doc string.
6850
6851 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6852
6853         * nnir.el: Require edmacro when compiling with XEmacs.
6854         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6855         available in Emacs 21.
6856
6857 2008-06-11  Glenn Morris  <rgm@gnu.org>
6858
6859         * gnus-util.el (x-focus-frame):
6860         * gnus.el (image-size):
6861         * mm-decode.el (image-size): Declare.
6862
6863         * gnus-picon.el (declare-function): Add compat definition.
6864         (image-size): Declare.
6865
6866         * gnus-group.el (tool-bar-map):
6867         * gnus-sum.el (tool-bar-map): Define for compiler.
6868
6869         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6870
6871         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6872
6873         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6874         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6875         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6876         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6877         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6878         * sieve-manage.el, spam-report.el, spam.el:
6879         Remove unnecessary eval-and-compile of autoloads.
6880
6881 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6882
6883         * auth-source.el: Precise Tramp doc.
6884
6885 2008-06-07  Glenn Morris  <rgm@gnu.org>
6886
6887         * nnmairix.el: Remove unnecessary eval-when-compile.
6888
6889 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6890
6891         * lpath.el: Fbind propertize for XEmacs 21.4.
6892
6893 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6894
6895         * nnir.el: Move here from ../contrib.
6896
6897 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6898
6899         * gnus-util.el (gnus-read-shell-command): New function.
6900         * mm-decode.el (mm-pipe-part):
6901         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6902
6903 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6904
6905         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6906
6907 2008-06-03  Glenn Morris  <rgm@gnu.org>
6908
6909         * pop3.el (nnheader-accept-process-output): Autoload it.
6910
6911 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6912
6913         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6914         are not 2-digit hexadecimal characters that follow `%'s.
6915
6916 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6917
6918         * message.el (message-bogus-recipient-p): Fix type in doc string.
6919         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6920         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6921         Improve custom options.
6922         (message-bogus-recipient-p): Adjust accordingly.
6923
6924 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6925
6926         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6927         long-form month and day names.
6928
6929 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6930
6931         * dgnushack.el: Autoload debug, eudc-expand-inline and
6932         pgg-snarf-keys-region for XEmacs.
6933
6934         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6935
6936         * nnmairix.el: Require edmacro when compiling with XEmacs.
6937
6938 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6939
6940         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6941         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6942
6943 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6944
6945         * auth-source.el: Add more docs.
6946
6947         * netrc.el (netrc-machine): Always match if the port is not given.
6948
6949 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6950
6951         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6952         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6953         retrieval faster in some cases, but might make CPU usage larger.
6954         If this has any bad side effects, we might revert this change.
6955
6956         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6957         seems to make mail retrieval much, much faster.
6958         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6959         unconditionally.
6960
6961         * gnus-draft.el (gnus-group-send-queue):
6962         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6963
6964 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6965
6966         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6967
6968         * message.el (message-bogus-address-regexp): Fix and improve custom
6969         type.
6970         (message-setup-hook): Add message-check-recipients as custom option.
6971
6972 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6973
6974         * message.el (message-cite-function): Remove bogus autoload which crept
6975         in during merge from v5-10.
6976
6977 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6978
6979         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6980
6981         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6982
6983         * auth-source.el: Preliminary Tramp docs.
6984         (auth-sources): Change the default auth-sources to use
6985         EPA .gpg files.
6986
6987 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6988
6989         * nntp.el: Autoload `auth-source-user-or-password'.
6990         (nntp-send-authinfo): Use it.
6991
6992         * nnimap.el: Autoload `auth-source-user-or-password'.
6993         (nnimap-open-connection): Use it.
6994
6995         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6996         for the gnus-message function.
6997         (auth-source-user-or-password): Use it.
6998
6999 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7000
7001         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7002         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7003         (rfc2104-hash): Use it.
7004
7005 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7006
7007         * gnus-art.el (gnus-article-toggle-truncate-lines):
7008         Don't use `iff' in docstring.
7009
7010 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7011
7012         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7013
7014         * gnus-util.el (gnus-extract-address-component-name)
7015         (gnus-extract-address-component-email): Convenience functions around
7016         `gnus-extract-address-components'.
7017
7018         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7019         Use `gnus-extract-address-component-email' to fix bug of comparing full
7020         sender name to `user-mail-address'.
7021
7022 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7023
7024         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7025         catch/throw to optimize.
7026         (gnus-registry-find-keywords): Just use member to find a keyword.
7027
7028 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7029
7030         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7031         is current before calling gnus-server-prepare.
7032         (gnus-server-setup-buffer, gnus-server-update-server)
7033         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7034
7035 2008-05-04  Juri Linkov  <juri@jurta.org>
7036
7037         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7038         (mailcap-file-default-commands): Use mailcap-replace-in-string
7039         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7040         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7041
7042 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7043
7044         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7045
7046 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7047
7048         * gnus.el: Bump version to 0.11.
7049
7050 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7051
7052         * gnus.el: No Gnus v0.10 is released.
7053
7054 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7055
7056         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7057         hooks.
7058         (gnus-update-read-articles): Speed up non-marks-using users.
7059         (gnus-use-marks): Define gnus-use-marks.
7060         (gnus-propagate-marks): Rename variable to something more sensible.
7061
7062 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7063
7064         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7065         (gmm-image-load-path-for-library): Fix typos in docstrings.
7066         (gmm-message): Reflow docstring.
7067
7068 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7069
7070         * mail-source.el (mail-source-set-1, mail-source-bind):
7071         Move auth-source code out of the macro to clean it up and fix bugs.
7072
7073 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7074
7075         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7076         by sender if it's equal to user-mail-address, it's likely to be
7077         useless.
7078
7079         * mail-source.el (mail-source-bind): Don't use user or password if they
7080         are not bound.  Unintern them if they are nil.  Don't use server unless
7081         it's bound, and default it to empty string otherwise.
7082
7083 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7084
7085         * mail-source.el: Load auth-source.el.
7086         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7087         get user name or password, if auth-sources is set up.
7088
7089         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7090         strategy of splitting with parent.
7091         (gnus-registry-split-fancy-with-parent)
7092         (gnus-registry-post-process-groups): Use it and fix prior
7093         bug (returning a list as the split result).
7094
7095         * auth-source.el (auth-sources): Remove server parameter.
7096         (auth-source-pick, auth-source-user-or-password)
7097         (auth-source-user-or-password-imap)
7098         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7099         (auth-source-user-or-password-sftp)
7100         (auth-source-user-or-password-smtp): Remove server parameter.
7101
7102 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7103
7104         * smime.el (smime-sign-region, smime-encrypt-region)
7105         (smime-decrypt-region):
7106         Remove redundant calls to `generate-new-buffer-name'.
7107
7108 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7109
7110         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7111         Don't use QP for message/rfc822.
7112         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7113
7114 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7115
7116         * sieve-manage.el (sieve-string-bytes): Remove.
7117         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7118         correct byte-length only if the process's coding-system is the same as
7119         the one used internally by Emacs to represent strings.
7120
7121 2008-04-22  Juri Linkov  <juri@jurta.org>
7122
7123         * mailcap.el (mailcap-file-default-commands): New function.
7124
7125 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7126
7127         * message.el (message-signature-separator, message-cite-function):
7128         Change custom version.
7129
7130 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7131
7132         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7133         commands.
7134         (tls-checktrust): Ditto.
7135
7136 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7137
7138         * mm-decode.el (mm-display-external): Make temp file read-only.
7139
7140 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7141
7142         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7143         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7144         `C-c C-f d'.
7145
7146 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7147
7148         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7149
7150 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7151
7152         * gnus.el: Bump version to 0.9.
7153
7154 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7155
7156         * gnus.el: No Gnus v0.8 is released.
7157
7158 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7159
7160         * mail-source.el (mail-source-value):
7161         Prefer fboundp to functionp so it works with macros as well.
7162
7163 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7164
7165         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7166         Fix last change in case the element is not even a symbol.
7167
7168 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7169
7170         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7171         Prefer fboundp to functionp so it works with macros as well.
7172
7173 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7174
7175         * auth-source.el: Add docs.
7176         (auth-sources): Modify format to support server.
7177         (auth-source-pick, auth-source-user-or-password)
7178         (auth-source-user-or-password-imap)
7179         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7180         (auth-source-user-or-password-sftp)
7181         (auth-source-user-or-password-smtp): Add server parameter.
7182
7183 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7184
7185         * gnus-registry.el: Initialize the registry when gnus-registry-install
7186         is t.
7187
7188 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7189
7190         * compface.el (uncompface): Make buffer unibyte.
7191
7192 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7193
7194         * mail-source.el (mail-source-value):
7195         Prefer fboundp to functionp so it works with macros as well.
7196
7197 2008-04-05  Glenn Morris  <rgm@gnu.org>
7198
7199         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7200
7201 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7202
7203         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7204         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7205
7206         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7207         multibyteness after rather than before erasing it.
7208
7209         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7210         mm-with-multibyte.
7211         (gnus-request-article-this-buffer): Make sure the proper decoding is
7212         used if gnus-original-article-buffer happens to be unibyte.
7213
7214         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7215         default-enable-multibyte-characters.
7216
7217         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7218         default-enable-multibyte-characters.
7219
7220         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7221
7222         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7223
7224 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7225
7226         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7227         Fix last change in case the element is not even a symbol.
7228
7229 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7230
7231         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7232         (imap-message-copyuid-1): Use it.
7233         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7234         J. Williams in
7235         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7236
7237         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7238         imap-enable-exchange-bug-workaround.
7239         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7240
7241 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7242
7243         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7244         a 100 byte status-checks into a 2-3MB transfer for each group.
7245         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7246         to enable bug workaround or not.
7247         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7248
7249 2008-03-31  Glenn Morris  <rgm@gnu.org>
7250
7251         * message.el (mml2015-use): Declare for compiler.
7252         (message-info): Require mml2015 when appropriate.
7253
7254 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7255
7256         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7257         whitespace.
7258
7259 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7260
7261         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7262         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7263         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7264         (nntp-service-to-port): New function.
7265         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7266         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7267         (nntp-open-netcat-stream): New function.
7268         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7269
7270 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7271
7272         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7273
7274 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7275
7276         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7277
7278 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7279
7280         * dns.el (dns-write): Use set-buffer-multibyte.
7281
7282 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7283
7284         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7285
7286 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7287
7288         * message.el (message-signature-separator): Change default.
7289         Improve custom type.
7290         (message-cite-function): Change default to
7291         message-cite-original-without-signature.
7292
7293         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7294         toggle.
7295
7296         * message.el (message-check-news-body-syntax): Fix signature check.
7297         (message-setup-1): Mark buffer as unmodified _after_ running
7298         message-setup-hook and handling message-alternative-emails.
7299         (message-shorten-references): Be more strict when building list of
7300         valid references to comply with GNKSA.
7301
7302         * gnus-group.el (gnus-read-ephemeral-bug-group)
7303         (gnus-read-ephemeral-debian-bug-group)
7304         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7305
7306         * message.el (message-info): Don't use booleanp which isn't supported
7307         in Emacs 21 and XEmacs.
7308
7309 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7310
7311         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7312         gnus-group-gmane-group-download-format.
7313         (gnus-group-read-ephemeral-gmane-group): Rename from
7314         gnus-group-read-ephemeral-gmane-group.
7315         (gnus-read-ephemeral-gmane-group-url): Rename from
7316         gnus-group-read-ephemeral-gmane-group-url.
7317         (gnus-bug-group-download-format-alist): New variable.
7318         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7319         (gnus-read-ephemeral-emacs-bug-group): New commands.
7320
7321 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7322
7323         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7324         (gnus-visible-headers): Improve custom type.
7325
7326 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7327
7328         * mml.el (mml-menu): Add workarounds for XEmacs.
7329
7330         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7331         X-Boundary header.
7332
7333         * message.el (message-simplify-recipients): Fix previous commit.
7334
7335 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7336
7337         * mm-util.el (mm-set-buffer-multibyte): New function.
7338         * mm-decode.el (mm-copy-to-buffer): Use it.
7339
7340         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7341         Prefer fboundp to functionp so it works with macros as well.
7342
7343 2008-03-19  Glenn Morris  <rgm@gnu.org>
7344
7345         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7346         Accidentally removed in the sync process with Emacs.
7347
7348 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7349
7350         * message.el (message-alter-recipients-discard-bogus-full-name):
7351         New function.
7352         (message-alter-recipients-function): New variable.
7353         (message-get-reply-headers): Use it.
7354         (message-replace-header): New helper function.
7355         (message-recipients-without-full-name): New variable.
7356         (message-simplify-recipients): New command.
7357
7358         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7359
7360         * message.el (message-info): Handle EasyPG manual.
7361
7362         * mml.el (mml-menu): Add entry for EasyPG.
7363
7364 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7365
7366         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7367         parameter.
7368
7369         * message.el (message-disassociate-draft): Specify drafts group name
7370         fully.
7371
7372 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7373
7374         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7375         Eliminate unnecessary duplicates from the match list.
7376
7377 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7378
7379         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7380
7381         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7382
7383         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7384         args of `how-many' of which the XEmacs version doesn't take; declare
7385         Info-index-next as function.
7386
7387 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7388
7389         * gnus-score.el (gnus-score-headers): Fix handling of
7390         gnus-inhibit-slow-scoring.
7391
7392         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7393         string.
7394         (gnus-button-url-regexp): Improve handling of parenthesis.
7395         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7396         (gnus-button-handle-info-keystrokes): Handle index entries.
7397
7398 2008-03-15  Glenn Morris  <rgm@gnu.org>
7399
7400         * parse-time.el (parse-time-string): Simplify.
7401
7402 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7403
7404         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7405         Incoming* files.
7406
7407 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7408
7409         * auth-source.el (auth-sources): Rename from auth-source-choices.
7410         (auth-source-pick): Use it.
7411
7412 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7413
7414         * binhex.el (binhex-decode-region-internal):
7415         * uudecode.el (uudecode-decode-region-internal):
7416         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7417         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7418         setting default-enable-multibyte-characters.
7419
7420 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7421
7422         * auth-source.el (auth-source-protocols)
7423         (auth-source-protocols-customize, auth-source-choices): Add and
7424         modified variable customizations and defaults.
7425         (auth-source-pick, auth-source-user-or-password)
7426         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7427         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7428         (auth-source-user-or-password-sftp)
7429         (auth-source-user-or-password-smtp): Use new variables and provide an
7430         interface to netrc.el.
7431
7432 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7433
7434         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7435         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7436         Make sure the nntp port to specify is a string.
7437
7438 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7439
7440         * nntp.el: Use with-current-buffer.
7441         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7442         dubious mm-with-unibyte-current-buffer.
7443         (nntp-with-open-group-function): New function extracted from
7444         nntp-with-open-group macro.
7445         (nntp-with-open-group): Use the function, so it's easier to debug.
7446         Add indentation and debugging info.
7447         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7448         Recommend the use of the netcat alternatives.
7449
7450         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7451         Avoid mm-string-as-multibyte as well.
7452
7453         * nnweb.el (nnweb-insert-html):
7454         Remove use of nnheader-string-as-multibyte.
7455
7456         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7457         (nnheader-string-as-multibyte): Remove.
7458
7459         * mm-view.el: Use inhibit-read-only.
7460         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7461         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7462         or unibyte-string.
7463
7464         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7465         (mm-uu-yenc-extract): Use with-current-buffer.
7466
7467         * gnus-soup.el (gnus-soup-send-packet): Don't use
7468         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7469
7470         * nnmh.el: Use with-current-buffer.
7471         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7472         mm-string-as-multibyte on the output of mm-encode-coding-string.
7473
7474         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7475         (nnimap-request-move-article): Use with-current-buffer.
7476
7477         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7478         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7479         conversion uses string-make-unibyte rather than string-as-unibyte.
7480
7481         * gnus-msg.el: Use with-current-buffer.
7482
7483         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7484
7485 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7486
7487         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7488         string for caching if it is 'PIN.
7489
7490 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7491
7492         * lpath.el: Consider the case without Emacs/W3.
7493
7494 2008-03-08  Glenn Morris  <rgm@gnu.org>
7495
7496         * time-date.el (date-to-time, time-subtract, time-add)
7497         (safe-date-to-time): Doc fixes.
7498
7499 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7500
7501         * mail-source.el (mail-source-delete-old-incoming-confirm):
7502         Change default to nil.
7503         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7504
7505 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7506
7507         * lpath.el: Rearrange.
7508
7509         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7510         (gnus-article-goto-prev-page): Work for articles having ^L's.
7511
7512         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7513
7514         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7515
7516 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7517
7518         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7519         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7520         (gnus-bookmark-jump): Adjust some variable names.
7521
7522 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7523
7524         * auth-source.el: New package.
7525         (auth-source-choices): Add customization entry point variable.
7526
7527         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7528         bug.
7529
7530 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7531
7532         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7533         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7534         (gnus-registry-install-shortcuts): Rename from
7535         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7536         the `gnus-registry-mark-map' keymap dynamically from
7537         `gnus-registry-marks'.  The generated functions update the summary line
7538         when a registry mark is added or deleted, and will call
7539         `gnus-registry-install-p' (see the comments in the code).
7540         (gnus-registry-user-format-function-M): Use concat intelligently.
7541
7542         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7543         the registry mark functions.
7544
7545 2008-03-05  Glenn Morris  <rgm@gnu.org>
7546
7547         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7548         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7549         gnus-art.
7550         (top-level): No need to load own source when compiling.
7551
7552 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7553
7554         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7555         Suggested by <chris.anderton@zetnet.co.uk>.
7556
7557 2008-03-04  Glenn Morris  <rgm@gnu.org>
7558
7559         * gnus-sum.el (top-level): No need to require gnus when compiling,
7560         since unconditionally required near start of file.
7561         (gnus-summary-display-while-building): Move definition before use.
7562
7563 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7564
7565         * gnus-registry.el (gnus-registry-user-format-function-M):
7566         Add formatting function.
7567
7568 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7569
7570         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7571         with plists.
7572         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7573         Use new format.
7574
7575 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7576
7577         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7578         `where-is-internal' that returns a range of key sequences.
7579
7580 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7581
7582         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7583
7584         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7585         (gnus-summary-jump-to-group): Consider windows on other displayed
7586         frames as well.  Similar changes might be needed elsewhere, but that's
7587         the one I've bumped into during my use.
7588
7589         * nndoc.el (nndoc-oe-dbx-type-p):
7590         * gnus-msg.el (gnus-debug):
7591         * gnus-group.el (gnus-update-group-mark-positions):
7592         Use mm-string-to-multibyte.
7593
7594 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7595
7596         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7597         doesn't handle NotDashEscaped.
7598
7599         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7600         (mml-dnd-attach-options): Fix typo in custom choice.
7601
7602         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7603         Change nndoc-article-type to mbox.
7604         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7605
7606         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7607         to nil, instead of html2text.
7608
7609         * imap.el (imap-debug): Add `imap-ping-server'.
7610
7611         * gnus-bookmark.el: Add FIXMEs.
7612
7613         * message.el (message-form-letter-separator)
7614         (message-send-form-letter-delay): New variables.
7615         (message-send-form-letter): Use them.  New command to send form
7616         letters.  Requested by Uwe Siart.
7617         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7618
7619 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7620
7621         * Update copyright years.
7622
7623 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7624
7625         Sync from EMACS_22_BASE.
7626
7627         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7628
7629 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7630
7631         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7632         empty author.
7633
7634 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7635
7636         * gnus-registry.el (gnus-registry-marks): Add variable for
7637         customization of marks and their appearance.
7638         (gnus-registry-read-mark): Use it.
7639         (gnus-registry-do-marks): Add utility function to loop through
7640         `gnus-registry-marks'.
7641         (gnus-registry-install-shortcuts-and-menus): Add function to install
7642         shortcuts and menus.
7643         (gnus-registry-initialize): Use it.
7644         (gnus-registry-default-mark): Clarify documentation.
7645
7646 2008-02-29  Glenn Morris  <rgm@gnu.org>
7647
7648         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7649         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7650         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7651         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7652         Change defcustom :version from 23.0 to 23.1.
7653
7654 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7655
7656         * gnus-registry.el (gnus-registry-follow-group-p)
7657         (gnus-registry-post-process-groups): Add functions to aid registry
7658         splitting and improve logging.  Clarify behavior in function
7659         documentation.
7660         (gnus-registry-split-fancy-with-parent): Use them.
7661
7662 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7663
7664         * gnus-art.el: Use with-current-buffer.
7665
7666 2008-02-27  David Engster  <dengste@eml.cc>
7667
7668         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7669         Express real group name in the response.
7670
7671 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7672
7673         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7674         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7675         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7676         autoload gnus-registry-fetch-group when compiling.
7677         (nnmairix-request-group-with-article-number-correction):
7678         Remove unreferenced argument passed to nnmairix-call-backend.
7679
7680 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7681
7682         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7683         (mm-uu-extract): Improve face for low color ttys.
7684         Reported by Sascha Wilde.
7685
7686 2008-02-27  Glenn Morris  <rgm@gnu.org>
7687
7688         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7689         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7690         variables to defconsts.  Convert comments to doc-strings.
7691         (nnmairix-last-server, nnmairix-current-server): Convert from free
7692         variables to defvars.  Convert comments to doc-strings.
7693         (gnus-registry-fetch-group): Autoload.
7694         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7695         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7696         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7697         caddr.
7698         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7699         nnmairix-request-group-with-article-number-correction call.
7700         (nnmairix-fast, nnmairix-group): New, less general names, for free
7701         variables passed from nnmairix-request-group to
7702         nnmairix-request-group-with-article-number-correction.  Declare.
7703         (nnmairix-request-group-with-article-number-correction):
7704         Use nnmairix-fast, nnmairix-group rather than fast, group.
7705
7706 2008-02-26  David Engster  <dengste@eml.cc>
7707
7708         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7709         version 0.5.
7710
7711 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7712
7713         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7714         instead of making an extra function call.  Don't add the current group
7715         to articles only when they have the group.  Use
7716         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7717         Reported by David <de_bb@arcor.de>.
7718
7719 2008-02-24  Miles Bader  <miles@gnu.org>
7720
7721         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7722         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7723         (mm-find-mime-charset-region):
7724         * mm-bodies.el (mm-encode-body):
7725         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7726
7727 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7728
7729         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7730         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7731
7732 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7733
7734         * mail-source.el (mail-source-delete-incoming): Change default.
7735         Supplement doc string.
7736
7737         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7738
7739 2008-02-14  Glenn Morris  <rgm@gnu.org>
7740
7741         * time-date.el (format-seconds): New function.
7742
7743 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7744
7745         * nnmail.el (nnmail-message-id-cache-file): Derive from
7746         `gnus-home-directory'.
7747
7748 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7749
7750         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7751         Document negative prefix.
7752
7753         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7754
7755 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7756
7757         * message.el (message-unsent-separator): Add the Exim bounce
7758         separator.
7759
7760 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7761
7762         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7763         list.
7764         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7765         recipient/signer list.
7766
7767 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7768
7769         * Makefile.in (datarootdir): Define.
7770         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7771         name that might contain whitespace.
7772
7773 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7774
7775         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7776         fbound (Emacs 23 unicode), signal an error.
7777
7778 2008-02-08  Glenn Morris  <rgm@gnu.org>
7779
7780         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7781
7782 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7783
7784         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7785         ports to the calls to `netrc-machine-user-or-password' in addition to
7786         "imap" and "imaps".
7787
7788 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7789
7790         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7791
7792         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7793
7794 2008-02-01  Kenichi Handa  <handa@m17n.org>
7795
7796         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7797         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7798         (rfc2104-hash): Convert the result of concat to unibyte string.
7799
7800 2008-02-01  Dave Love  <fx@gnu.org>
7801
7802         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7803         coding-system-for-read.
7804         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7805
7806 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7807
7808         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7809         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7810         <hanche@math.ntnu.no>.
7811
7812 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7813
7814         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7815
7816         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7817
7818 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7819
7820         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7821         * message.el (message-beginning-of-line): Use featurep instead of bound
7822         tests in order to resolve conditionals at compile time.
7823
7824 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7825
7826         * mail-source.el (mail-sources): Add `group' choice.
7827
7828         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7829         parameter `in-group' to control into which group the articles go.
7830         Add treatment of `group' mail-source.
7831
7832 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7833
7834         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7835
7836         * mm-decode.el (mm-dissect-buffer): Decode description.
7837
7838         * mml.el (mml-to-mime): Encode message header first.
7839
7840 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7841
7842         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7843         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7844
7845         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7846         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7847
7848 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7849
7850         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7851
7852 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7853
7854         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7855         prefix keys.
7856         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7857         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7858         gnus-xmas.el.
7859
7860         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7861         (gnus-xmas-article-describe-bindings): New function.
7862         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7863         gnus-xmas-article-describe-bindings.
7864
7865         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7866
7867 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7868
7869         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7870         Add new variables for article mark management.
7871         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7872         list of extra data entries which, when present, will indicate that the
7873         article ID should not be trimmed from the registry.
7874         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7875         functions.
7876         (gnus-registry-read-mark): New function to read a mark name from the
7877         user.
7878         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7879         (gnus-registry-set-article-mark-internal): New functions to add and
7880         remove marks.
7881         (gnus-registry-get-article-marks): New function to show the marks for
7882         an article, or retrieve them for further use.
7883
7884 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7885
7886         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7887         keys when no argument is given.
7888
7889 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7890
7891         * imap.el (imap-ping-server): New variable.
7892         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7893         (imap-ping-server): Minor doc string fixes.
7894
7895 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7896
7897         * imap.el (imap-ping-server): New function.
7898         (imap-opened): Call imap-ping-server.
7899
7900 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7901
7902         * gnus-sum.el (gnus-article-sort-by-random)
7903         (gnus-thread-sort-by-random): Fix doc strings.
7904         Reported by jidanni@jidanni.org.
7905
7906 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7907
7908         * gnus-art.el (gnus-article-describe-bindings): New function.
7909         (gnus-article-read-summary-keys): Use it.
7910         (gnus-article-mode-map): Bind `C-h b' to it.
7911
7912 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7913
7914         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7915         XEmacs.
7916         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7917         Protect against non-character events.
7918
7919         * lpath.el: Fbind map-keymap for Emacs 21.
7920
7921 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7922
7923         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7924         New command.
7925         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7926         instead of END.  Change name of the temp file.
7927         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7928         customizable.
7929
7930 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7931
7932         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7933         bind `S W' to gnus-article-wide-reply-with-original; set default
7934         binding to gnus-article-read-summary-send-keys.
7935         (gnus-article-read-summary-keys): Fix the order of keys; display
7936         continuation keys correctly in the echo area; describe bindings
7937         correctly when keys end with `C-h'.
7938         (gnus-article-read-summary-send-keys): New function.
7939         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7940         Work for gnus-article-read-summary-send-keys; display continuation keys
7941         correctly in the echo area.
7942         (gnus-article-reply-with-original): Ignore prefix argument.
7943         (gnus-article-wide-reply-with-original): New function.
7944
7945         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7946         Emacs 21.
7947
7948 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7949
7950         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7951         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7952
7953 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7954
7955         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7956         (gnus-group-read-ephemeral-gmane-group): New command.
7957
7958 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7959
7960         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7961
7962 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7963
7964         * message.el (message-send-mail-function): Increase custom version.
7965
7966         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7967         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7968
7969 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7970
7971         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7972         for the cases where imap-authenticate is called with a nil buffer
7973         parameter.
7974
7975 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7976
7977         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7978         html parts correctly; support forwarded messages.
7979         (gnus-article-browse-html-article): Remove work buffers.
7980
7981         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7982         compiling.
7983         (netrc-bound-and-true-p): New macro.
7984         (netrc-parse): Use it instead of bound-and-true-p that is not available
7985         in XEmacs 21.4.
7986
7987 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7988
7989         * gnus-registry.el (gnus-registry-mark-article)
7990         (gnus-registry-article-marks): Add functionality to mark articles
7991         through the Gnus registry.
7992
7993         * encrypt.el: Clarify documentation for the new pgg method.
7994         (encrypt-file-alist): Add PGG option.
7995         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7996         functionality.  Abstract password key and messaging to external
7997         functions.
7998         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7999         (encrypt-message-method-and-cipher): Add new convenience external
8000         functions.
8001         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8002         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8003
8004         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8005         (netrc-parse): Use encrypt-file-alist to determine if
8006         encrypt-find-model or encrypt-insert-file-contents should be used.
8007
8008         * encrypt.el: Clarify documentation.  Load password-cache or
8009         password, whichever one is found first, instead of autoloading.
8010
8011 2007-12-19  Glenn Morris  <rgm@gnu.org>
8012
8013         * mml.el (message-options-set, message-narrow-to-head)
8014         (message-in-body-p, message-mail-p, message-encode-message-body):
8015         Autoload.
8016         (message-remove-header, message-narrow-to-headers-or-head)
8017         (message-subscribed-p, message-make-mail-followup-to)
8018         (message-position-on-field, message-news-p)
8019         (message-options-set-recipient, message-generate-headers)
8020         (message-sort-headers): Declare as functions.
8021
8022 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8023
8024         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8025         convention in doc string.
8026
8027 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8028
8029         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8030         title to html parts.
8031         (gnus-article-browse-html-article): Pass message header to it.
8032
8033         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8034
8035 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8036
8037         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8038         or password compatible with XEmacs.
8039
8040 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8041
8042         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8043         format document.
8044         (gnus-mime-delete-part): Don't write description line if empty.
8045         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8046
8047 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8048
8049         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8050         (gnus-summary-mark-read-and-unread-as-read)
8051         (gnus-summary-mark-current-read-and-unread-as-read)
8052         (gnus-summary-mark-unread-as-ticked): Doc fix.
8053         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8054
8055 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8056
8057         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8058         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8059
8060 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8061
8062         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8063         yes-or-no-p.
8064
8065 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8066
8067         * mm-decode.el (mm-add-meta-html-tag): New function.
8068         (mm-save-part-to-file, mm-pipe-part): Use it.
8069
8070         * gnus-art.el (gnus-article-browse-delete-temp-files):
8071         Use gnus-y-or-n-p instead of y-or-n-p.
8072         (gnus-article-browse-html-parts): Work with message/external-body; use
8073         mm-add-meta-html-tag.
8074
8075 2007-12-11  Glenn Morris  <rgm@gnu.org>
8076
8077         * gnus-cache.el: Require gnus-sum not just when compiling.
8078
8079         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8080
8081         * gnus-int.el (gnus-server-opened, gnus-status-message):
8082         Move definitions before use.
8083
8084         * mm-decode.el: Require gnus-util.
8085         (mm-remove-part): Only call delete-annotation on XEmacs.
8086
8087         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8088
8089         * nnmail.el: Require gnus-int.
8090
8091         * spam.el: Move `require's before `eval-when-compile's.
8092
8093         * gnus-ems.el (gnus-alive-p):
8094         * gnus-fun.el (message-goto-eoh):
8095         * gnus-util.el (gnus-group-name-decode):
8096         * mail-source.el (gnus-compress-sequence):
8097         * message.el (Info-goto-node, format-spec):
8098         * mm-bodies.el (message-options-get):
8099         * mm-decode.el (mm-view-pkcs7):
8100         * mm-util.el (gmm-write-region):
8101         * mml-smime.el (mml-compute-boundary)
8102         (gnus-completing-read-with-default):
8103         * mml.el (widget-button-press, gnus-make-hashtable):
8104         * mml1991.el (mm-decode-content-transfer-encoding)
8105         (mm-encode-content-transfer-encoding)
8106         (message-options-get, message-options-set):
8107         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8108         * nnfolder.el (gnus-request-group):
8109         * nnheader.el (ietf-drums-unfold-fws):
8110         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8111         * smime.el (gnus-run-mode-hooks):
8112         * spam-stat.el (gnus-message): Autoload.
8113
8114         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8115         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8116         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8117         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8118         Add declare-function compatibility definition.
8119
8120         * gnus-cache.el (nnvirtual-find-group-art):
8121         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8122         (gnus-add-image, gnus-add-wash-type):
8123         * gnus-group.el (nnkiboze-score-file):
8124         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8125         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8126         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8127         (message-tokenize-header, gnus-get-buffer-create)
8128         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8129         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8130         * gnus.el (gnus-group-decoded-name):
8131         * mail-source.el (imap-capability):
8132         * mm-bodies.el (message-options-set):
8133         * mm-decode.el (gnus-configure-windows):
8134         * mm-extern.el (message-goto-body):
8135         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8136         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8137         (epg-sub-key-validity, message-options-set):
8138         * mml.el (widget-event-point, gnus-configure-windows):
8139         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8140         * mml2015.el (epg-check-configuration, epg-configuration)
8141         (message-options-set):
8142         * nndb.el (nndb-request-article):
8143         * nnfolder.el (gnus-request-create-group):
8144         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8145         * nnmaildir.el (gnus-group-mark-article-read):
8146         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8147         * rfc1843.el (message-fetch-field):
8148         * spam.el (gnus-extract-address-components):
8149         Declare as functions.
8150
8151 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8152
8153         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8154
8155         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8156
8157         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8158         bind show-trailing-whitespace for XEmacs.
8159
8160 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8161
8162         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8163         new no-op macro for backward compatibility.
8164
8165         * imap.el (imap-string-to-integer): New function.
8166
8167 2007-12-09  Glenn Morris  <rgm@gnu.org>
8168
8169         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8170
8171         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8172         * message.el, mm-view.el, sieve-manage.el, smime.el:
8173         Add declare-function compatibility definition.
8174
8175         * gnus-art.el (w3-region, w3m-region, Info-menu):
8176         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8177         * gnus-sum.el (gnus-get-predicate):
8178         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8179         * message.el (mail-abbrev-in-expansion-header-p):
8180         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8181         (w3m-detect-meta-charset, w3m-region):
8182         * sieve-manage.el (password-read, password-cache-add)
8183         (password-cache-remove):
8184         * smime.el (password-read-and-add): Declare as functions.
8185
8186 2007-12-08  David Kastrup  <dak@gnu.org>
8187
8188         * gnus-sum.el (gnus-summary-simplify-subject-query):
8189         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8190         `message'.
8191
8192 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8193
8194         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8195         it to bind idna-program, installation-directory, defined-colors, and
8196         face-attribute for XEmacs of the version that compiles defcustom forms.
8197
8198 2007-12-07  Glenn Morris  <rgm@gnu.org>
8199
8200         * gnus-art.el (article-make-date-line): Revert previous change.
8201
8202 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8203
8204         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8205
8206 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8207
8208         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8209         Call gnus-add-to-range ranges only once with a prepared article-list.
8210
8211 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8212
8213         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8214         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8215         group names with backslashes.
8216         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8217
8218 2007-12-06  Deepak Goel  <deego3@gmail.com>
8219
8220         * gnus-art.el (article-make-date-line):
8221         * gnus-start.el (gnus-load):
8222         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8223
8224 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8225
8226         * gnus-art.el (gnus-use-idna)
8227         * gnus-start.el (gnus-site-init-file)
8228         * message.el (message-use-idna)
8229         * mm-uu.el (mm-uu-hide-markers)
8230         * smiley.el (smiley-style): Revert changes that suppress warnings.
8231
8232 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8233
8234         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8235         specify charset to html source.
8236         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8237
8238 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8239
8240         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8241         idna-program in order to suppress byte compile warning issued by XEmacs
8242         that came to byte compile the default value section of defcustom forms
8243         recently.
8244
8245         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8246         value of installation-directory.
8247
8248         * message.el (message-use-idna): Don't directly refer to the value of
8249         idna-program.
8250
8251         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8252
8253         * smiley.el (smiley-style): Don't directly call face-attribute.
8254
8255 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8256
8257         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8258
8259         * gnus-dired.el: Reduce Gnus dependencies.
8260         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8261         Don't require.  Use autoloads instead.
8262         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8263         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8264         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8265         (gnus-dired-mode): Adjust doc string.
8266         (gnus-dired-mail-mode): New variable.
8267         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8268         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8269         (gnus-dired-mail-buffers): New function.  Return mail or message
8270         composition buffers.
8271         (gnus-dired-attach): Use it.
8272         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8273         NO-DECODE.
8274         (gnus-dired-print): Use `gnus-print-buffer' depending on
8275         `gnus-dired-mail-mode'.
8276
8277 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8278
8279         * rfc2047.el (rfc2047-encoded-word-regexp)
8280         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8281         explaining what regexp patterns are for.
8282
8283 2007-12-04  Glenn Morris  <rgm@gnu.org>
8284
8285         * password.el: Move to password-cache.el.
8286
8287         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8288         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8289         * mml-smime.el (password-read, password-cache-add)
8290         (password-cache-remove):
8291         No need to autoload, since mml-sec requires password.
8292
8293         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8294         * message.el (gnus-extract-address-components):
8295         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8296
8297         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8298         password.
8299
8300 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8301
8302         * mailcap.el: Reduce dependencies.
8303         (mail-header-parse-content-type): Autoload.
8304         (mailcap-delete-duplicates): New alias.
8305         (mailcap-mime-info): Add optional argument NO-DECODE.
8306         (mailcap-mime-types): Use mailcap-delete-duplicates.
8307
8308         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8309
8310 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8311
8312         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8313         (imap-parse-status): Upcase status-att for servers that sends them
8314         lower-case (e.g., MS Exchange 2007).
8315
8316 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8317
8318         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8319         function.
8320
8321         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8322         (gnus-uu-yenc-article): New function.
8323
8324         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8325
8326         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8327
8328 2007-12-02  Glenn Morris  <rgm@gnu.org>
8329
8330         * binhex.el (binhex): New custom group.
8331         (binhex-decoder-program, binhex-decoder-switches)
8332         (binhex-use-external): Move to the binhex custom group.
8333
8334         * uudecode.el (uudecode): New custom group.
8335         (uudecode-decoder-program, uudecode-decoder-switches)
8336         (uudecode-use-external): Move to the uudecode custom group.
8337
8338         * netrc.el (top-level): Don't load `encrypt' features.
8339         (netrc-parse): Don't use encrypt.
8340         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8341
8342         * encrypt.el: Remove file.
8343
8344 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8345
8346         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8347         matches on patches.
8348
8349         * gnus-art.el (gnus-article-browse-html-article):
8350         Mention `mm-text-html-renderer' in the doc string.
8351
8352         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8353         string.  Add comments.
8354
8355         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8356         if rhs is ASCII.
8357
8358 2007-12-01  Glenn Morris  <rgm@gnu.org>
8359
8360         * mail-source.el (top-level): Require format-spec before
8361         eval-when-compile.
8362
8363 2007-11-30  Glenn Morris  <rgm@gnu.org>
8364
8365         * encrypt.el: Require password, rather than autoloading password-read.
8366
8367 2007-11-29  Glenn Morris  <rgm@gnu.org>
8368
8369         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8370         (sasl-make-client, sasl-next-step, sasl-step-data)
8371         (sasl-step-set-data): Declare as functions.
8372
8373 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8374
8375         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8376
8377 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8378
8379         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8380         certs should be verified and what is to be done in the event of a
8381         verification failure.
8382
8383         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8384         caller can indicate whether the cache should be disregarded for this
8385         call.  This way the result of the call is reproducible at all times and
8386         can be considered a canonical server name for the supplied method.
8387         (gnus-agent-method-p): Canonicalize server names by pushing their
8388         method through `gnus-method-to-server' using the no-cache argument.
8389
8390         * gnus-srvr.el (gnus-server-insert-server-line):
8391         Call `gnus-method-to-server' with `no-cache' argument.
8392
8393         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8394         gnus-agent-possibly-synchronize-flags as this should be called when the
8395         server is actually being opened.
8396         (gnus-agent-possibly-synchronize-flags)
8397         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8398         flags file of an agentized server to the latter function.
8399
8400         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8401         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8402         after a connection has been established successfully.
8403
8404 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8405
8406         * gnus-art.el (article-display-face): Force to display face if called
8407         interactively; check if gnus-article-x-face-too-ugly matches author.
8408         (article-display-x-face): Display face even if From header is missing
8409         as article-display-face does.
8410
8411 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8412
8413         * hashcash.el (message-narrow-to-headers-or-head)
8414         (message-fetch-field, message-goto-eoh)
8415         (message-narrow-to-headers): Declare as functions.
8416
8417 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8418
8419         * mail-source.el (mail-sources): Default to fetch from file for
8420         compatibility with default of nnmail-spool-file.
8421
8422 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8423
8424         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8425         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8426         to look for encoded word that should be encoded again.
8427         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8428         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8429         encoding pattern.
8430         (rfc2047-decode-region): Switch strict regexp and loose one according
8431         to rfc2047-allow-irregular-q-encoded-words.
8432
8433 2007-11-25  Romain Francoise  <romain@orebokech.com>
8434
8435         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8436
8437 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8438
8439         * tls.el (tls-program): Provide more custom choices from
8440         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8441         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8442
8443 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8444
8445         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8446         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8447
8448         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8449         `nnmail-spool-file'.
8450
8451         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8452         `nnmail-spool-file'.
8453
8454         * gnus-move.el (gnus-change-server): Ditto.
8455
8456         * gnus-kill.el (gnus-batch-score): Ditto.
8457
8458         * gnus-cache.el (gnus-jog-cache): Ditto.
8459
8460         * gnus-msg.el (gnus-summary-reply):
8461         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8462
8463 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8464
8465         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8466         version.  Minor improvement to doc strings.
8467         (tls-program): Add comment.
8468
8469 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8470
8471         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8472         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8473         mismatch between the hostname provided in the certificate and the name
8474         of the host connnecting to.
8475         (open-tls-stream): Use them.  Check certificates against trusted root
8476         certificates.
8477
8478 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8479
8480         * gnus-cache.el (gnus-cache-generate-nov-databases):
8481         Use nnml-generate-nov-databases-directory instead of
8482         nnml-generate-nov-databases-1.
8483
8484 2007-11-24  Glenn Morris  <rgm@gnu.org>
8485
8486         * message.el (message-tool-bar-retro): Update for rename
8487         mail_send.xpm->mail-send.xpm.
8488
8489 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8490
8491         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8492         `smime-ldap-search' for Emacs 22 and up.
8493
8494 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8495
8496         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8497
8498         * message.el (message-send-mail-function): Fix error convention.
8499         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8500         (message-widen-reply, message-send-mail, message-talkative-question)
8501         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8502         (message-clone-locals, message-send-news): Use with-current-buffer.
8503         (message-insert-or-toggle-importance): Remove unused var `valid'.
8504         (message-make-references): Remove unused var `new-references'.
8505         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8506
8507 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8508
8509         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8510         (spam-split-symbolic-return-positive): Reflow docstring.
8511         (spam-backends, spam-summary-exit-behavior)
8512         (spam-mark-ham-unread-before-move-from-spam-group)
8513         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8514         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8515         (spam-clear-cache, spam-backend-check, spam-install-backend)
8516         (spam-install-statistical-backend, spam-list-of-processors)
8517         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8518         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8519         (spam-check-crm114, spam-initialize, spam-unload-hook):
8520         Fix typos in docstrings.
8521
8522 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8523
8524         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8525         been checked if they have never been read and those group levels are
8526         higher than the one that a user specified.
8527
8528 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8529
8530         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8531         foreign groups unless a group level is specified by a user.
8532         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8533
8534 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8535
8536         * message.el (message-send-mail-function): Require sendmail.
8537
8538 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8539
8540         * message.el (message-send-mail-function): Check for smtpmail too.
8541
8542         * utf7.el (utf7-encode, utf7-decode): Use coding system
8543         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8544
8545         * message.el (message-send-mail-function): New function.
8546         (message-send-mail-function): Set default using
8547         message-send-mail-function.  Adjust doc string.
8548         (message-send-mail-with-mailclient): New function.
8549
8550 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8551
8552         * smime.el (from):
8553         * rfc2047.el (message-posting-charset):
8554         * qp.el (mm-use-ultra-safe-encoding):
8555         * pop3.el (parse-time-months):
8556         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8557         * nnml.el (files):
8558         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8559         (jka-compr-compression-info-list, ange-ftp-path-format)
8560         (efs-path-regexp):
8561         * nndiary.el (files):
8562         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8563         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8564         (epg-digest-algorithm-alist, inhibit-redisplay)
8565         (password-cache-expiry):
8566         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8567         (pgg-output-buffer, password-cache-expiry):
8568         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8569         (efs-path-regexp):
8570         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8571         (inhibit-redisplay):
8572         * mm-uu.el (file-name, start-point, end-point, entry)
8573         (gnus-newsgroup-name, gnus-newsgroup-charset):
8574         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8575         (latin-unity-ucs-list):
8576         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8577         (mm-uu-binhex-decode-function):
8578         * message.el (gnus-message-group-art, gnus-list-identifiers)
8579         (rmail-enable-mime-composing, gnus-local-organization)
8580         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8581         (gnus-read-active-file, facemenu-add-face-function)
8582         (facemenu-remove-face-function, gnus-article-decoded-p)
8583         (tool-bar-mode):
8584         * mail-source.el (display-time-mail-function):
8585         * gnus-util.el (nnmail-pathname-coding-system)
8586         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8587         (gnus-original-article-buffer, gnus-user-agent)
8588         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8589         (xemacs-codename, sxemacs-codename, emacs-program-version):
8590         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8591         * gnus-start.el (gnus-agent-covered-methods)
8592         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8593         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8594         (gnus-newsgroup-headers, gnus-group-list-mode)
8595         (gnus-group-mark-positions, gnus-newsgroup-data)
8596         (gnus-newsgroup-unreads, nnoo-state-alist)
8597         (gnus-current-select-method, mail-sources)
8598         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8599         (nnmail-spool-file, gnus-cache-active-hashtb):
8600         * gnus-mh.el (mh-lib-progs):
8601         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8602         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8603         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8604         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8605         (gnus-group-buffer):
8606         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8607         (font-lock-set-defaults):
8608         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8609         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8610         (gnus-summary-post-menu, total-parts, type, condition, length):
8611         * gnus-agent.el (gnus-agent-read-agentview):
8612         * flow-fill.el (show-trailing-whitespace):
8613         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8614         eval-and-compile wrappers for byte compiler pacifiers.
8615
8616         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8617         (mm-display-inline-fontify): Check for featurep 'xemacs not
8618         extent-list.
8619
8620         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8621         itimer-list.
8622         (mm-create-image-xemacs): Only do something for XEmacs.
8623         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8624
8625         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8626
8627         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8628         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8629
8630 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8631
8632         * nnimap.el (nnimap-split-download-body):
8633         * gnus-demon.el (gnus-demon):
8634         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8635
8636 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8637
8638         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8639         New macros.
8640         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8641         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8642         copy data from unibyte buffer to multibyte current buffer.
8643         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8644         to copy data from unibyte current buffer to multibyte buffer.
8645         (nntp-make-process-buffer): Make process buffer unibyte.
8646
8647         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8648
8649 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8650
8651         * pop3.el (pop3-open-server): Accept and process data more robustly at
8652         connexion start to avoid spurious "POP SSL connexion failed" errors.
8653
8654 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8655
8656         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8657         read group names.
8658
8659 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8660
8661         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8662
8663 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8664
8665         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8666         (nnmail-save-active): Use a unibyte buffer when saving active file,
8667         which may contain non-ASCII group names.
8668
8669         * nnml.el (nnml-request-group): Decode group names in messages.
8670
8671 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8672
8673         * message.el (message-citation-line-function)
8674         (message-insert-formatted-citation-line): Fix spelling of
8675         `message-insert-formated-citation-line'.
8676
8677 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8678
8679         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8680
8681 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8682
8683         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8684         nnmail-pathname-coding-system.
8685
8686         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8687         that a user enters; decode group names in messages.
8688
8689         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8690
8691 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8692
8693         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8694
8695         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8696
8697         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8698         risky local variable.
8699
8700         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8701
8702 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8703
8704         * encrypt.el: Improve documentation to fix function name typo.
8705         Reported by Daiki Ueno <ueno@unixuser.org>.
8706
8707 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8708
8709         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8710         even if the point is not in the last page of an article.
8711         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8712         back to the previous page.
8713
8714 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8715
8716         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8717
8718 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8719
8720         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8721
8722 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8723
8724         * message.el (message-check-news-body-syntax):
8725         Avoid mm-string-as-multibyte.
8726         (message-hide-headers): Don't assume (point-min)==1.
8727
8728 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8729
8730         * message.el (message-remove-blank-cited-lines): Fix if remove is
8731         given.
8732         (message-bogus-address-regexp): New variable.
8733         (message-bogus-recipient-p): New function.
8734         (message-check-recipients): New command.
8735         (message-syntax-checks): Add `bogus-recipient'.
8736         (message-fix-before-sending): Add `bogus-recipient'.
8737
8738         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8739         (gnus-treat-body-boundary): Don't test window-system.
8740
8741 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8742
8743         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8744
8745 2007-10-28  Miles Bader  <miles@gnu.org>
8746
8747         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8748         at compile-time too.
8749
8750 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8751
8752         * gnus-msg.el (gnus-message-setup-hook):
8753         Add `message-remove-blank-cited-lines' to options.
8754
8755 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8756
8757         * message.el (message-remove-blank-cited-lines): New function.
8758         Suggested by Karl Plästerer.
8759
8760 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8761
8762         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8763         mapc.
8764
8765         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8766         (top-level): Use mapc to set functions to be traced for debugging.
8767
8768         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8769         called for effect with while loop.
8770
8771         * message.el (message-talkative-question): Replace mapcar called for
8772         effect with mapc.
8773
8774         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8775         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8776         called for effect with dolist.
8777
8778         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8779
8780         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8781         gnus-extra-headers and nnmail-extra-headers.
8782
8783         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8784         called for effect with dolist.
8785         (top-level): Use mapc to set functions to be traced for debugging.
8786
8787         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8788         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8789         dolist.
8790
8791         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8792         Replace mapcar called for effect with mapc.
8793         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8794         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8795         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8796         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8797
8798         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8799         remove-if that's a cl function.
8800
8801         * webmail.el (webmail-debug): Replace mapcar called for effect with
8802         dolist.
8803
8804         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8805         with mapc.
8806
8807 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8808
8809         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8810         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8811         with while loop.
8812
8813         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8814         functions from article-* functions.
8815         (gnus-multi-decode-header): Replace mapcar called for effect with
8816         dolist.
8817
8818         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8819         (gnus-bookmark-show-details): Replace mapcar called for effect with
8820         while loop.
8821
8822         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8823         called for effect with while loop.
8824
8825         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8826         with dolist.
8827
8828         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8829         Replace mapcar called for effect with dolist.
8830
8831         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8832
8833         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8834         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8835         Replace mapcar called for effect with dolist.
8836         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8837         mapc.
8838
8839         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8840         Replace mapcar called for effect with dolist.
8841         (gnus-topic-list): Replace mapcar called for effect with mapc.
8842
8843         * gnus.el: Use mapc instead of mapcar to add autoloads.
8844
8845 2007-10-23  Richard Stallman  <rms@gnu.org>
8846
8847         * gnus-group.el (gnus-group-highlight): Mark as risky.
8848
8849 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8850
8851         * gnus.el (gnus-server-to-method): Return method found first in
8852         gnus-newsrc-alist.
8853
8854         * gnus-art.el (gnus-article-highlight-signature)
8855         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8856         button overlay without the front stickiness.
8857
8858 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8859
8860         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8861         overview buffer needed a catch to receive its throw.
8862         (gnus-agent-flush-cache): Declare as interactive to make this function
8863         easier to use.
8864
8865 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8866
8867         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8868         `next-line'.
8869
8870 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8871
8872         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8873         exclude address matching message-dont-reply-to-names.
8874
8875 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8876
8877         * gnus-util.el (gnus-string<): New function.
8878
8879         * gnus-sum.el (gnus-article-sort-by-author)
8880         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8881
8882 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8883
8884         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8885         the frame-focus tag is set in gnus-buffer-configuration.
8886
8887 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8888
8889         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8890         the front stickiness.
8891
8892 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8893
8894         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8895         url pattern; remove duplicate one.
8896         (gnus-article-extend-url-button): New function.
8897         (gnus-article-add-buttons): Use it.
8898         (gnus-button-push): Use concatenated url that it makes.
8899
8900 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8901
8902         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8903
8904 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8905
8906         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8907         Don't hardcode point-min==1.
8908
8909 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8910
8911         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8912         Fix comment about "iso8859-1".
8913
8914 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8915
8916         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8917         ones returned from the verify-function.
8918
8919         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8920         Call mml2015-extract-cleartext-signature if extraction failed.
8921
8922 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8923
8924         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8925         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8926         failed.
8927
8928 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8929
8930         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8931
8932 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8933
8934         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8935         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8936         recommends to use EasyPG instead of PGG.
8937
8938         * pgg.el: Revert to revision 6.23.2.16.
8939
8940         * pgg-def.el: Revert to revision 6.6.2.14.
8941
8942         * pgg-gpg.el: Revert to revision 6.23.2.34.
8943
8944 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8945
8946         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8947         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8948         thread for both the null and zero (kill/expire thread) universal prefix
8949         cases.
8950         (gnus-summary-expire-thread): Add new function to expire a thread,
8951         using gnus-summary-kill-thread.
8952         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8953         shortcuts for gnus-summary-expire-thread.
8954         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8955         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8956
8957 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8958
8959         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8960         extras value, so an extras entry can be deleted.
8961         (gnus-registry-delete-extra-entry): Use it.
8962         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8963         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8964         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8965         storage through the gnus-registry, and provide an appropriate API for
8966         it.
8967
8968 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8969
8970         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8971         Suggested by Leo <sdl.web@gmail.com>.
8972
8973         * gnus.el: Do.
8974
8975 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8976
8977         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8978         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8979
8980         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8981
8982         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8983         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8984
8985 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8986
8987         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8988         newline.
8989         (nnmbox-request-accept-article): Don't change article in source buffer;
8990         narrow to header to use message-fetch-field rather than
8991         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8992         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8993         as delimiters; make sure article ends with newline.
8994         (nnmbox-delete-mail): Correct last position of article to be deleted;
8995         ignore X-Gnus-Newsgroup header in article body.
8996         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8997         positions; make sure article ends with newline.
8998
8999         * message.el (message-display-abbrev): Don't infloop when a user
9000         inserts SPC in the beginning of header.
9001
9002         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9003         coding-system-for-read and coding-system-for-write for XEmacs having no
9004         file-coding feature.
9005
9006         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9007
9008 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9009
9010         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9011         list of groups not followed by default.  Fix type to be regexp.
9012         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9013
9014 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9015
9016         * hmac-def.el (define-hmac-function): Switch from old-style to
9017         new-style backquotes.
9018
9019         * md4.el (md4-make-step): Likewise.
9020
9021 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9022
9023         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9024         raw-text coding system when saving .newsrc file, which may contain
9025         non-ASCII group names.
9026
9027 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9028
9029         * gnus-cus.el (gnus-score-extra): New widget.
9030         (gnus-score-extra-convert): New function.
9031         (gnus-score-customize): Use it for Extra.
9032
9033 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9034
9035         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9036         (mml2015-mailcrypt-clear-verify): Use it.
9037         (mml2015-gpg-clear-verify): Use it.
9038         (mml2015-pgg-clear-verify): Use it.
9039         (mml2015-epg-clear-verify): Replace the current part with the output
9040         from GnuPG; don't extract the plaintext by itself.
9041
9042         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9043         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9044         mml2015-clear-verify-function; don't touch the armor headers or
9045         dash-escaped text here.
9046
9047 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9048
9049         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9050         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9051         parts, or application/octet-stream as a last resort.
9052         (gnus-mime-view-part-as-type): Don't toggle display.
9053         (gnus-mime-view-part-as-charset): Don't turn off display before
9054         querying charset.
9055
9056         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9057         stuff to undisplayer function in Emacs.
9058         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9059
9060         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9061         text/calendar parts.
9062
9063 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9064
9065         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9066         decoding text/calendar parts.
9067
9068         * message.el (message-forward-make-body-mime): Always mark body as
9069         having no illegible text; remove signed-or-encrypted argument.
9070         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9071
9072         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9073         (mml-generate-mime-1): Don't encode body if it is specified to be in
9074         raw form; don't make buffer be unibyte when inserting multibyte string.
9075
9076 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9077
9078         * sha1.el: Fix up comment style.
9079         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9080         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9081
9082         * hex-util.el: Fix up comment style.
9083         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9084
9085         * gnus-salt.el: Use with-current-buffer.
9086         (gnus-pick-setup-message): Fix long-standing typo.
9087
9088 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9089
9090         * imap.el (imap-logout-timeout): New variable.
9091         (imap-logout, imap-logout-wait): New functions.
9092         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9093
9094         * nnimap.el (nnimap-logout-timeout): New server variable.
9095         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9096         nnimap-logout-timeout.
9097
9098         * gnus-art.el (gnus-article-summary-command-nosave)
9099         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9100
9101 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9102
9103         * gnus.el (gnus-maximum-newsgroup): New variable.
9104
9105         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9106         according to gnus-maximum-newsgroup.
9107
9108         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9109         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9110         Limit the range of articles according to gnus-maximum-newsgroup.
9111
9112 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9113
9114         * gnus-art.el (gnus-sticky-article): Fix problems described in
9115         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9116         Don't perform gnus-configure-windows here; reuse existing sticky
9117         article buffer.
9118
9119         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9120         it doesn't exist in gnus-article-mode.
9121
9122 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9123
9124         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9125         (gnus-agent-decoded-group-name): New function.
9126         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9127         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9128
9129 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9130
9131         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9132         Add binding for gnus-sticky-article.
9133         (gnus-summary-exit): Don't kill sticky article buffers.
9134
9135         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9136         article buffer.
9137         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9138         (gnus-kill-sticky-article-buffers): New commands.
9139
9140 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9141
9142         * nntp.el (nntp-xref-number-is-evil): New server variable.
9143         (nntp-find-group-and-number): If it is non-nil, don't trust article
9144         numbers in the Xref header.
9145
9146 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9147
9148         * gnus-agent.el (gnus-agent-read-group): New function.
9149         (gnus-agent-flush-group, gnus-agent-expire-group)
9150         (gnus-agent-regenerate-group): Use it.
9151         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9152         nnmail-pathname-coding-system.
9153
9154 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9157
9158         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9159         that are unread as unread, and also as selected so that information of
9160         marks having been changed by a user may be updated when exiting group.
9161
9162 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9163
9164         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9165
9166 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9167
9168         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9169         calculated ignoring signature parts to gnus-treat-article.
9170
9171 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9172
9173         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9174         a point here in order to keep the window start.
9175         (gnus-insert-mime-security-button): Make a button overlay without the
9176         front stickiness.
9177         (gnus-mime-display-security): Goto the end of a button.
9178
9179         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9180
9181 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9182
9183         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9184         group-name-at-point.
9185         (gnus-group-completing-read): New function that offers decoded
9186         non-ASCII group names for completion.
9187         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9188         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9189         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9190         (gnus-group-fetch-control): Use it.
9191         (gnus-fetch-group): Use group-name-at-point for the initial value
9192         rather than the default value; use gnus-alive-p.
9193
9194         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9195         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9196         (gnus-summary-post-news): Use gnus-group-completing-read.
9197
9198         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9199         (gnus-read-move-group-name): Decode group name for completion.
9200
9201 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9202
9203         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9204         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9205         Yamaoka slightly modified the code).
9206
9207 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9208
9209         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9210         (nnmail-split-incoming): Bind it.
9211
9212         * nnml.el (nnml-group-name-charset): New function.
9213         (nnml-decoded-group-name): Use it; don't decode group name if
9214         nnmail-group-names-not-encoded-p is non-nil.
9215         (nnml-encoded-group-name): New function.
9216         (nnml-group-pathname): Inline nnml-decoded-group-name.
9217         (nnml-request-expire-articles): Decode group name in message.
9218         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9219         nnmail-pathname-coding-system.
9220         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9221         not decoded ones according to nnmail-group-names-not-encoded-p.
9222         (nnml-generate-active-info): Use nnml-encoded-group-name.
9223
9224 2007-08-08  Glenn Morris  <rgm@gnu.org>
9225
9226         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9227         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9228         doc-strings and comments.
9229
9230 2007-07-25  Glenn Morris  <rgm@gnu.org>
9231
9232         * Relicense all FSF files to GPLv3 or later.
9233
9234 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * gnus-sum.el (gnus-summary-move-article):
9237         Make gnus-summary-respool-article work.
9238
9239 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9240
9241         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9242         string.
9243
9244 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9245
9246         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9247         that should be ignored when comparing distant RSS articles with local
9248         ones.
9249         (nnrss-make-hash-index): New function.  Create a hash index according
9250         to the ignored fields.
9251         (nnrss-check-group): Use it.
9252
9253 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9254
9255         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9256
9257         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9258
9259         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9260         the new optional argument ENCODED is non-nil.
9261         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9262         coding system for encoding group name.
9263         (gnus-group-make-rss-group): Pass un-encoded group name to
9264         gnus-group-make-group.
9265         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9266         encoded.
9267
9268         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9269         Encode group name to which articles are moved or copied.
9270         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9271         coding system for encoding Newsgroup, Followup-To and Xref headers.
9272
9273         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9274         marks; use nnheader-file-coding-system to write a file.
9275         (nnagent-retrieve-headers): Bind file-name-coding-system to
9276         nnmail-pathname-coding-system.
9277
9278         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9279
9280         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9281         (nnml-request-article, nnml-request-create-group)
9282         (nnml-request-rename-group, nnml-find-id)
9283         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9284         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9285         (nnml-save-marks): Use nnml-group-pathname instead of
9286         nnmail-group-pathname.
9287
9288         (nnml-request-create-group, nnml-request-expire-articles)
9289         (nnml-request-move-article, nnml-request-delete-group)
9290         (nnml-deletable-article-p, nnml-possibly-create-directory)
9291         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9292         (nnml-open-marks): Bind file-name-coding-system to
9293         nnmail-pathname-coding-system.
9294
9295         (nnml-request-article): Pass server argument to nnml-find-group-number.
9296         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9297         Pass server argument to nnml-possibly-create-directory.
9298         (nnml-request-accept-article): Pass server argument to
9299         nnml-active-number and nnml-save-mail.
9300         (nnml-find-group-number): Pass server argument to nnml-find-id.
9301         (nnml-request-update-info): Pass server argument to
9302         nnml-marks-changed-p.
9303
9304         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9305         (nnml-save-mail, nnml-active-number): Add server argument.
9306
9307         (nnml-request-delete-group): Warn if group is missing.
9308         (nnml-get-nov-buffer): Decode group name.
9309         (nnml-generate-active-info): Encode group name.
9310         (nnml-open-marks): Decode group name in messages.
9311
9312 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9313
9314         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9315         if it is not specified.
9316         (gnus-article-pipe-part, gnus-article-save-part)
9317         (gnus-article-interactively-view-part, gnus-article-copy-part)
9318         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9319         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9320         (gnus-article-replace-part, gnus-article-delete-part)
9321         (gnus-article-view-part-as-type): Pass raw prefix argument to
9322         gnus-article-part-wrapper.
9323
9324 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9325
9326         * gnus-agent.el (gnus-agent-save-active):
9327         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9328
9329         * gnus-cache.el (gnus-cache-save-buffers)
9330         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9331         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9332         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9333         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9334         (gnus-cache-generate-active, gnus-cache-rename-group)
9335         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9336         (gnus-cache-update-overview-total-fetched-for):
9337         Bind file-name-coding-system to nnmail-pathname-coding-system.
9338         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9339         New variables.
9340         (gnus-cache-decoded-group-name): New function.
9341         (gnus-cache-file-name): Use it.
9342         (gnus-cache-generate-active): Use non-decoded group name for active.
9343
9344         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9345         right place.
9346         (gnus-write-active-file): Don't break non-ASCII group names.
9347
9348         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9349         nnmail-pathname-coding-system.
9350
9351         * lpath.el: Bind default-file-name-coding-system,
9352         file-name-coding-system and language-info-alist for XEmacs.
9353
9354         * gnus-uu.el (gnus-uu-decode-save): Typo.
9355
9356 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9357
9358         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9359
9360 2007-07-14  David Kastrup  <dak@gnu.org>
9361
9362         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9363         finishing actions if we did not edit the article.
9364
9365 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9366
9367         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9368         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9369         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9370         (gnus-agent-flush-group, gnus-agent-flush-cache)
9371         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9372         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9373         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9374         (gnus-agent-regenerate-group)
9375         (gnus-agent-update-files-total-fetched-for)
9376         (gnus-agent-update-view-total-fetched-for):
9377         Bind file-name-coding-system to nnmail-pathname-coding-system.
9378         (gnus-agent-group-pathname): Don't encode file names by
9379         nnmail-pathname-coding-system.
9380         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9381         coding-system-for-write instead of buffer-file-coding-system to
9382         gnus-agent-file-coding-system.
9383
9384         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9385         Decode group name.
9386
9387         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9388
9389         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9390         (gnus-read-newsrc-el-file): Make group names unibyte.
9391
9392         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9393         nnmail-pathname-coding-system.
9394
9395         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9396         (nnrss-request-delete-group): Bind file-name-coding-system to
9397         nnmail-pathname-coding-system.
9398         (nnrss-read-server-data, nnrss-read-group-data):
9399         Bind file-name-coding-system correctly.
9400         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9401
9402         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9403         (nntp-server-to-method-cache): New variable.
9404         (nntp-group-pathname): New function that decodes non-ASCII group names.
9405         (nntp-possibly-create-directory, nntp-marks-changed-p)
9406         (nntp-save-marks, nntp-open-marks): Use it.
9407         (nntp-possibly-create-directory, nntp-open-marks):
9408         Bind file-name-coding-system to nnmail-pathname-coding-system.
9409         (nntp-open-marks): Decode group names when bootstrapping marks.
9410
9411         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9412         Newsgroups and Folowup-To headers.
9413
9414 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9415
9416         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9417         (gnus-server-closed-face, gnus-server-denied-face)
9418         (gnus-server-offline-face): Remove variable.
9419         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9420
9421         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9422         of modifying message-stack directly for XEmacs.
9423
9424         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9425         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9426         if the coding-system argument is nil for XEmacs.
9427
9428         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9429         mm-charset-override-alist.
9430
9431         * rfc2047.el: Don't require base64; require rfc2045 for the function
9432         rfc2045-encode-string.
9433         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9434         to quote the parameter value.
9435
9436 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9437
9438         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9439         form in gnus-group-name-charset-method-alist.
9440
9441         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9442         overrides the default layout edit-form.
9443
9444         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9445
9446         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9447
9448 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9449
9450         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9451         as unfetched articles.
9452
9453 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9454
9455         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9456
9457 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9458
9459         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9460         original back end that keeps marks in the local system.
9461
9462 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9463
9464         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9465         arg of pop-to-buffer for XEmacs.
9466         (gnus-article-read-summary-keys): Ditto; don't restore window
9467         configuration if summary command ends up with neither article buffer
9468         nor summary buffer; describe bindings if summary keys end with C-h.
9469
9470 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9471
9472         * message.el (message-fix-before-sending): Skip raw message part to be
9473         forwarded while checking illegible text.
9474         (message-forward-make-body-mime, message-forward-make-body):
9475         Mark signed or encrypted raw message as having no illegible text.
9476
9477 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9478
9479         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9480         (gnus-message-with-timestamp-1): New macro.
9481         (gnus-message-with-timestamp): New function.
9482         (gnus-message): Use them.
9483
9484         * nnheader.el (nnheader-message): Use them.
9485
9486 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9487
9488         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9489         .newsrc.eld file.
9490
9491 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9492
9493         * gnus-agent.el (gnus-agent-fetch-headers)
9494         (gnus-agent-retrieve-headers):
9495         Bind gnus-decode-encoded-address-function to identity.
9496
9497         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9498         available also when the server returns simply a dot.
9499
9500         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9501
9502 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9503
9504         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9505
9506 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9507
9508         * gnus-ems.el (gnus-x-splash): Make it work.
9509
9510         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9511         from being used.
9512
9513         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9514
9515 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9516
9517         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9518         4th and the 5th arguments.
9519
9520         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9521         the front stickiness.
9522         (gnus-article-summary-command-nosave): Correct the order of the
9523         arguments passed to pop-to-buffer.
9524         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9525         summary command ends up with the article buffer.
9526
9527         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9528         the same faces.
9529
9530 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9531
9532         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9533
9534 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9535
9536         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9537         * gnus-sum.el (gnus-summary-highlight):
9538         * pgg.el (pgg-sign-region, pgg-sign):
9539         * mail-source.el (mail-source-delete-old-incoming-confirm):
9540         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9541
9542 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9543
9544         * gnus-art.el (gnus-mime-view-part-externally)
9545         (gnus-mime-view-part-internally): Fix predicate function passed to
9546         completing-read.
9547
9548         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9549
9550         * gnus.el (gnus-update-message-archive-method): Add :version.
9551
9552 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9553
9554         * gnus.el (gnus-update-message-archive-method): New variable.
9555
9556         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9557         according to gnus-message-archive-method if
9558         gnus-update-message-archive-method is non-nil.
9559
9560 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9561
9562         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9563         Suggested by Loic Dachary <loic@dachary.org>.
9564         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9565
9566 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9567
9568         * message.el (message-pop-to-buffer): Add switch-function argument.
9569         (message-mail): Pass switch-function argument to it.
9570
9571 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9572
9573         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9574         Improve doc string.
9575
9576 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9577
9578         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9579         (gnus-header-content)
9580         * gnus-cite.el (gnus-cite-10)
9581         * gnus-srvr.el (gnus-server-closed)
9582         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9583         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9584         (gnus-group-mail-3-empty, gnus-group-mail-low)
9585         (gnus-group-mail-low-empty, gnus-splash)
9586         * message.el (message-header-to, message-header-cc)
9587         (message-header-subject, message-header-other, message-header-name)
9588         (message-header-xheader, message-separator, message-cited-text)
9589         (message-mml): Lighten colors of faces used for dark background.
9590
9591 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9592
9593         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9594         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9595
9596 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9597
9598         * message.el (message-narrow-to-headers-or-head):
9599         Ignore mail-header-separator in the body.
9600
9601 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9602
9603         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9604         same as window size.
9605
9606 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9607
9608         * message.el (message-font-lock-keywords): Use message-header-xheader
9609         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9610         ahead of the anything pattern, to get it recognised.
9611
9612 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9613
9614         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9615         spam.el loads uses it in the compiled defadvice form.
9616
9617 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9618
9619         * gnus-sum.el (gnus-articles-to-read)
9620         (gnus-summary-insert-old-articles): Don't truncate group name for
9621         `read-string'.
9622
9623         * gnus-util.el (gnus-limit-string): Delete this function.
9624
9625         * gnus-sum.el (gnus-simplify-subject-fully):
9626         Use `truncate-string-to-width' instead.
9627
9628 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9629
9630         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9631         Tell if, on summary exit, the next group has to be selected.
9632         (gnus-summary-exit): Use it.
9633
9634 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9635
9636         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9637         non-break space.
9638
9639 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9640
9641         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9642         Check if group is not a directory.
9643         (nnfolder-request-expire-articles): Don't delete articles if the target
9644         group is not available.
9645
9646         * nnml.el (nnml-request-create-group): Properly check if group is not a
9647         file.
9648         (nnml-request-expire-articles): Don't delete articles if the target
9649         group is not available.
9650
9651         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9652         Don't quote characters that are within parentheses.
9653
9654 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9655
9656         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9657         (gnus-handle-ephemeral-exit): Select article according to it.
9658
9659 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9660
9661         * message.el (message-insert-formated-citation-line): Remove newline.
9662         (message-citation-line-format): Add final \n here so that the user can
9663         avoid a blank line.
9664
9665 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9666
9667         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9668         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9669         Update lanl/arXiv support.
9670
9671 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9672
9673         * gnus.el: Bump version number.
9674
9675 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9676
9677         * gnus.el (gnus-version-number): Bump version.
9678
9679 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9680
9681         * gnus.el: No Gnus v0.6 is released.
9682
9683 2007-04-27  Didier Verna  <didier@xemacs.org>
9684
9685         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9686         * gmm-utils.el (gmm-regexp-concat): ... here.
9687         * message.el: Don't require 'gnus-util.
9688         (message-dont-reply-to-names): Handle name change above.
9689         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9690
9691 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9692
9693         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9694         since the initial value varies according to the system.
9695
9696 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9697
9698         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9699
9700 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9701
9702         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9703
9704 2007-04-24  Didier Verna  <didier@xemacs.org>
9705
9706         Improve the type of gnus-ignored-from-addresses.
9707         * gnus-util.el (gnus-orify-regexp): New function.
9708         * message.el (gnus-util): Require it.
9709         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9710         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9711         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9712
9713 2007-04-24  Didier Verna  <didier@xemacs.org>
9714
9715         * gnus-sum.el:
9716         * gnus-utils.el: Fix some trailing whitespaces.
9717
9718 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9719
9720         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9721         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9722         article's Message-ID; refer parent article in summary buffer.
9723
9724         * message.el (message-bounce): Call mime-to-mml.
9725
9726         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9727         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9728         optimize and/or forms properly.
9729
9730 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9731
9732         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9733         URL.
9734
9735 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9736
9737         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9738
9739 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9740
9741         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9742         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9743         displayed of multipart/alternative part if it is invoked from summary
9744         buffer.
9745
9746         * mm-view.el (mm-inline-text-html-render-with-w3m)
9747         (mm-inline-text-html-render-with-w3m-standalone)
9748         (mm-inline-render-with-function): Use mail-parse-charset by default.
9749
9750 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9751
9752         * parse-time.el (parse-time-string-chars): Check if CHAR
9753         is less than the length of parse-time-syntax.
9754
9755 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9756
9757         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9758         from gnus-newsgroup-processable.
9759
9760 2007-04-16  Didier Verna  <didier@xemacs.org>
9761
9762         * gnus-msg.el (gnus-configure-posting-styles):
9763         Handle message-signature-directory properly with :file syntax.
9764         Reported by "Leo".
9765
9766 2007-04-11  Didier Verna  <didier@xemacs.org>
9767
9768         New user option: message-signature-directory.
9769         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9770         * message.el (message-insert-signature): Ditto.
9771         * message.el (message-signature-file): Doc update.
9772         * message.el (message-signature-directory): New.
9773
9774 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9775
9776         * gnus-msg.el (gnus-inews-yank-articles):
9777         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9778
9779 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9780
9781         * message.el (message-yank-original): Make sure cited text ends with
9782         newline; don't exchange point and mark.
9783
9784 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9785
9786         * tls.el (open-tls-stream): Properly handle case where there
9787         is no associated buffer.
9788
9789 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9790
9791         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9792         message-yank-original, make sure (< mark TEXT point).
9793
9794 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9795
9796         * message.el (message-fill-column): New variable.
9797         (message-mode): Use it.  Add comment on a possible new hook.
9798
9799         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9800         (nnmail-get-new-mail): Reformat.
9801
9802         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9803
9804         * gmm-utils.el: Fix Commentary.
9805         (gmm-tool-bar-from-list): Fix typo in doc string.
9806
9807 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9808
9809         * message.el (message-yank-original): Don't switch point and mark
9810         unnecessarily to put point and mark as documented.
9811
9812 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9813
9814         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9815         from the message heads.
9816
9817 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9818
9819         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9820         article buffer does not have a window.  This may not be the best
9821         solution but is certainly better than setting the start of the null,
9822         that is the current, window.
9823
9824 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9825
9826         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9827         (gnus-draft-setup): Run it.
9828
9829         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9830         gnus-score-fast-scoring.  Allow regexp.
9831         (gnus-score-headers): Use it.
9832
9833         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9834         XEmacs.
9835
9836         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9837         string.
9838         (gnus-button-alist): Also catch `<f1> k ...'.
9839         (gnus-treat-display-x-face): Fix doc string.
9840
9841 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9842
9843         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9844         evaluation of gnus-extended-version to ensure correct generation of the
9845         User-Agent header when message-generate-headers-first is used.
9846
9847 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9848
9849         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9850         hashcash-path is nil.  Don't call callback with incorrect number of
9851         parameters if val is 0.
9852
9853 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9854
9855         * message.el (message-required-news-headers):
9856         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9857
9858 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9859
9860         * tls.el (open-tls-stream): In handshake-waiting loop,
9861         don't wait more if there is output available to process.
9862
9863 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9864
9865         * tls.el (tls-program): Doc fix.
9866
9867 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9868
9869         * message.el (message-generate-new-buffers): Change the meaning of the
9870         nil value; add `standard' to the choices; treat t as `unique'; improve
9871         doc string.
9872         (gnus-select-frame-set-input-focus): Autoload.
9873         (message-buffer-name): Search for the existing message buffer if
9874         message-generate-new-buffers is nil or `standard'; treat the value t of
9875         message-generate-new-buffers as `unique'.
9876         (message-pop-to-buffer): Raise the frame already displaying the message
9877         buffer; clear the echo area after querying.
9878         (message-setup): Pass the `continue' argument to compose-mail.
9879         (message-mail): Prefer `switch-function' if it is given; search for the
9880         existing message buffer if the `continue' argument is non-nil; pass
9881         continue and switch-function arguments to compose-mail by way of
9882         message-setup.
9883         (message-mail-other-window): Adjust argument of message-setup.
9884         (message-mail-other-frame): Ditto.
9885
9886 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9887
9888         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9889         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9890         to turn font-lock on when turning gnus-message-citation-mode on.
9891
9892 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9893
9894         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9895         (mml-smime-function-alist): New variable; add epg as the backend.
9896         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9897         mml-smime- functions instead.
9898         * mm-view.el: Require smime.
9899
9900 2007-03-05  Didier Verna  <didier@xemacs.org>
9901
9902         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9903         instead of just inheritance for posting styles.
9904         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9905
9906 2007-02-24  Chris Moore  <dooglus@gmail.com>
9907
9908         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9909         * pgg-pgp.el (pgg-pgp-encrypt-region):
9910         * pgg-gpg.el (pgg-gpg-encrypt-region):
9911         Check pgg-encrypt-for-me if no other recipients.
9912
9913 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9914
9915         * tls.el (tls-certtool-program): Fix custom type.
9916
9917 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9918
9919         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9920         and point-at-eol instead of line-(beginning|end)-position.
9921
9922         * assistant.el (assistant-parse-buffer): Ditto.
9923
9924         * netrc.el (netrc-parse-services): Ditto.
9925
9926 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9927
9928         * mml2015.el (mml2015-epg-find-usable-key): New function.
9929         (mml2015-epg-sign): Use it.
9930         (mml2015-epg-encrypt): Use it.
9931
9932 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9933
9934         * message.el (message-make-in-reply-to): Quote name containing
9935         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9936         if there are special characters.  Reported by NAKAJI Hiroyuki
9937         <nakaji@jp.freebsd.org>.
9938
9939 2007-02-27  Didier Verna  <didier@xemacs.org>
9940
9941         Include the group parameters as well as the topic ones in the
9942         inheritance filter process.
9943         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9944         argument GROUP-PARAMS-LIST.
9945         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9946
9947 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9948
9949         * nntp.el (nntp-never-echoes-commands)
9950         (nntp-open-connection-functions-never-echo-commands): New variables.
9951         (nntp-send-command): Use them.
9952
9953 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9954
9955         * mml2015.el (mml2015-epg-verify): Simplify.
9956
9957 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9958
9959         * mml.el (mml-content-disposition-alist): New user option.
9960         (mml-content-disposition): New function.
9961         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9962         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9963
9964 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9965
9966         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9967         verification.
9968
9969 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9970
9971         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9972         articles posted in the last 24 hours.
9973
9974 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9975
9976         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9977
9978 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9979
9980         * nntp.el (nntp-send-command): Don't wait for echoes when
9981         nntp-open-ssl-stream is used.
9982
9983 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9984
9985         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9986         (gnus-message-add-citation-keywords)
9987         (gnus-message-remove-citation-keywords): Remove.
9988         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9989         directly, make the variables in font-lock-defaults buffer-local, add
9990         gnus-message-citation-keywords to them and then update the value of
9991         font-lock-keywords.
9992
9993 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9994
9995         * message.el (message-cite-original-1): Don't call
9996         gnus-article-highlight-citation.
9997
9998         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9999         citations; fix line count.
10000
10001 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10002
10003         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10004         (gnus-message-add-citation-keywords)
10005         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10006         versions of font-lock-add-keywords and font-lock-remove-keywords to
10007         work with XEmacs correctly.
10008
10009 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10010
10011         * gnus-cite.el (gnus-cite-face-list): Set the values of
10012         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10013         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10014         (gnus-message-cite-prefix-regexp): New variable.
10015         (gnus-message-search-citation-line): Use it; protect against long
10016         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10017         the 0th match data for Emacs.
10018         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10019         (gnus-message-add-citation-keywords): Append keywords rather than
10020         prepending; emulate font-lock-add-keywords if it is not available.
10021         (gnus-message-remove-citation-keywords):
10022         Emulate font-lock-remove-keywords if it is not available.
10023
10024         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10025
10026         * message.el (message-cite-prefix-regexp): Set the value of
10027         gnus-message-cite-prefix-regexp.
10028
10029 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10030
10031         * nnweb.el (nnweb-google-parse-1): Update parser.
10032
10033 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10034
10035         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10036
10037 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10038
10039         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10040         regexp.
10041
10042 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10043
10044         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10045         string-to-multibyte.
10046         (uudecode-decode-region-internal): Use it.
10047
10048         * lpath.el: Fbind string-as-multibyte for XEmacs.
10049
10050 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10051
10052         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10053         Fix custom choice.
10054
10055         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10056
10057 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10058
10059         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10060
10061         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10062         `write-region' to respect `mm-inhibit-file-name-handlers'.
10063
10064 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10065
10066         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10067         Use gnus-home-directory instead of "~/" or "$HOME".
10068
10069 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10070
10071         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10072         to mention filename.
10073         Add comments at beginning regarding usage.
10074         (encrypt-write-file-contents): Change interactive so a string is
10075         acceptable.  If the file has no associated model, show an error instead
10076         of a nonsense prompt.
10077
10078 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10079
10080         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10081         Thanks to Yoshihiko Yamada for kind notification of this typo.
10082
10083 2007-01-12  Kenichi Handa  <handa@m17n.org>
10084
10085         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10086         multibyte buffer.
10087
10088 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10089
10090         * gnus-score.el (gnus-score-fast-scoring): New variable.
10091         (gnus-score-headers): Use it.
10092
10093         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10094
10095         * message.el (message-cite-original-1):
10096         Call gnus-article-highlight-citation if requested.
10097         (message-make-from): Allow name and address as optional arguments.
10098
10099         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10100
10101         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10102         bugs to doc string.
10103         (gnus-button-alist): Add mid\\|message-id.
10104         (gnus-button-fetch-group): Extend for use in
10105         `browse-url-browser-function'.
10106         (gnus-button-url-regexp): Try to catch paired parentheses like in
10107         Wikipedia URLs.
10108
10109         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10110         Suggested by Simon Krahnke <overlord@gmx.li>.
10111
10112 2007-01-13  Romain Francoise  <romain@orebokech.com>
10113
10114         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10115         Update copyright.
10116
10117 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10118
10119         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10120
10121 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10122
10123         * gnus-registry.el (gnus-registry-unfollowed-groups)
10124         (gnus-registry-split-fancy-with-parent): Fix documentation.
10125
10126 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10127
10128         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10129         from nnweb groups.
10130
10131 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10132
10133         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10134         Xref urls.  Erase buffer before requesting head.
10135
10136         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10137
10138 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10139
10140         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10141         customizable.
10142
10143 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10144
10145         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10146         no signing key is found.
10147         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10148         no encrypting and/or signing key is found.
10149
10150 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10151
10152         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10153
10154 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10155
10156         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10157         headers read from disk with the ones newly found in the current search.
10158         This should no longer cause problems, because the article numbers in
10159         Gmane's `nov.php' output are ignored since the previous change.
10160
10161 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10162
10163         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10164
10165 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10166
10167         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10168         replace-regexp-in-string; bind url-version; fbind display-images-p and
10169         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10170         find-face and set-itimer-function for Emacs; bind itimer-list for
10171         Emacs.
10172
10173         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10174
10175 2007-01-01  Romain Francoise  <romain@orebokech.com>
10176
10177         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10178
10179 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10180
10181         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10182         `define-minor-mode' macro definition expanded properly.
10183         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10184         exclude it there.
10185
10186         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10187         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10188         `fboundp' test.
10189         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10190         This is OK to autoload in (S)XEmacs now.
10191
10192 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10193
10194         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10195         keystroke.
10196         (gnus-summary-limit-to-singletons): Fix typo.
10197
10198         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10199         else fails.
10200
10201 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10202
10203         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10204         docstring.
10205
10206         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10207         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10208         (gnus-summary-insert-dormant-articles): Fix typo in message.
10209
10210 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10211
10212         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10213         nil for XEmacs.
10214         (gnus-message-citation-mode): Don't autoload in XEmacs.
10215
10216         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10217
10218 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10219
10220         * nnimap.el (nnimap-expunge-search-string):
10221         Mention nnimap-search-uids-not-since-is-evil in docstring.
10222
10223 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10224
10225         * spam.el: Revert to make-obsolete-variable because
10226         define-obsolete-variable-alias is not supported in Emacs 21.
10227
10228         * spam.el (spam-ifile-path, spam-ifile-database-path)
10229         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10230         make-obsolete-variable.
10231         (spam-bsfilter-path, spam-bsfilter-program)
10232         (spam-spamassassin-path, spam-spamassassin-program)
10233         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10234         Don't use "path" inappropriately.
10235         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10236         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10237         variable names.
10238
10239 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10240
10241         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10242         summary buffer.
10243
10244         * password.el (password-cache-remove): Use clear-string to burn
10245         password, if available.
10246
10247 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10248
10249         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10250
10251         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10252
10253         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10254         (gnus-message-highlight-citation): Move defcustom here from
10255         gnus-cite.el.
10256         (gnus-message-citation-mode): Autoload.
10257
10258         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10259         checks to make it compile with XEmacs.
10260         (gnus-message-citation-mode): New minor mode.
10261         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10262         (gnus-message-highlight-citation): New variables.
10263         (gnus-message-search-citation-line)
10264         (gnus-message-add-citation-keywords)
10265         (gnus-message-remove-citation-keywords)
10266         (turn-on-gnus-message-citation-mode)
10267         (turn-off-gnus-message-citation-mode): New functions.
10268
10269 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10270
10271         * gnus-cite.el: Enable highlighting of different citation levels in
10272         message-mode.
10273
10274 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10275
10276         * message.el (message-make-fqdn): Fix comment.
10277         (message-bogus-system-names): Add ".local".
10278
10279         * spam.el (spam-ifile-path, spam-ifile-program)
10280         (spam-ifile-database-path, spam-ifile-database)
10281         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10282         Don't use "path" inappropriately.
10283         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10284         strings.
10285         (spam-check-ifile, spam-ifile-register-with-ifile)
10286         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10287         Use new variable names.
10288
10289         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10290         (gnus-treat-display-smileys): Simplify using
10291         gnus-image-type-available-p.
10292
10293         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10294         available.
10295
10296         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10297         Use `display-images-p' if available.
10298
10299 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10300
10301         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10302         one after turning on the buffer's multibyteness instead of decoding
10303         them directly in the unibyte buffer that causes unexpected conversion
10304         in Emacs 23 (unicode).
10305
10306 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10307
10308         * message.el (message-generate-hashcash): Fix custom type.
10309
10310 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10311
10312         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10313
10314 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10315
10316         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10317         disconnect icons.  Add help text.
10318
10319 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10320
10321         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10322         negated to be consistent with the others we handle.
10323
10324 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10325
10326         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10327         version of gnus-summary-buffer to something, so that we can use two
10328         article buffers at the same time.
10329
10330 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10331
10332         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10333         trigger all the extra headers.
10334         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10335         sorting.
10336
10337 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10338
10339         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10340         solid groups.
10341
10342 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10343
10344         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10345
10346 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10347
10348         * legacy-gnus-agent.el: Add Copyright notice.
10349
10350 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10351
10352         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10353
10354 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10355
10356         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10357
10358         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10359         to make it work reliably in CVS Emacs.
10360         (gnus-summary-limit-strange-charsets-predicate)
10361         (gnus-summary-limit-to-predicate): New functions.
10362
10363 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10364
10365         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10366         specifying array size.
10367         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10368         array if it is too small.
10369         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10370         (gnus-sort-threads-loop): New function.
10371
10372 2006-12-06  Chris Moore  <dooglus@gmail.com>
10373
10374         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10375         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10376
10377 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10378
10379         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10380         options.
10381
10382 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10383
10384         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10385         DOS-ing the recipient.
10386
10387         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10388         the headers when creating the mapping to avoid mismappings.
10389         (nnweb-gmane-create-mapping): Always nix out old mapping.
10390
10391 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10392
10393         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10394         and mm-verify-option to never.
10395
10396 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10397
10398         * message.el (message-signed-or-encrypted-p): New function.
10399         (message-forward-make-body): Use it.
10400
10401         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10402         Replace encode-coding-string with mm-encode-coding-string.
10403
10404 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10405
10406         * nneething.el (nneething-decode-file-name):
10407         Replace decode-coding-string with mm-decode-coding-string.
10408
10409         * gnus-int.el (gnus-open-server): Say failed server's name.
10410
10411 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10412
10413         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10414         strings to a single string.  Quote `errors-file-name'.
10415         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10416         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10417         Adjust calls.  Use `shell-quote-argument'.
10418
10419 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10420
10421         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10422         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10423
10424         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10425         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10426         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10427         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10428         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10429         (gnus-subscribe-newsgroup, gnus-1):
10430         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10431         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10432         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10433         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10434
10435 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10436
10437         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10438         keystroke.
10439         (gnus-summary-limit-to-bodies): Implement headersp.
10440
10441 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10442
10443         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10444
10445 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10446
10447         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10448
10449 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10450
10451         * message.el (message-generate-hashcash): Expand range of values to
10452         include `opportunistic'.
10453         (message-send-mail): Use it.
10454
10455 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10456
10457         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10458         and comment it.
10459
10460         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10461
10462 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10463
10464         * gnus-util.el (gnus-extract-address-components): Improve comment.
10465
10466 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10467
10468         * gnus-util.el (gnus-extract-address-components): Work with address in
10469         which the name portion contains @.
10470
10471         * lpath.el: Fbind custom-autoload.
10472
10473 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10474
10475         * gnus.el (gnus-start): Move custom group up.
10476         (gnus-select-method): Don't autoload, but make it available for
10477         `customize-variable'.
10478         (gnus-getenv-nntpserver): Don't autoload.
10479
10480 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10481
10482         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10483
10484 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10485
10486         * message.el (message-sendmail-extra-arguments): New variable.
10487         (message-send-mail-with-sendmail): Use it.
10488
10489 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10490
10491         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10492         mm-with-unibyte-current-buffer to make string unibyte.
10493
10494         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10495         mm-string-as-multibyte.
10496
10497 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10498
10499         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10500         Reported by Werner Koch <wk@gnupg.org>.
10501
10502 2006-11-14  Daiki Ueno  <ueno@p360>
10503
10504         * mml2015.el: Autoload epa-select-keys when compiling.
10505
10506 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10507
10508         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10509         message-options.
10510         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10511
10512 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10513
10514         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10515         EasyPG (< 0.0.6).
10516         (mml2015-always-trust): New user option.
10517         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10518         prompt.
10519
10520 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10521
10522         * nntp.el (nntp-authinfo-force): New variable.
10523         (nntp-send-authinfo): Use it.
10524
10525 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10526
10527         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10528         decode encoded words.  Improve prompt.  Add comment about forwarding.
10529         (message-replacement-char): Move up.
10530
10531 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10532
10533         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10534         instead of gnus-intersection because arguments of gnus-sorted-nunion
10535         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10536
10537 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10538
10539         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10540         (message-simplify-subject-functions):
10541         Enable message-strip-subject-encoded-words by default.
10542
10543 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10544
10545         * message.el (message-strip-subject-encoded-words): New function.
10546         (message-simplify-subject-functions): New variable.
10547         (message-simplify-subject): Use it.  Fix typo in doc string.
10548         Support message-strip-subject-encoded-words.
10549
10550 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10551
10552         * gnus-diary.el (gnus-diary-delay-format-function):
10553         * nndiary.el (nndiary-reminders):
10554         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10555
10556 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10557
10558         * gnus-art.el (article-hide-boring-headers): Fetch date from
10559         gnus-original-article-buffer to avoid problems with localized date
10560         strings.
10561
10562 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10563
10564         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10565
10566 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10567
10568         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10569         New variables.
10570         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10571         (mm-charset-synonym-alist): Move some entries to
10572         mm-codepage-iso-8859-list.
10573         (mm-charset-synonym-alist, mm-charset-override-alist):
10574         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10575
10576 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10577
10578         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10579
10580 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10581
10582         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10583         with Emacs 21 and XEmacs.
10584
10585 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10586
10587         * spam.el (spam-parse-address): New function for better parsing,
10588         catching errors, etc.
10589         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10590
10591 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10592
10593         * mm-view.el: Add interactive arg to html2text autoload.
10594
10595 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10596
10597         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10598
10599 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10600
10601         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10602         New variables.
10603         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10604         (mm-charset-synonym-alist): Move some entries to
10605         mm-codepage-iso-8859-list.
10606
10607         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10608
10609 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10610
10611         * message.el (message-citation-line-format)
10612         (message-insert-formated-citation-line): Fix implementation of %E, %N
10613         and %n according to the doc string.
10614
10615 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10616
10617         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10618         Use car-safe to avoid bad parses.
10619
10620 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10621
10622         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10623         names.
10624
10625         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10626
10627 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10628
10629         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10630         header.
10631
10632         * message.el (message-draft-headers): Add Date.
10633         (message-headers-to-generate): Fix typo in docstring.
10634
10635         * nndraft.el (nndraft-required-headers): New variable.
10636         (nndraft-generate-headers): Use it.
10637
10638         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10639
10640 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10641
10642         * gnus-registry.el (gnus-registry-wash-for-keywords)
10643         (gnus-registry-find-keywords): New functions to allow easy searching of
10644         articles that are in the registry.
10645
10646 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10647
10648         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10649         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10650         Reported by Damien Elmes <damien@repose.cx>.
10651
10652 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10653
10654         * gnus.el (gnus-mime): Remove unused custom group.
10655
10656 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10657
10658         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10659         "blank line" when searching for end of armor headers.
10660
10661 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10662
10663         * gmm-utils.el (gmm-write-region): Fix variable name.
10664
10665 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10666
10667         * gmm-utils.el (gmm-write-region): New function based on compatibility
10668         code from `mm-make-temp-file'.
10669
10670         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10671
10672         * nnmaildir.el (nnmaildir--update-nov)
10673         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10674         Use `gmm-write-region'.
10675
10676 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10677
10678         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10679         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10680
10681         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10682
10683         * message.el (message-replacement-char): New variable.
10684         (message-fix-before-sending): Use it.
10685         (message-simplify-subject): New function to remove duplicate code.
10686         (message-reply, message-followup): Use it.
10687
10688         * gnus-sum.el (gnus-summary-make-menu-bar):
10689         Clarify gnus-summary-limit-to-articles.
10690
10691 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10692
10693         * gnus-util.el (gnus-with-local-quit): New macro.
10694
10695         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10696
10697 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10698
10699         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10700         ignore non-string data.
10701
10702 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10703
10704         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10705         non-string data (needs to be done in the registry too).
10706
10707 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10708
10709         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10710         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10711         (gnus-registry-split-fancy-with-parent)
10712         (gnus-registry-fetch-simplified-message-subject-fast)
10713         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10714         Remove text properties on ingress into the registry and when it's saved.
10715         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10716         registry from entries with no groups.
10717
10718 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10719
10720         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10721         function to remove string properties.
10722
10723 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10724
10725         * gmm-utils.el (gmm): Adjust custom version.
10726
10727         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10728         Adjust custom version.
10729
10730         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10731
10732 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10733
10734         * gnus-art.el (gnus-insert-prev-page-button)
10735         (gnus-insert-next-page-button): Simplify.  Reformat.
10736
10737 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10738
10739         * gnus-art.el (gnus-insert-prev-page-button)
10740         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10741
10742 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10743
10744         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10745
10746 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10747
10748         * gnus-art.el (gnus-insert-mime-button)
10749         (gnus-insert-mime-security-button):
10750         Apply gnus-article-button-face to MIME and security buttons.
10751
10752 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10753
10754         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10755         readable.
10756
10757 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10758
10759         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10760
10761 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10762
10763         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10764         `browse-url-of-file' instead of `browse-url'.
10765
10766 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10767
10768         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10769         regexp.  Articles containing quotation were cut prematurely.
10770
10771 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10772
10773         * message.el (message-cite-original-1): Use nobody by default for the
10774         value of From header.
10775         (message-reply): Ditto.
10776
10777 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10778
10779         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10780         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10781         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10782
10783 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10784
10785         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10786         mails in the doc string.  Add some URLs in comment.
10787         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10788
10789 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10790
10791         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10792         backslashes handling and the way to find boundaries of quoted strings.
10793
10794 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10795
10796         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10797         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10798         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10799         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10800
10801 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10802
10803         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10804         doc string.
10805         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10806
10807 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10808
10809         * lpath.el: Fbind epg-check-configuration.
10810
10811 2006-09-06  Simon Josefsson  <jas@extundo.com>
10812
10813         * mml2015.el (mml2015-use): Doc fix, mention epg.
10814
10815 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10816
10817         * mml2015.el (mml2015-use): Default to epg, if available.
10818
10819 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10820
10821         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10822         message-sender.
10823         (mml1991-epg-encrypt): Ditto.
10824         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10825         message-sender.
10826         (mml2015-epg-encrypt): Ditto.
10827
10828 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10829
10830         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10831         several common directories.
10832
10833 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10834
10835         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10836         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10837
10838 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10839
10840         * gnus-art.el (article-decode-encoded-words): Make it fast.
10841
10842 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10843
10844         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10845
10846         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10847         in quoted string into `\'.
10848
10849 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10850
10851         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10852         Use standard-syntax-table.
10853
10854 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10855
10856         * gnus-art.el (gnus-decode-address-function): New variable.
10857         (article-decode-encoded-words): Use it to decode headers which are
10858         assumed to contain addresses.
10859         (gnus-mime-delete-part): Remove useless `or'.
10860
10861         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10862         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10863         (gnus-nov-parse-line): Use it to decode From header.
10864         (gnus-get-newsgroup-headers): Ditto.
10865         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10866
10867         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10868         (mail-decode-encoded-address-string): New alias.
10869
10870         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10871         New function.
10872         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10873         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10874         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10875         (rfc2047-decode-string): Ditto.
10876         (rfc2047-decode-address-region): New function.
10877         (rfc2047-decode-address-string): New function.
10878
10879 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10880
10881         * message.el (message-caesar-buffer-body): Allow rotating headers.
10882
10883         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10884
10885         * message.el (message-insert-formated-citation-line): Fix %f.
10886         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10887
10888 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10889
10890         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10891         (gnus-bookmark-mouse-available-p): New macro.
10892         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10893         (gnus-bookmark-bmenu-show-infos): Use it.
10894         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10895         (gnus-bookmark-bmenu-hide-infos): Ditto.
10896         (gnus-bookmark-remove-properties): New function.
10897         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10898         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10899         (gnus-bookmark-write-file): Bind coding-system-for-write.
10900         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10901         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10902         group before selecting it.
10903         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10904         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10905         quit-window if it is not available; use gnus-mouse-2 and bind it to
10906         gnus-bookmark-bmenu-select-by-mouse.
10907         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10908         (gnus-bookmark-bmenu-select-by-mouse): New function.
10909
10910 2006-08-13  Romain Francoise  <romain@orebokech.com>
10911
10912         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10913         space.
10914
10915 2006-08-10  Romain Francoise  <romain@orebokech.com>
10916
10917         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10918         (dns-mode-soa-auto-increment-serial): New user option.
10919         (dns-mode-soa-maybe-increment-serial): New function.
10920         (dns-mode): Add the latter to `write-contents-functions'.
10921
10922 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10923
10924         * compface.el (uncompface): Use binary rather than raw-text-unix.
10925
10926 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10927
10928         * compface.el (uncompface): Make sure the eol conversion doesn't take
10929         place when communicating with the external programs.
10930         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10931
10932 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10933
10934         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10935
10936 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10937
10938         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10939         Make it more robust by parsing author and date independently.
10940
10941 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10942
10943         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10944
10945 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10946
10947         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10948         first matching secret key.
10949         (mml2015-epg-encrypt): Ditto.
10950
10951         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10952         first matching secret key.
10953         (mml1991-epg-encrypt): Ditto.
10954
10955         * mml2015.el (mml2015-encrypt-to-self): New user option.
10956         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10957         mml2015-epg-encrypt-to-self is set.
10958
10959         * mml1991.el (mml1991-encrypt-to-self): New variable.
10960         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10961         mml1991-epg-encrypt-to-self is set.
10962
10963         * mml2015.el (mml2015-signers): New user option.
10964         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10965         (mml2015-epg-encrypt): Allow to select signing keys.
10966
10967         * mml1991.el (mml1991-signers): New variable.
10968         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10969         (mml1991-epg-encrypt): Allow to select signing keys.
10970
10971 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10972
10973         * nnheader.el (nnheader-insert-head): Make it work even if the file
10974         uses CRLF for the line-break code.
10975
10976 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10977
10978         * mml2015.el: Require mml-sec instead of password.
10979         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10980         (mml2015-cache-passphrase): Inherit the default value from
10981         mml-secure-cache-passphrase.
10982         (mml2015-passphrase-cache-expiry): Inherit the default value from
10983         mml-secure-passphrase-cache-expiry.
10984
10985         * mml1991.el: Require mml-sec instead of password.
10986         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10987         (mml1991-cache-passphrase): Inherit the default value from
10988         mml-secure-cache-passphrase.
10989         (mml1991-passphrase-cache-expiry): Inherit the default value from
10990         mml-secure-passphrase-cache-expiry.
10991
10992         * mml-sec.el: Require password.
10993         (mml-secure-verbose): New user option.
10994         (mml-secure-cache-passphrase): New user option.
10995         (mml-secure-passphrase-cache-expiry): New user option.
10996
10997 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10998
10999         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11000         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11001         andreas@altroot.de (Andreas Vögele).
11002
11003         FIXME: Use `tiny change'?
11004
11005 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11006
11007         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11008         workaround for the url package included with Emacs.
11009
11010         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11011
11012 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11013
11014         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11015         correctly.  This fixes a bug caused by the 2006-05-12 change.
11016
11017 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11018
11019         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11020         some information about the error when saying that the `bogus' mail
11021         group will be used.
11022
11023 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11024
11025         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11026         string.
11027
11028 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11029
11030         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11031
11032 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11033
11034         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11035
11036 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11037
11038         * mml1991.el (mml1991-function-alist): Add epg.
11039         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11040         (mml1991-epg-encrypt): New functions.
11041
11042 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11043
11044         * mml2015.el (mml2015-verbose): New variable.
11045         (mml2015-cache-passphrase): Ditto.
11046         (mml2015-passphrase-cache-expiry): Ditto.
11047         (mml2015-function-alist): Add epg.
11048         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11049         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11050         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11051         New functions.
11052
11053 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11054
11055         * message.el (message-cite-original-1): Preserve region when removing
11056         quoted text due to X-No-Archive in order to avoid bogus attribution
11057         when citing multiple messages.
11058
11059 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11060
11061         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11062         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11063
11064 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11065
11066         * gnus-diary.el (gnus-user-format-function-d)
11067         (gnus-user-format-function-D): Autoload.
11068
11069         * imap.el (Commentary): Fix typo.
11070
11071         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11072         2006-04-22 contribution.
11073
11074 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11075
11076         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11077         It didn't really fix the bogosity I'm seeing with solid web groups.
11078
11079 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11080
11081         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11082         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11083         created using server names.  If we use the feature without declaring
11084         it, Gnus does not properly manage server and group state.
11085
11086         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11087         bound.
11088
11089 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11090
11091         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11092         looking up the method using GROUP's prefix before inventing a new one.
11093         It is used on killed/unknown groups in various places where returning
11094         an all-new method isn't expected by the caller.
11095
11096         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11097         and match semantics of gnus-group-real-prefix.
11098
11099 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11100
11101         * nnmail.el (nnmail-broken-references-mailers): New variable.
11102         (nnmail-ignore-broken-references): New function generalizing
11103         nnmail-fix-eudora-headers.
11104         (nnmail-fix-eudora-headers): Now obsolete.
11105
11106         * gnus-art.el (gnus-button-handle-custom):
11107         Support `customize-apropos*'.
11108
11109 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11110
11111         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11112
11113         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11114         articles.
11115
11116 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11117
11118         * message.el (message-cite-reply-above): New variable.
11119         (message-yank-original): Use it.
11120
11121 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11122
11123         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11124
11125 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11126
11127         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11128         as read.
11129
11130         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11131
11132 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11133
11134         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11135         (gnus-bookmark-default-file): Use gnus-directory.
11136         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11137         Remove "*" in doc string.
11138         (gnus-bookmark-write-file): Simplify.
11139         (gnus-bookmark-maybe-sort-alist): Use `when'.
11140         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11141         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11142         Add FIXME about Emacs 21 and XEmacs compatibility.
11143         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11144         compatibility.
11145         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11146         compatibility.
11147         (gnus-bookmark-menu-heading): Fix version.
11148
11149 2006-06-19  Bastien Guerry  <bzg@altern.org>
11150
11151         * gnus-bookmark.el: New file.
11152
11153 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11154
11155         * message.el (message-syntax-checks): Doc fix.
11156
11157 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11158
11159         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11160         unsubscribed groups as if they were killed ones.  It causes duplicate
11161         entries in gnus-newsrc-alist.
11162
11163 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11164
11165         * message.el (message-syntax-checks): Doc fix.
11166         (message-send-mail): Add check for continuation headers.
11167         (message-check-news-header-syntax): Fix regexp used to check for
11168         continuation headers.
11169
11170 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11171
11172         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11173
11174 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11175
11176         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11177
11178 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11179
11180         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11181         default-truncate-lines.
11182
11183 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11184
11185         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11186         to fill the utf-8 entry.
11187
11188         * lpath.el: Fbind unicode-precedence-list.
11189
11190 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11191
11192         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11193
11194 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11195
11196         * gnus-agent.el (directory-files-and-attributes): Move all the way
11197         forward (the third and final move).
11198         (gnus-agent-read-agentview): Trap reconstruction errors due to
11199         nonexistent directory.  Handle by returning nil.
11200
11201 2006-05-30  Didier Verna  <didier@xemacs.org>
11202
11203         * message.el (message-dont-reply-to-names): Update the custom type.
11204         * message.el (message-dont-reply-to-names): New defsubst: potentially
11205         convert a list of regexps into a single one.
11206         * message.el (message-get-reply-headers): Use it.
11207         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11208
11209 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11210
11211         * gnus-agent.el (directory-files-and-attributes): Move forward.
11212
11213 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11214
11215         * gnus-ml.el (gnus-mailing-list-subscribe)
11216         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11217         (gnus-mailing-list-message): Fix doc strings.
11218
11219 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11220
11221         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11222         of doing it manually.
11223
11224 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11225
11226         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11227         comment.
11228
11229 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11230
11231         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11232         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11233         (gnus-agent-read-local): All symbols allocated in my-obarray.
11234         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11235         (gnus-agent-regenerate-group): Check numeric names to see if they are
11236         messages or groups.
11237         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11238         better way of do this...)
11239
11240         * gnus-cache.el (gnus-agent-total-fetched-for):
11241         Ignore 'dummy.group' (there should be a better way of do this...)
11242
11243 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11244
11245         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11246         (gnus-saved-headers): Ditto.
11247         (gnus-default-article-saver): Mention functions may have properties.
11248         (gnus-article-save): Override gnus-save-all-headers and
11249         gnus-saved-headers by :headers property which saver function may have.
11250         (gnus-summary-save-in-file): Add :headers property.
11251         (gnus-summary-write-to-file): Ditto.
11252
11253         * gnus-sum.el (gnus-summary-save-article): Bind
11254         gnus-prompt-before-saving to t when saving many articles in a file;
11255         always show all headers.
11256
11257         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11258
11259 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11260
11261         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11262         marks.
11263
11264         * message.el (message-indent-citation): Add optional arguments to allow
11265         using it outside of message buffers.
11266
11267         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11268         (gnus-article-treat-unfold-headers): Use it.
11269         (gnus-article-truncate-lines): New variable.
11270         (gnus-article-mode): Use it.
11271         (gnus-article-toggle-truncate-lines): New function.
11272
11273         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11274         Add gnus-article-toggle-truncate-lines.
11275
11276         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11277         coding system in XEmacs, use binary.
11278
11279 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11280
11281         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11282         after-load-alist.
11283
11284         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11285         this function should save decoded articles.
11286         (gnus-summary-write-to-file): Use property to specify this function
11287         should save decoded articles and specify gnus-summary-save-in-file
11288         should be used to save articles other than the first one when saving
11289         many articles.
11290         (gnus-summary-save-body-in-file): Use property to specify this
11291         function should save decoded articles.
11292         (gnus-summary-write-body-to-file): Use property to specify this
11293         function should save decoded articles and specify
11294         gnus-summary-save-body-in-file should be used to save articles other
11295         than the first one when saving many articles.
11296
11297         * gnus-sum.el (gnus-summary-save-article): Simplify.
11298
11299 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11300
11301         * gnus-art.el (gnus-default-article-saver):
11302         Add gnus-summary-write-body-to-file.
11303         (gnus-article-save-coding-system): Don't use coding system object
11304         in XEmacs.
11305         (gnus-read-save-file-name): Add optional `dir-var' argument which
11306         specifies directory in which files are saved; work even if optional
11307         `variable' argument is not specified.
11308         (gnus-summary-write-to-file): Read file name.
11309         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11310         (gnus-summary-write-body-to-file): New function.
11311
11312         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11313         (gnus-summary-local-variables): Add it.
11314         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11315         (gnus-summary-save-article): Remove optional `decode' argument;
11316         determine whether to decode articles by the value of
11317         gnus-default-article-saver; when saving many files using
11318         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11319         it first and use gnus-summary-save-in-file or
11320         gnus-summary-save-body-in-file thereafter unless
11321         gnus-prompt-before-saving is always; move point to article which
11322         will be saved.
11323         (gnus-summary-save-article-file): Revert.
11324         (gnus-summary-write-article-file): Revert.
11325         (gnus-summary-save-article-body-file): Revert.
11326         (gnus-summary-write-article-body-file): New function.
11327
11328 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11329
11330         * gnus-art.el (gnus-default-article-saver): Doc fix.
11331         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11332         from gnus-summary-save-article-coding-system, and default to a
11333         certain coding system.
11334         (gnus-output-to-file): Add coding cookie and encode text according
11335         to gnus-article-save-coding-system; don't use mm-append-to-file.
11336
11337         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11338         gnus-art.el and rename to gnus-article-save-coding-system.
11339         (gnus-summary-save-article): Require gnus-art; don't show all
11340         headers if it decodes articles; don't add coding cookie here;
11341         don't bind mm-text-coding-system-for-write.
11342         (gnus-summary-save-article-file): Save decoded articles.
11343         (gnus-summary-write-article-file): When saving many files, use
11344         gnus-summary-write-to-file first and gnus-summary-save-in-file
11345         thereafter unless gnus-prompt-before-saving is always.
11346         (gnus-summary-save-article-body-file): Save decoded articles.
11347
11348         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11349
11350 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11351
11352         * nnrss.el (nnrss-check-group): Bind hash-index.
11353
11354 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11355
11356         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11357         its hash index.  Store this hash in `nnrss-group-data'.
11358         (nnrss-read-group-data): Update accordingly.
11359
11360 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11361
11362         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11363         entry.
11364
11365         * gnus-sum.el (gnus-summary-make-menu-bar):
11366         Add gnus-article-browse-html-article.
11367
11368 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11369
11370         * gnus-sum.el (gnus-summary-mime-map):
11371         Add gnus-article-browse-html-article.
11372
11373         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11374
11375 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11376
11377         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11378         suitable coding systems in customize.
11379
11380 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11381
11382         * mail-source.el (mail-sources): Fix custom type.
11383
11384 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11385
11386         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11387         (gnus-summary-expire-articles-now): Shorten prompt.
11388
11389         * gmm-utils.el (wid-edit): Require.
11390         (defun-gmm): Rename from `gmm-defun-compat'.
11391         (gmm-image-search-load-path): Use it.
11392         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11393
11394 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11395
11396         * gnus-sum.el (gnus-summary-save-article-coding-system):
11397         New variable.
11398         (gnus-summary-save-article): Add optional `decode' argument.
11399         If it is set and gnus-summary-save-article-coding-system is non-nil,
11400         save decoded article.
11401         (gnus-summary-write-article-file): Save decoded article if
11402         gnus-summary-save-article-coding-system is non-nil.
11403
11404         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11405         type.
11406
11407 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11408
11409         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11410
11411 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11412
11413         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11414         first to test gnus-single-article-buffer which may be buffer-local.
11415
11416         * gnus-sum.el (gnus-summary-setup-buffer):
11417         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11418         group; make gnus-article-buffer, gnus-article-current, and
11419         gnus-original-article-buffer always buffer-local.
11420         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11421         group.
11422         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11423
11424 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11425
11426         * nnml.el (nnml-request-compact-group): Compressed files might not
11427         have .gz extension.
11428
11429 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11430
11431         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11432         (mm-copy-to-buffer): Use with-current-buffer.
11433         (mm-display-part): Simplify.
11434         (mm-inlinable-p): Add optional arg `type'.
11435
11436 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11437
11438         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11439         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11440         Try harder to show the attachment internally or externally using
11441         gnus-mime-view-part-as-type.
11442
11443 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11444
11445         * message.el (message-from-style, message-signature-separator)
11446         (message-user-organization-file, message-send-mail-function)
11447         (message-citation-line-function, message-yank-prefix)
11448         (message-indent-citation-function, message-signature)
11449         (message-signature-file, message-signature-insert-empty-line):
11450         Remove autoloads.
11451
11452         * gnus-art.el (gnus-buttonized-mime-types):
11453         Remove "multipart/signed".  Revert 2006-04-26 change.
11454
11455 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11456
11457         * gnus.el (gnus-version-number): Bump version.
11458
11459 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11460
11461         * gnus.el: No Gnus v0.5 is released.
11462
11463 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11464
11465         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11466         fetching articles by message-id.
11467
11468 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11469
11470         * message.el (hashcash): Require hashcash as normal.
11471
11472         * ecomplete.el (ecomplete-highlight-match-line):
11473         Use point-at-eol.
11474         (ecomplete-highlight-match-line): Use `highlight', because that
11475         face exists in both Emacs and XEmacs.
11476
11477         * message.el (message-display-abbrev): Use point-at-bol.
11478
11479         * mail-source.el: Don't require timer/timer-funcs.
11480
11481         * gnus-async.el: Ditto.
11482
11483         * password.el: Ditto.
11484
11485         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11486
11487         * mm-url.el: Ditto.
11488
11489         * gnus-xmas.el: Don't require timer-funcs.
11490
11491         * mm-util.el: Require timer/timer-funcs.
11492
11493 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11494
11495         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11496         Close.
11497
11498 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11499
11500         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11501         unibyte after clear-decrypt function runs.
11502
11503         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11504         returns as a unibyte string.
11505
11506 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11507
11508         * lpath.el: Revert.
11509
11510         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11511         (pgg-gpg-process-sentinel): Revert.
11512
11513         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11514         (pgg-pgp-lookup-key): Revert.
11515
11516         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11517         (pgg-pgp5-lookup-key): Revert.
11518
11519         * pgg.el (pgg-fetch-key): Revert.
11520
11521 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11522
11523         * lpath.el: Fbind string-as-multibyte for XEmacs.
11524
11525         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11526         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11527         (mml1991-pgg-encrypt): Ditto.
11528
11529         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11530         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11531         a multibyte buffer.
11532
11533         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11534         (pgg-pgp-lookup-key): Ditto.
11535
11536         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11537         (pgg-pgp5-lookup-key): Ditto.
11538
11539         * pgg.el (pgg-fetch-key): Ditto.
11540
11541 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11542
11543         * message.el (message-user-organization-file): Check several
11544         locations of the organization file.
11545
11546         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11547         Add gnus-article-view-part-as-type.
11548
11549         * gnus-art.el (gnus-article-view-part-as-type): New function.
11550
11551         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11552         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11553
11554         * mml.el: Simplify autoload.
11555         (mml-mode): defvar dnd-protocol-alist instead of using
11556         symbol-value.
11557         (mml-default-directory): New variable.
11558         (mml-minibuffer-read-file): Use it.
11559         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11560
11561         * message.el (message-citation-line-format): New variable.
11562         (message-insert-formated-citation-line): New function.
11563         (message-citation-line-function):
11564         Add `message-insert-formated-citation-line' to custom type.
11565
11566         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11567         to doc string.
11568
11569         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11570         depending on mm-verify-option.
11571
11572 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11573
11574         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11575         binding pgg-* variables; reimplement the section which prevents
11576         MIME header from being signed.
11577         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11578         pgg-text-mode; remove a blank line at the top of body.
11579
11580         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11581         lines at the top of body; use gnus-newsgroup-charset if there's no
11582         Charset header.
11583
11584 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11585
11586         * message.el (message-self-insert-commands): Doc fix.
11587
11588         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11589         (mm-uu-pgp-encrypted-test): Ditto.
11590         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11591         between header and body; return application/pgp-encrypted handle
11592         if decryption failed; decode decrypted body by charset.
11593
11594         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11595         element match to application/pgp-*.
11596
11597 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11598
11599         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11600         HTML.
11601
11602 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11603
11604         * mail-source.el (mail-source-call-script): Message the error
11605         string.
11606
11607 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11608
11609         * gnus-util.el (gnus-byte-compile): Use it.
11610
11611 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11612
11613         * gnus-util.el (kill-empty-logs): New function.
11614
11615 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11616
11617         * message.el (message-mail-alias-type): Doc fix.
11618         (message-mail-alias-type-p): New function.
11619         (message-send): Use it.
11620         (message-mode): Ditto.
11621         (message-strip-forbidden-properties): Ditto.
11622
11623         * ecomplete.el (ecomplete-database-file-coding-system):
11624         New variable.
11625         (ecomplete-save): Use it.
11626         (ecomplete-setup): Use it.
11627
11628 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11629
11630         * message.el (message-self-insert-commands): New variable.
11631         (message-strip-forbidden-properties): Use it.
11632
11633 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11634
11635         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11636         that doesn't make XEmacs choke.
11637
11638 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11639
11640         * gnus-util.el (gnus-replace-in-string):
11641         Prefer replace-regexp-in-string over of replace-in-string.
11642
11643 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11644
11645         * gnus-util.el (gnus-select-frame-set-input-focus):
11646         Use select-frame-set-input-focus if it is available in XEmacs; use
11647         definition defined in Emacs 22 for old Emacsen.
11648
11649         * dgnushack.el: Autoload unmorse-region for XEmacs.
11650
11651         * lpath.el: Bind cursor-in-non-selected-windows and
11652         select-frame-set-input-focus for XEmacs.
11653
11654 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11655
11656         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11657
11658 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11659
11660         * gnus-registry.el (gnus-registry-cache-save): Remove text
11661         properties when saving via the temp buffer.
11662
11663 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11664
11665         * message.el (message-generate-hashcash): Honor custom type.
11666
11667 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11668
11669         * message.el (message-generate-hashcash): Default to non-nil when
11670         hashcash is found.
11671
11672         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11673         (gnus-refer-thread-limit): Increase default to 500.
11674
11675         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11676
11677         * flow-fill.el (fill-flowed): Allow delete-space.
11678
11679 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11680
11681         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11682         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11683         Remove autoloads.
11684
11685 2006-04-18  Simon Josefsson  <jas@extundo.com>
11686
11687         * message.el (message-generate-hashcash): Default to.
11688
11689 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11690
11691         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11692         concatenating segments rather than before concatenating them.
11693
11694 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11695
11696         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11697
11698 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11699
11700         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11701
11702         * message.el (message-forward-make-body-plain):
11703         Allow message-forward-ignored-headers to be a list.
11704         (message-remove-ignored-headers): Factor out into function.
11705         (message-forward-make-body-mml): Use it.
11706
11707         * imap.el (imap-quote-specials): New function.
11708         (imap-login-auth): Quote specials.
11709
11710         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11711         (rfc2231-parse-string): Allow concatanation of parameters that
11712         aren't contiguous.  The test case is
11713           (mail-header-parse-content-type "message/external-body;
11714             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11715             access-type=LOCAL-FILE;
11716             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11717
11718 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11719
11720         * nntp.el (nntp-accept-process-output): Return the value of
11721         `nnheader-accept-process-output'.
11722
11723 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11724
11725         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11726         (gnus-button-alist): Recognize more diff formats.
11727         (gnus-button-patch): Strip directory.
11728
11729 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11730
11731         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11732         Emacs 22 when setting focus.
11733
11734 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11735
11736         * gnus-art.el (gnus-article-treat-types): Do treatment of
11737         text/x-verbatim parts.
11738         (gnus-button-patch): New command.
11739
11740         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11741         addresses that contain invalid characters.
11742
11743 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11744
11745         * message.el (message-put-addresses-in-ecomplete):
11746         Use gnus-replace-in-string.
11747         (message-is-yours-p): Use the more correct
11748         mail-header-parse-address instead of
11749         mail-extract-address-components.
11750         (message-put-addresses-in-ecomplete): Fix typo.
11751
11752         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11753         keystroke.
11754
11755         * gnus-art.el (gnus-treatment-function-alist): Change order of
11756         newsgroups/generic header folding to avoid double-folding.
11757
11758         * message.el (message-hidden-headers): Add X-Draft-From.
11759
11760         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11761         New command.
11762         (gnus-summary-repeat-search-article-backward): New command.
11763
11764         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11765         groups in the parent topic.
11766
11767 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11768
11769         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11770         (spam-extra-header-to-number): Return the CRM114 number as a
11771         number instead of a string.
11772
11773 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11774
11775         * gnus-art.el (gnus-face-properties-alist): Move here from
11776         gnus-fun.
11777
11778         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11779
11780 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11781
11782         * message.el (message-strip-forbidden-properties): Only display on
11783         self-insert-command.
11784
11785         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11786         reindent.
11787         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11788
11789 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11790
11791         * smiley.el (smiley-style): Fix typo.
11792
11793 2006-03-23  Kenichi Handa  <handa@m17n.org>
11794
11795         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11796         instead of set-buffer-multibyte.
11797
11798 2006-03-23  Kenichi Handa  <handa@m17n.org>
11799
11800         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11801         buffer and then decode the buffer text if necessary.
11802         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11803         first, and after mm-encode-body, change the buffer to unibyte.
11804
11805 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11806
11807         * hashcash.el (hashcash-insert-payment-async-2):
11808         Use message-goto-eoh instead of doing it manually.
11809         (mail-add-payment): Use message-narrow-to-header instead of trying
11810         to do the same itself.
11811
11812         * message.el (message-hidden-headers): Add Face.
11813
11814         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11815         reparenting code.
11816         (gnus-summary-reparent-children): Refactored out code.
11817         (gnus-summary-thread-map): New keystroke.
11818         (gnus-summary-reparent-children): Make into command.
11819
11820         * smiley.el (smiley-style): Default to `medium' if using a large
11821         font.
11822
11823         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11824         does it itself.
11825
11826         * message.el (message-point-in-header-p): Simplify definition.
11827
11828 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11829
11830         * nnagent.el (nnagent-request-set-mark): Silence log file
11831         writing.
11832         (nnagent-request-set-mark): Use write-region instead of
11833         append-to-file.
11834
11835         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11836         strange select method.
11837
11838         * ecomplete.el (ecomplete-display-matches): Get highlightling
11839         right.
11840         (ecomplete-display-matches): Use literals.
11841         (ecomplete-display-matches): Disable message logging.
11842
11843         * message.el (message-display-abbrev): Small optimization.
11844
11845         * ecomplete.el (ecomplete-display-matches): Allow automatic
11846         display.
11847
11848         * message.el (message-strip-forbidden-properties):
11849         Display abbrevs.
11850         (message-display-abbrev): Get automatic display right.
11851
11852         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11853         keystrokes.
11854
11855 2006-04-13  Romain Francoise  <romain@orebokech.com>
11856
11857         TODO: Backport to v5-10!
11858
11859         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11860         Move here (and rename) from gnus-registry.el.
11861
11862         * gnus-registry.el: Require gnus-util.
11863         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11864
11865 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11866
11867         * gnus-group.el (gnus-group-catchup-current):
11868         Change if-then-else-if-then-else into cond.
11869         (gnus-group-catchup): Indent.
11870         (group-name-at-point): New function.
11871         (gnus-fetch-group): Provide default from thing at point.
11872
11873 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11874
11875         * message.el (message-display-abbrev): Fix regexp.
11876
11877         * ecomplete.el (ecomplete-highlight-match-line):
11878         Reimplement choosing.
11879         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11880         dead variables.
11881
11882         * message.el (message-newline-and-indent): Remove debugging.
11883         (message-display-abbrev): Use new implementation.
11884
11885 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11886
11887         * gnus-art.el (gnus-article-mode):
11888         Set cursor-in-non-selected-windows to nil.
11889
11890         * smiley.el: Revert previous change.
11891         (smiley-data-directory): defvar it before using it in the
11892         defcustom of `smiley-style'.
11893
11894 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11895
11896         * message.el (message-newline-and-indent): New function.
11897
11898         * ecomplete.el: Implement more bits.
11899
11900         * message.el (message-put-addresses-in-ecomplete): Clean up the
11901         string.
11902
11903         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11904
11905         * gnus-sum.el (gnus-summary-save-parts):
11906         Bind gnus-summary-save-parts-counter and use it to make unique file
11907         names.
11908
11909         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11910
11911         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11912         parameter to say whether to actually parse the individual
11913         addresses.
11914
11915         * message.el (message-put-addresses-in-ecomplete): New function.
11916         (ecomplete): Require.
11917         (message-mail-alias-type): Add ecomplete as an option.
11918
11919 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11920
11921         * flow-fill.el (fill-flowed): Remove trailing space from blank
11922         quoted lines.
11923
11924 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11925
11926         * smiley.el (smiley-style): Move definition later to avoid a
11927         compilation warning.
11928
11929 2006-04-12  Kenichi Handa  <handa@m17n.org>
11930
11931         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11932         buffer and then decode the buffer text if necessary.
11933         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11934         first, and after mm-encode-body, change the buffer to unibyte.
11935         Use mm-disable-multibyte instead of set-buffer-multibyte.
11936
11937 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11938
11939         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11940         Content-Type header instead of Content-Disposition header.
11941         (gnus-mime-inline-part): Ditto.
11942         (gnus-mime-view-part-as-charset): Ignore charset that the part
11943         specifies.
11944
11945         * mm-decode.el (mm-display-part): Work with external parts and
11946         usual parts similarly.
11947
11948         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11949         instead of gnus-display-mime.
11950
11951         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11952         instead of with-temp-buffer.
11953
11954         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11955         tag to summarized topics part in order to encode non-ASCII text.
11956
11957 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11958
11959         * smiley.el (smiley-style): New variable.
11960         (smiley-directory): New function.
11961         (smiley-data-directory): Derive from `smiley-style' using
11962         `smiley-directory'.
11963         (smiley-regexp-alist): Add new entries.
11964
11965         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11966         (gnus-article-browse-delete-temp): Add :version.
11967
11968 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11969
11970         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11971         the sieve region.
11972
11973 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11974
11975         * gnus.el (gnus-version-number): Bump version.
11976
11977 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11978
11979         * gnus.el: No Gnus v0.4 is released.
11980
11981 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11982
11983         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11984         layout.
11985
11986         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11987         unknown charset.
11988
11989         * message.el (message-header-synonyms): Add Original-To to the
11990         default.
11991
11992         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11993         optional parameter.
11994
11995 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11996
11997         * gnus-fun.el (gnus): Require it for gnus-directory.
11998
11999 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12000
12001         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12002
12003 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12004
12005         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12006
12007 2006-04-05  Simon Josefsson  <jas@extundo.com>
12008
12009         * password.el (password-reset): New function.
12010
12011 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12012
12013         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12014         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12015
12016 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12017
12018         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12019         Some whitespace was matched into the url, which broke browsing hits
12020         > 100 when mm-url-use-external was nil.
12021
12022 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12023
12024         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12025         Check gnus-extra-headers for 'Newsgroups.
12026
12027         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12028         bound.
12029
12030 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12031
12032         * pgg-gpg.el: Clean up process buffers every time gpg processes
12033         complete.
12034
12035 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12036
12037         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12038         doc string.
12039
12040 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12041
12042         * pgg-gpg.el (pgg-gpg-process-filter)
12043         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12044
12045         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12046         lines, temporary fix.
12047
12048 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12049
12050         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12051
12052 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12053
12054         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12055         default-enable-multibyte-characters.  This reverts the change from
12056         revision 6.17 which is no longer necessary because the passphrase
12057         is sent separately now.  GnuPG messages are unreadable under
12058         multibyte locales with default-enable-multibyte-characters set to
12059         nil.
12060
12061 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12062
12063         * message.el (message-tool-bar-gnome): Move "spell".
12064
12065 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12066
12067         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12068         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12069         instead.
12070
12071 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12072
12073         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12074         Improve newsgroups handling for NNTP overviews which don't include
12075         Newsgroups.
12076
12077 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12078
12079         * message.el (message-resend): Bind message-generate-hashcash to nil.
12080
12081 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12082
12083         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12084         when searching for already-paid recipients.
12085
12086 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12087
12088         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12089         passphrases when it is not needed.
12090         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12091         passphrase stuff from gpg, should only be necessary when you use
12092         gpg with a smartcard.
12093
12094 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12095
12096         * mml.el (mml-insert-mime): Ignore cached contents of
12097         message/external-body part.
12098
12099         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12100         (mm-insert-part): Ditto.
12101
12102 2006-03-23  Simon Josefsson  <jas@extundo.com>
12103
12104         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12105         Reiner.
12106         (pgg-gpg-use-agent-p): Use it again.
12107
12108 2006-03-23  Simon Josefsson  <jas@extundo.com>
12109
12110         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12111         older emacsen.
12112         (pgg-gpg-use-agent-p): Don't use it.
12113
12114 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12115
12116         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12117         if we can.
12118
12119 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12120
12121         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12122         (pgg-gpg-update-agent): New function.
12123         (pgg-gpg-use-agent-p): New function.
12124         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12125         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12126         (pgg-gpg-sign-region): Use it.
12127
12128 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12129
12130         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12131         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12132
12133 2006-03-21  Simon Josefsson  <jas@extundo.com>
12134
12135         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12136         <wilde@sha-bang.de>.
12137         (pgg-gpg-use-agent): New variable.
12138         (pgg-gpg-process-region): Use it.
12139         (pgg-gpg-encrypt-region): Likewise.
12140         (pgg-gpg-encrypt-symmetric-region): Likewise.
12141         (pgg-gpg-decrypt-region): Likewise.
12142         (pgg-gpg-sign-region): Likewise.
12143         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12144
12145 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12146
12147         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12148
12149         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12150         Add comment on version.
12151
12152 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12153
12154         * smiley.el: Add missing test smiley.
12155
12156 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12157
12158         * mm-decode.el (mm-with-part): New macro.
12159         (mm-get-part): Use it; work with message/external-body as well.
12160         (mm-save-part): Treat name and filename equally.
12161
12162         * mm-extern.el (mm-extern-cache-contents): New function.
12163         (mm-inline-external-body): Use it; force the part to be displayed;
12164         move undisplayer added to the cached handle to the parent.
12165
12166         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12167         (gnus-mime-view-part-as-type): Work with message/external-body.
12168
12169         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12170
12171 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12172
12173         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12174         images in image-load-path.  [Sync with image.el, revision 1.60, in
12175         Emacs.]
12176
12177 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12178
12179         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12180         path rather than symbol.  Always return list of directories.
12181         Guarantee that image directory comes first.  [Sync with image.el,
12182         revision 1.59, in Emacs.]
12183
12184         * message.el (message-make-tool-bar): Adjust to new API of
12185         `gmm-image-load-path-for-library'.
12186
12187         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12188
12189         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12190
12191 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12192
12193         * gnus-art.el (gnus-article-only-boring-p):
12194         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12195         intangible text.
12196         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12197
12198 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12199
12200         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12201         Use `defun' instead of `gmm-defun-compat'.
12202
12203 2006-03-14  Simon Josefsson  <jas@extundo.com>
12204
12205         * message.el (message-unique-id): Don't use message-number-base36
12206         if (user-uid) is a float.
12207         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12208
12209 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12210
12211         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12212
12213         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12214         empty line between a part and a message part.
12215
12216 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12217
12218         * smiley.el: Add more test smileys.
12219         (smiley-data-directory, smiley-regexp-alist)
12220         (gnus-smiley-file-types): Fix doc strings.
12221         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12222         adding new elements.
12223         (smiley-mouse-map): Unused code.  Make it a comment.
12224
12225 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12226
12227         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12228         scan latest NoCeM messages instead of old ones.
12229         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12230         delimiters that are recently used.
12231         (gnus-nocem-load-cache): Add autoload cookie.
12232
12233         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12234
12235         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12236         level which is larger than gnus-use-nocem is specified.
12237
12238         * gnus-group.el (gnus-group-get-new-news): Ditto.
12239
12240 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12241
12242         * gnus-util.el (gnus-tool-bar-update): New function.
12243
12244         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12245         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12246
12247         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12248
12249         * gnus-group.el (gnus-group-redraw-when-idle)
12250         (gnus-group-redraw-check): Remove.
12251         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12252
12253 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12254
12255         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12256         if optional last element is specified in splits (FIELD VALUE...).
12257
12258 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12259
12260         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12261         to gmm-image-load-path-for-library.  Call with no-error argument.
12262         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12263
12264         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12265
12266         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12267
12268         * gmm-utils.el (gmm-image-load-path): Remove alias.
12269
12270 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12271
12272         * gmm-utils.el (gmm-image-load-path): Add alias.
12273
12274         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12275         nnml-generate-nov-databases-1.
12276         (nnml-generate-nov-databases): Use it.
12277         (nnml-generate-nov-databases-directory): Document no-active
12278         argument.
12279
12280         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12281         directory if path is t.  Add no-error.
12282
12283         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12284         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12285
12286         * gnus-art.el (gnus-article-browse-delete-temp-files):
12287         Simplify resetting gnus-article-browse-html-temp-list.
12288
12289         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12290         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12291         Add example to docstring.  Rename local variables.  Move error
12292         checks to default case in cond and simplify.
12293
12294 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12295
12296         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12297         handle is multipart when calling it recursively.
12298         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12299
12300 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12301
12302         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12303         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12304
12305 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12306
12307         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12308         is loaded.
12309
12310         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12311         loaded.
12312
12313 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12314
12315         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12316         to "Emacs 23 (unicode)" in doc string.
12317
12318         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12319         "Emacs 23 (unicode)" in comment.
12320
12321 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12322
12323         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12324
12325         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12326         characters 160 through 255 in Emacs 23.
12327
12328 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12329
12330         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12331         gnus-article-browse-html-temp.
12332         (gnus-article-browse-delete-temp): Make it customizable.
12333         Add `file'.  Adjust doc string.
12334         (gnus-article-browse-delete-temp-files): Add argument.
12335         Allow query for each file.  Adjust doc string.
12336         (gnus-article-browse-html-parts):
12337         Add `gnus-article-browse-delete-temp-files' to
12338         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12339
12340 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12341
12342         * gnus-art.el (gnus-article-browse-html-temp)
12343         (gnus-article-browse-delete-temp): New variables.
12344         (gnus-article-browse-delete-temp-files): New function.
12345         (gnus-article-browse-html-parts): Use it.
12346
12347 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12348
12349         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12350
12351         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12352         string.
12353
12354         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12355         gnus-summary-insert-new-articles when unplugged.
12356         Remove gnus-summary-search-article-forward.
12357
12358         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12359         display-visual-class instead of display-color-cells.
12360
12361 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12362
12363         * dgnushack.el: Autoload customize-group for XEmacs.
12364
12365         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12366         message/* containing non-ASCII text properly.
12367
12368 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12369
12370         * message.el: Require gmm-utils, remove autoloads.
12371         (message-tool-bar): Set default based on
12372         gmm-tool-bar-style.
12373         (message-tool-bar-gnome): Add gmm-customize-mode.
12374
12375         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12376         gmm-tool-bar-style.
12377         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12378
12379         * gnus-group.el (gnus-group-tool-bar): Set default based on
12380         gmm-tool-bar-style.
12381         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12382
12383         * gmm-utils.el (gmm-image-directory): Rename variable from
12384         gmm-image-load-path.
12385         (gmm-image-load-path): Use gmm-image-directory.
12386         (gmm-customize-mode): New function.
12387         (gmm-tool-bar-style): New variable.
12388
12389         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12390         gnus-group-redraw-line-number.
12391         (gnus-group-redraw-check): Simplify.
12392         (gnus-group-tool-bar-update): Remove redraw check.
12393         (gnus-group-make-tool-bar): Add redraw check.
12394
12395 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12396
12397         * gnus-art.el (gnus-button): Add missing parentheses.
12398
12399 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12400
12401         * lpath.el: Fbind line-number-at-pos.
12402
12403 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12404
12405         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12406
12407 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12408
12409         * gnus-art.el (gnus-button): New face.
12410         (gnus-article-button-face): Use it.
12411
12412         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12413         Add gnus-summary-next-page.  Re-order.
12414
12415         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12416         next-node are now included.
12417         (gnus-group-redraw-line-number): New internal variable.
12418         (gnus-group-redraw-check): Helper function for updating the tool
12419         bar.
12420         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12421
12422         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12423
12424         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12425         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12426         Use it to match format of Spamassassin 3.0 and later.
12427         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12428         (spam-check-bogofilter)
12429         (spam-bogofilter-register-with-bogofilter): Fix args of
12430         `gnus-error' calls.
12431
12432 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12433
12434         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12435         unnecessary interaction when sending queued mails.
12436         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12437
12438 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12439
12440         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12441         first or last are nil.
12442
12443 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12444
12445         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12446
12447 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12448
12449         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12450
12451 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12452
12453         * dns.el (query-dns): Protect more against buggy tcp output.
12454
12455 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12456
12457         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12458         nov.php.
12459
12460 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12461
12462         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12463         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12464         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12465         output on the server side.
12466         (nnweb-google-create-mapping): Update regexps and add some
12467         progress indication.
12468
12469 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12470
12471         * gnus-group.el (gnus-group-tool-bar-gnome):
12472         Fix gnus-agent-toggle-plugged.  Re-order icons.
12473         (gnus-group-tool-bar-gnome):
12474         Add gnus-group-{prev,next}-unread-group.
12475         (gnus-group-tool-bar-gnome): Re-order icons.
12476
12477         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12478         Move gnus-summary-insert-new-articles.
12479
12480         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12481         Fix comments.
12482
12483         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12484         also available in Emacs 21.3.
12485
12486         * message.el (message-fix-before-sending): Change "Emacs 22" to
12487         "Emacs 23 (unicode)" in comment.
12488
12489         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12490         "Emacs 23 (unicode)" in comment.
12491
12492         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12493         comment.
12494         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12495
12496         * mm-view.el (mm-fill-flowed): Add :version.
12497
12498 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12499
12500         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12501         and load-path.
12502
12503 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12504
12505         * message.el: Autoload gmm-image-load-path.
12506         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12507         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12508         consitency.
12509
12510         * gmm-utils.el (gmm-image-load-path): Also search in
12511         "../etc/images".  Don't set gmm-image-load-path if we don't find
12512         the image.
12513
12514 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12515
12516         * gmm-utils.el (gmm-image-load-path): Don't make
12517         `gmm-image-load-path' include subdirectories which the second arg
12518         `image' might specify.
12519
12520         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12521         subdirectory to icon file names.
12522
12523         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12524
12525 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12526
12527         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12528         gmm-image-load-path calls.
12529
12530         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12531
12532         * message.el (message-make-tool-bar): Ditto.
12533
12534         * mml.el (mml-preview): Add comment concerning tool bar icons.
12535
12536         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12537         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12538
12539         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12540         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12541
12542         * message.el (message-tool-bar-gnome): Use new icon names.
12543         (message-make-tool-bar): Use `gmm-image-load-path'.
12544
12545         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12546         New functions from MH-E.
12547         (gmm-image-load-path): New variable from MH-E.
12548         (gmm-image-load-path): New function from MH-E.  Add arguments
12549         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12550         *-image-load-path-called-flag.
12551
12552 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12553
12554         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12555
12556 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12557
12558         * nnimap.el (nnimap-request-move-article): Change folder back to
12559         source group before deleting.
12560
12561 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12562
12563         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12564
12565         * gnus-art.el (mm-url-insert-file-contents-external):
12566         Autoload mm-url.
12567
12568         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12569
12570 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12571
12572         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12573         coding system which mm-charset-to-coding-system returns for a
12574         given charset is valid.
12575
12576 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12577
12578         * html2text.el (html2text-remove-tag-list):
12579         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12580
12581 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12582
12583         * gnus-cus.el: Revert 2005-10-17 change.
12584
12585 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12586
12587         * gnus-art.el (article-strip-banner):
12588         Call article-really-strip-banner only when the regexp match is made.
12589
12590 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12591
12592         * gnus-art.el (article-strip-banner):
12593         Use gnus-extract-address-components instead of
12594         mail-header-parse-addresses to make it work with non-ASCII text;
12595         remove mail-encode-encoded-word-string.
12596
12597         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12598         values which are surrounded with \"...\"; make it never cause a
12599         Lisp error; give up parsing of parameters if it failed in
12600         extracting type.
12601
12602 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12603
12604         * smime.el (smime-cert-by-ldap-1): Fix bug where
12605         `smime-ldap-search' returns results without userCertificates.
12606
12607 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12608
12609         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12610
12611 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12612
12613         * spam.el (spam-check-spamassassin-headers): Adapt format for
12614         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12615         <ari@mbf.ocn.ne.jp>.
12616         (spam-list-of-processors): Add spam-use-gmane.
12617
12618 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12619
12620         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12621         make-temp-file; make it work with XEmacs as well.
12622
12623         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12624         mm-make-temp-file.
12625
12626         * mm-decode.el (mm-display-external): Use the 3rd arg of
12627         mm-make-temp-file.
12628         (mm-create-image-xemacs): Ditto.
12629
12630 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12631
12632         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12633         with message-narrow-to-headers.
12634         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12635         (gnus-draft-check-draft-articles): New function.
12636         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12637
12638 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12639
12640         * gnus-art.el (gnus-article-browse-html-parts):
12641         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12642         Don't use suffix argument for mm-make-temp-file for Emacs 21
12643         compatibility.  Remove useless `format'.
12644
12645 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12646
12647         * nnweb.el (nnweb-google-wash-article): Update regexps.
12648         (nnweb-group-alist): Use defvoo instead of defvar.
12649
12650 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12651
12652         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12653         re-loading nn* modules.
12654
12655 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12656
12657         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12658         for `tool-bar-mode' and don't check it's default-value.
12659
12660         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12661
12662         * message.el (message-make-tool-bar): Ditto.
12663
12664         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12665         `substring'.  Shorten tmp-file name.
12666
12667         * gnus.el: Remove bogus comment.
12668
12669 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12670
12671         * gnus-art.el (gnus-article-browse-html-parts): New function.
12672         (gnus-article-browse-html-article): New function for viewing html
12673         articles with a browser.
12674
12675 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12676
12677         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12678         in elisp.
12679         (pgg-gpg-encrypt-symmetric-region): Ditto.
12680         (pgg-gpg-sign-region): Ditto.
12681
12682         * pgg-def.el (pgg-text-mode): New variable.
12683
12684         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12685         (mml2015-pgg-encrypt): Ditto.
12686
12687         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12688         (mml1991-pgg-encrypt): Ditto.
12689
12690 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12691
12692         * nnfolder.el (nnfolder-insert-newsgroup-line):
12693         Use message-make-date instead of current-time-string.
12694
12695         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12696         to gnus-decoded which mm-uu might set.
12697
12698 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12699
12700         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12701         don't decode quoted parameters; remove misimported Emacs code.
12702         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12703         (rfc2231-decode-encoded-string): Don't use split-string which
12704         behaves differently according to Emacs version; use
12705         mm-decode-coding-region to convert charset to coding-system.
12706         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12707         (rfc2231-encode-string): Remove misimported Emacs code.
12708
12709 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12710
12711         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12712         when calling mail-header-parse-content-type.
12713         (article-de-quoted-unreadable): Ditto.
12714         (article-de-base64-unreadable): Ditto.
12715         (article-wash-html): Ditto.
12716
12717         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12718         calling mail-header-parse-content-type and
12719         mail-header-parse-content-disposition.
12720         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12721         mail-header-parse-content-type.
12722
12723         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12724         insert charset and format parameters; encode description after
12725         inserting it to buffer.
12726         (mml-insert-parameter): Fold lines properly even if a parameter is
12727         segmented into two or more lines; change the max column to 76.
12728
12729         * rfc1843.el (rfc1843-decode-article-body): Don't use
12730         ignore-errors when calling mail-header-parse-content-type.
12731
12732         * rfc2231.el (rfc2231-parse-string): Return at least type if
12733         possible; don't cause an error even if it fails in parsing of
12734         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12735         (rfc2231-encode-string): Don't break lines at the beginning, leave
12736         it to mml-insert-parameter.
12737
12738         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12739         calling mail-header-parse-content-type.
12740
12741 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12742
12743         * spam-report.el (spam-report-gmane-use-article-number):
12744         Improve doc string.
12745         (spam-report-gmane-internal): Check if a suitable header was found
12746         in the article.
12747
12748 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12749
12750         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12751         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12752
12753 2006-02-05  Romain Francoise  <romain@orebokech.com>
12754
12755         Update copyright notices of all files in the gnus directory.
12756
12757 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12758
12759         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12760
12761 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12762
12763         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12764         segmented lines of parameter value to cope with Thunderbird 1.5
12765         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12766         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12767         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12768
12769 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12770
12771         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12772         parts.
12773
12774 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12775
12776         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12777         there's only one active file for all servers.
12778         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12779         solid groups.  Gnus might have used a FAST request to select the group.
12780         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12781         and nnweb-search redundantly in the active file.
12782         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12783         (nnweb-request-create-group): Don't use ARGS.
12784         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12785         initialisations.  Let nnoo do the work.
12786
12787 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12788
12789         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12790         Say the part has been decoded.
12791
12792         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12793
12794 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12795
12796         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12797         mailcap-viewer-test-cache when there's no 'test clause, since that
12798         will invert the meaning of a "nil" test previously determined by
12799         mailcap-mailcap-entry-passes-test.
12800
12801 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12802
12803         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12804         compiling.
12805
12806         * gnus-sum.el: Ditto.
12807
12808         * message.el: Don't bind tool-bar-map when compiling.
12809
12810 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12811
12812         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12813
12814 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12815
12816         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12817         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12818         current Google Groups.
12819
12820 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12821
12822         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12823         and tool-bar-mode.
12824
12825         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12826         and tool-bar-mode.
12827
12828         * message.el (message-tool-bar-update): Simplify.
12829         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12830
12831         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12832         gnus-summary-buffer.
12833         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12834         gnus-summary-reply.
12835
12836         * gmm-utils.el (gmm): Add :version.
12837
12838 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12839
12840         * Makefile.in (clean): New rule.
12841         (distclean): Use it.
12842
12843 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12844
12845         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12846         Don't autoload.
12847
12848 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12849
12850         * gmm-utils.el (gmm-verbose): Add :group.
12851
12852 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12853
12854         * message.el: Change some comments WRT tool-bars.
12855
12856         * gnus-sum.el (gnus-summary-tool-bar)
12857         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12858         (gnus-summary-tool-bar-zap-list): New variables.
12859         (gnus-summary-make-tool-bar): Complete rewrite using
12860         `gmm-tool-bar-from-list'.
12861
12862         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12863         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12864         New variables.
12865         (gnus-group-make-tool-bar): Complete rewrite using
12866         `gmm-tool-bar-from-list'.
12867         (gnus-group-tool-bar-update): New function.
12868
12869         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12870
12871 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12872
12873         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12874         is dissected into a single part of which the type is the same as
12875         the given one; decode charset.
12876
12877 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12878
12879         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12880         into alists as symbol not string, since that's what
12881         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12882         look for.
12883
12884 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12885
12886         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12887         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12888
12889         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12890
12891 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12892
12893         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12894         (gnus-xmas-mime-security-button-menu): New function.
12895
12896         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12897         (gnus-mime-security-button-menu): New definition.
12898         (gnus-mime-security-button-map): Use them.
12899         (gnus-mime-security-button-menu): New function.
12900         (gnus-insert-mime-security-button): Addition to help echo.
12901         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12902         (gnus-mime-security-pipe-part): New functions.
12903
12904         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12905         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12906
12907         * mm-decode.el (mm-handle-set-disposition): Remove.
12908         (mm-handle-set-description): Remove.
12909
12910 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12911
12912         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12913         (mm-w3m-standalone-supports-m17n-p): New function.
12914         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12915         w3m usage.
12916
12917         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12918         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12919
12920 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12921
12922         * message.el (message-tool-bar-zap-list):
12923         Use gmm-tool-bar-zap-list as custom type.
12924         (message-tool-bar-update): New function.
12925         (message-tool-bar, message-tool-bar-gnome)
12926         (message-tool-bar-retro): Add message-tool-bar-update.
12927         (message-tool-bar-gnome): Add flyspell-buffer.
12928
12929         * gnus-util.el (gnus-error): Describe `args'.
12930
12931         * gmm-utils.el (gmm-error): Describe `args'.
12932         (gmm-tool-bar-zap-list): New widget.
12933         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12934
12935 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12936
12937         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12938         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12939         the number of recursive calls.
12940
12941         * mm-decode.el (mm-handle-set-disposition): New macro.
12942         (mm-handle-set-description): New macro.
12943
12944 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12945
12946         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12947         encoding.
12948
12949 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12950
12951         * message.el (message-tool-bar-zap-list, message-tool-bar)
12952         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12953         (message-tool-bar-local-item-from-menu): Remove.
12954         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12955         (message-make-tool-bar): New function.
12956         (message-mode): Use `message-make-tool-bar'.
12957
12958         * gmm-utils.el: New file.
12959         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12960         (gmm-lazy): New widget copied from `nnmail.el'.
12961         (gmm-tool-bar-from-list): New function for creating customizable
12962         tool bars.
12963         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12964         output.
12965         (gmm): Add :prefix to defgroup.
12966
12967 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12968
12969         * gmm-utils.el (gmm-widget-p): New function.
12970
12971 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12972
12973         * mml.el (mml-attach-file): Describe `description' in doc string.
12974         (mml-menu): Add Emacs MIME manual and PGG manual.
12975
12976 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12977
12978         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12979
12980 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12981
12982         * nntp.el (nntp-end-of-line): Doc fix.
12983
12984 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12985
12986         * imap.el (imap-open): Handle case where buffer is a buffer
12987         object.
12988
12989 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12990
12991         * gnus-delay.el (gnus-delay): Don't autoload.
12992         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12993         to be re-loaded when customizing the `gnus-delay' group.
12994
12995 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12996
12997         * message.el (message-insert-citation-line): Use newlines.
12998
12999 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13000
13001         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13002         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13003         these routines, so the passphrase can be managed externally and
13004         passed in to the system.
13005         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13006         pgg-add-passphrase-to-cache function.
13007
13008         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13009         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13010         these routines, so the passphrase can be managed externally and
13011         passed in to the system.
13012         (pgg-pgp5-sign-region): Use new name of
13013         pgg-add-passphrase-to-cache function.
13014
13015 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13016
13017         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13018         part of the decoded armor to find the key-identifier.
13019         (pgg-gpg-lookup-key-owner): New function to return the
13020         human-readable identifier of a key owner.
13021         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13022         itself.
13023         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13024         the key value) if we have a key and can match it against a secret
13025         key.  Also, added a note pointing out fact that the prompt only
13026         indicates the first matching key.
13027
13028         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13029         pgg-decrypt-region.
13030         (pgg-add-passphrase-to-cache): Rename from
13031         `pgg-add-passphrase-cache' to reduce confusion (all callers
13032         changed).
13033         (pgg-remove-passphrase-from-cache): Rename from
13034         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13035         changed).
13036         (pgg-read-passphrase, pgg-add-passphrase-cache)
13037         (pgg-remove-passphrase-cache): Add informative docstrings.
13038         (pgg-decrypt): Convey provided passphrase in subordinate call to
13039         pgg-decrypt-region.
13040
13041 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13042
13043         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13044         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13045         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13046         'passphrase' argument, so the passphrase can be managed externally
13047         and then passed in to the system.
13048
13049         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13050         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13051         so the passphrase cache can be used reliably with identifiers
13052         besides a pgp packet's key id.
13053
13054         * pgg-gpg.el (pgg-gpg-encrypt-region)
13055         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13056         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13057         these routines, so the passphrase can be managed externally and
13058         passed in to the system.
13059
13060         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13061         'notruncate' argument, so the passphrase cache can be used
13062         reliably with identifiers besides a pgp packet's key id.
13063
13064 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13065
13066         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13067         symmetric encryption.
13068         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13069         encrypted session key.
13070         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13071         message ask for the passphrase in a proper way.
13072
13073         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13074         New user commands for symmetric encryption.
13075
13076 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13077
13078         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13079
13080         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13081
13082 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13083
13084         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13085
13086 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13087
13088         * mm-decode.el (mm-inlined-types): Add application/pgp.
13089         (mm-automatic-display): Ditto.
13090
13091         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13092         part as text.
13093
13094 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13095
13096         * nnrss.el: Update copyright.
13097         (nnrss-opml-import): Query whether to subscribe to each entry.
13098
13099         * gnus-art.el:
13100         * gnus-sum.el:
13101         * gnus-xmas.el:
13102         * messagexmas.el:
13103         * mm-uu.el:
13104         * mm-view.el: Update copyright.
13105
13106 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13107
13108         * message.el (message-info): New function.
13109         (message-mode-menu): Add it.
13110         Update copyright.
13111
13112         * ChangeLog: Fix and update copyright.
13113
13114 2006-01-13  Romain Francoise  <romain@orebokech.com>
13115
13116         * message.el (message-forward-subject-name-subject): Prefer the
13117         address to 'nowhere' if the sender has no name.
13118         Fix typo.  Update copyright year.
13119
13120 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13121
13122         * gnus-art.el (article-wash-html):
13123         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13124         (gnus-article-wash-html-with-w3m-standalone): New function.
13125
13126         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13127         mm-inline-text-html-render-with-w3m-standalone.
13128         (mm-text-html-washer-alist): Map w3m-standalone to
13129         gnus-article-wash-html-with-w3m-standalone.
13130         (mm-inline-text-html-render-with-w3m-standalone): New function.
13131
13132 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13133
13134         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13135         Improve LaTeX.
13136
13137 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13138
13139         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13140         (nnrss-request-article): Render text/plain parts as HTML.
13141
13142         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13143         the buffer.
13144
13145 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13146
13147         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13148         custom definition of `gnus-posting-styles'.
13149
13150         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13151         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13152
13153 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13154
13155         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13156         Use nntp for bug archive.
13157
13158 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13159
13160         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13161         parts.
13162         (nnrss-normalize-date): New function converts ISO 8601 date into
13163         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13164         (nnrss-check-group): Use it.
13165
13166 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13167
13168         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13169
13170         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13171         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13172         (nnrss-insert-w3): Ditto.
13173
13174 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13175
13176         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13177         the articles to be forwarded including the case where neither a
13178         number of articles nor a region is specified.
13179
13180 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13181
13182         * nnrss.el (nnrss-request-article): Fix last change; fill
13183         text/plain parts.
13184
13185 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13186
13187         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13188         in text/plain part.
13189         (nnrss-check-group): Don't add excessive newline to dc:subject.
13190
13191 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13192
13193         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13194         article.
13195
13196 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13197
13198         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13199         (nnml-use-compressed-files, nnml-save-mail): Support other
13200         comression programs such as bzip2.
13201
13202 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13203
13204         * dns.el (query-dns): Make sure we check the buffer size before
13205         removing tcp headers.
13206
13207 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13208
13209         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13210         remove MIME buttons associated with multipart/alternative parts.
13211         (gnus-mime-display-alternative): Tag buttons using `article-type'
13212         text property.
13213
13214         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13215         associated with multipart/alternative parts.
13216
13217         * gnus-art.el (gnus-signature-separator): Fix custom type.
13218
13219         * mm-decode.el (mm-inlined-types): Fix custom type.
13220         (mm-keep-viewer-alive-types): Ditto.
13221         (mm-automatic-display): Ditto.
13222         (mm-attachment-override-types): Ditto.
13223         (mm-inline-override-types): Ditto.
13224         (mm-automatic-external-display): Ditto.
13225
13226 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13227
13228         * spam-report.el (spam-report-user-mail-address)
13229         (spam-report-user-agent): New variables.
13230         (spam-report-url-ping-plain): Use spam-report-user-agent.
13231
13232 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13233
13234         * gnus-art.el (gnus-button-handle-custom): Do not just use
13235         `customize-apropos' for any "M-x customize-*" button but the
13236         function called for.  Accept both the function name and its
13237         argument in order to achieve this.
13238         (gnus-button-alist): Remove support for "custom:" URL's.
13239         Pass function name to `gnus-button-handle-custom' in case of "M-x
13240         customize-*" buttons.
13241
13242 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13243
13244         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13245         multipart/alternative and add xref to mm-discouraged-alternatives
13246         in doc string.
13247
13248         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13249         gnus-buttonized-mime-types in doc string.
13250
13251 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13252
13253         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13254         Suggest image/.* in the doc string.
13255
13256 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13257
13258         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13259         message-marks (Debian bug #342521).
13260
13261 2005-12-12  Simon Josefsson  <jas@extundo.com>
13262
13263         * password.el (password-read-from-cache): Add.
13264         (password-read): Use it.
13265
13266 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13267
13268         * rfc2047.el (rfc2047-charset-to-coding-system):
13269         Recognize us-ascii as a MIME charset.
13270
13271         * mm-bodies.el (mm-decode-content-transfer-encoding):
13272         Protect against the case where the 2nd arg TYPE is nil.
13273
13274 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13275
13276         * pop3.el (pop3-stream-type): Fix custom version.
13277
13278         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13279
13280 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13281
13282         * mm-decode.el (mm-display-external): Add missing cdr.
13283
13284 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13285
13286         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13287         RFC1524) if it is in mailcap or add a suffix according to
13288         mailcap-mime-extensions when generating a temp filename; postpone
13289         deleting a temp file for 2 seconds for some wrappers, shell
13290         scripts, and so on, which might exit right after having started a
13291         viewer command as a background job.
13292
13293 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13294
13295         * nntp.el (nntp-marks-directory): Fix custom group.
13296
13297         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13298         steps when < 10.
13299
13300         * gnus-start.el (gnus-no-server-1):
13301         Mention `gnus-level-default-subscribed' in doc string.
13302
13303 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13304
13305         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13306         parens.
13307
13308 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13309
13310         * gnus-xmas.el (gnus-use-toolbar): Revert.
13311         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13312         gnus-use-toolbar is default.
13313
13314         * messagexmas.el (message-use-toolbar): Revert.
13315         (message-setup-toolbar): Use global default-toolbar if
13316         message-use-toolbar is default.
13317
13318 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13319
13320         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13321         according to default-toolbar-visible-p.
13322
13323         * messagexmas.el (message-use-toolbar): Ditto.
13324
13325 2005-11-26  Dave Love  <fx@gnu.org>
13326
13327         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13328         (tls-program, tls-success): Provide openssl alternative.
13329
13330         * starttls.el: Doc fixes.
13331         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13332         SERVICE to PORT.
13333
13334         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13335         port null or service name.
13336         (starttls-negotiate): Autoload.
13337
13338 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13339
13340         * message.el (message-kill-to-signature): Fix interactive spec.
13341
13342 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13343
13344         * pop3.el (pop3-open-server): Recognize a string as a service name.
13345
13346 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13347
13348         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13349
13350 2005-11-23  Dave Love  <fx@gnu.org>
13351
13352         Add pop3s, pop3/starttls.
13353
13354         * pop3.el (pop3-authentication-scheme): Clarify doc.
13355         (open-tls-stream, starttls-open-stream): Autoload.
13356         (pop3-stream-type): New.
13357         (pop3-open-server): Use it.
13358
13359         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13360         for POP.
13361         (mail-source-keyword-map): Add :stream for POP.
13362         (mail-source-fetch-pop): Use pop3-stream-type.
13363
13364 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13365
13366         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13367         of current-time-string.
13368
13369 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13370
13371         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13372         date header.
13373
13374 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13375
13376         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13377         it can seriously impact performance as it bypasses the agent's
13378         local caches.
13379
13380 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13381
13382         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13383         must be explicitly online rather than "not explicitly offline" for
13384         its flags to be synchronized.
13385
13386         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13387         that gnus-uu-unmark-thread will function correctly.
13388
13389         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13390         1024K is instead displayed as 1M.
13391
13392 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13393
13394         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13395
13396 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13397
13398         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13399
13400 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13401
13402         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13403         error message to display actual error condition.
13404         (gnus-agent-save-local): Avoid saving symbols that are bound to
13405         nil as they simply result in a warning message in
13406         gnus-agent-read-local.
13407
13408 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13409
13410         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13411         rather than make-variable-buffer-local for file-precious-flag.
13412
13413 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13414
13415         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13416         for duplicates which are removed.  The invalid sort check then
13417         triggers a rescan after the sort as sorting may have moved
13418         duplicate entries such that they can be cheaply detected.
13419
13420 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13421
13422         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13423
13424 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13425
13426         * gnus-agent.el (gnus-agent-article-alist-save-format):
13427         Change internal variable to a custom variable.  Change default value
13428         from compressed(2) to uncompressed(1).
13429         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13430         support for uncompressed agentview files.  Taken together, reading
13431         the agentview file should now be 6-7 times faster.
13432
13433 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13434
13435         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13436         as a buffer-local variable.  This avoids creating truncated
13437         dribble files as a result of a hang up, eg.
13438
13439 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13440
13441         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13442         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13443         XEmacs.
13444
13445 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13446
13447         * gnus-start.el (gnus-start-draft-setup):
13448         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13449
13450         * gnus.el (gnus-splash): Change custom group.
13451         (gnus-group-get-parameter, gnus-group-parameter-value):
13452         Describe allow-list argument.
13453
13454         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13455         string.
13456
13457 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13458
13459         * gnus-art.el (gnus-default-article-saver): Add user-defined
13460         `function' to custom type.
13461
13462 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13463
13464         * imap.el (imap-open): Handle case where buffer is a buffer
13465         object.
13466
13467 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13468
13469         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13470         long lines.
13471         (gnus-cache-delete-group): Wrap doc strings.
13472
13473         * gnus-agent.el (gnus-agent-rename-group)
13474         (gnus-agent-delete-group): Wrap doc strings.
13475
13476 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13477
13478         * messagexmas.el (message-use-toolbar): Change the valid values
13479         into default, top, bottom, left, and right.
13480         (message-toolbar-thickness): New variable.
13481         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13482         well.
13483         (message-setup-toolbar): Make it work.
13484
13485         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13486         (gnus-use-toolbar): Change the valid values into default, top,
13487         bottom, left, and right.
13488         (gnus-toolbar-thickness): New variable.
13489         (gnus-xmas-setup-toolbar): New function.
13490         (gnus-xmas-setup-group-toolbar): Use it.
13491         (gnus-xmas-setup-summary-toolbar): Use it.
13492
13493 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13494
13495         * gnus-start.el (gnus-1): Add "native" to
13496         gnus-predefined-server-alist.
13497
13498         * gnus.el (gnus-method-to-server): Don't add "native" to the
13499         lists here, because that leads to problems when
13500         gnus-select-method is bound.
13501
13502 2005-11-09  Simon Josefsson  <jas@extundo.com>
13503
13504         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13505         use (not sort-by-date) instead.
13506
13507 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13508
13509         * gnus-delay.el (gnus-delay-group): Don't autoload.
13510         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13511         to be re-loaded when customizing the `gnus-delay' group.
13512
13513 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13514
13515         * message.el: Revert last changes.
13516         (message-insert-citation-line): Use newlines.
13517
13518 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13519
13520         * message.el (message-courtesy-message)
13521         (message-mark-insert-begin, message-mark-insert-end)
13522         (message-elide-ellipsis, message-cancel-message)
13523         (message-add-header, message-change-subject)
13524         (message-cross-post-followup-to-header)
13525         (message-cross-post-insert-note, message-reduce-to-to-cc)
13526         (message-widen-reply, message-delete-not-region)
13527         (message-kill-to-signature, message-insert-signature)
13528         (message-insert-importance-high, message-insert-importance-low)
13529         (message-insert-or-toggle-importance)
13530         (message-insert-disposition-notification-to)
13531         (message-indent-citation, message-yank-original)
13532         (message-cite-original-without-signature, message-cite-original)
13533         (message-insert-citation-line, message-position-on-field)
13534         (message-fix-before-sending, message-send-mail-partially)
13535         (message-send-mail, message-send-mail-with-sendmail)
13536         (message-send-mail-with-qmail, message-send-news)
13537         (message-check-news-header-syntax, message-generate-headers)
13538         (message-insert-courtesy-copy, message-fill-address)
13539         (message-fill-header, message-shorten-references)
13540         (message-setup-1, message-cancel-news)
13541         (message-forward-make-body-plain, message-forward-make-body-mime)
13542         (message-forward-make-body-mml, message-encode-message-body)
13543         (message-forward-make-body-digest-plain)
13544         (message-forward-make-body-digest-mime)
13545         (message-use-alternative-email-as-from): Insert `hard-newline'
13546         instead of ordinary newlines.
13547
13548 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13549
13550         * message.el (message-generate-headers): Downcase the argument
13551         given to message-check-element.
13552
13553 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13554
13555         * nntp.el (nntp-authinfo-rejected): New error condition.
13556         (nntp-wait-for): Use new error condition to signal authentication
13557         error.
13558         (nntp-retrieve-data): Rethrow new error condition to break out of
13559         recursive call to nntp-send-authinfo.
13560
13561 2005-11-08  Romain Francoise  <romain@orebokech.com>
13562
13563         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13564         (gnus-summary-exit-map): Bind to `Z p'.
13565         (gnus-summary-make-menu-bar): Add menu item.
13566
13567 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13568
13569         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13570         (gnus-treat-*): Add `first' in all doc strings.
13571
13572         * gnus-group.el (gnus-group-compact-group): Fix typo.
13573
13574 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13575
13576         * gnus.el (gnus-parameters-case-fold-search): New variable.
13577         (gnus-parameters-get-parameter): Use it.
13578
13579         * gnus-score.el (gnus-home-score-file): Doc fix.
13580
13581 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13582
13583         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13584
13585 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13586
13587         * mm-util.el (mm-special-display-p): New function.
13588
13589         * mml.el (mml-preview): Use it; doc fix.
13590
13591 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13592
13593         * imap.el (imap-open): Handle case where buffer is a buffer object.
13594
13595 2005-10-29  Romain Francoise  <romain@orebokech.com>
13596
13597         * message.el (message-fix-before-sending): Fix comment.
13598
13599 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13600
13601         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13602
13603 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13604
13605         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13606         Used in gnus-score.el.
13607
13608 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13609
13610         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13611
13612 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13613
13614         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13615         whitespace removed in revision 7.8.  Use concatenated string to
13616         protect trailing whitespace.
13617
13618 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13619
13620         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13621         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13622         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13623         Courier IMAP ("some version from 2004").  Mostly based on similar
13624         code in the same function.
13625
13626 2005-10-26  Didier Verna  <didier@xemacs.org>
13627
13628         * gnus-group.el (gnus-group-compact-group): Invalidate original
13629         article buffer.
13630         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13631         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13632         NOV database and in article itself.
13633         Invalidate article backlog.
13634
13635 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13636
13637         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13638
13639 2005-10-26  Simon Josefsson  <jas@extundo.com>
13640
13641         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13642         part of 2004-07-25 change.
13643
13644 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13645
13646         * message.el (message-display-completion-list): New function.
13647         (message-expand-group): Use it; make sure the Completions buffer
13648         is modifiable.
13649 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13650
13651         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13652         user-mail-name is an empty string.
13653
13654 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13655
13656         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13657         depending on gnus-score-decay-constant.
13658
13659         * encrypt.el (encrypt-insert-file-contents)
13660         (encrypt-write-file-contents): Don't use `gnus-message'.
13661
13662         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13663         arguments.
13664         (mm-uu-type-alist): Add message-marks and insert-marks.
13665         Pass arguments to mm-uu-verbatim-marks-extract.
13666         (mm-uu-hide-markers): New variable.
13667         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13668
13669         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13670         (gnus-convert-image-to-face-command): Use "convert" by default to
13671         allow other input image formats.
13672         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13673         accordingly.
13674
13675 2005-10-23  Simon Josefsson  <jas@extundo.com>
13676
13677         * imap.el (imap-gssapi-program): Align command line parameters
13678         with latest GNU SASL.
13679         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13680
13681 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13682
13683         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13684         HTML.
13685         (nnslashdot-request-article): Ditto.
13686
13687         * lpath.el (featurep): Add nobreak-char-display.
13688
13689 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13690
13691         * mail-source.el (mail-source-fetch-pop): Require pop3.
13692         (mail-source-check-pop): Ditto.
13693
13694 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13695
13696         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13697         errors.
13698
13699 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13700
13701         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13702         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13703
13704         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13705
13706         * mm-bodies.el (mm-decode-string):
13707         Call `mm-charset-to-coding-system' with allow-override argument.
13708
13709 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13710
13711         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13712         (rfc2047-charset-to-coding-system): New function.
13713         (rfc2047-decode-encoded-words): New function.
13714         (rfc2047-decode-region): Use them.
13715         (rfc2047-decode-cte): Remove.
13716         (rfc2047-parse-and-decode): Remove.
13717         (rfc2047-decode): Remove.
13718
13719 2005-10-15  Kenichi Handa  <handa@m17n.org>
13720
13721         * rfc2047.el (rfc2047-decode-cte): New function.
13722         (rfc2047-decode-region): Change the way to decode successive
13723         encoded-words: decode B- or Q-encoding in each encoded-word,
13724         concatenate them, and decode it as charset.
13725
13726 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13727
13728         * lpath.el: Fbind codepage-setup for XEmacs.
13729
13730 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13731
13732         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13733         widget-move-and-invoke.
13734         (gnus-custom-mode): Use gnus-custom-map.
13735
13736 2005-10-15  Bill Wohler  <wohler@newt.com>
13737
13738         * message.el (message-tool-bar-map): Rename image file from
13739         mail_send to mail/send.
13740
13741 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13742
13743         * message.el (message-expand-group): Pass the common
13744         prefix substring of completion to `display-completion-list'.
13745
13746 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13747
13748         * mml-sec.el (mml-secure-method): New internal variable.
13749         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13750         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13751         New functions using mml-secure-method.
13752
13753         * mml.el (mml-mode-map): Add key bindings for those functions.
13754         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13755         Harder <harder@myrealbox.com>.
13756         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13757         Goto end of message if point is the headers of the message.
13758
13759         * message.el (message-in-body-p): New function.
13760
13761         * assistant.el: Autoload gnus-util and netrc.
13762
13763         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13764         Use `mm-charset-override-alist' only when decoding.
13765
13766         * mm-bodies.el (mm-decode-body):
13767         Call `mm-charset-to-coding-system' with allow-override argument.
13768
13769         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13770         `filename' from Content-Disposition if Content-Type doesn't
13771         provide `name'.
13772         (gnus-mime-view-part-as-type): Set default instead of
13773         initial-input.
13774
13775 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13776
13777         * format-spec.el (format-spec): Propagate text properties of % spec.
13778
13779 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13780
13781         * gnus-art.el (gnus-treat-predicate): Add `first'.
13782
13783 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13784
13785         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13786         (mm-charset-override-alist): New variable.
13787         (mm-charset-to-coding-system): Use it.
13788         (mm-codepage-setup): New helper function.
13789         (mm-charset-eval-alist): New variable.
13790         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13791         Warn about unknown charsets.
13792
13793         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13794
13795 2005-10-04  David Hansen  <david.hansen@gmx.net>
13796
13797         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13798         (nnrss-check-group): Ditto.
13799
13800 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13801
13802         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13803         Rename x-gnus-verbatim to x-verbatim.
13804         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13805
13806         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13807         x-verbatim.
13808
13809         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13810
13811         * gnus-util.el (gnus-remove-duplicates): Remove.
13812
13813         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13814         instead of gnus-remove-duplicates.
13815
13816         * message.el (message-remove-duplicates): Remove.
13817         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13818         message-remove-duplicates.
13819
13820         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13821         available, else use implementation from `delete-dups'.
13822
13823         * message.el (message-insert-expires): New function.
13824         (message-mode-map): Add key binding.
13825         (message-mode-field-menu): Add menu entry.
13826         (message-mode): Document it.
13827         (message-make-expires-date): Use `message-make-date'.
13828
13829 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13830
13831         * message.el (message-make-expires-date): New function.
13832
13833 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13834
13835         * Makefile.in (list-installed-shadows): New entry.
13836         (install): Use it.
13837         (remove-installed-shadows): New entry.
13838
13839         * dgnushack.el (dgnushack-default-load-path): New variable.
13840         (dgnushack-find-lisp-shadows): New function.
13841         (dgnushack-remove-lisp-shadows): New function.
13842
13843 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13844
13845         * Makefile.in (install-el-elc): New entry.
13846         (install): Use it so that .el files are necessarily installed.
13847
13848 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13849
13850         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13851
13852 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13853
13854         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13855         function rather than the diff-mode.el package.
13856         (mm-display-external): Use with-current-buffer.
13857         (mm-viewer-completion-map, mm-viewer-completion-map):
13858         Move initialization inside declaration.
13859
13860 2005-09-29  Simon Josefsson  <jas@extundo.com>
13861
13862         * spam.el: Load hashcash when compiling, to avoid warnings.
13863         Don't autoload mail-check-payment.
13864         (spam-check-hashcash): Define unconditionally, since hashcash.el
13865         is part of Gnus now.  Ignore errors from payment checking.
13866
13867 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13868
13869         * message.el (message-bold-region, message-unbold-region):
13870         Rename from `bold-region' and `unbold-region'.
13871
13872         * message.el: Remove useless autoloads.
13873
13874 2005-09-28  Simon Josefsson  <jas@extundo.com>
13875
13876         * message.el (message-use-idna): Default to t.
13877         (message-use-idna): Test whether encoding works too.  Doc fix.
13878
13879 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13880
13881         * nntp.el (nntp-warn-about-losing-connection): Remove.
13882
13883 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13884
13885         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13886         customizable.  Change default value.
13887         (mm-uu-diff-groups-regexp): Change default value.
13888         (mm-uu-type-alist): Add doc string.
13889         (mm-uu-configure): Add doc string.  Make it interactive.
13890         (mm-uu-tex-groups-regexp): New variable.
13891         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13892         (mm-uu-type-alist): Add LaTeX documents.
13893         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13894         of "text/verbatim".
13895         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13896
13897         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13898         instead of "text/verbatim".
13899
13900         * message.el (message-mark-inserted-region)
13901         (message-mark-insert-file): Use slrn style marks when called with
13902         prefix argument.
13903
13904 2005-09-27  Simon Josefsson  <jas@extundo.com>
13905
13906         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13907
13908 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13909
13910         * message.el (message-remove-duplicates): New function.
13911         Implementation borrowed from `gnus-remove-duplicates'.
13912         (message-idna-to-ascii-rhs): Also encode idna addresses in
13913         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13914         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13915         only ask about the same idna domain once per header and also tell
13916         in what header to replace the idna domain.
13917
13918         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13919         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13920         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13921         a header is decoded and not just the last one.
13922
13923 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13924
13925         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13926         has been decoded.
13927
13928         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13929         (mm-insert-part): Don't modify text if it has been decoded.
13930
13931         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13932         decoded.
13933
13934         * mm-view.el (mm-inline-text): Don't strip text props unless
13935         decoding enriched or richtext parts.
13936
13937 2005-09-25  Romain Francoise  <romain@orebokech.com>
13938
13939         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13940         * gnus-start.el (gnus-subscribe-interactively):
13941         * gnus-uu.el (gnus-uu-grab-articles):
13942         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13943         space.
13944
13945 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13946
13947         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13948         * mm-view.el (mm-view-pkcs7-decrypt):
13949         * gnus-sum.el (gnus-summary-limit-to-extra)
13950         (gnus-summary-respool-article, gnus-read-move-group-name):
13951         * gnus-score.el (gnus-summary-increase-score):
13952         * gnus-util.el (gnus-completing-read-with-default):
13953         * gnus-art.el (gnus-read-save-file-name)
13954         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13955         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13956         * message.el (message-check-news-header-syntax):
13957         Follow convention for reading with the minibuffer.
13958
13959 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13960
13961         * spam-report.el (spam-report-url-ping-plain):
13962         Use gnus-extended-version as User-Agent.
13963
13964         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13965         default value is nil.
13966
13967         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13968         (mm-uu-verbatim-marks-extract): New function.
13969         (mm-uu-extract): New face.
13970         (mm-uu-copy-to-buffer): Use it.
13971
13972         * spam-report.el (spam-report-gmane-ham): Rename from
13973         `spam-report-gmane-unspam'.
13974         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13975         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13976
13977         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13978         Autoload.
13979         (spam-report-gmane-unregister-routine):
13980         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13981
13982 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13983
13984         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13985         (spam-report-gmane-unregister-routine): Add support for gmane
13986         unregistration.
13987
13988         * spam-report.el (spam-report-gmane-unspam)
13989         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13990         (spam-report-gmane): Change to take a single article and do unspam
13991         registration.
13992
13993 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13994
13995         * mm-url.el (mm-url-decode-entities): Fix regexp.
13996
13997 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13998
13999         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14000         default to nil, to be able to use Gnus at all.  If the default
14001         switches to something else, then the function should be fixed not
14002         be exceedingly slow.
14003
14004 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14005
14006         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14007         fail hard.
14008
14009         * spam-report.el: Add better Keywords line.
14010
14011         * spam.el: Add Maintainer and better Keywords line.
14012
14013 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14014
14015         * gnus-art.el (gnus-article-replace-part)
14016         (gnus-mime-replace-part): New functions.
14017         (gnus-mime-action-alist, gnus-mime-button-commands)
14018         (gnus-mime-save-part-and-strip): Add file argument.
14019         (gnus-article-part-wrapper): Add interactive argument.
14020
14021         * gnus-sum.el (gnus-summary-mime-map):
14022         Add `gnus-article-replace-part'.
14023
14024 2005-09-19  Didier Verna  <didier@xemacs.org>
14025
14026         The nnml compaction feature:
14027         * nnml.el (nnml-request-compact-group): New function.
14028         * nnml.el (nnml-request-compact): New function.
14029         * gnus-int.el (gnus-request-compact-group): New function.
14030         * gnus-int.el (gnus-request-compact): New function.
14031         * gnus-group.el (gnus-group-compact-group): New function.
14032         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14033         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14034         * gnus-srvr.el (gnus-server-compact-server): New function.
14035         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14036         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14037
14038 2005-09-18  Deepak Goel  <deego@gnufans.org>
14039
14040         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14041         format spec.
14042
14043 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14044
14045         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14046
14047 2005-09-15  Romain Francoise  <romain@orebokech.com>
14048
14049         * message.el (message-fill-paragraph): Clarify docstring.
14050
14051 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14052
14053         * gnus-art.el (gnus-mime-display-part): Protect against broken
14054         MIME messages.
14055
14056 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14057
14058         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14059         before parsing header.
14060
14061 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14062
14063         * html2text.el (html2text-replace-list): Add new entities.
14064
14065 2005-09-11  Romain Francoise  <romain@orebokech.com>
14066
14067         * message.el (message-alternative-emails): Improve docstring.
14068         (message-setup-1): Call `message-use-alternative-email-as-from'
14069         after `message-setup-hook' to give it precedence over posting
14070         styles, etc.
14071         (message-use-alternative-email-as-from): Add docstring.
14072         Remove the original From header if present.
14073
14074         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14075         (nnml-save-mail): Use it.
14076
14077         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14078         articles.  Add new argument `silent'.
14079         (gnus-uu-mark-all): Report the total number of marked articles.
14080
14081 2005-09-10  Romain Francoise  <romain@orebokech.com>
14082
14083         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14084         (gnus-uu-mark-series): Likewise.
14085
14086 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14087
14088         * spam-report.el (spam-report-gmane): Fix generation of spam
14089         report URL.
14090
14091 2005-09-10  Simon Josefsson  <jas@extundo.com>
14092
14093         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14094         t, based on discussion on the ding list with Robert Epprecht
14095         <epprecht@solnet.ch>.
14096
14097 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14098
14099         * spam-report.el (spam-report-gmane): Make it work without
14100         X-Report-Spam header.  Gmane now only provides Archived-At.
14101         This is only used if `spam-report-gmane-use-article-number' is nil.
14102         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14103
14104         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14105         make `gnus-summary-sort-by-recipient' work with threading.
14106
14107         * nnweb.el (nnweb-google-wash-article): Print a message if article
14108         is not available.
14109
14110 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14111
14112         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14113         change.  Decode text/* parts content before displaying.
14114
14115 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14116
14117         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14118
14119 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14120
14121         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14122
14123         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14124         url-package-name, url-package-version,
14125         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14126         w3m-display-inline-images, and w3m-minor-mode-map.
14127
14128 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14129
14130         * message.el (message-tab-body-function): Fix mismatched custom type.
14131
14132         * gnus.el (gnus-group-change-level-function): Ditto.
14133
14134         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14135
14136         * gnus-art.el (gnus-signature-limit)
14137         (gnus-article-mime-part-function): Ditto.
14138
14139 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14140
14141         * mml.el (mml-mode): Silence the byte compiler.
14142
14143         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14144         using `(sit-for 0)' before moving the point to the specified part;
14145         skip unbuttonized parts.
14146         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14147         return to the summary window if gnus-auto-select-part is non-nil.
14148
14149 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14150
14151         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14152         New variables.
14153         (mml-dnd-attach-file, mml-mode): Use them.
14154
14155         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14156         Make fetching article by MID work again for Google Groups.
14157         Add FIXME concerning gnus-group-make-web-group.
14158
14159         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14160         Don't depend on Gnus by using mail-extract-address-components if
14161         gnus-extract-address-components is not bound.
14162
14163 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14164
14165         * gnus-art.el (gnus-mime-display-security): Don't display the
14166         signature, but only the signed part.
14167
14168 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14169
14170         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14171
14172         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14173         list, not listp.
14174
14175 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14176
14177         * mm-encode.el (mm-encode-content-transfer-encoding):
14178         Likewise when encoding.
14179
14180         * mm-bodies.el (mm-decode-content-transfer-encoding):
14181         De-canonicalize CRLF for all text content types, not just
14182         text/plain.
14183
14184 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14185
14186         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14187         valid article; point arrow and cursor at the MIME button.
14188
14189 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14190
14191         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14192         Suggested by Dan Christensen <jdc@uwo.ca>.
14193
14194         * mm-decode.el (mm-save-part): Enable change of prompt.
14195
14196 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14197
14198         * gnus-msg.el (gnus-inews-add-send-actions):
14199         Make `message-post-method' lambda parameter ARG `&optional'.
14200
14201 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14202
14203         * gnus-sum.el (gnus-summary-mime-map):
14204         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14205         gnus-article-jump-to-part.
14206
14207         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14208         (gnus-article-edit-part): Use it.
14209         (gnus-article-part-wrapper): Add no-handle argument.
14210         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14211         New functions.
14212
14213 2005-08-29  Romain Francoise  <romain@orebokech.com>
14214
14215         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14216         docstring.
14217         (gnus-face-from-file): Likewise.
14218
14219 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14220
14221         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14222         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14223         non-nil.
14224         (gnus-auto-select-part): New variable.
14225         (gnus-article-jump-to-part): New function.
14226         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14227         (gnus-mime-delete-part): Allow selecting specified part after
14228         deleting or stripping parts.
14229         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14230         part if argument is bogus.
14231
14232 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14233
14234         * gnus-art.el (w3m-minor-mode-map):
14235         * gnus-spec.el (gnus-newsrc-file-version):
14236         * gnus-util.el (nnmail-active-file-coding-system)
14237         (gnus-original-article-buffer, gnus-user-agent):
14238         * gnus.el (gnus-ham-process-destinations)
14239         (gnus-parameter-ham-marks-alist)
14240         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14241         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14242         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14243         * mm-decode.el (gnus-current-window-configuration):
14244         * mm-extern.el (gnus-article-mime-handles):
14245         * mm-url.el (url-current-object, url-package-name)
14246         (url-package-version):
14247         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14248         (smime-keys, w3m-cid-retrieve-function-alist)
14249         (w3m-current-buffer, w3m-display-inline-images)
14250         (w3m-minor-mode-map):
14251         * mml-smime.el (gnus-extract-address-components):
14252         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14253         (gnus-newsrc-hashtb, message-default-charset)
14254         (message-deletable-headers, message-options)
14255         (message-posting-charset, message-required-mail-headers)
14256         (message-required-news-headers):
14257         * mml1991.el (mc-pgp-always-sign):
14258         * mml2015.el (mc-pgp-always-sign):
14259         * nnheader.el (nnmail-extra-headers):
14260         * rfc1843.el (gnus-decode-encoded-word-function)
14261         (gnus-decode-header-function, gnus-newsgroup-name):
14262         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14263
14264 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14265
14266         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14267         the end of the date treatments.
14268
14269 2005-08-15  Simon Josefsson  <jas@extundo.com>
14270
14271         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14272         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14273         Capello and Romain Francoise.
14274         (pgg-fetch-key-function): Remove, not used?
14275         (pgg-insert-url-with-w3): Require url, to get
14276         url-insert-file-contents regardless of where it is defined.
14277
14278 2005-08-13  Romain Francoise  <romain@orebokech.com>
14279
14280         * message.el (message-cite-original-1): New function.
14281         (message-cite-original): Use it.
14282         (message-cite-original-without-signature): Ditto.
14283
14284 2005-08-08  Romain Francoise  <romain@orebokech.com>
14285
14286         * message.el (message-yank-empty-prefix): New variable.
14287         (message-indent-citation): Use it.
14288         (message-cite-original-without-signature): Respect X-No-Archive.
14289
14290 2005-08-08  Simon Josefsson  <jas@extundo.com>
14291
14292         * pgg.el: Autoload url-insert-file-contents instead of loading
14293         w3/url.
14294         (pgg-insert-url-with-w3): Don't load url here.
14295
14296 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14297
14298         * message.el (message-kill-to-signature): Don't insert newline at
14299         bol.
14300         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14301
14302 2005-08-06  Romain Francoise  <romain@orebokech.com>
14303
14304         * message.el (message-user-fqdn): Fix typo in docstring.
14305
14306 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14307
14308         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14309
14310         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14311
14312 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14313
14314         * mm-bodies.el (mm-encode-body): Use coding system rather than
14315         charset to encode text.
14316
14317         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14318         number of charsets if utf-8 is available (XEmacs).
14319
14320 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14321
14322         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14323         taken from `gnus-button-mid-or-mail-regexp'.
14324         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14325         (gnus-button-alist): Improve regexp for domain part of the MIDs
14326         for news:localpart@domain buttons.
14327         (gnus-button-ctan-directory-regexp): Update.
14328
14329 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14330
14331         * sieve-manage.el (sieve-manage-interactive-login):
14332         Use make-local-variable rather than make-variable-buffer-local.
14333         (sieve-manage-open): Ditto.
14334         (sieve-manage-authenticate): Ditto.
14335
14336         * mml.el (mml-generate-mime-1): Make the content type default to
14337         text/plain if the filename is not specified.
14338
14339 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14340
14341         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14342         instead of insert-buffer.
14343
14344         * message.el (message-yank-original): Ditto; set the mark at the
14345         end of the yanked message.
14346
14347 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14348
14349         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14350         lines to scroll rather than to stop it.
14351
14352         * mml.el (mml-generate-default-type): Add doc string.
14353         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14354         default to application/octet-stream when determining the content
14355         type if it is not specified for the part or the mml contents; add
14356         a comment about mml-generate-default-type.
14357
14358 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14359
14360         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14361         make it default to application/octet-stream when determining the
14362         content type if it is not specified for the external contents.
14363
14364 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14365
14366         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14367         segmented parameter but also other parameters might be there.
14368
14369 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14370
14371         * mm-decode.el (mm-display-external): Delete temp file, directory
14372         and buffer immediately if the external process is exited.
14373
14374 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14375
14376         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14377         fewer lines than that of scroll-margin.
14378         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14379
14380 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14381
14382         * gnus-art.el (gnus-article-next-page): Revert.
14383         (gnus-article-beginning-of-window): New macro.
14384         (gnus-article-next-page-1): Use it.
14385         (gnus-article-prev-page): Ditto.
14386         (gnus-article-edit-part): Use insert-buffer-substring instead of
14387         insert-buffer.
14388         (gnus-article-edit-exit): Ditto.
14389
14390         * gnus-util.el (gnus-beginning-of-window): Remove.
14391         (gnus-end-of-window): Remove.
14392
14393         * lpath.el: Don't bind header-line-format and scroll-margin.
14394
14395 2005-07-25  Simon Josefsson  <jas@extundo.com>
14396
14397         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14398         to have the url package without w3.  Reported by Daiki Ueno
14399         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14400
14401 2005-07-20  Didier Verna  <didier@xemacs.org>
14402
14403         * gnus-diary.el: Remove the description comment (nndiary is now
14404         properly documented in the Gnus manual).
14405         Fix the spelling of "Back End".
14406         * nndiary.el: Ditto.
14407         Fix the copyright notice.
14408
14409 2005-07-18  Romain Francoise  <romain@orebokech.com>
14410
14411         * gnus-sum.el (gnus-summary-to-prefix)
14412         (gnus-summary-newsgroup-prefix): New variables.
14413         (gnus-summary-from-or-to-or-newsgroups): Use them.
14414
14415 2005-07-17  Romain Francoise  <romain@orebokech.com>
14416
14417         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14418         space as it's generally not especially interesting to the user.
14419
14420 2005-07-16  Romain Francoise  <romain@orebokech.com>
14421
14422         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14423         nil to avoid prompting and file modification if one of the
14424         messages at the top of the nnfolder file contains a copyright
14425         notice.
14426         Update copyright notice.
14427
14428         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14429         instead of `current-time-string' as the latter creates a time
14430         string that is not RFC 2822 compliant (it lacks the zone).
14431         Update copyright notice.
14432
14433 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14434
14435         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14436         for text/rtf.  Display default in prompt.  Pass default for M-n.
14437
14438         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14439
14440 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14441
14442         * gnus-msg.el (gnus-button-mailto):
14443         Remove save-selected-window-window hackery because it relies on
14444         save-selected-window internals.
14445
14446 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14447
14448         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14449         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14450         (gnus-article-prev-page): Ditto.
14451
14452         * gnus-util.el (gnus-beginning-of-window): New function.
14453         (gnus-end-of-window): New function.
14454
14455         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14456
14457 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14458
14459         * gnus-score.el (gnus-score-edit-all-score):
14460         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14461         gnus-message.
14462
14463 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14464
14465         * gnus-msg.el (gnus-button-mailto):
14466         Remove save-selected-window-window hackery because it relies on
14467         save-selected-window internals.
14468
14469 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14470
14471         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14472         add-minor-mode.
14473         (gnus-binary-mode): Ditto.
14474
14475         * gnus-topic.el (gnus-topic-mode): Ditto.
14476
14477 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14478
14479         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14480         (gnus-article-prev-page): Take scroll-margin into consideration.
14481
14482 2005-07-04  Lute Kamstra  <lute@gnu.org>
14483
14484         Update FSF's address in GPL notices.
14485
14486 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14487
14488         * gnus.el (gnus-exit):
14489         * gnus-group.el (gnus-group-icons):
14490         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14491
14492         * gnus-nocem.el (gnus-nocem):
14493         * message.el (message-various, message-buffers, message-sending)
14494         (message-interface, message-forwarding, message-insertion)
14495         (message-headers, message-news, message-mail):
14496         * pgg-gpg.el (pgg-gpg):
14497         * pgg-parse.el (pgg-parse):
14498         * pgg-pgp.el (pgg-pgp):
14499         * pgg-pgp5.el (pgg-pgp5):
14500         * pop3.el (pop3): Finish `defgroup' description with period.
14501
14502 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14503
14504         * gnus-art.el (article-display-face): Improve the efficiency.
14505         (article-display-x-face): Ditto; remove grey x-face stuff.
14506
14507 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14508
14509         * gnus-art.el (article-display-face): Correct the position in
14510         which Faces are inserted.
14511
14512 2005-06-29  Didier Verna  <didier@xemacs.org>
14513
14514         * gnus-art.el (article-display-face): Display faces in correct
14515         order.
14516
14517 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14518
14519         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14520         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14521         (gnus-nocem-check-article): Fetch the Type header.
14522         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14523         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14524         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14525         make sure gnus-nocem-hashtb is initialized.
14526         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14527         (gnus-nocem-unwanted-article-p): Ditto.
14528
14529         * pgg.el (pgg-verify): Return the verification result.
14530
14531 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14532
14533         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14534         is ascii.
14535
14536 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14537
14538         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14539         `show-nonbreak-escape'.
14540
14541 2005-06-23  Lute Kamstra  <lute@gnu.org>
14542
14543         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14544
14545         * dig.el (dig-mode):
14546         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14547
14548 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14549
14550         * nnimap.el (nnimap-split-download-body): Fix spellings.
14551
14552 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14553
14554         * gnus-art.el (gnus-article-encrypt-body):
14555         * gnus-cus.el (gnus-score-customize):
14556         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14557         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14558
14559 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14560
14561         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14562         header by looking for magic "MII" at the beginnig.
14563
14564 2005-06-16  Miles Bader  <miles@gnu.org>
14565
14566         * gnus-xmas.el (gnus-xmas-group-startup-message):
14567         Use renamed gnus-splash face.
14568
14569         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14570         (assistant-field-face): New backward-compatibility alias for renamed
14571         face.
14572         (assistant-render-text): Use renamed assistant-field face.
14573
14574         * spam.el (spam): Remove "-face" suffix from face name.
14575         (spam-face): New backward-compatibility alias for renamed face.
14576         (spam-face, spam-initialize): Use renamed spam face.
14577
14578         * message.el (message-header-to, message-header-cc)
14579         (message-header-subject, message-header-newsgroups)
14580         (message-header-other, message-header-name)
14581         (message-header-xheader, message-separator, message-cited-text)
14582         (message-mml): Remove "-face" suffix from face names.
14583         (message-header-to-face, message-header-cc-face)
14584         (message-header-subject-face, message-header-newsgroups-face)
14585         (message-header-other-face, message-header-name-face)
14586         (message-header-xheader-face, message-separator-face)
14587         (message-cited-text-face, message-mml-face):
14588         New backward-compatibility aliases for renamed faces.
14589         (message-font-lock-keywords): Use renamed message faces.
14590
14591         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14592         (sieve-test-commands, sieve-tagged-arguments):
14593         Remove "-face" suffix from face names.
14594         (sieve-control-commands-face, sieve-action-commands-face)
14595         (sieve-test-commands-face, sieve-tagged-arguments-face):
14596         New backward-compatibility aliases for renamed faces.
14597         (sieve-control-commands-face, sieve-action-commands-face)
14598         (sieve-test-commands-face, sieve-tagged-arguments-face):
14599         Use renamed sieve faces.
14600
14601         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14602         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14603         (gnus-group-news-3-empty, gnus-group-news-4)
14604         (gnus-group-news-4-empty, gnus-group-news-5)
14605         (gnus-group-news-5-empty, gnus-group-news-6)
14606         (gnus-group-news-6-empty, gnus-group-news-low)
14607         (gnus-group-news-low-empty, gnus-group-mail-1)
14608         (gnus-group-mail-1-empty, gnus-group-mail-2)
14609         (gnus-group-mail-2-empty, gnus-group-mail-3)
14610         (gnus-group-mail-3-empty, gnus-group-mail-low)
14611         (gnus-group-mail-low-empty, gnus-summary-selected)
14612         (gnus-summary-cancelled, gnus-summary-high-ticked)
14613         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14614         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14615         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14616         (gnus-summary-low-undownloaded)
14617         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14618         (gnus-summary-low-unread, gnus-summary-normal-unread)
14619         (gnus-summary-high-read, gnus-summary-low-read)
14620         (gnus-summary-normal-read, gnus-splash):
14621         Remove "-face" suffix from face names.
14622         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14623         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14624         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14625         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14626         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14627         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14628         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14629         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14630         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14631         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14632         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14633         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14634         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14635         (gnus-summary-normal-ticked-face)
14636         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14637         (gnus-summary-normal-ancient-face)
14638         (gnus-summary-high-undownloaded-face)
14639         (gnus-summary-low-undownloaded-face)
14640         (gnus-summary-normal-undownloaded-face)
14641         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14642         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14643         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14644         (gnus-splash-face):
14645         New backward-compatibility aliases for renamed faces.
14646         (gnus-group-startup-message): Use renamed gnus faces.
14647
14648         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14649         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14650         (gnus-server-agent): Remove "-face" suffix from face names.
14651         (gnus-server-agent-face, gnus-server-opened-face)
14652         (gnus-server-closed-face, gnus-server-denied-face)
14653         (gnus-server-offline-face):
14654         New backward-compatibility aliases for renamed faces.
14655         (gnus-server-agent-face, gnus-server-opened-face)
14656         (gnus-server-closed-face, gnus-server-denied-face)
14657         (gnus-server-offline-face): Use renamed gnus faces.
14658
14659         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14660         Remove "-face" suffix from face names.
14661         (gnus-picon-xbm-face, gnus-picon-face):
14662         New backward-compatibility aliases for renamed faces.
14663
14664         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14665         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14666         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14667         (gnus-cite-11): Remove "-face" suffix from face names.
14668         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14669         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14670         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14671         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14672         New backward-compatibility aliases for renamed faces.
14673         (gnus-cite-attribution-face, gnus-cite-face-list)
14674         (gnus-article-boring-faces): Use renamed gnus faces.
14675
14676         * gnus-art.el (gnus-signature, gnus-header-from)
14677         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14678         (gnus-header-content): Remove "-face" suffix from face names.
14679         (gnus-signature-face, gnus-header-from-face)
14680         (gnus-header-subject-face, gnus-header-newsgroups-face)
14681         (gnus-header-name-face, gnus-header-content-face):
14682         New backward-compatibility aliases for renamed faces.
14683         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14684
14685         * gnus-sum.el (gnus-summary-selected-face)
14686         (gnus-summary-highlight): Use renamed gnus faces.
14687         * gnus-group.el (gnus-group-highlight): Likewise.
14688
14689 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14690
14691         * gnus-sieve.el (gnus-sieve-article-add-rule):
14692         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14693         * spam-stat.el (spam-stat-buffer-change-to-spam)
14694         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14695
14696         * message.el (message-is-yours-p):
14697         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14698
14699 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14700
14701         * mm-view.el (mm-inline-text): Withdraw the last change.
14702
14703 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14704
14705         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14706         executing enriched-decode.
14707
14708 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14709
14710         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14711         charset of tar files.
14712
14713 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14714
14715         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14716
14717 2005-06-04  Lute Kamstra  <lute@gnu.org>
14718
14719         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14720         information is never recorded.
14721
14722 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14723
14724         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14725
14726 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14727
14728         * pop3.el (pop3-apop): Run md5 in the binary mode.
14729
14730         * starttls.el (starttls-set-process-query-on-exit-flag):
14731         Use eval-and-compile.
14732
14733 2005-05-31  Simon Josefsson  <jas@extundo.com>
14734
14735         * smime.el (smime-replace-in-string): Define.
14736         (smime-cert-by-ldap-1): Use it.
14737
14738 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14739
14740         * gnus-art.el (article-display-x-face): Replace
14741         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14742
14743         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14744         set-process-query-on-exit-flag or process-kill-without-query.
14745
14746         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14747         loop instead of replace-regexp.
14748
14749         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14750         instead of process-kill-without-query if it is available.
14751
14752         * lpath.el: Fbind ldap-search-entries.
14753
14754         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14755         instead of find-file-hooks if it is available.
14756
14757         * mml1991.el: Bind pgg-default-user-id when compiling.
14758
14759         * mml2015.el: Bind pgg-default-user-id when compiling.
14760
14761         * nndraft.el (nndraft-request-associate-buffer):
14762         Use write-contents-functions instead of write-contents-hooks if it is
14763         available.
14764
14765         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14766         instead of find-file-hooks if it is available.
14767
14768         * nntp.el (nntp-open-connection): Replace
14769         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14770         (nntp-open-ssl-stream): Ditto.
14771         (nntp-open-tls-stream): Ditto.
14772
14773         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14774         set-process-query-on-exit-flag or process-kill-without-query.
14775         (starttls-open-stream-gnutls): Use it instead of
14776         process-kill-without-query.
14777         (starttls-open-stream): Ditto.
14778
14779 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14780
14781         * smime.el (smime-cert-by-ldap-1): Don't use
14782         replace-regexp-in-string.
14783
14784 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14785
14786         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14787
14788         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14789         in PEM format.  Adjust to the XEmacs compability.
14790
14791 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14792
14793         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14794         by `string-to-number'.
14795         * gnus-agent.el (gnus-agent-regenerate-group)
14796         (gnus-agent-fetch-articles): Ditto.
14797         * gnus-art.el (gnus-button-fetch-group): Ditto.
14798         * gnus-cache.el (gnus-cache-generate-active)
14799         (gnus-cache-articles-in-group): Ditto.
14800         * gnus-group.el (gnus-group-set-current-level)
14801         (gnus-group-insert-group-line): Ditto.
14802         * gnus-score.el (gnus-score-set-expunge-below)
14803         (gnus-score-set-mark-below, gnus-summary-score-effect)
14804         (gnus-summary-score-entry): Ditto.
14805         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14806         (gnus-soup-pack): Ditto.
14807         * gnus-spec.el (gnus-xmas-format): Ditto.
14808         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14809         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14810         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14811         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14812         * nndb.el (nndb-get-remote-expire-response): Ditto.
14813         * nndiary.el (nndiary-parse-schedule-value)
14814         (nndiary-string-to-number, nndiary-request-replace-article)
14815         (nndiary-request-article): Ditto.
14816         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14817         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14818         * nneething.el (nneething-make-head): Ditto.
14819         * nnfolder.el (nnfolder-request-article)
14820         (nnfolder-retrieve-headers): Ditto.
14821         * nnheader.el (nnheader-file-to-number): Ditto.
14822         * nnkiboze.el (nnkiboze-request-article): Ditto.
14823         * nnmail.el (nnmail-process-unix-mail-format)
14824         (nnmail-process-babyl-mail-format): Ditto.
14825         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14826         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14827         (nnmh-request-create-group, nnmh-request-list-1)
14828         (nnmh-request-group, nnmh-request-article): Ditto.
14829         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14830         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14831         * nnsoup.el (nnsoup-make-active): Ditto.
14832         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14833         * nntp.el (nntp-find-group-and-number)
14834         (nntp-retrieve-headers-with-xover): Ditto.
14835         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14836         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14837         (pgg-format-key-identifier): Ditto.
14838         * pop3.el (pop3-last, pop3-stat): Ditto.
14839         * qp.el (quoted-printable-decode-region): Ditto.
14840
14841         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14842         of concat.
14843
14844 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14845
14846         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14847
14848         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14849
14850         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14851
14852         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14853
14854         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14855
14856         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14857
14858         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14859         (gnus-carpal-mode): Ditto.
14860
14861         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14862         (gnus-browse-mode): Ditto.
14863
14864         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14865
14866         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14867
14868 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14869
14870         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14871
14872 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14873
14874         * gnus-util.el (gnus-run-mode-hooks): New function.
14875
14876         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14877
14878         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14879         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14880
14881 2005-05-27  Lute Kamstra  <lute@gnu.org>
14882
14883         * dns-mode.el (dns-mode): Specify customization group.
14884
14885 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14886
14887         * gnus-agent.el (gnus-agent-make-mode-line-string):
14888         Use mode-line-highlight as mouse-face.
14889
14890 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14891
14892         * canlock.el (canlock): Change the parent group to news.
14893
14894         * deuglify.el (gnus-outlook-deuglify): Add :group.
14895
14896         * dig.el (dig): Add :group.
14897
14898         * dns-mode.el (dns-mode): Add :group.
14899
14900         * encrypt.el (encrypt): Add :group.
14901
14902         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14903         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14904         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14905         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14906         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14907
14908         * gnus-diary.el (gnus-diary): Add :group.
14909
14910         * gnus.el (gnus-group-news-1-face): Add :group.
14911         (gnus-group-news-1-empty-face): Ditto.
14912         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14913         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14914         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14915         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14916         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14917         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14918         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14919         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14920         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14921         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14922         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14923         (gnus-summary-high-ticked-face): Ditto.
14924         (gnus-summary-low-ticked-face): Ditto.
14925         (gnus-summary-normal-ticked-face): Ditto.
14926         (gnus-summary-high-ancient-face): Ditto.
14927         (gnus-summary-low-ancient-face): Ditto.
14928         (gnus-summary-normal-ancient-face): Ditto.
14929         (gnus-summary-high-undownloaded-face): Ditto.
14930         (gnus-summary-low-undownloaded-face): Ditto.
14931         (gnus-summary-normal-undownloaded-face): Ditto.
14932         (gnus-summary-high-unread-face): Ditto.
14933         (gnus-summary-low-unread-face): Ditto.
14934         (gnus-summary-normal-unread-face): Ditto.
14935         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14936         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14937
14938         * hashcash.el (hashcash): New custom group.
14939         (hashcash-default-payment): Add :group.
14940         (hashcash-payment-alist): Ditto.
14941         (hashcash-default-accept-payment): Ditto.
14942         (hashcash-accept-resources): Ditto.
14943         (hashcash-path): Ditto.
14944         (hashcash-extra-generate-parameters): Ditto.
14945         (hashcash-double-spend-database): Ditto.
14946         (hashcash-in-news): Ditto.
14947
14948         * message.el (message-minibuffer-local-map): Add :group.
14949
14950         * netrc.el (netrc): Add :group.
14951
14952         * sieve-manage.el (sieve-manage-log): Add :group.
14953         (sieve-manage-default-user): Diito.
14954         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14955         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14956         (sieve-manage-authenticators): Ditto.
14957         (sieve-manage-authenticator-alist): Ditto.
14958         (sieve-manage-default-port): Ditto.
14959
14960         * sieve-mode.el (sieve-control-commands-face): Add :group.
14961         (sieve-action-commands-face): Ditto.
14962         (sieve-test-commands-face): Ditto.
14963         (sieve-tagged-arguments-face): Ditto.
14964
14965         * smime.el (smime): Add :group.
14966
14967         * spam-report.el (spam-report): Add :group.
14968
14969         * spam.el (spam, spam-face): Add :group.
14970
14971 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14972
14973         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14974         return \n.\n.\n at the end of articles.  Protect against that.
14975         (nntp-with-open-group): Allow debugging.
14976
14977         * nnheader.el (mail-header-set-extra): Make into a function
14978         because I just could't understand how to quote the list properly.
14979
14980         * dns.el (query-dns-cached): New function.
14981
14982 2005-05-26  Lute Kamstra  <lute@gnu.org>
14983
14984         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14985
14986 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14987
14988         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14989
14990         * gnus-art.el: Don't autoload mail-extract-address-components.
14991
14992         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14993         eval-and-compile to evaluate it.
14994
14995         * hashcash.el: Don't autoload executable-find.
14996
14997         * nndb.el: Don't declare the nndb back end two or more times; don't
14998         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14999
15000         * nntp.el: Autoload format-spec instead of format; use
15001         eval-and-compile to evaluate autoload forms.
15002
15003 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15004
15005         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15006
15007 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15008
15009         * gnus.el (gnus-version-number): Bump version.
15010
15011 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15012
15013         * gnus.el: No Gnus v0.3 is released.
15014
15015 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15016
15017         * lpath.el (featurep): Bind show-nonbreak-escape.
15018
15019 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15020
15021         * gnus-art.el (gnus-article-edit-part): Disable undo.
15022
15023 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15024
15025         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15026         gnus-article-date-lapsed-new-header is t if date timer is active;
15027         skip headers in which the original date value is empty.
15028         (gnus-article-save-original-date): Redefine it as a macro.
15029         (gnus-display-mime): Use it.
15030
15031 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15032
15033         * gnus-art.el (article-date-ut): Support converting date in
15034         forwarded parts as well.
15035         (gnus-article-save-original-date): New function.
15036         (gnus-display-mime): Use it.
15037
15038 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15039
15040         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15041         enclosure element of <item>.
15042
15043 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15044
15045         * message.el (message-kill-buffer-query): Rename from
15046         `message-kill-buffer-query-if-modified'.  Add :version.
15047
15048 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15049
15050         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15051         window layout.
15052
15053 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15054
15055         * mml.el: Autoload dnd when compiling.
15056
15057 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15058
15059         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15060         x-dnd-*.
15061
15062 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15063
15064         * qp.el (quoted-printable-encode-region): Save excursion.
15065
15066 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15067
15068         * message.el (message-kill-buffer-query-if-modified): Add new variable
15069         so the user can kill a modified message buffer quickly.
15070         (message-kill-buffer): Use it.
15071
15072 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15073
15074         * lpath.el: Fbind display-time-event-handler; don't fbind
15075         string-to-multibyte.
15076
15077         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15078
15079 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15080
15081         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15082         contained in text because xml.el decodes entities) with LFs.
15083
15084 2005-04-11  Lute Kamstra  <lute@gnu.org>
15085
15086         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15087         differently.
15088
15089 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15090
15091         * mm-util.el (mm-detect-coding-region): Typo.
15092
15093 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15094
15095         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15096
15097 2005-04-06  Deepak Goel  <deego@gnufans.org>
15098
15099         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15100         user-function allow user modifications of the scores.
15101         (spam-stat-score-buffer-user): New function, to allow
15102         user-computed modifications to the score.
15103         (spam-stat-score-buffer-user-functions): List of additional
15104         scoring functions.
15105         (spam-stat-error-holder): Global temporary error holder.
15106         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15107         variable.
15108
15109 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15110
15111         * gnus-registry.el (gnus-registry-clean-empty-function)
15112         (gnus-registry-trim, gnus-registry-fetch-groups)
15113         (gnus-registry-delete-group): Groups that match
15114         `gnus-registry-ignored-groups' are removed from the registry
15115         entries, not just ignored for splitting.  This helps clean up the
15116         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15117         to get all the groups a message ID is in.
15118
15119         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15120         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15121         (spam-stat-score-buffer-user-functions): Add :number custom type.
15122
15123 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15124
15125         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15126         argument in XEmacs.
15127
15128         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15129         (nnrss-request-group): Decode group name first.
15130         (nnrss-request-article): Make a text/plain article if mml-to-mime
15131         failed.
15132         (nnrss-get-encoding): Return a compatible encoding according to
15133         nnrss-compatible-encoding-alist.
15134         (nnrss-find-el): Use consp instead of listp.
15135         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15136
15137 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15138
15139         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15140         which Emacs 20 doesn't support.
15141         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15142
15143 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15144
15145         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15146         silence the byte compiler inside the defun.
15147
15148         * gnus-demon.el (parse-time-string): Add autoload.
15149
15150         * gnus-delay.el (parse-time-string): Add autoload.
15151
15152         * gnus-art.el (parse-time-string): Add autoload.
15153
15154         * nnultimate.el (parse-time): Require for `parse-time-string'.
15155
15156 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15157
15158         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15159
15160         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15161
15162         * smime.el (smime-ldap-host-list): Add :version.
15163
15164 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15165
15166         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15167         pass it to `gnus-browse-read-group'.
15168         (gnus-browse-read-group): Add NUMBER argument and pass it to
15169         `gnus-group-read-ephemeral-group'.
15170
15171         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15172         argument and pass it to `gnus-group-read-group'.
15173
15174 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15175
15176         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15177         mm-xemacs-find-mime-charset-1 if we have the mule feature
15178         available at runtime.
15179
15180 2005-03-25  Werner Lemberg  <wl@gnu.org>
15181
15182         * nnmaildir.el: Replace `illegal' with `invalid'.
15183
15184 2005-03-23  Lute Kamstra  <lute@gnu.org>
15185
15186         * time-date.el: Add comment on time value formats.
15187         Don't require parse-time.
15188         (with-decoded-time-value): New macro.
15189         (encode-time-value): New function.
15190         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15191         (days-to-time): Return a valid time value when arg is huge.
15192         (time-since): Use time-subtract.
15193         (time-to-number-of-days): Use time-to-seconds.
15194
15195 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15196
15197         * gnus-start.el (gnus-display-time-event-handler):
15198         Check display-time-timer at runtime rather than only at load time
15199         in case display-time-mode is turned off in the mean time.
15200
15201 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15202
15203         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15204         used.
15205
15206         * nneething.el (nneething-map-file-directory): Derive from
15207         `gnus-directory'.
15208
15209         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15210         the To/Cc button.
15211
15212 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15213
15214         * nnmaildir.el (nnmaildir-request-accept-article):
15215         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15216
15217 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15218
15219         * gnus-async.el: Require timer-funcs at compile time when in
15220         XEmacs for `run-with-idle-timer'.
15221
15222 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15223
15224         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15225         autoloaded function.
15226
15227 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15228
15229         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15230
15231 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15232
15233         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15234
15235 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15236
15237         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15238         Add gnus-expert-user to default.
15239
15240 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15241
15242         * nnimap.el (nnimap-open-server): Ditto.
15243
15244         * imap.el (imap-authenticate): Fix typo.
15245
15246 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15247
15248         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15249         buffer (since IMAP server might return FETCH response out of
15250         order, and the nntp buffer must be sorted).
15251
15252 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15253
15254         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15255         comparison on string.
15256
15257         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15258         (gnus-agent-score): Rename category keywords to match gnus-cus.
15259         (gnus-agent-summary-fetch-series): Modify to protect against
15260         gnus-agent-summary-fetch-group clearing processable flags.
15261         (gnus-agent-synchronize-group-flags): Update live group buffer as
15262         synchronization may occur due to the user toggle the plugged
15263         status.
15264         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15265         successfully downloaded.
15266         (gnus-agent-expire-group-1): Avoid using markers when the overview
15267         is in ascending order; greatly improves performance.
15268         (gnus-agent-regenerate-group):
15269         Use gnus-agent-synchronize-group-flags to reset read status in both
15270         gnus and server.
15271         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15272
15273 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15274
15275         * message.el: Don't autoload former message-utils variables.
15276         (message-strip-subject-trailing-was): Change doc string.
15277
15278         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15279         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15280         (nnweb-google-search): Add "hl=en" here.
15281         (nnweb-google-parse-1, nnweb-google-create-mapping):
15282         Don't hardcode URL.
15283
15284 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15285
15286         * message.el (message-get-reply-headers, message-followup):
15287         Mention related variables `message-use-followup-to' and
15288         `message-use-mail-followup-to', in the information buffer.
15289
15290         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15291         of broken groups(-beta).google.com.
15292
15293 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15294
15295         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15296         parameter to invoked gnus-request-move-article; remove the
15297         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15298         all at once instead of once per article.
15299         (gnus-summary-remove-process-mark): Accept a list of articles as
15300         well as a single article for processing.
15301
15302         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15303         parameter.
15304
15305         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15306
15307         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15308
15309         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15310         parameter.
15311
15312         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15313         parameter.
15314
15315         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15316         parameter and remove the gnus-sum-hint-move-is-internal variable.
15317
15318         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15319         parameter.
15320
15321         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15322         parameter.
15323
15324         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15325         parameter.
15326
15327         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15328
15329         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15330         parameter.
15331
15332         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15333         parameter.
15334
15335 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15336
15337         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15338         a more conservative way.
15339
15340 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15341
15342         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15343         buffer, so it moves the window's cursor.
15344
15345 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15346
15347         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15348         `mm-dissect-multipart' and receive the from field as an (optional)
15349         argument from `mm-dissect-multipart'.
15350         (mm-dissect-multipart): Receive the from field as an argument and
15351         pass it on when we call `mm-dissect-buffer' on MIME parts.
15352         Fixes verification/decryption of signed/encrypted MIME parts.
15353
15354 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15355
15356         * gnus-sum.el (gnus-summary-move-article):
15357         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15358         whatever it calls (right now, only nnimap-request-move article
15359         respects it).
15360
15361         * nnimap.el (nnimap-request-move-article):
15362         When gnus-sum-hint-move-is-internal is set, don't do the extra
15363         nnimap-request-article.
15364
15365 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15366
15367         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15368
15369         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15370         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15371
15372         * gnus-sum.el (gnus-summary-caesar-message):
15373         Apply `gnus-treat-article' after rotation.
15374
15375         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15376         doc string.
15377
15378 2005-02-22  Simon Josefsson  <jas@extundo.com>
15379
15380         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15381         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15382         <arne@arnested.dk>.
15383         (encrypt): Add password-cache and password-cache-expiry as group
15384         members.
15385
15386 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15387
15388         * smime.el (smime-ldap-host-list): Doc fix.
15389         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15390         cache) password.
15391         (smime-sign-region): Use it.
15392         (smime-decrypt-region): Use it.
15393         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15394         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15395         fails.
15396         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15397         certificate from DER to PEM format rather than calling openssl.
15398
15399         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15400
15401         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15402         for signing/encryption.
15403
15404         * mml.el (mml-parse-1): Use them.
15405
15406 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15407
15408         * nnrss.el (nnrss-verbose): Remove.
15409         (nnrss-request-group): Use `nnheader-message' instead.
15410
15411 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15412
15413         * nnrss.el (nnrss-verbose): New variable.
15414         (nnrss-request-group): Make it say nnrss is requesting a group.
15415
15416 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15417
15418         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15419         Handle news URL with given port correctly.
15420
15421 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15422
15423         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15424         containing special characters.
15425
15426         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15427
15428         * mml.el (mime-to-mml): Ditto.
15429
15430         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15431         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15432         (rfc2047-decode-region): Quote decoded words containing special
15433         characters when rfc2047-quote-decoded-words-containing-tspecials
15434         is non-nil.
15435
15436 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15437
15438         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15439
15440         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15441
15442 2005-02-15  Simon Josefsson  <jas@extundo.com>
15443
15444         * nnimap.el (nnimap-debug): Doc fix.
15445
15446         * imap.el (imap-debug): Doc fix.
15447
15448 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15449
15450         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15451
15452 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15453
15454         * gnus.el (spam-contents): Improve docs for spam-contents
15455         parameter in its variable incarnation.
15456
15457 2005-02-14  Simon Josefsson  <jas@extundo.com>
15458
15459         * smime-ldap.el: Use require instead of load-library for ldap.
15460         (smime-ldap-search): Indent.
15461         (smime-ldap-search-internal): Shorten line.
15462
15463         * smime.el (smime-cert-by-dns): Add doc-string.
15464         (smime-cert-by-ldap-1): Indent.
15465
15466         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15467         mml-smime-get-dns-ldap.
15468         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15469
15470 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15471
15472         * smime.el: Require smime-ldap.
15473         (smime-ldap-host-list): New variable.
15474         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15475
15476         * mml-smime.el (mml-smime-encrypt-query): New function.
15477         (mml-smime-encrypt-query): Use it.
15478
15479         * smime-ldap.el: New file.
15480
15481 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15482
15483         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15484
15485 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15486
15487         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15488         argument in doc string.  Make query for type more clear.
15489
15490 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15491
15492         * gnus.el (gnus-group-startup-message): Search for gnus images in
15493         etc/images/gnus.
15494         * mm-util.el (mm-image-load-path): Likewise.
15495         * smiley.el (smiley-data-directory): Search for smilies in
15496         etc/images/smilies.
15497
15498 2005-02-09  Kim F. Storm  <storm@cua.dk>
15499
15500         Change Emacs release version from 21.4 to 22.1 throughout.
15501         Change Emacs development version from 21.3.50 to 22.0.50.
15502
15503 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15504
15505         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15506
15507         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15508         non-Mule XEmacs as well.
15509         (mm-decompress-buffer): Signal an error intentionally if it does
15510         not decompress compressed data because auto-compression-mode is
15511         disabled.
15512
15513 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15514
15515         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15516         an ID in the registry even if it has no groups.
15517
15518 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15519
15520         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15521         merge it into mm-decompress-buffer.
15522         (gnus-mime-copy-part): Use the MIME part charset, the value which
15523         a user specified or gnus-newsgroup-charset for decoding, like
15524         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15525         save-buffer what was used.  Suggested by Kevin Ryde
15526         <user42@zip.com.au>.
15527         (gnus-mime-inline-part): Allow the name parameter as well as the
15528         filename parameter; force decompressing of compressed data; always
15529         display contents being not decoded as unibyte.
15530
15531         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15532         as well as the filename parameter.
15533
15534         * mm-util.el (mm-decompress-buffer):
15535         Merge gnus-mime-jka-compr-maybe-uncompress.
15536         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15537         of compressed data.
15538
15539 2005-02-08  Simon Josefsson  <jas@extundo.com>
15540
15541         * imap.el (imap-log): Doc fix.
15542
15543 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15544
15545         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15546         the coding cookies; decompress compressed parts.
15547
15548         * mml.el (mml-generate-mime-1): Add the charset parameter according
15549         to the value which a user specified manually or the coding cookie.
15550
15551         * mm-util.el (mm-string-to-multibyte): New function.
15552         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15553         (mm-coding-system-to-mime-charset): New function.
15554         (mm-decompress-buffer): New function.
15555         (mm-find-buffer-file-coding-system): New function.
15556
15557         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15558         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15559         parts.
15560
15561 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15562
15563         * mm-view.el (mm-display-inline-fontify): Decode a part according
15564         to the charset parameter.
15565
15566 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15567
15568         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15569         prefix arg is neither nil nor a number, as info specifies.
15570
15571 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15572
15573         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15574         timestamps.
15575
15576 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15577
15578         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15579         groups error checking and notify user.
15580
15581 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15582
15583         * message.el (message-send-mail-function): Check existence of
15584         sendmail-program first before using default value
15585         `message-send-mail-with-sendmail'.  Otherwise use more generic
15586         `smtpmail-send-it'.
15587
15588 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15589
15590         * nntp.el (nntp-request-update-info): Always return nil.
15591
15592 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15593
15594         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15595
15596 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15597
15598         * message.el (message-beginning-of-line): Change the behavior when
15599         invoked between BOL and : so that it first moves backward.
15600
15601 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15602
15603         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15604         article buffer when editing of the article is discarded.
15605         (gnus-article-prepare): Revert.
15606
15607 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15608
15609         * gnus-art.el (gnus-article-prepare):
15610         Remove message-strip-forbidden-properties from the local hook.
15611
15612 2005-01-27  Simon Josefsson  <jas@extundo.com>
15613
15614         * password.el (password-cache-add): Only start one timer per key.
15615         Reported by Derek Atkins <warlord@MIT.EDU>.
15616
15617 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15618
15619         * run-at-time.el: Remove.  It is no longer needed as
15620         timer-funcs.el in the xemacs-base package has a working version of
15621         `run-at-time'.
15622
15623         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15624
15625         * password.el: Require timer-funcs instead of run-at-time in
15626         XEmacs.
15627         Remove `password-run-at-time' macro.
15628         (password-cache-add): Use `run-at-time' instead of
15629         `password-run-at-time'.
15630
15631         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15632         Remove `nnheader-cancel-function-timers' alias,
15633         `cancel-function-timers' exists in XEmacs in timer-funcs.
15634
15635         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15636         for `run-with-idle-timer'.
15637
15638         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15639         for `run-at-time'.
15640
15641         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15642         for `with-timeout'.
15643
15644         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15645         the same as for XEmacs 21.4.
15646         No need to ignore `run-with-idle-timer', this function exists in
15647         XEmacs now in timer-funcs.el in the xemacs-base package.
15648         (dgnushack-compile): No need to delete
15649         run-at-time.el from the list of files to compile because it
15650         doesn't exist anymore.
15651
15652 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15653
15654         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15655         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15656
15657 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15658
15659         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15660         sensitively.
15661
15662 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15663
15664         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15665
15666 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15667
15668         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15669         which will be inserted according to the multibyteness of a buffer
15670         rather than the type of contents.  Suggested by ARISAWA Akihiro
15671         <ari@mbf.ocn.ne.jp>.
15672
15673         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15674         of string which old xml.el may return rather than a string.
15675
15676 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15677
15678         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15679
15680 2005-01-16  Simon Josefsson  <jas@extundo.com>
15681
15682         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15683         idn/idna.el isn't available.
15684         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15685         <michael@waxrat.com>.
15686
15687         * hashcash.el: Remove non-FSF copyright header.
15688
15689         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15690         (hashcash-generate-payment): Use it.
15691         (hashcash-generate-payment-async): Use it.
15692
15693 2005-01-15  Simon Josefsson  <jas@extundo.com>
15694
15695         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15696         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15697
15698         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15699         gnus-summary-idna-message.
15700         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15701         (gnus-summary-idna-message): New function.
15702
15703 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15704
15705         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15706         gnus-novice-user.
15707
15708 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15709
15710         * nnrss.el (nnrss-request-delete-group): Delete entries in
15711         nnrss-group-alist as well.
15712         (nnrss-save-server-data): Insert newline.
15713
15714 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15715
15716         * gnus.el (gnus-user-agent): Use list of symbols instead of
15717         symbols.  Display full version number for (S)XEmacs.
15718         Optionally display (S)XEmacs codename.
15719
15720         * gnus-util.el (gnus-emacs-version): Update for new
15721         `gnus-user-agent'.
15722
15723         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15724         Gnus version.
15725
15726 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15727
15728         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15729         which is unreadable in some setups.
15730
15731 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15732
15733         * gnus-spec.el (gnus-update-format-specifications): Flush the
15734         group format spec cache if it doesn't support decoded group names.
15735
15736 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15737
15738         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15739         Allow to apply decay on score files matching a regexp.
15740
15741 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15742
15743         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15744         compatibility in %g and %c.
15745
15746 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15747
15748         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15749         name for only %g and %c.
15750         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15751         of gnus-tmp-group to decoded group name.
15752         (gnus-group-make-rss-group): Exclude `/'s from group names.
15753
15754 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15755
15756         * nnrss.el (nnrss-get-encoding): Fix regexp.
15757
15758 2004-12-27  Simon Josefsson  <jas@extundo.com>
15759
15760         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15761         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15762         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15763
15764 2004-12-17  Kim F. Storm  <storm@cua.dk>
15765
15766         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15767
15768         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15769
15770 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15771
15772         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15773
15774 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15775
15776         * nnrss.el: Require rfc2047 and mml.
15777         (nnrss-file-coding-system): New variable.
15778         (nnrss-format-string): Redefine it as an inline function.
15779         (nnrss-decode-group-name): New function.
15780         (nnrss-string-as-multibyte): Remove.
15781         (nnrss-retrieve-headers): Decode group name; don't use
15782         nnrss-format-string.
15783         (nnrss-request-group): Decode group name.
15784         (nnrss-request-article): Decode group name; allow a Message-ID as
15785         well as an article number; don't use nnrss-format-string; encode a
15786         Message-ID string which may contain non-ASCII characters; use
15787         mml-to-mime to compose a MIME article.
15788         (nnrss-request-expire-articles): Decode group name.
15789         (nnrss-request-delete-group): Decode group name.
15790         (nnrss-fetch): Clarify error message.
15791         (nnrss-read-server-data): Use insert-file-contents instead of load;
15792         bind file-name-coding-system; use multibyte buffer.
15793         (nnrss-save-server-data): Bind coding-system-for-write to the
15794         value of nnrss-file-coding-system; bind file-name-coding-system;
15795         add coding cookie.
15796         (nnrss-read-group-data): Use insert-file-contents instead of load;
15797         bind file-name-coding-system; use multibyte buffer.
15798         (nnrss-save-group-data): Bind coding-system-for-write to the
15799         value of nnrss-file-coding-system; bind file-name-coding-system.
15800         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15801         make it work with non-ASCII text.
15802         (nnrss-find-el): Make it work with old xml.el as well.
15803
15804 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15805
15806         * nnrss.el (nnrss-get-encoding): New function.
15807         (nnrss-fetch): Use unibyte buffer initially; bind
15808         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15809         decode contents according to the encoding attribute.
15810         (nnrss-save-group-data): Add coding cookie.
15811         (nnrss-mime-encode-string): New function.
15812         (nnrss-check-group): Use it to encode subject and author.
15813
15814 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15815
15816         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15817         imaginary variable.
15818
15819 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15820
15821         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15822         correctly even if there are wide characters.
15823
15824 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15825
15826         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15827         downcased symbol names; make a new cache instead of reusing
15828         bbdb-hashtable.
15829
15830 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15831
15832         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15833         concatenating segments rather than before concatenating them.
15834         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15835
15836         * message.el (message-get-reply-headers): Bind `extra'.
15837
15838 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15839
15840         * message.el (message-extra-wide-headers): New variable.
15841         (message-get-reply-headers): Use it.
15842
15843 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15844
15845         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15846         (gnus-agent-group-pathname): Ditto.
15847
15848         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15849
15850         * gnus-group.el (gnus-group-make-group): Decode group name.
15851         (gnus-group-make-rss-group): Register the group data after opening
15852         the nnrss group.
15853
15854 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15855
15856         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15857         by expiry now get marked as read.
15858
15859 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15860
15861         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15862
15863 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15864
15865         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15866         unify Latin characters in XEmacs.
15867         (mm-find-mime-charset-region): Use it.
15868
15869 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15870
15871         * gnus-util.el (gnus-delete-directory): New function.
15872
15873         * gnus-agent.el (gnus-agent-delete-group): Use it.
15874
15875         * gnus-cache.el (gnus-cache-delete-group): Use it.
15876
15877 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15878
15879         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15880         names.
15881
15882 2004-12-16  Simon Josefsson  <jas@extundo.com>
15883
15884         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15885
15886 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15887
15888         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15889
15890         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15891         (gnus-group-set-current-level): Decode group name.
15892
15893 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15894
15895         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15896         failed.
15897
15898 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15899
15900         * gnus-group.el (gnus-group-delete-group): Decode group name.
15901         (gnus-group-make-rss-group): Encode group name.
15902         (gnus-group-catchup-current): Decode group name.
15903         (gnus-group-kill-group): Decode group name.
15904
15905 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15906
15907         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15908
15909 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15910
15911         * gnus-group.el (gnus-group-make-rss-group):
15912         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15913
15914         * gnus-start.el (gnus-setup-news): Honor user's setting to
15915         gnus-message-archive-method.  Suggested by Lute Kamstra
15916         <lute@gnu.org>.
15917
15918 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15919
15920         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15921         global counterparts of the buffer-local variables.
15922
15923 2004-11-16  Romain Francoise  <romain@orebokech.com>
15924
15925         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15926         counterparts of the buffer-local variables.
15927
15928 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15929
15930         * message.el (message-forbidden-properties): Fix typo in doc
15931         string.
15932
15933 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15934
15935         * gnus-util.el (gnus-replace-in-string): Add doc string.
15936
15937         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15938         to avoid problems when splitting mails with many recipients.
15939
15940 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15941
15942         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15943         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15944
15945 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15946
15947         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15948         if there is no hashtable in memory or file modification time is
15949         newer than cached timestamp.
15950
15951 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15952
15953         * gnus-sum.el (gnus-summary-limit-to-recipient):
15954         Implement not-matching option.
15955
15956 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15957
15958         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15959         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15960         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15961         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15962         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15963         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15964
15965 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15966
15967         * message.el (message-forward-make-body-mml): Remove headers
15968         according to message-forward-ignored-headers if a message is decoded.
15969
15970 2004-12-02  Romain Francoise  <romain@orebokech.com>
15971
15972         * message.el (message-forward-make-body-plain): Always remove
15973         headers according to message-forward-ignored-headers.
15974
15975 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15976
15977         * spam.el (spam-summary-prepare-exit): Remove the
15978         gnus-summary-limit pop for now, it has problems with ham marks for
15979         me.
15980
15981 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15982
15983         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15984         correctly.
15985
15986 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15987
15988         * format-spec.el (format-spec): Message the char.
15989
15990 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15991
15992         * gnus-art.el (gnus-split-methods): Reformat comments.
15993
15994         * spam.el (spam-summary-prepare-exit): Remove article limits
15995         before exiting the summary buffer.
15996
15997 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15998
15999         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16000         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16001
16002         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16003         order to silence the byte compiler.
16004
16005         * spam.el: Fix the way to silence the byte compiler, which
16006         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16007         bbdb-search-simple, spam-BBDB-register-routine,
16008         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16009         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16010         spam-stat-buffer-is-spam, spam-stat-load,
16011         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16012         spam-stat-save and spam-stat-split-fancy.
16013
16014 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16015
16016         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16017         which may confuse users.
16018         (canlock-password-for-verify): Ditto.
16019
16020         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16021
16022         * gnus-art.el (gnus-emphasis-alist): Ditto.
16023
16024         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16025
16026         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16027
16028         * gnus-start.el (gnus-save-killed-list): Ditto.
16029
16030         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16031         (gnus-sum-thread-tree-root): Ditto.
16032         (gnus-sum-thread-tree-false-root): Ditto.
16033         (gnus-sum-thread-tree-single-indent): Ditto.
16034
16035         * message.el (message-courtesy-message): Ditto.
16036         (message-archive-note): Ditto.
16037         (message-subscribed-address-file): Ditto.
16038         (message-user-fqdn): Ditto.
16039
16040         * spam-report.el (spam-report-gmane-regex): Ditto.
16041
16042         * spam.el (spam-blackhole-good-server-regex): Ditto.
16043
16044 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16045
16046         * mml.el (mml-preview): Widen the message buffer before copying
16047         the contents to the preview buffer; sort headers before previewing.
16048
16049         * message.el (message-hidden-headers): Fix the way to avoid a bug
16050         in the `repeat' widget in Emacs 21.3 or earlier.
16051
16052 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16053
16054         * message.el (message-hidden-headers): Default to "^References:".
16055         Improve customization type.  Suggested by Reiner Steib
16056         <Reiner.Steib@gmx.de>.
16057
16058 2004-11-25  Romain Francoise  <romain@orebokech.com>
16059
16060         * message.el (message-strip-forbidden-properties): Remove check for
16061         obsolete `message-hidden' text property, hidden headers are not
16062         accessible in the buffer anymore.
16063
16064 2004-11-22  Romain Francoise  <romain@orebokech.com>
16065
16066         * message.el (message-header-format-alist): Add `From' in list
16067         so that it can be sorted.
16068         (message-fix-before-sending): Widen and sort headers before
16069         sending.
16070         (message-hide-headers): Use narrowing to hide headers by moving
16071         them to the top of the buffer and narrowing to the region
16072         underneath.
16073
16074 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16075
16076         * message.el (message-strip-forbidden-properties):
16077         Bind buffer-read-only (etc) to nil.
16078
16079 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16080
16081         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16082         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16083
16084 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16085
16086         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16087
16088 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16089
16090         * dns.el (query-dns): Use sit-for to time instead of
16091         accept-process-output, since that doesn't seem to work on udp
16092         sockets.
16093
16094 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16095
16096         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16097
16098 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16099
16100         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16101         doc string.  Improve doc string.
16102
16103 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16104
16105         * nntp.el (nntp-request-update-info): Return nil if
16106         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16107         may not call gnus-activate-group which uselessly issues the GROUP
16108         commands for all nntp groups and wastes time.  Reported by Romain
16109         Francoise <romain@orebokech.com>.
16110
16111         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16112
16113 2004-11-15  Simon Josefsson  <jas@extundo.com>
16114
16115         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16116         headers separately.
16117         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16118         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16119
16120 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16121
16122         * gnus-start.el (gnus-convert-old-newsrc):
16123         Assign legacy-gnus-agent to 5.10.7.
16124
16125 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16126
16127         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16128         start of the lines.
16129
16130 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16131
16132         * hashcash.el (hashcash-default-payment): Change default to 20.
16133         (hashcash-default-accept-payment): Change default to 20.
16134         (hashcash-process-alist): New variable.
16135         (hashcash-generate-payment-async): Add.
16136         (hashcash-already-paid-p): Add.
16137         (hashcash-insert-payment): Don't generate payments twice.
16138         (hashcash-insert-payment-async): Add.
16139         (hashcash-insert-payment-async-2): Add.
16140         (hashcash-cancel-async): Add.
16141         (hashcash-wait-async): Add.
16142         (hashcash-processes-running-p): Add.
16143         (hashcash-wait-or-cancel): Add.
16144         (mail-add-payment): New optional argument.  Conditionally start
16145         asynchronous calculation.
16146         (mail-add-payment-async): Add.
16147
16148         * message.el (message-send-mail): Wait for asynchronous hashcash
16149         results.  Don't clobber existing X-Hashcash headers.
16150         (message-setup-1): Call mail-add-payment-async when
16151         message-generate-hashcash is non-nil.
16152
16153 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16154
16155         * message.el (message-use-alternative-email-as-from): Examine the
16156         From header as well; use message-make-from in order to include a
16157         user's full name.
16158
16159 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16160
16161         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16162         default; improve customization type.
16163         (gnus-emphasis-custom-with-format): New macro.
16164         (gnus-emphasis-custom-value-to-external): New function.
16165         (gnus-emphasis-custom-value-to-internal): New function.
16166
16167 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16168
16169         * dns.el (query-dns): Resolve reverse addresses.
16170
16171 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16172
16173         * gnus-group.el (gnus-group-get-new-news): Use it.
16174
16175         * gnus-start.el (gnus-check-reasonable-setup): New function.
16176
16177 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16178
16179         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16180         "Args out of range" error.  Reported by Arnaud Giersch
16181         <arnaud.giersch@free.fr>.
16182
16183 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16184
16185         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16186
16187 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16188
16189         * spam.el (spam group): Add :version.
16190
16191         * pgg-def.el (pgg group): Add :version.
16192
16193 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16194
16195         * gnus-art.el (gnus-article-edit-article): Don't associate the
16196         article buffer with a draft file.  This is a temporary measure
16197         against the 2004-08-22 change to gnus-article-edit-mode.
16198
16199 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16200
16201         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16202         (html2text-format-tags): Remove unused variable `attr'.
16203
16204 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16205
16206         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16207
16208         * tls.el (tls-process-connection-type, tls-success)
16209         (tls-certtool-program): Add :version.
16210
16211         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16212         (starttls-extra-arguments, starttls-process-connection-type)
16213         (starttls-connect, starttls-failure, starttls-success): Add :version.
16214
16215         * spam-stat.el (spam-stat): Add :version.
16216
16217         * sieve.el (sieve): Add :version.
16218
16219         * sha1.el (sha1): Add :version.
16220         (sha1-use-external): Remove redundant version.
16221
16222         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16223         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16224         (nnmail-split-fancy-match-partial-words)
16225         (nnmail-split-lowercase-expanded): Add :version.
16226
16227         * nndiary.el (nndiary): Add :version.
16228
16229         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16230
16231         * mml-sec.el (mml-default-sign-method)
16232         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16233         Add :version.
16234
16235         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16236
16237         * mm-url.el (mm-url-use-external, mm-url-program)
16238         (mm-url-arguments): Add :version.
16239
16240         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16241         (mm-attachment-file-modes, mm-decrypt-option)
16242         (mm-w3m-safe-url-regexp): Add :version.
16243
16244         * message.el (message-cite-prefix-regexp)
16245         (message-sendmail-envelope-from, message-minibuffer-local-map)
16246         (message-user-fqdn, message-completion-alist): Add :version.
16247
16248         * gnus-win.el (gnus-configure-windows-hook)
16249         (gnus-use-frames-on-any-display): Add :version.
16250
16251         * gnus-art.el (gnus-article-address-banner-alist)
16252         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16253         (gnus-treat-from-picon, gnus-treat-mail-picon)
16254         (gnus-treat-x-pgp-sig): Add :version.
16255
16256         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16257         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16258         (gnus-summary-article-delete-hook)
16259         (gnus-summary-display-while-building): Add :version.
16260
16261         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16262         (gnus-get-top-new-news-hook): Add :version.
16263
16264         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16265         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16266
16267         * gnus-registry.el (gnus-registry): Add :version.
16268
16269         * gnus-spec.el (gnus-use-correct-string-widths)
16270         (gnus-make-format-preserve-properties): Add :version.
16271
16272         * gnus.el (gnus-group-charter-alist)
16273         (gnus-group-fetch-control-use-browse-url)
16274         (gnus-install-group-spam-parameters): Add :version.
16275
16276         * gnus-diary.el (gnus-diary): Add :version.
16277
16278         * gnus-delay.el (gnus-delay): Add :version.
16279
16280         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16281         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16282         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16283         Add :version.
16284
16285         * gnus-agent.el (gnus-agent-max-fetch-size)
16286         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16287         (gnus-agent-prompt-send-queue): Add :version.
16288
16289         * deuglify.el (gnus-outlook-deuglify): Add :version.
16290
16291         * html2text.el: Beautify code.  Improve doc strings.
16292         Some checkdoc cleanup.
16293         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16294
16295 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16296
16297         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16298
16299 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16300
16301         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16302         when package is loaded.
16303
16304         * spam.el (spam-summary-score-preferred-header): Add global preference
16305         for people who want to override the default SpamAssassin over
16306         Bogofilter preference (when both are set).
16307         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16308         (spam-user-format-function-S):
16309         Check spam-summary-score-preferred-header.
16310         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16311         (spam-user-format-function-S): Format the score correctly.
16312
16313 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16314
16315         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16316         signature file.  Suggested by Manoj Srivastava
16317         <srivasta@golden-gryphon.com>.
16318
16319         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16320         iso-2022-jp even in the Japanese language environment.
16321         Suggested by Jason Rumney <jasonr@gnu.org>.
16322
16323 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16324
16325         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16326         use the same characters as the dummy marks; make it free from
16327         getting affected by the language environment.
16328         (gnus-summary-read-group-1): Update mark positions only when the
16329         format spec is updated.
16330
16331         * gnus-spec.el (gnus-update-format-specifications): Return a list
16332         of updated types.
16333
16334 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16335
16336         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16337         of boundp to check if display-warning is available.
16338
16339 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16340
16341         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16342
16343 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16344
16345         * nnspool.el (nnspool-spool-directory): Use news-path if the
16346         news-directory variable is not bound.
16347
16348         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16349         function instead of display-warning if it is not available.
16350
16351 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16352
16353         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16354         v5-10: Use `point-at-bol'.
16355
16356 2004-10-26  Simon Josefsson  <jas@extundo.com>
16357
16358         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16359         <chenggao@gmail.com>.
16360
16361 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16362
16363         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16364         instead.
16365
16366 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16367
16368         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16369         to remove a server from the nnimap-server-buffer-alist.
16370         (nnimap-open-connection, nnimap-close-server): Use it.
16371
16372         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16373
16374 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16375
16376         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16377         running the major-mode function.
16378
16379 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16380
16381         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16382         dummy marks in the right way.
16383
16384 2004-10-18  David Edmondson  <dme@dme.org>
16385
16386         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16387         excessively.
16388
16389 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16390
16391         * gnus-util.el (gnus-split-references): Accept a nil references
16392         string and go on blissfully.
16393
16394         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16395         cases where the references string is non-nil but has no references.
16396
16397         * encrypt.el: Add autoload tags.
16398
16399         * spam.el (spam-resolve-registrations-routine): Remove article
16400         from unregistration list too.  Reported by David Hanak
16401         <dhanak@isis.vanderbilt.edu>
16402
16403 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16404
16405         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16406         nil.  Change custom type.
16407
16408 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16409
16410         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16411
16412         * gnus-sum.el (gnus-summary-move-article): Use it.
16413
16414 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16415
16416         * encrypt.el: Add autoload cookies.
16417
16418         * spam.el (spam-backend-article-list-property)
16419         (spam-backend-get-article-todo-list)
16420         (spam-backend-put-article-todo-list)
16421         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16422         Resolve registrations separately.
16423         (spam-register-routine): Format comments.
16424         (spam-unregister-routine, spam-register-routine): Always call with
16425         specific-articles, no default list.
16426         (spam-summary-prepare-exit): Use the spam-classifications function.
16427
16428         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16429         gnus-encrypt.el.
16430
16431         * encrypt.el: Copied from gnus-encrypt.el.
16432
16433         * gnus-encrypt.el: Commented that it's obsolete.
16434
16435 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16436
16437         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16438         (gnus-score-save): Use it.
16439
16440         * message.el (message-bury): Use `window-dedicated-p'.
16441
16442 2004-10-15  Simon Josefsson  <jas@extundo.com>
16443
16444         * pop3.el (top-level): Don't require nnheader.
16445         (pop3-read-timeout): Add.
16446         (pop3-accept-process-output): Add.
16447         (pop3-read-response, pop3-retr): Use it.
16448
16449 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16450
16451         * spam.el (spam-register-routine): Move comment.
16452         (spam-verify-bogofilter): Use 'unknown for the initial
16453         spam-bogofilter-valid state, not 'never.
16454
16455         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16456         for netrc-machine.
16457
16458         * nnimap.el (nnimap-open-connection):
16459         Use netrc-machine-user-or-password.
16460
16461 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16462
16463         * gnus-registry.el (gnus-registry-unload-hook):
16464         Set as a variable with add-hook.
16465
16466         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16467         of news-path.
16468
16469         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16470
16471         * spam.el: Delete duplicate `provide'.
16472         (spam-unload-hook): Set as a variable with add-hook.
16473
16474 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16475
16476         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16477         in the doc string.
16478
16479         * message.el (message-ignored-news-headers)
16480         (message-ignored-supersedes-headers)
16481         (message-ignored-resent-headers)
16482         (message-forward-ignored-headers): Improve custom type.
16483
16484 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16485
16486         * message.el (message-tokenize-header): Fix 2004-09-06 change
16487         which used point-min in the wrong place.
16488
16489 2004-10-12  Simon Josefsson  <jas@extundo.com>
16490
16491         * tls.el (tls-certtool-program): New variable.
16492         (tls-certificate-information): New function, based on
16493         ssl-certificate-information.
16494
16495 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16496
16497         * compface.el: Move the version of ELisp-based uncompface program
16498         to the contrib directory because of the copyright problem.
16499
16500 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16501
16502         * message.el (message-kill-buffer): Raise the current frame.
16503
16504 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16505
16506         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16507
16508         * gnus.el (message-y-or-n-p): Autoload.
16509
16510         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16511         (pop3-password-required, pop3-authentication-scheme)
16512         (pop3-leave-mail-on-server): Make customizable.
16513         (pop3): New custom group.
16514         (pop3-retr): Remove `sleep-for' statements.
16515         Suggested by Dave Love <fx@gnu.org>.
16516
16517         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16518         Windows/DOS.
16519
16520         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16521         (imap-parse-body): Fix incorrect use of `assert'.
16522         Suggested by Dave Love <fx@gnu.org>.
16523
16524         * mml.el (mml-minibuffer-read-disposition): Require match.
16525         Suggested by Dave Love <fx@gnu.org>.
16526
16527 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16528
16529         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16530         doc string.
16531
16532 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16533
16534         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16535
16536 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16537
16538         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16539         instead of calling `mm-insert-inline', to decode text/* parts
16540         before displaying them.
16541
16542 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16543
16544         * mm-uu.el (mm-uu-text-plain-type): New variable.
16545         (mm-uu-pgp-signed-extract-1): Use it.
16546         (mm-uu-pgp-encrypted-extract-1): Use it.
16547         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16548         bind mm-uu-text-plain-type with that value.
16549         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16550         mm-uu-dissect.
16551
16552 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16553
16554         * gnus-group.el (gnus-update-group-mark-positions):
16555         * gnus-sum.el (gnus-update-summary-mark-positions):
16556         * message.el (message-check-news-body-syntax):
16557         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16558         of string-as-multibyte.
16559
16560 2004-10-05  Juri Linkov  <juri@jurta.org>
16561
16562         * gnus-group.el (gnus-update-group-mark-positions):
16563         * gnus-sum.el (gnus-update-summary-mark-positions):
16564         * message.el (message-check-news-body-syntax):
16565         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16566         8-bit unibyte values to a multibyte string for search functions.
16567
16568 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16569
16570         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16571         (mm-uu-dissect-text-parts): New function.
16572
16573         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16574         dissect text parts.
16575
16576         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16577         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16578
16579         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16580
16581         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16582         Use gnus-current-topics instead of gnus-current-topic.
16583
16584 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16585
16586         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16587
16588 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16589
16590         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16591         where approriate.
16592
16593         * nnml.el (nnml-generate-active-info): do.
16594
16595         * nndiary.el (nndiary-generate-active-info): do.
16596
16597         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16598         (gnus-topic-move): do.
16599
16600         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16601         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16602
16603         * gnus-srvr.el (gnus-server-prepare)
16604         (gnus-server-open-all-servers): do.
16605
16606         * gnus-msg.el (gnus-summary-cancel-article)
16607         (gnus-summary-resend-message)
16608         (gnus-summary-mail-crosspost-complaint): do.
16609
16610         * gnus-move.el (gnus-change-server): do.
16611
16612         * gnus-group.el (gnus-group-unmark-all-groups)
16613         (gnus-group-set-current-level): do.
16614
16615 2004-10-04  Simon Josefsson  <jas@extundo.com>
16616
16617         * message.el (message-generate-hashcash): Doc fix.
16618
16619 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16620
16621         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16622         avoid infinite recursion via gnus-get-function.
16623
16624 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16625
16626         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16627
16628         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16629
16630         * nnmail.el (nnmail-split-history): do.
16631
16632         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16633         (nnml-request-delete-group): do.
16634
16635         * nnslashdot.el (nnslashdot-read-groups): do.
16636
16637         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16638         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16639
16640         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16641         (nnspool-sift-nov-with-sed): Use last.
16642         (nnspool-retrieve-headers-with-nov): Use mapc.
16643         (nnspool-request-newgroups): Use dolist.
16644         (nnspool-request-group): Use last.
16645
16646         * nntp.el (nntp-read-server-type): Use dolist.
16647
16648         * nnvirtual.el (nnvirtual-create-mapping)
16649         (nnvirtual-update-read-and-marked): Use dolist.
16650         (nnvirtual-convert-headers): Simplify.
16651
16652 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16653
16654         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16655         Add support for sync'ing tick marks.
16656
16657 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16658
16659         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16660         there's no visible header.
16661
16662 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16663
16664         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16665         When necessary, pass full group name to gnus-request-set-marks.
16666
16667 2004-10-01  Simon Josefsson  <jas@extundo.com>
16668
16669         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16670         acroread.
16671
16672 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16673
16674         * spam-report.el (spam-report-gmane): Fix interactive.
16675
16676         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16677
16678         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16679         when writing file.
16680         (gnus-agent-synchronize-flags): Don't default to being
16681         interactive.
16682
16683 2004-09-30  Simon Josefsson  <jas@extundo.com>
16684
16685         * message.el (message-generate-hashcash): Add.
16686         (message-send-mail): Use it, call mail-add-payment.
16687
16688 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16689
16690         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16691
16692 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16693
16694         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16695         gnus-requst-update-info with explicit code to sync the in-memory
16696         info read flags with the marks being sync'd to the backend.
16697
16698         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16699
16700 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16701
16702         * spam.el (spam-verify-bogofilter): Add new function.
16703         (spam-check-bogofilter)
16704         (spam-bogofilter-register-with-bogofilter): Use it.
16705         (spam-verify-bogofilter): Add small fixes.
16706
16707 2004-09-28  Simon Josefsson  <jas@extundo.com>
16708
16709         * hashcash.el (hashcash-generate-payment): Revert.
16710
16711 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16712
16713         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16714         Use gnus-extract-references instead of gnus-split-references.
16715
16716         * gnus-util.el (gnus-extract-references): Add new function, analogous
16717         to gnus-split-references but extracts only the message-ID without
16718         anything extra.
16719
16720         * hashcash.el (hashcash-generate-payment)
16721         (hashcash-check-payment): Do the right thing if hashcash-path is
16722         nil (because the hashcash program could not be found).
16723
16724         * spam.el (spam-use-hashcash): Remove comment.
16725
16726 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16727
16728         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16729         (gnus-cache-enter-article, gnus-cache-remove-article)
16730         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16731
16732         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16733
16734         * gnus-art.el (article-hide-boring-headers)
16735         (article-translate-strings, article-display-face)
16736         (gnus-article-mime-match-handle-first)
16737         (gnus-article-highlight-headers)
16738         (gnus-article-add-buttons-to-head): do.
16739
16740 2004-09-27  Simon Josefsson  <jas@extundo.com>
16741
16742         * hashcash.el: New version, from
16743         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16744         ../contrib/.
16745
16746 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16747
16748         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16749
16750 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16751
16752         * gnus-dup.el (gnus-dup-open): Use mapc.
16753         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16754
16755         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16756         Reported by Stefan Wiens <s.wi@gmx.net>.
16757
16758         * gnus.el (gnus-shutdown): Use dolist.
16759
16760         * gnus-undo.el (gnus-undo): Use mapc.
16761
16762         * nnrss.el (nnrss-generate-active): do.
16763
16764         * message.el (message-cite-original-without-signature)
16765         (message-cite-original): Use mapc.
16766         (message-do-actions, message-make-forward-subject): Use dolist.
16767
16768 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16769
16770         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16771         deletion to remove entire duplicate line.  Fixes merged article
16772         number bug.
16773
16774 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16775
16776         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16777         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16778         first ask if you want to open a server and then, even when you
16779         responded with no, asking if you want to synchronize the server's
16780         flags.
16781         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16782         multi-line expressions.
16783         (gnus-agent-synchronize-group-flags): New internal function.
16784         Updates marks in memory (in the info structure) AND in the
16785         backend.
16786
16787         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16788
16789         * nnagent.el (nnagent-request-set-mark):
16790         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16791         method, to ensure that synchronization updates marks in the
16792         backend and in the info (in memory) structure.
16793
16794 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16795
16796         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16797         convention fully; don't miss the root article of a thread; make
16798         the X-Draft-From header with correct article numbers.
16799
16800 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16801
16802         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16803         unless plugged.  Disable the agent so that an open failure causes
16804         an error.
16805
16806         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16807         Revert 2004-09-21 change.  The backend must be opened while
16808         synchronizing flags even when the backend stores the flags
16809         locally.
16810
16811 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16812
16813         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16814         in `header' match.  Reported by Svend Tollak Munkejord.
16815
16816         * message.el (message-cite-original): Fix use of
16817         `message-cite-articles-with-x-no-archive'.
16818
16819 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16820
16821         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16822         (gnus-window-to-buffer): Ditto.
16823
16824         * mml.el (mml-preview-buffer): New variable.
16825         (mml-preview): Manage window layout with gnus-buffer-configuration.
16826
16827         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16828         X-Draft-From header even if those articles aren't quoted.
16829
16830 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16831
16832         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16833         (gnus-request-set-mark, gnus-request-update-mark): Use new
16834         g-s-t-u-l-m to decide to use backend even when unplugged.
16835
16836 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16837
16838         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16839         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16840
16841 2004-09-20  Simon Josefsson  <jas@extundo.com>
16842
16843         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16844         "utf-16-le".
16845
16846 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16847
16848         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16849
16850 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16851
16852         * uudecode.el (uudecode-use-external): Add :version.
16853
16854         * smime.el (smime-CA-file, smime-encrypt-cipher)
16855         (smime-dns-server): Add :version.
16856
16857         * smiley.el (gnus-smiley-file-types): Add :version.
16858
16859         * sha1.el (sha1-use-external): Add :version.
16860
16861         * pgg-def.el (pgg-query-keyserver): Add :version.
16862
16863         * nnmail.el (nnmail-fancy-expiry-targets)
16864         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16865         Add :version.
16866
16867         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16868         (nnimap-retrieve-groups-asynchronous): Add :version.
16869         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16870
16871         * mml.el (mml-content-disposition-parameters)
16872         (mml-insert-mime-headers-always): Add :version.
16873
16874         * mm-util.el (mm-coding-system-priorities): Add :version.
16875
16876         * mm-decode.el (mm-inline-text-html-with-images)
16877         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16878         (mm-verify-option): Add :version.
16879         (mm-text-html-renderer): Change :version.
16880
16881         * message.el (message-fcc-externalize-attachments)
16882         (message-required-headers, message-draft-headers)
16883         (message-subject-trailing-was-query)
16884         (message-subject-trailing-was-ask-regexp)
16885         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16886         (message-mark-insert-end, message-archive-header)
16887         (message-archive-note, message-cross-post-default)
16888         (message-cross-post-note, message-followup-to-note)
16889         (message-cross-post-note-function, message-use-mail-followup-to)
16890         (message-subscribed-address-functions)
16891         (message-subscribed-address-file, message-subscribed-addresses)
16892         (message-subscribed-regexps, message-allow-no-recipients)
16893         (message-yank-cited-prefix, message-signature-insert-empty-line)
16894         (message-hidden-headers, message-hierarchical-addresses)
16895         (message-mail-user-agent, message-use-idna)
16896         (message-valid-fqdn-regexp)
16897         (message-strip-special-text-properties, message-header-synonyms)
16898         (message-beginning-of-line, message-tab-body-function): Add :version.
16899         (message-insert-canlock, message-wide-reply-confirm-recipients):
16900         Change :version.
16901
16902         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16903         and :version.
16904         (mail-source-delete-old-incoming-confirm)
16905         (mail-source-movemail-program): Add :version.
16906
16907         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16908         (gnus-agent-cache, gnus-agent): Change :version.
16909
16910         * gnus-util.el (gnus-use-byte-compile): Change :version.
16911
16912         * gnus-sum.el (gnus-summary-make-false-root-always)
16913         (gnus-summary-default-high-score)
16914         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16915         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16916         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16917         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16918         (gnus-sum-thread-tree-single-indent)
16919         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16920         (gnus-sum-thread-tree-leaf-with-other)
16921         (gnus-sum-thread-tree-single-leaf): Add :version.
16922         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16923         (gnus-article-loose-mime): Change :version.
16924
16925         * gnus-start.el (gnus-backup-startup-file)
16926         (gnus-save-startup-file-via-temp-buffer): Add :version.
16927
16928         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16929         (gnus-server-offline-face): Add :version.
16930
16931         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16932
16933         * gnus-msg.el (gnus-gcc-externalize-attachments)
16934         (gnus-debug-files, gnus-debug-exclude-variables)
16935         (gnus-discouraged-post-methods): Change :version.
16936         (gnus-confirm-mail-reply-to-news)
16937         (gnus-confirm-treat-mail-like-news): Add :version.
16938
16939         * gnus-int.el (gnus-server-unopen-status): Add :version.
16940
16941         * gnus-group.el (gnus-group-jump-to-group-prompt)
16942         (gnus-large-ephemeral-newsgroup)
16943         (gnus-fetch-old-ephemeral-headers): Add :version.
16944
16945         * gnus-fun.el (gnus-x-face-directory)
16946         (gnus-convert-pbm-to-x-face-command)
16947         (gnus-convert-image-to-x-face-command)
16948         (gnus-convert-image-to-face-command): Add :version.
16949
16950         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16951
16952         * gnus-cite.el (gnus-cite-blank-line-after-header)
16953         (gnus-article-boring-faces): Add :version.
16954
16955         * gnus-art.el (gnus-buttonized-mime-types)
16956         (gnus-inhibit-mime-unbuttonizing)
16957         (gnus-treat-display-face)
16958         (gnus-treat-body-boundary): Change :version.
16959         (gnus-body-boundary-delimiter, gnus-picon-databases)
16960         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16961         (gnus-treat-date-english, gnus-treat-fold-headers)
16962         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16963         (gnus-treat-mail-picon, gnus-treat-wash-html)
16964         (gnus-article-encrypt-protocol)
16965         (gnus-use-idna, gnus-article-over-scroll)
16966         (gnus-mime-display-multipart-alternative-as-mixed)
16967         (gnus-mime-display-multipart-related-as-mixed)
16968         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16969         (gnus-ctan-url, gnus-button-ctan-handler)
16970         (gnus-button-handle-ctan-bogus-regexp)
16971         (gnus-button-ctan-directory-regexp)
16972         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16973         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16974         (gnus-button-man-level, gnus-button-emacs-level)
16975         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16976
16977         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16978         (gnus-agent-go-online): Change :version.
16979         (gnus-agent-expire-unagentized-dirs)
16980         (gnus-agent-auto-agentize-methods): Add :version.
16981
16982         * flow-fill.el (fill-flowed-display-column)
16983         (fill-flowed-encode-column): Add :version.
16984
16985         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16986         (gnus-outlook-deuglify-unwrap-max)
16987         (gnus-outlook-deuglify-cite-marks)
16988         (gnus-outlook-deuglify-unwrap-stop-chars)
16989         (gnus-outlook-deuglify-no-wrap-chars)
16990         (gnus-outlook-deuglify-attrib-cut-regexp)
16991         (gnus-outlook-deuglify-attrib-verb-regexp)
16992         (gnus-outlook-deuglify-attrib-end-regexp)
16993         (gnus-outlook-display-hook): Add :version.
16994
16995         * binhex.el (binhex-use-external): Add :version.
16996
16997 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16998
16999         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17000         and `invisible'.
17001
17002 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17003
17004         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17005         in gnus-registry-trim.
17006
17007 2004-09-13  Simon Josefsson  <jas@extundo.com>
17008
17009         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17010
17011         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17012
17013         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17014         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17015         <yamaoka@jpl.org>.
17016         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17017         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17018         <yamaoka@jpl.org>.
17019
17020         * sieve.el (sieve-manage-mode): Ditto.
17021
17022 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17023
17024         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17025
17026 2004-09-11  Simon Josefsson  <jas@extundo.com>
17027
17028         * dns-mode.el: Add.
17029
17030         * mm-view.el (mm-display-dns-inline): Add.
17031
17032         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17033         (mm-automatic-display): Ditto.
17034
17035         * mailcap.el (mailcap-mime-data): Add text/dns.
17036         (mailcap-mime-extensions): Map .soa to text/dns.
17037
17038 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17039
17040         * gnus-art.el (article-decode-mime-words, article-babel)
17041         (gnus-article-highlight-signature, gnus-article-add-buttons)
17042         (gnus-signature-toggle): Remove unnecessary bindings of
17043         `inhibit-read-only' inherited from v5.10 merge.
17044
17045 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17046
17047         * nntp.el (nntp): New customization group.
17048         (nntp-authinfo-file): Add customization group.
17049
17050         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17051
17052         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17053
17054         * gnus.el (to-address, to-list, subscribed)
17055         (large-newsgroup-initial): Ditto.
17056
17057         * flow-fill.el (fill-flowed-display-column)
17058         (fill-flowed-encode-column): Ditto.
17059
17060 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17061
17062         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17063         Use point-min rather than 1.
17064         (message-send-mail): Use buffer-size rather than point-max.
17065
17066         * gnus-sum.el (gnus-summary-search-article-forward):
17067         Signal a specific `search-failed' rather than a generic `error'.
17068
17069         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17070         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17071         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17072
17073 2004-09-10  Simon Josefsson  <jas@extundo.com>
17074
17075         * nndb.el (require): Remove tcp and duplicate cl.
17076
17077 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17078
17079         * gnus-agent.el (directory-files-and-attributes): Move forward.
17080
17081 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17082
17083         * gnus-agent.el (directory-files-and-attributes):
17084         Optionally defined to support XEmacs.
17085
17086 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17087
17088         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17089         to avoid run-time CL dependencies.
17090         (gnus-agent-unfetch-articles): New function.
17091         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17092         article numbers even when local .overview file is missing.
17093         (gnus-agent-read-article-number): New function.  Only accepts
17094         27-bit article numbers.
17095         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17096         Use gnus-agent-read-article-number.
17097         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17098         from backend while recognizing that article numbers in .overview
17099         must be valid.
17100         (gnus-agent-update-files-total-fetched-for):
17101         Use directory-files-and-attributes to improve performance.
17102         * gnus-int.el (gnus-request-move-article):
17103         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17104         improve performance.
17105
17106         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17107         some users confused by references to .newsrc when they only have a
17108         .newsrc.eld file.
17109         (gnus-convert-mark-converter-prompt)
17110         (gnus-convert-converter-needs-prompt): Fix use of property list.
17111         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17112         New function.  Used internally to only display 'gnus converting
17113         files' message when actually necessary.
17114
17115         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17116         methods now autoloaded.
17117
17118 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17119
17120         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17121         identifiers.
17122
17123 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17124
17125         * gnus-picon.el: Fix indentation and closing parenthesis.
17126
17127 2004-09-01  Simon Josefsson  <jas@extundo.com>
17128
17129         * message.el (message-canlock-generate): Require sha1, not
17130         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17131         to require within a function.  Sadly, if sha1.el isn't loaded, the
17132         let binding in m-c-g will hide the defcustom definition, which is
17133         bad.)
17134
17135         * canlock.el: Require sha1, not sha1-el.
17136
17137         * message.el: Don't autoload sha1 (there is a autoload cookie in
17138         sha1.el).
17139
17140         * sha1-el.el: Rename to sha1.el.
17141
17142 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17143
17144         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17145
17146 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17147
17148         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17149
17150 2004-08-30  Kim F. Storm  <storm@cua.dk>
17151
17152         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17153
17154         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17155         Add :group 'nnimap.
17156
17157 2004-08-30  Andreas Schwab  <schwab@suse.de>
17158
17159         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17160         ?* and ?\;.
17161
17162         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17163         and ?\' to symbol instead of whitespace.
17164
17165 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17166
17167         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17168
17169         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17170         instead of re-search-forward.
17171
17172         * gnus-uu.el (gnus-uu-save-article): Ditto.
17173         (gnus-uu-post-encode-uuencode): Ditto.
17174
17175         * html2text.el (html2text-clean-list-items): Ditto.
17176         (html2text-clean-dtdd): Ditto.
17177         (html2text-format-tags): Ditto.
17178
17179         * message.el (message-send-mail-with-sendmail): Fix regexp.
17180         (message-fill-field-general): Use search-forward instead of
17181         re-search-forward.
17182         (unbold-region): Ditto.
17183
17184         * nnrss.el (nnrss-request-article): Ditto.
17185
17186         * nnslashdot.el (nnslashdot-request-article): Ditto.
17187
17188         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17189
17190         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17191         "Unrecognized menu descriptor" error in XEmacs.
17192
17193 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17194
17195         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17196         parent article of a sparse article in the thread hashtb.
17197
17198 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17199
17200         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17201         (nnmail-expand-newtext): Lowercase expanded entries if
17202         nnmail-split-lowercase-expanded is non-nil.
17203
17204 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17205
17206         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17207
17208         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17209         of gnus-tmp-news-method into string under XEmacs.  It will be
17210         passed to gnus-correct-length which takes only a string argument.
17211
17212 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17213
17214         * gnus-util.el (gnus-bind-print-variables): New macro.
17215         (gnus-prin1): Use it.
17216         (gnus-prin1-to-string): Use it.
17217         (gnus-pp): New function.
17218         (gnus-pp-to-string): New function.
17219
17220         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17221         Replace pp-to-string with gnus-pp-to-string.
17222         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17223         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17224         * gnus-msg.el (gnus-debug): Ditto.
17225         * gnus-score.el (gnus-score-save): Ditto.
17226         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17227         gnus-pp-to-string.
17228         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17229         with gnus-pp.
17230         * score-mode.el (gnus-score-pretty-print): Ditto.
17231         * webmail.el (webmail-debug): Ditto.
17232
17233 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17234
17235         * gnus-art.el (article-display-face, article-display-x-face):
17236         Use buffer-read-only.
17237
17238 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17239
17240         * gnus-art.el (article-hide-list-identifiers):
17241         Bind inhibit-read-only as t.
17242
17243 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17244
17245         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17246
17247 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17248
17249         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17250         (gnus-narrow-to-page): Don't assume point-min == 1.
17251         (gnus-article-edit-mode): Derive from message-mode.
17252
17253         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17254         point-min == 1.
17255
17256         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17257         Disable incorrect use of `assert'.
17258
17259         * message.el (message-mode): Set comment-start-skip.
17260
17261
17262 2004-08-22  Sam Steingold  <sds@gnu.org>
17263
17264         * pop3.el (pop3-leave-mail-on-server): New user variable.
17265         (pop3-movemail): Delete mail only when it is nil.
17266
17267 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17268
17269         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17270
17271         * mml.el (mml-preview): Use `pop-to-buffer'.
17272
17273         * message.el (message-goto-mail-followup-to): Insert after "To".
17274         (message-carefully-insert-headers): Add comment.
17275
17276         * gnus.el: Remove unused variable `gnus-article-check-size'.
17277
17278         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17279
17280         * gnus-art.el (gnus-button-alist):
17281         Improve `gnus-button-handle-library' entry.
17282
17283 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17284
17285         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17286         Use downcase, since XEmacs capitalizes error messages differently.
17287
17288 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17289
17290         * nntp.el: Add (require 'gnus) due to reference to
17291         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17292
17293 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17294
17295         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17296         Bind `mm-fill-flowed'.
17297
17298         * mm-decode.el (mm-dissect-singlepart): Check it.
17299
17300 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17301
17302         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17303         'imap' for netrc parsing.
17304
17305 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17306
17307         * mailcap.el (mailcap-mime-data): Mark as risky.
17308
17309 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17310
17311         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17312         may be included in the encoded word.
17313         (rfc2047-encode): Don't append a space if the encoded word
17314         includes close parenthesis.
17315
17316 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17317
17318         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17319         of text within parentheses.
17320
17321 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17322
17323         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17324         (gnus-encrypt-write-file-contents): Make the password key the file
17325         name PLUS the cipher, not just the cipher.  Also remove failed
17326         passwords from the cache.
17327
17328 2004-08-06  Simon Josefsson  <jas@extundo.com>
17329
17330         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17331         Doc fix.
17332
17333 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17334
17335         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17336         LWSP.
17337
17338 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17339
17340         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17341         Try to append in-reply-to: data to the references: header.
17342
17343         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17344         (netrc-parse): Use gnus-encrypt.el functions.
17345
17346         * gnus-encrypt.el: Add new file for encryption support; currently
17347         does only a few GPG ciphers and an internal XOR cipher.
17348
17349         * password.el: Add comments on using password-read-and-add.
17350         (password-read-and-add): Add function to read and add the
17351         password to the cache at once.
17352
17353 2004-07-28  Simon Josefsson  <jas@extundo.com>
17354
17355         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17356         parameter (but don't use it, for now).
17357
17358         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17359         instead of hard coding to nil.
17360
17361 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17362
17363         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17364         as mm-inline-image-xemacs does.
17365
17366 2004-07-26  Simon Josefsson  <jas@extundo.com>
17367
17368         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17369         Revert part of 2004-07-17 change below.
17370
17371 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17372
17373         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17374         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17375
17376 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17377
17378         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17379         quotes that actually start with ">" at the beginning of the
17380         lines.
17381
17382 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17383
17384         * rfc2047.el (rfc2047-encode-region): Fix last change.
17385         (rfc2047-encode-parameter): Remove useless concat.
17386
17387 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17388
17389         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17390         encode special characters; fix some kind of misconfigured headers;
17391         signal a real error if debug-on-quit or debug-on-error is non-nil.
17392         (rfc2047-encode-max-chars): New variable.
17393         (rfc2047-encode-1): Use it.
17394         (rfc2047-encode-parameter): New function.
17395
17396         * mml.el (mml-insert-parameter): Remove an excessive space.
17397
17398 2004-07-17  Simon Josefsson  <jas@extundo.com>
17399
17400         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17401         Kai Grossjohann <kai@emptydomain.de>.
17402         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17403         (gnus-group-make-menu-bar): Ditto.
17404
17405         * gnus-util.el (gnus-group-server): Add.
17406
17407 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17408
17409         * message.el (message-clone-locals): Clone sendmail and smtp
17410         variables.
17411
17412 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17413
17414         * rfc2047.el (rfc2047-encode-region): Fix last change.
17415
17416 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17417
17418         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17419         characters as non-special.
17420
17421 2004-07-09  Simon Josefsson  <jas@extundo.com>
17422
17423         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17424         Users will lose all flag changes made while unplugged with
17425         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17426         good default.  See numerous reports on ding mailing list.
17427
17428 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17429
17430         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17431         add generate-head-function and generate-article-function to the
17432         rfc822-forward entry.
17433         (nndoc-rfc822-forward-generate-article): New function.
17434         (nndoc-rfc822-forward-generate-head): New function.
17435
17436         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17437
17438 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17439
17440         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17441         respect display group parameter and gnus-summary-expunge-below.
17442         (gnus-articles-to-read): Remove unused reference to display group
17443         parameter.
17444
17445 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17446
17447         * nnheader.el (nnheader-uniquify-message-id): New experimental
17448         variable.
17449         (nnheader-nov-read-message-id): Use it.
17450
17451         * spam-report.el (spam-report-gmane): Add interactive.
17452
17453 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17454
17455         * mm-encode.el (mm-content-transfer-encoding-defaults):
17456         Use qp-or-base64 for the application/* types.
17457
17458 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17459
17460         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17461
17462 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17463
17464         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17465         trim value.
17466
17467 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17468
17469         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17470         New macro and function.
17471         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17472
17473 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17474
17475         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17476         after-load-alist.
17477
17478 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17479
17480         * gnus-group.el (gnus-group-get-new-news-this-group):
17481         Don't update info that isn't there.
17482
17483 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17484
17485         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17486         entry.
17487
17488 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17489
17490         * mm-view.el (mm-inline-render-with-function): Use multibyte
17491         buffer; decode html source by charset.
17492
17493         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17494
17495         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17496         Mule-UCS is loaded under XEmacs.
17497         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17498
17499 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17500
17501         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17502
17503 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17504
17505         * mm-util.el (mm-coding-system-p): Return a coding-system.
17506         (mm-mime-mule-charset-alist): Use shift_jis instead of
17507         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17508         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17509         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17510         instead of japanese-shift-jis and iso-latin-1 respectively in
17511         order to share the default value with both Emacs and XEmacs-mule.
17512         (mm-mule-charset-to-mime-charset):
17513         Make mm-coding-system-priorities effective.
17514         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17515         while predicating of candidates upon the priorities.
17516
17517 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17518
17519         * gnus-sum.el (gnus-summary-make-menu-bar):
17520         Add gnus-uu-invert-processable.
17521
17522         * gnus.el: Autoload gnus-uu-invert-processable.
17523
17524 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17525
17526         * mm-util.el (mm-with-multibyte-buffer): New macro.
17527
17528         * rfc2047.el (rfc2047-encode-string): Use it.
17529         (rfc2047-encode-region): Move point to the end of the region after
17530         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17531
17532 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17533
17534         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17535         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17536
17537 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17538
17539         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17540         (gnus-cite-parse): Ignore quoted envelope From_.
17541         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17542
17543 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17544
17545         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17546         invalid addresses.
17547
17548 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17549
17550         * spam.el: Change section markers, revise TODO list.
17551         (spam-backends): Make new master list of all installed backends.
17552         (spam-summary-exit-behavior): Add new variable to determine how
17553         messages moves are done at summary exit.
17554         (spam-move-spam-nonspam-groups-only)
17555         (spam-process-ham-in-nonham-groups)
17556         (spam-process-ham-in-spam-groups): Remove variables, the
17557         spam-summary-exit-behavior variable should be used to manage this
17558         behavior.
17559         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17560         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17561         and spam-old-spam-articles.
17562         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17563         Add empty variables, placeholders for the backends they represent.
17564         (spam-set-difference): Move, unchanged.
17565         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17566         unless the user has a processor variable.
17567         (spam-classifications, spam-classification-valid-p)
17568         (spam-backend-properties, spam-backend-property-valid-p)
17569         (spam-backend-function-type-valid-p)
17570         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17571         (spam-report-articles-gmane, spam-report-articles-resend):
17572         Remove functions, they are not needed.
17573         (spam-install-backend-super, spam-backend-list)
17574         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17575         (spam-backend-function, spam-backend-ham-registration-function)
17576         (spam-backend-spam-registration-function)
17577         (spam-backend-ham-unregistration-function)
17578         (spam-backend-spam-unregistration-function)
17579         (spam-backend-statistical-p, spam-backend-mover-p)
17580         (spam-install-backend-alias, spam-install-checkonly-backend)
17581         (spam-install-mover-backend, spam-install-nocheck-backend)
17582         (spam-install-backend, spam-install-statistical-backend)
17583         (spam-install-statistical-checkonly-backend): Add backend installation
17584         support.
17585         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17586         (spam-group-processor-p): Use the new backend code and respect the
17587         summary exit behavior.
17588         (spam-mark-spam-as-expired-and-move-routine): Remove.
17589         (spam-summary-prepare): Change to use the new spam-old-articles
17590         variable.
17591         (spam-copy-or-move-routine, spam-copy-spam-routine)
17592         (spam-move-spam-routine, spam-copy-ham-routine)
17593         (spam-move-ham-routine): Add code to copy/move ham or spam.
17594         (spam-fetch-field-fast): Improve doc and code, plus allow the
17595         'number request.
17596         (spam-list-of-checks, spam-list-of-statistical-checks):
17597         Remove variables.
17598         (spam-split, spam-find-spam): Use the new backend code.
17599         (spam-registration-functions): Remove variable.
17600         (spam-unregister-routine): Add convenience wrapper.
17601         (spam-log-undo-registration, spam-register-routine)
17602         (spam-log-processing-to-registry)
17603         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17604         where possible.
17605         (spam-check-gmane-xref, spam-check-regex-headers)
17606         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17607         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17608         (spam-check-bogofilter-headers, spam-check-spamoracle)
17609         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17610         (spam-check-crm114-headers): Use the spam-split-group that
17611         spam-split prepares, no need to determine it every time.
17612
17613         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17614         to the nnheader-parse-naked-head call.
17615
17616         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17617
17618         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17619         the nnheader-nov-read-message-id call.
17620
17621 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17622
17623         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17624         gnus-activate-group twice.  Suggested by Markus Peter
17625         <warp@spin.de>.
17626
17627 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17628
17629         * gnus-art.el (gnus-article-time-format): Exchange the order of
17630         day and month in the default value; fix customization type.
17631         (article-date-ut): Use add-text-properties.
17632         (article-make-date-line): Use message-make-date instead of
17633         current-time-string.
17634
17635         * message.el (message-fetch-field): Don't use set-text-properties.
17636         (message-make-date): Simplify.
17637
17638         * messagexmas.el (message-xmas-make-date): New function.
17639         (message-xmas-redefine): Defalias message-make-date to it.
17640
17641 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17642
17643         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17644         (rfc2047-encode-region): Treat text within parentheses as special;
17645         show the original text when error has occurred.
17646
17647         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17648         already-computed method to gnus-activate-group.
17649
17650         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17651         same select-methods identical Lisp objects.
17652
17653         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17654         object when modifying the info.
17655
17656 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17657
17658         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17659         gnus-opened-servers since it has never been opened with the new
17660         configuration yet.
17661
17662 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17663
17664         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17665         arg to nnheader-generate-fake-message-id.
17666
17667 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17668
17669         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17670         number and build a fake message ID localized to a group and
17671         article number (so it's repeatable from that point on).
17672         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17673         ID format.
17674
17675         * gnus-sum.el (gnus-get-newsgroup-headers):
17676         Call nnheader-generate-fake-message-id with the article number.
17677
17678 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17679
17680         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17681         end-of-buffer.
17682
17683 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17684
17685         * message.el (message-ignored-supersedes-headers): Add Approved.
17686
17687 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17688
17689         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17690         goto-char.
17691         (rfc2047-encode): Fold the line before encoding.
17692
17693 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17694
17695         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17696         folding -- not all headers can be folded, and this should be done
17697         by the message composition mode.  Probably.  I think.
17698
17699 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17700
17701         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17702         fast.
17703
17704         * gnus-ems.el (gnus-remove-image): Don't use
17705         message-text-with-property; remove only the image found first.
17706
17707         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17708         found first.
17709
17710 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17711
17712         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17713
17714 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17715
17716         * message.el (message-text-with-property): Make it fast and accept
17717         optional arguments.
17718         (message-strip-forbidden-properties): Use it.
17719         (message-fix-before-sending): Follow the m-t-w-p change.
17720
17721         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17722
17723 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17724
17725         * gnus-art.el (article-hide-headers): Don't change the buffer
17726         mistakenly when performing mml-preview even if
17727         gnus-single-article-buffer is nil.
17728
17729 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17730
17731         * message.el (message-expand-name-databases): New user option.
17732         (message-expand-name): Use it.
17733
17734 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17735
17736         * spam.el (spam-report-articles-resend)
17737         (spam-report-resend-register-routine): Allow ham reporting.
17738         (spam-report-resend-register-ham-routine): Add wrapper.
17739         (spam-registration-functions): Add ham resending functions.
17740         (spam-list-of-processors): Add ham resend processor.
17741
17742         * gnus.el (ham-resend-to): Add new group parameter.
17743         (spam-process): Add ham resend option.
17744
17745         * spam-report.el (spam-report-resend): Allow reporting ham.
17746         (spam-report-resend-ham): Add wrapper.
17747
17748 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17749
17750         * message.el (message-cite-articles-with-x-no-archive):
17751         New variable.
17752         (message-cite-original): Use it.
17753
17754 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17755
17756         * message.el (message-cite-original): Respect X-No-Archive.
17757
17758 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17759
17760         * gnus-art.el (article-hide-headers): Refer to the values for
17761         gnus-ignored-headers and gnus-visible-headers in the summary
17762         buffer since a user may have set them as group parameters.
17763
17764 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17765
17766         * assistant.el (assistant-node-name): Add convenience function.
17767         (assistant-render-text, assistant-render-node): Add error handling,
17768         plus handle multiple next nodes.
17769         (assistant-find-next-node): Comment out for now.
17770         (assistant-find-next-nodes): Add function, returns list of next
17771         nodes.
17772
17773 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17774
17775         * mail-source.el (mail-source-directory): Fix doc-string.
17776
17777 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17778
17779         * assistant.el (assistant-render-text, assistant-eval): Add :set
17780         widget type, which is different because it takes and returns a
17781         list.  Much hilarity ensues.
17782
17783 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17784
17785         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17786
17787         * gnus-group.el (gnus-group-get-new-news-this-group):
17788         Add doc-string.
17789
17790         * gnus-start.el (gnus-activate-group): Add doc-string.
17791
17792 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17793
17794         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17795
17796 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17797
17798         * assistant.el (assistant-render-text): Try to add a :set
17799         widget, more to come.
17800
17801         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17802         strings.
17803         (spam-report-articles-resend)
17804         (spam-register-routine): Do registration iff any articles warrant
17805         it.
17806         (spam-summary-prepare-exit): Change log message for nil group
17807         destinations.
17808
17809 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17810
17811         * spam.el (spam-report-resend-register-routine):
17812         Allow spam-report-resend-to to be a group parameter or a global value.
17813
17814 2004-05-26  Simon Josefsson  <jas@extundo.com>
17815
17816         * starttls.el: Merge with my GNUTLS based starttls.el.
17817         (starttls-gnutls-program, starttls-use-gnutls)
17818         (starttls-extra-arguments, starttls-process-connection-type)
17819         (starttls-connect, starttls-failure, starttls-success):
17820         New variables.
17821         (starttls-program, starttls-extra-args): Doc fix.
17822         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17823         New functions.
17824         (starttls-negotiate, starttls-open-stream):
17825         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17826         function if it is set.
17827
17828 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17829
17830         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17831         structured fields.
17832
17833 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17834
17835         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17836
17837 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17838
17839         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17840         Add variable.
17841         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17842         assigning the spam-mark to new messages.
17843
17844 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17845
17846         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17847
17848 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17849
17850         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17851
17852         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17853         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17854         default.
17855
17856 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17857
17858         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17859         correct data.
17860
17861 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17862
17863         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17864         (spam-group-processor-p): Fix function.
17865         (spam-group-processor-multiple-p)
17866         (spam-group-spam-processor-report-gmane-p)
17867         (spam-group-spam-processor-report-resend-p)
17868         (spam-group-spam-processor-bogofilter-p)
17869         (spam-group-spam-processor-blacklist-p)
17870         (spam-group-spam-processor-ifile-p)
17871         (spam-group-ham-processor-ifile-p)
17872         (spam-group-spam-processor-spamoracle-p)
17873         (spam-group-spam-processor-crm114-p)
17874         (spam-group-ham-processor-bogofilter-p)
17875         (spam-group-spam-processor-stat-p)
17876         (spam-group-ham-processor-stat-p)
17877         (spam-group-ham-processor-whitelist-p)
17878         (spam-group-ham-processor-BBDB-p)
17879         (spam-group-ham-processor-spamoracle-p)
17880         (spam-group-ham-processor-copy-p): Remove functions with some
17881         prejudice against unneeded code.
17882         (spam-report-articles-resend)
17883         (spam-report-resend-register-routine): Allow the group/topic
17884         spam-resend-to value to override spam-report-resend-to.
17885         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17886         properly now.
17887
17888         * gnus.el (spam-resend-to): Add group/topic parameter.
17889         (spam-process): Move the OBSOLETE processors to the end of the
17890         choices.
17891
17892 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17893
17894         * spam-report.el (spam-report-resend-to, spam-report-resend):
17895         Start with resend-to set to nil, and then ask the user if necessary.
17896         (spam-report-resend): spam-report-resend takes a list of articles, not
17897         separate article numbers.
17898
17899 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17900
17901         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17902         addition to emacs-w3m.
17903
17904 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17905
17906         * assistant.el (assistant-authinfo-data): New function.
17907         (assistant-eval): Eval for entire assistant.
17908
17909         * netrc.el (netrc-services-file): New variable.
17910         (netrc-parse-services): New function.
17911         (netrc-find-service-name): New function.
17912         (netrc-find-service-number): New function.
17913         (netrc-port-equal): New function.
17914         (netrc-machine): Use it.
17915
17916         * nnimap.el (nnimap-open-connection): Use netrc.
17917
17918         * gnus-util.el (gnus-netrc-get): Remove aliases.
17919
17920         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17921
17922         * assistant.el (wid-edit): Fix compilation.
17923
17924         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17925
17926 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17927
17928         * gnus-util.el (gnus-set-file-modes): New function.  (small
17929         patch).
17930
17931 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17932
17933         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17934
17935         * assistant.el (assistant-render-node): Fix up rendering and
17936         read-only text.
17937         (assistant-render-node): Reset.
17938         (assistant-make-read-only): Not sticky.
17939
17940 2004-05-20  Danny Siu  <dsiu@adobe.com>
17941
17942         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17943         centered even when gnus-auto-center-summary is t.
17944
17945 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17946
17947         * dns.el (dns-get-txt-answer): New function.
17948         (dns-read-txt): Ditto.
17949         (query-dns): Use it.
17950
17951 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17952
17953         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17954         active for foreign groups even if the group level is higher than
17955         the specified value.
17956
17957 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17958
17959         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17960         non-active groups.
17961
17962         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17963
17964 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17965
17966         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17967
17968 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17969
17970         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17971         (spam-crm114-header, spam-crm114-spam-switch)
17972         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17973         (spam-crm114-positive-spam-header)
17974         (spam-crm114-database-directory, spam-list-of-processors)
17975         (spam-group-spam-processor-crm114-p)
17976         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17977         (spam-generic-score, spam-list-of-checks)
17978         (spam-list-of-statistical-checks, spam-registration-functions)
17979         (spam-check-crm114-headers, spam-crm114-score)
17980         (spam-check-crm114, spam-crm114-register-with-crm114)
17981         (spam-crm114-register-spam-routine)
17982         (spam-crm114-unregister-spam-routine)
17983         (spam-crm114-register-ham-routine)
17984         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17985         From asjo@koldfront.dk (Adam Sjøgren).
17986
17987         * gnus.el: Add spam-use-crm114.
17988
17989         * spam.el (spam-list-of-processors, spam-registration-functions):
17990         Add spam-use-resend.
17991         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17992         (spam-report-articles-gmane): Add doc fix.
17993         (spam-report-articles-resend, spam-report-resend-register-routine):
17994         Add wrappers around spam-report-resend-to.
17995
17996         * spam-report.el (spam-report-resend-to, spam-report-resend):
17997         Add support for resending spam.
17998         (spam-report-gmane): Fix line length >80.
17999
18000         * gnus.el (spam-process): Add spam-use-resend.
18001
18002 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18003
18004         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18005         number of processed spam messages.
18006         (spam-ham-copy-or-move-routine): Return the number of processed
18007         ham messages.
18008         (spam-summary-prepare-exit): Use the above values to decide
18009         whether status messages shouled be displayed.
18010
18011 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18012
18013         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18014         `rfc2047-encoding-function-alist' in order to avoid conflicting
18015         with the old version.
18016         (rfc2047-encode-region): Concatenate words containing non-ASCII
18017         characters in structured fields; don't encode space-delimited
18018         ASCII words even in unstructured fields; don't break words at
18019         char-category boundaries.
18020         (rfc2047-encode-1): New function.
18021         (rfc2047-encode): Use it; encode text so that it occupies the
18022         maximum width within 76-column; work correctly on Q encoding for
18023         iso-2022-* charsets.
18024         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18025         sure not to break a line just after the header name.
18026         (rfc2047-b-encode-region): Remove.
18027         (rfc2047-b-encode-string): New function.
18028         (rfc2047-q-encode-region): Remove.
18029         (rfc2047-q-encode-string): New function.
18030
18031         * mm-util.el (mm-replace-in-string): New function.
18032
18033 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18034
18035         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18036         Really get it right.
18037         (gnus-inews-make-draft): Really.
18038
18039 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18040
18041         * nnmh.el (nnmh-request-list-1): Don't check the link count
18042         before descending.  (small patch)
18043
18044 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18045
18046         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18047         stuff.
18048
18049         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18050         Match on real group name.
18051
18052         * gnus-art.el (gnus-signature-limit): Doc fix.
18053
18054         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18055
18056         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18057
18058 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18059
18060         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18061         isn't a string.
18062
18063 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18064
18065         * gnus-draft.el (gnus-draft-send):
18066         Bind rfc2047-encode-encoded-words.
18067
18068         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18069         (rfc2047-encodable-p): Say that =? needs encoding.
18070         (rfc2047-encode-encoded-words): New variable.
18071
18072         * gnus-group.el (gnus-group-select-group): Doc fix.
18073
18074         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18075
18076         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18077         to nil.
18078
18079         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18080
18081         * nnheader.el (nnheader-get-lines-and-char): New function.
18082
18083 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18084
18085         * gnus-msg.el (gnus-summary-followup-with-original):
18086         Document yanking of region when active.
18087
18088 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18089
18090         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18091         groups if the group level is higher than the specified value.
18092
18093 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18094
18095         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18096         (gnus-group-jump-to-group): Add prefix argument using
18097         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18098         non-active group.
18099
18100         * compface.el (uncompface): Be verbose when changing
18101         `uncompface-use-external'.
18102
18103         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18104         handle manual section.
18105
18106 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18107
18108         * gnus-art.el (gnus-button-alist): Revert previous change.
18109
18110 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18111
18112         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18113
18114 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18115
18116         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18117         whether backend can accept message.
18118
18119         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18120
18121 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18122
18123         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18124         Avoid creating directory when nntp-marks-is-evil is true.
18125         Reported by Reiner Steib.
18126
18127 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18128
18129         * gnus-picon.el (gnus-picon-style): New variable.
18130         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18131         (gnus-picon-transform-address): Support `gnus-picon-style'.
18132         From Jesper Harder <harder@ifa.au.dk>.
18133
18134 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18135
18136         * message.el (message-fill-field): Return point.
18137         (message-generate-headers): Go to end of field.
18138
18139         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18140         stuff for non-living groups.
18141
18142 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18143
18144         * gnus-art.el (gnus-article-followup-with-original)
18145         (gnus-article-reply-with-original): gnus-mark-active-p ->
18146         gnus-region-active-p.
18147
18148 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18149
18150         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18151         only when there is spam or ham to be processed.
18152
18153 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18154
18155         * mail-source.el (mail-source-delete-crash-box): Refactor.
18156         (mail-source-fetch): Use it.
18157         (mail-source-fetch-file): Ditto.
18158         (mail-source-fetch-directory): Run postscript in loop.
18159         (mail-source-fetch-pop): Delete.
18160         (mail-source-fetch-maildir): Ditto.
18161         (mail-source-fetch-imap): Ditto.
18162
18163         * imap.el (imap-authenticators): Comment out sasl.
18164
18165         * message.el (message-skip-to-next-address): New function.
18166         (message-fill-header-address): Refactor.
18167         (message-fill-address): Use it.
18168         (message-delete-address): Use it.
18169         (message-fill-header-general): Refactor.
18170         (message-fill-field-address): Rename.
18171         (message-narrow-to-field): Find the start of the header.
18172         (message-header-format-alist): Don't pre-fill.
18173         (message-fill-header): Remove.
18174         (message-insert-header): New function.
18175         (message-shorten-references): Use it.
18176
18177         * rfc2047.el (rfc2047-field-value): Strip props.
18178
18179         * mail-parse.el (mail-header-make-address): New alias.
18180
18181         * ietf-drums.el (ietf-drums-make-address): New function.
18182
18183         * imap.el: Add compiler directives.
18184
18185         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18186
18187         * gnus-art.el (article-decode-idna-rhs): Don't use
18188         message-idna-inside-rhs-p.
18189
18190 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18191
18192         * message.el (message-idna-inside-rhs-p): Remove.
18193         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18194
18195         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18196         false positives.
18197
18198 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18199
18200         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18201
18202 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18203
18204         * nneething.el (nneething-file-name): Don't create spurious
18205         files.
18206
18207         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18208         (gnus-inews-do-gcc): Remove sleep.
18209
18210         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18211         part under point.
18212
18213         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18214         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18215
18216 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18217
18218         * spam.el (spam-summary-prepare-exit): Fix (length).
18219
18220 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18221
18222         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18223         as expired without moving it" message when there are spam
18224         messages left.
18225
18226 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18227
18228         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18229         header is not nil.
18230
18231 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18232
18233         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18234         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18235         (nntp-marks-changed-p): New arg SERVER.
18236         (nntp-request-update-info): Adjust caller.
18237
18238 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18239
18240         * nntp.el (nntp-save-marks): Pass missing arg.
18241
18242 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18243
18244         * nntp.el: Support marks.
18245         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18246         (nntp-marks-modtime, nntp-marks-directory): New variables.
18247         (nntp-request-set-mark, nntp-request-update-info)
18248         (nntp-possibly-create-directory, nntp-marks-changed-p)
18249         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18250         New functions.
18251
18252 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18253
18254         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18255         (gnus-xmas-redefine): Rename.
18256
18257         * gnus-score.el (gnus-score-insert-help):
18258         Use gnus-select-lowest-window.
18259
18260         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18261         appt-select-lowest-window and rename to gnus-select-lowest-window.
18262
18263         * gnus.el: do.
18264
18265 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18266
18267         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18268         encodings of MIME-encoded words, in order to improve
18269         interoperability with several broken MUAs.
18270
18271 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18272
18273         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18274         tags, only when charsets are not specified in headers.
18275         (mm-inline-text-html-render-with-w3m): Ditto.
18276
18277         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18278         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18279
18280 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18281
18282         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18283         instead of MIME-decoded from fields when checking
18284         `gnus-article-address-banner-alist'.
18285
18286 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18287
18288         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18289         description rather than subject.
18290
18291 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18292
18293         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18294
18295 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18296
18297         * gnus.el (gnus-version-number): Bump.
18298
18299 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18300
18301         * gnus.el: No Gnus v0.2 is released.
18302
18303 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18304
18305         * gnus-agent.el (gnus-agent-read-agentview):
18306         Inline gnus-uncompress-range.
18307
18308 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18309
18310         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18311         `exec-installed-p'.
18312
18313 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18314
18315         * gnus.el (spam-process, spam-autodetect-methods):
18316         Add bsfilter and bsfilter-headers.
18317
18318         * spam.el (spam-bsfilter): New customize group.
18319         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18320         (spam-bsfilter-header, spam-bsfilter-probability-header)
18321         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18322         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18323         (spam-bsfilter-database-directory): New options.
18324         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18325         (spam-list-of-statistical-checks, spam-registration-functions):
18326         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18327         (spam-bsfilter-score): New command.
18328         (spam-check-bsfilter-headers, spam-check-bsfilter)
18329         (spam-bsfilter-register-with-bsfilter)
18330         (spam-bsfilter-register-spam-routine)
18331         (spam-bsfilter-unregister-spam-routine)
18332         (spam-bsfilter-register-ham-routine)
18333         (spam-bsfilter-unregister-ham-routine): New functions.
18334         (spam-generic-score): Support bsfilter; Accept an optional argument
18335         to recalcurate spam score even if scoring header has already been
18336         added.
18337         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18338         optional argument to recalcurate spam score even if scoring header
18339         has already been added.
18340
18341 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18342
18343         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18344         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18345         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18346         link is missing.
18347
18348 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18349
18350         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18351         (html2text-get-attr): Rewrite.
18352
18353         * message.el (message-setup-1): Remove redundant put-text-property
18354         on mail-header-separator.
18355
18356 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18357
18358         * gnus-registry.el (gnus-registry-cache-whitespace)
18359         (gnus-registry-action, gnus-registry-spool-action)
18360         (gnus-registry-split-fancy-with-parent): Change message levels
18361         from 5 to 3 or 7, as needed.
18362
18363         * spam.el (spam-summary-prepare-exit)
18364         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18365         (spam-split, spam-find-spam, spam-log-undo-registration)
18366         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18367         level from 5 to 6.
18368
18369 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18370
18371         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18372         2004-03-04 change).
18373
18374 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18375
18376         * sieve-manage.el (sieve-manage-open):
18377         * nnweb.el (nnweb-insert-html):
18378         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18379         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18380         * nnspool.el (nnspool-request-group):
18381         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18382         * nnml.el (nnml-request-update-info):
18383         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18384         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18385         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18386         (nnimap-request-set-mark):
18387         * nnfolder.el (nnfolder-request-update-info):
18388         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18389         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18390         * gnus-uu.el (gnus-uu-find-articles-matching):
18391         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18392         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18393         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18394         * gnus-nocem.el (gnus-nocem-scan-groups):
18395         * gnus-int.el (gnus-start-news-server):
18396         * gnus-group.el (gnus-group-make-kiboze-group)
18397         (gnus-group-browse-foreign-server):
18398         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18399         Use mapc when appropriate.
18400
18401 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18402
18403         FIXME: Make separate entries for each person.
18404
18405         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18406         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18407         <shields@msrl.com>:
18408
18409         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18410         may need for spam sorting and scoring.
18411         (spam-user-format-function-S): Add user format function suitable for
18412         general use.
18413         (spam-article-sort-by-spam-status): Add sorting function for summary
18414         sorting.
18415         (spam-extra-header-to-number): Add function to get a score from a
18416         header.
18417         (spam-summary-score): Add function to get a numeric score from the
18418         headers.
18419         (spam-generic-score): Fix function doc, was in wrong place.
18420         (spam-initialize): Take symbols when it's run, and install the
18421         extra headers that spam-necessary-extra-headers thinks we need.
18422
18423 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18424
18425         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18426         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18427
18428 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18429
18430         * gnus-sum.el (gnus-set-global-variables)
18431         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18432         (gnus-article-get-xrefs, gnus-summary-best-group)
18433         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18434         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18435         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18436         Use with-current-buffer.
18437
18438 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18439
18440         * spam.el (spam-summary-prepare-exit): Simplify logic.
18441         (spam-fetch-article-header): Read the article header if it's not
18442         available.
18443         (spam-list-articles): Simplify logic.
18444         (spam-filelist-register-routine): Fix bug with unregister-list.
18445
18446         * gnus-registry.el: Fix comments at beginning.
18447
18448 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18449
18450         * message.el (message-cater-to-broken-inn): Remove.
18451         (message-shorten-references): Make sure the total folded length of
18452         References is shorter than 998 characters to cater to a bug in INN
18453         2.3.  Also, don't pretend that references aren't folded -- this
18454         hasn't worked for a while.
18455
18456 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18457
18458         * gnus-agent.el (gnus-agentize):
18459         gnus-agent-send-mail-real-function no longer set to current value
18460         of message-send-mail-function but rather a lambda that calls
18461         message-send-mail-function.  The change makes the agent real-time
18462         responsive to user changes to message-send-mail-function.
18463
18464 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18465
18466         * legacy-gnus-agent.el
18467         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18468         help from Florian Weimer <fw@deneb.enyo.de>
18469
18470 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18471
18472         * nnmail.el (nnmail-cache-insert): Revert last change.
18473
18474 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18475
18476         * nnmail.el (nnmail-cache-insert): Always check whether
18477         nnmail-cache-ignore-groups matches a group name.
18478
18479 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18480
18481         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18482         (spam-find-spam, spam-log-processing-to-registry)
18483         (spam-log-registered-p, spam-log-unregistration-needed-p)
18484         (spam-log-undo-registration): Use gnus-message instead of
18485         gnus-error, none of these errors are fatal.
18486
18487         * gnus-registry.el (gnus-registry-clean-empty-function)
18488         (gnus-registry-clean-empty): Remove only empty entries without
18489         extra data.
18490
18491 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18492
18493         * spam-stat.el (spam-stat-buffer-change-to-spam)
18494         (spam-stat-buffer-change-to-non-spam): Change (error) to
18495         (gnus-message 8) invocation.
18496
18497 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18498
18499         * nntp.el (nntp-via-netcat-command): New variable.
18500         (nntp-via-netcat-switches): New variable.
18501         (nntp-open-via-rlogin-and-netcat): New function.
18502         (nntp-open-connection-function): Doc fix.
18503         (nntp-telnet-command): Doc fix.
18504         (nntp-end-of-line): Doc fix.
18505         (nntp-via-rlogin-command): Doc fix.
18506         (nntp-via-user-name): Doc fix.
18507         (nntp-via-address): Doc fix.
18508
18509 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18510
18511         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18512         error in Emacs 21.1.
18513
18514 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18515
18516         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18517
18518 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18519
18520         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18521         (gnus-agent-with-refreshed-group): New macro.
18522         (gnus-agent-rename-group): New function.
18523         (gnus-agent-delete-group): New function.
18524         (gnus-agent-save-group-info): Use gnus-command-method when
18525         `method' parameter is nil.  Don't write nil entries into the
18526         active file.
18527         (gnus-agent-get-group-info): New function.
18528         (gnus-agent-fetch-articles):
18529         Use gnus-agent-update-files-total-fetched-for to increment disk space
18530         used.
18531         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18532         Use gnus-agent-update-view-total-fetched-for to increment disk space
18533         used.
18534         (gnus-agent-get-local): Add optional parameters to avoid calling
18535         gnus-group-real-name and gnus-find-method-for-group.
18536         (gnus-agent-set-local): Delete stored entry if either min, or max,
18537         are nil.
18538         (gnus-agent-fetch-session): Reworded error/quit messages.
18539         On quit, use gnus-agent-regenerate-group to record existance of any
18540         articles fetched to disk before the quit occurred.
18541         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18542         gnus-agent-update-view-total-fetched-for, and
18543         gnus-agent-update-files-total-fetched-for to decrement disk space
18544         used.
18545         (gnus-agent-retrieve-headers):
18546         Use gnus-agent-update-view-total-fetched-for to increment disk space
18547         used.
18548         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18549         with gnus-agent-update-files-total-fetched-for to decrement disk
18550         space and fresh group buffer.
18551         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18552         (gnus-agent-need-update-total-fetched-for): New variable.
18553         (gnus-agent-update-files-total-fetched-for): New function.
18554         (gnus-agent-update-view-total-fetched-for): New function.
18555         (gnus-agent-total-fetched-for): New function.
18556
18557         * gnus-cache.el (gnus-cache-save-buffers):
18558         Use gnus-cache-update-overview-total-fetched-for to change disk space
18559         used by this group.
18560         (gnus-cache-possibly-enter-article):
18561         Use gnus-cache-update-file-total-fetched-for to increment disk space
18562         used by this group.
18563         (gnus-cache-possibly-remove-article):
18564         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18565         used by this group.
18566         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18567         (gnus-cache-rename-group): New function.
18568         (gnus-cache-delete-group): New function.
18569         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18570         (gnus-cache-need-update-total-fetched-for): New variable.
18571         (gnus-cache-with-refreshed-group): New macro.
18572         (gnus-cache-update-file-total-fetched-for): New function.
18573         (gnus-cache-update-overview-total-fetched-for): New function.
18574         (gnus-cache-rename-group-total-fetched-for): New function.
18575         (gnus-cache-delete-group-total-fetched-for): New function.
18576         (gnus-cache-total-fetched-for): New function.
18577
18578         * gnus-group.el: Require gnus-sum and autoload functions to
18579         resolve warnings when gnus-group.el compiled alone.
18580         (gnus-group-line-format): Documented new %F.
18581         (size of Fetched data) group line format; identifies disk space
18582         used by agent and cache.
18583         (gnus-group-line-format-alist): Defined new F format.
18584         (gnus-total-fetched-for): New function.
18585         (gnus-group-delete-group): No longer update
18586         gnus-cache-active-altered as gnus-request-delete-group now keeps
18587         the cache in sync.
18588         (gnus-group-list-active): Let the agent store a server's active
18589         list if currently plugged.
18590
18591         * gnus-int.el (gnus-request-delete-group):
18592         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18593         local disk in sync with the server.
18594         (gnus-request-rename-group):
18595         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18596         local disk in sync with the server.
18597
18598         * gnus-start.el (gnus-get-unread-articles):
18599         Cosmetic simplification to logic.
18600
18601         * gnus-util.el (gnus-rename-file): New function.
18602
18603 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18604
18605         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18606
18607 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18608
18609         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18610         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18611
18612 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18613
18614         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18615         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18616
18617 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18618
18619         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18620
18621 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18622
18623         * spam.el (spam-set-difference): Add function to replace
18624         gnus-set-difference in spam.el.
18625         (spam-summary-prepare-exit): Use spam-set-difference.
18626
18627 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18628
18629         * gnus-registry.el (gnus-registry-cache-file): Update to use
18630         gnus-dribble-directory OR gnus-home-directory OR ~.
18631         (gnus-registry-split-fancy-with-parent): Fix doc.
18632
18633 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18634
18635         * message.el (message-exchange-point-and-mark):
18636         Use message-mark-active-p.  Suggested by Jesper Harder
18637         <harder@ifa.au.dk>.
18638
18639 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18640
18641         * message.el (message-exchange-point-and-mark): Don't activate
18642         region if it was inactive.  Suggested by Hiroshi Fujishima
18643         <pooh@nature.tsukuba.ac.jp>.
18644
18645 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18646
18647         * gnus-art.el (article-display-face): Display Faces in the same
18648         order as X-Faces.
18649
18650 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18651
18652         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18653
18654 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18655
18656         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18657         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18658         (gnus-article-mime-hierarchy): Remove.
18659         (gnus-article-mime-hierarchy-next): Remove.
18660         (gnus-article-mode): Revert 2004-03-19 change.
18661         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18662         (gnus-insert-mime-button): Revert 2004-03-19 change.
18663         (gnus-mime-accumulate-hierarchy): Remove.
18664         (gnus-mime-enter-multipart): Remove.
18665         (gnus-mime-leave-multipart): Remove.
18666         (gnus-mime-display-part): Revert 2004-03-19 change.
18667         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18668
18669         * mml.el (mml-preview): Revert 2004-03-19 change.
18670
18671 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18672
18673         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18674
18675 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18676
18677         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18678         t while entering a file name using the mm-with-multibyte macro.
18679         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18680
18681         * mm-util.el (mm-with-multibyte): New macro.
18682
18683 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18684
18685         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18686         New user option.
18687         (gnus-mime-multipart-functions): Doc and customization fix.
18688         (gnus-article-mime-hierarchy): New variable.
18689         (gnus-article-mime-hierarchy-next): New variable.
18690         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18691         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18692         gnus-article-mime-hierarchy-next to nil.
18693         (gnus-insert-mime-button): Show hierarchy numbers.
18694         (gnus-mime-accumulate-hierarchy): New function.
18695         (gnus-mime-enter-multipart): New function.
18696         (gnus-mime-leave-multipart): New function.
18697         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18698         (gnus-mime-display-alternative): Show hierarchy numbers.
18699
18700         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18701         gnus-article-mime-hierarchy-next to nil.
18702
18703 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18704
18705         * dns.el: Don't require gnus-xmas.
18706
18707 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18708
18709         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18710         inline PGP.
18711         (mml-menu): Disable mml-quote-region if mark is inactive.
18712
18713 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18714
18715         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18716         when the group's active is not available.
18717
18718 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18719
18720         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18721         error.
18722
18723 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18724
18725         * imap.el (imap-store-password): New variable.
18726         (imap-interactive-login): Use it.
18727         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18728
18729 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18730
18731         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18732         window-start and hscroll to summary window.
18733
18734 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18735
18736         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18737         conversion message to newsrc-dribble when an actual conversion is
18738         performed.
18739
18740 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18741
18742         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18743
18744 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18745
18746         * mm-decode.el (mm-complicated-handles): New function reviving
18747         former definition of mm-multiple-handles.
18748
18749         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18750         (gnus-mime-delete-part): Use it.
18751
18752 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18753
18754         * gnus-agent.el (gnus-agent-read-local):
18755         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18756         avoid the implicit assumption that they will always be equal.
18757         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18758         coding-system-for-write, as the with-temp-file macro first prints
18759         to a buffer then saves the buffer.
18760
18761 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18762
18763         * gnus-art.el (gnus-article-edit-part): New function.
18764         (gnus-mime-save-part-and-strip): Use it; do query instead of
18765         signaling an error; don't use mm-multiple-handles.
18766         (gnus-mime-delete-part): Ditto.
18767
18768 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18769
18770         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18771         old file versions.
18772         (gnus-group-prepare-hook): Remove function that converted list
18773         form of gnus-agent-expire-days to group properties.
18774
18775         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18776         (gnus-request-accept-article): Re-indented.
18777
18778         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18779         converters to handle old agent file formats.  Add logic for a
18780         "backup before upgrading warning".
18781         (gnus-convert-mark-converter-prompt): Developers can mark
18782         functions as needing (default), or not needing,
18783         gnus-convert-old-newsrc's "backup before upgrading warning".
18784         (gnus-convert-converter-needs-prompt): Tests whether the user
18785         should be protected from potentially irreversable changes by the
18786         function.
18787
18788         * legacy-gnus-agent.el: New.  Provides converters that are only
18789         loaded when gnus-convert-old-newsrc needs to call them.
18790
18791 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18792
18793         * mail-source.el (mail-source-touch-pop): Doc fix.
18794
18795         * message.el (message-smtpmail-send-it): Doc fix.
18796
18797 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18798
18799         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18800
18801         * nnmail.el (nnmail-split-fancy): do.
18802
18803         * gnus-kill.el (gnus-kill, gnus-execute): do.
18804
18805 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18806
18807         * gnus-sum.el (gnus-widget-reversible-match)
18808         (gnus-widget-reversible-to-internal)
18809         (gnus-widget-reversible-to-external): New functions.
18810         (gnus-widget-reversible): New widget.
18811         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18812
18813 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18814
18815         * gnus-sum.el (gnus-thread-sort-functions)
18816         (gnus-article-sort-functions): Document `(not F)' items.
18817
18818 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18819
18820         * spam.el (spam-use-gmane-xref): Add new backend.
18821         (spam-gmane-xref-spam-group): Add variable to control the name of the
18822         Gmane spam group.
18823         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18824         (spam-regex-headers-spam, spam-regex-headers-ham)
18825         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18826         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18827         backends and checks.
18828         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18829
18830         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18831         an autodetect method.
18832
18833 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18834
18835         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18836         articles are being added to a group.
18837         (gnus-request-replace-article): Inform the agent that articles
18838         need to be uncached as the cached contents are no longer valid.
18839
18840 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18841
18842         * binhex.el: Don't autoload executable-find.
18843
18844         * canlock.el: Don't autoload mail-fetch-field.
18845
18846         * dgnushack.el: Autoload c-mode for XEmacs.
18847
18848         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18849
18850         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18851         rmail-dont-reply-to and rmail-output.
18852
18853         * gnus-score.el: Don't autoload ffap-string-at-point.
18854
18855         * gnus-setup.el: Don't autoload sc-cite-original.
18856
18857         * imap.el: Don't autoload base64-decode-string,
18858         base64-encode-string and md5.
18859
18860         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18861         and rmail-msg-restore-non-pruned-header.
18862
18863         * mm-decode.el: Don't autoload executable-find.
18864
18865         * mm-url.el: Don't autoload executable-find.
18866
18867         * mm-view.el: Don't autoload diff-mode.
18868
18869         * nndb.el: Don't autoload news-reply-mode, news-setup,
18870         cancel-timer and telnet.
18871
18872         * password.el: Don't autoload run-at-time for Emacs.
18873
18874         * sha1-el.el: Don't autoload executable-find.
18875
18876         * sieve-mode.el: Don't autoload c-mode.
18877
18878         * uudecode.el: Don't autoload executable-find.
18879
18880 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18881
18882         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18883         (gnus-agent-possibly-alter-active): Avoid null in numeric
18884         comparison.
18885         (gnus-agent-set-local): Refuse to save null in local object table.
18886         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18887         list of articles that will be marked as unread.
18888
18889 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18890
18891         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18892
18893 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18894
18895         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18896         language tags.
18897
18898 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18899
18900         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18901         Don't bind "obarray".
18902
18903         * gnus-sum.el (gnus-thread-sort-functions):
18904         Add `gnus-thread-sort-by-most-recent-number' and
18905         `gnus-thread-sort-by-most-recent-date'.
18906         Reported by Kai Grossjohann <kai@emptydomain.de>.
18907
18908 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18909
18910         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18911
18912 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18913
18914         * gnus-cus.el (gnus-agent-customize-category):
18915         Remove ignore-errors macro reference that required cl to be loaded at
18916         run-time.
18917
18918         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18919         single-interval range of the form (min . max).  Previously the
18920         range had to look like ((min . max)).  Likewise, return
18921         (min . max) rather than ((min . max)).
18922         (gnus-range-map): Use gnus-range-normalize to accept
18923         single-interval range.
18924
18925         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18926         the cache, but not the agent, now appear with their usual face.
18927
18928         * dgnushack.el (loaddir): New variable that is bound to the
18929         directory containing the dgnushack.el file. Use loaddir, rather
18930         than srcdir, to update load-path. Change lets dgnushack compile
18931         code in directories other than GNUS/lisp.
18932
18933 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18934
18935         * lpath.el: Don't bind w3m-safe-url-regexp.
18936
18937         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18938         w3m-safe-url-regexp variable buffer-local.
18939
18940         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18941
18942 2004-02-27  Simon Josefsson  <jas@extundo.com>
18943
18944         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18945         gnus-group-real-prefix.
18946         (gnus-summary-move-article): Use it, instead of
18947         gnus-group-real-prefix.
18948
18949 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18950
18951         * lpath.el: Bind w3m-safe-url-regexp.
18952
18953         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18954         w3m-safe-url-regexp variable buffer-local and set it as the value
18955         of mm-w3m-safe-url-regexp.
18956
18957         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18958
18959         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18960         parsing gnus-posting-styles when the message is not for replying.
18961
18962         * dgnushack.el: Autoload sgml-mode for XEmacs.
18963
18964         * nnrss.el (nnrss-opml-export):
18965         Use mm-set-buffer-file-coding-system instead of
18966         set-buffer-file-coding-system.
18967
18968 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18969
18970         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18971         of checkdoc.el).
18972         * nnrss.el: do.
18973         * gnus-mlspl.el: do.
18974         * gnus-ml.el: do.
18975         * gnus-srvr.el: do.
18976
18977         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18978
18979 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18980
18981         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18982         Corrections to custom-manual links.
18983
18984         * gnus-art.el (gnus-article): Ditto.
18985
18986         * mm-decode.el (mime-display, mime-security): Ditto.
18987
18988 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18989
18990         * flow-fill.el: Typo.
18991
18992 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18993
18994         * spam-wash.el: New file.
18995
18996 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18997
18998         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18999
19000 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19001
19002         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19003         to be run with new-articles as LIST1, not LIST2.
19004         (spam-registration-functions): Add spam-use-ham-copy as a nil
19005         registration backend.
19006
19007 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19008
19009         * spam-stat.el (spam-stat-washing-hook): New option.
19010         (spam-stat-buffer-words): Use it.
19011         (spam-stat-process-directory, spam-stat-test-directory):
19012         Use insert-file-contents-literally.
19013         (spam-stat-coding-system): New variable.
19014         (spam-stat-load, spam-stat-save): Use it.
19015
19016 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19017
19018         * spam-report.el (spam-report-plug-agent):
19019         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19020
19021 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19022
19023         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19024         Allow / in mailto URLs.
19025
19026 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19027
19028         * spam-report.el (spam-report-process-queue): Fix interactive use.
19029         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19030         (spam-report-unplug-agent): Doc fixes.
19031         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19032         (spam-report-agentize, spam-report-deagentize): Autoload.
19033
19034 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19035
19036         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19037
19038         * message.el (message-setup-fill-variables): Add mml tags to
19039         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19040         <ajk@iu.edu>.
19041         (message-mode): Don't modify paragraph-separate there.
19042
19043 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19044
19045         * compface.el (uncompface-use-external): Default to undecided.
19046         (uncompface-use-external-threshold): New variable.
19047         (uncompface-float-time): New macro.
19048         (uncompface): Determine whether to use the external decoder if
19049         uncompface-use-external is undecided.
19050
19051 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19052
19053         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19054         after images.
19055
19056         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19057
19058 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19059
19060         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19061
19062         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19063
19064         * gnus-sum.el (gnus-summary-limit-to-age)
19065         (gnus-summary-limit-children): do.
19066
19067         * gnus-int.el (gnus-request-scan): do.
19068
19069         * gnus-group.el (gnus-group-suspend): do.
19070
19071         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19072
19073         * gnus-cite.el (gnus-cite-parse-attributions): do.
19074
19075         * gnus-agent.el (gnus-summary-set-agent-mark)
19076         (gnus-agent-regenerate-group): do.
19077
19078         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19079
19080         * binhex.el (binhex-decode-region-internal): do.
19081
19082 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19083
19084         * gnus-fun.el (gnus-face-properties-alist): New user option.
19085         (gnus-display-x-face-in-from): Use it.
19086
19087         * gnus-art.el (article-display-face): Ditto.
19088
19089         * compface.el (uncompface-use-external): Default to nil.
19090
19091 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19092
19093         * nntp.el (nntp-erase-buffer): New function.
19094         (nntp-retrieve-data, nntp-send-command)
19095         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19096         (nntp-possibly-change-group): Use it.
19097
19098         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19099         Use with-current-buffer.
19100
19101 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19102
19103         * compface.el: Merge the ELisp-based uncompface program.
19104         (compface): New customization group.
19105         (uncompface-use-external): New user option.
19106         (uncompface): Call uncompface-internal if uncompface-use-external
19107         is nil.
19108         (uncompface-internal): New function.  Note that there are also
19109         some other functions and variables added for this function.
19110
19111 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19112
19113         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19114         if necessary.
19115
19116 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19117
19118         * spam-report.el (spam-report-unplug-agent)
19119         (spam-report-plug-agent, spam-report-deagentize)
19120         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19121         Add support for the Agent in spam-report: when unplugged, report to a
19122         file; when plugged, submit all the requests.
19123
19124         * spam.el (spam-register-routine): Fix message about
19125         registration.
19126
19127 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19128
19129         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19130         dependencies.
19131         (rfc2047-encode): Use it.
19132
19133         * gnus-art.el (gnus-button-marker-list): Move before first
19134         reference.
19135
19136         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19137         (imap-parse-body): Fix format string mismatch.
19138
19139         * gnus-score.el (gnus-summary-increase-score): do.
19140
19141         * nnrss.el (nnrss-close): New function.
19142
19143 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19144
19145         * nnrss.el (nnrss-make-filename): New function.
19146         (nnrss-request-delete-group, nnrss-read-server-data)
19147         (nnrss-save-server-data, nnrss-read-group-data)
19148         (nnrss-save-group-data): Use it.
19149         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19150         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19151         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19152
19153 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19154
19155         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19156
19157 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19158
19159         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19160         files.
19161
19162         * message.el (message-generate-headers-first): Don't quote nil
19163         and t in docstrings.
19164
19165         * imap.el (imap-id): do.
19166
19167         * gnus-agent.el (gnus-agent-consider-all-articles)
19168         (gnus-agent-queue-mail): do.
19169
19170 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19171
19172         * spam-report.el (spam-report-process-queue): New function.
19173         Process requests from `spam-report-requests-file'.
19174         (spam-report-process-queue): Doc fix.
19175
19176 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19177
19178         * spam.el (spam-register-routine)
19179         (spam-log-processing-to-registry, spam-log-registered-p)
19180         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19181         Change "check" to "spam-check" for semi-clarity.
19182
19183 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19184
19185         * pop3.el: Require nnheader.
19186
19187         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19188
19189         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19190
19191         * gnus-picon.el: Require cl.
19192
19193         * gnus-fun.el: Require gnus-ems and gnus-util.
19194
19195         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19196
19197         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19198
19199         * gnus-art.el (gnus-article-edit-mode): Define before first
19200         reference.
19201
19202 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19203
19204         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19205         (gnus-uu-post-encoded): Use point-at-bol.
19206
19207         * gnus-topic.el (gnus-group-active-topic-p): do.
19208
19209         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19210
19211         * gnus-group.el (gnus-group-kill-region): do.
19212
19213         * gnus-art.el (article-date-ut): do.
19214
19215         * message.el (message-fetch-field): Remove redundant
19216         case-fold-search binding.
19217         (message-narrow-to-field): Simplify.
19218
19219 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19220
19221         * spam.el (spam-directory): Derive from `gnus-directory'.
19222
19223         * spam-report.el (spam-report-url-to-file)
19224         (spam-report-requests-file): New function and variable for offline
19225         reporting.
19226         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19227         and user defined function.
19228         (spam-report-url-ping-mm-url): Remove doubled slash.
19229
19230 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19231
19232         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19233
19234 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19235
19236         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19237         Fix format string mismatch.
19238
19239         * sieve.el (sieve-deactivate-all): do.
19240
19241         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19242
19243         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19244
19245         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19246
19247         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19248
19249 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19250
19251         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19252         the list of checks.
19253
19254 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19255
19256         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19257         padding.
19258
19259 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19260
19261         * mm-view.el (mm-fill-flowed): New variable.
19262         (mm-inline-text): Use it.
19263
19264 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19265
19266         * spam.el (spam-spamassassin-register-ham-routine)
19267         (spam-spamassassin-register-spam-routine): Fix function names.
19268
19269 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19270
19271         * gnus.el (gnus-tmp-grouplens): Remove.
19272         (gnus-summary-line-format): Remove grouplens.
19273
19274         * gnus-group.el (gnus-group-line-format): Ditto.
19275
19276         * gnus-spec.el (gnus-format-specs): Ditto.
19277         (gnus-update-format-specifications): Flush the group format spec
19278         cache if there's the grouplens stuff.
19279         (gnus-parse-simple-format): Replace %l with the empty string.
19280
19281 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19282
19283         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19284         omission.
19285
19286 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19287
19288         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19289         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19290
19291 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19292
19293         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19294         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19295         New macros and functions.
19296         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19297         Handle > NLINK_MAX messages.
19298         * nnmaildir.el (nnmaildir-request-set-mark):
19299         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19300
19301 2004-01-25  Alex Schroeder  <alex@gnu.org>
19302
19303         * spam-stat.el (spam-stat-process-directory-age): New option.
19304         (spam-stat-process-directory): Use it.
19305
19306 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19307
19308         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19309         (spam-stat-save): Accept prefix argument.
19310
19311 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19312
19313         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19314         links" error.
19315
19316 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19317
19318         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19319         the rest of the and/or forms.
19320
19321 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19322
19323         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19324         compatibility with old .newsrc.eld files.
19325
19326         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19327
19328         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19329
19330         * gnus-start.el (gnus-1): do.
19331
19332         * gnus-group.el (gnus-group-line-format-alist): do.
19333
19334         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19335
19336         * gnus-gl.el: Remove.
19337
19338 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19339
19340         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19341         marks consisting of a single range {for example, (3 . 5)} rather
19342         than a list of a single range { ((3 . 5)) }.
19343
19344 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19345
19346         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19347         Use with-current-buffer.
19348         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19349         avoid consing a string.
19350
19351         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19352         Remove obsolete entries for big5 and gb2312.
19353
19354 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19355
19356         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19357         uncompressed list.
19358
19359 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19360
19361         * spam-stat.el (spam-stat-strip-xref): New function.
19362         (spam-stat-process-directory): Use it.
19363
19364         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19365         here -- it's done in message-fetch-field.
19366
19367 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19368
19369         * gnus-agent.el (gnus-agent-queue-mail)
19370         (gnus-agent-prompt-send-queue): New variables.
19371         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19372         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19373         "nndraft:queue" along to gnus-draft-send.
19374         Use gnus-agent-prompt-send-queue.
19375         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19376         is "nndraft:queue".  Suggested by Gaute Strokkenes
19377         <gs234@srcf.ucam.org>
19378
19379         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19380         (agent-enable-undownloaded-faces): Add.
19381         (gnus-agent-cat-groups): Use eval-and-compile, not
19382         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19383         method of gnus-agent-cat-groups even when the buffer has been
19384         evaled.
19385         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19386         delete gnus-agent-save-active-1.
19387         (gnus-agent-save-groups): Delete.  Identical to
19388         gnus-agent-save-active.
19389         (gnus-agent-write-active): No longer adjust agent's copy of active
19390         file as agent's adjustments are now stored in their own
19391         file.  Remove optional parameter.
19392         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19393         servers.  Add use of min/max range limits from server's local
19394         file.
19395         (gnus-agent-save-alist): Remove unused optional argument.
19396         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19397         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19398         (gnus-agent-set-local): A per-server file that keeps min/max range
19399         limits for articles known to the agent.  Provides a fast mechanism
19400         for altering many active ranges.
19401         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19402         active file (local makes it unnecessary).
19403         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19404
19405         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19406         (agent-enable-undownloaded-faces): Add.
19407
19408         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19409         disable it when sending to "nndraft:queue".
19410         (gnus-group-send-queue): Add safety check to avoid sending queue
19411         when unplugged.
19412
19413         * gnus-group.el (gnus-group-catchup): Use new
19414         gnus-sequence-of-unread-articles, not
19415         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19416         numbers of articles.  Use gnus-range-map to avoid having to
19417         uncompress the unread list.
19418         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19419         Fix invalid ange-ftp reference.
19420
19421         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19422         (gnus-sorted-range-intersection): Intersection of two ranges
19423         without requiring that they first be uncompressed.
19424
19425         * gnus-start.el (gnus-activate-group): Unless blocked by the
19426         caller, possibly expand the active range to include both cached
19427         and agentized articles.
19428         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19429         multiple version-dependent converters.
19430         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19431         gnus-agent-save-active.
19432         (gnus-save-newsrc-file): Save dirty agent range limits.
19433
19434         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19435         gnus-agent-possibly-alter-active.
19436         (gnus-adjust-marked-articles): Faster handling of simple lists.
19437
19438 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19439
19440         * spam-stat.el (spam-stat-test-directory): New optional argument
19441         displays a list of files detected.  Suggested by Andrew Cohen
19442         <cohen@andy.bu.edu>.
19443         (spam-stat-buffer-words-with-scores): Don't narrow and change
19444         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19445
19446 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19447
19448         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19449         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19450         (spam-spamassassin-arguments)
19451         (spam-spamassassin-spam-flag-header)
19452         (spam-spamassassin-positive-spam-flag-header)
19453         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19454         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19455         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19456         (spam-list-of-processors, spam-list-of-checks)
19457         (spam-list-of-statistical-checks, spam-registration-functions)
19458         (spam-check-spamassassin-headers, spam-check-spamassassin)
19459         (spam-spamassassin-score)
19460         (spam-spamassassin-register-with-sa-learn)
19461         (spam-spamassassin-register-spam-routine)
19462         (spam-spamassassin-register-ham-routine)
19463         (spam-assassin-register-spam-routine)
19464         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19465         (spam-bogofilter-score): Fix to show article before scoring.
19466
19467 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19468
19469         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19470         default scoring function.
19471         (spam-generic-score): Call spam-spamassassin-score if
19472         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19473         spam-bogofilter-score otherwise.
19474
19475         * gnus.el (spam-process, spam-autodetect-methods):
19476         Add spamassassin and spamassassin-headers.
19477
19478 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19479
19480         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19481         Suppress unnecessary messages.
19482
19483 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19484
19485         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19486         make-hash-table.
19487
19488 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19489
19490         * canlock.el (base64-encode-string): Don't autoload it.
19491
19492 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19493
19494         * run-at-time.el: Remove useless (require 'itimer),
19495         eval-and-compile and (featurep 'xemacs).
19496
19497 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19498
19499         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19500         GROUP is a virtual group.
19501
19502 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19503
19504         * gnus.el: Autoload `message-y-or-n-p'.
19505
19506 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19507
19508         * pgg-parse.el: Remove unnecessary (require 'custom).
19509
19510         * pgg-def.el: do.
19511
19512         * nnmail.el: do.
19513
19514         * gnus-undo.el: do.
19515
19516         * gnus-picon.el: do.
19517
19518         * gnus-util.el: do.
19519
19520 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19521
19522         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19523
19524 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19525
19526         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19527         handle, as well as a list.
19528
19529         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19530         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19531         (mm-w3m-cid-retrieve): Simplify.
19532
19533 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19534
19535         * message.el (message-kill-to-signature): Allow prefix arg to
19536         specify number of lines to keep before signature.
19537
19538 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19539
19540         * message.el (message-kill-to-signature): Change docstring.
19541
19542 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19543
19544         * canlock.el: Always require sha1-el.
19545         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19546
19547         * message.el: Autoload sha1 only when compiling.
19548
19549         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19550         eudc-expand-inline for XEmacs.
19551
19552 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19553
19554         * message.el (message-canlock-generate): Require sha1-el.
19555
19556 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19557
19558         * message.el (message-expand-name): Silence the byte compiler.
19559
19560         * lpath.el: Add detect-coding-system.
19561
19562         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19563         cus-edit.
19564
19565 2004-01-13  Simon Josefsson  <jas@extundo.com>
19566
19567         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19568         Invoke gnus-score-mode.
19569         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19570
19571         * gnus-range.el (gnus-compress-sequence): Doc fix.
19572         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19573
19574 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19575
19576         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19577
19578 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19579
19580         * spam.el (spam-get-article-as-string): Update to use
19581         gnus-request-article-this-buffer, much simpler.
19582         (spam-get-article-as-buffer): Remove.
19583
19584 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19585
19586         * message.el (message-expand-name): Use EUDC if the user uses that.
19587
19588 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19589
19590         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19591         character for the encoding to avoid consing a string.
19592
19593         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19594         unnecessarily.
19595
19596         * mm-util.el (mm-replace-chars-in-string): Remove.
19597
19598         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19599         of mm-replace-chars-in-string.
19600
19601 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19602
19603         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19604
19605         * mm-util.el (mm-subst-char-in-string): Support inplace.
19606
19607         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19608         a new string in every iteration.  Use shy groups.
19609
19610 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19611
19612         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19613         * gnus-soup.el (gnus-soup-group-brew):
19614         * gnus-msg.el (gnus-put-message):
19615         * gnus-move.el (gnus-group-move-group-to-server):
19616         * gnus-kill.el (gnus-batch-score):
19617         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19618         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19619         (gnus-group-update-group, gnus-group-read-group)
19620         (gnus-group-make-group, gnus-group-make-help-group)
19621         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19622         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19623         (gnus-group-sort-by-unread, gnus-group-catchup)
19624         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19625         (gnus-group-yank-group, gnus-group-set-info)
19626         (gnus-group-list-groups):
19627         * gnus.el (gnus-generate-new-group-name):
19628         * gnus-delay.el (gnus-delay-send-queue):
19629         * nnvirtual.el (nnvirtual-catchup-group):
19630         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19631         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19632         (gnus-group-prepare-topics, gnus-topic-check-topology):
19633         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19634         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19635         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19636         (gnus-group-make-articles-read):
19637         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19638         (gnus-group-change-level, gnus-kill-newsgroup)
19639         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19640         (gnus-get-unread-articles, gnus-make-articles-unread)
19641         (gnus-make-ascending-articles-unread): Use accessor
19642         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19643         to get group information for improved readability.
19644
19645
19646 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19647
19648         * gnus-art.el (article-decode-mime-words, article-babel)
19649         (gnus-article-highlight-signature, gnus-article-add-buttons)
19650         (gnus-signature-toggle): Use gnus-with-article-buffer.
19651
19652         * gnus-art.el (gnus-article-highlight-headers)
19653         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19654
19655         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19656         (gnus-article-set-globals, gnus-request-article-this-buffer)
19657         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19658         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19659         (gnus-mime-display-alternative): Use with-current-buffer.
19660
19661 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19662
19663         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19664         also under 80 char limit, and call gnus-error if needed.
19665         (spam-fetch-article-header): Fix - it was a
19666         buffer-local variable (gnus-newsgroup-data).
19667         (spam-find-spam): Use spam-generate-fake-headers, forget about
19668         spam-insert-fake-headers.
19669         (spam-insert-fake-headers): Remove.
19670
19671 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19672
19673         * deuglify.el (gnus-article-outlook-unwrap-lines)
19674         (gnus-outlook-rearrange-article)
19675         (gnus-outlook-repair-attribution-outlook)
19676         (gnus-outlook-repair-attribution-block)
19677         (gnus-outlook-repair-attribution-other): Remove redundant
19678         save-excursion.
19679
19680 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19681
19682         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19683         (spam-fetch-field-subject-fast)
19684         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19685         (spam-fetch-article-header): Add functions to deal with Gnus
19686         internals for fast retrieval of article header data.
19687         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19688
19689 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19690
19691         * pop3.el (pop3-md5): Remove.
19692         (pop3-apop): Replace pop3-md5 with md5.
19693
19694         * mm-bodies.el: base64 is always built-in.
19695
19696         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19697         Use with-current-buffer.
19698
19699 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19700
19701         * canlock.el (canlock-insert-header): Remove excessive grouping in
19702         regexp.
19703
19704         * gnus-sum.el (gnus-summary-read-document): Ditto.
19705
19706         * gnus-uu.el (gnus-uu-part-number): Ditto.
19707
19708         * html2text.el (html2text-remove-tags): Ditto.
19709         (html2text-format-tags): Ditto.
19710         (html2text-format-single-elements): Ditto.
19711
19712         * mml.el (mml-parse-1): Ditto.
19713
19714 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19715
19716         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19717
19718         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19719
19720         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19721
19722         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19723
19724 2003-11-15  Simon Josefsson  <jas@extundo.com>
19725
19726         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19727         (pgg-gpg-lookup-key): Use regexp match instead of
19728         split-string (split-string is different between emacs 21.2 and
19729         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19730
19731 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19732
19733         * gnus-art.el (gnus-mime-view-all-parts)
19734         (gnus-article-part-wrapper, gnus-article-view-part):
19735         Use with-current-buffer.
19736
19737 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19738
19739         * spam.el (spam-disable-spam-split-during-ham-respool)
19740         (spam-spamoracle-database, spam-cache-lookups)
19741         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19742         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19743         (spam-group-ham-marks, spam-group-spam-marks)
19744         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19745         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19746         also add spam-use-blackholes to the statistical checks.
19747         (spam-fetch-field-fast): Add interface to fetching fields, may
19748         become a macro.
19749         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19750         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19751         (spam-insert-fake-headers): Fake an article when needed.
19752         (spam-find-spam): Fake article when possible.
19753         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19754         (spam-check-bogofilter-headers): Use message-fetch-field instead
19755         of nnmail-fetch-field.
19756
19757 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19758
19759         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19760
19761 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19762
19763         * spam.el (spam-split): Do not require spam-use-CHECK to be
19764         enabled if that check is passed to spam-split explicitly; also
19765         fix so 'spam doesn't get converted to spam-split-group when
19766         spam-split-symbolic-return is t.
19767         (spam-find-spam): Find registrations of the article and use those
19768         instead of re-running spam-split to find the spam/ham
19769         classification of the article.
19770         (spam-log-processing-to-registry, spam-log-registered-p)
19771         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19772         Use gnus-error instead of gnus-message.
19773         (spam-log-registration-type): Add function to determine the
19774         classification of a message based on registry entries; will
19775         return nil if both 'spam and 'ham are found.
19776         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19777         a reasonably fast local cache without the loading errors.
19778         (spam-cache-lookups): Set to t by default.
19779         (spam-find-spam): Don't try to guess spam-cache-lookups.
19780         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19781         spam-caches entry.
19782         (spam-filelist-build-cache, spam-filelist-check-cache):
19783         Fix caching of whitelist/blacklist entries.
19784         (spam-check-whitelist, spam-check-blacklist):
19785         Invoke spam-from-listed-p with a type, not a cache variable.
19786         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19787
19788 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19789
19790         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19791
19792         * nnmail.el (nnmail-split-fancy): do.
19793
19794         * mml.el (mml-parse): do.
19795
19796         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19797         (gnus-score-adaptive): do.
19798
19799 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19800
19801         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19802         (gnus-mime-button-map): Don't set keymap parent.
19803         (gnus-button-ctan-directory-regexp): Use shy grouping.
19804         (gnus-prev-page-map): Don't set keymap parent.
19805         (gnus-prev-page-map): Remove duplicated one.
19806         (gnus-next-page-map): Don't set keymap parent.
19807         (gnus-mime-security-button-map): Ditto.
19808
19809         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19810         version number.
19811
19812         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19813
19814 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19815
19816         * canlock.el (canlock-sha1-function): Remove.
19817         (canlock-sha1-function-for-verify): Remove.
19818         (canlock-openssl-program): Remove.
19819         (canlock-openssl-args): Remove.
19820         (canlock-ignore-errors): Remove.
19821         (canlock-sha1-with-openssl): Remove.
19822         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19823         (canlock-verify): Don't use canlock-ignore-errors.
19824
19825         * sha1-el.el (sha1-string-external): Make it can return a string
19826         in binary form.
19827         (sha1-region-external): Ditto.
19828         (sha1-string-internal): Ditto.
19829         (sha1-region-internal): Ditto.
19830         (sha1-region): Ditto.
19831         (sha1-string): Ditto.
19832         (sha1): Ditto.
19833
19834 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19835
19836         * spam.el (spam-report-articles-gmane): New command.
19837
19838 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19839
19840         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19841
19842         * run-at-time.el (run-at-time-saved): Remove.
19843         (run-at-time): Doc fix.
19844
19845 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19846
19847         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19848         (gnus-summary-limit-map): Add it.
19849         (gnus-summary-make-menu-bar): do.
19850
19851 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19852
19853         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19854         Make attempt at some caching support (done for BBDB only now).
19855         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19856         addresses to be checked.
19857         (spam-clear-cache-BBDB): Add function, to be invoked by
19858         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19859         (spam-check-BBDB): Check and use the caches, if
19860         spam-cache-lookups is on, remove superfluous (provide).
19861
19862 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19863
19864         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19865
19866 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19867
19868         * run-at-time.el (run-at-time-saved): Move to after the definition
19869         of `run-at-time'.
19870
19871         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19872
19873 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19874
19875         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19876         mm-w3m-local-map-property.
19877
19878         * mm-view.el (mm-w3m-mode-map): Remove.
19879         (mm-w3m-local-map-property): Remove.
19880         (mm-inline-text-html-render-with-w3m): Don't use
19881         mm-w3m-local-map-property.
19882
19883 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19884
19885         * run-at-time.el: New file.
19886
19887         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19888         under Emacs.
19889
19890         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19891         of gnus-set-text-properties.
19892
19893         * gnus-uu.el (gnus-uu-save-article): Ditto.
19894
19895         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19896
19897         * gnus-cite.el (gnus-cite-parse): Ditto.
19898
19899         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19900         of gnus-.
19901
19902         * gnus-xmas.el (run-at-time): Require run-at-time.
19903
19904         * gnus.el: Change calls to nnheader-run-at-time and
19905         password-run-at-time throughout to use run-at-time directly.
19906
19907         * password.el: Remove definition of run-at-time.
19908
19909         * nnheaderxm.el: Remove definition of run-at-time.
19910
19911 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19912
19913         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19914         in prompt.
19915
19916 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19917
19918         * messagexmas.el (message-xmas-redefine): Alias
19919         `message-make-caesar-translation-table' to
19920         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19921         version.
19922
19923         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19924         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19925         `gnus-xmas-set-text-properties'.
19926         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19927         `gnus-xmas-completing-read'.
19928         (gnus-xmas-completing-read): Removed.
19929         (gnus-xmas-open-network-stream): Removed.
19930
19931         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19932         XEmacs version.
19933
19934         * dns.el (dns-make-network-process): Use `open-network-stream'
19935         instead of `gnus-xmas-open-network-stream'.
19936
19937         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19938
19939         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19940
19941 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19942
19943         * gnus-art.el (gnus-mime-display-alternative)
19944         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19945         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19946         Don't use gnus-local-map-property.
19947
19948         * gnus-util.el (gnus-local-map-property): Remove.
19949
19950         * mm-view.el (mm-view-pkcs7-decrypt):
19951         Replace gnus-completing-read-maybe-default with completing-read.
19952
19953         * gnus-util.el (gnus-completing-read): do.
19954         (gnus-completing-read-maybe-default): Remove.
19955
19956 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19957
19958         * password.el: Only autoload `run-at-time' if not XEmacs.
19959         Only autoload the itimer functions if XEmacs.
19960
19961 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19962
19963         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19964         XEmacsen.
19965
19966         * dgnushack.el: Autoload executable-find for XEmacs.
19967
19968 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19969
19970         * gnus-art.el (gnus-read-string): Remove.
19971         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19972         read-string.
19973
19974 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19975
19976         * netrc.el: Autoload password-read.
19977         (netrc): Add configuration group.
19978         (netrc-encoding-method, netrc-openssl-path):
19979         Add variables for encoding and decoding of files with symmetric
19980         ciphers.
19981         (netrc-encode): Add assistant function to encode a file with
19982         netrc-encoding-method.
19983         (netrc-parse): Add interactive parameter, added optional
19984         decoding if netrc-encoding-method is non-nil but otherwise
19985         behavior is standard.
19986         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19987         Do s/encode/encrypt/ everywhere.
19988
19989         * spam.el: Remove executable-find autoload.
19990
19991 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19992
19993         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19994
19995         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19996
19997 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19998
19999         * gnus-art.el (gnus-treat-ansi-sequences)
20000         (article-treat-ansi-sequences): New variable and function.
20001         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20002
20003         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20004         Use it.
20005
20006 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20007
20008         * mm-util.el (mm-quote-arg): Remove.
20009
20010         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20011         shell-quote-argument.
20012
20013         * gnus-uu.el (gnus-uu-command): do.
20014
20015         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20016
20017         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20018         with make-char.
20019
20020         * mm-util.el (mm-make-char): Remove.
20021
20022         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20023         add-minor-mode.
20024
20025         * gnus-undo.el (gnus-undo-mode): do.
20026
20027         * gnus-topic.el (gnus-topic-mode): do.
20028
20029         * gnus-sum.el (gnus-dead-summary-mode): do.
20030
20031         * gnus-start.el (gnus-slave-mode): do.
20032
20033         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20034
20035         * gnus-ml.el (gnus-mailing-list-mode): do.
20036
20037         * gnus-gl.el (gnus-grouplens-mode): do.
20038
20039         * gnus-draft.el (gnus-draft-mode): do.
20040
20041         * gnus-dired.el (gnus-dired-mode): do.
20042
20043         * gnus-ems.el (gnus-add-minor-mode): Remove.
20044
20045         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20046         Replace gnus-char-width with char-width.
20047
20048         * gnus-ems.el (gnus-char-width): Remove.
20049
20050         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20051         Replace gnus-char-width with char-width.
20052
20053         * gnus-ems.el (gnus-char-width): Remove.
20054
20055         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20056         definition.
20057         Remove Emacs 20 hash table compatibility code.
20058
20059         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20060         20 compatibility code.
20061
20062         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20063
20064         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20065
20066         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20067         Replace with point-at-{eol,bol}.
20068
20069         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20070
20071         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20072
20073         * flow-fill.el (fill-flowed-point-at-bol)
20074         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20075
20076         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20077         Replace with point-at-{eol,bol} throughout all files.
20078
20079 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20080
20081         * ntlm.el (ntlm-string-as-unibyte): New macro.
20082         (ntlm-build-auth-response): Use it.
20083
20084         Remove Emacs 20 stuff:
20085         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20086         (butlast, mapc, remove): Remove the compiler macros.
20087         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20088         of delq and copy-sequence.
20089         * gnus-art.el (popup-menu): Remove the compiler macro.
20090         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20091         Emacs 20.
20092
20093 2004-01-05  Simon Josefsson  <jas@extundo.com>
20094
20095         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20096         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20097         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20098         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20099         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20100         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20101         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20102         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20103         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20104         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20105         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20106         string-xor into ntlm-string-xor.
20107         Suggested by Jesper Harder <harder@myrealbox.com>.
20108
20109         * ntlm.el: Don't include poem.
20110
20111         * md4.el (print-int32, print-string-hexa): Remove.
20112         Suggested by Jesper Harder <harder@myrealbox.com>.
20113
20114         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20115
20116         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20117         probably breaks emacs with DL patch, but do we care? Is anyone
20118         still using the DL stuff?)
20119
20120         * sieve-manage.el: Use the password package.
20121         (sieve-manage-read-passwd): Remove.
20122         (sieve-manage-interactive-login): Use password.  Re-add
20123         condition-case around loop.
20124
20125         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20126         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20127         Use the password package.
20128
20129 2003-02-19  Simon Josefsson  <jas@extundo.com>
20130
20131         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20132         token.
20133
20134 2002-08-07  Simon Josefsson  <jas@extundo.com>
20135
20136         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20137         (sieve-manage-authenticators):
20138         (sieve-manage-authenticator-alist): Add some SASL mechs.
20139         (sieve-sasl-auth): New function.
20140         (sieve-manage-cram-md5-auth):
20141         (sieve-manage-plain-auth): Rewrite using SASL library.
20142         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20143         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20144         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20145         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20146
20147 2004-01-05  Simon Josefsson  <jas@extundo.com>
20148
20149         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20150         New files.
20151
20152 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20153
20154         * gnus-group.el (gnus-no-groups-message): Update.
20155
20156         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20157
20158 2003-11-09  Simon Josefsson  <jas@extundo.com>
20159
20160         * imap.el: Support for ID IMAP extension (RFC 2971).
20161         (imap-local-variables): Add imap-id.
20162         (imap-id): New variable.
20163         (imap-id): New function.
20164         (imap-parse-response): Parse untagged ID response.
20165         * nnimap.el (nnimap-id): New variable.
20166         (nnimap-open-connection): Use it.
20167
20168 2003-12-28  Simon Josefsson  <jas@extundo.com>
20169
20170         * gnus-score.el (gnus-score-edit-all-score): New.
20171         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20172
20173 2004-01-04  Simon Josefsson  <jas@extundo.com>
20174
20175         * password.el: Add.
20176
20177 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20178
20179         * dns.el (dns-query-types): Fix typo.
20180         (dns-query-types): New function.
20181         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20182         PTR and SOA replies, see RFC 1035.
20183
20184 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20185
20186         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20187
20188         * Move to Changelog.2.
20189
20190 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20191
20192         * gnus.el (gnus-version-number): Bump version.
20193
20194 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20195
20196         * gnus.el: No Gnus v0.1 is released.
20197
20198 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20199
20200         * gnus.el: No Gnus v0.0 is released.
20201
20202 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20203
20204         * gnus.el (gnus-version-number): Bump.
20205         (gnus-version): No.
20206
20207 See ChangeLog.2 for earlier changes.
20208
20209   Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
20210     Free Software Foundation, Inc.
20211
20212   This file is part of GNU Emacs.
20213
20214   GNU Emacs is free software: you can redistribute it and/or modify
20215   it under the terms of the GNU General Public License as published by
20216   the Free Software Foundation, either version 3 of the License, or
20217   (at your option) any later version.
20218
20219   GNU Emacs is distributed in the hope that it will be useful,
20220   but WITHOUT ANY WARRANTY; without even the implied warranty of
20221   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20222   GNU General Public License for more details.
20223
20224   You should have received a copy of the GNU General Public License
20225   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20226
20227 ;; Local Variables:
20228 ;; coding: utf-8
20229 ;; fill-column: 79
20230 ;; add-log-time-zone-rule: t
20231 ;; End: