Display the encoded version of the bogus address if they differ.
[gnus] / lisp / ChangeLog
1 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * message.el (message-check-recipients): Display the encoded version of
4         the bogus address if they differ.
5
6         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7         after sending.
8
9         * gnus-agent.el (gnus-agent-send-mail): Ditto.
10
11         * gnus-group.el (gnus-group-refresh-group): New convenience function.
12
13         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
14         group buffer after sending the queue.
15
16         * gnus-agent.el (gnus-agent-send-mail): Ditto.
17
18 2011-01-22  Julien Danjou  <julien@danjou.info>
19
20         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
21
22 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
23
24         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
25         nested related parts.
26
27         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
28         unexpired articles.  This fixes the regression that led expiry marks to
29         disappear from nnfolder groups.
30
31 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
32
33         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
34         Don't confuse the "ret" of "retrograde" with RET.
35
36 2011-01-21  Julien Danjou  <julien@danjou.info>
37
38         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
39         than mm-insert-inline.
40
41 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
42
43         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
44         Widen article buffer.
45
46 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
47
48         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
49         the temp buffer.
50         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
51
52 2011-01-20  Julien Danjou  <julien@danjou.info>
53
54         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
55
56         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
57         than mm-insert-inline to insert inline part: this respect
58         mm-inline-media-tests displayers.
59
60         * mm-view.el (mm-display-shell-script-inline): New function.
61
62         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
63
64         * mm-uu.el (mm-uu-type-alist): Add org block.
65         (mm-uu-org-src-code-block-extract): New function.
66
67         * mm-view.el (mm-display-org-inline): New function.
68
69         * mm-decode.el (mm-automatic-display): Add text/org.
70
71         * mailcap.el (mailcap-mime-extensions): Add .org.
72
73 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
74
75         * gnus-art.el (gnus-article-highlight): Remove argument passed to
76         gnus-article-add-buttons.
77
78 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
79
80         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
81         From header with a date and "nobody" as the sender.
82
83 2011-01-19  Julien Danjou  <julien@danjou.info>
84
85         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
86         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
87         if you have the same regexp several times.
88         (gnus-button-push): Fix matching when regexp is symbol.
89
90 2011-01-15  Glenn Morris  <rgm@gnu.org>
91
92         * message.el (message-mail): A compose-mail function should
93         accept headers as strings.
94
95 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
96
97         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
98         Add :vert-only tags.
99         (message-mail): New arg RETURN-ACTION.
100         (message-return-action): New var.
101         (message-bury): Use it.
102         (message-mode): Make it buffer-local.
103         (message-send-and-exit): Always call message-bury.
104
105         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
106         message-mail.
107
108 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
109
110         * nnimap.el (nnimap-convert-partial-article): Protect against
111         zero-length body parts.
112
113         * mm-decode.el (mm-preferred-alternative-precedence):
114         Discourage showing empty parts.
115
116         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
117         and stuff if the backend didn't return the article number.  This fixes
118         an Exchange-related nnimap bug.
119
120         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
121         group window, because it does the wrong thing when a separate frame
122         displays the group buffer.
123
124         * proto-stream.el (open-protocol-stream): Protect against the low-level
125         transport functions returning nil.
126
127 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
128
129         * mml2015.el (epg-sub-key-fingerprint): Autoload.
130         (mml2015-epg-find-usable-secret-key): New function.
131         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
132         mml2015-epg-find-usable-key (Bug#7797).
133         (mml2015-epg-encrypt): Ditto.
134
135 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
136
137         * dgnushack.el (rot13-string): Fix the way to get the argument.
138
139 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
140
141         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
142
143 2011-01-03  Glenn Morris  <rgm@gnu.org>
144
145         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
146
147         * sieve.el (sieve-open-server): Give a more explicit error if
148         sieve-manage-open returns nil.  (Bug#7720)
149
150 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
151
152         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
153
154 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
155
156         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
157         This avoids sending passwords in plain text over non-encrypted
158         channels.
159
160         * shr.el (shr-rescale-image): Display all GIF images as animated images.
161
162         * nnimap.el (nnimap-login): Refactored out into own function, and
163         implement CRAM-MD5.
164         (nnimap-wait-for-line): Refactored out.
165
166         * mm-view.el (mml-smime): Require.
167
168 2010-12-20  David Engster  <deng@eml.cc>
169
170         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
171         use EPG to decrypt S/MIME messages instead of openssl.
172
173 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
174
175         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
176
177         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
178         status is the group clearly is unreachable.
179
180         * auth-source.el (auth-source-create): Add the optional second
181         parameter to `local-variable-p' to be compatible with XEmacs.
182
183 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
184
185         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
186         work when using a compressed nnml folder.
187
188 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
189
190         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
191         backends after sanitising on entry, because this never makes sense:
192         If the articles have gone missing, then the data no longer exists on
193         the backend, and if they haven't, then Gnus is wrong, and shouldn't
194         overwrite anything anyway.
195
196         * shr.el (shr-insert-document): Bind shr-width dynamically to
197         window-width if it's nil.
198
199 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
200
201         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
202         with the meaning of using the full emacs window width for rendering.
203
204 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
205
206         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
207         case when sender is not given.
208
209 2010-12-23  Julien Danjou  <julien@danjou.info>
210
211         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
212         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
213         the addresses, otherwise we might misplaced the gravatar.
214
215 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
216
217         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
218         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
219         obsolete in Emacs.
220
221 2010-12-20  Julien Danjou  <julien@danjou.info>
222
223         * gnus-util.el (gnus-rescale-image): Revert last change.
224
225 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
226
227         * binhex.el: Improve commentary (Bug#7482).
228
229 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
230
231         * gnus-group.el (gnus-group-delete-articles): New command.
232
233 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
234
235         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
236
237 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
238
239         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
240         here, since it's up to the backends to do CRLF removal if their
241         protocol has it.
242
243         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
244
245 2010-12-17  Julien Danjou  <julien@danjou.info>
246
247         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
248         they are from file. Can also scale up.
249
250 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
251
252         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
253         gnus-use-agent.
254         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
255
256         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
257
258 2010-12-17  Julien Danjou  <julien@danjou.info>
259
260         * gravatar.el (gravatar-retrieve-synchronously): New function.
261         (gravatar-get-data): Make more robust.
262
263 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
264
265         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
266
267 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
268
269         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
270         to really consider the last line.
271
272 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
273
274         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
275         list of recipient keys, or use symmetric encryption if not a list.
276         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
277         EPA override, replacing the call to `netrc-store-data'.
278
279 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
280
281         * gnus-srvr.el: Avoid passing nil regexp argument to
282         delete-matching-lines.
283
284 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
285
286         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
287         fetching stops when Gnus exits.
288
289         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
290         function.
291         (nnfolder-request-expire-articles): Save all the buffers after doing
292         expiry.
293
294         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
295         the last article", since that led to serious performance regressions
296         when expiring nnml groups.
297
298 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
299
300         * nnir.el: Improve customizations.
301
302 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
303
304         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
305
306         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
307         group has been killed.
308         (gnus-group-yank-group): Ditto.
309
310         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
311
312         * nnimap.el (nnimap-request-update-group-status): New function.
313
314         * gnus-int.el (gnus-request-update-group-status): New interface
315         function.
316
317         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
318         copying read-ness to the backends.
319
320         * nnimap.el (nnimap-quirk): New function.
321         (nnimap-retrieve-group-data-early): Use it.
322         (nnimap-quirks): New alist.
323
324 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
325
326         * shr.el (shr-insert): Set shr-start after deleting trailing space;
327         don't delete it within indentation.
328
329 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
330
331         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
332         previous line.
333
334 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
335
336         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
337         QRESYNC command by deleting a superfluous space which broke Cyrus
338         servers.  This change will break other servers that are buggy the other
339         way around.
340
341 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
342
343         * spam.el: Reindent and fix long lines.
344         (spam-copy-or-move-routine): Exclude invalid move destinations.
345
346 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
347
348         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
349         installed the registry.
350
351 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
352
353         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
354
355 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
356
357         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
358         groupname doesn't contain "gmane".
359
360 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
361
362         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
363         and netrc-bound-and-true-p bindings.
364         (netrc-parse): Cache the netrc contents.
365
366         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
367         (gnus-1): Don't create the nndrafts group twice.
368         (gnus-setup-news): There's no need to read the active file here, since
369         that's done again later on a per-backend basis.
370         (gnus-start-draft-setup): Make sure that the new group is started out
371         empty.
372
373         * gnus-agent.el (gnus-agentize): Don't create the queue group
374         automatically on startup.  It'll be created later, if needed.
375
376         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
377         of automatically subscribed groups.
378         (gnus-auto-subscribed-categories): New variable.
379         (gnus-matches-options-n): Use it.
380         (gnus-default-subscribed-newsgroups): Remove unused variable.
381         (gnus-start-draft-setup): Message a bit less.
382
383 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
384
385         * nnir.el (nnir-run-imap): Return article list in order of increasing
386         UID.
387
388 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
389
390         * gnus-sum.el (gnus-summary-enter-digest-group):
391         Mention gnus-auto-select-on-ephemeral-exit.
392
393         * proto-stream.el (proto-stream-open-network-only): Fix the calling
394         convention of the network-only option.
395
396 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
397
398         * proto-stream.el (proto-stream-open-network-only): New function to
399         have a way to specify non-STARTTLS upgrade connections.
400
401 2010-12-10  Julien Danjou  <julien@danjou.info>
402
403         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
404         email address is nil.
405
406         * message.el (message-bogus-recipient-p): Set address to "" if nil.
407
408 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
409
410         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
411         deletion.
412         (nnir-run-imap): Only need to parse list once.
413
414 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
415
416         * shr.el (shr-tag-script): Ignore <script>.
417         (shr-tag-label): Add <label> support.
418
419 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
420
421         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
422
423         * shr.el (shr-image-displayer): Work for images lined side by side.
424
425 2010-12-08  Robert Pluim  <rpluim@gmail.com>
426
427         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
428         parameter, since XEmacs doesn't accept t as a parameter.
429
430 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
431
432         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
433         ids.
434         (nnir-run-gmane): Simplify groupspec formatting.
435         (nnir-request-expire-articles): New function.
436
437 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
438
439         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
440         overflow, possibly.
441
442         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
443         (shr-render-td): Handle td style="" better.
444         (shr-tag-table): Use the color from the style sheet.
445         (shr-render-td): Make sure we copy over all the overlays, too.
446
447 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
448
449         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
450         (nnir-request-article): Improve article retrieval.
451
452 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
453
454         * mm-util.el (mm-extra-numeric-entities): New variable.
455
456         * mm-url.el (mm-url-decode-entities):
457         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
458
459         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
460
461 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
462
463         * message.el: Use completion-at-point.
464         (message-completion-function): New fun, extracted from message-tab.
465         (message-mode): Use it for completion-at-point-functions.
466         (message-tab): Use it and completion-at-point.
467
468 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
469
470         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
471         character if a non-breakable character follows.
472
473 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
474
475         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
476         any stream.
477
478         * shr.el (shr-tag-font): Colorize the region.
479         (shr-tag-body): Ditto.
480         (shr-tag-font): Actually let the styles be inherited instead of
481         overwriting them.
482         (shr-tag-font): Get the background color right.
483         (shr-tag-style): Ignore all <style> tags for the moment.
484
485         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
486         a Message-ID to avoid having nnimap depend on gnus-sum.
487
488         * shr.el (shr-descend): Only colorize something if we have a node that
489         sets colors.
490
491 2010-12-06  Julien Danjou  <julien@danjou.info>
492
493         * shr.el (shr-render-td): Render td content with shr-descend, so style
494         will be applied to <td> too.
495         (shr-colorize-region): Colorize region even if we only have a background.
496         (shr-tag-body): Fix color and background color inheritance.
497         Do not recolorize after shr-generic.
498         (shr-tag-font): Let shr-generic colorize via inheritance.
499
500 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
501
502         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
503
504 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
505
506         * nnir.el (nnir-request-move-article): Remove obsolete code.
507
508 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
509
510         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
511
512 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
513
514         * gnus-sum.el (gnus-summary-respool-article): The completion function
515         expects a list instead of an alist.
516
517         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
518         string as the parameter.
519
520         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
521
522         * shr.el (shr-stylesheet): New dynamic variable for cascading the
523         styles.
524         (shr-colorize-region): New function.
525         (shr-insert-background-overlay): Remove.
526         (shr-render-td): Background setting should be taken care of on a higher
527         level.
528         (shr-tag-body): Use post-hoc colorizations.
529         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
530         (shr-put-color-1): Don't overwrite old colors.
531         (shr-colorize-region): When the background color isn't explicit, use
532         a fixed background.
533
534         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
535         nnmail variables.
536
537 2010-12-05  Bjørn Mork  <bjorn@mork.no>
538
539         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
540         unless necessary.
541
542 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
543
544         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
545         server.
546
547 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
548
549         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
550         so that TAB works.
551
552         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
553         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
554
555         * shr.el (shr-urlify): Show the URL before the title to avoid
556         misleading URLs.
557
558 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
559
560         * shr.el (shr-urlify): Display the title in <a> tags.
561
562 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
563
564         * nnir.el (nnir-categorize): Replace mapcar with mapc.
565
566 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
567
568         * nnir.el: Rearrange code to allow macros to be autoloaded by
569         gnus-sum.el.
570         (nnir-retrieve-headers-override-function): Make this variable
571         customizable.
572         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
573
574         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
575         from nnir.el.
576
577 2010-12-03  Julien Danjou  <julien@danjou.info>
578
579         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
580
581 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
582
583         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
584         allow optional argument `environment'.
585
586 2010-12-03  Glenn Morris  <rgm@gnu.org>
587
588         * mm-extern.el (message-goto-body): Update declaration.
589
590 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
591
592         * gnus-util.el (gnus-macroexpand-all): New function.
593
594         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
595         instead of macroexpand-all that is unavailable in XEmacs.
596
597 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
598
599         * nnir.el (nnir-summary-line-format): New variable.
600         (nnir-mode): Use it.
601         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
602         (nnir-article-ids): Reimplement as defsubst.
603         (nnir-retrieve-headers): Don't mangle the subject header.
604         (nnir-run-imap): Use 100 as RSV score.
605         (nnir-run-find-grep): Fix for full server searching.
606         (nnir-run-gmane): Better restriction to gmane groups.
607
608         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
609         summary buffers.
610
611 2010-12-02  Julien Danjou  <julien@danjou.info>
612
613         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
614
615         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
616
617         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
618         support.
619
620 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
621
622         * nnir.el: Update to handle the registry better.
623         (autoload): Silence byte-compiler.
624         (nnir-open-server): Add a hook for nnir groups.
625         (nnir-request-move-article): Don't mangle the header. Better to use
626         formating variables (which will be added in the future).
627         (nnir-registry-action): Update the registry using the original article
628         group name.
629         (nnir-mode): Install nnir-specific hooks for updating the registry.
630
631         * gnus-sum.el
632         (gnus-article-original-subject,gnus-newsgroup-original-name):
633         Remove obsolete variables.
634         (gnus-summary-move-article): Remove use of obsolete variables.
635         (gnus-summary-local-variables): Make move and delete hooks local to
636         summary buffers.
637
638 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
639
640         * rtree.el: New file.
641
642 2010-12-01  Julien Danjou  <julien@danjou.info>
643
644         * message.el (message-user-organization): Do not use
645         gnus-local-organization.
646
647         * gnus.el: Remove gnus-local-organization.
648
649         * gnus-msg.el: Remove nastygram thing.
650
651 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
652
653         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
654         funcall.
655
656 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
657
658         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
659         names.
660
661         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
662         characters.
663
664         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
665         to t of inhibit-read-only since it is inside gnus-with-article-headers.
666         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
667         (gnus-gravatar-transform-address): Use mail-extract-address-components
668         that supports non-ASCII names rather than mail-header-parse-addresses.
669
670 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
671
672         * proto-stream.el (open-protocol-stream): All starttls connections are
673         handled by the network handler.
674
675 2010-11-30  Julien Danjou  <julien@danjou.info>
676
677         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
678         (nnimap-open-connection-1): Fix PREAUTH.
679
680         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
681
682 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
683
684         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
685         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
686         (shr-insert): Use them.
687         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
688
689 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
690
691         * nnir.el (nnir-request-move-article): Bail out if original group
692         doesn't support article moves.
693         (nnir-get-active): Improve active list retrieval.
694
695 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
696
697         * shr.el (shr-find-fill-point): Don't break before apostrophes.
698
699 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
700
701         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
702         seem to accept strings-with-numbers as port numbers,
703
704 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
705
706         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
707         change the registry.
708
709 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
710
711         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
712         delete-dups that is not available in XEmacs 21.4.
713
714         * mm-util.el (mm-delete-duplicates): Add comment.
715
716 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
717
718         * nnir.el (nnir-ignored-newsgroups): New variable.
719         (nnir-get-active): Use it.
720
721 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
722
723         * proto-stream.el (proto-stream-open-network): Add some comments.
724
725         * nntp.el (nntp-open-connection): Provide a :success condition.
726
727         * nnimap.el (nnimap-open-connection-1): Ditto.
728
729         * proto-stream.el (proto-stream-open-network): See what the response to
730         the STARTTLS command is.
731
732         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
733         backwards compatibility).
734         (nnimap-open-connection-1): Really respect nnimap-server-port.
735
736         * proto-stream.el (proto-stream-open-network): When doing opportunistic
737         TLS upgrades we don't really care about the identity of the peer.
738         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
739         that what we've checked for.
740         (proto-stream-always-use-starttls): Only default to t if
741         open-gnutls-stream exists.
742         (proto-stream-open-network): If STARTTLS failed, then just open a
743         normal connection.
744         (proto-stream-open-network): Wait until the greeting before doing
745         STARTTLS.
746
747         * nntp.el (nntp-open-connection): Report what the connection error is.
748
749         * proto-stream.el (open-protocol-stream): Rename from
750         open-proto-stream.
751
752 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
753
754         * nnimap.el (nnimap-stream): Change default to `undecided'.
755         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
756         first, and then network.
757         (nnimap-open-connection-1): Respect nnimap-server-port.
758         (nnimap-open-connection): Be more backwards-compatible.
759
760         * proto-stream.el (proto-stream-always-use-starttls): New variable.
761         (proto-stream-open-starttls): De-duplicate the starttls code.
762         (proto-stream-open-starttls): Folded back into the main function.
763         (proto-stream-open-network): Fix typo in the gnutls path.
764         (proto-stream-command): Refactor out.
765
766         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
767
768         * proto-stream.el (proto-stream-open-starttls): Actually implement the
769         starttls.el STARTTLS.
770
771         * color.el (color-lab->srgb): Fix function call name.
772
773         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
774         if we're using tls.el.
775         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
776         built in, then don't try to establish a STARTTLS connection.
777
778         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
779         servers.
780
781         * proto-stream.el (open-proto-stream): Use network, not stream.
782         (open-proto-stream): Add a way to specify what the end of a command is.
783
784         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
785         connections types.
786         (nntp-open-network-stream): Remove.
787         (nntp-open-ssl-stream): Remove.
788         (nntp-open-tls-stream): Remove.
789         (nntp-ssl-program): Remove.
790
791         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
792
793 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
794
795         * nnir.el: Fix typos.
796         (nnir-retrieve-headers-override-function): Rename variable to reflect
797         new semantics.
798         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
799         macros.
800         (nnir-request-article, nnir-request-move-article): Use them.
801         (nnir-categorize): New function.
802         (nnir-run-query): Use it.
803         (nnir-retrieve-headers): Rewrite to batch header retrieval.
804         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
805         sorted.
806         (nnir-group-full-name): Use gnus-group-full-name instead.
807         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
808         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
809
810 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
811
812         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
813
814         * proto-stream.el: New library to provide protocol-specific
815         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
816         protocols.
817         (open-proto-stream): Complete the documentation.
818         (proto-stream-open-network): Fix some typos.
819
820         * nnimap.el (nnimap-open-connection): Use it.
821
822 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
823
824         * pop3.el (pop3-open-server): Read server greeting before starting TLS
825         negotiation.
826
827 2010-11-26  Julien Danjou  <julien@danjou.info>
828
829         * color.el: Rename various rgb functions to srgb.
830
831 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
832
833         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
834         names.
835
836 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
837
838         * shr.el (shr-insert): Revert last change.
839         (shr-find-fill-point): Never leave point being at bol;
840         relax the kinsoku limitation when rendering tables.
841
842 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
843
844         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
845         results from -accept-article.
846
847         * shr-color.el: Require cl when compiling.
848
849         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
850         checkin.
851
852         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
853
854         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
855
856         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
857         'add and 'delete to set backend marks.
858
859         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
860
861         * nnheader.el (nnheader-update-marks-actions): Refactor out.
862
863         * nntp.el (nntp-request-set-mark): Use it.
864
865         * nnfolder.el (nnfolder-request-set-mark): Ditto.
866
867         * nnml.el (nnml-request-set-mark): Ditto.
868
869         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
870         introduces regressions in article selection.
871         (nnimap-find-uid-response): New function.
872         (nnimap-request-accept-article): Use the UID returned, if any.
873         (nnimap-request-move-article): Use the UID returned, if any.
874         (nnimap-get-groups): Reimplement to work with folded lines.
875         (nnimap-find-uid-response): The UID is the last element in the list.
876         (nnimap-request-set-mark): Extend syntax with 'set.
877
878         * nnml.el (nnml-request-set-mark): Ditto.
879
880         * nnfolder.el (nnfolder-request-set-mark): Ditto.
881
882         * nntp.el (nntp-request-set-mark): Ditto.
883
884 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
885
886         * message.el (message-called-interactively-p): A temporary macro.
887         (message-goto-body): Use it temporarily.
888
889 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
890
891         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
892         (nnimap-last-response-string): Unfold quoted lines, if they exist.
893         (nnimap-last-response-string): Fix last unfolding fix.
894
895 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
896
897         * shr.el (shr-insert): Fix the way to fold lines.
898
899 2010-11-25  Julien Danjou  <julien@danjou.info>
900
901         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
902
903         * color.el: Rename from color-lab.el
904         (color-rgb->hex): Add.
905         (color-complement): Add.
906         (color-complement-hex): Add.
907
908         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
909
910 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
911
912         * shr-color.el (shr-color-visible): Don't bug out if the colour names
913         don't exist.
914
915 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
916
917         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
918         assuming that article displaying or another mml-preview may be
919         interrupted for an error or for the like.
920
921         * shr.el (shr-get-background): Fix argument name.
922
923 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
924
925         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
926
927         * gnus-sum.el (gnus-summary-include-articles): New function.
928
929         * message.el (message-goto-body): called-interactively-p needs a
930         parameter, so use `any'.
931
932         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
933         clear marks before moving, since they're synced from the Gnus side
934         first.
935
936         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
937         (gnus-summary-move-article): Copy over all marks before moving, so that
938         IMAP doesn't think a new article has arrived.
939
940 2010-11-24  Julien Danjou  <julien@danjou.info>
941
942         * shr.el (shr-insert-background-overlay): Fix typo.
943         (shr-render-td): Copy the background before rendering.
944
945         * shr-color.el (shr-color-visible): Fix docstring.
946
947         * shr.el (shr-tag-table): Add bgcolor support.
948         (shr-render-td): Add bgcolor support.
949         (shr-get-background): Add.
950         (shr-insert-foreground-overlay): Use shr-get-background.
951
952         * message.el (message-goto-body): Use called-interactively-p.
953         (message-in-body-p): message-goto-body returns point.
954
955 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
956
957         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
958         Fixes something or other in Emacs 23, and is backwards compatible.
959
960         * message.el (message-goto-body): Remove the <#secure special-casing,
961         which is too special.
962
963         * shr.el (shr-parse-style): Drop !important from styles.
964
965 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
966
967         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
968         this function to return incorrect results when calling it with an
969         explicit article argument different from
970         (gnus-summary-article-number).
971
972 2010-11-24  Julien Danjou  <julien@danjou.info>
973
974         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
975         (shr-tag-body): Add background support.
976         (shr-descend): Add background support.
977         (shr-tag-title): Add.
978
979         * shr-color.el (shr-color-visible): Really return original background
980         if fixed.
981
982 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
983
984         * shr.el (shr-color-check): Protect against non-existant colour names.
985
986 2010-11-24  Julien Danjou  <julien@danjou.info>
987
988         * color-lab.el: Require 'cl when compiling.
989
990         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
991
992         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
993         matched part.
994
995         * color-lab.el: Fix all expt calls to use float type.
996
997 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
998
999         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1000         expression to shr-color-check as is.
1001
1002         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1003
1004         * color-lab.el: Add coding cookie.
1005         (float-pi): Use eval-and-compile.
1006
1007         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1008         compiled for Emacsen having no `libxml-parse-html-region' support.
1009
1010 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1011
1012         * shr.el (shr-insert-color-overlay): Split stuff like
1013         "#444444 !important" to find the real colour.
1014         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1015         parse <font color="red"> entries.
1016
1017 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1018
1019         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1020         point when parsing headers.
1021
1022         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1023         is positioned properly when parsing headers.
1024
1025 2010-11-23  Julien Danjou  <julien@danjou.info>
1026
1027         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1028
1029         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1030
1031         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1032
1033         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1034         Use shr-color-hue-to-rgb.
1035         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1036
1037 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1038
1039         * shr.el (shr-color->hexadecimal): Autoload.
1040         (shr-descend): Add color to all tags.
1041
1042 2010-11-22  Julien Danjou  <julien@danjou.info>
1043
1044         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1045         shr-color->hexadecimal.
1046
1047         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1048         RGB() or HSL() color representation.
1049
1050         * shr.el (shr-tag-font): Add.
1051         (shr-tag-color-check): New function to get better colors.
1052         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1053         tag-span.
1054
1055         * shr-color.el: New file.
1056
1057         * color-lab.el: New file.
1058
1059         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1060
1061 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1062
1063         * nnir.el: Fix typo in comments.
1064         (nnir-run-imap): Simplify code. No need to reverse artlist.
1065         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1066
1067 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1068
1069         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1070
1071         * nnimap.el (nnimap-get-capabilities): Refactor out.
1072         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1073
1074 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1075
1076         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1077         appearing when `mm-uu-hide-markers' is nil.
1078
1079 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1080
1081         * nnimap.el (nnimap-unselect-group): Make into its own function.
1082         (nnimap-request-rename-group): Unselect group before renaming.
1083         This had gotten lost somewhere.
1084         (nnimap-request-accept-article): Keep track of examined groups, and
1085         unselect the group before APPENDing to read-only groups.
1086         (nnimap-request-move-article): Clear flags before moving so that they
1087         can be re-set later.
1088
1089 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1090
1091         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1092         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1093
1094 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1095
1096         * gnus-art.el (gnus-mime-display-single)
1097         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1098         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1099         parameter.
1100
1101 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1102
1103         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1104         (shr-table-vertical-line): New variable.
1105         (shr-insert-table): Use it.
1106
1107 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1108
1109         * gnus-html.el (gnus-html-wash-images): Don't display images if
1110         gnus-inhibit-images is non-nil; register displayer for cid images.
1111         (gnus-html-display-image): Work for cid image.
1112         (gnus-html-insert-image): Allow arguments.
1113         (gnus-html-put-image): Inhibit read-only.
1114         (gnus-html-prefetch-images): Don't prefetch images if
1115         gnus-inhibit-images is non-nil.
1116
1117 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1118
1119         * shr.el (shr-put-image): Break lines when inserting big pictures.
1120
1121 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1122
1123         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1124         sender, thanks Katsumi Yamaoka.
1125
1126 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1127
1128         * nnir.el (nnir-run-imap): Reverse the article list for each group
1129         rather than the whole list.
1130
1131 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1132
1133         * shr.el (shr-image-displayer): Protect function against non-existent
1134         image source.
1135
1136         * gnus-art.el (gnus-inhibit-images): New user option.
1137         (gnus-mime-display-single): Don't display image if it is non-nil.
1138
1139         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1140         gnus-inhibit-images.
1141
1142         * shr.el (shr-image-displayer): New function.
1143         (shr-tag-img): Use it.
1144
1145 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1146
1147         * mml2015.el (mml2015-epg-sign): Use From header.
1148
1149 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1150
1151         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1152
1153         * gnus-util.el (gnus-find-text-property-region): Return markers.
1154
1155         * shr.el (shr-tag-img): Put a displayer in the text property.
1156
1157         * gnus-util.el (gnus-find-text-property-region): New utility function.
1158
1159         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1160         (gnus-html-show-images): Remove.
1161
1162         * gnus-art.el (gnus-article-show-images): New, more general function.
1163
1164         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1165         image url text properties.
1166
1167         * shr.el: Ditto.
1168
1169         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1170         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1171
1172 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1173
1174         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1175         work for two or more articles.
1176
1177 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1178
1179         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1180         divide an image that's in an html article to two or more when washing
1181         non-ASCII characters in alt text of it.
1182
1183 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1184
1185         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1186         smime-decrypt-region using function argument.
1187         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1188
1189         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1190
1191         * smime.el (smime-decrypt-region): Catch it.
1192
1193 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1194
1195         * smime.el (smime-mode-map): Move initialization into declaration.
1196         (gnus-run-mode-hooks): Don't autoload.
1197         (smime-mode): Use define-derived-mode.
1198
1199 2010-11-11  Glenn Morris  <rgm@gnu.org>
1200
1201         * smime.el (from): Restrict declaration to XEmacs.
1202
1203         * nnir.el (gnus-group-topic-name): Autoload.
1204
1205 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1206
1207         * shr.el (shr-insert): Don't break long line if it is because of
1208         kinsoku-bol characters in the line end.
1209
1210 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1211
1212         * nnir.el (nnir-request-move-article): Fix to provide original group
1213         and subject.
1214         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1215         been retrieved.
1216
1217         * gnus-sum.el (gnus-summary-move-article): Use original group and
1218         subject for virtual articles such as those in an nnir summary buffer.
1219
1220 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1221
1222         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1223         least 21.5).
1224
1225         * smime.el (from): Declare it again for XEmacs.
1226
1227 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1228
1229         * message.el (message-resend): Don't disable encoding unless it's
1230         already encoded.
1231
1232         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1233         low-numbered articles.
1234
1235 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1236
1237         * rfc2047.el (rfc2047-syntax-table): Simplify.
1238
1239         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1240
1241         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1242         set-char-table-range for XEmacs.
1243
1244 2010-11-10  Glenn Morris  <rgm@gnu.org>
1245
1246         * time-date.el (time-to-seconds): Always an alias on Emacs,
1247         never a real function.
1248         (with-no-warnings): Remove compat stub, now unused.
1249         (time-less-p): Doc fix.
1250         (time-to-number-of-days): Simplify.
1251
1252         * smime.el (from): Remove unused declaration.
1253
1254         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1255         (gnus-float-time): On Emacs, always an alias.
1256
1257         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1258         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1259
1260 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1261
1262         * dgnushack.el: Don't use ignore-errors in the top level form since it
1263         is unavailable in XEmacs even if cl is loaded.
1264
1265         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1266
1267 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1268
1269         * shr.el (browse-url-mailto): Autoload.
1270
1271         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1272
1273         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1274         regexp doesn't need quoting.
1275
1276 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1277
1278         * message.el (message-subject-trailing-was-ask-regexp)
1279         (message-subject-trailing-was-regexp): Match was: in addition to was.
1280
1281 2010-11-09  Glenn Morris  <rgm@gnu.org>
1282
1283         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1284         (nnbabyl-check-mbox): Use point-at-bol.
1285
1286 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1287
1288         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1289
1290         * message.el (message-mailto): New function.
1291         (message-mailto): Should accept other parameters.
1292         (message-mailto): Remove since it duplicates browse-url-mailto
1293         functionality.
1294
1295 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1296
1297         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1298         methods.
1299         (gnus-read-active-file): Ditto.
1300
1301         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1302         ": " from the prompt.
1303         (gnus-group-make-group): Ditto.
1304
1305 2010-11-07  Glenn Morris  <rgm@gnu.org>
1306
1307         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1308         (gnus-bookmark-kill-line): Use point-at-eol.
1309
1310 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1311
1312         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1313         asterisks in From header.
1314
1315 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1316
1317         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1318         string to avoid making the From headers syntactically invalid.
1319
1320         * message.el (message-send-mail): Don't insert courtesy messages if the
1321         message already has List-Post and List-ID messages.
1322
1323 2010-11-06  Glenn Morris  <rgm@gnu.org>
1324
1325         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1326         `condition', `type', `length' a prefix.
1327         (gnus-treat-predicate): Update for above name changes.
1328
1329 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1330
1331         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1332         binding.  Handled by `gnus-summary-refer-thread' instead.
1333         (nnir-warp-to-article): New backend function.
1334
1335         * nnimap.el (nnimap-request-thread): Force dependency updating.
1336
1337         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1338         (gnus-summary-refer-thread): Rework to improve thread-referral.
1339
1340         * gnus-int.el (gnus-warp-to-article): New function.
1341
1342         * gnus-sum.el (gnus-summary-article-map): Bind it.
1343
1344 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1345
1346         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1347         gnus-summary-refer-thread.
1348
1349         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1350         headers.
1351         (gnus-summary-limit-include-thread): Prevent articles in thread from
1352         being cut in gnus-cut-threads.
1353         (gnus-summary-refer-thread): Limit retrieved headers to those in
1354         thread.
1355
1356 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1357
1358         * message.el (message-send-mail): Use the value of
1359         message-courtesy-message from the message buffer.
1360
1361         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1362
1363         * shr.el (shr-browse-url): Implement mailto: URLs.
1364
1365         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1366         "raw".
1367
1368         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1369         if it's already selected.
1370
1371         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1372
1373 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1374
1375         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1376         to measure the length and truncate alt text.
1377
1378 2010-11-03  Glenn Morris  <rgm@gnu.org>
1379
1380         * nndiary.el (nndiary-generate-nov-databases-1)
1381         (nndiary-generate-active-info): Rename dynamic variable `files' to
1382         something less generic.
1383
1384 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1385
1386         * nnir.el (nnir-request-move-article): Call the underlying backend to
1387         move articles from nnir.
1388
1389 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1390
1391         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1392
1393 2010-11-02  Julien Danjou  <julien@danjou.info>
1394
1395         * nnir.el: Remove wais support.
1396
1397 2010-11-02  Glenn Morris  <rgm@gnu.org>
1398
1399         * gnus-html.el: Reorder requirements to quieten compiler.
1400
1401 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1402
1403         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1404         properly for XEmacs as well.
1405         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1406         (gnus-article-natural-long-line-p): Use window-width rather than
1407         frame-width.
1408
1409 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1410
1411         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1412         (nnir-read-parms): Don't modify query.
1413         (nnir-run-query): Add ability to search topic on current line.
1414         (nnir-get-active): Clean up.
1415
1416 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1417
1418         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1419         degenerate articles.
1420
1421         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1422         (gnus-print-buffer): Just print the buffer as is, without any copying
1423         to a buffer and then re-highlighting.
1424
1425         * nnimap.el (nnimap-request-group): Store the new updated info.
1426         (nnimap-request-group): Select the group when we don't know whether it
1427         exists or not.
1428
1429         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1430         groups.
1431
1432         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1433         groups.
1434
1435         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1436         groups.
1437
1438         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1439         long-lines case by only filling the long lines.
1440
1441         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1442         (bug #7311).
1443
1444 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1445
1446         * shr.el: No need to declare `declare-function' since shr.el is for
1447         only Emacsen that provide `libxml-parse-html-region'.
1448
1449         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1450         effective only in a file it is referred to.
1451
1452 2010-11-01  Glenn Morris  <rgm@gnu.org>
1453
1454         * mm-util.el (gnus-completing-read): Autoload.
1455         (mm-read-coding-system): Simplify Emacs definition.
1456
1457         * nnmail.el (gnus-activate-group):
1458         * nnimap.el (gnutls-negotiate):
1459         * nntp.el (netrc-parse): Fix declarations.
1460
1461 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1462
1463         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1464         string-match-p in Emacs >=23.
1465
1466         * gnus-msg.el (gnus-configure-posting-styles)
1467         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1468
1469 2010-11-01  Glenn Morris  <rgm@gnu.org>
1470
1471         * nnir.el (declare-function): Add compat stub.
1472         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1473         (nnir-run-gmane): Require 'mm-url.
1474
1475         * mm-util.el (mm-string-to-multibyte): Simplify.
1476
1477         * shr.el (declare-function): Add compat stub.
1478         (url-cache-create-filename): Declare.
1479         (mm-disable-multibyte, widget-convert-button): Autoload.
1480
1481         * smime.el (ldap-search): Declare.
1482         (smime-cert-by-ldap-1): Require ldap on Emacs.
1483
1484         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1485         (nnimap-keepalive): Use gnus-float-time.
1486
1487         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1488         (mail-source-delete-crash-box): Use gnus-float-time.
1489
1490         * gnus-dired.el (gnus-completing-read): Autoload.
1491
1492         * mm-view.el (gnus-rescale-image): Autoload.
1493
1494         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1495
1496         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1497
1498         * sieve-manage.el: Require 'cl when compiling.
1499
1500         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1501         (gnus-iswitchb-completing-read): Require iswitchb.
1502         (gnus-select-frame-set-input-focus): Silence compiler.
1503
1504 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1505
1506         * message.el (message-subject-trailing-was-query): Change default to t,
1507         since I think that's what most people want.
1508
1509         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1510         appending for easier debugging.
1511         (nnimap-wait-for-connection): Take a regexp.
1512         (nnimap-request-accept-article): Wait for the continuation line before
1513         sending anything unless we're streaming.
1514
1515         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1516         leave the header washing to take place.
1517
1518 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1519
1520         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1521         regular expression match and replace in posting styles.
1522
1523 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1524
1525         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1526         an entire server.
1527         (nnir-get-active): New function.
1528         (nnir-run-imap): Use it.
1529         (nnir-run-gmane): Who knew, gmane search returns an article score!
1530
1531         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1532         server on the current line with nnir.
1533
1534 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1535
1536         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1537         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1538         left edge.
1539         (gnus-article-foldable-buffer): Skip past the prefix when determining
1540         raggedness.
1541
1542         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1543         the raw article, and change `C-u g' to show the article without doing
1544         treatments.
1545
1546         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1547         on to `gnus-treat-article'.
1548         (gnus-inhibit-article-treatments): New variable.
1549
1550         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1551
1552         * gnus-art.el (gnus-treatment-function-alist): Have
1553         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1554         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1555         sections.
1556
1557         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1558         parameter.
1559         (gnus-article-fill-cited-long-lines): New function.
1560         (gnus-article-fill-cited-article): Allow filling only long sections.
1561
1562         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1563         and non-punctuation (like after the apostrophe in "'We").
1564
1565         * gnus-sum.el (gnus-summary-select-article): Make sure
1566         gnus-original-article-buffer is alive.
1567
1568         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1569         reflect the order they're in in the digest.
1570
1571         * gnus.el (gnus-group-startup-message): Move point to the start of the
1572         buffer.
1573
1574         * nnimap.el (nnimap-capability): New function.
1575         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1576         is set.
1577
1578 2010-10-31  David Engster  <dengste@eml.cc>
1579
1580         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1581         conform with changes to gnus-completing-read.
1582
1583 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1584
1585         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1586
1587 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1588
1589         * nnir.el: Move defvar, defcustom around to keep file organized
1590         and keep byte-compiler quiet.
1591         (nnir-read-parms): Accept search-engine as arg.
1592         (nnir-run-query): Pass search-engine as arg.
1593         (nnir-search-engine): Remove.
1594
1595 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1596
1597         * shr.el (shr-generic): The text nodes should be text, not :text.
1598
1599         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1600         later in the file.
1601
1602 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1603
1604         * nnir.el: General clean up.  Allow searching with multiple engines.
1605         Allow separate extra-parameters for each engine.
1606         Batch queries when possible.
1607         (nnir-imap-default-search-key,nnir-method-default-engines):
1608         Add customize interface.
1609         (nnir-run-gmane): New engine.
1610         (nnir-engines): Use it.  Qualify all prompts with engine name.
1611         (nnir-search-engine): Remove global variable.
1612         (nnir-run-hyrex): Restore for now.
1613         (nnir-extra-parms,nnir-search-history): New variables.
1614         (gnus-group-make-nnir-group): Use them.
1615         (nnir-group-server): Remove in favor of gnus-group-server.
1616         (nnir-request-group): Avoid searching twice.
1617         (nnir-sort-groups-by-server): New function.
1618
1619 2010-10-30  Julien Danjou  <julien@danjou.info>
1620
1621         * gnus-group.el: Remove gnus-group-fetch-control.
1622
1623         * gnus-start.el (gnus-find-new-newsgroups):
1624         Remove gnus-check-first-time-used.
1625
1626         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1627
1628 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1629
1630         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1631         set on groups that don't have \* permanentflags.
1632
1633 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1634
1635         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1636         control the background color.
1637         (shr-tag-img): Ignore very small web bug type images.
1638         (shr-put-image): Add help-echo alt texts to the images.
1639         (shr-tag-video): Show the video poster image.
1640
1641 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1642
1643         * shr.el (shr-table-depth): New variable.
1644         (shr-tag-table-1): Only insert the images after the top-level table.
1645
1646         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1647
1648         * gnus-util.el (gnus-list-memq-of-list): New function.
1649
1650         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1651         selected.
1652         (nnimap-unsplittable-articles): New slot.
1653         (nnimap-new-articles): Use it.
1654
1655 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1656
1657         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1658         move to the previous line on `M-g'.
1659
1660 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1661
1662         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1663         *-request-group, which seems unnecessary.
1664
1665         * nnimap.el (nnimap-quote-specials): Function copied over from
1666         imap.el.
1667         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1668         they support that.  Suggested by Tom Regner.
1669
1670 2010-10-29  Julien Danjou  <julien@danjou.info>
1671
1672         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1673         defalias.
1674         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1675
1676         * gnus.el: Remove `gnus-nntp-service' variable.
1677         (gnus-secondary-servers): Make obsolete.
1678         (gnus-nntp-server): Make obsolete.
1679
1680         * gnus-start.el (gnus-1): Remove x-splash calls.
1681
1682         * gnus-ems.el (gnus-x-splash): Remove.
1683
1684         * gnus.el (gnus-group-startup-message): Simplify/update code.
1685
1686         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1687         definition.
1688
1689         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1690         capability before doing anything.
1691         (gnus-group-insert-group-line): Remove useless
1692         gnus-group-remove-excess-properties.
1693
1694 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1695
1696         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1697
1698 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1699
1700         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1701         config after reselecting.
1702
1703 2010-10-28  Julien Danjou  <julien@danjou.info>
1704
1705         * shr.el (shr-put-image): Use point even if only inserting text.
1706         (shr-put-image): Save excursion when inserting alt text on non-graphic
1707         display, so the behaviour is the same when we are on a graphic display.
1708
1709         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1710
1711 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1712
1713         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1714         (gnus-mime-copy-part): Check coding system, not charset.
1715         (gnus-mime-view-part-externally): Never remove part.
1716         (gnus-mime-view-part-internally): Don't remove part here.
1717         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1718         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1719         multipart/alternative.
1720
1721         * mm-decode.el (mm-display-part): Take optional arg `force'.
1722
1723 2010-10-26  Julien Danjou  <julien@danjou.info>
1724
1725         * gnus-group.el (gnus-group-default-list-level): Add this function to
1726         compute the default list level.
1727         (gnus-group-default-list-level): Add possibility to use a function.
1728
1729 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1730
1731         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1732
1733         * gnus-group.el (gnus-group-completing-read)
1734         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1735         gnus-replace-in-string.
1736
1737 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1738
1739         * shr.el (shr-tag-div): Add.
1740
1741         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1742
1743 2010-10-25  Julien Danjou  <julien@danjou.info>
1744
1745         * gnus-util.el: Remove `gnus-with-local-quit'.
1746
1747         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1748
1749 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1750
1751         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1752         the original article buffer.
1753
1754 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1755
1756         * nnimap.el (nnimap-request-head): New function.
1757         (nnimap-request-move-article): Try to be slighly faster by not
1758         requesting the entire message when moving.
1759         (nnimap-transform-headers): Don't bug out on bodiless articles.
1760         (nnimap-send-command): Have no outstanding messages if the IMAP server
1761         doesn't support streaming.
1762         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1763
1764 2010-10-24  Julien Danjou  <julien@danjou.info>
1765
1766         * message.el (message-default-headers): Fix type.
1767
1768 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1769
1770         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1771         prefetching images.
1772
1773         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1774         backend for unknown groups.  This is mainly useful for nnimap groups.
1775
1776         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1777         group isn't covered by the agent.
1778
1779 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1780
1781         * nnir.el (nnir-method-default-engines): New variable.
1782         (nnir-run-query): Use it.
1783         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1784         (gnus-summary-nnir-goto-thread): Change group if needed.
1785
1786         * gnus-group.el (gnus-group-group-map): Add key binding for
1787         gnus-group-make-nnir-group.
1788
1789 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1790
1791         * shr.el (shr-tag-object): Add.
1792
1793         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1794         original article buffer live.
1795         (gnus-summary-select-article-buffer):
1796         Mention gnus-widen-article-buffer.
1797
1798 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1799
1800         * shr.el (shr-tag-strong): Add.
1801
1802 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1803
1804         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1805         group names.  They mess up the group buffer badly.
1806
1807         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1808
1809         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1810         instead of the summary one.
1811
1812 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1813
1814         * mml.el (mml-preview): Work properly when editing article.
1815
1816         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1817         gnus-have-read-active-file if it's already been in.
1818
1819 2010-10-22  Tom Tromey  <tromey@redhat.com>
1820
1821         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1822         gnus-group-completing-read.
1823
1824 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1825
1826         * message.el (message-mode-map): Don't bind M-; to comment region, to
1827         allow the global comment-dwim to work.
1828
1829 2010-10-21  Julien Danjou  <julien@danjou.info>
1830
1831         * message.el (message-setup-1): Allow message-default-headers to be a
1832         function.
1833
1834 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1835
1836         * shr.el (shr-tag-table): Simplify.
1837
1838 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1839
1840         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1841         to avoid trying to snarf invalid stuff.
1842
1843         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1844
1845         * gnus.el (gnus-message-archive-group): Quote value.
1846         (gnus-message-archive-group): Mark as changed.
1847
1848         * shr.el (shr-add-font): Don't put the font properties on the newline
1849         or the indentation.
1850
1851         * message.el (message-fix-before-sending): Change options when sending
1852         non-printable characters.
1853
1854         * gnus.el (gnus-message-archive-method): Change the default to
1855         monthly outgoing groups.
1856
1857         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1858         that have gotten new numbers.
1859
1860         * nnimap.el (nnimap-request-replace-article): New function.
1861
1862 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1863
1864         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1865         (nnrss-request-article): Don't use special html washing code.
1866
1867 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1868
1869         * shr.el (shr-tag-table): Remove useless nconc.
1870
1871 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1872
1873         * gnus-art.el (article-wash-html): Simplify and remove the charset
1874         stuff.  Use the normal html rendering code instead of the special html
1875         washing code.
1876
1877         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1878         `gnus-w3m' symbols.
1879         (mm-text-html-washer-alist): Remove.
1880
1881         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1882         (mm-inline-media-tests): Remove use.
1883         (mm-text-html-renderer): Change default to the `shr' symbol.
1884
1885         * mm-view.el (mm-inline-text-html): Remove use.
1886
1887         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1888         `gnus-blocked-images' to be a function.
1889         (gnus-article-wash-function): Remove.
1890
1891 2010-10-20  Julien Danjou  <julien@danjou.info>
1892
1893         * spam.el (spam-list-of-processors): Mark as obsolete.
1894
1895         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1896         (nnimap-insert-partial-structure): Fix boundary detection.
1897
1898 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1899
1900         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1901         run file-truename on remote files.  This can be expensive and even
1902         prevent one from editing drafts if some unrelated buffer has a stale
1903         connection.
1904
1905 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1906
1907         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1908         kinsoku-eol regardless of shr-kinsoku-shorten.
1909         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1910         (shr-tag-table): Support caption, thead, and tfoot.
1911
1912 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1913
1914         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1915         lines.
1916         (shr-save-contents): New command and keystroke.
1917
1918         * nndoc.el (nndoc-type-alist): Add git support.
1919         (nndoc-git-type-p): New function.
1920         (nndoc-transform-git-article): Ditto.
1921         (nndoc-transform-git-headers): Ditto.
1922         (nndoc-transform-git-headers): Generate Subject headers.
1923
1924         * shr.el (shr-parse-style): New function.
1925         (shr-tag-span): Ditto.
1926
1927         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1928         to `G G' to avoid collisions.
1929
1930 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1931
1932         * shr.el: Load kinsoku if necessary.
1933         (shr-kinsoku-shorten): New internal variable.
1934         (shr-find-fill-point): Make kinsoku shorten text line if
1935         shr-kinsoku-shorten is bound to non-nil.
1936         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1937         shr-indentation too when testing if table is wider than frame width.
1938         (shr-insert-table): Use `string-width' instead of `length' to measure
1939         text width.
1940         (shr-insert-table-ruler): Make sure indentation is done at bol.
1941
1942 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1943
1944         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1945         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1946         undecoded network data.
1947
1948 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1949
1950         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1951         name in the mode line spec so that the mode line menu works
1952         (bug #2431).
1953
1954         * message.el (message-get-reply-headers): If we're fed `to-address',
1955         then always use that.
1956
1957         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1958         aren't so wide as to need to switch off the edit menu.
1959
1960         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1961         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1962
1963         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1964         `M-g'.
1965         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1966         the permanent marks.
1967
1968 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1969
1970         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1971         Splitting according to references/in-reply-to obeys the ignore-groups
1972         variable, while splitting by sender and subject do not.
1973
1974 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1975
1976         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1977         alist, so that we can look for non-Unicode chars.
1978         (article-translate-strings): Allow both character and string maps.
1979
1980 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1981
1982         * shr.el (shr-insert): Don't insert space behind a wide character
1983         categorized as kinsoku-bol, or between characters both categorized as
1984         nospace.
1985
1986 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1987
1988         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1989         headers to gnus-newsgroup-headers.
1990
1991 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1992
1993         * shr.el (shr-tag-img): Don't align images -- since we're not
1994         rescaling, this often leads to ugly displays.
1995
1996 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1997
1998         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1999         duplicates.
2000
2001 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2002
2003         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2004         call.
2005
2006 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2007
2008         * gnus.el: Autoload gnus-html-show-images.
2009
2010         * nnimap.el: Use nnheader-message throughout.
2011
2012         * shr.el (shr-tag-img): Ignore images with no data.
2013
2014 2010-10-15  Julien Danjou  <julien@danjou.info>
2015
2016         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2017         a possibility to disable format=flow encoding when using hard newlines.
2018
2019 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2020
2021         * shr.el (shr-insert): Remove space inserted before or after a
2022         breakable character or at the beginning or the end of a line.
2023         (shr-find-fill-point): Do kinsoku; find the second best point or give
2024         it up if there's no breakable point.
2025
2026 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2027
2028         * nnimap.el (nnimap-open-connection): Message when opening connection
2029         for debugging purposes.
2030
2031         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2032         on every setup buffer call to allow this to change from article to
2033         article.
2034
2035         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2036         buffers where we have a wide table.
2037
2038 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2039
2040         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2041         uses *-request-thread.
2042
2043 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2044
2045         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2046         incantation, which is no longer valid.
2047
2048 2010-10-14  Julien Danjou  <julien@danjou.info>
2049
2050         * shr.el: Fix defcustom type (char -> character).
2051
2052 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2053
2054         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2055         programs.
2056
2057 2010-10-14  Julien Danjou  <julien@danjou.info>
2058
2059         * shr.el (shr-tag-a): Use url-link as widget type.
2060
2061         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2062         `gnus-group-get-icon'.
2063
2064 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2065
2066         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2067         This should make server editing work better.
2068
2069         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2070
2071         * tls.el (tls-program): Remove spurious %s from openssl.
2072
2073         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2074         (nnimap-parse-flags): Fix regexp.
2075
2076         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2077         probably work for CJVK text, too.
2078
2079         * nnimap.el (nnimap-extend-tls-programs): Remove.
2080         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2081
2082         * tls.el (tls-starttls-switches): Remove starttls hack.
2083         (open-tls-stream): Ditto.
2084         (tls-find-starttls-argument): Ditto.
2085
2086 2010-10-13  Julien Danjou  <julien@danjou.info>
2087
2088         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2089         responses.
2090
2091 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2092
2093         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2094
2095         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2096         anything in Emacs.
2097
2098         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2099
2100 2010-10-13  Julien Danjou  <julien@danjou.info>
2101
2102         * shr.el (shr-width): Make shr-width a defcustom with default to
2103         fill-column.
2104         (shr-tag-img): Use shr-width rather than fill-column.
2105
2106 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2107
2108         * dgnushack.el (byte-optimize-apply)
2109         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2110
2111         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2112         position when (X-)Faces exist.
2113         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2114         avatars when called interactively.
2115
2116 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2117
2118         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2119         gnus-article-x-face-too-ugly is bound.
2120
2121 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2122
2123         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2124
2125         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2126         mailbox that doesn't exist.
2127
2128 2010-10-12  Julien Danjou  <julien@danjou.info>
2129
2130         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2131         (shr-get-image-data): Encode URL properly when fetching from cache.
2132         (shr-tag-img): Use aligned-to spaces to align correctly images.
2133
2134         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2135         before inserting the Gravatar.
2136
2137         * shr.el (shr-tag-img): Add align attribute support for <img>.
2138
2139 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2140
2141         * gnus-gravatar.el (gnus-art): Require.
2142
2143         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2144         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2145         Remove long obsoleted functions.
2146
2147 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2148
2149         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2150
2151         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2152
2153         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2154         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2155         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2156         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2157         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2158         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2159         * sieve-manage.el, smime.el, spam.el:
2160         Fix comment for declare-function.
2161
2162 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2163
2164         * nnimap.el (nnimap-request-rename-group): Select group read-only
2165         before renaming it.
2166
2167         * shr.el (shr-insert): Fix up the white space only regexp.
2168
2169         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2170         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2171
2172         * shr.el (shr-current-column): New function.
2173         (shr-find-fill-point): New function.
2174
2175 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2176
2177         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2178         numbers.
2179
2180 2010-10-11  Julien Danjou  <julien@danjou.info>
2181
2182         * shr.el (shr-hr-line): Add.
2183         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2184         display hr lines.
2185         (shr-max-columns): Do not change state to nil if we just inserting
2186         spaces.
2187
2188 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2189
2190         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2191         select the last group.
2192
2193 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2194
2195         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2196
2197 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2198
2199         * dig.el (dig-mode-map): Declare and define in one step.
2200
2201 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2202
2203         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2204         for Gnus.
2205         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2206         (nnimap-update-qresync-info): Mark \Seen articles as read.
2207
2208         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2209         non-variable, too.
2210
2211         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2212         available.
2213         (nnimap-update-info): Rely more on the current active than the param
2214         active to avoid marking articles as read too much.
2215
2216         * auth-source.el (auth-source-create): Use (user-login-name) for the
2217         user name default.
2218
2219         * nnimap.el (nnimap-update-info): If the server doesn't return any
2220         useful info, just use the previous info.
2221         (nnimap-update-info): Prefer old info over start-article.
2222         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2223
2224 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2225
2226         * nnir.el (autoload): Clean up autoloads.
2227         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2228         Use key rather than value.
2229         (nnir-imap-search-other): New variable.
2230         (nnir-read-parm): Use it.
2231         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2232         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2233
2234 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2235
2236         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2237         the process, too.
2238
2239 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2240
2241         * spam.el (gnus-summary-mode-map): Bind to "$".
2242         Suggested by Russ Allbery.
2243
2244         * shr.el: Rework the way things are indented by <li> slightly.
2245
2246         * gnus.el (gnus-group-set-parameter): Fix typo.
2247
2248         * nnimap.el: Start implementing QRESYNC support.
2249
2250 2010-10-09  Julien Danjou  <julien@danjou.info>
2251
2252         * nnir.el (nnir-engines): Fix too many arguments.
2253
2254 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2255
2256         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2257         group is the "last", so that the backends like nnfolder actually save
2258         their folders.
2259
2260         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2261         try to use that for the tls stream.
2262         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2263         UIDVALIDITY and find out which groups are read-only and not.
2264         (nnimap-get-flags): Use the same marks parsing code as the rest of
2265         nnimap.
2266
2267 2010-10-09  Julien Danjou  <julien@danjou.info>
2268
2269         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2270
2271         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2272         retrieving gravatars.
2273
2274         * shr.el (shr-table-corner): Add.
2275         (shr-table-line): Add.
2276         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2277
2278 2010-10-08  Julien Danjou  <julien@danjou.info>
2279
2280         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2281
2282 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2283
2284         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2285
2286         * gnus-sum.el (gnus-mark-article-as-unread)
2287         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2288         (gnus-summary-set-bookmark): Use it.
2289
2290         * gnus-msg.el (gnus-setup-message): Use it.
2291
2292         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2293
2294         * gnus.el (gnus-group-remove-parameter): Use it.
2295
2296         * gnus-group.el (gnus-group-make-web-group): Use it.
2297
2298         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2299
2300         * nnregistry.el: Update docs to mention manual.
2301
2302         * gnus-registry.el: Update docs to mention nnregistry.el.
2303         (gnus-registry-initialize): Don't install nnregistry refer method
2304         automatically.
2305         (gnus-registry-install-nnregistry): Remove it.
2306
2307 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2308
2309         * shr.el (shr-insert): Don't insert double spaces.
2310
2311 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2312
2313         * gnus-gravatar.el (gnus-treat-from-gravatar)
2314         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2315         called interactively.
2316
2317         * gnus-art.el (gnus-mime-view-part-externally)
2318         (gnus-mime-view-part-internally): Make predicate function passed to
2319         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2320         of a mime type.
2321
2322         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2323
2324 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2325
2326         * shr.el (require): Require cl when compiling.
2327         (shr-tag-hr): New function.
2328
2329         * nnimap.el (nnimap-update-info): Remove double setting of high.
2330         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2331         This makes nnimap work properly on Courier again.
2332
2333         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2334         the variable for backwards compatability.
2335
2336         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2337         the file name before using to avoid setting mm-default-directory to
2338         nil.
2339
2340         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2341         bidning gnus-agent variables.
2342
2343         * shr.el (shr-render-td): Use a cache for the table rendering function
2344         to avoid getting an exponential rendering behaviour in nested tables.
2345         (shr-insert): Rework the line-breaking algorithm.
2346         (shr-insert): Don't leave trailing spaces.
2347         (shr-insert-table): Also insert empty TDs.
2348         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2349
2350 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2351
2352         * gnus-sum.el (gnus-number): Rename from `number'.
2353         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2354         (gnus-summary-limit-children): Update uses correspondingly.
2355
2356 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2357
2358         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2359         (gnus-gravatar-transform-address): Don't show avatars of people of
2360         which mail addresses match gnus-gravatar-too-ugly.
2361
2362 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2363
2364         * shr.el (shr-table-widths): Expand TD elements to fill available
2365         space.
2366
2367 2010-10-07  Julien Danjou  <julien@danjou.info>
2368
2369         * nnimap.el (nnimap-request-rename-group): Add this method.
2370
2371 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2372
2373         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2374         name from XEmacs' function-arglist.
2375
2376         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2377         gravatar under XEmacs.
2378
2379 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2380
2381         * auth-source.el: Update docs with TODO items.
2382
2383         * gnus-sync.el: Update docs to explain state and plans.
2384
2385         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2386         Hooks for mark updates.
2387         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2388
2389         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2390         hooks with arguments, which is needed for mark update hooks.
2391
2392 2010-10-06  Julien Danjou  <julien@danjou.info>
2393
2394         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2395         was matched.
2396
2397         * sieve-manage.el: Update example in `Commentary'.
2398
2399         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2400
2401         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2402         not 2000.
2403         (sieve-manage-authenticate): Re-add function.
2404
2405 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2406
2407         * shr.el (shr-insert): Get 'space transition right.
2408         (shr-render-td): Only delete space at the end of the TD.
2409
2410         * nnimap.el (nnimap-open-connection): Prepare to support
2411         open-gnutls-stream.
2412
2413         * shr.el: Rearrange function order to be more logical.
2414
2415 2010-10-06  Julien Danjou  <julien@danjou.info>
2416
2417         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2418         (nnrss-discover-feed): Remove 404 URL in docstring.
2419
2420         * nnir.el: Fix Swish-E URL.
2421         Fix Namazu URL.
2422
2423         * message.el (message-change-subject): Remove 404 URL in a comment.
2424
2425 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2426
2427         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2428         called interactively.
2429
2430         * gnus-util.el (gnus-remove-if): Allow hash table.
2431         (gnus-remove-if-not): New function.
2432
2433         * gnus-art.el (gnus-mime-view-part-as-type)
2434         * gnus-score.el (gnus-summary-score-effect)
2435         * gnus-sum.el (gnus-read-move-group-name):
2436         Replace remove-if-not with gnus-remove-if-not.
2437
2438         * gnus-group.el (gnus-group-completing-read):
2439         Regard collection as a hash table if it is not a list.
2440
2441 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2442
2443         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2444
2445         * shr.el: Document the table-rendering algorithm.
2446
2447 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2448
2449         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2450         for Emacsen having no `libxml-parse-html-region' support.
2451
2452 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2453
2454         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2455         invalid URLs.
2456
2457         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2458         line-broken.
2459         (shr-tag-img): Ignore image fetching errors.
2460         (shr-overlays-in-region): Compute overlay positions correctly.
2461
2462         * mm-decode.el (mm-shr): Require shr.
2463
2464         * gnus-art.el (gnus-blocked-images): Move variable here.
2465
2466         * shr.el (shr-insert-table): Bind free variable.
2467
2468         * mm-decode.el (mm-shr): Bind shr-content-function.
2469
2470         * shr.el (shr-content-function): New variable.
2471
2472         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2473         added for symmetry.
2474
2475         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2476
2477         * gnus-group.el (gnus-group-make-group): Doc fix.
2478
2479         * nnimap.el (nnimap-request-newgroups): Return success.
2480
2481         * shr.el (shr-find-elements): New function.
2482         (shr-tag-table): Put all the images after the table.
2483         (shr-tag-table): Really inhibit images inside the table.
2484         (shr-collect-overlays): Copy over overlays from the TD elements to the
2485         main document.
2486
2487         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2488         gnus-blocked-images.
2489
2490 2010-10-05  Julien Danjou  <julien@danjou.info>
2491
2492         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2493
2494         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2495         (gnus-html-maximum-image-size): Add this function.
2496         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2497
2498         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2499         server-value of the capability is nil.
2500
2501 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2502
2503         * shr.el (shr-tag-em): Add <EM> tag.
2504
2505 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2506
2507         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2508         customizable.
2509
2510         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2511         handing broken links to browse-url.
2512
2513 2010-10-05  Julien Danjou  <julien@danjou.info>
2514
2515         * gnus-util.el (gnus-emacs-completing-read)
2516         (gnus-iswitchb-completing-read): Use autoload rather than require.
2517
2518 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2519
2520         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2521         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2522         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2523         iswitchb-temp-buflist for XEmacs.
2524
2525         * gnus-util.el (gnus-completing-read-function): Exclude
2526         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2527         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2528         XEmacs.
2529
2530         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2531         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2532
2533         * gnus-html.el: Don't require help-fns under XEmacs.
2534         (gnus-html-schedule-image-fetching): Work for XEmacs.
2535
2536         * mm-decode.el (mm-shr): Decode contents by charset.
2537
2538 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2539
2540         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2541         unknown.
2542
2543         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2544         (shr-get-image-data): Ensure against the cache file missing.
2545
2546         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2547         for data.
2548
2549         * spam-report.el (spam-report-url-ping-plain): Don't query about
2550         killing the process.
2551
2552         * shr.el (shr-render-td): Protect against too-wide text.
2553
2554 2010-10-04  Julien Danjou  <julien@danjou.info>
2555
2556         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2557         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2558
2559         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2560         retrieved.
2561
2562 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2563
2564         * shr.el (browse-url): Require.
2565         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2566         lines.
2567         (shr-show-alt-text, shr-browse-image): New commands.
2568         (shr-browse-url, shr-copy-url): New commands.
2569
2570         * gnus-sum.el (gnus-widen-article-window): New variable.
2571         (gnus-summary-select-article-buffer): Use it.
2572
2573         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2574         without @ signs.
2575
2576 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2577
2578         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2579
2580 2010-10-04  Julien Danjou  <julien@danjou.info>
2581
2582         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2583         for XEmacs.
2584
2585 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2586
2587         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2588
2589         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2590         (nnimap-close-server): Implement.
2591
2592         * dgnushack.el (iswitchb): Require to shut up the compiler.
2593
2594         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2595         (shr-insert): Tweak line breaking.
2596         (shr-insert): Handle <pre> better.
2597         (shr-tag-li): Get <li> indentation right.
2598         (shr-tag-li): Get <li> indentation even righter.
2599         (shr-tag-blockquote): Ensure paragraph start.
2600         (shr-make-table): Tweak table generation.
2601         (shr-make-table): Fix typo.
2602
2603         * shr.el: Implement table rendering.
2604
2605 2010-10-04  Julien Danjou  <julien@danjou.info>
2606
2607         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2608
2609 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2610
2611         * shr.el (shr-insert): Use string anchors instead of line anchors.
2612
2613 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2614
2615         * shr.el: Add headings.
2616         (shr-ensure-paragraph): Actually work.
2617         (shr-tag-li): Make <ul> prettier.
2618         (shr-insert): Get white space at the beginning/end of elements right.
2619         (shr-tag-p): Collapse subsequent <p>s.
2620         (shr-ensure-paragraph): Don't insert double line feeds after blank
2621         lines.
2622         (shr-insert): \t is also space.
2623         (shr-tag-s): Fix "s" tag name function.
2624         (shr-tag-s): Fix face prop name.
2625
2626 2010-10-03  Julien Danjou  <julien@danjou.info>
2627
2628         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2629
2630         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2631         gnus-window-inside-pixel-edges.
2632
2633         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2634         gnus-ems.
2635
2636         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2637
2638         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2639         function.
2640
2641         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2642         resize choice.
2643
2644 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2645
2646         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2647         beginning of the buffer.
2648
2649         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2650         article buffer again.
2651
2652         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2653
2654         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2655         when it's at the start of the buffer.
2656
2657         * shr.el (shr-tag-blockquote): Convert name.
2658         (shr-rescale-image): Use the right image-size variant.
2659
2660         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2661         buffer isn't shown, then select the current article first instead of
2662         bugging out.
2663         (gnus-summary-select-article-buffer): Show both the article and summary
2664         buffers again.
2665
2666         * shr.el (shr-fontize-cont): Protect against regions with no text.
2667         Rename tag functions to shr-tag-* for enhanced security.
2668         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2669
2670 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2671
2672         * shr.el (shr-insert):
2673         * pop3.el (pop3-movemail):
2674         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2675         loaded.
2676
2677 2010-10-03  Glenn Morris  <rgm@gnu.org>
2678
2679         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2680
2681         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2682
2683         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2684
2685         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2686
2687         * gnus-util.el (gnus-make-local-hook): Simplify.
2688
2689 2010-10-02  Julien Danjou  <julien@danjou.info>
2690
2691         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2692         (gnus-ido-completing-read): New function.
2693         (gnus-emacs-completing-read): New function.
2694         (gnus-completing-read): Use gnus-completing-read-function.
2695         Add gnus-completing-read-function.
2696
2697 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2698
2699         * shr.el (shr-insert-document): Autoload.
2700         (shr-img): Be silent.
2701         (shr-insert): Add a newline after every picture before text.
2702         (shr-add-font): Use overlays for combining faces.
2703         (shr-insert): Pass upwards the text start point.
2704
2705         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2706         possible.
2707         (mm-shr): New function.
2708
2709 2010-10-02  Julien Danjou  <julien@danjou.info>
2710
2711         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2712         should go backward.
2713
2714 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2715
2716         * shr.el (shr): Fix typo in provide call.
2717
2718 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2719
2720         * shr.el: New file.
2721
2722         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2723
2724         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2725         completing read.
2726
2727 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2728
2729         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2730         we're being queried about.  Suggested by Dan Jacobson.
2731
2732         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2733         Suggested by Jason Eisner.
2734
2735         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2736         table, too.  Suggested by Stefan Wiens.
2737         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2738         the table unnecessary.  Suggested by Stefan Wiens.
2739
2740         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2741         longer needed, and probably doesn't work either, as pointed out by
2742         Stefan Wiens.
2743         (gnus-summary-exit): Remove call to the clearing function.
2744         (gnus-summary-exit-no-update): Ditto.
2745
2746         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2747         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2748         Reported by Stefan Monnier.
2749         (gnus-summary-save-in-rmail): Ditto.
2750
2751         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2752         article buffer, instead of both the article buffer and the summary
2753         buffer.  Sort of suggested by Dan Jacobson.
2754
2755         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2756
2757         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2758         Suggested by Dan Jacobson.
2759
2760         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2761         documentation clearer.
2762
2763         * message.el (message-shorten-references): Comment on the number "21".
2764         Suggested by Stefan Monnier.
2765
2766         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2767         Suggested by Dan Jacobson.
2768
2769         * gnus.el (gnus-large-newsgroup):
2770         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2771
2772         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2773         externalize attachments.  Bug reported by Steve Wen.
2774
2775         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2776         really message anything to the user.
2777
2778         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2779         directly.
2780
2781         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2782         messages in empty groups.
2783
2784 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2785
2786         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2787         non-UIDNEXT group.
2788
2789 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2790
2791         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2792         not the value from the collection.
2793
2794         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2795         values.  This sometimes happens on some groups that have no info.
2796         (nnimap-request-newgroups): New function.
2797
2798 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2799
2800         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2801         check into `gnus-registry-initialize'.
2802         (gnus-registry-initialize): Ditto.
2803         Fix and extend header docs.
2804
2805 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2806
2807         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2808         regexp backtrace overflows.
2809
2810         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2811         for starttls that tls.el implements; i.e. openssl.
2812
2813         * tls.el (tls-starttls-switches): Give up on using starttls with
2814         gnutls-cli.
2815         (tls-program): Add --insecure to be consistent with the defaults from
2816         openssl s_client.  Now all three commands are insecure.
2817
2818 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2819
2820         * lpath.el: Bind completion-styles-alist for XEmacs.
2821
2822         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2823         (gravatar-create-image): New function that's an alias to
2824         gnus-xmas-create-image, gnus-create-image, or create-image.
2825         (gravatar-data->image): Use it.
2826
2827 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2828
2829         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2830         install the nnregistry refer method.
2831         (gnus-registry-install-hooks): Use it.
2832         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2833         unfollowed groups.
2834
2835 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2836
2837         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2838         expanding threads.
2839
2840 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2841
2842         * nnir.el: Use the server names without suffixes (bug #7009).
2843
2844         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2845         unencrypted to STARTTLS, if possible.
2846
2847 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2848
2849         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2850         headers before superseding.
2851
2852 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2853
2854         * nnrss.el (nnrss-use-local): Add documentation.
2855
2856         * nnimap.el (nnimap-extend-tls-programs): New function.
2857         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2858         (nnimap-wait-for-connection): Accept the greeting from the stupid
2859         output from openssl s_client -starttls, too.
2860
2861         * tls.el (tls-starttls-switches): New variable.
2862         (tls-find-starttls-argument): Use it.
2863         (open-tls-stream): Ditto.
2864
2865         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2866         (netrc-machine): Ditto.
2867
2868         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2869         article number.
2870         (nnimap-split-fancy): New variable.
2871         (nnimap-split-incoming-mail): Use it.
2872
2873         * nntp.el (nntp-server-list-active-group): Document.
2874
2875         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2876         SELECT to get the message-id.
2877
2878         * mail-source.el (mail-sources): Remove webmail support.
2879         (defvar): Ditto.
2880         (mail-source-fetcher-alist): Ditto.
2881         (mail-source-fetch-webmail): Remove.
2882
2883         * webmail.el: Remove -- doesn't seem relevant any more.
2884
2885         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2886
2887         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2888         the \r.
2889
2890 2010-09-30  Julien Danjou  <julien@danjou.info>
2891
2892         * gnus-agent.el (gnus-agent-add-group): Fix call to
2893         gnus-completing-read.
2894
2895 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2896
2897         * nndoc.el (nndoc-retrieve-groups): New function.
2898
2899         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2900         `default', use nnmail-split-methods.
2901         (nnimap-request-article): Downcase the NILs so that they are nil.
2902
2903         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2904         symbol.
2905
2906         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2907         code, since if the user has requested network, that's what they ought
2908         to get.
2909         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2910         (nnimap-split-rule): Mark as obsolete.
2911
2912         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2913         New variable.
2914
2915         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2916         correct slot, too.
2917
2918 2010-09-29  Julien Danjou  <julien@danjou.info>
2919
2920         * gnus.el (gnus-local-domain): Declare variable obsolete.
2921
2922         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2923         Fix history computing.
2924         (gnus-ido-completing-read): Require ido.
2925
2926 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2927
2928         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2929         build Gnus.
2930
2931         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2932         when interpreting the structures.
2933         (nnimap-request-accept-article): Add \r\n to the lines to make this
2934         work with Cyrus.
2935
2936         * nndraft.el (nndraft-request-expire-articles): Use the group name
2937         instead if "nndraft".  Fix found by Nils Ackermann.
2938
2939 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2940
2941         * nnregistry.el: Add.
2942
2943 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2944
2945         * nnmail.el (group, group-art-list, group-art):
2946         Remove unneeded directives.
2947
2948 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2949
2950         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2951         (mm-mime-charset)
2952         * rfc2047.el (rfc2047-syntax-table)
2953         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2954
2955         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2956         rather than `insert-file-contents' and `eval-region'.
2957
2958         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2959         construction.
2960
2961         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2962
2963         * time-date.el: No need to require cl for Emacs 21.
2964
2965 2010-09-29  Julien Danjou  <julien@danjou.info>
2966
2967         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2968         replacement of `gnus-gravatar-relief' to mimic
2969         `gnus-faces-properties-alist'.
2970         Add :version property.
2971
2972 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2973
2974         * mail-source.el (mail-source-report-new-mail)
2975         * message.el (message-default-mail-headers)
2976         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2977
2978         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2979
2980 2010-09-28  Julien Danjou  <julien@danjou.info>
2981
2982         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2983         mail-address contains the same string as real-name.
2984
2985         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2986         non-blank in header, otherwise it'll get stripped.
2987
2988         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2989         real-name, and then for mail address rather than doing : or , search.
2990
2991 2010-09-27  Julien Danjou  <julien@danjou.info>
2992
2993         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2994         right completing-read function.
2995         (gnus-use-ido): New variable
2996         (gnus-completing-read-with-default): Remove.
2997         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2998         (gnus-agent-add-group):
2999         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3000         * mm-view.el (mm-view-pkcs7-decrypt):
3001         * mm-util.el (mm-codepage-setup):
3002         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3003         * mml-smime.el (mml-smime-openssl-sign-query):
3004         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3005         (mml-insert-multipart):
3006         * gnus-msg.el (gnus-summary-yank-message):
3007         * gnus-int.el (gnus-start-news-server):
3008         * mm-decode.el (mm-interactively-view-part):
3009         * gnus-dired.el (gnus-dired-attach):
3010         * gnus.el (gnus-read-method):
3011         * gnus-bookmark.el (gnus-bookmark-jump):
3012         * gnus-art.el (gnus-mime-view-part-as-type)
3013         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3014         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3015         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3016         * nnmairix.el (nnmairix-create-server-and-default-group)
3017         (nnmairix-update-groups, nnmairix-get-server)
3018         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3019         (nnmairix-get-group-from-file-path):
3020         * nnrss.el (nnrss-find-rss-via-syndic8):
3021         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3022         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3023         (gnus-group-browse-foreign-server):
3024         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3025         (gnus-summary-execute-command, gnus-summary-respool-article)
3026         (gnus-read-move-group-name):
3027         * gnus-score.el (gnus-summary-increase-score)
3028         (gnus-summary-score-effect):
3029         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3030
3031 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3032
3033         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3034         x-focus-frame.
3035
3036         * nnimap.el (auth-source-forget-user-or-password)
3037         (auth-source-user-or-password): Autoload.
3038
3039         * message.el (message-from-style, message-interactive)
3040         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3041         (message-yank-prefix, message-indentation-spaces, message-signature)
3042         (message-signature-file): Add comment.
3043
3044 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3045
3046         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3047         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3048         new articles.
3049
3050         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3051         parts.
3052         (nnimap-request-article): Work with the t setting, too.
3053
3054         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3055         that you don't get flashes of other buffers.
3056         (gnus-summary-show-complete-article): Intern before setting.
3057
3058 2010-09-27  David Engster  <dengste@eml.cc>
3059
3060         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3061         well as HEADERS.
3062         (nnmairix-retrieve-headers): Provide new argument for the above.
3063
3064 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3065
3066         * gnus-sum.el (gnus-summary-move-article): Don't alter
3067         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3068         group.
3069
3070         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3071
3072         * message.el (message-cite-prefix-regexp): Revert my last edit.
3073
3074         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3075         variable instead of the Gnus variable.
3076
3077         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3078
3079         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3080
3081         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3082         since some servers don't like it.
3083         (nnimap-open-connection): Forget credentials if the server says the
3084         password was wrong.
3085         (nnimap-parse-line): Protect against invalid data.
3086
3087         * gnus-sum.el (gnus-summary-move-article): Add comment.
3088         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3089         nothing alters it while scanning for new messages.
3090
3091         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3092         which may or may not help.
3093         (nnimap-open-connection): If we're doing a stream connection, and then
3094         discover we're on a STARTTLS-capable server, then open a STARTTLS
3095         connection instead.
3096
3097 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3098
3099         * nnimap.el (utf7): Require.
3100
3101         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3102         prefix.
3103
3104 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3105
3106         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3107
3108 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3109
3110         * nnimap.el (nnimap-request-accept-article): Message the error on
3111         error.
3112
3113 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3114
3115         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3116
3117 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3118
3119         * nndoc.el (nndoc-request-list): Return success always.
3120
3121         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3122         `fetch-old' -- we only want to fetch the articles we've requested.
3123         The rest are in the agent, probably.
3124         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3125         disappeared server" to something low.  It's not important.
3126
3127         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3128         arrived before the FETCH data.
3129
3130         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3131         target here, because we don't know the Gnus name of the group.
3132
3133         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3134         for the correct group.
3135
3136         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3137
3138         * gnus.el (gnus): Give a final warning after startup.
3139
3140         * gnus-util.el (gnus-action-message-log): New variable.
3141         (gnus-message): Use it.
3142         (gnus-final-warning): New function.
3143
3144         * nnimap.el (nnimap-open-connection): Record the greeting.
3145         (nnimap): Add greeting.
3146
3147 2010-09-26  Julien Danjou  <julien@danjou.info>
3148
3149         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3150         arguments.
3151         (gnus-html-wash-images): Fix spec computing to include start/end.
3152
3153         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3154
3155 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3156
3157         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3158         deletion.
3159         (nnimap-retrieve-headers): Don't select the group, because that's
3160         already done by nnimap-possibly-change-group.
3161
3162         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3163         (gnus-picon-transform-address): Use it.
3164
3165         * mail-source.el (mail-source-value): Revert previous patch.
3166
3167         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3168         on failure.
3169         (nnimap-open-connection): Look up both virtual and physical server name
3170         credentials.
3171
3172         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3173
3174 2009-02-07  Dave Love  <fx@gnu.org>
3175
3176         * tls.el (open-tls-stream): Don't query killing process.
3177
3178 2009-02-08  Dave Love  <fx@gnu.org>
3179
3180         * gnus-win.el (gnus-window-to-buffer-helper)
3181         (gnus-all-windows-visible-p): Function needn't be a symbol.
3182
3183         * mail-source.el (mail-source-value): Function needn't be a symbol.
3184
3185 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3186
3187         * message.el (message-cite-prefix-regexp): Remove } from the cite
3188         prefix.
3189
3190         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3191         highlight again, so that the highlight is correct.
3192
3193         * gnus-picon.el (gnus-picon): Remove again.
3194         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3195
3196         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3197         doing the header highlightling, so that the background colour of the
3198         picon is correct.
3199
3200         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3201         (gnus-picon): Ditto.
3202         (gnus-picon): Reinstate.  The background colour for picons is white.
3203         (gnus-picon-insert-glyph): Make the background white.
3204
3205         * nnml.el (nnml-open-nov): Don't return dead buffers.
3206
3207         * auth-source.el (auth-source-create): Query the user for whether to
3208         store the credentials.
3209
3210         * netrc.el (netrc-store-data): New function.
3211
3212         * auth-source.el (auth-source-user-or-password): Use the existing auth
3213         sources, if any, for creation.
3214
3215         * gnus.el (gnus-group-fast-parameter): Return the last matching
3216         parameter instead of the first matching parameter.
3217
3218 2010-09-26  Julien Danjou  <julien@danjou.info>
3219
3220         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3221
3222 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3223
3224         * mml2015.el (mml2015-use): Remove gpg support.
3225
3226         * mml1991.el (mml1991-function-alist): Remove gpg function.
3227         (mml1991-gpg-sign): Remove.
3228
3229 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3230
3231         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3232         (gnus-browse-unsubscribe-current-group): Document it.
3233         (gnus-browse-unsubscribe-group): Use it.
3234
3235 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3236
3237         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3238         address to the To list for easier response.
3239
3240         * gnus.el (gnus-play-startup-jingle): Remove.
3241         (gnus-splash): Don't play jingle.
3242         (gnus): Silence gnus-load message.
3243
3244         * gnus-art.el (gnus-treat-play-sounds): Remove.
3245
3246         * gnus.el (gnus-play-jingle): Remove audio support.
3247
3248         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3249
3250         * earcon.el: Remove -- no users.
3251
3252         * gnus-audio.el: Remove -- no users of this package.
3253
3254         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3255
3256         * gnus-start.el (gnus-setup-news): Remove nocem support.
3257
3258         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3259
3260         * gnus.el (gnus-use-nocem): Remove.
3261
3262         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3263         Remove.
3264
3265         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3266         uses NoCeM any more.
3267
3268         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3269         (gnus-button-ctan-handler): Ditto.
3270         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3271         (gnus-button-ctan-directory-regexp): Ditto.
3272         (gnus-button-handle-ctan): Ditto.
3273         (gnus-button-tex-level): Ditto.
3274         (gnus-button-alist): Remove CTAN stuff.
3275
3276 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3277
3278         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3279         nnimap-streaming test.
3280
3281         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3282         servers twice.
3283
3284         * nnimap.el (nnimap-open-connection): Add more error reporting when
3285         nnimap fails early.
3286
3287         * nnheader.el (nnheader-get-report-string): New function.
3288         (nnheader-get-report): Use it.
3289
3290         * gnus-int.el (gnus-check-server): Say what the error was when opening
3291         failed.
3292
3293         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3294         using streaming.
3295
3296 2010-09-25  Julien Danjou  <julien@danjou.info>
3297
3298         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3299         gnus-window-inside-pixel-edges.
3300
3301 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3302
3303         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3304
3305         * mm-decode.el (mm-save-part): Allow saving to other directories the
3306         normal Emacs way.
3307
3308         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3309         Suggested by Jay Berkenbilt.
3310
3311         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3312         there isn't a single byte.
3313
3314         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3315         just do it.  It doesn't really seem to matter what the user responds
3316         here, I think, so it's just a confusing question.
3317
3318         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3319         non-streaming case.
3320
3321         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3322         (gnus-article-encrypt-body): Use it.
3323
3324         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3325         keystroke.
3326
3327         * nnimap.el (nnimap-find-wanted-parts-1):
3328         Use gnus-fetch-partial-articles.
3329
3330         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3331
3332         * nnimap.el (nnimap-insert-partial-structure): New function.
3333         (nnimap-get-partial-article): New function.
3334         (nnimap-request-article): Use it.
3335         (nnimap-wait-for-response): Return whether the wait was successful.
3336         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3337         retrieval wasn't successful.
3338         (nnimap-retrieve-group-data-early): Allow throttling servers.
3339         (nnimap-streaming): New variable.
3340         (nnimap-fetch-partial-articles): Remove.
3341
3342         * mm-decode.el (mm-with-part): Protect against killed buffers.
3343
3344         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3345         for prettier summary display.
3346
3347 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3348
3349         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3350
3351 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3352
3353         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3354         apparently third-party libraries depend on it.
3355
3356         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3357         before starting negotiation.
3358
3359         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3360         privacy reasons.
3361         (gnus-treat-mail-gravatar): Ditto.
3362
3363         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3364         buffer when inserting images.  Inserting text into the headers, for
3365         instance, can make them invalid.
3366
3367 2010-09-25  Julien Danjou  <julien@danjou.info>
3368
3369         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3370         variables.
3371
3372         * nnheader.el: Remove useless variables news-reply-yank-from and
3373         news-reply-yank-message-id.
3374
3375         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3376         variables.
3377
3378         * mml1991.el: Remove useless mml1991-verbose.
3379
3380         * gnus.el: Remove useless variable gnus-use-generic-from.
3381         Remove obsolete variable gnus-topic-indentation.
3382
3383         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3384
3385         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3386
3387         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3388
3389         * gnus-group.el: Remove useless gnus-group-icon-cache.
3390         Remove useless gnus-ephemeral-group-server.
3391
3392         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3393
3394         * mml2015.el: Remove useless mml2015-verbose.
3395
3396         * mml-smime.el: Remove useless mml-smime-verbose.
3397
3398         * gnus.el: Remove useless gnus-local-domain.
3399
3400         * gnus-gravatar.el (gnus-gravatar-transform-address):
3401         Use gnus-gravatar-size.
3402
3403         * gnus-art.el: Remove useless gnus-treat-translate.
3404
3405 2010-09-24  Julien Danjou  <julien@danjou.info>
3406
3407         * gnus-sum.el: Add support for Gravatars.
3408
3409         * gnus-art.el: Add support for Gravatars.
3410
3411         * gnus-gravatar.el: Add this file.
3412
3413         * gravatar.el: Add this file.
3414
3415 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3416
3417         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3418
3419         * gnus-group.el (gnus-group-fetch-faq): Remove.
3420
3421         * gnus.el (gnus-group-faq-directory): Remove.
3422
3423         * gnus-group.el (gnus-group-fetch-charter): Remove.
3424
3425         * gnus.el (gnus-group-charter-alist): Remove.
3426
3427         * gnus-group.el (gnus-group-archive-directory): Remove.
3428         (gnus-group-recent-archive-directory): Ditto.
3429         (gnus-group-make-archive-group): Remove.
3430
3431         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3432
3433         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3434         use the same article number for all the cached articles.
3435
3436         * nnimap.el (nnimap-command): Register the last command time so
3437         that we can use it for idling NOOPs.
3438         (nnimap-open-connection): Start the keeplive timer.
3439         (nnimap-make-process-buffer): Store all the process buffers.
3440         (nnimap-keepalive): New function.
3441
3442         * starttls.el (starttls-open-stream): Add autoload cookie.
3443
3444 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3445
3446         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3447         handling.
3448
3449 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3450
3451         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3452         its data structures.
3453
3454         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3455         instead of the cl.el copy-list.
3456         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3457         equalp.
3458
3459 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3460
3461         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3462         and tool-bar-local-item-from-menu.
3463
3464         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3465         mode-line-highlight face for Emacs.
3466
3467         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3468         loading gnus-sum.elc; fix comment for canlock-verify.
3469         (gnus-article-jump-to-part): Use read-number.
3470         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3471         Remove Emacs pre-21 compatible code for help-echo.
3472         (gnus-article-next-page-1): No need to adjust the number of lines.
3473         (gnus-article-describe-bindings): Always use help-buffer.
3474
3475         * gnus-audio.el (gnus-audio-inline-sound)
3476         * gnus-cus.el (gnus-custom-mode)
3477         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3478
3479         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3480
3481         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3482         compatible code.
3483
3484 2010-09-24  Glenn Morris  <rgm@gnu.org>
3485
3486         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3487         visiting the fcc file in rmail-mode.
3488
3489         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3490
3491 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3492
3493         * nnir.el: Silence the byte compiler.
3494
3495         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3496         alias to browse-url-url-encode-chars if any.
3497         (gnus-html-encode-url): Use it.
3498
3499 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3500
3501         * gnus-start.el (gnus-use-backend-marks): New variable.
3502         (gnus-get-unread-articles-in-group): Use it.
3503
3504         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3505         makeover.
3506
3507 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3508
3509         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3510
3511 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3512
3513         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3514         Remove.
3515         (gnus-setup-news-hook):
3516         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3517
3518         * gnus-int.el (gnus-request-update-info): Protect against backends not
3519         having the function.
3520
3521         * nnimap.el (nnimap-stream): Mention starttls.
3522         (nnimap-open-connection): Add starttls support.
3523
3524 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3525
3526         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3527
3528 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3529
3530         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3531         BODYSTRUCTUREs.
3532         (nnimap-transform-headers): Unfold quoted {42} headers.
3533
3534         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3535         the info.
3536         (gnus-get-unread-articles): Only call updatep on backends that support
3537         it.
3538
3539         * nnweb.el (nnweb-request-update-info): NOOP.
3540
3541         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3542
3543         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3544         since it only deals with marks.
3545
3546         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3547         gnus-request-marks, and make a new gnus-request-update-info.
3548
3549         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3550         the active instead of the high number, which is usually too low.
3551
3552 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3553
3554         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3555         * encrypt.el: Remove.
3556
3557 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3558
3559         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3560         server in symbolic form.
3561
3562         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3563
3564 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3565
3566         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3567         (nnimap-update-info): Fix up code slightly.
3568
3569         * gnus-int.el (gnus-open-server): Add tracing for performance
3570         debugging.
3571
3572         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3573         (gnus-group-insert-group-line): Pass the real group name so that it
3574         gets the right data.
3575
3576         * gnus-start.el (gnus-get-unread-articles): Don't have
3577         `gnus-get-unread-articles-in-group' update info, since that can be
3578         really slow and doesn't seem to be needed?
3579
3580 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3581
3582         * time-date.el (date-to-time): Try using parse-time-string first before
3583         using the slower timezone-make-date-arpa-standard.
3584
3585 2010-09-22  Julien Danjou  <julien@danjou.info>
3586
3587         * gnus-group.el (gnus-group-insert-group-line):
3588         Call gnus-group-highlight-line.
3589         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3590         default hook list.
3591         (gnus-group-update-eval-form): Add new function.
3592         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3593         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3594
3595 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3596
3597         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3598         immediate, then expire all articles.
3599         (nnimap-update-info): Fix off-by-one errors.
3600         (nnimap-flags-to-marks): Would return no marks lists for group with no
3601         flags.  Instead return the other data.
3602
3603 2010-09-22  Julien Danjou  <julien@danjou.info>
3604
3605         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3606         Only return an icon.
3607         (gnus-group-insert-group-line): Compute icon to return.
3608
3609         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3610         (gnus-html-image-fetched): Only cache if
3611         gnus-html-image-automatic-caching is set.
3612         (gnus-html-image-fetched): Check for errors.
3613
3614 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3615
3616         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3617         once per method on `g'.  This ensures that backends like nnfolder don't
3618         open all their folders.
3619
3620         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3621         (nnimap-request-list): Nix out group in the correct buffer.
3622         (nnimap-parse-flags): Implement by using `read' instead of
3623         hand-parsing.
3624         (nnimap-flags-to-marks): Pass on permanent-flags.
3625         (nnimap-make-process-buffer): Record the server name.
3626         (nnimap-parse-flags): Fix typo.
3627         (nnimap-request-scan): Run split on the server in general, not just a
3628         single group.
3629
3630         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3631         parameter, and propagate this downwards.
3632
3633         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3634         since EXAMINE changes it on the server.
3635
3636         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3637         this command might take a while.
3638
3639 2010-09-22  Julien Danjou  <julien@danjou.info>
3640
3641         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3642         harmful if you have 2 images side-by-side, they can't be properly
3643         update on text deletion.  Using text-property is safer here.
3644         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3645         data.
3646
3647 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3648
3649         * nnimap.el (nnimap-expunge-inbox): Remove.
3650         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3651         (nnimap-expunge): Flip default to t.
3652
3653         * gnus.el (gnus-method-to-server): Don't push things to the cache
3654         unless it's unique.
3655         (gnus-server-to-method): Ditto.
3656
3657 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3658
3659         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3660
3661 2010-09-22  Julien Danjou  <julien@danjou.info>
3662
3663         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3664         get the start of data.
3665         (gnus-html-encode-url): Add this function to encode special chars in
3666         URL.
3667         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3668         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3669
3670         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3671         default.
3672         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3673
3674         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3675         images alt-text.
3676         (gnus-html-put-image): Put alt-text as help-echo.
3677
3678 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3679
3680         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3681         * mm-util.el (mm-decompress-buffer)
3682         * nnir.el (nnir-run-find-grep)
3683         * pop3.el (pop3-list): Use 3rd arg of split-string.
3684
3685         * time-date.el (format-seconds): Comment fix.
3686
3687         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3688         and byte-optimize-form-code-walker.
3689         (dgnushack-make-auto-load): Don't advise make-autoload.
3690
3691         * lpath.el: Remove Emacs 21 stuff.
3692
3693 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3694
3695         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3696         outside the active range.  Suggested by Dan Christensen.
3697
3698         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3699         slightly later to avoid double-getting it.
3700
3701         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3702         previous patch.
3703
3704         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3705
3706 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3707
3708         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3709
3710 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3711
3712         * gnus-int.el (gnus-open-server): Give a better error message in the
3713         "go offline" case.
3714
3715         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3716         marks for nnimap, which is seldom the right thing to do.
3717
3718         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3719         (gnus-same-method-different-name): New function.
3720
3721         * nnimap.el (parse-time): Require.
3722
3723         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3724         method in the presence of many similar methods.
3725
3726         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3727
3728         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3729         nnml-inhibit-expiry.
3730
3731         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3732         find out whether methods are equal.
3733
3734         * nnimap.el (nnimap-find-expired-articles): New function.
3735         (nnimap-process-expiry-targets): New function.
3736         (nnimap-request-move-article): Request the article before looking at
3737         what the Message-ID is.  Fix found by Andrew Cohen.
3738         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3739
3740         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3741         for oldness in addition to being a predicate.
3742
3743         * nnimap.el (nnimap-request-group): When we have zero articles, return
3744         the right data to Gnus.
3745         (nnimap-request-expire-articles): Only delete articles immediately if
3746         the target is 'delete.
3747
3748         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3749         method, this would bug out.
3750
3751         * gnus-group.el (gnus-group-expunge-group): Rename from
3752         gnus-group-nnimap-expunge, and implemented as a normal interface
3753         function.
3754
3755         * gnus-int.el (gnus-request-expunge-group): New function.
3756
3757         * nnimap.el (nnimap-request-create-group): Implement.
3758         (nnimap-request-expunge-group): New function.
3759
3760 2010-09-21  Julien Danjou  <julien@danjou.info>
3761
3762         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3763         (gnus-html-cache-expired): Add new function.
3764         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3765         wethever we should display image for fetch it.
3766         Compute alt-text earlier to pass it to the fetching function too.
3767         (gnus-html-schedule-image-fetching): Change function argument to only
3768         get one image at a time, not a list.
3769         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3770         cache.
3771         (gnus-html-get-image-data): New function to retrieve image data from
3772         cache.
3773         (gnus-html-put-image): Change buffer argument to use image data rather
3774         than file, and place image above region rather than inserting a new
3775         one.  Do not take alt-text as argument, since it's useless now: we place
3776         the image above alt-text.
3777         (gnus-html-prune-cache): Remove.
3778         (gnus-html-show-images): Start to fetch image when we find one, do not
3779         push into a temporary list.
3780         (gnus-html-prefetch-images): Only fetch image if they have expired.
3781         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3782         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3783
3784 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3785
3786         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3787
3788 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3789
3790         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3791         spec inser "*" if the group isn't active instead of 0.
3792
3793         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3794         opening the server.
3795         (nnimap-request-delete-group): Implement group deletion.
3796         (nnimap-transform-headers): Return the size of the entire message in
3797         the Bytes header, not just the size of the first part.
3798         (nnimap-request-move-article): When moving an article from nnimap,
3799         request the article first so the accepting form has an article to
3800         accept.  Reported by Dan Christensen.
3801         (nnimap-command): Make sure that the error message doesn't error out.
3802
3803 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3804
3805         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3806         we haven't requested anything.
3807
3808 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3809
3810         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3811         "".  Fix found by Andrew Cohen.
3812
3813         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3814         instead of -encode-string.
3815
3816 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3817
3818         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3819
3820         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3821         by mm-subst-char-in-string.
3822
3823 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3824
3825         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3826         waiting for the connection string.
3827
3828         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3829         arriving.
3830
3831         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3832         bogus characters.  This allows selecting certain Gmail groups.
3833
3834         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3835         (nnimap-fetch-partial-articles): New variable.
3836         (nnimap-open-connection): When looking for credentials, also use the
3837         nnimap-server-port.
3838         (nnimap-request-article): Return the group/article number, so that Gnus
3839         `^' works as expected.
3840         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3841
3842         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3843         comments.
3844         (gnus-methods-sloppily-equal): New function.
3845         (gnus): When using the development version of Gnus, load the gnus-load
3846         file.
3847
3848         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3849         `gnus-open-server' on each method before trying to scan them etc.
3850         This ensures that all the backend parameters are set correctly.
3851
3852         * nnimap.el (nnimap-authenticator): New variable.
3853         (nnimap-open-connection): Allow anonymous login.
3854         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3855         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3856
3857         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3858         patch, found by Knut Anders Hatlen.
3859
3860 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3861
3862         * gnus-agent.el (gnus-agent-batch-confirmation)
3863         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3864         to gnus-message.
3865         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3866         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3867         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3868         * gnus-int.el (gnus-open-server): Likewise.
3869         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3870         (gnus-score-check-syntax): Likewise.
3871         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3872         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3873         Likewise.
3874         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3875
3876 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3877
3878         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3879         calling conventions so that prefetch doesn't bug out.
3880
3881 2010-09-19  Julien Danjou  <julien@danjou.info>
3882
3883         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3884         rather than `subst-char-in-region' in order to be able to replace ASCII
3885         char by UTF-8 ones.
3886
3887         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3888         than curl.
3889         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3890         the right URL and ALT text on images.
3891         (gnus-html-wash-tags): Fix tag case.
3892         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3893         (gnus-article-html): Add -o display_ins_del=2 option.
3894         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3895
3896 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3897
3898         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3899         the extra mail headers, which sometimes seem to happen for unknown
3900         reasons.
3901
3902         * mail-parse.el (mail-header-encode-parameter): Define as
3903         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3904         (or most, perhaps?) mail readers don't understand the latter, but do
3905         understand the former.
3906
3907         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3908         to nil, so that no methods are automatically agentized.  I think this
3909         is probably what most users want.
3910
3911         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3912         from url-retrieve, for instance about invalid URLs.
3913
3914         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3915         groups that have no articles.
3916         (nnimap-request-article): Check that we really got an article when we
3917         requested one.
3918
3919         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3920         doesn't exist.
3921
3922         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3923         nntp buffer so the agent can save it.
3924         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3925         that CRLF doesn't get translated to \n.
3926         (nnimap-open-connection): Don't make 'shell commands only send \n.
3927
3928 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3929
3930         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3931         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3932         Update var name.
3933         (nnml-generate-nov-file): Use dolist.
3934         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3935         Use with-current-buffer.
3936
3937 2010-09-18  Julien Danjou  <julien@danjou.info>
3938
3939         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3940         parallel.
3941
3942 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3943
3944         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3945         the range update right.
3946         (nnimap-request-group): Don't make `M-g' bug out on group with no
3947         marks.
3948         (nnoo): Require, so that other packages can require nnimap.
3949         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3950         command we're looking for.  This helps when the server sends more
3951         responses after we've gotten everything we expected.
3952         (nnimap): Add a `newlinep' field to keep track of end-of-line
3953         conventions.
3954         Don't send CRLF to things that don't want it.
3955         (nnimap-request-accept-article): Ditto.
3956
3957 2010-09-18  Julien Danjou  <julien@danjou.info>
3958
3959         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3960         than curl to retrieve images.
3961
3962 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3963
3964         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3965         the marks.
3966         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3967         (nnimap-wait-for-connection): New function.
3968         (nnimap-open-connection): If we have PREAUTH, don't query for login
3969         credentials.
3970         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3971         when doing a partial update.
3972
3973 2010-09-18  Julien Danjou  <julien@danjou.info>
3974
3975         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3976         tags.
3977
3978 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3979
3980         * nnimap.el (nnimap-credentials): New function.
3981         (nnimap-open-connection): Use the new function to look for credentials
3982         also on the numeric equivalents of "imap" and "imaps".
3983
3984         * gnus-start.el (gnus-activate-group): Send the info to
3985         gnus-request-group.
3986
3987         * nnimap.el (nnimap-request-group): Have the "check" version of the
3988         function parse flags and update the info, so that a `M-g' get a total
3989         resync of all flags from the group.
3990
3991         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3992         to allow backends to alter the info on group selection.  Also alter all
3993         the backend -request-group functions to take the parameter.
3994
3995         * nnimap.el (nnimap-store-info): New function.
3996         (nnimap-update-info): Store the info for later usage.
3997         (nnimap-request-group): Use the stored info for the dont-check case, so
3998         that we don't retrieve all marks when we enter a group.
3999
4000         * nnimap.el: Use deffoo instead of defun for interface functions.
4001
4002         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4003         update the group info.  This makes the nndraft groups, for instance, go
4004         back to their old behaviour.
4005
4006         * gnus-sum.el (gnus-select-newsgroup): Indent.
4007
4008         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4009         in.
4010         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4011         nothing.
4012
4013         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4014         from methods that are denied.
4015
4016         * gnus-int.el (gnus-method-denied-p): New function.
4017
4018         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4019         store the password instead of netrc.
4020         (nnimap-open-connection): Don't error out when we can't make a
4021         connections.
4022
4023         * auth-source.el (auth-source-create): In the password prompt, say what
4024         we're querying for.  Also prompt for user name if that hasn't been
4025         given.
4026
4027         * nnimap.el (nnimap-with-process-buffer): Remove.
4028
4029 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4030
4031         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4032         method when we're reading from the agent.
4033
4034         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4035
4036         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4037         that's probably most useful for users.
4038
4039         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4040         "failed" all the time.
4041
4042         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4043         ...)) with (with-current-buffer ... ).
4044
4045         * nntp.el (nntp-open-server): Return whether the open was successful or
4046         not.
4047
4048         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4049         select an unread unseen article first.
4050
4051         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4052         /etc/services, supply some sensible port defaults.
4053
4054         * dgnushack.el: Define netrc-credentials.
4055
4056 2010-09-17  Julien Danjou  <julien@danjou.info>
4057
4058         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4059
4060 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4061
4062         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4063         doesn't have any parameters.
4064
4065 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4066
4067         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4068         only upcased checks.
4069
4070         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4071
4072         * nnimap.el (nnimap-open-shell-stream): New function.
4073         (nnimap-open-connection): Use it.
4074         (nnimap-transform-headers): Get the number of lines in each message.
4075         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4076         number of lines.
4077         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4078         problem.
4079
4080         * utf7.el (utf7-encode): Autoload.
4081
4082         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4083         to allow the mail splitting to not return a default group.  This is
4084         useful for nnimap, which will leave unmatched mail in the inbox.
4085
4086         * nnimap.el: Rewritten.
4087
4088         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4089         nnimap usage.
4090
4091         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4092         if the move is internal, so that nnimap can do fast internal moves.
4093
4094         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4095         data.
4096         (gnus-read-active-for-groups): Support finishing the early retrieval of
4097         data.
4098
4099         * gnus-range.el (gnus-range-nconcat): New function.
4100
4101         * gnus-int.el (gnus-finish-retrieve-group-infos)
4102         (gnus-retrieve-group-data-early): New functions.
4103
4104 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4105
4106         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4107         (nnrss-retrieve-groups):
4108         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4109         (pop3-quit): Use with-current-buffer.
4110
4111 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4112
4113         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4114         instead of nnheader-accept-process-output.
4115
4116         * dgnushack.el (dgnushack-compile): Add comment.
4117
4118         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4119
4120         * gnus-html.el (gnus-html-schedule-image-fetching)
4121         (gnus-html-prefetch-images): Replace process-kill-without-query by
4122         gnus-set-process-query-on-exit-flag.
4123
4124 2010-09-16  Romain Francoise  <romain@orebokech.com>
4125
4126         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4127
4128 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4129
4130         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4131         parameter to unintern is mandatory-ish in Emacs 24.
4132
4133         * gnus-html.el (gnus-html-schedule-image-fetching)
4134         (gnus-html-prefetch-images): Check for curl before using it.
4135
4136         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4137         depend on curl, which isn't essential.
4138
4139         * imap.el: Revert back to version
4140         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4141         seem problematic.
4142
4143 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4144
4145         * gnus-registry.el (gnus-registry-install-shortcuts):
4146         Explicitly pass `obarray' to `unintern' to avoid a warning.
4147
4148 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4149
4150         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4151         change.
4152
4153         * nnrss.el (nnrss-request-list): Remove this function and related
4154         functions, including the moreover stuff.
4155
4156 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4157
4158         * nnrss.el (nnrss-retrieve-groups): New function.
4159
4160 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4161
4162         * .dir-locals.el: Add no-byte-compile cookie.
4163
4164 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4165
4166         * time-date.el (format-seconds): Comment fix.
4167
4168         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4169         for back end that doesn't support request-scan.
4170
4171 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4172
4173         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4174         then do request scans from the backends.
4175
4176         * netrc.el (netrc-credentials): New conveniency function.
4177
4178         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4179         avoid running a hook per line, since this takes a lot of time,
4180         profiling shows.
4181         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4182         directly if gnus-visual-p is true.
4183
4184 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4185
4186         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4187         groups; replace mapcar with dolist which is a bit faster; pass groups
4188         info to gnus-read-active-file-1.
4189         (gnus-read-active-file-1): Scan only specified groups if the new
4190         optional arg `infos' is given.
4191
4192 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4193
4194         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4195
4196         * pop3.el (pop3-movemail): Remove.
4197         (pop3-streaming-movemail): Rename to pop3-movemail.
4198
4199         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4200         don't restrict end-tag searches to the end of the line.
4201
4202 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4203
4204         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4205         articles of every unchecked group to t, which means unknown since the
4206         server has never been opened.
4207
4208 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4209
4210         * gnus-html.el (gnus-html-show-alt-text): New command.
4211         (gnus-html-browse-image): Ditto.
4212         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4213         to browse the image directly.
4214         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4215         better.
4216
4217         * gnus-async.el (gnus-async-article-callback):
4218         Call `gnus-html-prefetch-images' unconditionally.
4219
4220         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4221         before feeding URLs to curl.
4222
4223 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4224
4225         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4226         internal images as deletable by `W D D'.
4227
4228         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4229         (gnus-async-article-callback): Fix typo.
4230
4231 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4232
4233         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4234         current line to work around bugs in the output from w3m.
4235
4236         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4237         for groups that want that.
4238
4239         * nntp.el (nntp-wait-for-string): Supply a timeout for
4240         accept-process-output to ensure progress.
4241
4242         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4243         level to get unread articles from, then use that for foreign groups,
4244         too.
4245
4246         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4247         confuses the rest of the function.
4248
4249         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4250         for the methods that support -retrieve-groups, too.
4251
4252         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4253
4254 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4255
4256         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4257         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4258
4259         * pop3.el: Require cl when compiling.
4260         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4261
4262 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4263
4264         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4265         that aren't going to be activated.
4266         (gnus-get-unread-articles): Fix up the last commit.
4267
4268         * gnus-html.el (gnus-article-html): Allow calling without specifying
4269         the handle.  In that case, dissect the buffer first.
4270
4271         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4272
4273         * nnimap.el (nnimap-open-connection): Revert the change that would look
4274         into authinfo for imaps instead of imap.
4275
4276         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4277         say that you don't want to call gnus-request-group with don-check, but
4278         do check the reponse.  This is for virtual groups only.
4279         (gnus-get-unread-articles): Count the archive groups as secondary, so
4280         that they're activated the same way as before.
4281
4282         * imap.el (imap-message-map): Removed optional buffer parameter, since
4283         no callers use it.
4284         (imap-message-get): Ditto.
4285         (imap-message-put): Ditto.
4286         (imap-mailbox-map): Ditto.
4287         (imap-mailbox-put): Ditto.
4288         (imap-mailbox-get): Ditto.
4289         (imap-mailbox-get): Revert last change for this function.
4290
4291         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4292         case-insensitively.
4293         (nnimap-debug): Remove.
4294
4295         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4296         to use `imap-fetch' instead.  According to the comments, this should be
4297         safe, since all other IMAP clients use the 1:* syntax.
4298         (imap-enable-exchange-bug-workaround): Removed.
4299         (imap-debug): Removed -- doesn't seem very useful.
4300
4301         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4302         mail from a file, and the file doesn't exist.
4303
4304         * imap.el (imap-log): New convenience function used throughout instead
4305         of repeating the same code all over the place.
4306
4307         * pop3.el (pop3-streaming-movemail): Return t for success.
4308
4309         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4310         .authinfo if we're using ssl connection.
4311
4312         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4313         already have if we're in a main Gnus `g' run.
4314
4315         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4316
4317 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4318
4319         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4320
4321         * nnmh.el (nnmh-request-list-1): Bind `file'.
4322
4323         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4324         alias to set-process-query-on-exit-flag or process-kill-without-query.
4325         (pop3-open-server): Use it.
4326
4327 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4328
4329         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4330         box to the Incoming file.  Fixes mistake in previous checkin.
4331
4332         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4333         request loop (for debugging purposes) removed.
4334
4335         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4336         culprit is more visible.
4337         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4338         (nnml-add-incremental-nov): New functions to do "incremental" nov
4339         updates, where we just append to the end of the existing nov files
4340         without reading/writing them in full.
4341
4342         * mail-source.el (mail-source-delete-crash-box): Really only check the
4343         incoming files once in a while.
4344
4345         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4346
4347         * mail-source.el (mail-source-delete-crash-box): Only check the
4348         incoming files for deletion once per day to save a lot of file
4349         accesses.
4350
4351         * pop3.el (pop3-logon): Fix up unbound variable typo.
4352
4353         * mail-source.el (pop3-streaming-movemail): Autoload.
4354
4355         * pop3.el (pop3-streaming-movemail):
4356         Respect pop3-leave-mail-on-server.
4357
4358         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4359         retrieval.
4360
4361         * pop3.el (pop3-process-filter): Remove unused function.
4362         (pop3-streaming-movemail, pop3-send-streaming-command)
4363         (pop3-wait-for-messages, pop3-write-to-file)
4364         (pop3-number-of-responses): New functions for streaming pop3
4365         retrieval.
4366
4367         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4368         come from no known methods.
4369         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4370         list.
4371
4372         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4373         message sizes.
4374         (pop3-movemail): Use erase-buffer instead of looping and deleting
4375         regions, which seems rather odd.
4376
4377         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4378         file once per `g' run.
4379
4380         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4381         directories.  This makes the draft queue directory work.
4382
4383         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4384         data from the backends, so that we only request the list of groups from
4385         each method once.  This should speed things up considerably.
4386
4387         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4388         detect that it's not implemented.
4389
4390         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4391         we actually do recurse down into the tree, but don't stat all leaf
4392         nodes.
4393
4394         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4395         then say so instead of bugging out.
4396
4397         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4398         files exist before trying to read them.
4399
4400         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4401         around <pre_int>.
4402
4403         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4404
4405         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4406
4407 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4408
4409         * mm-util.el (mm-image-load-path): Just return the image directories,
4410         not all directories in the path in addition to the image directories.
4411         (mm-image-load-path): Maintain a cache of the image directories so that
4412         the `g' command in Gnus doesn't have to stat dozens of directories each
4413         time.
4414
4415         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4416         (gnus-html-wash-tags): Add a new `i' command to insert images.
4417         (gnus-html-insert-image): New command and keystroke.
4418         (gnus-html-redisplay-with-images): New command and keystroke.
4419         (gnus-html-show-images): Rename command.
4420         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4421         spacers.
4422         (gnus-html-wash-tags): Decode entities at the end, so that entities
4423         inside the tags don't mess up the rest of the "parsing".
4424
4425         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4426         so that nnimap methods aren't agentized by default.  There's apparently
4427         many problems related to agent/imap behaviour.
4428
4429         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4430
4431         * gnus-html.el: Doc fix.
4432
4433 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4434
4435         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4436         specifier-spec-list for Emacs 21.
4437
4438         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4439         glyph-width and glyph-height instead of display-graphic-p and
4440         image-size; make avoidance of displaying small images work for XEmacs.
4441
4442         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4443         for XEmacs.
4444
4445         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4446         of symbol that holds plist data.
4447         (gnus-process-plist): Remove plist of process after getting it.
4448
4449 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4450
4451         * message.el (message-generate-hashcash): Change default to
4452         'opportunistic if hashcash is installed.
4453
4454         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4455         (gnus-html-put-image): Only call image-size once, since it's somewhat
4456         time-consuming on remote X servers.
4457
4458 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4459
4460         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4461         type on data, not a file name.
4462
4463         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4464         window-pixel-edges for Emacs 21.
4465
4466         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4467         decoded contents.
4468         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4469
4470 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4471
4472         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4473         group line format, since it isn't very interesting.
4474
4475         * gnus-agent.el (gnus-agent-short-article),
4476         (gnus-agent-long-article): Increase values for these two variables,
4477         since most people are likely to have more network connection and
4478         storage than before.
4479
4480         * gnus.el (gnus-refer-article-method): Change default to 'current.
4481         When referring an article, the common behaviour is to refer it from the
4482         current select method, not the native select method.  The chances of
4483         the native select method having the message in question is rather slim
4484         these days.
4485
4486         * gnus-sum.el (gnus-auto-select-subject): Change default to
4487         `unseen-or-unread'.  I think it's likely that most people want to
4488         select an unseen article over a previously seen, but unread one.
4489
4490         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4491         means that in the article buffer none of the minor mode elements will
4492         be shown, usually, and this is not desirable in most cases.
4493
4494         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4495         that commands like `d' (and the like) go to the next line in the
4496         buffer, instead of the next unread article.  I think this is the
4497         behaviour that is most natural for most users.
4498         (gnus-single-article-buffer): Change default to nil, so that people can
4499         have as many article buffers open as they have summary buffer.  I think
4500         this is the most natural way for the groups to behave.
4501
4502         * message.el (message-generate-new-buffers): Change default to
4503         `unsent', so that all new message buffers start their names with the
4504         string "*unsent", and it's easier to find the buffers if you move from
4505         them.
4506
4507 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4508
4509         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4510         small.  They're probably tracking images.
4511         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4512         (gnus-html-rescale-image): Yet another try at getting the image sizing
4513         right.
4514
4515         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4516         nntp-marks-file-name is nil.
4517
4518 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4519
4520         * gnus-html.el (gnus-html-wash-tags)
4521         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4522         Better logging.
4523
4524 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4525
4526         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4527
4528         * gnus-html.el (gnus-html-wash-tags): Check the value of
4529         gnus-blocked-images in the summary buffer.
4530
4531 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4532
4533         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4534
4535 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4536
4537         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4538         like "a", it seems like.
4539         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4540         since it needs to be picked from the correct buffer.
4541
4542         * nnwfm.el: Remove.
4543
4544         * nnlistserv.el: Remove.
4545
4546 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4547
4548         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4549         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4550
4551 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4552
4553         * nnkiboze.el: Remove.
4554
4555         * nndb.el: Remove.
4556
4557         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4558         alt text.
4559         (gnus-html-rescale-image): Try to get the rescaling logic right for
4560         images that are just wide and not tall.
4561
4562         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4563         overshadow variable bindings.
4564
4565 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4566
4567         * gnus-html.el (gnus-html-wash-tags)
4568         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4569         Add extra logging.
4570
4571 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4572
4573         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4574         (gnus-max-image-proportion): New variable.
4575         (gnus-html-rescale-image): New function.
4576         (gnus-html-put-image): Rescale images.
4577
4578 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4579
4580         Fix up some byte-compiler warnings.
4581         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4582         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4583         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4584         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4585         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4586         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4587         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4588
4589 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4590
4591         * gnus-html.el (gnus-article-html): Decode contents by charset.
4592
4593 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4594
4595         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4596         (gnus-html-frame-width, gnus-blocked-images)
4597         * message.el (message-prune-recipient-rules): Add custom version.
4598         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4599
4600         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4601         functions.
4602
4603         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4604         gnus-process-get.
4605
4606 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4607
4608         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4609         instead of lsub directly.
4610
4611 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4612
4613         * nnwarchive.el: Remove.
4614
4615         * gnus-soup.el: Remove.
4616
4617         * nnsoup.el: Remove.
4618
4619         * nnultimate.el: Remove.
4620
4621         * gnus-html.el (gnus-blocked-images): New variable.
4622
4623         * message.el (message-prune-recipients): New function.
4624         (message-prune-recipient-rules): New variable.
4625
4626         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4627         guess whether a long line is natural text or not.
4628
4629         * gnus-html.el (gnus-html-schedule-image-fetching):
4630         Use gnus-process-plist and friends for compatibility.
4631
4632 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4633
4634         * gnus-html.el: Require packages that define macros used in this file.
4635         (gnus-article-mouse-face): Declare to silence byte-compiler.
4636         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4637         process-get.
4638         (gnus-html-put-image): Use plist-get to avoid getf.
4639         (gnus-html-prefetch-images): Use with-current-buffer.
4640
4641 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4642
4643         * gnus-ems.el: Provide compatibility functions for
4644         gnus-set-process-plist.
4645
4646         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4647         header-line-format for XEmacs 21.4.
4648
4649         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4650         * gnus.el (gnus-valid-select-methods)
4651         * message.el (message-send-mail-partially-limit)
4652         * mm-decode.el (mm-text-html-renderer)
4653         * mml.el (mml-insert-mime-headers-always)
4654         * smiley.el (smiley-regexp-alist): Bump custom version.
4655
4656 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4657
4658         * gnus-html.el: require mm-url.
4659         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4660         with the url to `url'.
4661         (gnus-html-wash-tags): Support cid: URLs/images.
4662
4663 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4664
4665         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4666         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4667         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4668
4669         * gnus-move.el: Remove file, since it doesn't really work.
4670
4671         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4672         UTF-8.  This seems to fix problems with some German web feeds.
4673
4674         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4675         at the top so that the proper colours are applied.
4676
4677         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4678         don't have dots in their names.
4679
4680         * gnus-art.el (gnus-article-view-part): Doc fix.
4681
4682         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4683         XEmacs-compatible.
4684         (gnus-html-put-image): Don't do images on non-graphic displays.
4685
4686         * nnslashdot.el: Remove this unused backend.
4687
4688         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4689         actions.
4690         (gnus-undo-register-1): Revert last change.
4691
4692         * gnus-group.el (gnus-group-completing-read): Protect against not
4693         having completion-styles bound.
4694
4695         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4696         make broken recipients happier.
4697
4698         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4699
4700         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4701         point parameter.
4702
4703         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4704
4705         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4706         completion-styles for group selection.
4707
4708 2009-02-04  Andreas Schwab  <schwab@suse.de>
4709
4710         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4711         headers and regexp-quote the match if necessary.
4712
4713 2009-03-24  Miles Bader  <miles@gnu.org>
4714
4715         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4716         the blinking smiley.
4717
4718 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4719
4720         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4721         blink smiley.
4722
4723 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4724
4725         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4726         where the dribbel file lives exists.
4727
4728         * message.el (message-send-mail-partially-limit): Change the default to
4729         nil, since most people don't want this.
4730
4731         * mm-url.el (mm-url-decode-entities): Also decode entities like
4732         &#x3212.
4733
4734 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4735
4736         * gnus-sum.el (gnus-summary-idna-message):
4737         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4738         Hyperlink urls in docstrings with URL `...'.
4739
4740 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4741
4742         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4743         functions.
4744
4745 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4746
4747         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4748         say what the mouseover text should be.
4749
4750         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4751         version of the mm-w3m-safe-url-regexp variable to only download images
4752         in the groups where we want that to happen.
4753
4754         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4755
4756         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4757         easier debugging.
4758         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4759         big pictures in the article buffer.
4760
4761         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4762         gnus-article-html.
4763         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4764         w3m.
4765
4766         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4767
4768 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4769
4770         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4771         which doesn't exist.
4772
4773         * message.el (message-inhibit-ecomplete): New variable to allow some
4774         function to inhibit ecomplete address storage.
4775         (message-resend): Disable ecomplete message storage when resending
4776         messages.
4777
4778         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4779
4780 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4781
4782         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4783         Save excursion while copying, moving, and deleting articles in order to
4784         prevent the cursor from jumping to unforeseen place.
4785
4786 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4787
4788         * lpath.el: No need to bind bookmark-current-buffer,
4789         bookmark-yank-point and bookmark-make-record-function.
4790
4791 2010-08-17  Glenn Morris  <rgm@gnu.org>
4792
4793         * gnus-sync.el: Require gnus components whose functions are used.
4794
4795         * gnus-art.el (bookmark-make-record-function):
4796         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4797         Declare for compiler.
4798
4799         * mm-url.el (mml-compute-boundary): Autoload.
4800
4801 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4802
4803         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4804
4805 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4806
4807         Typo fix "hoo4a" -> "hook".
4808
4809         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4810
4811 2010-08-14  Glenn Morris  <rgm@gnu.org>
4812
4813         * gnus-sync.el (gnus-sync): Fix defgroup version.
4814
4815 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4816
4817         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4818
4819         * gnus-sync.el: Fix docs.
4820         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4821         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4822
4823 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4824
4825         Optimizations for gnus-sync.el.
4826
4827         * gnus-sync.el: Add docs about gnus-sync-backend
4828         possibilities.
4829         (gnus-sync-save): Remove unnecessary message.
4830         (gnus-sync-read): Optimize and show what groups were skipped.
4831
4832 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4833
4834         Minor bug fixes for gnus-sync.el.
4835
4836         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4837         Don't read the sync on get-new-news.
4838
4839         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4840         quiet.
4841
4842         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4843         (fix typo).
4844
4845 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4846
4847         Make saving and restoring of hidden threads work with overlays.
4848         Patch applied by Ted Zlatanov.
4849
4850         * gnus-sum.el (gnus-hidden-threads-configuration)
4851         (gnus-restore-hidden-threads-configuration): Update to deal with text
4852         properties, rather than searching for a magic character.
4853
4854 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4855
4856         New gnus-sync.el library for synchronization of marks.
4857
4858         * gnus-sync.el: New library for synchronization of marks.
4859
4860         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4861         renamed from `gnus-registry-grep-in-list'.
4862
4863         * gnus-registry.el (gnus-registry-follow-group-p):
4864         Use `gnus-grep-in-list'.
4865
4866         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4867
4868 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4871         determining charset of text fails.
4872
4873 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4874
4875         * nnmail.el (nnmail-get-new-mail-1): Revert.
4876
4877         * nnml.el (nnml-active-number): Make sure names of newly created groups
4878         in nnml-group-alist are encoded.
4879
4880 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4881
4882         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4883         containing non-ASCII characters in active file for nnml back end.
4884
4885 2010-07-24  David Engster  <dengste@eml.cc>
4886
4887         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4888         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4889
4890 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4891
4892         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4893         tag (Bug#6654).
4894
4895 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4896
4897         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4898         the article buffer, not the summary buffer.
4899
4900 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4901
4902         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4903         Emacs 23 as well.
4904
4905 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4906
4907         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4908         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4909
4910 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4911
4912         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4913         Patch applied by Karl Fogel.
4914
4915         * gnus-sum.el (gnus-summary-bookmark-make-record):
4916         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4917
4918 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4919
4920         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4921         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4922         C-w still not working correctly from Article buffers; Thierry's
4923         patch to fix that will be applied after this.
4924
4925         * gnus-art.el (bookmark-make-record-function): New local variable.
4926
4927         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4928         article buffer.
4929         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4930
4931 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4932
4933         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4934         on changes in bookmark.el.
4935
4936 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4937
4938         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4939         `no-log' instead of message not to log prompt string.
4940
4941 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4942
4943         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4944         the *other* type of HTML form submission.
4945
4946 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4947
4948         * auth-source.el (auth-source-pick): If choice does not contain a
4949         questioned keyword, set the check to t.
4950
4951 2010-06-12  Romain Francoise  <romain@orebokech.com>
4952
4953         * gnus-util.el (gnus-date-get-time): Move up before first use.
4954
4955 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4956
4957         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4958         (gnus-article-edit-part): Bind it to make last part that is substituted
4959         or deleted visible.
4960         (gnus-mime-display-single): Buttonize part of which id equals to
4961         gnus-mime-buttonized-part-id.
4962
4963 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4964
4965         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4966         (gnus-dd-mmm): Use gnus-date-get-time.
4967         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4968         simplify logic.
4969         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4970         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4971
4972 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4973
4974         * auth-source.el (top): Autoload `secrets-list-collections',
4975         `secrets-create-item', `secrets-delete-item'.
4976         (auth-sources): Fix tag string.
4977         (auth-get-source, auth-source-retrieve, auth-source-create)
4978         (auth-source-delete): New defuns.
4979         (auth-source-pick): Rewrite in order to avoid 2 passes.
4980         (auth-source-forget-user-or-password): New parameter USERNAME.
4981         (auth-source-user-or-password): New parameters CREATE-MISSING and
4982         DELETE-EXISTING.  Retrieve password interactively, if needed.
4983
4984 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4985
4986         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4987         deleting unused directories when gnus-expert-user is t.
4988
4989 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4990
4991         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4992         for each temp file when gnus-article-browse-delete-temp is ask.
4993
4994 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4995
4996         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4997         Lisp calls to delete-backward-char by calls to delete-char.
4998
4999 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5000
5001         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5002
5003 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5004
5005         * password-cache.el (password-cache-remove): Fix docstring.
5006
5007 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5008
5009         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5010         article unless decoding article to be saved.
5011
5012 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5013
5014         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5015         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5016         generated within the mm-with-unibyte-current-buffer macro.
5017
5018 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5019
5020         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5021         to nil when we're in a mml-preview buffer and no group is selected.
5022
5023 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5024
5025         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5026         when catching the `C-g'.  Reported by "Leo".
5027
5028 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5029
5030         * message.el (message-forward-make-body-plain)
5031         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5032         multibyte-string-p.
5033
5034         * lpath.el: Revert.
5035
5036 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5037
5038         * message.el (message-forward-make-body-mml): Assume original message
5039         is multibyte string; error on unibyte.
5040         (message-forward-make-body-plain): Ditto; don't add excessive newline
5041         in body end.
5042
5043         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5044
5045 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5046
5047         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5048         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5049
5050 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5051
5052         * mm-extern.el (mm-extern-url): Don't use
5053         mm-with-unibyte-current-buffer.
5054         (mm-extern-cache-contents): Use with-current-buffer instead of
5055         save-excursion + set-buffer.
5056
5057 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5058
5059         * mm-util.el (mm-emacs-mule): Remove.
5060
5061 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5062
5063         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5064         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5065         change.
5066
5067 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5068
5069         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5070         bind the default value of enable-multibyte-characters to nil.
5071
5072 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5073
5074         * message.el (message-forward-make-body-plain)
5075         (message-forward-make-body-mml):
5076         Don't use mm-with-unibyte-current-buffer.
5077
5078 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5079
5080         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5081
5082 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5083
5084         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5085         (Bug#5592).
5086
5087 2010-05-07  Julien Danjou  <julien@danjou.info>
5088
5089         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5090         it to mm-pipe-part.
5091
5092         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5093         it is given.
5094
5095 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5096
5097         * binhex.el (binhex-decode-region-internal)
5098         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5099         (dns-query)
5100         * nnweb.el (nnweb-gmane-search)
5101         * pgg-parse.el (pgg-parse-armor)
5102         * pgg.el (pgg-verify-region)
5103         * sha1.el (sha1-string-external)
5104         * uudecode.el (uudecode-decode-region-internal)
5105         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5106         XEmacs.
5107
5108         * gnus-art.el (gnus-article-browse-html-parts)
5109         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5110         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5111         make-temp-file.
5112
5113         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5114         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5115         compiling.
5116
5117         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5118         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5119         XEmacs when compiling.
5120
5121         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5122         gnus-pick-mode-off-hook for XEmacs when compiling.
5123         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5124         gnus-binary-mode-off-hook for XEmacs when compiling.
5125
5126         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5127         Return nil if char-charset is not available.
5128
5129         * imap.el (imap-disable-multibyte)
5130         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5131         macros.
5132
5133         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5134         instead of encode-coding-string.
5135
5136         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5137         'xemacs) instead of mm-emacs-mule to switch function definitions.
5138         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5139
5140         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5141         bind temporary-file-directory for XEmacs;
5142         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5143         timer-set-function for XEmacs 21.4 and SXEmacs;
5144         bind timer-list for XEmacs 21.4 and SXEmacs;
5145         fbind char-charset and find-charset-region for non-Mule XEmacs;
5146         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5147         encode-coding-region and encode-coding-string for XEmacs having no
5148         file-coding feature.
5149
5150 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5151
5152         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5153
5154 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5155
5156         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5157         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5158
5159 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5160
5161         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5162         alias `jka-compr-delete-temp-file' no longer exists.
5163
5164 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5165
5166         Use define-minor-mode in Gnus where applicable.
5167         * mml.el (mml-mode): Use define-minor-mode.
5168         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5169         (gnus-undo-mode): Use define-minor-mode.
5170         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5171         (gnus-dead-summary-mode): Use define-minor-mode.
5172         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5173         Initialize in declaration.
5174         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5175         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5176         (gnus-mailing-list-mode): Use define-minor-mode.
5177         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5178         (gnus-draft-mode): Use define-minor-mode.
5179         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5180         (gnus-dired-mode): Use define-minor-mode.
5181
5182 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5183
5184         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5185         handles on recursive mml-to-mime translation and check them for
5186         boundary delimiter collisions.  Reported by Greg Troxel.
5187
5188 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5189
5190         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5191
5192 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5193
5194         * mm-util.el (mm-find-buffer-file-coding-system):
5195         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5196
5197 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5198
5199         * message.el (message-generate-headers): Record insertion of optional
5200         headers as well.  Otherwise the check to prevent repeated insertion of
5201         optional headers is a no-op.
5202
5203 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5204
5205         * smime.el: Don't mention CVS.
5206
5207         * nnrss.el (nnrss-fetch): Don't mention CVS.
5208
5209         * nnir.el: Don't mention CVS.
5210
5211 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5212
5213         * gnus-sum.el (gnus-summary-bookmark-make-record):
5214         Add `location' field.
5215
5216 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5217
5218         * lpath.el: Fbind bookmark-default-handler,
5219         bookmark-get-bookmark-record, bookmark-make-record-default,
5220         bookmark-prop-get for Emacs <23 and XEmacs.
5221
5222 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5223
5224         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5225         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5226         Use with-current-buffer to silence the byte-compiler.
5227         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5228         bother to require `gnus'.
5229         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5230
5231 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5232
5233         * gnus-sum.el (gnus-summary-bookmark-make-record)
5234         (gnus-summary-bookmark-jump): New functions.
5235         (gnus-summary-mode): Setup bookmark support.
5236
5237 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5238
5239         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5240         if set.
5241
5242 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5243
5244         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5245         gnus-article-browse-html-save-cid-image; make it work recursively for
5246         forwarded messages as well.
5247         (gnus-article-browse-html-parts): Work when prefix arg is given.
5248         (gnus-article-browse-html-article): Doc fix.
5249
5250 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5251
5252         * message.el (message-default-mail-headers):
5253         (message-default-headers): Carry the value mail-default-headers over
5254         into message-default-mail-headers, rather than message-default-headers.
5255
5256 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5257
5258         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5259         charset.
5260
5261         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5262         charset into the <meta> tag when the article is encoded to utf-8.
5263
5264 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5265
5266         * gnus-art.el (gnus-article-browse-delete-temp-files):
5267         Delete directories as well.
5268         (gnus-article-browse-html-parts): Work for images that do not specify
5269         file names; delete temp directory when quitting; insert header at the
5270         right place; use file: scheme for image files.
5271
5272 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5273
5274         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5275         (gnus-article-browse-html-parts): Use it to make temporary cid image
5276         files in addition to html file so that browser may display them.
5277
5278 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5279
5280         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5281
5282 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5283
5284         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5285
5286 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5287
5288         * auth-source.el (auth-sources): Change default to be simpler.
5289         Explain about Secret Service API sources.  Improve Customize options.
5290         (auth-source-pick): Change to accept any number of search parameters.
5291         Implement fallbacks iteratively, not recursively.  Add scoring on the
5292         second pass and sort by score.  Call Secret Service API when needed.
5293         (auth-source-user-or-password): Use it.  Call Secret Service API
5294         directly when needed to get the user name and the password.
5295
5296 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5297
5298         * message.el (message-interactive): Doc fix.
5299         (message-qmail-inject-args): Reflow.
5300         (message-kill-to-signature): Fix typo in docstring.
5301
5302         * smiley.el (smiley-buffer): Fix typo in docstring.
5303
5304 2010-03-24  Glenn Morris  <rgm@gnu.org>
5305
5306         * mail-source.el (gnus-message): Declare.
5307         (mail-source-delete-old-incoming): Require gnus-util.
5308
5309 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5310
5311         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5312
5313         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5314
5315         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5316         password-cache's default if it is not bound.
5317         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5318         password-cache-expiry's default if it is not bound.
5319
5320         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5321         available in Emacs 21.
5322
5323         * lpath.el: Suppress compiler warnings for:
5324         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5325         XEmacs;
5326         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5327         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5328         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5329
5330 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5331
5332         * auth-source.el (auth-sources): Fix up definition so extra parameters
5333         are always inline.
5334
5335 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5336
5337         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5338         wasn't updated after mismatch.  Clear cached mailbox info correctly
5339         when uidvalidity changes.
5340         (nnimap-group-prefixed-name): New function to avoid some code
5341         duplication.
5342         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5343         (nnimap-request-group): Use it.
5344         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5345         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5346         with many imap folders.  This is done by caching the group status from
5347         the imap server persistently in a group parameter `imap-status'.  (This
5348         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5349         but not persistently, so every Gnus startup was still very slow.)
5350
5351 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5352
5353         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5354         delete the extra newline.  Otherwise editing of :string and :number
5355         types don't work.
5356
5357 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5358
5359         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5360         secrets.el dependency.
5361         (auth-sources): Add optional user name.  Add secrets.el configuration
5362         choice (unused right now).
5363
5364 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5365
5366         * gnus-sum.el (gnus-summary-make-menu-bar):
5367         Let `gnus-registry-install-shortcuts' fill in the functions.
5368
5369         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5370         warnings.
5371         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5372         (gnus-registry-install-shortcuts): Populate and use it in a
5373         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5374
5375 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5376
5377         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5378         In-place substitutions for the group name encoding/decoding.
5379         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5380         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5381         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5382         (nnimap-update-unseen, nnimap-request-list)
5383         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5384         (nnimap-request-set-mark, nnimap-split-to-groups)
5385         (nnimap-split-articles, nnimap-request-newgroups)
5386         (nnimap-request-create-group, nnimap-request-accept-article)
5387         (nnimap-request-delete-group, nnimap-request-rename-group)
5388         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5389         `encoded-mbx' for consistency.
5390         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5391         variable `imap-current-mailbox'.
5392
5393         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5394         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5395
5396 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5397
5398         * pop3.el (pop3-display-message-size-flag): Display message size byte
5399         counts during POP3 download.
5400         (pop3-movemail): Use it.
5401         (pop3-list): Implement listing of available messages.
5402
5403 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5404
5405         * nnir.el (nnir-get-article-nov-override-function): New function to
5406         override the normal NOV retrieval.
5407         (nnir-retrieve-headers): Use it.
5408
5409 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5410
5411         * auth-source.el (netrc-machine-user-or-password): Autoload.
5412
5413 2010-03-19  Glenn Morris  <rgm@gnu.org>
5414
5415         Stop message.el from loading about 40 libraries it doesn't always need.
5416         The general approach is to autoload rather than require, and to
5417         require in the specific functions rather than the file.  (Bug#5642)
5418
5419         * gmm-utils.el: Don't require wid-edit.
5420         (widget-create-child-value, widget-convert, widget-default-get):
5421         Autoload.
5422
5423         * gnus-util.el: Don't require time-date, netrc.
5424         (message-fetch-field, gnus-group-name-decode): Declare rather than
5425         autoloading.
5426         (gnus-fetch-field): Require message.
5427         (gnus-decode-newsgroups): Require gnus-group.
5428
5429         * ietf-drums.el: Don't require time-date.
5430
5431         * message.el: Don't require hashcash, canlock, ecomplete.
5432         Do require mail-utils.  Require nnheader only when compiling.
5433         (smtpmail-default-smtp-server): Remove declaration.
5434         (message-send-mail-function): Check smtpmail-default-smtp-server
5435         is bound rather than requiring smtpmail.
5436         (message-auto-save-directory, message-insert-signature):
5437         Use expand-file-name rather than nnheader-concat.
5438         (nnheader-insert-file-contents): Autoload.
5439         (hashcash-wait-async): Declare.
5440         (message-send-mail): Only call gnus-setup-posting-charset if
5441         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5442         (message-send-mail-with-sendmail): Require sendmail.
5443         (canlock-password, canlock-password-for-verify): Declare.
5444         (message-canlock-password): Require canlock.
5445         (nnheader-get-report): Autoload.
5446         (gnus-setup-posting-charset): Declare.
5447         (message-send-news): Require gnus-msg.
5448         (message-make-references, message-make-in-reply-to): Use mail-header-id
5449         rather than the alias mail-header-message-id.
5450         (ecomplete-add-item, ecomplete-save): Declare.
5451         (message-put-addresses-in-ecomplete): Require ecomplete.
5452         (ecomplete-display-matches): Autoload.
5453
5454         * mm-decode.el: Don't require mailcap, gnus-util.
5455         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5456         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5457         Autoload.
5458         (mailcap-mime-extensions): Declare.
5459
5460         * mm-encode.el: Don't require mailcap.
5461         (mailcap-extension-to-mime): Autoload.
5462
5463         * mml-sec.el: Don't require password-cache.
5464
5465         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5466         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5467         (mml-minibuffer-read-type): Require mailcap.
5468         (mml-preview): Require gnus-msg.
5469
5470         * mml1991.el: Require password-cache.
5471         (password-cache-expiry): Remove declaration.
5472
5473         * mml2015.el: Require password-cache.
5474         (password-cache-expiry): Remove declaration.
5475
5476         * nneething.el (mailcap): Require mailcap.
5477
5478         * nnheader.el (declare-function): Add compatibility stub.
5479         (message-remove-header): Declare rather than autoload.
5480         (nnheader-replace-header): Require message.
5481
5482         * nnimap.el (declare-function): Add compatibility stub.
5483         (netrc-parse, netrc-machine-user-or-password): Declare.
5484         (nnimap-open-connection): Require netrc.
5485
5486         * nntp.el (declare-function): Add compatibility stub.
5487         (netrc-parse, netrc-machine, netrc-get): Declare.
5488         (nntp-send-authinfo): Require netrc.
5489
5490         * rfc2047.el: Don't require qp.
5491         (quoted-printable-encode-region, quoted-printable-decode-string):
5492         Autoload.
5493
5494         * sieve-mode.el: Don't require easymenu.
5495         (easy-menu-add-item): Autoload it.
5496
5497         * spam-stat.el (time-to-number-of-days): Autoload it.
5498
5499 2010-03-19  Glenn Morris  <rgm@gnu.org>
5500
5501         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5502
5503 2010-03-18  Glenn Morris  <rgm@gnu.org>
5504
5505         * hashcash.el (declare-function): Remove duplicate definition.
5506
5507 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5508
5509         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5510         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5511         value if any backslash escapes).
5512
5513 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5514
5515         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5516         if it is available.  (bug#5647)
5517
5518         * lpath.el: Suppress compiler warning for coding-system-from-name for
5519         Emacs 21 and XEmacs.
5520
5521 2010-03-14  Juri Linkov  <juri@jurta.org>
5522
5523         * hmac-def.el:
5524         * hmac-md5.el:
5525         * netrc.el: Fix keywords.
5526
5527 2010-02-26  Glenn Morris  <rgm@gnu.org>
5528
5529         * message.el (message-send-mail-function): Change the default, so that
5530         it inherits from a customized send-mail-function.  (Bug#5643)
5531
5532 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5533
5534         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5535         shell-command-to-string signals an error (bug#5299).
5536
5537 2010-02-24  Glenn Morris  <rgm@gnu.org>
5538
5539         * message.el (message-smtpmail-send-it)
5540         (message-send-mail-with-mailclient): Doc fixes.
5541
5542 2010-02-16  Glenn Morris  <rgm@gnu.org>
5543
5544         * message.el (message-default-mail-headers): Change the default value
5545         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5546
5547 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5548
5549         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5550         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5551
5552 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5553
5554         * time-date.el (date-to-time): Doc fix (Bug#5408).
5555
5556 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5557
5558         * message.el (message-mail): Just pass yank-action on to message-setup.
5559         (message-setup): Handle (FUN . ARGS) form of yank-action.
5560         (message-with-reply-buffer, message-widen-reply)
5561         (message-yank-original): Handle non-buffer values of
5562         message-reply-buffer (Bug#4080).
5563         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5564
5565 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5566
5567         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5568         Fix typo in docstring.
5569
5570 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5571
5572         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5573         response.
5574
5575 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5576
5577         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5578
5579         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5580
5581         * message.el (message-check-news-header-syntax): Protect against a
5582         string that `rfc822-addresses' returns when parsing fails.
5583
5584 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5585
5586         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5587         (gnus-previous-char-property-change): New functions.
5588
5589         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5590
5591 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5592
5593         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5594         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5595
5596 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5597
5598         * message.el (message-exchange-point-and-mark): Rework last change to
5599         avoid using optional arg of exchange-point-and-mark, for backward
5600         compatibility.
5601
5602 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5603
5604         * message.el (message-exchange-point-and-mark):
5605         Call exchange-point-and-mark with an argument rather than setting
5606         mark-active by hand (Bug#5175).
5607
5608 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5609
5610         * nntp.el (nntp-service-to-port): Work for service expressed with
5611         numeric string; replace [:digit:] with [0-9] for XEmacs.
5612
5613 2009-12-17  Glenn Morris  <rgm@gnu.org>
5614
5615         * gnus-group.el (gnus-bug-group-download-format-alist):
5616         Change emacs entry to debbugs.gnu.org.  Bump :version.
5617
5618 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5619
5620         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5621
5622 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5623
5624         * message.el (message-info): Explain why we use `Info-goto-node'.
5625
5626 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5627
5628         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5629
5630 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5631
5632         * message.el (message-completion-in-region): New compatibility function.
5633         (message-expand-group): Use it.
5634
5635 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5636
5637         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5638         with no unread article should be listed if the 2nd arg `predicate' is
5639         given.
5640
5641 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5642
5643         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5644
5645 2009-11-29  Juri Linkov  <juri@jurta.org>
5646
5647         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5648         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5649         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5650
5651 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5652
5653         * sha1.el (sha1-string-external): default-directory "/" in case
5654         otherwise non-existent.  process-connection-type pipe for touch of
5655         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5656
5657 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5658
5659         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5660         it's comms related and sgml-mode.el has "comm" on that basis too.
5661
5662 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5663
5664         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5665         containing tspecial characters if they have been already quoted.
5666
5667 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5668
5669         * dns-mode.el (auto-mode-alist): Purecopy string.
5670
5671 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5672
5673         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5674
5675 2009-10-24  Glenn Morris  <rgm@gnu.org>
5676
5677         * gnus-art.el (help-xref-stack-item): Define for compiler.
5678
5679 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5680
5681         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5682
5683 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5684
5685         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5686
5687 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5688
5689         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5690         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5691
5692 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5693
5694         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5695         (gnus-overlays-in): New alias to overlays-in.
5696
5697         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5698         gnus-overlay-get, and gnus-delete-overlay.
5699         (gnus-summary-show-thread): Make it work as well for systems in which
5700         next-single-char-property-change is not available.
5701         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5702
5703         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5704         (gnus-overlay-get): New alias to extent-property.
5705         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5706
5707         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5708         SXEmacs.
5709
5710         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5711         SXEmacs.
5712
5713 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5714
5715         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5716
5717 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5718
5719         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5720         and XEmacs that don't have `remove-overlays'.
5721
5722 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5723
5724         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5725         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5726         selective display.  Use overlays instead.
5727
5728 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5729
5730         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5731
5732 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5733
5734         * spam-stat.el (spam-stat-load): Fix typo in message.
5735
5736 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5737
5738         * dig.el (dig-invoke): Fix typo in docstring.
5739         (query-dig): Reflow docstring.
5740
5741 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5742
5743         * gnus-art.el (gnus-article-encrypt-body):
5744         * message.el (message-check-recipients):
5745         * mm-util.el (mm-codepage-setup):
5746         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5747         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5748
5749 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5750
5751         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5752         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5753         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5754         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5755         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5756
5757 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5758
5759         * dig.el: Add "Keywords: comm", as per net-utils.el.
5760
5761 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5762
5763         * dig.el (dig-mode): Use define-derived-mode.
5764
5765 2009-09-19  Glenn Morris  <rgm@gnu.org>
5766
5767         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5768
5769 2009-09-18  Glenn Morris  <rgm@gnu.org>
5770
5771         * gnus-diary.el (gnus-diary-check-message):
5772         * message.el (message-insert-formatted-citation-line):
5773         * nnbabyl.el (top-level):
5774         * nndiary.el (nndiary-schedule):
5775         Fix typos in condition-case handlers.
5776
5777 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5778
5779         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5780         configuration that provides the sole article window in a frame;
5781         position point correctly after deleting a part.
5782
5783 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5784
5785         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5786         (spam-resolve-registrations-routine): Use it to unregister articles
5787         that change status.
5788
5789 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5790
5791         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5792         with XEmacs.
5793         (parse-time-string-chars): Use it.
5794
5795 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5796
5797         * imap.el (imap-interactive-login): Better messages.
5798         (imap-open): Fix bug with renamed buffer on reconnect.
5799         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5800         for easier debugging and cleaner code.  On successful (guessed based on
5801         server capabilities) secondary authentication, set imap-state
5802         correctly.
5803         (imap-last-authenticator): Define imap-last-authenticator as a variable
5804         to avoid warnings.
5805
5806 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5807
5808         * nnrss.el (nnrss-request-article): Remove binding of
5809         default-enable-multibyte-characters that has gotten needless by
5810         the 2007-07-13 change in rfc2047-encode-message-header.
5811
5812         * mml.el (mml-insert-multipart): Error on the message header.
5813         (mml-insert-part): Error on the message header; position point at
5814         the end of a MIME tag.
5815
5816 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5817
5818         * time-date.el (autoload): Expand define-obsolete-function-alias into
5819         defalias and make-obsolete for old Emacsen that Gnus supports.
5820         (with-no-warnings): Define it for old Emacsen.
5821         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5822         is available.
5823         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5824         float-time is available; suppress compile warning for time-to-seconds.
5825
5826         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5827         (gnus-float-time): Alias to float-time if it exists.
5828
5829         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5830         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5831         float-time is available; suppress compile warning for time-to-seconds.
5832
5833         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5834         XEmacs.
5835
5836 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5837
5838         * imap.el (imap-message-map): Docstring fix.
5839
5840 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5841
5842         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5843         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5844         Add the optional argument `encoding' that overrides the default.
5845
5846         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5847         mm-encode-buffer.
5848
5849 2009-09-04  Glenn Morris  <rgm@gnu.org>
5850
5851         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5852         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5853         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5854         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5855         * mm-util.el (mm-with-unibyte-current-buffer)
5856         (mm-find-buffer-file-coding-system):
5857         * yenc.el (yenc-decode-region): Use default-value rather than
5858         default-enable-multibyte-characters.
5859
5860 2009-09-03  Glenn Morris  <rgm@gnu.org>
5861
5862         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5863         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5864         than default-enable-multibyte-characters.
5865
5866 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5867
5868         * gnus-art.el (gnus-article-read-summary-keys):
5869         Fix gnus-buffer-configuration's value temporarily used.
5870
5871 2009-09-02  Glenn Morris  <rgm@gnu.org>
5872
5873         * gnus-util.el (gnus-float-time): New function.
5874         * gnus-delay.el (gnus-delay-article):
5875         * gnus-sum.el (gnus-thread-latest-date):
5876         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5877         * nnspool.el (nnspool-request-newgroups):
5878         Use gnus-float-time rather than time-to-seconds.
5879         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5880
5881         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5882         (gnus-header-subject-face, gnus-header-newsgroups-face)
5883         (gnus-header-name-face, gnus-header-content-face):
5884         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5885         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5886         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5887         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5888         (gnus-cite-face-11):
5889         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5890         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5891         (gnus-server-closed-face, gnus-server-denied-face)
5892         (gnus-server-offline-face):
5893         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5894         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5895         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5896         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5897         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5898         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5899         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5900         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5901         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5902         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5903         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5904         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5905         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5906         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5907         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5908         (gnus-summary-high-undownloaded-face)
5909         (gnus-summary-low-undownloaded-face)
5910         (gnus-summary-normal-undownloaded-face)
5911         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5912         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5913         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5914         (gnus-splash-face):
5915         * message.el (message-header-to-face, message-header-cc-face)
5916         (message-header-subject-face, message-header-newsgroups-face)
5917         (message-header-other-face, message-header-name-face)
5918         (message-header-xheader-face, message-separator-face)
5919         (message-cited-text-face, message-mml-face):
5920         * sieve-mode.el (sieve-control-commands-face)
5921         (sieve-action-commands-face, sieve-test-commands-face)
5922         (sieve-tagged-arguments-face):
5923         * spam.el (spam-face):
5924         Mark face aliases with "-face" in the name as obsolete.
5925
5926 2009-09-01  Glenn Morris  <rgm@gnu.org>
5927
5928         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5929         than goto-line.
5930
5931 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5932
5933         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5934         Don't move point if the command is invoked inside the message header.
5935
5936 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5937
5938         * imap.el (imap-send-command): Simplify.
5939         (imap-wait-for-tag): point-max -> buffer-size.
5940
5941 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5942
5943         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5944         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5945         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5946         * nnir.el (nnir-swish-e-index-file):
5947         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5948         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5949         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5950         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5951         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5952         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5953
5954 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5955
5956         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5957         Don't save excursion.
5958
5959 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5960
5961         * nnheader.el (nnheader-find-file-noselect):
5962         * mm-util.el (mm-insert-file-contents):
5963         Use (default-value 'major-mode) instead of default-major-mode.
5964
5965 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5966
5967         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5968
5969 2009-08-26  Glenn Morris  <rgm@gnu.org>
5970
5971         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5972         than placing in files.el.
5973
5974 2009-08-25  Glenn Morris  <rgm@gnu.org>
5975
5976         * nnir.el (top-level): Don't require cl at run-time.
5977         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5978         Replace cl-function substitute with gnus-replace-in-string.
5979         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5980         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5981         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5982         simplified expansions.
5983
5984 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5985
5986         * dig.el (dig): Add autoload cookie.
5987
5988 2009-08-22  Glenn Morris  <rgm@gnu.org>
5989
5990         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5991         goto-line.
5992
5993 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5994
5995         * parse-time.el (parse-time-string-chars): Save match data.
5996
5997 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5998
5999         * parse-time.el (parse-time-string-chars): Compute using character
6000         classes, to handle non-ascii characters (Bug#3190).
6001
6002 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6003
6004         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6005
6006         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6007         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6008         (gnus-mm-display-part, gnus-mime-display-single)
6009         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6010         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6011
6012         * gnus-sum.el
6013         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6014         (gnus-summary-move-article): Add expirable mark to articles copied or
6015         moved to group that has auto-expire turned on if the option is non-nil.
6016
6017 2009-07-24  Glenn Morris  <rgm@gnu.org>
6018
6019         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6020         Fix typo.  (Bug#3903)
6021
6022 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6023
6024         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6025         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6026         that should not be used for draft articles.
6027         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6028         that has no concern in minor mode keys.
6029         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6030         Abolish.
6031
6032 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6033
6034         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6035         article without making inquiry to a user for unknown encoding.
6036
6037         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6038         (nnmaildir--scan): Assume i-node and device number that file-attributes
6039         returns might be cons-cell.
6040
6041         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6042
6043         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6044
6045 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6046
6047         * auth-source.el: Remove docs now in auth.texi.  Don't use
6048         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6049         `auth-source-hide-passwords' and use them.
6050
6051 2009-07-15  Glenn Morris  <rgm@gnu.org>
6052
6053         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6054
6055 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6056
6057         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6058         excessive whitespace from the default values of title and description.
6059
6060 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6061
6062         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6063         mail-fetch-field to fetch Content-Description header in order to
6064         exclude newlines.
6065
6066 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6067
6068         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6069         format used by GnuPG 2.0.11.
6070
6071 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6072
6073         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6074         to deleted part.
6075
6076 2009-05-30  David Engster  <dengste@eml.cc>
6077
6078         * nnmairix.el: Remove old documentation in the commentary block.
6079         (nnmairix-request-group): Do not update active file for nnml back ends.
6080         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6081         end so that overview files are ignored.
6082         (nnmairix-update-groups): Make updating the groups more robust by using
6083         marks.
6084         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6085         with dollar characters in message-id.
6086
6087 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6088
6089         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6090         2008-12-25 in dns.el.
6091
6092 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6093
6094         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6095         could happen if the text is only composed of spaces and/or tabs.
6096
6097 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6098
6099         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6100         when sending a queued message to avoid extra mml tags.
6101
6102 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6103
6104         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6105
6106 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6107
6108         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6109         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6110         rmail-toggle-header for XEmacs;
6111         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6112
6113 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6114
6115         * gnus-dired.el: Remove autoload for gnus-setup-message.
6116         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6117         displaying Gnus logo; always use compose-mail.
6118
6119 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6120
6121         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6122
6123 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6124
6125         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6126         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6127         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6128         available.
6129         (gnus-nocem-epg-verify): New function.
6130
6131 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6132
6133         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6134
6135 2009-02-15  Glenn Morris  <rgm@gnu.org>
6136
6137         * gnus-util.el (rmail-insert-rmail-file-header)
6138         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6139         autoloads.
6140         (rmail-default-rmail-file): Remove unnecessary declaration.
6141         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6142
6143 2009-02-14  Glenn Morris  <rgm@gnu.org>
6144
6145         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6146         variable (only used in gnus-util, which declares it anyway).
6147         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6148         which was only needed by gnus-art (changed to not use it any more).
6149         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6150         only used in gnus-util, which autoloads it itself.
6151         (rmail-update-summary): Fix autoload.
6152
6153         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6154         rather than rmail-output-to-rmail-file.
6155
6156 2009-02-07  Glenn Morris  <rgm@gnu.org>
6157
6158         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6159         autoload of function that no longer exists.
6160         (rmail-toggle-header): Declare.
6161         (message-forward-rmail-make-body): Handle mbox Rmail.
6162
6163 2009-01-31  Glenn Morris  <rgm@gnu.org>
6164
6165         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6166         2009-01-09 change.
6167
6168 2009-01-31  Dave Love  <fx@gnu.org>
6169
6170         * imap.el (imap-fetch-safe): Bind debug-on-error.
6171         (imap-debug): Add imap-fetch-safe.
6172
6173 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6174
6175         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6176         (auth-source-forget-all-cached): New convenience function.
6177         (auth-source-user-or-password): Accept list of modes or a single mode.
6178
6179         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6180         auth-source modes.
6181
6182         * netrc.el (netrc-machine-user-or-password): Use list of
6183         auth-source modes.
6184
6185         * nnimap.el (nnimap-open-connection): Use list of
6186         auth-source modes.
6187
6188         * nntp.el (nntp-send-authinfo): Use list of
6189         auth-source modes.
6190
6191 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6192
6193         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6194         now.
6195
6196 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6197
6198         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6199         coding system in XEmacs; add a workaround for XEmacs.
6200
6201         * lpath.el: Fbind coding-system-aliasee.
6202
6203 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6204
6205         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6206         of current-language-environment.
6207
6208 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6209
6210         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6211         available at runtime.
6212
6213 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6214
6215         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6216
6217 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6218
6219         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6220         the greatest positive fixnum value doesn't work under an XEmacs with
6221         bignum support; use the most-positive-fixnum constant instead,
6222         available since Emacs 21.1 with cl and XEmacs 21.1.
6223
6224 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6225
6226         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6227         XEmacs gets not to work.
6228
6229 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6230
6231         * mm-util.el (mm-coding-system-priorities): Allow the value like
6232         "Japanese (UTF-8)" of current-language-environment.
6233
6234 2009-01-09  Glenn Morris  <rgm@gnu.org>
6235
6236         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6237         with last-command-event.
6238
6239 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6240
6241         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6242         in the doc string.
6243
6244         * message.el (message-fix-before-sending): Amend comment.
6245
6246 2009-01-08  Dave Love  <fx@gnu.org>
6247
6248         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6249
6250 2009-01-07  David Engster  <dengste@eml.cc>
6251
6252         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6253         simplified server definitions by converting it via
6254         gnus-server-to-method.
6255
6256 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6257
6258         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6259         parameter's operands.
6260
6261 2009-01-06  David Engster  <dengste@eml.cc>
6262
6263         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6264         primary select method (for gnus-group-mark-article-as-read).
6265
6266 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6267
6268         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6269         `(gnus)Face', not `(gnus)X-Face'.
6270
6271 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6272
6273         * mm-util.el (mm-ucs-to-char): New function.
6274
6275         * mm-url.el (mm-url-decode-entities): Use it.
6276
6277         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6278         unicode-to-char.
6279
6280 2009-01-05  Dave Love  <fx@gnu.org>
6281
6282         * time-date.el: Require cl for `declare'.
6283
6284 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6285
6286         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6287         Dave Love.
6288
6289 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6290
6291         * message.el (message-fix-before-sending): Add `eight-bit' to
6292         illegible-text check.
6293
6294 2009-01-03  Michael Olson  <mwolson@gnu.org>
6295
6296         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6297         `headers' is nil.  This can occur if the IMAP server does not have
6298         permissions to read messages from a folder, but can write new messages
6299         to the folder.
6300         (nnimap-request-article-part): Do not insert `data' if it is nil.
6301
6302         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6303         characters which will confuse `read', so skip past them.
6304
6305 2009-01-01  Dave Love  <fx@gnu.org>
6306
6307         * imap.el (imap-string-to-integer): Fix typo.
6308         (imap-fetch-safe): New function.
6309         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6310
6311         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6312
6313         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6314         (imap-parse-greeting): Fix doc strings.
6315         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6316         (imap-parse-flag-list): Make messages unique.
6317         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6318
6319         * nnimap.el: Fix author email.
6320         (nnimap-split-rule): Add FIXME comment.
6321         (nnimap-debug): Fix doc string.
6322
6323 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6324
6325         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6326
6327 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6328
6329         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6330         nslookup if resolv.conf isn't available.
6331         (dns-query): Rename from query-dns.
6332         (dns-query-cached): Rename from query-dns-cached.
6333
6334 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6335
6336         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6337         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6338         to check if those variables exist (first appeared in Emacs 18.50).
6339
6340 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6341
6342         * mm-util.el (mm-line-number-at-pos): New function.
6343
6344         * spam-report.el (spam-report-process-queue): Use it.
6345
6346 2008-12-24  David Engster  <dengste@eml.cc>
6347
6348         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6349         parameters that haven't existed as variables as buffer-local variables.
6350
6351 2008-12-23  Dave Love  <fx@gnu.org>
6352
6353         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6354         cadar.
6355
6356         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6357         imap-starttls-p.
6358         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6359
6360 2008-12-22  Dave Love  <fx@gnu.org>
6361
6362         * imap.el: Fix author email.  Doc fixes.
6363         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6364         reply.
6365
6366 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6367
6368         * spam-report.el (spam-report-gmane-max-requests): New constant.
6369         (spam-report-gmane-wait): New variable.
6370         (spam-report-gmane-ham, spam-report-gmane-spam)
6371         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6372         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6373         the server.
6374
6375         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6376         Add explanations.
6377
6378         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6379         nnheader-accept-process-output and nnheader-read-timeout if available.
6380         (pop3-movemail): Use it.
6381
6382         * message.el (message-check-news-body-syntax): Fix signature check if
6383         there's an attachment.
6384
6385 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6386
6387         * mm-util.el: Add comments to the mm- emulating functions.
6388
6389 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6390
6391         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6392         Reported by Stephen Berman <stephen.berman@gmx.net>.
6393
6394 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6395
6396         * mm-util.el (mm-substring-no-properties): New function.
6397         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6398         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6399         (mm-string-to-multibyte): Doc fix.
6400
6401         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6402
6403 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6404
6405         * mml.el (mml-attach-file): Strip text properties from file name.
6406         (Bug#1574)
6407
6408 2008-12-16  Glenn Morris  <rgm@gnu.org>
6409
6410         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6411
6412 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6413
6414         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6415         knows since the charset specified might be a bogus alias that
6416         mm-charset-synonym-alist provides.
6417
6418 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6419
6420         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6421         "ISO_8859-1".
6422
6423         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6424
6425 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6426
6427         * mm-util.el (mm-charset-eval-alist):
6428         Define it before mm-charset-to-coding-system.
6429         (mm-charset-to-coding-system): Add optional argument `silent';
6430         define it before mm-charset-override-alist.
6431         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6432         default value if it can be used in Emacs currently running;
6433         silence mm-charset-to-coding-system.
6434
6435 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6436
6437         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6438         `allow-override' which says whether to use `mm-charset-override-alist'.
6439         (rfc2047-decode-encoded-words): Use it.
6440
6441         * mm-util.el (mm-charset-override-alist): Fix custom type;
6442         add `(gb2312 . gbk)' to choices.
6443
6444 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6445
6446         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6447         fast.
6448
6449         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6450
6451         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6452
6453 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6454
6455         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6456         on links.
6457
6458         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6459
6460 2008-12-03  Lute Kamstra  <lute@gnu.org>
6461
6462         * sha1.el: Remove leading * from docstrings of defcustoms,
6463         deffaces, defconsts and defuns.
6464
6465 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6466
6467         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6468         users' addresses that don't have domain parts.
6469         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6470         rather than message-narrow-to-head since there will be the message
6471         header separator.
6472
6473 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6474
6475         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6476         since the result is inserted in a unibyte buffer anyway.
6477         (nnimap-demule-use-string-to-multibyte): Remove.
6478         (nnimap-demule): Alias it to mm-string-to-multibyte.
6479
6480 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6481
6482         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6483         variable for debugging bug#464 and bug#1174.
6484         (nnimap-demule): Use it.
6485
6486 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6487
6488         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6489         score calculation correctly.
6490
6491 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6492
6493         * message.el (message-send-mail): Just set the buffer to unibyte
6494         rather than use mm-with-unibyte-current-buffer which does a lot more.
6495         (message-send-mail-partially): Don't bother with
6496         mm-with-unibyte-current-buffer since it's already been made unibyte by
6497         message-send-mail.
6498
6499 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6500
6501         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6502
6503 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6504
6505         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6506
6507 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6508
6509         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6510         require itself and to remove `with-no-warnings'.
6511
6512 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6513
6514         * starttls.el (starttls-any-program-available): Get the name of the
6515         available TLS layer program.
6516         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6517         well as the host name in the "opening" message.
6518
6519         * auth-source.el (auth-source-cache, auth-source-do-cache)
6520         (auth-source-user-or-password): Cache passwords and logins by default,
6521         allow override with `auth-source-do-cache'.
6522         (auth-source-forget-user-or-password): Allow users to remove cache
6523         entries if needed.
6524
6525 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6526
6527         * md4.el (md4-buffer): Fix typo in docstring.
6528         (md4, md4-64): Doc fixes.
6529         (md4-pack-int32): Reflow docstring.
6530
6531 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6532
6533         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6534         condition-case to only the forward-sexp call.
6535
6536 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6537
6538         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6539         quotes contained.  Make it more robust regardless by an extra
6540         condition-case wrapper.
6541
6542 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6543
6544         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6545
6546 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6547
6548         * nnml.el (nnml-request-expire-articles): Check if the function set to
6549         `nnmail-expiry-target' returns the symbol `delete'.
6550
6551         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6552
6553         * nnmail.el (nnmail-expiry-target): Fix custom type.
6554
6555 2008-10-02  Glenn Morris  <rgm@gnu.org>
6556
6557         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6558         Silence compiler warning.
6559
6560 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6561
6562         * tls.el (open-tls-stream): Show the actual command being
6563         executed, instead of the format string.
6564
6565 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6566
6567         * lpath.el: Fbind codepage-setup for Emacs 23.
6568
6569 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6570
6571         * mml.el (mml-menu): Don't assume mml2015 is bound.
6572
6573 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6574
6575         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6576         exists.
6577
6578 2008-09-27  Glenn Morris  <rgm@gnu.org>
6579
6580         * gnus-util.el (mail-header-remove-comments): Autoload it.
6581
6582 2008-09-27  Andreas Schwab  <schwab@suse.de>
6583
6584         * gnus-util.el (gnus-split-references): Strip comments.
6585         (gnus-parent-id): Likewise.
6586
6587 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6588
6589         * message.el (message-confirm-send): Fix version.
6590
6591 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6592
6593         * message.el (message-idna-to-ascii-rhs-1): Use
6594         mail-extract-address-components rather than mail-header-parse-addresses
6595         that is an alias by default to ietf-drums-parse-addresses that does not
6596         support non-ASCII names in headers' contents.
6597
6598 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6599
6600         * message.el (message-confirm-send): Fix variable documentation to
6601         avoid the "y/n" wording.
6602
6603 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6604
6605         * message.el (message-set-auto-save-file-name): Save to a different
6606         filename so multiple messages (especially drafts) can be recovered.
6607
6608 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6609
6610         * message.el (message-confirm-send): Add appropriate version.
6611
6612 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6613
6614         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6615         defvar.
6616
6617 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6618
6619         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6620         (mm-pkcs7-enveloped-magic): Ditto.
6621
6622 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6623
6624         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6625         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6626
6627 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6628
6629         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6630         default, it's better.
6631
6632 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6633
6634         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6635         summary line gnus-number property and ignore them (with a warning
6636         message).
6637
6638 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6639
6640         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6641         macro caddr in the interactive form since it won't be expanded.
6642
6643 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6644
6645         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6646         `charset'; fix name of function called recursively.
6647         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6648
6649 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6650
6651         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6652         (gnus-mime-set-charset-parameters): New function.
6653         (gnus-mime-view-part-as-charset): Use it to correctly display part
6654         specifying wrong charset.
6655
6656 2008-09-08  David Engster  <dengste@eml.cc>
6657
6658         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6659         in completing-read for back end server.
6660
6661 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6662
6663         * message.el (message-confirm-send): New variable to confirm sending a
6664         message.
6665         (message-send): Use it.
6666
6667 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6668
6669         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6670
6671 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6672
6673         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6674
6675 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6676
6677         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6678         prevent tracking too many groups.
6679         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6680         Use it.
6681
6682 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6683
6684         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6685         moving point to the bottom of the window in order to avoid recentering.
6686
6687 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6688
6689         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6690
6691         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6692         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6693         (gnus-article-beginning-of-window): Fix calculation.
6694
6695 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6696
6697         * gnus-msg.el (gnus-summary-supersede-article)
6698         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6699         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6700         message header.
6701
6702 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6703
6704         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6705         pending output coming after the status change.
6706
6707 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6708
6709         * message.el:
6710         * gnus-start.el:
6711         * gnus-registry.el: Remove VMS support.
6712
6713 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6714
6715         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6716         macro.
6717         (rfc2104-hash): Use it.
6718
6719 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6720
6721         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6722         (gnus-summary-sort-by-most-recent-date): New commands.
6723         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6724         and menu entries.
6725
6726 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6727
6728         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6729         don't redisplay article for raw contents; remove plural articles stuff.
6730
6731         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6732         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6733         on gnus-summary-save-article; display results properly.
6734
6735 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6736
6737         * lpath.el: No need to fbind ns-focus-frame.
6738
6739 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6740
6741         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6742
6743 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6744
6745         * gnus-art.el (gnus-summary-save-in-pipe):
6746         Consider gnus-save-all-headers.
6747
6748 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6749
6750         * gnus-util.el (ns-focus-frame): Remove declaration.
6751         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6752         like x.
6753
6754 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6755
6756         * rfc2104.el (rfc2104-zero): Delete defconst.
6757         (rfc2104-hex-alist): Likewise.
6758         (rfc2104-hex-to-int): Delete func.
6759         (rfc2104-hexstring-to-bitstring): Likewise.
6760         (rfc2104-nybbles): New defconst.
6761         (rfc2104-hash): Rewrite for speed.
6762
6763 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6764
6765         * tls.el (open-tls-stream): Make it work with the 2nd argument
6766         BUFFER that is a string but does not exist as a buffer object, as
6767         mentioned in the doc-string.
6768
6769 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6770
6771         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6772         SXEmacs.
6773
6774 2008-07-16  Glenn Morris  <rgm@gnu.org>
6775
6776         * gnus-util.el (ns-focus-frame): Declare for compiler.
6777
6778 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6779
6780         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6781         set as a group parameter.
6782         (gnus-summary-save-in-pipe): Work when it is called independently.
6783         (gnus-summary-pipe-to-muttprint): Don't modify
6784         gnus-summary-pipe-output-default-command.
6785
6786 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6787
6788         * message.el (message-send-mail-with-sendmail):
6789         Display the error message.
6790
6791 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6792
6793         * gnus-art.el (gnus-default-article-saver):
6794         Add gnus-summary-save-in-pipe to choices.
6795         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6796         gnus-summary-pipe-output-default-command as the default command.
6797         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6798         instead of gnus-last-shell-command.
6799
6800         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6801         New user option.
6802         (gnus-summary-muttprint-program): Mention the value will be changed.
6803         (gnus-summary-save-article): Force showing of all headers.
6804         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6805
6806 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6807
6808         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6809
6810 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6811
6812         * nnimap.el (nnimap-id):
6813         * sieve-manage.el (sieve-manage-open): Doc fixes.
6814
6815 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6816
6817         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6818         if available.
6819
6820 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6821
6822         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6823
6824         * nnkiboze.el (nnkiboze-generate-group):
6825         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6826
6827         * nnmairix.el: Require CL.
6828
6829 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6830
6831         * dgnushack.el: Autoload get-display-table and put-display-table for
6832         XEmacs 21.5.
6833
6834         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6835         21.4 and SXEmacs.
6836
6837 2008-06-15  David Engster  <dengste@eml.cc>
6838
6839         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6840
6841 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6842
6843         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6844         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6845         runtime choice under XEmacs.
6846
6847         * gnus-sum.el (gnus-summary-set-display-table):
6848         Use `gnus-put-display-table', `gnus-get-display-table',
6849         `gnus-set-display-table' for the display table, instead of `aset'.
6850
6851         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6852         Use `gnus-put-display-table', `gnus-get-display-table',
6853         `gnus-set-display-table' for the display table.
6854
6855 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6856
6857         * nnmairix.el: Add autoloads.
6858
6859 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6860
6861         * nnmairix.el (nnmairix-delete-recreate-group)
6862         (nnmairix-update-and-clear-marks): Fix error messages.
6863
6864 2008-06-14  David Engster  <dengste@eml.cc>
6865
6866         * nnmairix.el: Upgrade to version 0.6.
6867         (nnmairix-group-toggle-propmarks-this-group)
6868         (nnmairix-group-toggle-readmarks-this-group)
6869         (nnmairix-group-delete-recreate-this-group)
6870         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6871         (nnmairix-remove-tick-mark-original-article): New commands.
6872         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6873         (nnmairix-propagate-marks-to-nnmairix-groups)
6874         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6875         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6876         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6877         functions needed for marks propagation and manipulation of read marks.
6878         (nnmairix-update-groups): New function.
6879         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6880         (nnmairix-determine-original-group-from-registry)
6881         (nnmairix-determine-original-group-from-path)
6882         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6883         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6884         New helper functions.
6885         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6886         keystrokes for new commands.
6887         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6888         (nnmairix-request-group): Check allow-fast group parameter.
6889         (nnmairix-request-create-group): Set allow-fast group parameter if
6890         nnmairix-allowfast-default is set.
6891         (nnmairix-close-group): Propagate marks upon closing if needed.
6892         (nnmairix-group-toggle-threads-this-group): Use new.
6893         nnmairix-group-toggle-parameter helper function.
6894         (nnmairix-search): Better check for empty search result.
6895         (nnmairix-goto-original-article): Use new helper functions for
6896         determining original article.
6897         (nnmairix-show-original-article): Make sure message-id is in brackets.
6898         (nnmairix-call-mairix-binary): Change variable name.
6899         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6900         helper function.
6901         (nnmairix-widget-toggle-activate): Fix doc string.
6902
6903 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6904
6905         * nnir.el: Require edmacro when compiling with XEmacs.
6906         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6907         available in Emacs 21.
6908
6909 2008-06-11  Glenn Morris  <rgm@gnu.org>
6910
6911         * gnus-util.el (x-focus-frame):
6912         * gnus.el (image-size):
6913         * mm-decode.el (image-size): Declare.
6914
6915         * gnus-picon.el (declare-function): Add compat definition.
6916         (image-size): Declare.
6917
6918         * gnus-group.el (tool-bar-map):
6919         * gnus-sum.el (tool-bar-map): Define for compiler.
6920
6921         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6922
6923         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6924
6925         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6926         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6927         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6928         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6929         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6930         * sieve-manage.el, spam-report.el, spam.el:
6931         Remove unnecessary eval-and-compile of autoloads.
6932
6933 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6934
6935         * auth-source.el: Precise Tramp doc.
6936
6937 2008-06-07  Glenn Morris  <rgm@gnu.org>
6938
6939         * nnmairix.el: Remove unnecessary eval-when-compile.
6940
6941 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6942
6943         * lpath.el: Fbind propertize for XEmacs 21.4.
6944
6945 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6946
6947         * nnir.el: Move here from ../contrib.
6948
6949 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6950
6951         * gnus-util.el (gnus-read-shell-command): New function.
6952         * mm-decode.el (mm-pipe-part):
6953         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6954
6955 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6956
6957         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6958
6959 2008-06-03  Glenn Morris  <rgm@gnu.org>
6960
6961         * pop3.el (nnheader-accept-process-output): Autoload it.
6962
6963 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6964
6965         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6966         are not 2-digit hexadecimal characters that follow `%'s.
6967
6968 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6969
6970         * message.el (message-bogus-recipient-p): Fix type in doc string.
6971         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6972         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6973         Improve custom options.
6974         (message-bogus-recipient-p): Adjust accordingly.
6975
6976 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6977
6978         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6979         long-form month and day names.
6980
6981 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6982
6983         * dgnushack.el: Autoload debug, eudc-expand-inline and
6984         pgg-snarf-keys-region for XEmacs.
6985
6986         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6987
6988         * nnmairix.el: Require edmacro when compiling with XEmacs.
6989
6990 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6991
6992         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6993         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6994
6995 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6996
6997         * auth-source.el: Add more docs.
6998
6999         * netrc.el (netrc-machine): Always match if the port is not given.
7000
7001 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7002
7003         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7004         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7005         retrieval faster in some cases, but might make CPU usage larger.
7006         If this has any bad side effects, we might revert this change.
7007
7008         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7009         seems to make mail retrieval much, much faster.
7010         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7011         unconditionally.
7012
7013         * gnus-draft.el (gnus-group-send-queue):
7014         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7015
7016 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7017
7018         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7019
7020         * message.el (message-bogus-address-regexp): Fix and improve custom
7021         type.
7022         (message-setup-hook): Add message-check-recipients as custom option.
7023
7024 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7025
7026         * message.el (message-cite-function): Remove bogus autoload which crept
7027         in during merge from v5-10.
7028
7029 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7030
7031         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7032
7033         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7034
7035         * auth-source.el: Preliminary Tramp docs.
7036         (auth-sources): Change the default auth-sources to use
7037         EPA .gpg files.
7038
7039 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7040
7041         * nntp.el: Autoload `auth-source-user-or-password'.
7042         (nntp-send-authinfo): Use it.
7043
7044         * nnimap.el: Autoload `auth-source-user-or-password'.
7045         (nnimap-open-connection): Use it.
7046
7047         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7048         for the gnus-message function.
7049         (auth-source-user-or-password): Use it.
7050
7051 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7052
7053         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7054         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7055         (rfc2104-hash): Use it.
7056
7057 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7058
7059         * gnus-art.el (gnus-article-toggle-truncate-lines):
7060         Don't use `iff' in docstring.
7061
7062 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7063
7064         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7065
7066         * gnus-util.el (gnus-extract-address-component-name)
7067         (gnus-extract-address-component-email): Convenience functions around
7068         `gnus-extract-address-components'.
7069
7070         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7071         Use `gnus-extract-address-component-email' to fix bug of comparing full
7072         sender name to `user-mail-address'.
7073
7074 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7075
7076         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7077         catch/throw to optimize.
7078         (gnus-registry-find-keywords): Just use member to find a keyword.
7079
7080 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7081
7082         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7083         is current before calling gnus-server-prepare.
7084         (gnus-server-setup-buffer, gnus-server-update-server)
7085         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7086
7087 2008-05-04  Juri Linkov  <juri@jurta.org>
7088
7089         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7090         (mailcap-file-default-commands): Use mailcap-replace-in-string
7091         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7092         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7093
7094 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7095
7096         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7097
7098 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7099
7100         * gnus.el: Bump version to 0.11.
7101
7102 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7103
7104         * gnus.el: No Gnus v0.10 is released.
7105
7106 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7107
7108         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7109         hooks.
7110         (gnus-update-read-articles): Speed up non-marks-using users.
7111         (gnus-use-marks): Define gnus-use-marks.
7112         (gnus-propagate-marks): Rename variable to something more sensible.
7113
7114 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7115
7116         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7117         (gmm-image-load-path-for-library): Fix typos in docstrings.
7118         (gmm-message): Reflow docstring.
7119
7120 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7121
7122         * mail-source.el (mail-source-set-1, mail-source-bind):
7123         Move auth-source code out of the macro to clean it up and fix bugs.
7124
7125 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7126
7127         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7128         by sender if it's equal to user-mail-address, it's likely to be
7129         useless.
7130
7131         * mail-source.el (mail-source-bind): Don't use user or password if they
7132         are not bound.  Unintern them if they are nil.  Don't use server unless
7133         it's bound, and default it to empty string otherwise.
7134
7135 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7136
7137         * mail-source.el: Load auth-source.el.
7138         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7139         get user name or password, if auth-sources is set up.
7140
7141         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7142         strategy of splitting with parent.
7143         (gnus-registry-split-fancy-with-parent)
7144         (gnus-registry-post-process-groups): Use it and fix prior
7145         bug (returning a list as the split result).
7146
7147         * auth-source.el (auth-sources): Remove server parameter.
7148         (auth-source-pick, auth-source-user-or-password)
7149         (auth-source-user-or-password-imap)
7150         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7151         (auth-source-user-or-password-sftp)
7152         (auth-source-user-or-password-smtp): Remove server parameter.
7153
7154 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7155
7156         * smime.el (smime-sign-region, smime-encrypt-region)
7157         (smime-decrypt-region):
7158         Remove redundant calls to `generate-new-buffer-name'.
7159
7160 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7161
7162         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7163         Don't use QP for message/rfc822.
7164         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7165
7166 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7167
7168         * sieve-manage.el (sieve-string-bytes): Remove.
7169         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7170         correct byte-length only if the process's coding-system is the same as
7171         the one used internally by Emacs to represent strings.
7172
7173 2008-04-22  Juri Linkov  <juri@jurta.org>
7174
7175         * mailcap.el (mailcap-file-default-commands): New function.
7176
7177 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7178
7179         * message.el (message-signature-separator, message-cite-function):
7180         Change custom version.
7181
7182 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7183
7184         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7185         commands.
7186         (tls-checktrust): Ditto.
7187
7188 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7189
7190         * mm-decode.el (mm-display-external): Make temp file read-only.
7191
7192 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7193
7194         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7195         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7196         `C-c C-f d'.
7197
7198 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7199
7200         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7201
7202 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7203
7204         * gnus.el: Bump version to 0.9.
7205
7206 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7207
7208         * gnus.el: No Gnus v0.8 is released.
7209
7210 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7211
7212         * mail-source.el (mail-source-value):
7213         Prefer fboundp to functionp so it works with macros as well.
7214
7215 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7216
7217         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7218         Fix last change in case the element is not even a symbol.
7219
7220 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7221
7222         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7223         Prefer fboundp to functionp so it works with macros as well.
7224
7225 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7226
7227         * auth-source.el: Add docs.
7228         (auth-sources): Modify format to support server.
7229         (auth-source-pick, auth-source-user-or-password)
7230         (auth-source-user-or-password-imap)
7231         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7232         (auth-source-user-or-password-sftp)
7233         (auth-source-user-or-password-smtp): Add server parameter.
7234
7235 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7236
7237         * gnus-registry.el: Initialize the registry when gnus-registry-install
7238         is t.
7239
7240 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7241
7242         * compface.el (uncompface): Make buffer unibyte.
7243
7244 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7245
7246         * mail-source.el (mail-source-value):
7247         Prefer fboundp to functionp so it works with macros as well.
7248
7249 2008-04-05  Glenn Morris  <rgm@gnu.org>
7250
7251         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7252
7253 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7254
7255         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7256         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7257
7258         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7259         multibyteness after rather than before erasing it.
7260
7261         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7262         mm-with-multibyte.
7263         (gnus-request-article-this-buffer): Make sure the proper decoding is
7264         used if gnus-original-article-buffer happens to be unibyte.
7265
7266         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7267         default-enable-multibyte-characters.
7268
7269         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7270         default-enable-multibyte-characters.
7271
7272         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7273
7274         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7275
7276 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7277
7278         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7279         Fix last change in case the element is not even a symbol.
7280
7281 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7282
7283         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7284         (imap-message-copyuid-1): Use it.
7285         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7286         J. Williams in
7287         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7288
7289         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7290         imap-enable-exchange-bug-workaround.
7291         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7292
7293 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7294
7295         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7296         a 100 byte status-checks into a 2-3MB transfer for each group.
7297         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7298         to enable bug workaround or not.
7299         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7300
7301 2008-03-31  Glenn Morris  <rgm@gnu.org>
7302
7303         * message.el (mml2015-use): Declare for compiler.
7304         (message-info): Require mml2015 when appropriate.
7305
7306 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7307
7308         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7309         whitespace.
7310
7311 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7312
7313         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7314         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7315         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7316         (nntp-service-to-port): New function.
7317         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7318         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7319         (nntp-open-netcat-stream): New function.
7320         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7321
7322 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7323
7324         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7325
7326 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7327
7328         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7329
7330 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7331
7332         * dns.el (dns-write): Use set-buffer-multibyte.
7333
7334 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7335
7336         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7337
7338 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7339
7340         * message.el (message-signature-separator): Change default.
7341         Improve custom type.
7342         (message-cite-function): Change default to
7343         message-cite-original-without-signature.
7344
7345         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7346         toggle.
7347
7348         * message.el (message-check-news-body-syntax): Fix signature check.
7349         (message-setup-1): Mark buffer as unmodified _after_ running
7350         message-setup-hook and handling message-alternative-emails.
7351         (message-shorten-references): Be more strict when building list of
7352         valid references to comply with GNKSA.
7353
7354         * gnus-group.el (gnus-read-ephemeral-bug-group)
7355         (gnus-read-ephemeral-debian-bug-group)
7356         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7357
7358         * message.el (message-info): Don't use booleanp which isn't supported
7359         in Emacs 21 and XEmacs.
7360
7361 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7362
7363         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7364         gnus-group-gmane-group-download-format.
7365         (gnus-group-read-ephemeral-gmane-group): Rename from
7366         gnus-group-read-ephemeral-gmane-group.
7367         (gnus-read-ephemeral-gmane-group-url): Rename from
7368         gnus-group-read-ephemeral-gmane-group-url.
7369         (gnus-bug-group-download-format-alist): New variable.
7370         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7371         (gnus-read-ephemeral-emacs-bug-group): New commands.
7372
7373 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7374
7375         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7376         (gnus-visible-headers): Improve custom type.
7377
7378 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7379
7380         * mml.el (mml-menu): Add workarounds for XEmacs.
7381
7382         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7383         X-Boundary header.
7384
7385         * message.el (message-simplify-recipients): Fix previous commit.
7386
7387 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7388
7389         * mm-util.el (mm-set-buffer-multibyte): New function.
7390         * mm-decode.el (mm-copy-to-buffer): Use it.
7391
7392         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7393         Prefer fboundp to functionp so it works with macros as well.
7394
7395 2008-03-19  Glenn Morris  <rgm@gnu.org>
7396
7397         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7398         Accidentally removed in the sync process with Emacs.
7399
7400 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7401
7402         * message.el (message-alter-recipients-discard-bogus-full-name):
7403         New function.
7404         (message-alter-recipients-function): New variable.
7405         (message-get-reply-headers): Use it.
7406         (message-replace-header): New helper function.
7407         (message-recipients-without-full-name): New variable.
7408         (message-simplify-recipients): New command.
7409
7410         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7411
7412         * message.el (message-info): Handle EasyPG manual.
7413
7414         * mml.el (mml-menu): Add entry for EasyPG.
7415
7416 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7417
7418         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7419         parameter.
7420
7421         * message.el (message-disassociate-draft): Specify drafts group name
7422         fully.
7423
7424 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7425
7426         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7427         Eliminate unnecessary duplicates from the match list.
7428
7429 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7430
7431         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7432
7433         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7434
7435         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7436         args of `how-many' of which the XEmacs version doesn't take; declare
7437         Info-index-next as function.
7438
7439 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7440
7441         * gnus-score.el (gnus-score-headers): Fix handling of
7442         gnus-inhibit-slow-scoring.
7443
7444         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7445         string.
7446         (gnus-button-url-regexp): Improve handling of parenthesis.
7447         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7448         (gnus-button-handle-info-keystrokes): Handle index entries.
7449
7450 2008-03-15  Glenn Morris  <rgm@gnu.org>
7451
7452         * parse-time.el (parse-time-string): Simplify.
7453
7454 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7455
7456         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7457         Incoming* files.
7458
7459 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7460
7461         * auth-source.el (auth-sources): Rename from auth-source-choices.
7462         (auth-source-pick): Use it.
7463
7464 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7465
7466         * binhex.el (binhex-decode-region-internal):
7467         * uudecode.el (uudecode-decode-region-internal):
7468         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7469         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7470         setting default-enable-multibyte-characters.
7471
7472 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7473
7474         * auth-source.el (auth-source-protocols)
7475         (auth-source-protocols-customize, auth-source-choices): Add and
7476         modified variable customizations and defaults.
7477         (auth-source-pick, auth-source-user-or-password)
7478         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7479         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7480         (auth-source-user-or-password-sftp)
7481         (auth-source-user-or-password-smtp): Use new variables and provide an
7482         interface to netrc.el.
7483
7484 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7485
7486         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7487         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7488         Make sure the nntp port to specify is a string.
7489
7490 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7491
7492         * nntp.el: Use with-current-buffer.
7493         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7494         dubious mm-with-unibyte-current-buffer.
7495         (nntp-with-open-group-function): New function extracted from
7496         nntp-with-open-group macro.
7497         (nntp-with-open-group): Use the function, so it's easier to debug.
7498         Add indentation and debugging info.
7499         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7500         Recommend the use of the netcat alternatives.
7501
7502         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7503         Avoid mm-string-as-multibyte as well.
7504
7505         * nnweb.el (nnweb-insert-html):
7506         Remove use of nnheader-string-as-multibyte.
7507
7508         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7509         (nnheader-string-as-multibyte): Remove.
7510
7511         * mm-view.el: Use inhibit-read-only.
7512         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7513         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7514         or unibyte-string.
7515
7516         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7517         (mm-uu-yenc-extract): Use with-current-buffer.
7518
7519         * gnus-soup.el (gnus-soup-send-packet): Don't use
7520         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7521
7522         * nnmh.el: Use with-current-buffer.
7523         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7524         mm-string-as-multibyte on the output of mm-encode-coding-string.
7525
7526         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7527         (nnimap-request-move-article): Use with-current-buffer.
7528
7529         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7530         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7531         conversion uses string-make-unibyte rather than string-as-unibyte.
7532
7533         * gnus-msg.el: Use with-current-buffer.
7534
7535         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7536
7537 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7538
7539         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7540         string for caching if it is 'PIN.
7541
7542 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7543
7544         * lpath.el: Consider the case without Emacs/W3.
7545
7546 2008-03-08  Glenn Morris  <rgm@gnu.org>
7547
7548         * time-date.el (date-to-time, time-subtract, time-add)
7549         (safe-date-to-time): Doc fixes.
7550
7551 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7552
7553         * mail-source.el (mail-source-delete-old-incoming-confirm):
7554         Change default to nil.
7555         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7556
7557 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7558
7559         * lpath.el: Rearrange.
7560
7561         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7562         (gnus-article-goto-prev-page): Work for articles having ^L's.
7563
7564         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7565
7566         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7567
7568 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7569
7570         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7571         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7572         (gnus-bookmark-jump): Adjust some variable names.
7573
7574 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7575
7576         * auth-source.el: New package.
7577         (auth-source-choices): Add customization entry point variable.
7578
7579         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7580         bug.
7581
7582 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7583
7584         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7585         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7586         (gnus-registry-install-shortcuts): Rename from
7587         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7588         the `gnus-registry-mark-map' keymap dynamically from
7589         `gnus-registry-marks'.  The generated functions update the summary line
7590         when a registry mark is added or deleted, and will call
7591         `gnus-registry-install-p' (see the comments in the code).
7592         (gnus-registry-user-format-function-M): Use concat intelligently.
7593
7594         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7595         the registry mark functions.
7596
7597 2008-03-05  Glenn Morris  <rgm@gnu.org>
7598
7599         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7600         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7601         gnus-art.
7602         (top-level): No need to load own source when compiling.
7603
7604 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7605
7606         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7607         Suggested by <chris.anderton@zetnet.co.uk>.
7608
7609 2008-03-04  Glenn Morris  <rgm@gnu.org>
7610
7611         * gnus-sum.el (top-level): No need to require gnus when compiling,
7612         since unconditionally required near start of file.
7613         (gnus-summary-display-while-building): Move definition before use.
7614
7615 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7616
7617         * gnus-registry.el (gnus-registry-user-format-function-M):
7618         Add formatting function.
7619
7620 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7621
7622         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7623         with plists.
7624         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7625         Use new format.
7626
7627 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7628
7629         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7630         `where-is-internal' that returns a range of key sequences.
7631
7632 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7633
7634         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7635
7636         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7637         (gnus-summary-jump-to-group): Consider windows on other displayed
7638         frames as well.  Similar changes might be needed elsewhere, but that's
7639         the one I've bumped into during my use.
7640
7641         * nndoc.el (nndoc-oe-dbx-type-p):
7642         * gnus-msg.el (gnus-debug):
7643         * gnus-group.el (gnus-update-group-mark-positions):
7644         Use mm-string-to-multibyte.
7645
7646 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7647
7648         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7649         doesn't handle NotDashEscaped.
7650
7651         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7652         (mml-dnd-attach-options): Fix typo in custom choice.
7653
7654         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7655         Change nndoc-article-type to mbox.
7656         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7657
7658         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7659         to nil, instead of html2text.
7660
7661         * imap.el (imap-debug): Add `imap-ping-server'.
7662
7663         * gnus-bookmark.el: Add FIXMEs.
7664
7665         * message.el (message-form-letter-separator)
7666         (message-send-form-letter-delay): New variables.
7667         (message-send-form-letter): Use them.  New command to send form
7668         letters.  Requested by Uwe Siart.
7669         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7670
7671 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7672
7673         * Update copyright years.
7674
7675 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7676
7677         Sync from EMACS_22_BASE.
7678
7679         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7680
7681 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7682
7683         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7684         empty author.
7685
7686 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7687
7688         * gnus-registry.el (gnus-registry-marks): Add variable for
7689         customization of marks and their appearance.
7690         (gnus-registry-read-mark): Use it.
7691         (gnus-registry-do-marks): Add utility function to loop through
7692         `gnus-registry-marks'.
7693         (gnus-registry-install-shortcuts-and-menus): Add function to install
7694         shortcuts and menus.
7695         (gnus-registry-initialize): Use it.
7696         (gnus-registry-default-mark): Clarify documentation.
7697
7698 2008-02-29  Glenn Morris  <rgm@gnu.org>
7699
7700         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7701         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7702         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7703         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7704         Change defcustom :version from 23.0 to 23.1.
7705
7706 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7707
7708         * gnus-registry.el (gnus-registry-follow-group-p)
7709         (gnus-registry-post-process-groups): Add functions to aid registry
7710         splitting and improve logging.  Clarify behavior in function
7711         documentation.
7712         (gnus-registry-split-fancy-with-parent): Use them.
7713
7714 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7715
7716         * gnus-art.el: Use with-current-buffer.
7717
7718 2008-02-27  David Engster  <dengste@eml.cc>
7719
7720         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7721         Express real group name in the response.
7722
7723 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7724
7725         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7726         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7727         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7728         autoload gnus-registry-fetch-group when compiling.
7729         (nnmairix-request-group-with-article-number-correction):
7730         Remove unreferenced argument passed to nnmairix-call-backend.
7731
7732 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7733
7734         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7735         (mm-uu-extract): Improve face for low color ttys.
7736         Reported by Sascha Wilde.
7737
7738 2008-02-27  Glenn Morris  <rgm@gnu.org>
7739
7740         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7741         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7742         variables to defconsts.  Convert comments to doc-strings.
7743         (nnmairix-last-server, nnmairix-current-server): Convert from free
7744         variables to defvars.  Convert comments to doc-strings.
7745         (gnus-registry-fetch-group): Autoload.
7746         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7747         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7748         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7749         caddr.
7750         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7751         nnmairix-request-group-with-article-number-correction call.
7752         (nnmairix-fast, nnmairix-group): New, less general names, for free
7753         variables passed from nnmairix-request-group to
7754         nnmairix-request-group-with-article-number-correction.  Declare.
7755         (nnmairix-request-group-with-article-number-correction):
7756         Use nnmairix-fast, nnmairix-group rather than fast, group.
7757
7758 2008-02-26  David Engster  <dengste@eml.cc>
7759
7760         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7761         version 0.5.
7762
7763 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7764
7765         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7766         instead of making an extra function call.  Don't add the current group
7767         to articles only when they have the group.  Use
7768         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7769         Reported by David <de_bb@arcor.de>.
7770
7771 2008-02-24  Miles Bader  <miles@gnu.org>
7772
7773         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7774         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7775         (mm-find-mime-charset-region):
7776         * mm-bodies.el (mm-encode-body):
7777         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7778
7779 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7780
7781         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7782         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7783
7784 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7785
7786         * mail-source.el (mail-source-delete-incoming): Change default.
7787         Supplement doc string.
7788
7789         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7790
7791 2008-02-14  Glenn Morris  <rgm@gnu.org>
7792
7793         * time-date.el (format-seconds): New function.
7794
7795 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7796
7797         * nnmail.el (nnmail-message-id-cache-file): Derive from
7798         `gnus-home-directory'.
7799
7800 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7801
7802         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7803         Document negative prefix.
7804
7805         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7806
7807 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7808
7809         * message.el (message-unsent-separator): Add the Exim bounce
7810         separator.
7811
7812 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7813
7814         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7815         list.
7816         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7817         recipient/signer list.
7818
7819 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7820
7821         * Makefile.in (datarootdir): Define.
7822         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7823         name that might contain whitespace.
7824
7825 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7826
7827         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7828         fbound (Emacs 23 unicode), signal an error.
7829
7830 2008-02-08  Glenn Morris  <rgm@gnu.org>
7831
7832         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7833
7834 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7835
7836         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7837         ports to the calls to `netrc-machine-user-or-password' in addition to
7838         "imap" and "imaps".
7839
7840 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7841
7842         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7843
7844         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7845
7846 2008-02-01  Kenichi Handa  <handa@m17n.org>
7847
7848         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7849         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7850         (rfc2104-hash): Convert the result of concat to unibyte string.
7851
7852 2008-02-01  Dave Love  <fx@gnu.org>
7853
7854         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7855         coding-system-for-read.
7856         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7857
7858 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7859
7860         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7861         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7862         <hanche@math.ntnu.no>.
7863
7864 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7865
7866         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7867
7868         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7869
7870 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7871
7872         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7873         * message.el (message-beginning-of-line): Use featurep instead of bound
7874         tests in order to resolve conditionals at compile time.
7875
7876 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7877
7878         * mail-source.el (mail-sources): Add `group' choice.
7879
7880         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7881         parameter `in-group' to control into which group the articles go.
7882         Add treatment of `group' mail-source.
7883
7884 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7885
7886         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7887
7888         * mm-decode.el (mm-dissect-buffer): Decode description.
7889
7890         * mml.el (mml-to-mime): Encode message header first.
7891
7892 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7893
7894         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7895         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7896
7897         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7898         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7899
7900 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7901
7902         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7903
7904 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7905
7906         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7907         prefix keys.
7908         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7909         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7910         gnus-xmas.el.
7911
7912         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7913         (gnus-xmas-article-describe-bindings): New function.
7914         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7915         gnus-xmas-article-describe-bindings.
7916
7917         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7918
7919 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7920
7921         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7922         Add new variables for article mark management.
7923         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7924         list of extra data entries which, when present, will indicate that the
7925         article ID should not be trimmed from the registry.
7926         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7927         functions.
7928         (gnus-registry-read-mark): New function to read a mark name from the
7929         user.
7930         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7931         (gnus-registry-set-article-mark-internal): New functions to add and
7932         remove marks.
7933         (gnus-registry-get-article-marks): New function to show the marks for
7934         an article, or retrieve them for further use.
7935
7936 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7937
7938         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7939         keys when no argument is given.
7940
7941 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7942
7943         * imap.el (imap-ping-server): New variable.
7944         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7945         (imap-ping-server): Minor doc string fixes.
7946
7947 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7948
7949         * imap.el (imap-ping-server): New function.
7950         (imap-opened): Call imap-ping-server.
7951
7952 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7953
7954         * gnus-sum.el (gnus-article-sort-by-random)
7955         (gnus-thread-sort-by-random): Fix doc strings.
7956         Reported by jidanni@jidanni.org.
7957
7958 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7959
7960         * gnus-art.el (gnus-article-describe-bindings): New function.
7961         (gnus-article-read-summary-keys): Use it.
7962         (gnus-article-mode-map): Bind `C-h b' to it.
7963
7964 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7965
7966         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7967         XEmacs.
7968         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7969         Protect against non-character events.
7970
7971         * lpath.el: Fbind map-keymap for Emacs 21.
7972
7973 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7974
7975         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7976         New command.
7977         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7978         instead of END.  Change name of the temp file.
7979         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7980         customizable.
7981
7982 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7983
7984         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7985         bind `S W' to gnus-article-wide-reply-with-original; set default
7986         binding to gnus-article-read-summary-send-keys.
7987         (gnus-article-read-summary-keys): Fix the order of keys; display
7988         continuation keys correctly in the echo area; describe bindings
7989         correctly when keys end with `C-h'.
7990         (gnus-article-read-summary-send-keys): New function.
7991         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7992         Work for gnus-article-read-summary-send-keys; display continuation keys
7993         correctly in the echo area.
7994         (gnus-article-reply-with-original): Ignore prefix argument.
7995         (gnus-article-wide-reply-with-original): New function.
7996
7997         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7998         Emacs 21.
7999
8000 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8001
8002         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8003         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8004
8005 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8006
8007         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8008         (gnus-group-read-ephemeral-gmane-group): New command.
8009
8010 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8011
8012         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8013
8014 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8015
8016         * message.el (message-send-mail-function): Increase custom version.
8017
8018         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8019         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8020
8021 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8022
8023         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8024         for the cases where imap-authenticate is called with a nil buffer
8025         parameter.
8026
8027 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8028
8029         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8030         html parts correctly; support forwarded messages.
8031         (gnus-article-browse-html-article): Remove work buffers.
8032
8033         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8034         compiling.
8035         (netrc-bound-and-true-p): New macro.
8036         (netrc-parse): Use it instead of bound-and-true-p that is not available
8037         in XEmacs 21.4.
8038
8039 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8040
8041         * gnus-registry.el (gnus-registry-mark-article)
8042         (gnus-registry-article-marks): Add functionality to mark articles
8043         through the Gnus registry.
8044
8045         * encrypt.el: Clarify documentation for the new pgg method.
8046         (encrypt-file-alist): Add PGG option.
8047         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8048         functionality.  Abstract password key and messaging to external
8049         functions.
8050         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8051         (encrypt-message-method-and-cipher): Add new convenience external
8052         functions.
8053         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8054         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8055
8056         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8057         (netrc-parse): Use encrypt-file-alist to determine if
8058         encrypt-find-model or encrypt-insert-file-contents should be used.
8059
8060         * encrypt.el: Clarify documentation.  Load password-cache or
8061         password, whichever one is found first, instead of autoloading.
8062
8063 2007-12-19  Glenn Morris  <rgm@gnu.org>
8064
8065         * mml.el (message-options-set, message-narrow-to-head)
8066         (message-in-body-p, message-mail-p, message-encode-message-body):
8067         Autoload.
8068         (message-remove-header, message-narrow-to-headers-or-head)
8069         (message-subscribed-p, message-make-mail-followup-to)
8070         (message-position-on-field, message-news-p)
8071         (message-options-set-recipient, message-generate-headers)
8072         (message-sort-headers): Declare as functions.
8073
8074 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8075
8076         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8077         convention in doc string.
8078
8079 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8080
8081         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8082         title to html parts.
8083         (gnus-article-browse-html-article): Pass message header to it.
8084
8085         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8086
8087 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8088
8089         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8090         or password compatible with XEmacs.
8091
8092 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8093
8094         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8095         format document.
8096         (gnus-mime-delete-part): Don't write description line if empty.
8097         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8098
8099 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8100
8101         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8102         (gnus-summary-mark-read-and-unread-as-read)
8103         (gnus-summary-mark-current-read-and-unread-as-read)
8104         (gnus-summary-mark-unread-as-ticked): Doc fix.
8105         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8106
8107 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8108
8109         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8110         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8111
8112 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8113
8114         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8115         yes-or-no-p.
8116
8117 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8118
8119         * mm-decode.el (mm-add-meta-html-tag): New function.
8120         (mm-save-part-to-file, mm-pipe-part): Use it.
8121
8122         * gnus-art.el (gnus-article-browse-delete-temp-files):
8123         Use gnus-y-or-n-p instead of y-or-n-p.
8124         (gnus-article-browse-html-parts): Work with message/external-body; use
8125         mm-add-meta-html-tag.
8126
8127 2007-12-11  Glenn Morris  <rgm@gnu.org>
8128
8129         * gnus-cache.el: Require gnus-sum not just when compiling.
8130
8131         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8132
8133         * gnus-int.el (gnus-server-opened, gnus-status-message):
8134         Move definitions before use.
8135
8136         * mm-decode.el: Require gnus-util.
8137         (mm-remove-part): Only call delete-annotation on XEmacs.
8138
8139         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8140
8141         * nnmail.el: Require gnus-int.
8142
8143         * spam.el: Move `require's before `eval-when-compile's.
8144
8145         * gnus-ems.el (gnus-alive-p):
8146         * gnus-fun.el (message-goto-eoh):
8147         * gnus-util.el (gnus-group-name-decode):
8148         * mail-source.el (gnus-compress-sequence):
8149         * message.el (Info-goto-node, format-spec):
8150         * mm-bodies.el (message-options-get):
8151         * mm-decode.el (mm-view-pkcs7):
8152         * mm-util.el (gmm-write-region):
8153         * mml-smime.el (mml-compute-boundary)
8154         (gnus-completing-read-with-default):
8155         * mml.el (widget-button-press, gnus-make-hashtable):
8156         * mml1991.el (mm-decode-content-transfer-encoding)
8157         (mm-encode-content-transfer-encoding)
8158         (message-options-get, message-options-set):
8159         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8160         * nnfolder.el (gnus-request-group):
8161         * nnheader.el (ietf-drums-unfold-fws):
8162         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8163         * smime.el (gnus-run-mode-hooks):
8164         * spam-stat.el (gnus-message): Autoload.
8165
8166         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8167         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8168         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8169         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8170         Add declare-function compatibility definition.
8171
8172         * gnus-cache.el (nnvirtual-find-group-art):
8173         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8174         (gnus-add-image, gnus-add-wash-type):
8175         * gnus-group.el (nnkiboze-score-file):
8176         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8177         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8178         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8179         (message-tokenize-header, gnus-get-buffer-create)
8180         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8181         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8182         * gnus.el (gnus-group-decoded-name):
8183         * mail-source.el (imap-capability):
8184         * mm-bodies.el (message-options-set):
8185         * mm-decode.el (gnus-configure-windows):
8186         * mm-extern.el (message-goto-body):
8187         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8188         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8189         (epg-sub-key-validity, message-options-set):
8190         * mml.el (widget-event-point, gnus-configure-windows):
8191         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8192         * mml2015.el (epg-check-configuration, epg-configuration)
8193         (message-options-set):
8194         * nndb.el (nndb-request-article):
8195         * nnfolder.el (gnus-request-create-group):
8196         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8197         * nnmaildir.el (gnus-group-mark-article-read):
8198         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8199         * rfc1843.el (message-fetch-field):
8200         * spam.el (gnus-extract-address-components):
8201         Declare as functions.
8202
8203 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8204
8205         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8206
8207         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8208
8209         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8210         bind show-trailing-whitespace for XEmacs.
8211
8212 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8213
8214         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8215         new no-op macro for backward compatibility.
8216
8217         * imap.el (imap-string-to-integer): New function.
8218
8219 2007-12-09  Glenn Morris  <rgm@gnu.org>
8220
8221         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8222
8223         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8224         * message.el, mm-view.el, sieve-manage.el, smime.el:
8225         Add declare-function compatibility definition.
8226
8227         * gnus-art.el (w3-region, w3m-region, Info-menu):
8228         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8229         * gnus-sum.el (gnus-get-predicate):
8230         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8231         * message.el (mail-abbrev-in-expansion-header-p):
8232         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8233         (w3m-detect-meta-charset, w3m-region):
8234         * sieve-manage.el (password-read, password-cache-add)
8235         (password-cache-remove):
8236         * smime.el (password-read-and-add): Declare as functions.
8237
8238 2007-12-08  David Kastrup  <dak@gnu.org>
8239
8240         * gnus-sum.el (gnus-summary-simplify-subject-query):
8241         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8242         `message'.
8243
8244 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8245
8246         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8247         it to bind idna-program, installation-directory, defined-colors, and
8248         face-attribute for XEmacs of the version that compiles defcustom forms.
8249
8250 2007-12-07  Glenn Morris  <rgm@gnu.org>
8251
8252         * gnus-art.el (article-make-date-line): Revert previous change.
8253
8254 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8255
8256         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8257
8258 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8259
8260         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8261         Call gnus-add-to-range ranges only once with a prepared article-list.
8262
8263 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8264
8265         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8266         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8267         group names with backslashes.
8268         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8269
8270 2007-12-06  Deepak Goel  <deego3@gmail.com>
8271
8272         * gnus-art.el (article-make-date-line):
8273         * gnus-start.el (gnus-load):
8274         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8275
8276 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8277
8278         * gnus-art.el (gnus-use-idna)
8279         * gnus-start.el (gnus-site-init-file)
8280         * message.el (message-use-idna)
8281         * mm-uu.el (mm-uu-hide-markers)
8282         * smiley.el (smiley-style): Revert changes that suppress warnings.
8283
8284 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8285
8286         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8287         specify charset to html source.
8288         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8289
8290 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8293         idna-program in order to suppress byte compile warning issued by XEmacs
8294         that came to byte compile the default value section of defcustom forms
8295         recently.
8296
8297         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8298         value of installation-directory.
8299
8300         * message.el (message-use-idna): Don't directly refer to the value of
8301         idna-program.
8302
8303         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8304
8305         * smiley.el (smiley-style): Don't directly call face-attribute.
8306
8307 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8308
8309         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8310
8311         * gnus-dired.el: Reduce Gnus dependencies.
8312         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8313         Don't require.  Use autoloads instead.
8314         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8315         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8316         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8317         (gnus-dired-mode): Adjust doc string.
8318         (gnus-dired-mail-mode): New variable.
8319         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8320         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8321         (gnus-dired-mail-buffers): New function.  Return mail or message
8322         composition buffers.
8323         (gnus-dired-attach): Use it.
8324         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8325         NO-DECODE.
8326         (gnus-dired-print): Use `gnus-print-buffer' depending on
8327         `gnus-dired-mail-mode'.
8328
8329 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8330
8331         * rfc2047.el (rfc2047-encoded-word-regexp)
8332         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8333         explaining what regexp patterns are for.
8334
8335 2007-12-04  Glenn Morris  <rgm@gnu.org>
8336
8337         * password.el: Move to password-cache.el.
8338
8339         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8340         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8341         * mml-smime.el (password-read, password-cache-add)
8342         (password-cache-remove):
8343         No need to autoload, since mml-sec requires password.
8344
8345         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8346         * message.el (gnus-extract-address-components):
8347         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8348
8349         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8350         password.
8351
8352 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8353
8354         * mailcap.el: Reduce dependencies.
8355         (mail-header-parse-content-type): Autoload.
8356         (mailcap-delete-duplicates): New alias.
8357         (mailcap-mime-info): Add optional argument NO-DECODE.
8358         (mailcap-mime-types): Use mailcap-delete-duplicates.
8359
8360         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8361
8362 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8363
8364         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8365         (imap-parse-status): Upcase status-att for servers that sends them
8366         lower-case (e.g., MS Exchange 2007).
8367
8368 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8369
8370         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8371         function.
8372
8373         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8374         (gnus-uu-yenc-article): New function.
8375
8376         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8377
8378         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8379
8380 2007-12-02  Glenn Morris  <rgm@gnu.org>
8381
8382         * binhex.el (binhex): New custom group.
8383         (binhex-decoder-program, binhex-decoder-switches)
8384         (binhex-use-external): Move to the binhex custom group.
8385
8386         * uudecode.el (uudecode): New custom group.
8387         (uudecode-decoder-program, uudecode-decoder-switches)
8388         (uudecode-use-external): Move to the uudecode custom group.
8389
8390         * netrc.el (top-level): Don't load `encrypt' features.
8391         (netrc-parse): Don't use encrypt.
8392         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8393
8394         * encrypt.el: Remove file.
8395
8396 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8397
8398         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8399         matches on patches.
8400
8401         * gnus-art.el (gnus-article-browse-html-article):
8402         Mention `mm-text-html-renderer' in the doc string.
8403
8404         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8405         string.  Add comments.
8406
8407         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8408         if rhs is ASCII.
8409
8410 2007-12-01  Glenn Morris  <rgm@gnu.org>
8411
8412         * mail-source.el (top-level): Require format-spec before
8413         eval-when-compile.
8414
8415 2007-11-30  Glenn Morris  <rgm@gnu.org>
8416
8417         * encrypt.el: Require password, rather than autoloading password-read.
8418
8419 2007-11-29  Glenn Morris  <rgm@gnu.org>
8420
8421         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8422         (sasl-make-client, sasl-next-step, sasl-step-data)
8423         (sasl-step-set-data): Declare as functions.
8424
8425 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8426
8427         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8428
8429 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8430
8431         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8432         certs should be verified and what is to be done in the event of a
8433         verification failure.
8434
8435         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8436         caller can indicate whether the cache should be disregarded for this
8437         call.  This way the result of the call is reproducible at all times and
8438         can be considered a canonical server name for the supplied method.
8439         (gnus-agent-method-p): Canonicalize server names by pushing their
8440         method through `gnus-method-to-server' using the no-cache argument.
8441
8442         * gnus-srvr.el (gnus-server-insert-server-line):
8443         Call `gnus-method-to-server' with `no-cache' argument.
8444
8445         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8446         gnus-agent-possibly-synchronize-flags as this should be called when the
8447         server is actually being opened.
8448         (gnus-agent-possibly-synchronize-flags)
8449         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8450         flags file of an agentized server to the latter function.
8451
8452         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8453         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8454         after a connection has been established successfully.
8455
8456 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8457
8458         * gnus-art.el (article-display-face): Force to display face if called
8459         interactively; check if gnus-article-x-face-too-ugly matches author.
8460         (article-display-x-face): Display face even if From header is missing
8461         as article-display-face does.
8462
8463 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8464
8465         * hashcash.el (message-narrow-to-headers-or-head)
8466         (message-fetch-field, message-goto-eoh)
8467         (message-narrow-to-headers): Declare as functions.
8468
8469 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8470
8471         * mail-source.el (mail-sources): Default to fetch from file for
8472         compatibility with default of nnmail-spool-file.
8473
8474 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8475
8476         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8477         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8478         to look for encoded word that should be encoded again.
8479         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8480         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8481         encoding pattern.
8482         (rfc2047-decode-region): Switch strict regexp and loose one according
8483         to rfc2047-allow-irregular-q-encoded-words.
8484
8485 2007-11-25  Romain Francoise  <romain@orebokech.com>
8486
8487         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8488
8489 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8490
8491         * tls.el (tls-program): Provide more custom choices from
8492         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8493         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8494
8495 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8496
8497         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8498         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8499
8500         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8501         `nnmail-spool-file'.
8502
8503         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8504         `nnmail-spool-file'.
8505
8506         * gnus-move.el (gnus-change-server): Ditto.
8507
8508         * gnus-kill.el (gnus-batch-score): Ditto.
8509
8510         * gnus-cache.el (gnus-jog-cache): Ditto.
8511
8512         * gnus-msg.el (gnus-summary-reply):
8513         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8514
8515 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8516
8517         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8518         version.  Minor improvement to doc strings.
8519         (tls-program): Add comment.
8520
8521 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8522
8523         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8524         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8525         mismatch between the hostname provided in the certificate and the name
8526         of the host connnecting to.
8527         (open-tls-stream): Use them.  Check certificates against trusted root
8528         certificates.
8529
8530 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8531
8532         * gnus-cache.el (gnus-cache-generate-nov-databases):
8533         Use nnml-generate-nov-databases-directory instead of
8534         nnml-generate-nov-databases-1.
8535
8536 2007-11-24  Glenn Morris  <rgm@gnu.org>
8537
8538         * message.el (message-tool-bar-retro): Update for rename
8539         mail_send.xpm->mail-send.xpm.
8540
8541 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8542
8543         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8544         `smime-ldap-search' for Emacs 22 and up.
8545
8546 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8547
8548         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8549
8550         * message.el (message-send-mail-function): Fix error convention.
8551         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8552         (message-widen-reply, message-send-mail, message-talkative-question)
8553         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8554         (message-clone-locals, message-send-news): Use with-current-buffer.
8555         (message-insert-or-toggle-importance): Remove unused var `valid'.
8556         (message-make-references): Remove unused var `new-references'.
8557         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8558
8559 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8560
8561         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8562         (spam-split-symbolic-return-positive): Reflow docstring.
8563         (spam-backends, spam-summary-exit-behavior)
8564         (spam-mark-ham-unread-before-move-from-spam-group)
8565         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8566         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8567         (spam-clear-cache, spam-backend-check, spam-install-backend)
8568         (spam-install-statistical-backend, spam-list-of-processors)
8569         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8570         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8571         (spam-check-crm114, spam-initialize, spam-unload-hook):
8572         Fix typos in docstrings.
8573
8574 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8575
8576         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8577         been checked if they have never been read and those group levels are
8578         higher than the one that a user specified.
8579
8580 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8581
8582         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8583         foreign groups unless a group level is specified by a user.
8584         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8585
8586 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8587
8588         * message.el (message-send-mail-function): Require sendmail.
8589
8590 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8591
8592         * message.el (message-send-mail-function): Check for smtpmail too.
8593
8594         * utf7.el (utf7-encode, utf7-decode): Use coding system
8595         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8596
8597         * message.el (message-send-mail-function): New function.
8598         (message-send-mail-function): Set default using
8599         message-send-mail-function.  Adjust doc string.
8600         (message-send-mail-with-mailclient): New function.
8601
8602 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8603
8604         * smime.el (from):
8605         * rfc2047.el (message-posting-charset):
8606         * qp.el (mm-use-ultra-safe-encoding):
8607         * pop3.el (parse-time-months):
8608         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8609         * nnml.el (files):
8610         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8611         (jka-compr-compression-info-list, ange-ftp-path-format)
8612         (efs-path-regexp):
8613         * nndiary.el (files):
8614         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8615         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8616         (epg-digest-algorithm-alist, inhibit-redisplay)
8617         (password-cache-expiry):
8618         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8619         (pgg-output-buffer, password-cache-expiry):
8620         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8621         (efs-path-regexp):
8622         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8623         (inhibit-redisplay):
8624         * mm-uu.el (file-name, start-point, end-point, entry)
8625         (gnus-newsgroup-name, gnus-newsgroup-charset):
8626         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8627         (latin-unity-ucs-list):
8628         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8629         (mm-uu-binhex-decode-function):
8630         * message.el (gnus-message-group-art, gnus-list-identifiers)
8631         (rmail-enable-mime-composing, gnus-local-organization)
8632         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8633         (gnus-read-active-file, facemenu-add-face-function)
8634         (facemenu-remove-face-function, gnus-article-decoded-p)
8635         (tool-bar-mode):
8636         * mail-source.el (display-time-mail-function):
8637         * gnus-util.el (nnmail-pathname-coding-system)
8638         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8639         (gnus-original-article-buffer, gnus-user-agent)
8640         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8641         (xemacs-codename, sxemacs-codename, emacs-program-version):
8642         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8643         * gnus-start.el (gnus-agent-covered-methods)
8644         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8645         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8646         (gnus-newsgroup-headers, gnus-group-list-mode)
8647         (gnus-group-mark-positions, gnus-newsgroup-data)
8648         (gnus-newsgroup-unreads, nnoo-state-alist)
8649         (gnus-current-select-method, mail-sources)
8650         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8651         (nnmail-spool-file, gnus-cache-active-hashtb):
8652         * gnus-mh.el (mh-lib-progs):
8653         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8654         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8655         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8656         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8657         (gnus-group-buffer):
8658         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8659         (font-lock-set-defaults):
8660         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8661         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8662         (gnus-summary-post-menu, total-parts, type, condition, length):
8663         * gnus-agent.el (gnus-agent-read-agentview):
8664         * flow-fill.el (show-trailing-whitespace):
8665         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8666         eval-and-compile wrappers for byte compiler pacifiers.
8667
8668         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8669         (mm-display-inline-fontify): Check for featurep 'xemacs not
8670         extent-list.
8671
8672         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8673         itimer-list.
8674         (mm-create-image-xemacs): Only do something for XEmacs.
8675         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8676
8677         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8678
8679         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8680         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8681
8682 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8683
8684         * nnimap.el (nnimap-split-download-body):
8685         * gnus-demon.el (gnus-demon):
8686         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8687
8688 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8689
8690         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8691         New macros.
8692         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8693         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8694         copy data from unibyte buffer to multibyte current buffer.
8695         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8696         to copy data from unibyte current buffer to multibyte buffer.
8697         (nntp-make-process-buffer): Make process buffer unibyte.
8698
8699         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8700
8701 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8702
8703         * pop3.el (pop3-open-server): Accept and process data more robustly at
8704         connexion start to avoid spurious "POP SSL connexion failed" errors.
8705
8706 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8707
8708         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8709         read group names.
8710
8711 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8712
8713         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8714
8715 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8716
8717         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8718         (nnmail-save-active): Use a unibyte buffer when saving active file,
8719         which may contain non-ASCII group names.
8720
8721         * nnml.el (nnml-request-group): Decode group names in messages.
8722
8723 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8724
8725         * message.el (message-citation-line-function)
8726         (message-insert-formatted-citation-line): Fix spelling of
8727         `message-insert-formated-citation-line'.
8728
8729 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8730
8731         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8732
8733 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8734
8735         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8736         nnmail-pathname-coding-system.
8737
8738         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8739         that a user enters; decode group names in messages.
8740
8741         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8742
8743 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8744
8745         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8746
8747         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8748
8749         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8750         risky local variable.
8751
8752         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8753
8754 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8755
8756         * encrypt.el: Improve documentation to fix function name typo.
8757         Reported by Daiki Ueno <ueno@unixuser.org>.
8758
8759 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8760
8761         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8762         even if the point is not in the last page of an article.
8763         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8764         back to the previous page.
8765
8766 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8767
8768         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8769
8770 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8771
8772         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8773
8774 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8775
8776         * message.el (message-check-news-body-syntax):
8777         Avoid mm-string-as-multibyte.
8778         (message-hide-headers): Don't assume (point-min)==1.
8779
8780 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8781
8782         * message.el (message-remove-blank-cited-lines): Fix if remove is
8783         given.
8784         (message-bogus-address-regexp): New variable.
8785         (message-bogus-recipient-p): New function.
8786         (message-check-recipients): New command.
8787         (message-syntax-checks): Add `bogus-recipient'.
8788         (message-fix-before-sending): Add `bogus-recipient'.
8789
8790         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8791         (gnus-treat-body-boundary): Don't test window-system.
8792
8793 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8794
8795         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8796
8797 2007-10-28  Miles Bader  <miles@gnu.org>
8798
8799         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8800         at compile-time too.
8801
8802 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8803
8804         * gnus-msg.el (gnus-message-setup-hook):
8805         Add `message-remove-blank-cited-lines' to options.
8806
8807 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8808
8809         * message.el (message-remove-blank-cited-lines): New function.
8810         Suggested by Karl Plästerer.
8811
8812 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8813
8814         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8815         mapc.
8816
8817         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8818         (top-level): Use mapc to set functions to be traced for debugging.
8819
8820         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8821         called for effect with while loop.
8822
8823         * message.el (message-talkative-question): Replace mapcar called for
8824         effect with mapc.
8825
8826         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8827         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8828         called for effect with dolist.
8829
8830         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8831
8832         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8833         gnus-extra-headers and nnmail-extra-headers.
8834
8835         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8836         called for effect with dolist.
8837         (top-level): Use mapc to set functions to be traced for debugging.
8838
8839         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8840         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8841         dolist.
8842
8843         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8844         Replace mapcar called for effect with mapc.
8845         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8846         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8847         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8848         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8849
8850         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8851         remove-if that's a cl function.
8852
8853         * webmail.el (webmail-debug): Replace mapcar called for effect with
8854         dolist.
8855
8856         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8857         with mapc.
8858
8859 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8860
8861         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8862         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8863         with while loop.
8864
8865         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8866         functions from article-* functions.
8867         (gnus-multi-decode-header): Replace mapcar called for effect with
8868         dolist.
8869
8870         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8871         (gnus-bookmark-show-details): Replace mapcar called for effect with
8872         while loop.
8873
8874         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8875         called for effect with while loop.
8876
8877         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8878         with dolist.
8879
8880         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8881         Replace mapcar called for effect with dolist.
8882
8883         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8884
8885         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8886         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8887         Replace mapcar called for effect with dolist.
8888         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8889         mapc.
8890
8891         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8892         Replace mapcar called for effect with dolist.
8893         (gnus-topic-list): Replace mapcar called for effect with mapc.
8894
8895         * gnus.el: Use mapc instead of mapcar to add autoloads.
8896
8897 2007-10-23  Richard Stallman  <rms@gnu.org>
8898
8899         * gnus-group.el (gnus-group-highlight): Mark as risky.
8900
8901 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8902
8903         * gnus.el (gnus-server-to-method): Return method found first in
8904         gnus-newsrc-alist.
8905
8906         * gnus-art.el (gnus-article-highlight-signature)
8907         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8908         button overlay without the front stickiness.
8909
8910 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8911
8912         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8913         overview buffer needed a catch to receive its throw.
8914         (gnus-agent-flush-cache): Declare as interactive to make this function
8915         easier to use.
8916
8917 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8918
8919         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8920         `next-line'.
8921
8922 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8923
8924         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8925         exclude address matching message-dont-reply-to-names.
8926
8927 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8928
8929         * gnus-util.el (gnus-string<): New function.
8930
8931         * gnus-sum.el (gnus-article-sort-by-author)
8932         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8933
8934 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8935
8936         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8937         the frame-focus tag is set in gnus-buffer-configuration.
8938
8939 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8940
8941         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8942         the front stickiness.
8943
8944 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8945
8946         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8947         url pattern; remove duplicate one.
8948         (gnus-article-extend-url-button): New function.
8949         (gnus-article-add-buttons): Use it.
8950         (gnus-button-push): Use concatenated url that it makes.
8951
8952 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8953
8954         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8955
8956 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8957
8958         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8959         Don't hardcode point-min==1.
8960
8961 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8962
8963         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8964         Fix comment about "iso8859-1".
8965
8966 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8967
8968         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8969         ones returned from the verify-function.
8970
8971         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8972         Call mml2015-extract-cleartext-signature if extraction failed.
8973
8974 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8975
8976         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8977         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8978         failed.
8979
8980 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8981
8982         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8983
8984 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8985
8986         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8987         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8988         recommends to use EasyPG instead of PGG.
8989
8990         * pgg.el: Revert to revision 6.23.2.16.
8991
8992         * pgg-def.el: Revert to revision 6.6.2.14.
8993
8994         * pgg-gpg.el: Revert to revision 6.23.2.34.
8995
8996 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8997
8998         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8999         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9000         thread for both the null and zero (kill/expire thread) universal prefix
9001         cases.
9002         (gnus-summary-expire-thread): Add new function to expire a thread,
9003         using gnus-summary-kill-thread.
9004         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9005         shortcuts for gnus-summary-expire-thread.
9006         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9007         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9008
9009 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9010
9011         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9012         extras value, so an extras entry can be deleted.
9013         (gnus-registry-delete-extra-entry): Use it.
9014         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9015         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9016         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9017         storage through the gnus-registry, and provide an appropriate API for
9018         it.
9019
9020 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9021
9022         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9023         Suggested by Leo <sdl.web@gmail.com>.
9024
9025         * gnus.el: Do.
9026
9027 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9028
9029         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9030         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9031
9032         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9033
9034         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9035         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9036
9037 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9038
9039         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9040         newline.
9041         (nnmbox-request-accept-article): Don't change article in source buffer;
9042         narrow to header to use message-fetch-field rather than
9043         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9044         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9045         as delimiters; make sure article ends with newline.
9046         (nnmbox-delete-mail): Correct last position of article to be deleted;
9047         ignore X-Gnus-Newsgroup header in article body.
9048         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9049         positions; make sure article ends with newline.
9050
9051         * message.el (message-display-abbrev): Don't infloop when a user
9052         inserts SPC in the beginning of header.
9053
9054         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9055         coding-system-for-read and coding-system-for-write for XEmacs having no
9056         file-coding feature.
9057
9058         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9059
9060 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9061
9062         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9063         list of groups not followed by default.  Fix type to be regexp.
9064         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9065
9066 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9067
9068         * hmac-def.el (define-hmac-function): Switch from old-style to
9069         new-style backquotes.
9070
9071         * md4.el (md4-make-step): Likewise.
9072
9073 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9074
9075         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9076         raw-text coding system when saving .newsrc file, which may contain
9077         non-ASCII group names.
9078
9079 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9080
9081         * gnus-cus.el (gnus-score-extra): New widget.
9082         (gnus-score-extra-convert): New function.
9083         (gnus-score-customize): Use it for Extra.
9084
9085 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9086
9087         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9088         (mml2015-mailcrypt-clear-verify): Use it.
9089         (mml2015-gpg-clear-verify): Use it.
9090         (mml2015-pgg-clear-verify): Use it.
9091         (mml2015-epg-clear-verify): Replace the current part with the output
9092         from GnuPG; don't extract the plaintext by itself.
9093
9094         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9095         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9096         mml2015-clear-verify-function; don't touch the armor headers or
9097         dash-escaped text here.
9098
9099 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9100
9101         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9102         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9103         parts, or application/octet-stream as a last resort.
9104         (gnus-mime-view-part-as-type): Don't toggle display.
9105         (gnus-mime-view-part-as-charset): Don't turn off display before
9106         querying charset.
9107
9108         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9109         stuff to undisplayer function in Emacs.
9110         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9111
9112         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9113         text/calendar parts.
9114
9115 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9116
9117         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9118         decoding text/calendar parts.
9119
9120         * message.el (message-forward-make-body-mime): Always mark body as
9121         having no illegible text; remove signed-or-encrypted argument.
9122         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9123
9124         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9125         (mml-generate-mime-1): Don't encode body if it is specified to be in
9126         raw form; don't make buffer be unibyte when inserting multibyte string.
9127
9128 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9129
9130         * sha1.el: Fix up comment style.
9131         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9132         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9133
9134         * hex-util.el: Fix up comment style.
9135         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9136
9137         * gnus-salt.el: Use with-current-buffer.
9138         (gnus-pick-setup-message): Fix long-standing typo.
9139
9140 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9141
9142         * imap.el (imap-logout-timeout): New variable.
9143         (imap-logout, imap-logout-wait): New functions.
9144         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9145
9146         * nnimap.el (nnimap-logout-timeout): New server variable.
9147         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9148         nnimap-logout-timeout.
9149
9150         * gnus-art.el (gnus-article-summary-command-nosave)
9151         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9152
9153 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9154
9155         * gnus.el (gnus-maximum-newsgroup): New variable.
9156
9157         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9158         according to gnus-maximum-newsgroup.
9159
9160         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9161         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9162         Limit the range of articles according to gnus-maximum-newsgroup.
9163
9164 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9165
9166         * gnus-art.el (gnus-sticky-article): Fix problems described in
9167         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9168         Don't perform gnus-configure-windows here; reuse existing sticky
9169         article buffer.
9170
9171         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9172         it doesn't exist in gnus-article-mode.
9173
9174 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9175
9176         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9177         (gnus-agent-decoded-group-name): New function.
9178         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9179         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9180
9181 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9182
9183         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9184         Add binding for gnus-sticky-article.
9185         (gnus-summary-exit): Don't kill sticky article buffers.
9186
9187         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9188         article buffer.
9189         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9190         (gnus-kill-sticky-article-buffers): New commands.
9191
9192 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9193
9194         * nntp.el (nntp-xref-number-is-evil): New server variable.
9195         (nntp-find-group-and-number): If it is non-nil, don't trust article
9196         numbers in the Xref header.
9197
9198 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9199
9200         * gnus-agent.el (gnus-agent-read-group): New function.
9201         (gnus-agent-flush-group, gnus-agent-expire-group)
9202         (gnus-agent-regenerate-group): Use it.
9203         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9204         nnmail-pathname-coding-system.
9205
9206 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9207
9208         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9209
9210         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9211         that are unread as unread, and also as selected so that information of
9212         marks having been changed by a user may be updated when exiting group.
9213
9214 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9215
9216         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9217
9218 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9219
9220         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9221         calculated ignoring signature parts to gnus-treat-article.
9222
9223 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9224
9225         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9226         a point here in order to keep the window start.
9227         (gnus-insert-mime-security-button): Make a button overlay without the
9228         front stickiness.
9229         (gnus-mime-display-security): Goto the end of a button.
9230
9231         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9232
9233 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9234
9235         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9236         group-name-at-point.
9237         (gnus-group-completing-read): New function that offers decoded
9238         non-ASCII group names for completion.
9239         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9240         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9241         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9242         (gnus-group-fetch-control): Use it.
9243         (gnus-fetch-group): Use group-name-at-point for the initial value
9244         rather than the default value; use gnus-alive-p.
9245
9246         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9247         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9248         (gnus-summary-post-news): Use gnus-group-completing-read.
9249
9250         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9251         (gnus-read-move-group-name): Decode group name for completion.
9252
9253 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9254
9255         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9256         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9257         Yamaoka slightly modified the code).
9258
9259 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9260
9261         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9262         (nnmail-split-incoming): Bind it.
9263
9264         * nnml.el (nnml-group-name-charset): New function.
9265         (nnml-decoded-group-name): Use it; don't decode group name if
9266         nnmail-group-names-not-encoded-p is non-nil.
9267         (nnml-encoded-group-name): New function.
9268         (nnml-group-pathname): Inline nnml-decoded-group-name.
9269         (nnml-request-expire-articles): Decode group name in message.
9270         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9271         nnmail-pathname-coding-system.
9272         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9273         not decoded ones according to nnmail-group-names-not-encoded-p.
9274         (nnml-generate-active-info): Use nnml-encoded-group-name.
9275
9276 2007-08-08  Glenn Morris  <rgm@gnu.org>
9277
9278         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9279         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9280         doc-strings and comments.
9281
9282 2007-07-25  Glenn Morris  <rgm@gnu.org>
9283
9284         * Relicense all FSF files to GPLv3 or later.
9285
9286 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9287
9288         * gnus-sum.el (gnus-summary-move-article):
9289         Make gnus-summary-respool-article work.
9290
9291 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9292
9293         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9294         string.
9295
9296 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9297
9298         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9299         that should be ignored when comparing distant RSS articles with local
9300         ones.
9301         (nnrss-make-hash-index): New function.  Create a hash index according
9302         to the ignored fields.
9303         (nnrss-check-group): Use it.
9304
9305 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9306
9307         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9308
9309         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9310
9311         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9312         the new optional argument ENCODED is non-nil.
9313         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9314         coding system for encoding group name.
9315         (gnus-group-make-rss-group): Pass un-encoded group name to
9316         gnus-group-make-group.
9317         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9318         encoded.
9319
9320         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9321         Encode group name to which articles are moved or copied.
9322         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9323         coding system for encoding Newsgroup, Followup-To and Xref headers.
9324
9325         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9326         marks; use nnheader-file-coding-system to write a file.
9327         (nnagent-retrieve-headers): Bind file-name-coding-system to
9328         nnmail-pathname-coding-system.
9329
9330         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9331
9332         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9333         (nnml-request-article, nnml-request-create-group)
9334         (nnml-request-rename-group, nnml-find-id)
9335         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9336         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9337         (nnml-save-marks): Use nnml-group-pathname instead of
9338         nnmail-group-pathname.
9339
9340         (nnml-request-create-group, nnml-request-expire-articles)
9341         (nnml-request-move-article, nnml-request-delete-group)
9342         (nnml-deletable-article-p, nnml-possibly-create-directory)
9343         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9344         (nnml-open-marks): Bind file-name-coding-system to
9345         nnmail-pathname-coding-system.
9346
9347         (nnml-request-article): Pass server argument to nnml-find-group-number.
9348         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9349         Pass server argument to nnml-possibly-create-directory.
9350         (nnml-request-accept-article): Pass server argument to
9351         nnml-active-number and nnml-save-mail.
9352         (nnml-find-group-number): Pass server argument to nnml-find-id.
9353         (nnml-request-update-info): Pass server argument to
9354         nnml-marks-changed-p.
9355
9356         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9357         (nnml-save-mail, nnml-active-number): Add server argument.
9358
9359         (nnml-request-delete-group): Warn if group is missing.
9360         (nnml-get-nov-buffer): Decode group name.
9361         (nnml-generate-active-info): Encode group name.
9362         (nnml-open-marks): Decode group name in messages.
9363
9364 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9365
9366         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9367         if it is not specified.
9368         (gnus-article-pipe-part, gnus-article-save-part)
9369         (gnus-article-interactively-view-part, gnus-article-copy-part)
9370         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9371         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9372         (gnus-article-replace-part, gnus-article-delete-part)
9373         (gnus-article-view-part-as-type): Pass raw prefix argument to
9374         gnus-article-part-wrapper.
9375
9376 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9377
9378         * gnus-agent.el (gnus-agent-save-active):
9379         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9380
9381         * gnus-cache.el (gnus-cache-save-buffers)
9382         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9383         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9384         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9385         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9386         (gnus-cache-generate-active, gnus-cache-rename-group)
9387         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9388         (gnus-cache-update-overview-total-fetched-for):
9389         Bind file-name-coding-system to nnmail-pathname-coding-system.
9390         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9391         New variables.
9392         (gnus-cache-decoded-group-name): New function.
9393         (gnus-cache-file-name): Use it.
9394         (gnus-cache-generate-active): Use non-decoded group name for active.
9395
9396         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9397         right place.
9398         (gnus-write-active-file): Don't break non-ASCII group names.
9399
9400         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9401         nnmail-pathname-coding-system.
9402
9403         * lpath.el: Bind default-file-name-coding-system,
9404         file-name-coding-system and language-info-alist for XEmacs.
9405
9406         * gnus-uu.el (gnus-uu-decode-save): Typo.
9407
9408 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9409
9410         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9411
9412 2007-07-14  David Kastrup  <dak@gnu.org>
9413
9414         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9415         finishing actions if we did not edit the article.
9416
9417 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9418
9419         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9420         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9421         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9422         (gnus-agent-flush-group, gnus-agent-flush-cache)
9423         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9424         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9425         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9426         (gnus-agent-regenerate-group)
9427         (gnus-agent-update-files-total-fetched-for)
9428         (gnus-agent-update-view-total-fetched-for):
9429         Bind file-name-coding-system to nnmail-pathname-coding-system.
9430         (gnus-agent-group-pathname): Don't encode file names by
9431         nnmail-pathname-coding-system.
9432         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9433         coding-system-for-write instead of buffer-file-coding-system to
9434         gnus-agent-file-coding-system.
9435
9436         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9437         Decode group name.
9438
9439         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9440
9441         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9442         (gnus-read-newsrc-el-file): Make group names unibyte.
9443
9444         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9445         nnmail-pathname-coding-system.
9446
9447         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9448         (nnrss-request-delete-group): Bind file-name-coding-system to
9449         nnmail-pathname-coding-system.
9450         (nnrss-read-server-data, nnrss-read-group-data):
9451         Bind file-name-coding-system correctly.
9452         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9453
9454         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9455         (nntp-server-to-method-cache): New variable.
9456         (nntp-group-pathname): New function that decodes non-ASCII group names.
9457         (nntp-possibly-create-directory, nntp-marks-changed-p)
9458         (nntp-save-marks, nntp-open-marks): Use it.
9459         (nntp-possibly-create-directory, nntp-open-marks):
9460         Bind file-name-coding-system to nnmail-pathname-coding-system.
9461         (nntp-open-marks): Decode group names when bootstrapping marks.
9462
9463         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9464         Newsgroups and Folowup-To headers.
9465
9466 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9467
9468         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9469         (gnus-server-closed-face, gnus-server-denied-face)
9470         (gnus-server-offline-face): Remove variable.
9471         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9472
9473         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9474         of modifying message-stack directly for XEmacs.
9475
9476         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9477         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9478         if the coding-system argument is nil for XEmacs.
9479
9480         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9481         mm-charset-override-alist.
9482
9483         * rfc2047.el: Don't require base64; require rfc2045 for the function
9484         rfc2045-encode-string.
9485         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9486         to quote the parameter value.
9487
9488 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9489
9490         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9491         form in gnus-group-name-charset-method-alist.
9492
9493         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9494         overrides the default layout edit-form.
9495
9496         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9497
9498         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9499
9500 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9501
9502         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9503         as unfetched articles.
9504
9505 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9506
9507         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9508
9509 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9510
9511         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9512         original back end that keeps marks in the local system.
9513
9514 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9515
9516         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9517         arg of pop-to-buffer for XEmacs.
9518         (gnus-article-read-summary-keys): Ditto; don't restore window
9519         configuration if summary command ends up with neither article buffer
9520         nor summary buffer; describe bindings if summary keys end with C-h.
9521
9522 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9523
9524         * message.el (message-fix-before-sending): Skip raw message part to be
9525         forwarded while checking illegible text.
9526         (message-forward-make-body-mime, message-forward-make-body):
9527         Mark signed or encrypted raw message as having no illegible text.
9528
9529 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9530
9531         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9532         (gnus-message-with-timestamp-1): New macro.
9533         (gnus-message-with-timestamp): New function.
9534         (gnus-message): Use them.
9535
9536         * nnheader.el (nnheader-message): Use them.
9537
9538 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9539
9540         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9541         .newsrc.eld file.
9542
9543 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9544
9545         * gnus-agent.el (gnus-agent-fetch-headers)
9546         (gnus-agent-retrieve-headers):
9547         Bind gnus-decode-encoded-address-function to identity.
9548
9549         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9550         available also when the server returns simply a dot.
9551
9552         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9553
9554 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9555
9556         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9557
9558 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9559
9560         * gnus-ems.el (gnus-x-splash): Make it work.
9561
9562         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9563         from being used.
9564
9565         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9566
9567 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9568
9569         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9570         4th and the 5th arguments.
9571
9572         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9573         the front stickiness.
9574         (gnus-article-summary-command-nosave): Correct the order of the
9575         arguments passed to pop-to-buffer.
9576         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9577         summary command ends up with the article buffer.
9578
9579         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9580         the same faces.
9581
9582 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9583
9584         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9585
9586 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9587
9588         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9589         * gnus-sum.el (gnus-summary-highlight):
9590         * pgg.el (pgg-sign-region, pgg-sign):
9591         * mail-source.el (mail-source-delete-old-incoming-confirm):
9592         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9593
9594 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9595
9596         * gnus-art.el (gnus-mime-view-part-externally)
9597         (gnus-mime-view-part-internally): Fix predicate function passed to
9598         completing-read.
9599
9600         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9601
9602         * gnus.el (gnus-update-message-archive-method): Add :version.
9603
9604 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9605
9606         * gnus.el (gnus-update-message-archive-method): New variable.
9607
9608         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9609         according to gnus-message-archive-method if
9610         gnus-update-message-archive-method is non-nil.
9611
9612 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9613
9614         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9615         Suggested by Loic Dachary <loic@dachary.org>.
9616         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9617
9618 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9619
9620         * message.el (message-pop-to-buffer): Add switch-function argument.
9621         (message-mail): Pass switch-function argument to it.
9622
9623 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9624
9625         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9626         Improve doc string.
9627
9628 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9629
9630         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9631         (gnus-header-content)
9632         * gnus-cite.el (gnus-cite-10)
9633         * gnus-srvr.el (gnus-server-closed)
9634         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9635         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9636         (gnus-group-mail-3-empty, gnus-group-mail-low)
9637         (gnus-group-mail-low-empty, gnus-splash)
9638         * message.el (message-header-to, message-header-cc)
9639         (message-header-subject, message-header-other, message-header-name)
9640         (message-header-xheader, message-separator, message-cited-text)
9641         (message-mml): Lighten colors of faces used for dark background.
9642
9643 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9644
9645         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9646         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9647
9648 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9649
9650         * message.el (message-narrow-to-headers-or-head):
9651         Ignore mail-header-separator in the body.
9652
9653 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9654
9655         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9656         same as window size.
9657
9658 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9659
9660         * message.el (message-font-lock-keywords): Use message-header-xheader
9661         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9662         ahead of the anything pattern, to get it recognised.
9663
9664 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9665
9666         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9667         spam.el loads uses it in the compiled defadvice form.
9668
9669 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9670
9671         * gnus-sum.el (gnus-articles-to-read)
9672         (gnus-summary-insert-old-articles): Don't truncate group name for
9673         `read-string'.
9674
9675         * gnus-util.el (gnus-limit-string): Delete this function.
9676
9677         * gnus-sum.el (gnus-simplify-subject-fully):
9678         Use `truncate-string-to-width' instead.
9679
9680 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9681
9682         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9683         Tell if, on summary exit, the next group has to be selected.
9684         (gnus-summary-exit): Use it.
9685
9686 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9687
9688         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9689         non-break space.
9690
9691 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9692
9693         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9694         Check if group is not a directory.
9695         (nnfolder-request-expire-articles): Don't delete articles if the target
9696         group is not available.
9697
9698         * nnml.el (nnml-request-create-group): Properly check if group is not a
9699         file.
9700         (nnml-request-expire-articles): Don't delete articles if the target
9701         group is not available.
9702
9703         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9704         Don't quote characters that are within parentheses.
9705
9706 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9707
9708         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9709         (gnus-handle-ephemeral-exit): Select article according to it.
9710
9711 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9712
9713         * message.el (message-insert-formated-citation-line): Remove newline.
9714         (message-citation-line-format): Add final \n here so that the user can
9715         avoid a blank line.
9716
9717 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9718
9719         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9720         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9721         Update lanl/arXiv support.
9722
9723 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9724
9725         * gnus.el: Bump version number.
9726
9727 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9728
9729         * gnus.el (gnus-version-number): Bump version.
9730
9731 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9732
9733         * gnus.el: No Gnus v0.6 is released.
9734
9735 2007-04-27  Didier Verna  <didier@xemacs.org>
9736
9737         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9738         * gmm-utils.el (gmm-regexp-concat): ... here.
9739         * message.el: Don't require 'gnus-util.
9740         (message-dont-reply-to-names): Handle name change above.
9741         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9742
9743 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9744
9745         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9746         since the initial value varies according to the system.
9747
9748 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9749
9750         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9751
9752 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9753
9754         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9755
9756 2007-04-24  Didier Verna  <didier@xemacs.org>
9757
9758         Improve the type of gnus-ignored-from-addresses.
9759         * gnus-util.el (gnus-orify-regexp): New function.
9760         * message.el (gnus-util): Require it.
9761         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9762         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9763         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9764
9765 2007-04-24  Didier Verna  <didier@xemacs.org>
9766
9767         * gnus-sum.el:
9768         * gnus-utils.el: Fix some trailing whitespaces.
9769
9770 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9771
9772         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9773         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9774         article's Message-ID; refer parent article in summary buffer.
9775
9776         * message.el (message-bounce): Call mime-to-mml.
9777
9778         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9779         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9780         optimize and/or forms properly.
9781
9782 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9783
9784         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9785         URL.
9786
9787 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9788
9789         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9790
9791 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9792
9793         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9794         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9795         displayed of multipart/alternative part if it is invoked from summary
9796         buffer.
9797
9798         * mm-view.el (mm-inline-text-html-render-with-w3m)
9799         (mm-inline-text-html-render-with-w3m-standalone)
9800         (mm-inline-render-with-function): Use mail-parse-charset by default.
9801
9802 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9803
9804         * parse-time.el (parse-time-string-chars): Check if CHAR
9805         is less than the length of parse-time-syntax.
9806
9807 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9808
9809         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9810         from gnus-newsgroup-processable.
9811
9812 2007-04-16  Didier Verna  <didier@xemacs.org>
9813
9814         * gnus-msg.el (gnus-configure-posting-styles):
9815         Handle message-signature-directory properly with :file syntax.
9816         Reported by "Leo".
9817
9818 2007-04-11  Didier Verna  <didier@xemacs.org>
9819
9820         New user option: message-signature-directory.
9821         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9822         * message.el (message-insert-signature): Ditto.
9823         * message.el (message-signature-file): Doc update.
9824         * message.el (message-signature-directory): New.
9825
9826 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9827
9828         * gnus-msg.el (gnus-inews-yank-articles):
9829         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9830
9831 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9832
9833         * message.el (message-yank-original): Make sure cited text ends with
9834         newline; don't exchange point and mark.
9835
9836 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9837
9838         * tls.el (open-tls-stream): Properly handle case where there
9839         is no associated buffer.
9840
9841 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9842
9843         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9844         message-yank-original, make sure (< mark TEXT point).
9845
9846 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9847
9848         * message.el (message-fill-column): New variable.
9849         (message-mode): Use it.  Add comment on a possible new hook.
9850
9851         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9852         (nnmail-get-new-mail): Reformat.
9853
9854         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9855
9856         * gmm-utils.el: Fix Commentary.
9857         (gmm-tool-bar-from-list): Fix typo in doc string.
9858
9859 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9860
9861         * message.el (message-yank-original): Don't switch point and mark
9862         unnecessarily to put point and mark as documented.
9863
9864 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9865
9866         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9867         from the message heads.
9868
9869 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9870
9871         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9872         article buffer does not have a window.  This may not be the best
9873         solution but is certainly better than setting the start of the null,
9874         that is the current, window.
9875
9876 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9877
9878         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9879         (gnus-draft-setup): Run it.
9880
9881         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9882         gnus-score-fast-scoring.  Allow regexp.
9883         (gnus-score-headers): Use it.
9884
9885         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9886         XEmacs.
9887
9888         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9889         string.
9890         (gnus-button-alist): Also catch `<f1> k ...'.
9891         (gnus-treat-display-x-face): Fix doc string.
9892
9893 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9894
9895         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9896         evaluation of gnus-extended-version to ensure correct generation of the
9897         User-Agent header when message-generate-headers-first is used.
9898
9899 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9900
9901         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9902         hashcash-path is nil.  Don't call callback with incorrect number of
9903         parameters if val is 0.
9904
9905 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9906
9907         * message.el (message-required-news-headers):
9908         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9909
9910 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9911
9912         * tls.el (open-tls-stream): In handshake-waiting loop,
9913         don't wait more if there is output available to process.
9914
9915 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9916
9917         * tls.el (tls-program): Doc fix.
9918
9919 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9920
9921         * message.el (message-generate-new-buffers): Change the meaning of the
9922         nil value; add `standard' to the choices; treat t as `unique'; improve
9923         doc string.
9924         (gnus-select-frame-set-input-focus): Autoload.
9925         (message-buffer-name): Search for the existing message buffer if
9926         message-generate-new-buffers is nil or `standard'; treat the value t of
9927         message-generate-new-buffers as `unique'.
9928         (message-pop-to-buffer): Raise the frame already displaying the message
9929         buffer; clear the echo area after querying.
9930         (message-setup): Pass the `continue' argument to compose-mail.
9931         (message-mail): Prefer `switch-function' if it is given; search for the
9932         existing message buffer if the `continue' argument is non-nil; pass
9933         continue and switch-function arguments to compose-mail by way of
9934         message-setup.
9935         (message-mail-other-window): Adjust argument of message-setup.
9936         (message-mail-other-frame): Ditto.
9937
9938 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9939
9940         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9941         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9942         to turn font-lock on when turning gnus-message-citation-mode on.
9943
9944 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9945
9946         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9947         (mml-smime-function-alist): New variable; add epg as the backend.
9948         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9949         mml-smime- functions instead.
9950         * mm-view.el: Require smime.
9951
9952 2007-03-05  Didier Verna  <didier@xemacs.org>
9953
9954         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9955         instead of just inheritance for posting styles.
9956         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9957
9958 2007-02-24  Chris Moore  <dooglus@gmail.com>
9959
9960         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9961         * pgg-pgp.el (pgg-pgp-encrypt-region):
9962         * pgg-gpg.el (pgg-gpg-encrypt-region):
9963         Check pgg-encrypt-for-me if no other recipients.
9964
9965 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9966
9967         * tls.el (tls-certtool-program): Fix custom type.
9968
9969 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9970
9971         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9972         and point-at-eol instead of line-(beginning|end)-position.
9973
9974         * assistant.el (assistant-parse-buffer): Ditto.
9975
9976         * netrc.el (netrc-parse-services): Ditto.
9977
9978 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9979
9980         * mml2015.el (mml2015-epg-find-usable-key): New function.
9981         (mml2015-epg-sign): Use it.
9982         (mml2015-epg-encrypt): Use it.
9983
9984 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9985
9986         * message.el (message-make-in-reply-to): Quote name containing
9987         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9988         if there are special characters.  Reported by NAKAJI Hiroyuki
9989         <nakaji@jp.freebsd.org>.
9990
9991 2007-02-27  Didier Verna  <didier@xemacs.org>
9992
9993         Include the group parameters as well as the topic ones in the
9994         inheritance filter process.
9995         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9996         argument GROUP-PARAMS-LIST.
9997         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9998
9999 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10000
10001         * nntp.el (nntp-never-echoes-commands)
10002         (nntp-open-connection-functions-never-echo-commands): New variables.
10003         (nntp-send-command): Use them.
10004
10005 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10006
10007         * mml2015.el (mml2015-epg-verify): Simplify.
10008
10009 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10010
10011         * mml.el (mml-content-disposition-alist): New user option.
10012         (mml-content-disposition): New function.
10013         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10014         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10015
10016 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10017
10018         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10019         verification.
10020
10021 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10022
10023         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10024         articles posted in the last 24 hours.
10025
10026 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10027
10028         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10029
10030 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10031
10032         * nntp.el (nntp-send-command): Don't wait for echoes when
10033         nntp-open-ssl-stream is used.
10034
10035 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10036
10037         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10038         (gnus-message-add-citation-keywords)
10039         (gnus-message-remove-citation-keywords): Remove.
10040         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10041         directly, make the variables in font-lock-defaults buffer-local, add
10042         gnus-message-citation-keywords to them and then update the value of
10043         font-lock-keywords.
10044
10045 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10046
10047         * message.el (message-cite-original-1): Don't call
10048         gnus-article-highlight-citation.
10049
10050         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10051         citations; fix line count.
10052
10053 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10054
10055         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10056         (gnus-message-add-citation-keywords)
10057         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10058         versions of font-lock-add-keywords and font-lock-remove-keywords to
10059         work with XEmacs correctly.
10060
10061 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10062
10063         * gnus-cite.el (gnus-cite-face-list): Set the values of
10064         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10065         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10066         (gnus-message-cite-prefix-regexp): New variable.
10067         (gnus-message-search-citation-line): Use it; protect against long
10068         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10069         the 0th match data for Emacs.
10070         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10071         (gnus-message-add-citation-keywords): Append keywords rather than
10072         prepending; emulate font-lock-add-keywords if it is not available.
10073         (gnus-message-remove-citation-keywords):
10074         Emulate font-lock-remove-keywords if it is not available.
10075
10076         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10077
10078         * message.el (message-cite-prefix-regexp): Set the value of
10079         gnus-message-cite-prefix-regexp.
10080
10081 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10082
10083         * nnweb.el (nnweb-google-parse-1): Update parser.
10084
10085 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10086
10087         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10088
10089 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10090
10091         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10092         regexp.
10093
10094 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10095
10096         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10097         string-to-multibyte.
10098         (uudecode-decode-region-internal): Use it.
10099
10100         * lpath.el: Fbind string-as-multibyte for XEmacs.
10101
10102 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10103
10104         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10105         Fix custom choice.
10106
10107         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10108
10109 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10110
10111         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10112
10113         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10114         `write-region' to respect `mm-inhibit-file-name-handlers'.
10115
10116 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10117
10118         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10119         Use gnus-home-directory instead of "~/" or "$HOME".
10120
10121 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10122
10123         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10124         to mention filename.
10125         Add comments at beginning regarding usage.
10126         (encrypt-write-file-contents): Change interactive so a string is
10127         acceptable.  If the file has no associated model, show an error instead
10128         of a nonsense prompt.
10129
10130 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10131
10132         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10133         Thanks to Yoshihiko Yamada for kind notification of this typo.
10134
10135 2007-01-12  Kenichi Handa  <handa@m17n.org>
10136
10137         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10138         multibyte buffer.
10139
10140 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10141
10142         * gnus-score.el (gnus-score-fast-scoring): New variable.
10143         (gnus-score-headers): Use it.
10144
10145         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10146
10147         * message.el (message-cite-original-1):
10148         Call gnus-article-highlight-citation if requested.
10149         (message-make-from): Allow name and address as optional arguments.
10150
10151         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10152
10153         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10154         bugs to doc string.
10155         (gnus-button-alist): Add mid\\|message-id.
10156         (gnus-button-fetch-group): Extend for use in
10157         `browse-url-browser-function'.
10158         (gnus-button-url-regexp): Try to catch paired parentheses like in
10159         Wikipedia URLs.
10160
10161         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10162         Suggested by Simon Krahnke <overlord@gmx.li>.
10163
10164 2007-01-13  Romain Francoise  <romain@orebokech.com>
10165
10166         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10167         Update copyright.
10168
10169 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10170
10171         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10172
10173 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10174
10175         * gnus-registry.el (gnus-registry-unfollowed-groups)
10176         (gnus-registry-split-fancy-with-parent): Fix documentation.
10177
10178 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10179
10180         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10181         from nnweb groups.
10182
10183 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10184
10185         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10186         Xref urls.  Erase buffer before requesting head.
10187
10188         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10189
10190 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10191
10192         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10193         customizable.
10194
10195 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10196
10197         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10198         no signing key is found.
10199         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10200         no encrypting and/or signing key is found.
10201
10202 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10203
10204         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10205
10206 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10207
10208         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10209         headers read from disk with the ones newly found in the current search.
10210         This should no longer cause problems, because the article numbers in
10211         Gmane's `nov.php' output are ignored since the previous change.
10212
10213 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10214
10215         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10216
10217 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10218
10219         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10220         replace-regexp-in-string; bind url-version; fbind display-images-p and
10221         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10222         find-face and set-itimer-function for Emacs; bind itimer-list for
10223         Emacs.
10224
10225         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10226
10227 2007-01-01  Romain Francoise  <romain@orebokech.com>
10228
10229         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10230
10231 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10232
10233         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10234         `define-minor-mode' macro definition expanded properly.
10235         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10236         exclude it there.
10237
10238         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10239         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10240         `fboundp' test.
10241         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10242         This is OK to autoload in (S)XEmacs now.
10243
10244 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10245
10246         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10247         keystroke.
10248         (gnus-summary-limit-to-singletons): Fix typo.
10249
10250         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10251         else fails.
10252
10253 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10254
10255         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10256         docstring.
10257
10258         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10259         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10260         (gnus-summary-insert-dormant-articles): Fix typo in message.
10261
10262 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10263
10264         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10265         nil for XEmacs.
10266         (gnus-message-citation-mode): Don't autoload in XEmacs.
10267
10268         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10269
10270 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10271
10272         * nnimap.el (nnimap-expunge-search-string):
10273         Mention nnimap-search-uids-not-since-is-evil in docstring.
10274
10275 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10276
10277         * spam.el: Revert to make-obsolete-variable because
10278         define-obsolete-variable-alias is not supported in Emacs 21.
10279
10280         * spam.el (spam-ifile-path, spam-ifile-database-path)
10281         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10282         make-obsolete-variable.
10283         (spam-bsfilter-path, spam-bsfilter-program)
10284         (spam-spamassassin-path, spam-spamassassin-program)
10285         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10286         Don't use "path" inappropriately.
10287         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10288         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10289         variable names.
10290
10291 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10292
10293         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10294         summary buffer.
10295
10296         * password.el (password-cache-remove): Use clear-string to burn
10297         password, if available.
10298
10299 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10300
10301         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10302
10303         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10304
10305         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10306         (gnus-message-highlight-citation): Move defcustom here from
10307         gnus-cite.el.
10308         (gnus-message-citation-mode): Autoload.
10309
10310         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10311         checks to make it compile with XEmacs.
10312         (gnus-message-citation-mode): New minor mode.
10313         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10314         (gnus-message-highlight-citation): New variables.
10315         (gnus-message-search-citation-line)
10316         (gnus-message-add-citation-keywords)
10317         (gnus-message-remove-citation-keywords)
10318         (turn-on-gnus-message-citation-mode)
10319         (turn-off-gnus-message-citation-mode): New functions.
10320
10321 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10322
10323         * gnus-cite.el: Enable highlighting of different citation levels in
10324         message-mode.
10325
10326 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10327
10328         * message.el (message-make-fqdn): Fix comment.
10329         (message-bogus-system-names): Add ".local".
10330
10331         * spam.el (spam-ifile-path, spam-ifile-program)
10332         (spam-ifile-database-path, spam-ifile-database)
10333         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10334         Don't use "path" inappropriately.
10335         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10336         strings.
10337         (spam-check-ifile, spam-ifile-register-with-ifile)
10338         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10339         Use new variable names.
10340
10341         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10342         (gnus-treat-display-smileys): Simplify using
10343         gnus-image-type-available-p.
10344
10345         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10346         available.
10347
10348         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10349         Use `display-images-p' if available.
10350
10351 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10352
10353         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10354         one after turning on the buffer's multibyteness instead of decoding
10355         them directly in the unibyte buffer that causes unexpected conversion
10356         in Emacs 23 (unicode).
10357
10358 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10359
10360         * message.el (message-generate-hashcash): Fix custom type.
10361
10362 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10363
10364         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10365
10366 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10367
10368         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10369         disconnect icons.  Add help text.
10370
10371 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10372
10373         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10374         negated to be consistent with the others we handle.
10375
10376 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10377
10378         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10379         version of gnus-summary-buffer to something, so that we can use two
10380         article buffers at the same time.
10381
10382 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10383
10384         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10385         trigger all the extra headers.
10386         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10387         sorting.
10388
10389 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10390
10391         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10392         solid groups.
10393
10394 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10395
10396         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10397
10398 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10399
10400         * legacy-gnus-agent.el: Add Copyright notice.
10401
10402 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10403
10404         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10405
10406 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10407
10408         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10409
10410         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10411         to make it work reliably in CVS Emacs.
10412         (gnus-summary-limit-strange-charsets-predicate)
10413         (gnus-summary-limit-to-predicate): New functions.
10414
10415 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10416
10417         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10418         specifying array size.
10419         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10420         array if it is too small.
10421         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10422         (gnus-sort-threads-loop): New function.
10423
10424 2006-12-06  Chris Moore  <dooglus@gmail.com>
10425
10426         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10427         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10428
10429 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10430
10431         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10432         options.
10433
10434 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10435
10436         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10437         DOS-ing the recipient.
10438
10439         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10440         the headers when creating the mapping to avoid mismappings.
10441         (nnweb-gmane-create-mapping): Always nix out old mapping.
10442
10443 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10444
10445         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10446         and mm-verify-option to never.
10447
10448 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10449
10450         * message.el (message-signed-or-encrypted-p): New function.
10451         (message-forward-make-body): Use it.
10452
10453         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10454         Replace encode-coding-string with mm-encode-coding-string.
10455
10456 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10457
10458         * nneething.el (nneething-decode-file-name):
10459         Replace decode-coding-string with mm-decode-coding-string.
10460
10461         * gnus-int.el (gnus-open-server): Say failed server's name.
10462
10463 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10464
10465         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10466         strings to a single string.  Quote `errors-file-name'.
10467         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10468         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10469         Adjust calls.  Use `shell-quote-argument'.
10470
10471 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10472
10473         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10474         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10475
10476         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10477         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10478         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10479         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10480         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10481         (gnus-subscribe-newsgroup, gnus-1):
10482         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10483         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10484         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10485         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10486
10487 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10488
10489         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10490         keystroke.
10491         (gnus-summary-limit-to-bodies): Implement headersp.
10492
10493 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10494
10495         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10496
10497 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10498
10499         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10500
10501 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10502
10503         * message.el (message-generate-hashcash): Expand range of values to
10504         include `opportunistic'.
10505         (message-send-mail): Use it.
10506
10507 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10508
10509         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10510         and comment it.
10511
10512         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10513
10514 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10515
10516         * gnus-util.el (gnus-extract-address-components): Improve comment.
10517
10518 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10519
10520         * gnus-util.el (gnus-extract-address-components): Work with address in
10521         which the name portion contains @.
10522
10523         * lpath.el: Fbind custom-autoload.
10524
10525 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10526
10527         * gnus.el (gnus-start): Move custom group up.
10528         (gnus-select-method): Don't autoload, but make it available for
10529         `customize-variable'.
10530         (gnus-getenv-nntpserver): Don't autoload.
10531
10532 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10533
10534         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10535
10536 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10537
10538         * message.el (message-sendmail-extra-arguments): New variable.
10539         (message-send-mail-with-sendmail): Use it.
10540
10541 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10542
10543         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10544         mm-with-unibyte-current-buffer to make string unibyte.
10545
10546         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10547         mm-string-as-multibyte.
10548
10549 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10550
10551         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10552         Reported by Werner Koch <wk@gnupg.org>.
10553
10554 2006-11-14  Daiki Ueno  <ueno@p360>
10555
10556         * mml2015.el: Autoload epa-select-keys when compiling.
10557
10558 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10559
10560         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10561         message-options.
10562         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10563
10564 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10565
10566         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10567         EasyPG (< 0.0.6).
10568         (mml2015-always-trust): New user option.
10569         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10570         prompt.
10571
10572 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10573
10574         * nntp.el (nntp-authinfo-force): New variable.
10575         (nntp-send-authinfo): Use it.
10576
10577 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10578
10579         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10580         decode encoded words.  Improve prompt.  Add comment about forwarding.
10581         (message-replacement-char): Move up.
10582
10583 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10584
10585         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10586         instead of gnus-intersection because arguments of gnus-sorted-nunion
10587         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10588
10589 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10590
10591         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10592         (message-simplify-subject-functions):
10593         Enable message-strip-subject-encoded-words by default.
10594
10595 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10596
10597         * message.el (message-strip-subject-encoded-words): New function.
10598         (message-simplify-subject-functions): New variable.
10599         (message-simplify-subject): Use it.  Fix typo in doc string.
10600         Support message-strip-subject-encoded-words.
10601
10602 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10603
10604         * gnus-diary.el (gnus-diary-delay-format-function):
10605         * nndiary.el (nndiary-reminders):
10606         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10607
10608 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10609
10610         * gnus-art.el (article-hide-boring-headers): Fetch date from
10611         gnus-original-article-buffer to avoid problems with localized date
10612         strings.
10613
10614 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10615
10616         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10617
10618 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10619
10620         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10621         New variables.
10622         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10623         (mm-charset-synonym-alist): Move some entries to
10624         mm-codepage-iso-8859-list.
10625         (mm-charset-synonym-alist, mm-charset-override-alist):
10626         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10627
10628 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10629
10630         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10631
10632 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10633
10634         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10635         with Emacs 21 and XEmacs.
10636
10637 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10638
10639         * spam.el (spam-parse-address): New function for better parsing,
10640         catching errors, etc.
10641         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10642
10643 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10644
10645         * mm-view.el: Add interactive arg to html2text autoload.
10646
10647 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10648
10649         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10650
10651 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10652
10653         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10654         New variables.
10655         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10656         (mm-charset-synonym-alist): Move some entries to
10657         mm-codepage-iso-8859-list.
10658
10659         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10660
10661 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10662
10663         * message.el (message-citation-line-format)
10664         (message-insert-formated-citation-line): Fix implementation of %E, %N
10665         and %n according to the doc string.
10666
10667 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10668
10669         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10670         Use car-safe to avoid bad parses.
10671
10672 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10673
10674         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10675         names.
10676
10677         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10678
10679 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10680
10681         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10682         header.
10683
10684         * message.el (message-draft-headers): Add Date.
10685         (message-headers-to-generate): Fix typo in docstring.
10686
10687         * nndraft.el (nndraft-required-headers): New variable.
10688         (nndraft-generate-headers): Use it.
10689
10690         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10691
10692 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10693
10694         * gnus-registry.el (gnus-registry-wash-for-keywords)
10695         (gnus-registry-find-keywords): New functions to allow easy searching of
10696         articles that are in the registry.
10697
10698 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10699
10700         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10701         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10702         Reported by Damien Elmes <damien@repose.cx>.
10703
10704 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10705
10706         * gnus.el (gnus-mime): Remove unused custom group.
10707
10708 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10709
10710         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10711         "blank line" when searching for end of armor headers.
10712
10713 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10714
10715         * gmm-utils.el (gmm-write-region): Fix variable name.
10716
10717 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10718
10719         * gmm-utils.el (gmm-write-region): New function based on compatibility
10720         code from `mm-make-temp-file'.
10721
10722         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10723
10724         * nnmaildir.el (nnmaildir--update-nov)
10725         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10726         Use `gmm-write-region'.
10727
10728 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10729
10730         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10731         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10732
10733         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10734
10735         * message.el (message-replacement-char): New variable.
10736         (message-fix-before-sending): Use it.
10737         (message-simplify-subject): New function to remove duplicate code.
10738         (message-reply, message-followup): Use it.
10739
10740         * gnus-sum.el (gnus-summary-make-menu-bar):
10741         Clarify gnus-summary-limit-to-articles.
10742
10743 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10744
10745         * gnus-util.el (gnus-with-local-quit): New macro.
10746
10747         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10748
10749 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10750
10751         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10752         ignore non-string data.
10753
10754 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10755
10756         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10757         non-string data (needs to be done in the registry too).
10758
10759 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10760
10761         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10762         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10763         (gnus-registry-split-fancy-with-parent)
10764         (gnus-registry-fetch-simplified-message-subject-fast)
10765         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10766         Remove text properties on ingress into the registry and when it's saved.
10767         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10768         registry from entries with no groups.
10769
10770 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10771
10772         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10773         function to remove string properties.
10774
10775 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10776
10777         * gmm-utils.el (gmm): Adjust custom version.
10778
10779         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10780         Adjust custom version.
10781
10782         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10783
10784 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10785
10786         * gnus-art.el (gnus-insert-prev-page-button)
10787         (gnus-insert-next-page-button): Simplify.  Reformat.
10788
10789 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10790
10791         * gnus-art.el (gnus-insert-prev-page-button)
10792         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10793
10794 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10795
10796         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10797
10798 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10799
10800         * gnus-art.el (gnus-insert-mime-button)
10801         (gnus-insert-mime-security-button):
10802         Apply gnus-article-button-face to MIME and security buttons.
10803
10804 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10805
10806         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10807         readable.
10808
10809 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10810
10811         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10812
10813 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10814
10815         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10816         `browse-url-of-file' instead of `browse-url'.
10817
10818 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10819
10820         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10821         regexp.  Articles containing quotation were cut prematurely.
10822
10823 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10824
10825         * message.el (message-cite-original-1): Use nobody by default for the
10826         value of From header.
10827         (message-reply): Ditto.
10828
10829 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10830
10831         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10832         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10833         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10834
10835 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10836
10837         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10838         mails in the doc string.  Add some URLs in comment.
10839         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10840
10841 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10842
10843         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10844         backslashes handling and the way to find boundaries of quoted strings.
10845
10846 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10847
10848         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10849         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10850         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10851         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10852
10853 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10854
10855         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10856         doc string.
10857         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10858
10859 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10860
10861         * lpath.el: Fbind epg-check-configuration.
10862
10863 2006-09-06  Simon Josefsson  <jas@extundo.com>
10864
10865         * mml2015.el (mml2015-use): Doc fix, mention epg.
10866
10867 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10868
10869         * mml2015.el (mml2015-use): Default to epg, if available.
10870
10871 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10872
10873         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10874         message-sender.
10875         (mml1991-epg-encrypt): Ditto.
10876         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10877         message-sender.
10878         (mml2015-epg-encrypt): Ditto.
10879
10880 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10881
10882         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10883         several common directories.
10884
10885 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10886
10887         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10888         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10889
10890 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10891
10892         * gnus-art.el (article-decode-encoded-words): Make it fast.
10893
10894 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10895
10896         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10897
10898         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10899         in quoted string into `\'.
10900
10901 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10902
10903         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10904         Use standard-syntax-table.
10905
10906 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10907
10908         * gnus-art.el (gnus-decode-address-function): New variable.
10909         (article-decode-encoded-words): Use it to decode headers which are
10910         assumed to contain addresses.
10911         (gnus-mime-delete-part): Remove useless `or'.
10912
10913         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10914         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10915         (gnus-nov-parse-line): Use it to decode From header.
10916         (gnus-get-newsgroup-headers): Ditto.
10917         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10918
10919         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10920         (mail-decode-encoded-address-string): New alias.
10921
10922         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10923         New function.
10924         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10925         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10926         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10927         (rfc2047-decode-string): Ditto.
10928         (rfc2047-decode-address-region): New function.
10929         (rfc2047-decode-address-string): New function.
10930
10931 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10932
10933         * message.el (message-caesar-buffer-body): Allow rotating headers.
10934
10935         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10936
10937         * message.el (message-insert-formated-citation-line): Fix %f.
10938         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10939
10940 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10941
10942         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10943         (gnus-bookmark-mouse-available-p): New macro.
10944         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10945         (gnus-bookmark-bmenu-show-infos): Use it.
10946         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10947         (gnus-bookmark-bmenu-hide-infos): Ditto.
10948         (gnus-bookmark-remove-properties): New function.
10949         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10950         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10951         (gnus-bookmark-write-file): Bind coding-system-for-write.
10952         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10953         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10954         group before selecting it.
10955         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10956         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10957         quit-window if it is not available; use gnus-mouse-2 and bind it to
10958         gnus-bookmark-bmenu-select-by-mouse.
10959         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10960         (gnus-bookmark-bmenu-select-by-mouse): New function.
10961
10962 2006-08-13  Romain Francoise  <romain@orebokech.com>
10963
10964         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10965         space.
10966
10967 2006-08-10  Romain Francoise  <romain@orebokech.com>
10968
10969         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10970         (dns-mode-soa-auto-increment-serial): New user option.
10971         (dns-mode-soa-maybe-increment-serial): New function.
10972         (dns-mode): Add the latter to `write-contents-functions'.
10973
10974 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10975
10976         * compface.el (uncompface): Use binary rather than raw-text-unix.
10977
10978 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10979
10980         * compface.el (uncompface): Make sure the eol conversion doesn't take
10981         place when communicating with the external programs.
10982         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10983
10984 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10985
10986         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10987
10988 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10989
10990         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10991         Make it more robust by parsing author and date independently.
10992
10993 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10994
10995         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10996
10997 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10998
10999         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11000         first matching secret key.
11001         (mml2015-epg-encrypt): Ditto.
11002
11003         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11004         first matching secret key.
11005         (mml1991-epg-encrypt): Ditto.
11006
11007         * mml2015.el (mml2015-encrypt-to-self): New user option.
11008         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11009         mml2015-epg-encrypt-to-self is set.
11010
11011         * mml1991.el (mml1991-encrypt-to-self): New variable.
11012         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11013         mml1991-epg-encrypt-to-self is set.
11014
11015         * mml2015.el (mml2015-signers): New user option.
11016         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11017         (mml2015-epg-encrypt): Allow to select signing keys.
11018
11019         * mml1991.el (mml1991-signers): New variable.
11020         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11021         (mml1991-epg-encrypt): Allow to select signing keys.
11022
11023 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11024
11025         * nnheader.el (nnheader-insert-head): Make it work even if the file
11026         uses CRLF for the line-break code.
11027
11028 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11029
11030         * mml2015.el: Require mml-sec instead of password.
11031         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11032         (mml2015-cache-passphrase): Inherit the default value from
11033         mml-secure-cache-passphrase.
11034         (mml2015-passphrase-cache-expiry): Inherit the default value from
11035         mml-secure-passphrase-cache-expiry.
11036
11037         * mml1991.el: Require mml-sec instead of password.
11038         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11039         (mml1991-cache-passphrase): Inherit the default value from
11040         mml-secure-cache-passphrase.
11041         (mml1991-passphrase-cache-expiry): Inherit the default value from
11042         mml-secure-passphrase-cache-expiry.
11043
11044         * mml-sec.el: Require password.
11045         (mml-secure-verbose): New user option.
11046         (mml-secure-cache-passphrase): New user option.
11047         (mml-secure-passphrase-cache-expiry): New user option.
11048
11049 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11050
11051         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11052         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11053         andreas@altroot.de (Andreas Vögele).
11054
11055         FIXME: Use `tiny change'?
11056
11057 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11058
11059         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11060         workaround for the url package included with Emacs.
11061
11062         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11063
11064 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11065
11066         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11067         correctly.  This fixes a bug caused by the 2006-05-12 change.
11068
11069 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11070
11071         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11072         some information about the error when saying that the `bogus' mail
11073         group will be used.
11074
11075 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11076
11077         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11078         string.
11079
11080 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11081
11082         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11083
11084 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11085
11086         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11087
11088 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11089
11090         * mml1991.el (mml1991-function-alist): Add epg.
11091         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11092         (mml1991-epg-encrypt): New functions.
11093
11094 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11095
11096         * mml2015.el (mml2015-verbose): New variable.
11097         (mml2015-cache-passphrase): Ditto.
11098         (mml2015-passphrase-cache-expiry): Ditto.
11099         (mml2015-function-alist): Add epg.
11100         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11101         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11102         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11103         New functions.
11104
11105 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11106
11107         * message.el (message-cite-original-1): Preserve region when removing
11108         quoted text due to X-No-Archive in order to avoid bogus attribution
11109         when citing multiple messages.
11110
11111 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11112
11113         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11114         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11115
11116 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11117
11118         * gnus-diary.el (gnus-user-format-function-d)
11119         (gnus-user-format-function-D): Autoload.
11120
11121         * imap.el (Commentary): Fix typo.
11122
11123         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11124         2006-04-22 contribution.
11125
11126 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11127
11128         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11129         It didn't really fix the bogosity I'm seeing with solid web groups.
11130
11131 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11132
11133         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11134         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11135         created using server names.  If we use the feature without declaring
11136         it, Gnus does not properly manage server and group state.
11137
11138         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11139         bound.
11140
11141 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11142
11143         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11144         looking up the method using GROUP's prefix before inventing a new one.
11145         It is used on killed/unknown groups in various places where returning
11146         an all-new method isn't expected by the caller.
11147
11148         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11149         and match semantics of gnus-group-real-prefix.
11150
11151 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11152
11153         * nnmail.el (nnmail-broken-references-mailers): New variable.
11154         (nnmail-ignore-broken-references): New function generalizing
11155         nnmail-fix-eudora-headers.
11156         (nnmail-fix-eudora-headers): Now obsolete.
11157
11158         * gnus-art.el (gnus-button-handle-custom):
11159         Support `customize-apropos*'.
11160
11161 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11162
11163         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11164
11165         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11166         articles.
11167
11168 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11169
11170         * message.el (message-cite-reply-above): New variable.
11171         (message-yank-original): Use it.
11172
11173 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11174
11175         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11176
11177 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11178
11179         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11180         as read.
11181
11182         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11183
11184 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11185
11186         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11187         (gnus-bookmark-default-file): Use gnus-directory.
11188         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11189         Remove "*" in doc string.
11190         (gnus-bookmark-write-file): Simplify.
11191         (gnus-bookmark-maybe-sort-alist): Use `when'.
11192         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11193         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11194         Add FIXME about Emacs 21 and XEmacs compatibility.
11195         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11196         compatibility.
11197         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11198         compatibility.
11199         (gnus-bookmark-menu-heading): Fix version.
11200
11201 2006-06-19  Bastien Guerry  <bzg@altern.org>
11202
11203         * gnus-bookmark.el: New file.
11204
11205 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11206
11207         * message.el (message-syntax-checks): Doc fix.
11208
11209 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11210
11211         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11212         unsubscribed groups as if they were killed ones.  It causes duplicate
11213         entries in gnus-newsrc-alist.
11214
11215 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11216
11217         * message.el (message-syntax-checks): Doc fix.
11218         (message-send-mail): Add check for continuation headers.
11219         (message-check-news-header-syntax): Fix regexp used to check for
11220         continuation headers.
11221
11222 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11223
11224         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11225
11226 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11227
11228         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11229
11230 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11231
11232         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11233         default-truncate-lines.
11234
11235 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11236
11237         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11238         to fill the utf-8 entry.
11239
11240         * lpath.el: Fbind unicode-precedence-list.
11241
11242 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11243
11244         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11245
11246 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11247
11248         * gnus-agent.el (directory-files-and-attributes): Move all the way
11249         forward (the third and final move).
11250         (gnus-agent-read-agentview): Trap reconstruction errors due to
11251         nonexistent directory.  Handle by returning nil.
11252
11253 2006-05-30  Didier Verna  <didier@xemacs.org>
11254
11255         * message.el (message-dont-reply-to-names): Update the custom type.
11256         * message.el (message-dont-reply-to-names): New defsubst: potentially
11257         convert a list of regexps into a single one.
11258         * message.el (message-get-reply-headers): Use it.
11259         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11260
11261 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11262
11263         * gnus-agent.el (directory-files-and-attributes): Move forward.
11264
11265 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11266
11267         * gnus-ml.el (gnus-mailing-list-subscribe)
11268         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11269         (gnus-mailing-list-message): Fix doc strings.
11270
11271 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11272
11273         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11274         of doing it manually.
11275
11276 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11277
11278         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11279         comment.
11280
11281 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11282
11283         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11284         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11285         (gnus-agent-read-local): All symbols allocated in my-obarray.
11286         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11287         (gnus-agent-regenerate-group): Check numeric names to see if they are
11288         messages or groups.
11289         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11290         better way of do this...)
11291
11292         * gnus-cache.el (gnus-agent-total-fetched-for):
11293         Ignore 'dummy.group' (there should be a better way of do this...)
11294
11295 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11296
11297         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11298         (gnus-saved-headers): Ditto.
11299         (gnus-default-article-saver): Mention functions may have properties.
11300         (gnus-article-save): Override gnus-save-all-headers and
11301         gnus-saved-headers by :headers property which saver function may have.
11302         (gnus-summary-save-in-file): Add :headers property.
11303         (gnus-summary-write-to-file): Ditto.
11304
11305         * gnus-sum.el (gnus-summary-save-article): Bind
11306         gnus-prompt-before-saving to t when saving many articles in a file;
11307         always show all headers.
11308
11309         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11310
11311 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11312
11313         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11314         marks.
11315
11316         * message.el (message-indent-citation): Add optional arguments to allow
11317         using it outside of message buffers.
11318
11319         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11320         (gnus-article-treat-unfold-headers): Use it.
11321         (gnus-article-truncate-lines): New variable.
11322         (gnus-article-mode): Use it.
11323         (gnus-article-toggle-truncate-lines): New function.
11324
11325         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11326         Add gnus-article-toggle-truncate-lines.
11327
11328         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11329         coding system in XEmacs, use binary.
11330
11331 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11332
11333         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11334         after-load-alist.
11335
11336         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11337         this function should save decoded articles.
11338         (gnus-summary-write-to-file): Use property to specify this function
11339         should save decoded articles and specify gnus-summary-save-in-file
11340         should be used to save articles other than the first one when saving
11341         many articles.
11342         (gnus-summary-save-body-in-file): Use property to specify this
11343         function should save decoded articles.
11344         (gnus-summary-write-body-to-file): Use property to specify this
11345         function should save decoded articles and specify
11346         gnus-summary-save-body-in-file should be used to save articles other
11347         than the first one when saving many articles.
11348
11349         * gnus-sum.el (gnus-summary-save-article): Simplify.
11350
11351 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11352
11353         * gnus-art.el (gnus-default-article-saver):
11354         Add gnus-summary-write-body-to-file.
11355         (gnus-article-save-coding-system): Don't use coding system object
11356         in XEmacs.
11357         (gnus-read-save-file-name): Add optional `dir-var' argument which
11358         specifies directory in which files are saved; work even if optional
11359         `variable' argument is not specified.
11360         (gnus-summary-write-to-file): Read file name.
11361         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11362         (gnus-summary-write-body-to-file): New function.
11363
11364         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11365         (gnus-summary-local-variables): Add it.
11366         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11367         (gnus-summary-save-article): Remove optional `decode' argument;
11368         determine whether to decode articles by the value of
11369         gnus-default-article-saver; when saving many files using
11370         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11371         it first and use gnus-summary-save-in-file or
11372         gnus-summary-save-body-in-file thereafter unless
11373         gnus-prompt-before-saving is always; move point to article which
11374         will be saved.
11375         (gnus-summary-save-article-file): Revert.
11376         (gnus-summary-write-article-file): Revert.
11377         (gnus-summary-save-article-body-file): Revert.
11378         (gnus-summary-write-article-body-file): New function.
11379
11380 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11381
11382         * gnus-art.el (gnus-default-article-saver): Doc fix.
11383         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11384         from gnus-summary-save-article-coding-system, and default to a
11385         certain coding system.
11386         (gnus-output-to-file): Add coding cookie and encode text according
11387         to gnus-article-save-coding-system; don't use mm-append-to-file.
11388
11389         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11390         gnus-art.el and rename to gnus-article-save-coding-system.
11391         (gnus-summary-save-article): Require gnus-art; don't show all
11392         headers if it decodes articles; don't add coding cookie here;
11393         don't bind mm-text-coding-system-for-write.
11394         (gnus-summary-save-article-file): Save decoded articles.
11395         (gnus-summary-write-article-file): When saving many files, use
11396         gnus-summary-write-to-file first and gnus-summary-save-in-file
11397         thereafter unless gnus-prompt-before-saving is always.
11398         (gnus-summary-save-article-body-file): Save decoded articles.
11399
11400         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11401
11402 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11403
11404         * nnrss.el (nnrss-check-group): Bind hash-index.
11405
11406 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11407
11408         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11409         its hash index.  Store this hash in `nnrss-group-data'.
11410         (nnrss-read-group-data): Update accordingly.
11411
11412 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11413
11414         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11415         entry.
11416
11417         * gnus-sum.el (gnus-summary-make-menu-bar):
11418         Add gnus-article-browse-html-article.
11419
11420 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11421
11422         * gnus-sum.el (gnus-summary-mime-map):
11423         Add gnus-article-browse-html-article.
11424
11425         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11426
11427 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11428
11429         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11430         suitable coding systems in customize.
11431
11432 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11433
11434         * mail-source.el (mail-sources): Fix custom type.
11435
11436 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11437
11438         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11439         (gnus-summary-expire-articles-now): Shorten prompt.
11440
11441         * gmm-utils.el (wid-edit): Require.
11442         (defun-gmm): Rename from `gmm-defun-compat'.
11443         (gmm-image-search-load-path): Use it.
11444         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11445
11446 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11447
11448         * gnus-sum.el (gnus-summary-save-article-coding-system):
11449         New variable.
11450         (gnus-summary-save-article): Add optional `decode' argument.
11451         If it is set and gnus-summary-save-article-coding-system is non-nil,
11452         save decoded article.
11453         (gnus-summary-write-article-file): Save decoded article if
11454         gnus-summary-save-article-coding-system is non-nil.
11455
11456         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11457         type.
11458
11459 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11460
11461         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11462
11463 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11464
11465         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11466         first to test gnus-single-article-buffer which may be buffer-local.
11467
11468         * gnus-sum.el (gnus-summary-setup-buffer):
11469         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11470         group; make gnus-article-buffer, gnus-article-current, and
11471         gnus-original-article-buffer always buffer-local.
11472         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11473         group.
11474         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11475
11476 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11477
11478         * nnml.el (nnml-request-compact-group): Compressed files might not
11479         have .gz extension.
11480
11481 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11482
11483         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11484         (mm-copy-to-buffer): Use with-current-buffer.
11485         (mm-display-part): Simplify.
11486         (mm-inlinable-p): Add optional arg `type'.
11487
11488 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11489
11490         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11491         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11492         Try harder to show the attachment internally or externally using
11493         gnus-mime-view-part-as-type.
11494
11495 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11496
11497         * message.el (message-from-style, message-signature-separator)
11498         (message-user-organization-file, message-send-mail-function)
11499         (message-citation-line-function, message-yank-prefix)
11500         (message-indent-citation-function, message-signature)
11501         (message-signature-file, message-signature-insert-empty-line):
11502         Remove autoloads.
11503
11504         * gnus-art.el (gnus-buttonized-mime-types):
11505         Remove "multipart/signed".  Revert 2006-04-26 change.
11506
11507 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11508
11509         * gnus.el (gnus-version-number): Bump version.
11510
11511 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11512
11513         * gnus.el: No Gnus v0.5 is released.
11514
11515 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11516
11517         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11518         fetching articles by message-id.
11519
11520 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11521
11522         * message.el (hashcash): Require hashcash as normal.
11523
11524         * ecomplete.el (ecomplete-highlight-match-line):
11525         Use point-at-eol.
11526         (ecomplete-highlight-match-line): Use `highlight', because that
11527         face exists in both Emacs and XEmacs.
11528
11529         * message.el (message-display-abbrev): Use point-at-bol.
11530
11531         * mail-source.el: Don't require timer/timer-funcs.
11532
11533         * gnus-async.el: Ditto.
11534
11535         * password.el: Ditto.
11536
11537         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11538
11539         * mm-url.el: Ditto.
11540
11541         * gnus-xmas.el: Don't require timer-funcs.
11542
11543         * mm-util.el: Require timer/timer-funcs.
11544
11545 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11546
11547         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11548         Close.
11549
11550 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11551
11552         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11553         unibyte after clear-decrypt function runs.
11554
11555         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11556         returns as a unibyte string.
11557
11558 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11559
11560         * lpath.el: Revert.
11561
11562         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11563         (pgg-gpg-process-sentinel): Revert.
11564
11565         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11566         (pgg-pgp-lookup-key): Revert.
11567
11568         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11569         (pgg-pgp5-lookup-key): Revert.
11570
11571         * pgg.el (pgg-fetch-key): Revert.
11572
11573 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11574
11575         * lpath.el: Fbind string-as-multibyte for XEmacs.
11576
11577         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11578         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11579         (mml1991-pgg-encrypt): Ditto.
11580
11581         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11582         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11583         a multibyte buffer.
11584
11585         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11586         (pgg-pgp-lookup-key): Ditto.
11587
11588         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11589         (pgg-pgp5-lookup-key): Ditto.
11590
11591         * pgg.el (pgg-fetch-key): Ditto.
11592
11593 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11594
11595         * message.el (message-user-organization-file): Check several
11596         locations of the organization file.
11597
11598         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11599         Add gnus-article-view-part-as-type.
11600
11601         * gnus-art.el (gnus-article-view-part-as-type): New function.
11602
11603         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11604         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11605
11606         * mml.el: Simplify autoload.
11607         (mml-mode): defvar dnd-protocol-alist instead of using
11608         symbol-value.
11609         (mml-default-directory): New variable.
11610         (mml-minibuffer-read-file): Use it.
11611         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11612
11613         * message.el (message-citation-line-format): New variable.
11614         (message-insert-formated-citation-line): New function.
11615         (message-citation-line-function):
11616         Add `message-insert-formated-citation-line' to custom type.
11617
11618         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11619         to doc string.
11620
11621         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11622         depending on mm-verify-option.
11623
11624 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11625
11626         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11627         binding pgg-* variables; reimplement the section which prevents
11628         MIME header from being signed.
11629         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11630         pgg-text-mode; remove a blank line at the top of body.
11631
11632         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11633         lines at the top of body; use gnus-newsgroup-charset if there's no
11634         Charset header.
11635
11636 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11637
11638         * message.el (message-self-insert-commands): Doc fix.
11639
11640         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11641         (mm-uu-pgp-encrypted-test): Ditto.
11642         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11643         between header and body; return application/pgp-encrypted handle
11644         if decryption failed; decode decrypted body by charset.
11645
11646         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11647         element match to application/pgp-*.
11648
11649 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11650
11651         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11652         HTML.
11653
11654 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11655
11656         * mail-source.el (mail-source-call-script): Message the error
11657         string.
11658
11659 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11660
11661         * gnus-util.el (gnus-byte-compile): Use it.
11662
11663 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11664
11665         * gnus-util.el (kill-empty-logs): New function.
11666
11667 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11668
11669         * message.el (message-mail-alias-type): Doc fix.
11670         (message-mail-alias-type-p): New function.
11671         (message-send): Use it.
11672         (message-mode): Ditto.
11673         (message-strip-forbidden-properties): Ditto.
11674
11675         * ecomplete.el (ecomplete-database-file-coding-system):
11676         New variable.
11677         (ecomplete-save): Use it.
11678         (ecomplete-setup): Use it.
11679
11680 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11681
11682         * message.el (message-self-insert-commands): New variable.
11683         (message-strip-forbidden-properties): Use it.
11684
11685 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11686
11687         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11688         that doesn't make XEmacs choke.
11689
11690 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11691
11692         * gnus-util.el (gnus-replace-in-string):
11693         Prefer replace-regexp-in-string over of replace-in-string.
11694
11695 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11696
11697         * gnus-util.el (gnus-select-frame-set-input-focus):
11698         Use select-frame-set-input-focus if it is available in XEmacs; use
11699         definition defined in Emacs 22 for old Emacsen.
11700
11701         * dgnushack.el: Autoload unmorse-region for XEmacs.
11702
11703         * lpath.el: Bind cursor-in-non-selected-windows and
11704         select-frame-set-input-focus for XEmacs.
11705
11706 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11707
11708         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11709
11710 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11711
11712         * gnus-registry.el (gnus-registry-cache-save): Remove text
11713         properties when saving via the temp buffer.
11714
11715 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11716
11717         * message.el (message-generate-hashcash): Honor custom type.
11718
11719 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11720
11721         * message.el (message-generate-hashcash): Default to non-nil when
11722         hashcash is found.
11723
11724         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11725         (gnus-refer-thread-limit): Increase default to 500.
11726
11727         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11728
11729         * flow-fill.el (fill-flowed): Allow delete-space.
11730
11731 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11732
11733         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11734         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11735         Remove autoloads.
11736
11737 2006-04-18  Simon Josefsson  <jas@extundo.com>
11738
11739         * message.el (message-generate-hashcash): Default to.
11740
11741 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11742
11743         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11744         concatenating segments rather than before concatenating them.
11745
11746 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11747
11748         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11749
11750 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11751
11752         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11753
11754         * message.el (message-forward-make-body-plain):
11755         Allow message-forward-ignored-headers to be a list.
11756         (message-remove-ignored-headers): Factor out into function.
11757         (message-forward-make-body-mml): Use it.
11758
11759         * imap.el (imap-quote-specials): New function.
11760         (imap-login-auth): Quote specials.
11761
11762         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11763         (rfc2231-parse-string): Allow concatanation of parameters that
11764         aren't contiguous.  The test case is
11765           (mail-header-parse-content-type "message/external-body;
11766             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11767             access-type=LOCAL-FILE;
11768             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11769
11770 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11771
11772         * nntp.el (nntp-accept-process-output): Return the value of
11773         `nnheader-accept-process-output'.
11774
11775 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11776
11777         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11778         (gnus-button-alist): Recognize more diff formats.
11779         (gnus-button-patch): Strip directory.
11780
11781 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11782
11783         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11784         Emacs 22 when setting focus.
11785
11786 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11787
11788         * gnus-art.el (gnus-article-treat-types): Do treatment of
11789         text/x-verbatim parts.
11790         (gnus-button-patch): New command.
11791
11792         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11793         addresses that contain invalid characters.
11794
11795 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11796
11797         * message.el (message-put-addresses-in-ecomplete):
11798         Use gnus-replace-in-string.
11799         (message-is-yours-p): Use the more correct
11800         mail-header-parse-address instead of
11801         mail-extract-address-components.
11802         (message-put-addresses-in-ecomplete): Fix typo.
11803
11804         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11805         keystroke.
11806
11807         * gnus-art.el (gnus-treatment-function-alist): Change order of
11808         newsgroups/generic header folding to avoid double-folding.
11809
11810         * message.el (message-hidden-headers): Add X-Draft-From.
11811
11812         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11813         New command.
11814         (gnus-summary-repeat-search-article-backward): New command.
11815
11816         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11817         groups in the parent topic.
11818
11819 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11820
11821         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11822         (spam-extra-header-to-number): Return the CRM114 number as a
11823         number instead of a string.
11824
11825 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11826
11827         * gnus-art.el (gnus-face-properties-alist): Move here from
11828         gnus-fun.
11829
11830         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11831
11832 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11833
11834         * message.el (message-strip-forbidden-properties): Only display on
11835         self-insert-command.
11836
11837         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11838         reindent.
11839         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11840
11841 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11842
11843         * smiley.el (smiley-style): Fix typo.
11844
11845 2006-03-23  Kenichi Handa  <handa@m17n.org>
11846
11847         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11848         instead of set-buffer-multibyte.
11849
11850 2006-03-23  Kenichi Handa  <handa@m17n.org>
11851
11852         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11853         buffer and then decode the buffer text if necessary.
11854         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11855         first, and after mm-encode-body, change the buffer to unibyte.
11856
11857 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11858
11859         * hashcash.el (hashcash-insert-payment-async-2):
11860         Use message-goto-eoh instead of doing it manually.
11861         (mail-add-payment): Use message-narrow-to-header instead of trying
11862         to do the same itself.
11863
11864         * message.el (message-hidden-headers): Add Face.
11865
11866         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11867         reparenting code.
11868         (gnus-summary-reparent-children): Refactored out code.
11869         (gnus-summary-thread-map): New keystroke.
11870         (gnus-summary-reparent-children): Make into command.
11871
11872         * smiley.el (smiley-style): Default to `medium' if using a large
11873         font.
11874
11875         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11876         does it itself.
11877
11878         * message.el (message-point-in-header-p): Simplify definition.
11879
11880 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11881
11882         * nnagent.el (nnagent-request-set-mark): Silence log file
11883         writing.
11884         (nnagent-request-set-mark): Use write-region instead of
11885         append-to-file.
11886
11887         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11888         strange select method.
11889
11890         * ecomplete.el (ecomplete-display-matches): Get highlightling
11891         right.
11892         (ecomplete-display-matches): Use literals.
11893         (ecomplete-display-matches): Disable message logging.
11894
11895         * message.el (message-display-abbrev): Small optimization.
11896
11897         * ecomplete.el (ecomplete-display-matches): Allow automatic
11898         display.
11899
11900         * message.el (message-strip-forbidden-properties):
11901         Display abbrevs.
11902         (message-display-abbrev): Get automatic display right.
11903
11904         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11905         keystrokes.
11906
11907 2006-04-13  Romain Francoise  <romain@orebokech.com>
11908
11909         TODO: Backport to v5-10!
11910
11911         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11912         Move here (and rename) from gnus-registry.el.
11913
11914         * gnus-registry.el: Require gnus-util.
11915         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11916
11917 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11918
11919         * gnus-group.el (gnus-group-catchup-current):
11920         Change if-then-else-if-then-else into cond.
11921         (gnus-group-catchup): Indent.
11922         (group-name-at-point): New function.
11923         (gnus-fetch-group): Provide default from thing at point.
11924
11925 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11926
11927         * message.el (message-display-abbrev): Fix regexp.
11928
11929         * ecomplete.el (ecomplete-highlight-match-line):
11930         Reimplement choosing.
11931         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11932         dead variables.
11933
11934         * message.el (message-newline-and-indent): Remove debugging.
11935         (message-display-abbrev): Use new implementation.
11936
11937 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11938
11939         * gnus-art.el (gnus-article-mode):
11940         Set cursor-in-non-selected-windows to nil.
11941
11942         * smiley.el: Revert previous change.
11943         (smiley-data-directory): defvar it before using it in the
11944         defcustom of `smiley-style'.
11945
11946 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11947
11948         * message.el (message-newline-and-indent): New function.
11949
11950         * ecomplete.el: Implement more bits.
11951
11952         * message.el (message-put-addresses-in-ecomplete): Clean up the
11953         string.
11954
11955         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11956
11957         * gnus-sum.el (gnus-summary-save-parts):
11958         Bind gnus-summary-save-parts-counter and use it to make unique file
11959         names.
11960
11961         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11962
11963         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11964         parameter to say whether to actually parse the individual
11965         addresses.
11966
11967         * message.el (message-put-addresses-in-ecomplete): New function.
11968         (ecomplete): Require.
11969         (message-mail-alias-type): Add ecomplete as an option.
11970
11971 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11972
11973         * flow-fill.el (fill-flowed): Remove trailing space from blank
11974         quoted lines.
11975
11976 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11977
11978         * smiley.el (smiley-style): Move definition later to avoid a
11979         compilation warning.
11980
11981 2006-04-12  Kenichi Handa  <handa@m17n.org>
11982
11983         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11984         buffer and then decode the buffer text if necessary.
11985         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11986         first, and after mm-encode-body, change the buffer to unibyte.
11987         Use mm-disable-multibyte instead of set-buffer-multibyte.
11988
11989 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11990
11991         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11992         Content-Type header instead of Content-Disposition header.
11993         (gnus-mime-inline-part): Ditto.
11994         (gnus-mime-view-part-as-charset): Ignore charset that the part
11995         specifies.
11996
11997         * mm-decode.el (mm-display-part): Work with external parts and
11998         usual parts similarly.
11999
12000         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12001         instead of gnus-display-mime.
12002
12003         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12004         instead of with-temp-buffer.
12005
12006         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12007         tag to summarized topics part in order to encode non-ASCII text.
12008
12009 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12010
12011         * smiley.el (smiley-style): New variable.
12012         (smiley-directory): New function.
12013         (smiley-data-directory): Derive from `smiley-style' using
12014         `smiley-directory'.
12015         (smiley-regexp-alist): Add new entries.
12016
12017         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12018         (gnus-article-browse-delete-temp): Add :version.
12019
12020 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12021
12022         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12023         the sieve region.
12024
12025 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12026
12027         * gnus.el (gnus-version-number): Bump version.
12028
12029 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12030
12031         * gnus.el: No Gnus v0.4 is released.
12032
12033 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12034
12035         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12036         layout.
12037
12038         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12039         unknown charset.
12040
12041         * message.el (message-header-synonyms): Add Original-To to the
12042         default.
12043
12044         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12045         optional parameter.
12046
12047 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12048
12049         * gnus-fun.el (gnus): Require it for gnus-directory.
12050
12051 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12052
12053         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12054
12055 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12056
12057         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12058
12059 2006-04-05  Simon Josefsson  <jas@extundo.com>
12060
12061         * password.el (password-reset): New function.
12062
12063 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12064
12065         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12066         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12067
12068 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12069
12070         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12071         Some whitespace was matched into the url, which broke browsing hits
12072         > 100 when mm-url-use-external was nil.
12073
12074 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12075
12076         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12077         Check gnus-extra-headers for 'Newsgroups.
12078
12079         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12080         bound.
12081
12082 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12083
12084         * pgg-gpg.el: Clean up process buffers every time gpg processes
12085         complete.
12086
12087 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12088
12089         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12090         doc string.
12091
12092 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12093
12094         * pgg-gpg.el (pgg-gpg-process-filter)
12095         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12096
12097         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12098         lines, temporary fix.
12099
12100 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12101
12102         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12103
12104 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12105
12106         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12107         default-enable-multibyte-characters.  This reverts the change from
12108         revision 6.17 which is no longer necessary because the passphrase
12109         is sent separately now.  GnuPG messages are unreadable under
12110         multibyte locales with default-enable-multibyte-characters set to
12111         nil.
12112
12113 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12114
12115         * message.el (message-tool-bar-gnome): Move "spell".
12116
12117 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12118
12119         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12120         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12121         instead.
12122
12123 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12124
12125         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12126         Improve newsgroups handling for NNTP overviews which don't include
12127         Newsgroups.
12128
12129 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12130
12131         * message.el (message-resend): Bind message-generate-hashcash to nil.
12132
12133 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12134
12135         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12136         when searching for already-paid recipients.
12137
12138 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12139
12140         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12141         passphrases when it is not needed.
12142         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12143         passphrase stuff from gpg, should only be necessary when you use
12144         gpg with a smartcard.
12145
12146 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12147
12148         * mml.el (mml-insert-mime): Ignore cached contents of
12149         message/external-body part.
12150
12151         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12152         (mm-insert-part): Ditto.
12153
12154 2006-03-23  Simon Josefsson  <jas@extundo.com>
12155
12156         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12157         Reiner.
12158         (pgg-gpg-use-agent-p): Use it again.
12159
12160 2006-03-23  Simon Josefsson  <jas@extundo.com>
12161
12162         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12163         older emacsen.
12164         (pgg-gpg-use-agent-p): Don't use it.
12165
12166 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12167
12168         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12169         if we can.
12170
12171 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12172
12173         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12174         (pgg-gpg-update-agent): New function.
12175         (pgg-gpg-use-agent-p): New function.
12176         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12177         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12178         (pgg-gpg-sign-region): Use it.
12179
12180 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12181
12182         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12183         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12184
12185 2006-03-21  Simon Josefsson  <jas@extundo.com>
12186
12187         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12188         <wilde@sha-bang.de>.
12189         (pgg-gpg-use-agent): New variable.
12190         (pgg-gpg-process-region): Use it.
12191         (pgg-gpg-encrypt-region): Likewise.
12192         (pgg-gpg-encrypt-symmetric-region): Likewise.
12193         (pgg-gpg-decrypt-region): Likewise.
12194         (pgg-gpg-sign-region): Likewise.
12195         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12196
12197 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12198
12199         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12200
12201         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12202         Add comment on version.
12203
12204 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12205
12206         * smiley.el: Add missing test smiley.
12207
12208 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12209
12210         * mm-decode.el (mm-with-part): New macro.
12211         (mm-get-part): Use it; work with message/external-body as well.
12212         (mm-save-part): Treat name and filename equally.
12213
12214         * mm-extern.el (mm-extern-cache-contents): New function.
12215         (mm-inline-external-body): Use it; force the part to be displayed;
12216         move undisplayer added to the cached handle to the parent.
12217
12218         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12219         (gnus-mime-view-part-as-type): Work with message/external-body.
12220
12221         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12222
12223 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12224
12225         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12226         images in image-load-path.  [Sync with image.el, revision 1.60, in
12227         Emacs.]
12228
12229 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12230
12231         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12232         path rather than symbol.  Always return list of directories.
12233         Guarantee that image directory comes first.  [Sync with image.el,
12234         revision 1.59, in Emacs.]
12235
12236         * message.el (message-make-tool-bar): Adjust to new API of
12237         `gmm-image-load-path-for-library'.
12238
12239         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12240
12241         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12242
12243 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12244
12245         * gnus-art.el (gnus-article-only-boring-p):
12246         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12247         intangible text.
12248         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12249
12250 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12251
12252         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12253         Use `defun' instead of `gmm-defun-compat'.
12254
12255 2006-03-14  Simon Josefsson  <jas@extundo.com>
12256
12257         * message.el (message-unique-id): Don't use message-number-base36
12258         if (user-uid) is a float.
12259         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12260
12261 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12262
12263         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12264
12265         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12266         empty line between a part and a message part.
12267
12268 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12269
12270         * smiley.el: Add more test smileys.
12271         (smiley-data-directory, smiley-regexp-alist)
12272         (gnus-smiley-file-types): Fix doc strings.
12273         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12274         adding new elements.
12275         (smiley-mouse-map): Unused code.  Make it a comment.
12276
12277 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12278
12279         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12280         scan latest NoCeM messages instead of old ones.
12281         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12282         delimiters that are recently used.
12283         (gnus-nocem-load-cache): Add autoload cookie.
12284
12285         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12286
12287         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12288         level which is larger than gnus-use-nocem is specified.
12289
12290         * gnus-group.el (gnus-group-get-new-news): Ditto.
12291
12292 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12293
12294         * gnus-util.el (gnus-tool-bar-update): New function.
12295
12296         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12297         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12298
12299         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12300
12301         * gnus-group.el (gnus-group-redraw-when-idle)
12302         (gnus-group-redraw-check): Remove.
12303         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12304
12305 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12306
12307         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12308         if optional last element is specified in splits (FIELD VALUE...).
12309
12310 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12311
12312         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12313         to gmm-image-load-path-for-library.  Call with no-error argument.
12314         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12315
12316         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12317
12318         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12319
12320         * gmm-utils.el (gmm-image-load-path): Remove alias.
12321
12322 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12323
12324         * gmm-utils.el (gmm-image-load-path): Add alias.
12325
12326         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12327         nnml-generate-nov-databases-1.
12328         (nnml-generate-nov-databases): Use it.
12329         (nnml-generate-nov-databases-directory): Document no-active
12330         argument.
12331
12332         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12333         directory if path is t.  Add no-error.
12334
12335         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12336         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12337
12338         * gnus-art.el (gnus-article-browse-delete-temp-files):
12339         Simplify resetting gnus-article-browse-html-temp-list.
12340
12341         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12342         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12343         Add example to docstring.  Rename local variables.  Move error
12344         checks to default case in cond and simplify.
12345
12346 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12347
12348         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12349         handle is multipart when calling it recursively.
12350         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12351
12352 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12353
12354         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12355         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12356
12357 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12358
12359         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12360         is loaded.
12361
12362         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12363         loaded.
12364
12365 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12366
12367         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12368         to "Emacs 23 (unicode)" in doc string.
12369
12370         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12371         "Emacs 23 (unicode)" in comment.
12372
12373 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12374
12375         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12376
12377         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12378         characters 160 through 255 in Emacs 23.
12379
12380 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12381
12382         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12383         gnus-article-browse-html-temp.
12384         (gnus-article-browse-delete-temp): Make it customizable.
12385         Add `file'.  Adjust doc string.
12386         (gnus-article-browse-delete-temp-files): Add argument.
12387         Allow query for each file.  Adjust doc string.
12388         (gnus-article-browse-html-parts):
12389         Add `gnus-article-browse-delete-temp-files' to
12390         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12391
12392 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12393
12394         * gnus-art.el (gnus-article-browse-html-temp)
12395         (gnus-article-browse-delete-temp): New variables.
12396         (gnus-article-browse-delete-temp-files): New function.
12397         (gnus-article-browse-html-parts): Use it.
12398
12399 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12400
12401         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12402
12403         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12404         string.
12405
12406         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12407         gnus-summary-insert-new-articles when unplugged.
12408         Remove gnus-summary-search-article-forward.
12409
12410         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12411         display-visual-class instead of display-color-cells.
12412
12413 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12414
12415         * dgnushack.el: Autoload customize-group for XEmacs.
12416
12417         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12418         message/* containing non-ASCII text properly.
12419
12420 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12421
12422         * message.el: Require gmm-utils, remove autoloads.
12423         (message-tool-bar): Set default based on
12424         gmm-tool-bar-style.
12425         (message-tool-bar-gnome): Add gmm-customize-mode.
12426
12427         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12428         gmm-tool-bar-style.
12429         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12430
12431         * gnus-group.el (gnus-group-tool-bar): Set default based on
12432         gmm-tool-bar-style.
12433         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12434
12435         * gmm-utils.el (gmm-image-directory): Rename variable from
12436         gmm-image-load-path.
12437         (gmm-image-load-path): Use gmm-image-directory.
12438         (gmm-customize-mode): New function.
12439         (gmm-tool-bar-style): New variable.
12440
12441         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12442         gnus-group-redraw-line-number.
12443         (gnus-group-redraw-check): Simplify.
12444         (gnus-group-tool-bar-update): Remove redraw check.
12445         (gnus-group-make-tool-bar): Add redraw check.
12446
12447 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12448
12449         * gnus-art.el (gnus-button): Add missing parentheses.
12450
12451 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12452
12453         * lpath.el: Fbind line-number-at-pos.
12454
12455 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12456
12457         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12458
12459 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12460
12461         * gnus-art.el (gnus-button): New face.
12462         (gnus-article-button-face): Use it.
12463
12464         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12465         Add gnus-summary-next-page.  Re-order.
12466
12467         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12468         next-node are now included.
12469         (gnus-group-redraw-line-number): New internal variable.
12470         (gnus-group-redraw-check): Helper function for updating the tool
12471         bar.
12472         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12473
12474         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12475
12476         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12477         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12478         Use it to match format of Spamassassin 3.0 and later.
12479         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12480         (spam-check-bogofilter)
12481         (spam-bogofilter-register-with-bogofilter): Fix args of
12482         `gnus-error' calls.
12483
12484 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12485
12486         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12487         unnecessary interaction when sending queued mails.
12488         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12489
12490 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12491
12492         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12493         first or last are nil.
12494
12495 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12496
12497         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12498
12499 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12500
12501         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12502
12503 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12504
12505         * dns.el (query-dns): Protect more against buggy tcp output.
12506
12507 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12508
12509         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12510         nov.php.
12511
12512 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12513
12514         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12515         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12516         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12517         output on the server side.
12518         (nnweb-google-create-mapping): Update regexps and add some
12519         progress indication.
12520
12521 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12522
12523         * gnus-group.el (gnus-group-tool-bar-gnome):
12524         Fix gnus-agent-toggle-plugged.  Re-order icons.
12525         (gnus-group-tool-bar-gnome):
12526         Add gnus-group-{prev,next}-unread-group.
12527         (gnus-group-tool-bar-gnome): Re-order icons.
12528
12529         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12530         Move gnus-summary-insert-new-articles.
12531
12532         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12533         Fix comments.
12534
12535         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12536         also available in Emacs 21.3.
12537
12538         * message.el (message-fix-before-sending): Change "Emacs 22" to
12539         "Emacs 23 (unicode)" in comment.
12540
12541         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12542         "Emacs 23 (unicode)" in comment.
12543
12544         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12545         comment.
12546         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12547
12548         * mm-view.el (mm-fill-flowed): Add :version.
12549
12550 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12551
12552         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12553         and load-path.
12554
12555 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12556
12557         * message.el: Autoload gmm-image-load-path.
12558         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12559         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12560         consitency.
12561
12562         * gmm-utils.el (gmm-image-load-path): Also search in
12563         "../etc/images".  Don't set gmm-image-load-path if we don't find
12564         the image.
12565
12566 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12567
12568         * gmm-utils.el (gmm-image-load-path): Don't make
12569         `gmm-image-load-path' include subdirectories which the second arg
12570         `image' might specify.
12571
12572         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12573         subdirectory to icon file names.
12574
12575         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12576
12577 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12578
12579         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12580         gmm-image-load-path calls.
12581
12582         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12583
12584         * message.el (message-make-tool-bar): Ditto.
12585
12586         * mml.el (mml-preview): Add comment concerning tool bar icons.
12587
12588         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12589         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12590
12591         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12592         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12593
12594         * message.el (message-tool-bar-gnome): Use new icon names.
12595         (message-make-tool-bar): Use `gmm-image-load-path'.
12596
12597         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12598         New functions from MH-E.
12599         (gmm-image-load-path): New variable from MH-E.
12600         (gmm-image-load-path): New function from MH-E.  Add arguments
12601         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12602         *-image-load-path-called-flag.
12603
12604 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12605
12606         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12607
12608 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12609
12610         * nnimap.el (nnimap-request-move-article): Change folder back to
12611         source group before deleting.
12612
12613 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12614
12615         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12616
12617         * gnus-art.el (mm-url-insert-file-contents-external):
12618         Autoload mm-url.
12619
12620         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12621
12622 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12623
12624         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12625         coding system which mm-charset-to-coding-system returns for a
12626         given charset is valid.
12627
12628 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12629
12630         * html2text.el (html2text-remove-tag-list):
12631         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12632
12633 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12634
12635         * gnus-cus.el: Revert 2005-10-17 change.
12636
12637 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12638
12639         * gnus-art.el (article-strip-banner):
12640         Call article-really-strip-banner only when the regexp match is made.
12641
12642 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12643
12644         * gnus-art.el (article-strip-banner):
12645         Use gnus-extract-address-components instead of
12646         mail-header-parse-addresses to make it work with non-ASCII text;
12647         remove mail-encode-encoded-word-string.
12648
12649         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12650         values which are surrounded with \"...\"; make it never cause a
12651         Lisp error; give up parsing of parameters if it failed in
12652         extracting type.
12653
12654 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12655
12656         * smime.el (smime-cert-by-ldap-1): Fix bug where
12657         `smime-ldap-search' returns results without userCertificates.
12658
12659 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12660
12661         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12662
12663 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12664
12665         * spam.el (spam-check-spamassassin-headers): Adapt format for
12666         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12667         <ari@mbf.ocn.ne.jp>.
12668         (spam-list-of-processors): Add spam-use-gmane.
12669
12670 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12671
12672         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12673         make-temp-file; make it work with XEmacs as well.
12674
12675         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12676         mm-make-temp-file.
12677
12678         * mm-decode.el (mm-display-external): Use the 3rd arg of
12679         mm-make-temp-file.
12680         (mm-create-image-xemacs): Ditto.
12681
12682 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12683
12684         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12685         with message-narrow-to-headers.
12686         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12687         (gnus-draft-check-draft-articles): New function.
12688         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12689
12690 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12691
12692         * gnus-art.el (gnus-article-browse-html-parts):
12693         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12694         Don't use suffix argument for mm-make-temp-file for Emacs 21
12695         compatibility.  Remove useless `format'.
12696
12697 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12698
12699         * nnweb.el (nnweb-google-wash-article): Update regexps.
12700         (nnweb-group-alist): Use defvoo instead of defvar.
12701
12702 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12703
12704         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12705         re-loading nn* modules.
12706
12707 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12708
12709         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12710         for `tool-bar-mode' and don't check it's default-value.
12711
12712         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12713
12714         * message.el (message-make-tool-bar): Ditto.
12715
12716         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12717         `substring'.  Shorten tmp-file name.
12718
12719         * gnus.el: Remove bogus comment.
12720
12721 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12722
12723         * gnus-art.el (gnus-article-browse-html-parts): New function.
12724         (gnus-article-browse-html-article): New function for viewing html
12725         articles with a browser.
12726
12727 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12728
12729         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12730         in elisp.
12731         (pgg-gpg-encrypt-symmetric-region): Ditto.
12732         (pgg-gpg-sign-region): Ditto.
12733
12734         * pgg-def.el (pgg-text-mode): New variable.
12735
12736         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12737         (mml2015-pgg-encrypt): Ditto.
12738
12739         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12740         (mml1991-pgg-encrypt): Ditto.
12741
12742 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12743
12744         * nnfolder.el (nnfolder-insert-newsgroup-line):
12745         Use message-make-date instead of current-time-string.
12746
12747         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12748         to gnus-decoded which mm-uu might set.
12749
12750 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12751
12752         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12753         don't decode quoted parameters; remove misimported Emacs code.
12754         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12755         (rfc2231-decode-encoded-string): Don't use split-string which
12756         behaves differently according to Emacs version; use
12757         mm-decode-coding-region to convert charset to coding-system.
12758         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12759         (rfc2231-encode-string): Remove misimported Emacs code.
12760
12761 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12762
12763         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12764         when calling mail-header-parse-content-type.
12765         (article-de-quoted-unreadable): Ditto.
12766         (article-de-base64-unreadable): Ditto.
12767         (article-wash-html): Ditto.
12768
12769         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12770         calling mail-header-parse-content-type and
12771         mail-header-parse-content-disposition.
12772         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12773         mail-header-parse-content-type.
12774
12775         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12776         insert charset and format parameters; encode description after
12777         inserting it to buffer.
12778         (mml-insert-parameter): Fold lines properly even if a parameter is
12779         segmented into two or more lines; change the max column to 76.
12780
12781         * rfc1843.el (rfc1843-decode-article-body): Don't use
12782         ignore-errors when calling mail-header-parse-content-type.
12783
12784         * rfc2231.el (rfc2231-parse-string): Return at least type if
12785         possible; don't cause an error even if it fails in parsing of
12786         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12787         (rfc2231-encode-string): Don't break lines at the beginning, leave
12788         it to mml-insert-parameter.
12789
12790         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12791         calling mail-header-parse-content-type.
12792
12793 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12794
12795         * spam-report.el (spam-report-gmane-use-article-number):
12796         Improve doc string.
12797         (spam-report-gmane-internal): Check if a suitable header was found
12798         in the article.
12799
12800 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12801
12802         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12803         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12804
12805 2006-02-05  Romain Francoise  <romain@orebokech.com>
12806
12807         Update copyright notices of all files in the gnus directory.
12808
12809 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12810
12811         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12812
12813 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12814
12815         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12816         segmented lines of parameter value to cope with Thunderbird 1.5
12817         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12818         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12819         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12820
12821 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12822
12823         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12824         parts.
12825
12826 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12827
12828         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12829         there's only one active file for all servers.
12830         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12831         solid groups.  Gnus might have used a FAST request to select the group.
12832         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12833         and nnweb-search redundantly in the active file.
12834         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12835         (nnweb-request-create-group): Don't use ARGS.
12836         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12837         initialisations.  Let nnoo do the work.
12838
12839 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12840
12841         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12842         Say the part has been decoded.
12843
12844         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12845
12846 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12847
12848         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12849         mailcap-viewer-test-cache when there's no 'test clause, since that
12850         will invert the meaning of a "nil" test previously determined by
12851         mailcap-mailcap-entry-passes-test.
12852
12853 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12854
12855         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12856         compiling.
12857
12858         * gnus-sum.el: Ditto.
12859
12860         * message.el: Don't bind tool-bar-map when compiling.
12861
12862 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12863
12864         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12865
12866 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12867
12868         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12869         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12870         current Google Groups.
12871
12872 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12873
12874         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12875         and tool-bar-mode.
12876
12877         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12878         and tool-bar-mode.
12879
12880         * message.el (message-tool-bar-update): Simplify.
12881         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12882
12883         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12884         gnus-summary-buffer.
12885         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12886         gnus-summary-reply.
12887
12888         * gmm-utils.el (gmm): Add :version.
12889
12890 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12891
12892         * Makefile.in (clean): New rule.
12893         (distclean): Use it.
12894
12895 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12896
12897         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12898         Don't autoload.
12899
12900 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12901
12902         * gmm-utils.el (gmm-verbose): Add :group.
12903
12904 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12905
12906         * message.el: Change some comments WRT tool-bars.
12907
12908         * gnus-sum.el (gnus-summary-tool-bar)
12909         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12910         (gnus-summary-tool-bar-zap-list): New variables.
12911         (gnus-summary-make-tool-bar): Complete rewrite using
12912         `gmm-tool-bar-from-list'.
12913
12914         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12915         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12916         New variables.
12917         (gnus-group-make-tool-bar): Complete rewrite using
12918         `gmm-tool-bar-from-list'.
12919         (gnus-group-tool-bar-update): New function.
12920
12921         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12922
12923 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12924
12925         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12926         is dissected into a single part of which the type is the same as
12927         the given one; decode charset.
12928
12929 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12930
12931         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12932         into alists as symbol not string, since that's what
12933         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12934         look for.
12935
12936 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12937
12938         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12939         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12940
12941         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12942
12943 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12944
12945         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12946         (gnus-xmas-mime-security-button-menu): New function.
12947
12948         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12949         (gnus-mime-security-button-menu): New definition.
12950         (gnus-mime-security-button-map): Use them.
12951         (gnus-mime-security-button-menu): New function.
12952         (gnus-insert-mime-security-button): Addition to help echo.
12953         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12954         (gnus-mime-security-pipe-part): New functions.
12955
12956         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12957         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12958
12959         * mm-decode.el (mm-handle-set-disposition): Remove.
12960         (mm-handle-set-description): Remove.
12961
12962 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12963
12964         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12965         (mm-w3m-standalone-supports-m17n-p): New function.
12966         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12967         w3m usage.
12968
12969         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12970         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12971
12972 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12973
12974         * message.el (message-tool-bar-zap-list):
12975         Use gmm-tool-bar-zap-list as custom type.
12976         (message-tool-bar-update): New function.
12977         (message-tool-bar, message-tool-bar-gnome)
12978         (message-tool-bar-retro): Add message-tool-bar-update.
12979         (message-tool-bar-gnome): Add flyspell-buffer.
12980
12981         * gnus-util.el (gnus-error): Describe `args'.
12982
12983         * gmm-utils.el (gmm-error): Describe `args'.
12984         (gmm-tool-bar-zap-list): New widget.
12985         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12986
12987 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12988
12989         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12990         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12991         the number of recursive calls.
12992
12993         * mm-decode.el (mm-handle-set-disposition): New macro.
12994         (mm-handle-set-description): New macro.
12995
12996 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12997
12998         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12999         encoding.
13000
13001 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13002
13003         * message.el (message-tool-bar-zap-list, message-tool-bar)
13004         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13005         (message-tool-bar-local-item-from-menu): Remove.
13006         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13007         (message-make-tool-bar): New function.
13008         (message-mode): Use `message-make-tool-bar'.
13009
13010         * gmm-utils.el: New file.
13011         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13012         (gmm-lazy): New widget copied from `nnmail.el'.
13013         (gmm-tool-bar-from-list): New function for creating customizable
13014         tool bars.
13015         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13016         output.
13017         (gmm): Add :prefix to defgroup.
13018
13019 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13020
13021         * gmm-utils.el (gmm-widget-p): New function.
13022
13023 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13024
13025         * mml.el (mml-attach-file): Describe `description' in doc string.
13026         (mml-menu): Add Emacs MIME manual and PGG manual.
13027
13028 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13029
13030         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13031
13032 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13033
13034         * nntp.el (nntp-end-of-line): Doc fix.
13035
13036 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13037
13038         * imap.el (imap-open): Handle case where buffer is a buffer
13039         object.
13040
13041 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13042
13043         * gnus-delay.el (gnus-delay): Don't autoload.
13044         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13045         to be re-loaded when customizing the `gnus-delay' group.
13046
13047 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13048
13049         * message.el (message-insert-citation-line): Use newlines.
13050
13051 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13052
13053         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13054         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13055         these routines, so the passphrase can be managed externally and
13056         passed in to the system.
13057         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13058         pgg-add-passphrase-to-cache function.
13059
13060         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13061         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13062         these routines, so the passphrase can be managed externally and
13063         passed in to the system.
13064         (pgg-pgp5-sign-region): Use new name of
13065         pgg-add-passphrase-to-cache function.
13066
13067 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13068
13069         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13070         part of the decoded armor to find the key-identifier.
13071         (pgg-gpg-lookup-key-owner): New function to return the
13072         human-readable identifier of a key owner.
13073         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13074         itself.
13075         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13076         the key value) if we have a key and can match it against a secret
13077         key.  Also, added a note pointing out fact that the prompt only
13078         indicates the first matching key.
13079
13080         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13081         pgg-decrypt-region.
13082         (pgg-add-passphrase-to-cache): Rename from
13083         `pgg-add-passphrase-cache' to reduce confusion (all callers
13084         changed).
13085         (pgg-remove-passphrase-from-cache): Rename from
13086         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13087         changed).
13088         (pgg-read-passphrase, pgg-add-passphrase-cache)
13089         (pgg-remove-passphrase-cache): Add informative docstrings.
13090         (pgg-decrypt): Convey provided passphrase in subordinate call to
13091         pgg-decrypt-region.
13092
13093 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13094
13095         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13096         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13097         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13098         'passphrase' argument, so the passphrase can be managed externally
13099         and then passed in to the system.
13100
13101         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13102         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13103         so the passphrase cache can be used reliably with identifiers
13104         besides a pgp packet's key id.
13105
13106         * pgg-gpg.el (pgg-gpg-encrypt-region)
13107         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13108         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13109         these routines, so the passphrase can be managed externally and
13110         passed in to the system.
13111
13112         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13113         'notruncate' argument, so the passphrase cache can be used
13114         reliably with identifiers besides a pgp packet's key id.
13115
13116 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13117
13118         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13119         symmetric encryption.
13120         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13121         encrypted session key.
13122         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13123         message ask for the passphrase in a proper way.
13124
13125         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13126         New user commands for symmetric encryption.
13127
13128 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13129
13130         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13131
13132         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13133
13134 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13135
13136         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13137
13138 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13139
13140         * mm-decode.el (mm-inlined-types): Add application/pgp.
13141         (mm-automatic-display): Ditto.
13142
13143         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13144         part as text.
13145
13146 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13147
13148         * nnrss.el: Update copyright.
13149         (nnrss-opml-import): Query whether to subscribe to each entry.
13150
13151         * gnus-art.el:
13152         * gnus-sum.el:
13153         * gnus-xmas.el:
13154         * messagexmas.el:
13155         * mm-uu.el:
13156         * mm-view.el: Update copyright.
13157
13158 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13159
13160         * message.el (message-info): New function.
13161         (message-mode-menu): Add it.
13162         Update copyright.
13163
13164         * ChangeLog: Fix and update copyright.
13165
13166 2006-01-13  Romain Francoise  <romain@orebokech.com>
13167
13168         * message.el (message-forward-subject-name-subject): Prefer the
13169         address to 'nowhere' if the sender has no name.
13170         Fix typo.  Update copyright year.
13171
13172 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13173
13174         * gnus-art.el (article-wash-html):
13175         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13176         (gnus-article-wash-html-with-w3m-standalone): New function.
13177
13178         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13179         mm-inline-text-html-render-with-w3m-standalone.
13180         (mm-text-html-washer-alist): Map w3m-standalone to
13181         gnus-article-wash-html-with-w3m-standalone.
13182         (mm-inline-text-html-render-with-w3m-standalone): New function.
13183
13184 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13185
13186         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13187         Improve LaTeX.
13188
13189 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13190
13191         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13192         (nnrss-request-article): Render text/plain parts as HTML.
13193
13194         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13195         the buffer.
13196
13197 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13198
13199         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13200         custom definition of `gnus-posting-styles'.
13201
13202         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13203         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13204
13205 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13206
13207         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13208         Use nntp for bug archive.
13209
13210 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13211
13212         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13213         parts.
13214         (nnrss-normalize-date): New function converts ISO 8601 date into
13215         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13216         (nnrss-check-group): Use it.
13217
13218 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13219
13220         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13221
13222         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13223         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13224         (nnrss-insert-w3): Ditto.
13225
13226 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13227
13228         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13229         the articles to be forwarded including the case where neither a
13230         number of articles nor a region is specified.
13231
13232 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13233
13234         * nnrss.el (nnrss-request-article): Fix last change; fill
13235         text/plain parts.
13236
13237 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13238
13239         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13240         in text/plain part.
13241         (nnrss-check-group): Don't add excessive newline to dc:subject.
13242
13243 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13244
13245         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13246         article.
13247
13248 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13249
13250         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13251         (nnml-use-compressed-files, nnml-save-mail): Support other
13252         comression programs such as bzip2.
13253
13254 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13255
13256         * dns.el (query-dns): Make sure we check the buffer size before
13257         removing tcp headers.
13258
13259 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13260
13261         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13262         remove MIME buttons associated with multipart/alternative parts.
13263         (gnus-mime-display-alternative): Tag buttons using `article-type'
13264         text property.
13265
13266         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13267         associated with multipart/alternative parts.
13268
13269         * gnus-art.el (gnus-signature-separator): Fix custom type.
13270
13271         * mm-decode.el (mm-inlined-types): Fix custom type.
13272         (mm-keep-viewer-alive-types): Ditto.
13273         (mm-automatic-display): Ditto.
13274         (mm-attachment-override-types): Ditto.
13275         (mm-inline-override-types): Ditto.
13276         (mm-automatic-external-display): Ditto.
13277
13278 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13279
13280         * spam-report.el (spam-report-user-mail-address)
13281         (spam-report-user-agent): New variables.
13282         (spam-report-url-ping-plain): Use spam-report-user-agent.
13283
13284 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13285
13286         * gnus-art.el (gnus-button-handle-custom): Do not just use
13287         `customize-apropos' for any "M-x customize-*" button but the
13288         function called for.  Accept both the function name and its
13289         argument in order to achieve this.
13290         (gnus-button-alist): Remove support for "custom:" URL's.
13291         Pass function name to `gnus-button-handle-custom' in case of "M-x
13292         customize-*" buttons.
13293
13294 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13295
13296         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13297         multipart/alternative and add xref to mm-discouraged-alternatives
13298         in doc string.
13299
13300         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13301         gnus-buttonized-mime-types in doc string.
13302
13303 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13304
13305         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13306         Suggest image/.* in the doc string.
13307
13308 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13309
13310         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13311         message-marks (Debian bug #342521).
13312
13313 2005-12-12  Simon Josefsson  <jas@extundo.com>
13314
13315         * password.el (password-read-from-cache): Add.
13316         (password-read): Use it.
13317
13318 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13319
13320         * rfc2047.el (rfc2047-charset-to-coding-system):
13321         Recognize us-ascii as a MIME charset.
13322
13323         * mm-bodies.el (mm-decode-content-transfer-encoding):
13324         Protect against the case where the 2nd arg TYPE is nil.
13325
13326 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13327
13328         * pop3.el (pop3-stream-type): Fix custom version.
13329
13330         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13331
13332 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13333
13334         * mm-decode.el (mm-display-external): Add missing cdr.
13335
13336 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13337
13338         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13339         RFC1524) if it is in mailcap or add a suffix according to
13340         mailcap-mime-extensions when generating a temp filename; postpone
13341         deleting a temp file for 2 seconds for some wrappers, shell
13342         scripts, and so on, which might exit right after having started a
13343         viewer command as a background job.
13344
13345 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13346
13347         * nntp.el (nntp-marks-directory): Fix custom group.
13348
13349         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13350         steps when < 10.
13351
13352         * gnus-start.el (gnus-no-server-1):
13353         Mention `gnus-level-default-subscribed' in doc string.
13354
13355 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13356
13357         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13358         parens.
13359
13360 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13361
13362         * gnus-xmas.el (gnus-use-toolbar): Revert.
13363         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13364         gnus-use-toolbar is default.
13365
13366         * messagexmas.el (message-use-toolbar): Revert.
13367         (message-setup-toolbar): Use global default-toolbar if
13368         message-use-toolbar is default.
13369
13370 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13371
13372         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13373         according to default-toolbar-visible-p.
13374
13375         * messagexmas.el (message-use-toolbar): Ditto.
13376
13377 2005-11-26  Dave Love  <fx@gnu.org>
13378
13379         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13380         (tls-program, tls-success): Provide openssl alternative.
13381
13382         * starttls.el: Doc fixes.
13383         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13384         SERVICE to PORT.
13385
13386         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13387         port null or service name.
13388         (starttls-negotiate): Autoload.
13389
13390 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13391
13392         * message.el (message-kill-to-signature): Fix interactive spec.
13393
13394 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13395
13396         * pop3.el (pop3-open-server): Recognize a string as a service name.
13397
13398 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13399
13400         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13401
13402 2005-11-23  Dave Love  <fx@gnu.org>
13403
13404         Add pop3s, pop3/starttls.
13405
13406         * pop3.el (pop3-authentication-scheme): Clarify doc.
13407         (open-tls-stream, starttls-open-stream): Autoload.
13408         (pop3-stream-type): New.
13409         (pop3-open-server): Use it.
13410
13411         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13412         for POP.
13413         (mail-source-keyword-map): Add :stream for POP.
13414         (mail-source-fetch-pop): Use pop3-stream-type.
13415
13416 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13417
13418         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13419         of current-time-string.
13420
13421 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13422
13423         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13424         date header.
13425
13426 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13427
13428         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13429         it can seriously impact performance as it bypasses the agent's
13430         local caches.
13431
13432 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13433
13434         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13435         must be explicitly online rather than "not explicitly offline" for
13436         its flags to be synchronized.
13437
13438         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13439         that gnus-uu-unmark-thread will function correctly.
13440
13441         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13442         1024K is instead displayed as 1M.
13443
13444 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13445
13446         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13447
13448 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13449
13450         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13451
13452 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13453
13454         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13455         error message to display actual error condition.
13456         (gnus-agent-save-local): Avoid saving symbols that are bound to
13457         nil as they simply result in a warning message in
13458         gnus-agent-read-local.
13459
13460 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13461
13462         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13463         rather than make-variable-buffer-local for file-precious-flag.
13464
13465 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13466
13467         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13468         for duplicates which are removed.  The invalid sort check then
13469         triggers a rescan after the sort as sorting may have moved
13470         duplicate entries such that they can be cheaply detected.
13471
13472 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13473
13474         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13475
13476 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13477
13478         * gnus-agent.el (gnus-agent-article-alist-save-format):
13479         Change internal variable to a custom variable.  Change default value
13480         from compressed(2) to uncompressed(1).
13481         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13482         support for uncompressed agentview files.  Taken together, reading
13483         the agentview file should now be 6-7 times faster.
13484
13485 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13486
13487         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13488         as a buffer-local variable.  This avoids creating truncated
13489         dribble files as a result of a hang up, eg.
13490
13491 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13492
13493         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13494         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13495         XEmacs.
13496
13497 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13498
13499         * gnus-start.el (gnus-start-draft-setup):
13500         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13501
13502         * gnus.el (gnus-splash): Change custom group.
13503         (gnus-group-get-parameter, gnus-group-parameter-value):
13504         Describe allow-list argument.
13505
13506         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13507         string.
13508
13509 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13510
13511         * gnus-art.el (gnus-default-article-saver): Add user-defined
13512         `function' to custom type.
13513
13514 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13515
13516         * imap.el (imap-open): Handle case where buffer is a buffer
13517         object.
13518
13519 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13520
13521         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13522         long lines.
13523         (gnus-cache-delete-group): Wrap doc strings.
13524
13525         * gnus-agent.el (gnus-agent-rename-group)
13526         (gnus-agent-delete-group): Wrap doc strings.
13527
13528 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13529
13530         * messagexmas.el (message-use-toolbar): Change the valid values
13531         into default, top, bottom, left, and right.
13532         (message-toolbar-thickness): New variable.
13533         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13534         well.
13535         (message-setup-toolbar): Make it work.
13536
13537         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13538         (gnus-use-toolbar): Change the valid values into default, top,
13539         bottom, left, and right.
13540         (gnus-toolbar-thickness): New variable.
13541         (gnus-xmas-setup-toolbar): New function.
13542         (gnus-xmas-setup-group-toolbar): Use it.
13543         (gnus-xmas-setup-summary-toolbar): Use it.
13544
13545 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13546
13547         * gnus-start.el (gnus-1): Add "native" to
13548         gnus-predefined-server-alist.
13549
13550         * gnus.el (gnus-method-to-server): Don't add "native" to the
13551         lists here, because that leads to problems when
13552         gnus-select-method is bound.
13553
13554 2005-11-09  Simon Josefsson  <jas@extundo.com>
13555
13556         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13557         use (not sort-by-date) instead.
13558
13559 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13560
13561         * gnus-delay.el (gnus-delay-group): Don't autoload.
13562         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13563         to be re-loaded when customizing the `gnus-delay' group.
13564
13565 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13566
13567         * message.el: Revert last changes.
13568         (message-insert-citation-line): Use newlines.
13569
13570 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13571
13572         * message.el (message-courtesy-message)
13573         (message-mark-insert-begin, message-mark-insert-end)
13574         (message-elide-ellipsis, message-cancel-message)
13575         (message-add-header, message-change-subject)
13576         (message-cross-post-followup-to-header)
13577         (message-cross-post-insert-note, message-reduce-to-to-cc)
13578         (message-widen-reply, message-delete-not-region)
13579         (message-kill-to-signature, message-insert-signature)
13580         (message-insert-importance-high, message-insert-importance-low)
13581         (message-insert-or-toggle-importance)
13582         (message-insert-disposition-notification-to)
13583         (message-indent-citation, message-yank-original)
13584         (message-cite-original-without-signature, message-cite-original)
13585         (message-insert-citation-line, message-position-on-field)
13586         (message-fix-before-sending, message-send-mail-partially)
13587         (message-send-mail, message-send-mail-with-sendmail)
13588         (message-send-mail-with-qmail, message-send-news)
13589         (message-check-news-header-syntax, message-generate-headers)
13590         (message-insert-courtesy-copy, message-fill-address)
13591         (message-fill-header, message-shorten-references)
13592         (message-setup-1, message-cancel-news)
13593         (message-forward-make-body-plain, message-forward-make-body-mime)
13594         (message-forward-make-body-mml, message-encode-message-body)
13595         (message-forward-make-body-digest-plain)
13596         (message-forward-make-body-digest-mime)
13597         (message-use-alternative-email-as-from): Insert `hard-newline'
13598         instead of ordinary newlines.
13599
13600 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13601
13602         * message.el (message-generate-headers): Downcase the argument
13603         given to message-check-element.
13604
13605 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13606
13607         * nntp.el (nntp-authinfo-rejected): New error condition.
13608         (nntp-wait-for): Use new error condition to signal authentication
13609         error.
13610         (nntp-retrieve-data): Rethrow new error condition to break out of
13611         recursive call to nntp-send-authinfo.
13612
13613 2005-11-08  Romain Francoise  <romain@orebokech.com>
13614
13615         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13616         (gnus-summary-exit-map): Bind to `Z p'.
13617         (gnus-summary-make-menu-bar): Add menu item.
13618
13619 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13620
13621         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13622         (gnus-treat-*): Add `first' in all doc strings.
13623
13624         * gnus-group.el (gnus-group-compact-group): Fix typo.
13625
13626 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13627
13628         * gnus.el (gnus-parameters-case-fold-search): New variable.
13629         (gnus-parameters-get-parameter): Use it.
13630
13631         * gnus-score.el (gnus-home-score-file): Doc fix.
13632
13633 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13634
13635         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13636
13637 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13638
13639         * mm-util.el (mm-special-display-p): New function.
13640
13641         * mml.el (mml-preview): Use it; doc fix.
13642
13643 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13644
13645         * imap.el (imap-open): Handle case where buffer is a buffer object.
13646
13647 2005-10-29  Romain Francoise  <romain@orebokech.com>
13648
13649         * message.el (message-fix-before-sending): Fix comment.
13650
13651 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13652
13653         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13654
13655 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13656
13657         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13658         Used in gnus-score.el.
13659
13660 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13661
13662         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13663
13664 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13665
13666         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13667         whitespace removed in revision 7.8.  Use concatenated string to
13668         protect trailing whitespace.
13669
13670 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13671
13672         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13673         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13674         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13675         Courier IMAP ("some version from 2004").  Mostly based on similar
13676         code in the same function.
13677
13678 2005-10-26  Didier Verna  <didier@xemacs.org>
13679
13680         * gnus-group.el (gnus-group-compact-group): Invalidate original
13681         article buffer.
13682         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13683         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13684         NOV database and in article itself.
13685         Invalidate article backlog.
13686
13687 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13688
13689         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13690
13691 2005-10-26  Simon Josefsson  <jas@extundo.com>
13692
13693         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13694         part of 2004-07-25 change.
13695
13696 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13697
13698         * message.el (message-display-completion-list): New function.
13699         (message-expand-group): Use it; make sure the Completions buffer
13700         is modifiable.
13701 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13702
13703         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13704         user-mail-name is an empty string.
13705
13706 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13707
13708         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13709         depending on gnus-score-decay-constant.
13710
13711         * encrypt.el (encrypt-insert-file-contents)
13712         (encrypt-write-file-contents): Don't use `gnus-message'.
13713
13714         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13715         arguments.
13716         (mm-uu-type-alist): Add message-marks and insert-marks.
13717         Pass arguments to mm-uu-verbatim-marks-extract.
13718         (mm-uu-hide-markers): New variable.
13719         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13720
13721         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13722         (gnus-convert-image-to-face-command): Use "convert" by default to
13723         allow other input image formats.
13724         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13725         accordingly.
13726
13727 2005-10-23  Simon Josefsson  <jas@extundo.com>
13728
13729         * imap.el (imap-gssapi-program): Align command line parameters
13730         with latest GNU SASL.
13731         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13732
13733 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13734
13735         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13736         HTML.
13737         (nnslashdot-request-article): Ditto.
13738
13739         * lpath.el (featurep): Add nobreak-char-display.
13740
13741 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13742
13743         * mail-source.el (mail-source-fetch-pop): Require pop3.
13744         (mail-source-check-pop): Ditto.
13745
13746 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13747
13748         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13749         errors.
13750
13751 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13752
13753         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13754         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13755
13756         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13757
13758         * mm-bodies.el (mm-decode-string):
13759         Call `mm-charset-to-coding-system' with allow-override argument.
13760
13761 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13762
13763         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13764         (rfc2047-charset-to-coding-system): New function.
13765         (rfc2047-decode-encoded-words): New function.
13766         (rfc2047-decode-region): Use them.
13767         (rfc2047-decode-cte): Remove.
13768         (rfc2047-parse-and-decode): Remove.
13769         (rfc2047-decode): Remove.
13770
13771 2005-10-15  Kenichi Handa  <handa@m17n.org>
13772
13773         * rfc2047.el (rfc2047-decode-cte): New function.
13774         (rfc2047-decode-region): Change the way to decode successive
13775         encoded-words: decode B- or Q-encoding in each encoded-word,
13776         concatenate them, and decode it as charset.
13777
13778 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13779
13780         * lpath.el: Fbind codepage-setup for XEmacs.
13781
13782 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13783
13784         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13785         widget-move-and-invoke.
13786         (gnus-custom-mode): Use gnus-custom-map.
13787
13788 2005-10-15  Bill Wohler  <wohler@newt.com>
13789
13790         * message.el (message-tool-bar-map): Rename image file from
13791         mail_send to mail/send.
13792
13793 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13794
13795         * message.el (message-expand-group): Pass the common
13796         prefix substring of completion to `display-completion-list'.
13797
13798 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13799
13800         * mml-sec.el (mml-secure-method): New internal variable.
13801         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13802         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13803         New functions using mml-secure-method.
13804
13805         * mml.el (mml-mode-map): Add key bindings for those functions.
13806         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13807         Harder <harder@myrealbox.com>.
13808         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13809         Goto end of message if point is the headers of the message.
13810
13811         * message.el (message-in-body-p): New function.
13812
13813         * assistant.el: Autoload gnus-util and netrc.
13814
13815         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13816         Use `mm-charset-override-alist' only when decoding.
13817
13818         * mm-bodies.el (mm-decode-body):
13819         Call `mm-charset-to-coding-system' with allow-override argument.
13820
13821         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13822         `filename' from Content-Disposition if Content-Type doesn't
13823         provide `name'.
13824         (gnus-mime-view-part-as-type): Set default instead of
13825         initial-input.
13826
13827 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13828
13829         * format-spec.el (format-spec): Propagate text properties of % spec.
13830
13831 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13832
13833         * gnus-art.el (gnus-treat-predicate): Add `first'.
13834
13835 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13836
13837         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13838         (mm-charset-override-alist): New variable.
13839         (mm-charset-to-coding-system): Use it.
13840         (mm-codepage-setup): New helper function.
13841         (mm-charset-eval-alist): New variable.
13842         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13843         Warn about unknown charsets.
13844
13845         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13846
13847 2005-10-04  David Hansen  <david.hansen@gmx.net>
13848
13849         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13850         (nnrss-check-group): Ditto.
13851
13852 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13853
13854         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13855         Rename x-gnus-verbatim to x-verbatim.
13856         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13857
13858         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13859         x-verbatim.
13860
13861         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13862
13863         * gnus-util.el (gnus-remove-duplicates): Remove.
13864
13865         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13866         instead of gnus-remove-duplicates.
13867
13868         * message.el (message-remove-duplicates): Remove.
13869         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13870         message-remove-duplicates.
13871
13872         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13873         available, else use implementation from `delete-dups'.
13874
13875         * message.el (message-insert-expires): New function.
13876         (message-mode-map): Add key binding.
13877         (message-mode-field-menu): Add menu entry.
13878         (message-mode): Document it.
13879         (message-make-expires-date): Use `message-make-date'.
13880
13881 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13882
13883         * message.el (message-make-expires-date): New function.
13884
13885 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13886
13887         * Makefile.in (list-installed-shadows): New entry.
13888         (install): Use it.
13889         (remove-installed-shadows): New entry.
13890
13891         * dgnushack.el (dgnushack-default-load-path): New variable.
13892         (dgnushack-find-lisp-shadows): New function.
13893         (dgnushack-remove-lisp-shadows): New function.
13894
13895 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13896
13897         * Makefile.in (install-el-elc): New entry.
13898         (install): Use it so that .el files are necessarily installed.
13899
13900 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13901
13902         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13903
13904 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13905
13906         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13907         function rather than the diff-mode.el package.
13908         (mm-display-external): Use with-current-buffer.
13909         (mm-viewer-completion-map, mm-viewer-completion-map):
13910         Move initialization inside declaration.
13911
13912 2005-09-29  Simon Josefsson  <jas@extundo.com>
13913
13914         * spam.el: Load hashcash when compiling, to avoid warnings.
13915         Don't autoload mail-check-payment.
13916         (spam-check-hashcash): Define unconditionally, since hashcash.el
13917         is part of Gnus now.  Ignore errors from payment checking.
13918
13919 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13920
13921         * message.el (message-bold-region, message-unbold-region):
13922         Rename from `bold-region' and `unbold-region'.
13923
13924         * message.el: Remove useless autoloads.
13925
13926 2005-09-28  Simon Josefsson  <jas@extundo.com>
13927
13928         * message.el (message-use-idna): Default to t.
13929         (message-use-idna): Test whether encoding works too.  Doc fix.
13930
13931 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13932
13933         * nntp.el (nntp-warn-about-losing-connection): Remove.
13934
13935 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13936
13937         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13938         customizable.  Change default value.
13939         (mm-uu-diff-groups-regexp): Change default value.
13940         (mm-uu-type-alist): Add doc string.
13941         (mm-uu-configure): Add doc string.  Make it interactive.
13942         (mm-uu-tex-groups-regexp): New variable.
13943         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13944         (mm-uu-type-alist): Add LaTeX documents.
13945         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13946         of "text/verbatim".
13947         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13948
13949         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13950         instead of "text/verbatim".
13951
13952         * message.el (message-mark-inserted-region)
13953         (message-mark-insert-file): Use slrn style marks when called with
13954         prefix argument.
13955
13956 2005-09-27  Simon Josefsson  <jas@extundo.com>
13957
13958         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13959
13960 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13961
13962         * message.el (message-remove-duplicates): New function.
13963         Implementation borrowed from `gnus-remove-duplicates'.
13964         (message-idna-to-ascii-rhs): Also encode idna addresses in
13965         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13966         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13967         only ask about the same idna domain once per header and also tell
13968         in what header to replace the idna domain.
13969
13970         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13971         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13972         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13973         a header is decoded and not just the last one.
13974
13975 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13976
13977         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13978         has been decoded.
13979
13980         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13981         (mm-insert-part): Don't modify text if it has been decoded.
13982
13983         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13984         decoded.
13985
13986         * mm-view.el (mm-inline-text): Don't strip text props unless
13987         decoding enriched or richtext parts.
13988
13989 2005-09-25  Romain Francoise  <romain@orebokech.com>
13990
13991         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13992         * gnus-start.el (gnus-subscribe-interactively):
13993         * gnus-uu.el (gnus-uu-grab-articles):
13994         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13995         space.
13996
13997 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13998
13999         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14000         * mm-view.el (mm-view-pkcs7-decrypt):
14001         * gnus-sum.el (gnus-summary-limit-to-extra)
14002         (gnus-summary-respool-article, gnus-read-move-group-name):
14003         * gnus-score.el (gnus-summary-increase-score):
14004         * gnus-util.el (gnus-completing-read-with-default):
14005         * gnus-art.el (gnus-read-save-file-name)
14006         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14007         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14008         * message.el (message-check-news-header-syntax):
14009         Follow convention for reading with the minibuffer.
14010
14011 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14012
14013         * spam-report.el (spam-report-url-ping-plain):
14014         Use gnus-extended-version as User-Agent.
14015
14016         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14017         default value is nil.
14018
14019         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14020         (mm-uu-verbatim-marks-extract): New function.
14021         (mm-uu-extract): New face.
14022         (mm-uu-copy-to-buffer): Use it.
14023
14024         * spam-report.el (spam-report-gmane-ham): Rename from
14025         `spam-report-gmane-unspam'.
14026         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14027         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14028
14029         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14030         Autoload.
14031         (spam-report-gmane-unregister-routine):
14032         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14033
14034 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14035
14036         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14037         (spam-report-gmane-unregister-routine): Add support for gmane
14038         unregistration.
14039
14040         * spam-report.el (spam-report-gmane-unspam)
14041         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14042         (spam-report-gmane): Change to take a single article and do unspam
14043         registration.
14044
14045 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14046
14047         * mm-url.el (mm-url-decode-entities): Fix regexp.
14048
14049 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14050
14051         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14052         default to nil, to be able to use Gnus at all.  If the default
14053         switches to something else, then the function should be fixed not
14054         be exceedingly slow.
14055
14056 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14057
14058         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14059         fail hard.
14060
14061         * spam-report.el: Add better Keywords line.
14062
14063         * spam.el: Add Maintainer and better Keywords line.
14064
14065 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14066
14067         * gnus-art.el (gnus-article-replace-part)
14068         (gnus-mime-replace-part): New functions.
14069         (gnus-mime-action-alist, gnus-mime-button-commands)
14070         (gnus-mime-save-part-and-strip): Add file argument.
14071         (gnus-article-part-wrapper): Add interactive argument.
14072
14073         * gnus-sum.el (gnus-summary-mime-map):
14074         Add `gnus-article-replace-part'.
14075
14076 2005-09-19  Didier Verna  <didier@xemacs.org>
14077
14078         The nnml compaction feature:
14079         * nnml.el (nnml-request-compact-group): New function.
14080         * nnml.el (nnml-request-compact): New function.
14081         * gnus-int.el (gnus-request-compact-group): New function.
14082         * gnus-int.el (gnus-request-compact): New function.
14083         * gnus-group.el (gnus-group-compact-group): New function.
14084         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14085         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14086         * gnus-srvr.el (gnus-server-compact-server): New function.
14087         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14088         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14089
14090 2005-09-18  Deepak Goel  <deego@gnufans.org>
14091
14092         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14093         format spec.
14094
14095 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14096
14097         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14098
14099 2005-09-15  Romain Francoise  <romain@orebokech.com>
14100
14101         * message.el (message-fill-paragraph): Clarify docstring.
14102
14103 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14104
14105         * gnus-art.el (gnus-mime-display-part): Protect against broken
14106         MIME messages.
14107
14108 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14109
14110         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14111         before parsing header.
14112
14113 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14114
14115         * html2text.el (html2text-replace-list): Add new entities.
14116
14117 2005-09-11  Romain Francoise  <romain@orebokech.com>
14118
14119         * message.el (message-alternative-emails): Improve docstring.
14120         (message-setup-1): Call `message-use-alternative-email-as-from'
14121         after `message-setup-hook' to give it precedence over posting
14122         styles, etc.
14123         (message-use-alternative-email-as-from): Add docstring.
14124         Remove the original From header if present.
14125
14126         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14127         (nnml-save-mail): Use it.
14128
14129         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14130         articles.  Add new argument `silent'.
14131         (gnus-uu-mark-all): Report the total number of marked articles.
14132
14133 2005-09-10  Romain Francoise  <romain@orebokech.com>
14134
14135         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14136         (gnus-uu-mark-series): Likewise.
14137
14138 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14139
14140         * spam-report.el (spam-report-gmane): Fix generation of spam
14141         report URL.
14142
14143 2005-09-10  Simon Josefsson  <jas@extundo.com>
14144
14145         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14146         t, based on discussion on the ding list with Robert Epprecht
14147         <epprecht@solnet.ch>.
14148
14149 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14150
14151         * spam-report.el (spam-report-gmane): Make it work without
14152         X-Report-Spam header.  Gmane now only provides Archived-At.
14153         This is only used if `spam-report-gmane-use-article-number' is nil.
14154         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14155
14156         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14157         make `gnus-summary-sort-by-recipient' work with threading.
14158
14159         * nnweb.el (nnweb-google-wash-article): Print a message if article
14160         is not available.
14161
14162 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14163
14164         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14165         change.  Decode text/* parts content before displaying.
14166
14167 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14168
14169         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14170
14171 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14172
14173         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14174
14175         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14176         url-package-name, url-package-version,
14177         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14178         w3m-display-inline-images, and w3m-minor-mode-map.
14179
14180 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14181
14182         * message.el (message-tab-body-function): Fix mismatched custom type.
14183
14184         * gnus.el (gnus-group-change-level-function): Ditto.
14185
14186         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14187
14188         * gnus-art.el (gnus-signature-limit)
14189         (gnus-article-mime-part-function): Ditto.
14190
14191 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14192
14193         * mml.el (mml-mode): Silence the byte compiler.
14194
14195         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14196         using `(sit-for 0)' before moving the point to the specified part;
14197         skip unbuttonized parts.
14198         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14199         return to the summary window if gnus-auto-select-part is non-nil.
14200
14201 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14202
14203         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14204         New variables.
14205         (mml-dnd-attach-file, mml-mode): Use them.
14206
14207         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14208         Make fetching article by MID work again for Google Groups.
14209         Add FIXME concerning gnus-group-make-web-group.
14210
14211         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14212         Don't depend on Gnus by using mail-extract-address-components if
14213         gnus-extract-address-components is not bound.
14214
14215 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14216
14217         * gnus-art.el (gnus-mime-display-security): Don't display the
14218         signature, but only the signed part.
14219
14220 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14221
14222         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14223
14224         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14225         list, not listp.
14226
14227 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14228
14229         * mm-encode.el (mm-encode-content-transfer-encoding):
14230         Likewise when encoding.
14231
14232         * mm-bodies.el (mm-decode-content-transfer-encoding):
14233         De-canonicalize CRLF for all text content types, not just
14234         text/plain.
14235
14236 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14237
14238         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14239         valid article; point arrow and cursor at the MIME button.
14240
14241 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14242
14243         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14244         Suggested by Dan Christensen <jdc@uwo.ca>.
14245
14246         * mm-decode.el (mm-save-part): Enable change of prompt.
14247
14248 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14249
14250         * gnus-msg.el (gnus-inews-add-send-actions):
14251         Make `message-post-method' lambda parameter ARG `&optional'.
14252
14253 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14254
14255         * gnus-sum.el (gnus-summary-mime-map):
14256         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14257         gnus-article-jump-to-part.
14258
14259         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14260         (gnus-article-edit-part): Use it.
14261         (gnus-article-part-wrapper): Add no-handle argument.
14262         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14263         New functions.
14264
14265 2005-08-29  Romain Francoise  <romain@orebokech.com>
14266
14267         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14268         docstring.
14269         (gnus-face-from-file): Likewise.
14270
14271 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14272
14273         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14274         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14275         non-nil.
14276         (gnus-auto-select-part): New variable.
14277         (gnus-article-jump-to-part): New function.
14278         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14279         (gnus-mime-delete-part): Allow selecting specified part after
14280         deleting or stripping parts.
14281         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14282         part if argument is bogus.
14283
14284 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14285
14286         * gnus-art.el (w3m-minor-mode-map):
14287         * gnus-spec.el (gnus-newsrc-file-version):
14288         * gnus-util.el (nnmail-active-file-coding-system)
14289         (gnus-original-article-buffer, gnus-user-agent):
14290         * gnus.el (gnus-ham-process-destinations)
14291         (gnus-parameter-ham-marks-alist)
14292         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14293         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14294         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14295         * mm-decode.el (gnus-current-window-configuration):
14296         * mm-extern.el (gnus-article-mime-handles):
14297         * mm-url.el (url-current-object, url-package-name)
14298         (url-package-version):
14299         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14300         (smime-keys, w3m-cid-retrieve-function-alist)
14301         (w3m-current-buffer, w3m-display-inline-images)
14302         (w3m-minor-mode-map):
14303         * mml-smime.el (gnus-extract-address-components):
14304         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14305         (gnus-newsrc-hashtb, message-default-charset)
14306         (message-deletable-headers, message-options)
14307         (message-posting-charset, message-required-mail-headers)
14308         (message-required-news-headers):
14309         * mml1991.el (mc-pgp-always-sign):
14310         * mml2015.el (mc-pgp-always-sign):
14311         * nnheader.el (nnmail-extra-headers):
14312         * rfc1843.el (gnus-decode-encoded-word-function)
14313         (gnus-decode-header-function, gnus-newsgroup-name):
14314         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14315
14316 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14317
14318         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14319         the end of the date treatments.
14320
14321 2005-08-15  Simon Josefsson  <jas@extundo.com>
14322
14323         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14324         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14325         Capello and Romain Francoise.
14326         (pgg-fetch-key-function): Remove, not used?
14327         (pgg-insert-url-with-w3): Require url, to get
14328         url-insert-file-contents regardless of where it is defined.
14329
14330 2005-08-13  Romain Francoise  <romain@orebokech.com>
14331
14332         * message.el (message-cite-original-1): New function.
14333         (message-cite-original): Use it.
14334         (message-cite-original-without-signature): Ditto.
14335
14336 2005-08-08  Romain Francoise  <romain@orebokech.com>
14337
14338         * message.el (message-yank-empty-prefix): New variable.
14339         (message-indent-citation): Use it.
14340         (message-cite-original-without-signature): Respect X-No-Archive.
14341
14342 2005-08-08  Simon Josefsson  <jas@extundo.com>
14343
14344         * pgg.el: Autoload url-insert-file-contents instead of loading
14345         w3/url.
14346         (pgg-insert-url-with-w3): Don't load url here.
14347
14348 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14349
14350         * message.el (message-kill-to-signature): Don't insert newline at
14351         bol.
14352         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14353
14354 2005-08-06  Romain Francoise  <romain@orebokech.com>
14355
14356         * message.el (message-user-fqdn): Fix typo in docstring.
14357
14358 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14359
14360         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14361
14362         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14363
14364 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14365
14366         * mm-bodies.el (mm-encode-body): Use coding system rather than
14367         charset to encode text.
14368
14369         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14370         number of charsets if utf-8 is available (XEmacs).
14371
14372 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14373
14374         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14375         taken from `gnus-button-mid-or-mail-regexp'.
14376         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14377         (gnus-button-alist): Improve regexp for domain part of the MIDs
14378         for news:localpart@domain buttons.
14379         (gnus-button-ctan-directory-regexp): Update.
14380
14381 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14382
14383         * sieve-manage.el (sieve-manage-interactive-login):
14384         Use make-local-variable rather than make-variable-buffer-local.
14385         (sieve-manage-open): Ditto.
14386         (sieve-manage-authenticate): Ditto.
14387
14388         * mml.el (mml-generate-mime-1): Make the content type default to
14389         text/plain if the filename is not specified.
14390
14391 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14392
14393         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14394         instead of insert-buffer.
14395
14396         * message.el (message-yank-original): Ditto; set the mark at the
14397         end of the yanked message.
14398
14399 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14400
14401         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14402         lines to scroll rather than to stop it.
14403
14404         * mml.el (mml-generate-default-type): Add doc string.
14405         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14406         default to application/octet-stream when determining the content
14407         type if it is not specified for the part or the mml contents; add
14408         a comment about mml-generate-default-type.
14409
14410 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14411
14412         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14413         make it default to application/octet-stream when determining the
14414         content type if it is not specified for the external contents.
14415
14416 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14417
14418         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14419         segmented parameter but also other parameters might be there.
14420
14421 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14422
14423         * mm-decode.el (mm-display-external): Delete temp file, directory
14424         and buffer immediately if the external process is exited.
14425
14426 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14427
14428         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14429         fewer lines than that of scroll-margin.
14430         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14431
14432 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14433
14434         * gnus-art.el (gnus-article-next-page): Revert.
14435         (gnus-article-beginning-of-window): New macro.
14436         (gnus-article-next-page-1): Use it.
14437         (gnus-article-prev-page): Ditto.
14438         (gnus-article-edit-part): Use insert-buffer-substring instead of
14439         insert-buffer.
14440         (gnus-article-edit-exit): Ditto.
14441
14442         * gnus-util.el (gnus-beginning-of-window): Remove.
14443         (gnus-end-of-window): Remove.
14444
14445         * lpath.el: Don't bind header-line-format and scroll-margin.
14446
14447 2005-07-25  Simon Josefsson  <jas@extundo.com>
14448
14449         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14450         to have the url package without w3.  Reported by Daiki Ueno
14451         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14452
14453 2005-07-20  Didier Verna  <didier@xemacs.org>
14454
14455         * gnus-diary.el: Remove the description comment (nndiary is now
14456         properly documented in the Gnus manual).
14457         Fix the spelling of "Back End".
14458         * nndiary.el: Ditto.
14459         Fix the copyright notice.
14460
14461 2005-07-18  Romain Francoise  <romain@orebokech.com>
14462
14463         * gnus-sum.el (gnus-summary-to-prefix)
14464         (gnus-summary-newsgroup-prefix): New variables.
14465         (gnus-summary-from-or-to-or-newsgroups): Use them.
14466
14467 2005-07-17  Romain Francoise  <romain@orebokech.com>
14468
14469         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14470         space as it's generally not especially interesting to the user.
14471
14472 2005-07-16  Romain Francoise  <romain@orebokech.com>
14473
14474         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14475         nil to avoid prompting and file modification if one of the
14476         messages at the top of the nnfolder file contains a copyright
14477         notice.
14478         Update copyright notice.
14479
14480         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14481         instead of `current-time-string' as the latter creates a time
14482         string that is not RFC 2822 compliant (it lacks the zone).
14483         Update copyright notice.
14484
14485 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14486
14487         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14488         for text/rtf.  Display default in prompt.  Pass default for M-n.
14489
14490         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14491
14492 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14493
14494         * gnus-msg.el (gnus-button-mailto):
14495         Remove save-selected-window-window hackery because it relies on
14496         save-selected-window internals.
14497
14498 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14499
14500         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14501         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14502         (gnus-article-prev-page): Ditto.
14503
14504         * gnus-util.el (gnus-beginning-of-window): New function.
14505         (gnus-end-of-window): New function.
14506
14507         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14508
14509 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14510
14511         * gnus-score.el (gnus-score-edit-all-score):
14512         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14513         gnus-message.
14514
14515 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14516
14517         * gnus-msg.el (gnus-button-mailto):
14518         Remove save-selected-window-window hackery because it relies on
14519         save-selected-window internals.
14520
14521 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14522
14523         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14524         add-minor-mode.
14525         (gnus-binary-mode): Ditto.
14526
14527         * gnus-topic.el (gnus-topic-mode): Ditto.
14528
14529 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14530
14531         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14532         (gnus-article-prev-page): Take scroll-margin into consideration.
14533
14534 2005-07-04  Lute Kamstra  <lute@gnu.org>
14535
14536         Update FSF's address in GPL notices.
14537
14538 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14539
14540         * gnus.el (gnus-exit):
14541         * gnus-group.el (gnus-group-icons):
14542         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14543
14544         * gnus-nocem.el (gnus-nocem):
14545         * message.el (message-various, message-buffers, message-sending)
14546         (message-interface, message-forwarding, message-insertion)
14547         (message-headers, message-news, message-mail):
14548         * pgg-gpg.el (pgg-gpg):
14549         * pgg-parse.el (pgg-parse):
14550         * pgg-pgp.el (pgg-pgp):
14551         * pgg-pgp5.el (pgg-pgp5):
14552         * pop3.el (pop3): Finish `defgroup' description with period.
14553
14554 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14555
14556         * gnus-art.el (article-display-face): Improve the efficiency.
14557         (article-display-x-face): Ditto; remove grey x-face stuff.
14558
14559 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14560
14561         * gnus-art.el (article-display-face): Correct the position in
14562         which Faces are inserted.
14563
14564 2005-06-29  Didier Verna  <didier@xemacs.org>
14565
14566         * gnus-art.el (article-display-face): Display faces in correct
14567         order.
14568
14569 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14570
14571         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14572         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14573         (gnus-nocem-check-article): Fetch the Type header.
14574         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14575         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14576         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14577         make sure gnus-nocem-hashtb is initialized.
14578         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14579         (gnus-nocem-unwanted-article-p): Ditto.
14580
14581         * pgg.el (pgg-verify): Return the verification result.
14582
14583 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14584
14585         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14586         is ascii.
14587
14588 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14589
14590         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14591         `show-nonbreak-escape'.
14592
14593 2005-06-23  Lute Kamstra  <lute@gnu.org>
14594
14595         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14596
14597         * dig.el (dig-mode):
14598         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14599
14600 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14601
14602         * nnimap.el (nnimap-split-download-body): Fix spellings.
14603
14604 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14605
14606         * gnus-art.el (gnus-article-encrypt-body):
14607         * gnus-cus.el (gnus-score-customize):
14608         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14609         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14610
14611 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14612
14613         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14614         header by looking for magic "MII" at the beginnig.
14615
14616 2005-06-16  Miles Bader  <miles@gnu.org>
14617
14618         * gnus-xmas.el (gnus-xmas-group-startup-message):
14619         Use renamed gnus-splash face.
14620
14621         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14622         (assistant-field-face): New backward-compatibility alias for renamed
14623         face.
14624         (assistant-render-text): Use renamed assistant-field face.
14625
14626         * spam.el (spam): Remove "-face" suffix from face name.
14627         (spam-face): New backward-compatibility alias for renamed face.
14628         (spam-face, spam-initialize): Use renamed spam face.
14629
14630         * message.el (message-header-to, message-header-cc)
14631         (message-header-subject, message-header-newsgroups)
14632         (message-header-other, message-header-name)
14633         (message-header-xheader, message-separator, message-cited-text)
14634         (message-mml): Remove "-face" suffix from face names.
14635         (message-header-to-face, message-header-cc-face)
14636         (message-header-subject-face, message-header-newsgroups-face)
14637         (message-header-other-face, message-header-name-face)
14638         (message-header-xheader-face, message-separator-face)
14639         (message-cited-text-face, message-mml-face):
14640         New backward-compatibility aliases for renamed faces.
14641         (message-font-lock-keywords): Use renamed message faces.
14642
14643         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14644         (sieve-test-commands, sieve-tagged-arguments):
14645         Remove "-face" suffix from face names.
14646         (sieve-control-commands-face, sieve-action-commands-face)
14647         (sieve-test-commands-face, sieve-tagged-arguments-face):
14648         New backward-compatibility aliases for renamed faces.
14649         (sieve-control-commands-face, sieve-action-commands-face)
14650         (sieve-test-commands-face, sieve-tagged-arguments-face):
14651         Use renamed sieve faces.
14652
14653         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14654         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14655         (gnus-group-news-3-empty, gnus-group-news-4)
14656         (gnus-group-news-4-empty, gnus-group-news-5)
14657         (gnus-group-news-5-empty, gnus-group-news-6)
14658         (gnus-group-news-6-empty, gnus-group-news-low)
14659         (gnus-group-news-low-empty, gnus-group-mail-1)
14660         (gnus-group-mail-1-empty, gnus-group-mail-2)
14661         (gnus-group-mail-2-empty, gnus-group-mail-3)
14662         (gnus-group-mail-3-empty, gnus-group-mail-low)
14663         (gnus-group-mail-low-empty, gnus-summary-selected)
14664         (gnus-summary-cancelled, gnus-summary-high-ticked)
14665         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14666         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14667         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14668         (gnus-summary-low-undownloaded)
14669         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14670         (gnus-summary-low-unread, gnus-summary-normal-unread)
14671         (gnus-summary-high-read, gnus-summary-low-read)
14672         (gnus-summary-normal-read, gnus-splash):
14673         Remove "-face" suffix from face names.
14674         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14675         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14676         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14677         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14678         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14679         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14680         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14681         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14682         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14683         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14684         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14685         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14686         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14687         (gnus-summary-normal-ticked-face)
14688         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14689         (gnus-summary-normal-ancient-face)
14690         (gnus-summary-high-undownloaded-face)
14691         (gnus-summary-low-undownloaded-face)
14692         (gnus-summary-normal-undownloaded-face)
14693         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14694         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14695         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14696         (gnus-splash-face):
14697         New backward-compatibility aliases for renamed faces.
14698         (gnus-group-startup-message): Use renamed gnus faces.
14699
14700         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14701         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14702         (gnus-server-agent): Remove "-face" suffix from face names.
14703         (gnus-server-agent-face, gnus-server-opened-face)
14704         (gnus-server-closed-face, gnus-server-denied-face)
14705         (gnus-server-offline-face):
14706         New backward-compatibility aliases for renamed faces.
14707         (gnus-server-agent-face, gnus-server-opened-face)
14708         (gnus-server-closed-face, gnus-server-denied-face)
14709         (gnus-server-offline-face): Use renamed gnus faces.
14710
14711         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14712         Remove "-face" suffix from face names.
14713         (gnus-picon-xbm-face, gnus-picon-face):
14714         New backward-compatibility aliases for renamed faces.
14715
14716         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14717         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14718         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14719         (gnus-cite-11): Remove "-face" suffix from face names.
14720         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14721         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14722         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14723         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14724         New backward-compatibility aliases for renamed faces.
14725         (gnus-cite-attribution-face, gnus-cite-face-list)
14726         (gnus-article-boring-faces): Use renamed gnus faces.
14727
14728         * gnus-art.el (gnus-signature, gnus-header-from)
14729         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14730         (gnus-header-content): Remove "-face" suffix from face names.
14731         (gnus-signature-face, gnus-header-from-face)
14732         (gnus-header-subject-face, gnus-header-newsgroups-face)
14733         (gnus-header-name-face, gnus-header-content-face):
14734         New backward-compatibility aliases for renamed faces.
14735         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14736
14737         * gnus-sum.el (gnus-summary-selected-face)
14738         (gnus-summary-highlight): Use renamed gnus faces.
14739         * gnus-group.el (gnus-group-highlight): Likewise.
14740
14741 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14742
14743         * gnus-sieve.el (gnus-sieve-article-add-rule):
14744         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14745         * spam-stat.el (spam-stat-buffer-change-to-spam)
14746         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14747
14748         * message.el (message-is-yours-p):
14749         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14750
14751 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14752
14753         * mm-view.el (mm-inline-text): Withdraw the last change.
14754
14755 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14756
14757         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14758         executing enriched-decode.
14759
14760 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14761
14762         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14763         charset of tar files.
14764
14765 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14766
14767         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14768
14769 2005-06-04  Lute Kamstra  <lute@gnu.org>
14770
14771         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14772         information is never recorded.
14773
14774 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14775
14776         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14777
14778 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14779
14780         * pop3.el (pop3-apop): Run md5 in the binary mode.
14781
14782         * starttls.el (starttls-set-process-query-on-exit-flag):
14783         Use eval-and-compile.
14784
14785 2005-05-31  Simon Josefsson  <jas@extundo.com>
14786
14787         * smime.el (smime-replace-in-string): Define.
14788         (smime-cert-by-ldap-1): Use it.
14789
14790 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14791
14792         * gnus-art.el (article-display-x-face): Replace
14793         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14794
14795         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14796         set-process-query-on-exit-flag or process-kill-without-query.
14797
14798         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14799         loop instead of replace-regexp.
14800
14801         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14802         instead of process-kill-without-query if it is available.
14803
14804         * lpath.el: Fbind ldap-search-entries.
14805
14806         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14807         instead of find-file-hooks if it is available.
14808
14809         * mml1991.el: Bind pgg-default-user-id when compiling.
14810
14811         * mml2015.el: Bind pgg-default-user-id when compiling.
14812
14813         * nndraft.el (nndraft-request-associate-buffer):
14814         Use write-contents-functions instead of write-contents-hooks if it is
14815         available.
14816
14817         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14818         instead of find-file-hooks if it is available.
14819
14820         * nntp.el (nntp-open-connection): Replace
14821         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14822         (nntp-open-ssl-stream): Ditto.
14823         (nntp-open-tls-stream): Ditto.
14824
14825         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14826         set-process-query-on-exit-flag or process-kill-without-query.
14827         (starttls-open-stream-gnutls): Use it instead of
14828         process-kill-without-query.
14829         (starttls-open-stream): Ditto.
14830
14831 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14832
14833         * smime.el (smime-cert-by-ldap-1): Don't use
14834         replace-regexp-in-string.
14835
14836 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14837
14838         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14839
14840         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14841         in PEM format.  Adjust to the XEmacs compability.
14842
14843 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14844
14845         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14846         by `string-to-number'.
14847         * gnus-agent.el (gnus-agent-regenerate-group)
14848         (gnus-agent-fetch-articles): Ditto.
14849         * gnus-art.el (gnus-button-fetch-group): Ditto.
14850         * gnus-cache.el (gnus-cache-generate-active)
14851         (gnus-cache-articles-in-group): Ditto.
14852         * gnus-group.el (gnus-group-set-current-level)
14853         (gnus-group-insert-group-line): Ditto.
14854         * gnus-score.el (gnus-score-set-expunge-below)
14855         (gnus-score-set-mark-below, gnus-summary-score-effect)
14856         (gnus-summary-score-entry): Ditto.
14857         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14858         (gnus-soup-pack): Ditto.
14859         * gnus-spec.el (gnus-xmas-format): Ditto.
14860         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14861         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14862         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14863         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14864         * nndb.el (nndb-get-remote-expire-response): Ditto.
14865         * nndiary.el (nndiary-parse-schedule-value)
14866         (nndiary-string-to-number, nndiary-request-replace-article)
14867         (nndiary-request-article): Ditto.
14868         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14869         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14870         * nneething.el (nneething-make-head): Ditto.
14871         * nnfolder.el (nnfolder-request-article)
14872         (nnfolder-retrieve-headers): Ditto.
14873         * nnheader.el (nnheader-file-to-number): Ditto.
14874         * nnkiboze.el (nnkiboze-request-article): Ditto.
14875         * nnmail.el (nnmail-process-unix-mail-format)
14876         (nnmail-process-babyl-mail-format): Ditto.
14877         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14878         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14879         (nnmh-request-create-group, nnmh-request-list-1)
14880         (nnmh-request-group, nnmh-request-article): Ditto.
14881         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14882         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14883         * nnsoup.el (nnsoup-make-active): Ditto.
14884         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14885         * nntp.el (nntp-find-group-and-number)
14886         (nntp-retrieve-headers-with-xover): Ditto.
14887         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14888         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14889         (pgg-format-key-identifier): Ditto.
14890         * pop3.el (pop3-last, pop3-stat): Ditto.
14891         * qp.el (quoted-printable-decode-region): Ditto.
14892
14893         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14894         of concat.
14895
14896 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14897
14898         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14899
14900         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14901
14902         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14903
14904         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14905
14906         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14907
14908         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14909
14910         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14911         (gnus-carpal-mode): Ditto.
14912
14913         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14914         (gnus-browse-mode): Ditto.
14915
14916         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14917
14918         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14919
14920 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14921
14922         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14923
14924 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14925
14926         * gnus-util.el (gnus-run-mode-hooks): New function.
14927
14928         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14929
14930         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14931         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14932
14933 2005-05-27  Lute Kamstra  <lute@gnu.org>
14934
14935         * dns-mode.el (dns-mode): Specify customization group.
14936
14937 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14938
14939         * gnus-agent.el (gnus-agent-make-mode-line-string):
14940         Use mode-line-highlight as mouse-face.
14941
14942 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14943
14944         * canlock.el (canlock): Change the parent group to news.
14945
14946         * deuglify.el (gnus-outlook-deuglify): Add :group.
14947
14948         * dig.el (dig): Add :group.
14949
14950         * dns-mode.el (dns-mode): Add :group.
14951
14952         * encrypt.el (encrypt): Add :group.
14953
14954         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14955         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14956         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14957         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14958         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14959
14960         * gnus-diary.el (gnus-diary): Add :group.
14961
14962         * gnus.el (gnus-group-news-1-face): Add :group.
14963         (gnus-group-news-1-empty-face): Ditto.
14964         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14965         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14966         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14967         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14968         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14969         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14970         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14971         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14972         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14973         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14974         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14975         (gnus-summary-high-ticked-face): Ditto.
14976         (gnus-summary-low-ticked-face): Ditto.
14977         (gnus-summary-normal-ticked-face): Ditto.
14978         (gnus-summary-high-ancient-face): Ditto.
14979         (gnus-summary-low-ancient-face): Ditto.
14980         (gnus-summary-normal-ancient-face): Ditto.
14981         (gnus-summary-high-undownloaded-face): Ditto.
14982         (gnus-summary-low-undownloaded-face): Ditto.
14983         (gnus-summary-normal-undownloaded-face): Ditto.
14984         (gnus-summary-high-unread-face): Ditto.
14985         (gnus-summary-low-unread-face): Ditto.
14986         (gnus-summary-normal-unread-face): Ditto.
14987         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14988         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14989
14990         * hashcash.el (hashcash): New custom group.
14991         (hashcash-default-payment): Add :group.
14992         (hashcash-payment-alist): Ditto.
14993         (hashcash-default-accept-payment): Ditto.
14994         (hashcash-accept-resources): Ditto.
14995         (hashcash-path): Ditto.
14996         (hashcash-extra-generate-parameters): Ditto.
14997         (hashcash-double-spend-database): Ditto.
14998         (hashcash-in-news): Ditto.
14999
15000         * message.el (message-minibuffer-local-map): Add :group.
15001
15002         * netrc.el (netrc): Add :group.
15003
15004         * sieve-manage.el (sieve-manage-log): Add :group.
15005         (sieve-manage-default-user): Diito.
15006         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15007         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15008         (sieve-manage-authenticators): Ditto.
15009         (sieve-manage-authenticator-alist): Ditto.
15010         (sieve-manage-default-port): Ditto.
15011
15012         * sieve-mode.el (sieve-control-commands-face): Add :group.
15013         (sieve-action-commands-face): Ditto.
15014         (sieve-test-commands-face): Ditto.
15015         (sieve-tagged-arguments-face): Ditto.
15016
15017         * smime.el (smime): Add :group.
15018
15019         * spam-report.el (spam-report): Add :group.
15020
15021         * spam.el (spam, spam-face): Add :group.
15022
15023 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15024
15025         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15026         return \n.\n.\n at the end of articles.  Protect against that.
15027         (nntp-with-open-group): Allow debugging.
15028
15029         * nnheader.el (mail-header-set-extra): Make into a function
15030         because I just could't understand how to quote the list properly.
15031
15032         * dns.el (query-dns-cached): New function.
15033
15034 2005-05-26  Lute Kamstra  <lute@gnu.org>
15035
15036         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15037
15038 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15039
15040         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15041
15042         * gnus-art.el: Don't autoload mail-extract-address-components.
15043
15044         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15045         eval-and-compile to evaluate it.
15046
15047         * hashcash.el: Don't autoload executable-find.
15048
15049         * nndb.el: Don't declare the nndb back end two or more times; don't
15050         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15051
15052         * nntp.el: Autoload format-spec instead of format; use
15053         eval-and-compile to evaluate autoload forms.
15054
15055 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15056
15057         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15058
15059 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15060
15061         * gnus.el (gnus-version-number): Bump version.
15062
15063 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15064
15065         * gnus.el: No Gnus v0.3 is released.
15066
15067 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15068
15069         * lpath.el (featurep): Bind show-nonbreak-escape.
15070
15071 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15072
15073         * gnus-art.el (gnus-article-edit-part): Disable undo.
15074
15075 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15076
15077         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15078         gnus-article-date-lapsed-new-header is t if date timer is active;
15079         skip headers in which the original date value is empty.
15080         (gnus-article-save-original-date): Redefine it as a macro.
15081         (gnus-display-mime): Use it.
15082
15083 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15084
15085         * gnus-art.el (article-date-ut): Support converting date in
15086         forwarded parts as well.
15087         (gnus-article-save-original-date): New function.
15088         (gnus-display-mime): Use it.
15089
15090 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15091
15092         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15093         enclosure element of <item>.
15094
15095 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15096
15097         * message.el (message-kill-buffer-query): Rename from
15098         `message-kill-buffer-query-if-modified'.  Add :version.
15099
15100 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15101
15102         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15103         window layout.
15104
15105 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15106
15107         * mml.el: Autoload dnd when compiling.
15108
15109 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15110
15111         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15112         x-dnd-*.
15113
15114 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15115
15116         * qp.el (quoted-printable-encode-region): Save excursion.
15117
15118 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15119
15120         * message.el (message-kill-buffer-query-if-modified): Add new variable
15121         so the user can kill a modified message buffer quickly.
15122         (message-kill-buffer): Use it.
15123
15124 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15125
15126         * lpath.el: Fbind display-time-event-handler; don't fbind
15127         string-to-multibyte.
15128
15129         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15130
15131 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15132
15133         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15134         contained in text because xml.el decodes entities) with LFs.
15135
15136 2005-04-11  Lute Kamstra  <lute@gnu.org>
15137
15138         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15139         differently.
15140
15141 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15142
15143         * mm-util.el (mm-detect-coding-region): Typo.
15144
15145 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15146
15147         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15148
15149 2005-04-06  Deepak Goel  <deego@gnufans.org>
15150
15151         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15152         user-function allow user modifications of the scores.
15153         (spam-stat-score-buffer-user): New function, to allow
15154         user-computed modifications to the score.
15155         (spam-stat-score-buffer-user-functions): List of additional
15156         scoring functions.
15157         (spam-stat-error-holder): Global temporary error holder.
15158         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15159         variable.
15160
15161 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15162
15163         * gnus-registry.el (gnus-registry-clean-empty-function)
15164         (gnus-registry-trim, gnus-registry-fetch-groups)
15165         (gnus-registry-delete-group): Groups that match
15166         `gnus-registry-ignored-groups' are removed from the registry
15167         entries, not just ignored for splitting.  This helps clean up the
15168         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15169         to get all the groups a message ID is in.
15170
15171         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15172         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15173         (spam-stat-score-buffer-user-functions): Add :number custom type.
15174
15175 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15176
15177         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15178         argument in XEmacs.
15179
15180         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15181         (nnrss-request-group): Decode group name first.
15182         (nnrss-request-article): Make a text/plain article if mml-to-mime
15183         failed.
15184         (nnrss-get-encoding): Return a compatible encoding according to
15185         nnrss-compatible-encoding-alist.
15186         (nnrss-find-el): Use consp instead of listp.
15187         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15188
15189 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15190
15191         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15192         which Emacs 20 doesn't support.
15193         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15194
15195 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15196
15197         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15198         silence the byte compiler inside the defun.
15199
15200         * gnus-demon.el (parse-time-string): Add autoload.
15201
15202         * gnus-delay.el (parse-time-string): Add autoload.
15203
15204         * gnus-art.el (parse-time-string): Add autoload.
15205
15206         * nnultimate.el (parse-time): Require for `parse-time-string'.
15207
15208 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15209
15210         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15211
15212         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15213
15214         * smime.el (smime-ldap-host-list): Add :version.
15215
15216 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15217
15218         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15219         pass it to `gnus-browse-read-group'.
15220         (gnus-browse-read-group): Add NUMBER argument and pass it to
15221         `gnus-group-read-ephemeral-group'.
15222
15223         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15224         argument and pass it to `gnus-group-read-group'.
15225
15226 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15227
15228         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15229         mm-xemacs-find-mime-charset-1 if we have the mule feature
15230         available at runtime.
15231
15232 2005-03-25  Werner Lemberg  <wl@gnu.org>
15233
15234         * nnmaildir.el: Replace `illegal' with `invalid'.
15235
15236 2005-03-23  Lute Kamstra  <lute@gnu.org>
15237
15238         * time-date.el: Add comment on time value formats.
15239         Don't require parse-time.
15240         (with-decoded-time-value): New macro.
15241         (encode-time-value): New function.
15242         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15243         (days-to-time): Return a valid time value when arg is huge.
15244         (time-since): Use time-subtract.
15245         (time-to-number-of-days): Use time-to-seconds.
15246
15247 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15248
15249         * gnus-start.el (gnus-display-time-event-handler):
15250         Check display-time-timer at runtime rather than only at load time
15251         in case display-time-mode is turned off in the mean time.
15252
15253 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15254
15255         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15256         used.
15257
15258         * nneething.el (nneething-map-file-directory): Derive from
15259         `gnus-directory'.
15260
15261         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15262         the To/Cc button.
15263
15264 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15265
15266         * nnmaildir.el (nnmaildir-request-accept-article):
15267         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15268
15269 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15270
15271         * gnus-async.el: Require timer-funcs at compile time when in
15272         XEmacs for `run-with-idle-timer'.
15273
15274 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15275
15276         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15277         autoloaded function.
15278
15279 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15280
15281         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15282
15283 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15284
15285         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15286
15287 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15288
15289         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15290         Add gnus-expert-user to default.
15291
15292 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15293
15294         * nnimap.el (nnimap-open-server): Ditto.
15295
15296         * imap.el (imap-authenticate): Fix typo.
15297
15298 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15299
15300         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15301         buffer (since IMAP server might return FETCH response out of
15302         order, and the nntp buffer must be sorted).
15303
15304 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15305
15306         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15307         comparison on string.
15308
15309         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15310         (gnus-agent-score): Rename category keywords to match gnus-cus.
15311         (gnus-agent-summary-fetch-series): Modify to protect against
15312         gnus-agent-summary-fetch-group clearing processable flags.
15313         (gnus-agent-synchronize-group-flags): Update live group buffer as
15314         synchronization may occur due to the user toggle the plugged
15315         status.
15316         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15317         successfully downloaded.
15318         (gnus-agent-expire-group-1): Avoid using markers when the overview
15319         is in ascending order; greatly improves performance.
15320         (gnus-agent-regenerate-group):
15321         Use gnus-agent-synchronize-group-flags to reset read status in both
15322         gnus and server.
15323         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15324
15325 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15326
15327         * message.el: Don't autoload former message-utils variables.
15328         (message-strip-subject-trailing-was): Change doc string.
15329
15330         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15331         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15332         (nnweb-google-search): Add "hl=en" here.
15333         (nnweb-google-parse-1, nnweb-google-create-mapping):
15334         Don't hardcode URL.
15335
15336 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15337
15338         * message.el (message-get-reply-headers, message-followup):
15339         Mention related variables `message-use-followup-to' and
15340         `message-use-mail-followup-to', in the information buffer.
15341
15342         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15343         of broken groups(-beta).google.com.
15344
15345 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15346
15347         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15348         parameter to invoked gnus-request-move-article; remove the
15349         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15350         all at once instead of once per article.
15351         (gnus-summary-remove-process-mark): Accept a list of articles as
15352         well as a single article for processing.
15353
15354         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15355         parameter.
15356
15357         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15358
15359         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15360
15361         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15362         parameter.
15363
15364         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15365         parameter.
15366
15367         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15368         parameter and remove the gnus-sum-hint-move-is-internal variable.
15369
15370         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15371         parameter.
15372
15373         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15374         parameter.
15375
15376         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15377         parameter.
15378
15379         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15380
15381         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15382         parameter.
15383
15384         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15385         parameter.
15386
15387 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15388
15389         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15390         a more conservative way.
15391
15392 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15393
15394         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15395         buffer, so it moves the window's cursor.
15396
15397 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15398
15399         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15400         `mm-dissect-multipart' and receive the from field as an (optional)
15401         argument from `mm-dissect-multipart'.
15402         (mm-dissect-multipart): Receive the from field as an argument and
15403         pass it on when we call `mm-dissect-buffer' on MIME parts.
15404         Fixes verification/decryption of signed/encrypted MIME parts.
15405
15406 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15407
15408         * gnus-sum.el (gnus-summary-move-article):
15409         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15410         whatever it calls (right now, only nnimap-request-move article
15411         respects it).
15412
15413         * nnimap.el (nnimap-request-move-article):
15414         When gnus-sum-hint-move-is-internal is set, don't do the extra
15415         nnimap-request-article.
15416
15417 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15418
15419         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15420
15421         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15422         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15423
15424         * gnus-sum.el (gnus-summary-caesar-message):
15425         Apply `gnus-treat-article' after rotation.
15426
15427         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15428         doc string.
15429
15430 2005-02-22  Simon Josefsson  <jas@extundo.com>
15431
15432         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15433         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15434         <arne@arnested.dk>.
15435         (encrypt): Add password-cache and password-cache-expiry as group
15436         members.
15437
15438 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15439
15440         * smime.el (smime-ldap-host-list): Doc fix.
15441         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15442         cache) password.
15443         (smime-sign-region): Use it.
15444         (smime-decrypt-region): Use it.
15445         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15446         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15447         fails.
15448         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15449         certificate from DER to PEM format rather than calling openssl.
15450
15451         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15452
15453         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15454         for signing/encryption.
15455
15456         * mml.el (mml-parse-1): Use them.
15457
15458 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15459
15460         * nnrss.el (nnrss-verbose): Remove.
15461         (nnrss-request-group): Use `nnheader-message' instead.
15462
15463 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15464
15465         * nnrss.el (nnrss-verbose): New variable.
15466         (nnrss-request-group): Make it say nnrss is requesting a group.
15467
15468 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15469
15470         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15471         Handle news URL with given port correctly.
15472
15473 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15474
15475         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15476         containing special characters.
15477
15478         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15479
15480         * mml.el (mime-to-mml): Ditto.
15481
15482         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15483         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15484         (rfc2047-decode-region): Quote decoded words containing special
15485         characters when rfc2047-quote-decoded-words-containing-tspecials
15486         is non-nil.
15487
15488 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15489
15490         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15491
15492         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15493
15494 2005-02-15  Simon Josefsson  <jas@extundo.com>
15495
15496         * nnimap.el (nnimap-debug): Doc fix.
15497
15498         * imap.el (imap-debug): Doc fix.
15499
15500 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15501
15502         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15503
15504 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15505
15506         * gnus.el (spam-contents): Improve docs for spam-contents
15507         parameter in its variable incarnation.
15508
15509 2005-02-14  Simon Josefsson  <jas@extundo.com>
15510
15511         * smime-ldap.el: Use require instead of load-library for ldap.
15512         (smime-ldap-search): Indent.
15513         (smime-ldap-search-internal): Shorten line.
15514
15515         * smime.el (smime-cert-by-dns): Add doc-string.
15516         (smime-cert-by-ldap-1): Indent.
15517
15518         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15519         mml-smime-get-dns-ldap.
15520         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15521
15522 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15523
15524         * smime.el: Require smime-ldap.
15525         (smime-ldap-host-list): New variable.
15526         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15527
15528         * mml-smime.el (mml-smime-encrypt-query): New function.
15529         (mml-smime-encrypt-query): Use it.
15530
15531         * smime-ldap.el: New file.
15532
15533 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15534
15535         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15536
15537 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15538
15539         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15540         argument in doc string.  Make query for type more clear.
15541
15542 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15543
15544         * gnus.el (gnus-group-startup-message): Search for gnus images in
15545         etc/images/gnus.
15546         * mm-util.el (mm-image-load-path): Likewise.
15547         * smiley.el (smiley-data-directory): Search for smilies in
15548         etc/images/smilies.
15549
15550 2005-02-09  Kim F. Storm  <storm@cua.dk>
15551
15552         Change Emacs release version from 21.4 to 22.1 throughout.
15553         Change Emacs development version from 21.3.50 to 22.0.50.
15554
15555 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15556
15557         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15558
15559         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15560         non-Mule XEmacs as well.
15561         (mm-decompress-buffer): Signal an error intentionally if it does
15562         not decompress compressed data because auto-compression-mode is
15563         disabled.
15564
15565 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15566
15567         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15568         an ID in the registry even if it has no groups.
15569
15570 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15571
15572         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15573         merge it into mm-decompress-buffer.
15574         (gnus-mime-copy-part): Use the MIME part charset, the value which
15575         a user specified or gnus-newsgroup-charset for decoding, like
15576         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15577         save-buffer what was used.  Suggested by Kevin Ryde
15578         <user42@zip.com.au>.
15579         (gnus-mime-inline-part): Allow the name parameter as well as the
15580         filename parameter; force decompressing of compressed data; always
15581         display contents being not decoded as unibyte.
15582
15583         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15584         as well as the filename parameter.
15585
15586         * mm-util.el (mm-decompress-buffer):
15587         Merge gnus-mime-jka-compr-maybe-uncompress.
15588         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15589         of compressed data.
15590
15591 2005-02-08  Simon Josefsson  <jas@extundo.com>
15592
15593         * imap.el (imap-log): Doc fix.
15594
15595 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15596
15597         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15598         the coding cookies; decompress compressed parts.
15599
15600         * mml.el (mml-generate-mime-1): Add the charset parameter according
15601         to the value which a user specified manually or the coding cookie.
15602
15603         * mm-util.el (mm-string-to-multibyte): New function.
15604         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15605         (mm-coding-system-to-mime-charset): New function.
15606         (mm-decompress-buffer): New function.
15607         (mm-find-buffer-file-coding-system): New function.
15608
15609         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15610         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15611         parts.
15612
15613 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15614
15615         * mm-view.el (mm-display-inline-fontify): Decode a part according
15616         to the charset parameter.
15617
15618 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15619
15620         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15621         prefix arg is neither nil nor a number, as info specifies.
15622
15623 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15624
15625         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15626         timestamps.
15627
15628 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15629
15630         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15631         groups error checking and notify user.
15632
15633 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15634
15635         * message.el (message-send-mail-function): Check existence of
15636         sendmail-program first before using default value
15637         `message-send-mail-with-sendmail'.  Otherwise use more generic
15638         `smtpmail-send-it'.
15639
15640 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15641
15642         * nntp.el (nntp-request-update-info): Always return nil.
15643
15644 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15645
15646         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15647
15648 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15649
15650         * message.el (message-beginning-of-line): Change the behavior when
15651         invoked between BOL and : so that it first moves backward.
15652
15653 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15654
15655         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15656         article buffer when editing of the article is discarded.
15657         (gnus-article-prepare): Revert.
15658
15659 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15660
15661         * gnus-art.el (gnus-article-prepare):
15662         Remove message-strip-forbidden-properties from the local hook.
15663
15664 2005-01-27  Simon Josefsson  <jas@extundo.com>
15665
15666         * password.el (password-cache-add): Only start one timer per key.
15667         Reported by Derek Atkins <warlord@MIT.EDU>.
15668
15669 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15670
15671         * run-at-time.el: Remove.  It is no longer needed as
15672         timer-funcs.el in the xemacs-base package has a working version of
15673         `run-at-time'.
15674
15675         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15676
15677         * password.el: Require timer-funcs instead of run-at-time in
15678         XEmacs.
15679         Remove `password-run-at-time' macro.
15680         (password-cache-add): Use `run-at-time' instead of
15681         `password-run-at-time'.
15682
15683         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15684         Remove `nnheader-cancel-function-timers' alias,
15685         `cancel-function-timers' exists in XEmacs in timer-funcs.
15686
15687         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15688         for `run-with-idle-timer'.
15689
15690         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15691         for `run-at-time'.
15692
15693         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15694         for `with-timeout'.
15695
15696         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15697         the same as for XEmacs 21.4.
15698         No need to ignore `run-with-idle-timer', this function exists in
15699         XEmacs now in timer-funcs.el in the xemacs-base package.
15700         (dgnushack-compile): No need to delete
15701         run-at-time.el from the list of files to compile because it
15702         doesn't exist anymore.
15703
15704 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15705
15706         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15707         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15708
15709 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15710
15711         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15712         sensitively.
15713
15714 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15715
15716         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15717
15718 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15719
15720         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15721         which will be inserted according to the multibyteness of a buffer
15722         rather than the type of contents.  Suggested by ARISAWA Akihiro
15723         <ari@mbf.ocn.ne.jp>.
15724
15725         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15726         of string which old xml.el may return rather than a string.
15727
15728 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15729
15730         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15731
15732 2005-01-16  Simon Josefsson  <jas@extundo.com>
15733
15734         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15735         idn/idna.el isn't available.
15736         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15737         <michael@waxrat.com>.
15738
15739         * hashcash.el: Remove non-FSF copyright header.
15740
15741         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15742         (hashcash-generate-payment): Use it.
15743         (hashcash-generate-payment-async): Use it.
15744
15745 2005-01-15  Simon Josefsson  <jas@extundo.com>
15746
15747         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15748         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15749
15750         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15751         gnus-summary-idna-message.
15752         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15753         (gnus-summary-idna-message): New function.
15754
15755 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15756
15757         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15758         gnus-novice-user.
15759
15760 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15761
15762         * nnrss.el (nnrss-request-delete-group): Delete entries in
15763         nnrss-group-alist as well.
15764         (nnrss-save-server-data): Insert newline.
15765
15766 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15767
15768         * gnus.el (gnus-user-agent): Use list of symbols instead of
15769         symbols.  Display full version number for (S)XEmacs.
15770         Optionally display (S)XEmacs codename.
15771
15772         * gnus-util.el (gnus-emacs-version): Update for new
15773         `gnus-user-agent'.
15774
15775         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15776         Gnus version.
15777
15778 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15779
15780         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15781         which is unreadable in some setups.
15782
15783 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15784
15785         * gnus-spec.el (gnus-update-format-specifications): Flush the
15786         group format spec cache if it doesn't support decoded group names.
15787
15788 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15789
15790         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15791         Allow to apply decay on score files matching a regexp.
15792
15793 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15794
15795         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15796         compatibility in %g and %c.
15797
15798 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15799
15800         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15801         name for only %g and %c.
15802         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15803         of gnus-tmp-group to decoded group name.
15804         (gnus-group-make-rss-group): Exclude `/'s from group names.
15805
15806 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15807
15808         * nnrss.el (nnrss-get-encoding): Fix regexp.
15809
15810 2004-12-27  Simon Josefsson  <jas@extundo.com>
15811
15812         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15813         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15814         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15815
15816 2004-12-17  Kim F. Storm  <storm@cua.dk>
15817
15818         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15819
15820         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15821
15822 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15823
15824         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15825
15826 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15827
15828         * nnrss.el: Require rfc2047 and mml.
15829         (nnrss-file-coding-system): New variable.
15830         (nnrss-format-string): Redefine it as an inline function.
15831         (nnrss-decode-group-name): New function.
15832         (nnrss-string-as-multibyte): Remove.
15833         (nnrss-retrieve-headers): Decode group name; don't use
15834         nnrss-format-string.
15835         (nnrss-request-group): Decode group name.
15836         (nnrss-request-article): Decode group name; allow a Message-ID as
15837         well as an article number; don't use nnrss-format-string; encode a
15838         Message-ID string which may contain non-ASCII characters; use
15839         mml-to-mime to compose a MIME article.
15840         (nnrss-request-expire-articles): Decode group name.
15841         (nnrss-request-delete-group): Decode group name.
15842         (nnrss-fetch): Clarify error message.
15843         (nnrss-read-server-data): Use insert-file-contents instead of load;
15844         bind file-name-coding-system; use multibyte buffer.
15845         (nnrss-save-server-data): Bind coding-system-for-write to the
15846         value of nnrss-file-coding-system; bind file-name-coding-system;
15847         add coding cookie.
15848         (nnrss-read-group-data): Use insert-file-contents instead of load;
15849         bind file-name-coding-system; use multibyte buffer.
15850         (nnrss-save-group-data): Bind coding-system-for-write to the
15851         value of nnrss-file-coding-system; bind file-name-coding-system.
15852         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15853         make it work with non-ASCII text.
15854         (nnrss-find-el): Make it work with old xml.el as well.
15855
15856 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15857
15858         * nnrss.el (nnrss-get-encoding): New function.
15859         (nnrss-fetch): Use unibyte buffer initially; bind
15860         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15861         decode contents according to the encoding attribute.
15862         (nnrss-save-group-data): Add coding cookie.
15863         (nnrss-mime-encode-string): New function.
15864         (nnrss-check-group): Use it to encode subject and author.
15865
15866 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15867
15868         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15869         imaginary variable.
15870
15871 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15872
15873         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15874         correctly even if there are wide characters.
15875
15876 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15877
15878         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15879         downcased symbol names; make a new cache instead of reusing
15880         bbdb-hashtable.
15881
15882 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15883
15884         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15885         concatenating segments rather than before concatenating them.
15886         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15887
15888         * message.el (message-get-reply-headers): Bind `extra'.
15889
15890 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15891
15892         * message.el (message-extra-wide-headers): New variable.
15893         (message-get-reply-headers): Use it.
15894
15895 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15896
15897         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15898         (gnus-agent-group-pathname): Ditto.
15899
15900         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15901
15902         * gnus-group.el (gnus-group-make-group): Decode group name.
15903         (gnus-group-make-rss-group): Register the group data after opening
15904         the nnrss group.
15905
15906 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15907
15908         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15909         by expiry now get marked as read.
15910
15911 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15912
15913         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15914
15915 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15916
15917         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15918         unify Latin characters in XEmacs.
15919         (mm-find-mime-charset-region): Use it.
15920
15921 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15922
15923         * gnus-util.el (gnus-delete-directory): New function.
15924
15925         * gnus-agent.el (gnus-agent-delete-group): Use it.
15926
15927         * gnus-cache.el (gnus-cache-delete-group): Use it.
15928
15929 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15930
15931         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15932         names.
15933
15934 2004-12-16  Simon Josefsson  <jas@extundo.com>
15935
15936         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15937
15938 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15939
15940         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15941
15942         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15943         (gnus-group-set-current-level): Decode group name.
15944
15945 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15946
15947         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15948         failed.
15949
15950 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15951
15952         * gnus-group.el (gnus-group-delete-group): Decode group name.
15953         (gnus-group-make-rss-group): Encode group name.
15954         (gnus-group-catchup-current): Decode group name.
15955         (gnus-group-kill-group): Decode group name.
15956
15957 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15958
15959         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15960
15961 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15962
15963         * gnus-group.el (gnus-group-make-rss-group):
15964         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15965
15966         * gnus-start.el (gnus-setup-news): Honor user's setting to
15967         gnus-message-archive-method.  Suggested by Lute Kamstra
15968         <lute@gnu.org>.
15969
15970 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15971
15972         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15973         global counterparts of the buffer-local variables.
15974
15975 2004-11-16  Romain Francoise  <romain@orebokech.com>
15976
15977         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15978         counterparts of the buffer-local variables.
15979
15980 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15981
15982         * message.el (message-forbidden-properties): Fix typo in doc
15983         string.
15984
15985 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15986
15987         * gnus-util.el (gnus-replace-in-string): Add doc string.
15988
15989         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15990         to avoid problems when splitting mails with many recipients.
15991
15992 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15993
15994         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15995         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15996
15997 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15998
15999         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16000         if there is no hashtable in memory or file modification time is
16001         newer than cached timestamp.
16002
16003 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16004
16005         * gnus-sum.el (gnus-summary-limit-to-recipient):
16006         Implement not-matching option.
16007
16008 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16009
16010         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16011         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16012         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16013         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16014         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16015         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16016
16017 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16018
16019         * message.el (message-forward-make-body-mml): Remove headers
16020         according to message-forward-ignored-headers if a message is decoded.
16021
16022 2004-12-02  Romain Francoise  <romain@orebokech.com>
16023
16024         * message.el (message-forward-make-body-plain): Always remove
16025         headers according to message-forward-ignored-headers.
16026
16027 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16028
16029         * spam.el (spam-summary-prepare-exit): Remove the
16030         gnus-summary-limit pop for now, it has problems with ham marks for
16031         me.
16032
16033 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16034
16035         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16036         correctly.
16037
16038 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16039
16040         * format-spec.el (format-spec): Message the char.
16041
16042 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16043
16044         * gnus-art.el (gnus-split-methods): Reformat comments.
16045
16046         * spam.el (spam-summary-prepare-exit): Remove article limits
16047         before exiting the summary buffer.
16048
16049 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16050
16051         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16052         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16053
16054         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16055         order to silence the byte compiler.
16056
16057         * spam.el: Fix the way to silence the byte compiler, which
16058         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16059         bbdb-search-simple, spam-BBDB-register-routine,
16060         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16061         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16062         spam-stat-buffer-is-spam, spam-stat-load,
16063         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16064         spam-stat-save and spam-stat-split-fancy.
16065
16066 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16067
16068         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16069         which may confuse users.
16070         (canlock-password-for-verify): Ditto.
16071
16072         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16073
16074         * gnus-art.el (gnus-emphasis-alist): Ditto.
16075
16076         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16077
16078         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16079
16080         * gnus-start.el (gnus-save-killed-list): Ditto.
16081
16082         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16083         (gnus-sum-thread-tree-root): Ditto.
16084         (gnus-sum-thread-tree-false-root): Ditto.
16085         (gnus-sum-thread-tree-single-indent): Ditto.
16086
16087         * message.el (message-courtesy-message): Ditto.
16088         (message-archive-note): Ditto.
16089         (message-subscribed-address-file): Ditto.
16090         (message-user-fqdn): Ditto.
16091
16092         * spam-report.el (spam-report-gmane-regex): Ditto.
16093
16094         * spam.el (spam-blackhole-good-server-regex): Ditto.
16095
16096 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16097
16098         * mml.el (mml-preview): Widen the message buffer before copying
16099         the contents to the preview buffer; sort headers before previewing.
16100
16101         * message.el (message-hidden-headers): Fix the way to avoid a bug
16102         in the `repeat' widget in Emacs 21.3 or earlier.
16103
16104 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16105
16106         * message.el (message-hidden-headers): Default to "^References:".
16107         Improve customization type.  Suggested by Reiner Steib
16108         <Reiner.Steib@gmx.de>.
16109
16110 2004-11-25  Romain Francoise  <romain@orebokech.com>
16111
16112         * message.el (message-strip-forbidden-properties): Remove check for
16113         obsolete `message-hidden' text property, hidden headers are not
16114         accessible in the buffer anymore.
16115
16116 2004-11-22  Romain Francoise  <romain@orebokech.com>
16117
16118         * message.el (message-header-format-alist): Add `From' in list
16119         so that it can be sorted.
16120         (message-fix-before-sending): Widen and sort headers before
16121         sending.
16122         (message-hide-headers): Use narrowing to hide headers by moving
16123         them to the top of the buffer and narrowing to the region
16124         underneath.
16125
16126 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16127
16128         * message.el (message-strip-forbidden-properties):
16129         Bind buffer-read-only (etc) to nil.
16130
16131 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16132
16133         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16134         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16135
16136 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16137
16138         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16139
16140 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16141
16142         * dns.el (query-dns): Use sit-for to time instead of
16143         accept-process-output, since that doesn't seem to work on udp
16144         sockets.
16145
16146 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16147
16148         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16149
16150 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16151
16152         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16153         doc string.  Improve doc string.
16154
16155 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16156
16157         * nntp.el (nntp-request-update-info): Return nil if
16158         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16159         may not call gnus-activate-group which uselessly issues the GROUP
16160         commands for all nntp groups and wastes time.  Reported by Romain
16161         Francoise <romain@orebokech.com>.
16162
16163         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16164
16165 2004-11-15  Simon Josefsson  <jas@extundo.com>
16166
16167         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16168         headers separately.
16169         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16170         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16171
16172 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16173
16174         * gnus-start.el (gnus-convert-old-newsrc):
16175         Assign legacy-gnus-agent to 5.10.7.
16176
16177 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16178
16179         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16180         start of the lines.
16181
16182 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16183
16184         * hashcash.el (hashcash-default-payment): Change default to 20.
16185         (hashcash-default-accept-payment): Change default to 20.
16186         (hashcash-process-alist): New variable.
16187         (hashcash-generate-payment-async): Add.
16188         (hashcash-already-paid-p): Add.
16189         (hashcash-insert-payment): Don't generate payments twice.
16190         (hashcash-insert-payment-async): Add.
16191         (hashcash-insert-payment-async-2): Add.
16192         (hashcash-cancel-async): Add.
16193         (hashcash-wait-async): Add.
16194         (hashcash-processes-running-p): Add.
16195         (hashcash-wait-or-cancel): Add.
16196         (mail-add-payment): New optional argument.  Conditionally start
16197         asynchronous calculation.
16198         (mail-add-payment-async): Add.
16199
16200         * message.el (message-send-mail): Wait for asynchronous hashcash
16201         results.  Don't clobber existing X-Hashcash headers.
16202         (message-setup-1): Call mail-add-payment-async when
16203         message-generate-hashcash is non-nil.
16204
16205 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16206
16207         * message.el (message-use-alternative-email-as-from): Examine the
16208         From header as well; use message-make-from in order to include a
16209         user's full name.
16210
16211 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16212
16213         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16214         default; improve customization type.
16215         (gnus-emphasis-custom-with-format): New macro.
16216         (gnus-emphasis-custom-value-to-external): New function.
16217         (gnus-emphasis-custom-value-to-internal): New function.
16218
16219 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16220
16221         * dns.el (query-dns): Resolve reverse addresses.
16222
16223 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16224
16225         * gnus-group.el (gnus-group-get-new-news): Use it.
16226
16227         * gnus-start.el (gnus-check-reasonable-setup): New function.
16228
16229 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16230
16231         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16232         "Args out of range" error.  Reported by Arnaud Giersch
16233         <arnaud.giersch@free.fr>.
16234
16235 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16236
16237         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16238
16239 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16240
16241         * spam.el (spam group): Add :version.
16242
16243         * pgg-def.el (pgg group): Add :version.
16244
16245 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16246
16247         * gnus-art.el (gnus-article-edit-article): Don't associate the
16248         article buffer with a draft file.  This is a temporary measure
16249         against the 2004-08-22 change to gnus-article-edit-mode.
16250
16251 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16252
16253         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16254         (html2text-format-tags): Remove unused variable `attr'.
16255
16256 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16257
16258         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16259
16260         * tls.el (tls-process-connection-type, tls-success)
16261         (tls-certtool-program): Add :version.
16262
16263         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16264         (starttls-extra-arguments, starttls-process-connection-type)
16265         (starttls-connect, starttls-failure, starttls-success): Add :version.
16266
16267         * spam-stat.el (spam-stat): Add :version.
16268
16269         * sieve.el (sieve): Add :version.
16270
16271         * sha1.el (sha1): Add :version.
16272         (sha1-use-external): Remove redundant version.
16273
16274         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16275         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16276         (nnmail-split-fancy-match-partial-words)
16277         (nnmail-split-lowercase-expanded): Add :version.
16278
16279         * nndiary.el (nndiary): Add :version.
16280
16281         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16282
16283         * mml-sec.el (mml-default-sign-method)
16284         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16285         Add :version.
16286
16287         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16288
16289         * mm-url.el (mm-url-use-external, mm-url-program)
16290         (mm-url-arguments): Add :version.
16291
16292         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16293         (mm-attachment-file-modes, mm-decrypt-option)
16294         (mm-w3m-safe-url-regexp): Add :version.
16295
16296         * message.el (message-cite-prefix-regexp)
16297         (message-sendmail-envelope-from, message-minibuffer-local-map)
16298         (message-user-fqdn, message-completion-alist): Add :version.
16299
16300         * gnus-win.el (gnus-configure-windows-hook)
16301         (gnus-use-frames-on-any-display): Add :version.
16302
16303         * gnus-art.el (gnus-article-address-banner-alist)
16304         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16305         (gnus-treat-from-picon, gnus-treat-mail-picon)
16306         (gnus-treat-x-pgp-sig): Add :version.
16307
16308         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16309         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16310         (gnus-summary-article-delete-hook)
16311         (gnus-summary-display-while-building): Add :version.
16312
16313         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16314         (gnus-get-top-new-news-hook): Add :version.
16315
16316         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16317         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16318
16319         * gnus-registry.el (gnus-registry): Add :version.
16320
16321         * gnus-spec.el (gnus-use-correct-string-widths)
16322         (gnus-make-format-preserve-properties): Add :version.
16323
16324         * gnus.el (gnus-group-charter-alist)
16325         (gnus-group-fetch-control-use-browse-url)
16326         (gnus-install-group-spam-parameters): Add :version.
16327
16328         * gnus-diary.el (gnus-diary): Add :version.
16329
16330         * gnus-delay.el (gnus-delay): Add :version.
16331
16332         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16333         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16334         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16335         Add :version.
16336
16337         * gnus-agent.el (gnus-agent-max-fetch-size)
16338         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16339         (gnus-agent-prompt-send-queue): Add :version.
16340
16341         * deuglify.el (gnus-outlook-deuglify): Add :version.
16342
16343         * html2text.el: Beautify code.  Improve doc strings.
16344         Some checkdoc cleanup.
16345         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16346
16347 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16348
16349         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16350
16351 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16352
16353         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16354         when package is loaded.
16355
16356         * spam.el (spam-summary-score-preferred-header): Add global preference
16357         for people who want to override the default SpamAssassin over
16358         Bogofilter preference (when both are set).
16359         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16360         (spam-user-format-function-S):
16361         Check spam-summary-score-preferred-header.
16362         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16363         (spam-user-format-function-S): Format the score correctly.
16364
16365 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16366
16367         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16368         signature file.  Suggested by Manoj Srivastava
16369         <srivasta@golden-gryphon.com>.
16370
16371         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16372         iso-2022-jp even in the Japanese language environment.
16373         Suggested by Jason Rumney <jasonr@gnu.org>.
16374
16375 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16376
16377         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16378         use the same characters as the dummy marks; make it free from
16379         getting affected by the language environment.
16380         (gnus-summary-read-group-1): Update mark positions only when the
16381         format spec is updated.
16382
16383         * gnus-spec.el (gnus-update-format-specifications): Return a list
16384         of updated types.
16385
16386 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16387
16388         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16389         of boundp to check if display-warning is available.
16390
16391 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16392
16393         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16394
16395 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16396
16397         * nnspool.el (nnspool-spool-directory): Use news-path if the
16398         news-directory variable is not bound.
16399
16400         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16401         function instead of display-warning if it is not available.
16402
16403 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16404
16405         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16406         v5-10: Use `point-at-bol'.
16407
16408 2004-10-26  Simon Josefsson  <jas@extundo.com>
16409
16410         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16411         <chenggao@gmail.com>.
16412
16413 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16414
16415         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16416         instead.
16417
16418 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16419
16420         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16421         to remove a server from the nnimap-server-buffer-alist.
16422         (nnimap-open-connection, nnimap-close-server): Use it.
16423
16424         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16425
16426 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16427
16428         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16429         running the major-mode function.
16430
16431 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16432
16433         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16434         dummy marks in the right way.
16435
16436 2004-10-18  David Edmondson  <dme@dme.org>
16437
16438         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16439         excessively.
16440
16441 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16442
16443         * gnus-util.el (gnus-split-references): Accept a nil references
16444         string and go on blissfully.
16445
16446         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16447         cases where the references string is non-nil but has no references.
16448
16449         * encrypt.el: Add autoload tags.
16450
16451         * spam.el (spam-resolve-registrations-routine): Remove article
16452         from unregistration list too.  Reported by David Hanak
16453         <dhanak@isis.vanderbilt.edu>
16454
16455 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16456
16457         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16458         nil.  Change custom type.
16459
16460 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16461
16462         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16463
16464         * gnus-sum.el (gnus-summary-move-article): Use it.
16465
16466 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16467
16468         * encrypt.el: Add autoload cookies.
16469
16470         * spam.el (spam-backend-article-list-property)
16471         (spam-backend-get-article-todo-list)
16472         (spam-backend-put-article-todo-list)
16473         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16474         Resolve registrations separately.
16475         (spam-register-routine): Format comments.
16476         (spam-unregister-routine, spam-register-routine): Always call with
16477         specific-articles, no default list.
16478         (spam-summary-prepare-exit): Use the spam-classifications function.
16479
16480         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16481         gnus-encrypt.el.
16482
16483         * encrypt.el: Copied from gnus-encrypt.el.
16484
16485         * gnus-encrypt.el: Commented that it's obsolete.
16486
16487 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16488
16489         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16490         (gnus-score-save): Use it.
16491
16492         * message.el (message-bury): Use `window-dedicated-p'.
16493
16494 2004-10-15  Simon Josefsson  <jas@extundo.com>
16495
16496         * pop3.el (top-level): Don't require nnheader.
16497         (pop3-read-timeout): Add.
16498         (pop3-accept-process-output): Add.
16499         (pop3-read-response, pop3-retr): Use it.
16500
16501 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16502
16503         * spam.el (spam-register-routine): Move comment.
16504         (spam-verify-bogofilter): Use 'unknown for the initial
16505         spam-bogofilter-valid state, not 'never.
16506
16507         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16508         for netrc-machine.
16509
16510         * nnimap.el (nnimap-open-connection):
16511         Use netrc-machine-user-or-password.
16512
16513 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16514
16515         * gnus-registry.el (gnus-registry-unload-hook):
16516         Set as a variable with add-hook.
16517
16518         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16519         of news-path.
16520
16521         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16522
16523         * spam.el: Delete duplicate `provide'.
16524         (spam-unload-hook): Set as a variable with add-hook.
16525
16526 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16527
16528         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16529         in the doc string.
16530
16531         * message.el (message-ignored-news-headers)
16532         (message-ignored-supersedes-headers)
16533         (message-ignored-resent-headers)
16534         (message-forward-ignored-headers): Improve custom type.
16535
16536 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16537
16538         * message.el (message-tokenize-header): Fix 2004-09-06 change
16539         which used point-min in the wrong place.
16540
16541 2004-10-12  Simon Josefsson  <jas@extundo.com>
16542
16543         * tls.el (tls-certtool-program): New variable.
16544         (tls-certificate-information): New function, based on
16545         ssl-certificate-information.
16546
16547 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16548
16549         * compface.el: Move the version of ELisp-based uncompface program
16550         to the contrib directory because of the copyright problem.
16551
16552 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16553
16554         * message.el (message-kill-buffer): Raise the current frame.
16555
16556 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16557
16558         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16559
16560         * gnus.el (message-y-or-n-p): Autoload.
16561
16562         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16563         (pop3-password-required, pop3-authentication-scheme)
16564         (pop3-leave-mail-on-server): Make customizable.
16565         (pop3): New custom group.
16566         (pop3-retr): Remove `sleep-for' statements.
16567         Suggested by Dave Love <fx@gnu.org>.
16568
16569         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16570         Windows/DOS.
16571
16572         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16573         (imap-parse-body): Fix incorrect use of `assert'.
16574         Suggested by Dave Love <fx@gnu.org>.
16575
16576         * mml.el (mml-minibuffer-read-disposition): Require match.
16577         Suggested by Dave Love <fx@gnu.org>.
16578
16579 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16580
16581         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16582         doc string.
16583
16584 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16585
16586         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16587
16588 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16589
16590         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16591         instead of calling `mm-insert-inline', to decode text/* parts
16592         before displaying them.
16593
16594 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16595
16596         * mm-uu.el (mm-uu-text-plain-type): New variable.
16597         (mm-uu-pgp-signed-extract-1): Use it.
16598         (mm-uu-pgp-encrypted-extract-1): Use it.
16599         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16600         bind mm-uu-text-plain-type with that value.
16601         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16602         mm-uu-dissect.
16603
16604 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16605
16606         * gnus-group.el (gnus-update-group-mark-positions):
16607         * gnus-sum.el (gnus-update-summary-mark-positions):
16608         * message.el (message-check-news-body-syntax):
16609         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16610         of string-as-multibyte.
16611
16612 2004-10-05  Juri Linkov  <juri@jurta.org>
16613
16614         * gnus-group.el (gnus-update-group-mark-positions):
16615         * gnus-sum.el (gnus-update-summary-mark-positions):
16616         * message.el (message-check-news-body-syntax):
16617         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16618         8-bit unibyte values to a multibyte string for search functions.
16619
16620 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16621
16622         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16623         (mm-uu-dissect-text-parts): New function.
16624
16625         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16626         dissect text parts.
16627
16628         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16629         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16630
16631         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16632
16633         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16634         Use gnus-current-topics instead of gnus-current-topic.
16635
16636 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16637
16638         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16639
16640 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16641
16642         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16643         where approriate.
16644
16645         * nnml.el (nnml-generate-active-info): do.
16646
16647         * nndiary.el (nndiary-generate-active-info): do.
16648
16649         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16650         (gnus-topic-move): do.
16651
16652         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16653         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16654
16655         * gnus-srvr.el (gnus-server-prepare)
16656         (gnus-server-open-all-servers): do.
16657
16658         * gnus-msg.el (gnus-summary-cancel-article)
16659         (gnus-summary-resend-message)
16660         (gnus-summary-mail-crosspost-complaint): do.
16661
16662         * gnus-move.el (gnus-change-server): do.
16663
16664         * gnus-group.el (gnus-group-unmark-all-groups)
16665         (gnus-group-set-current-level): do.
16666
16667 2004-10-04  Simon Josefsson  <jas@extundo.com>
16668
16669         * message.el (message-generate-hashcash): Doc fix.
16670
16671 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16672
16673         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16674         avoid infinite recursion via gnus-get-function.
16675
16676 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16677
16678         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16679
16680         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16681
16682         * nnmail.el (nnmail-split-history): do.
16683
16684         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16685         (nnml-request-delete-group): do.
16686
16687         * nnslashdot.el (nnslashdot-read-groups): do.
16688
16689         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16690         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16691
16692         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16693         (nnspool-sift-nov-with-sed): Use last.
16694         (nnspool-retrieve-headers-with-nov): Use mapc.
16695         (nnspool-request-newgroups): Use dolist.
16696         (nnspool-request-group): Use last.
16697
16698         * nntp.el (nntp-read-server-type): Use dolist.
16699
16700         * nnvirtual.el (nnvirtual-create-mapping)
16701         (nnvirtual-update-read-and-marked): Use dolist.
16702         (nnvirtual-convert-headers): Simplify.
16703
16704 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16705
16706         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16707         Add support for sync'ing tick marks.
16708
16709 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16710
16711         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16712         there's no visible header.
16713
16714 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16715
16716         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16717         When necessary, pass full group name to gnus-request-set-marks.
16718
16719 2004-10-01  Simon Josefsson  <jas@extundo.com>
16720
16721         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16722         acroread.
16723
16724 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16725
16726         * spam-report.el (spam-report-gmane): Fix interactive.
16727
16728         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16729
16730         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16731         when writing file.
16732         (gnus-agent-synchronize-flags): Don't default to being
16733         interactive.
16734
16735 2004-09-30  Simon Josefsson  <jas@extundo.com>
16736
16737         * message.el (message-generate-hashcash): Add.
16738         (message-send-mail): Use it, call mail-add-payment.
16739
16740 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16741
16742         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16743
16744 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16745
16746         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16747         gnus-requst-update-info with explicit code to sync the in-memory
16748         info read flags with the marks being sync'd to the backend.
16749
16750         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16751
16752 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16753
16754         * spam.el (spam-verify-bogofilter): Add new function.
16755         (spam-check-bogofilter)
16756         (spam-bogofilter-register-with-bogofilter): Use it.
16757         (spam-verify-bogofilter): Add small fixes.
16758
16759 2004-09-28  Simon Josefsson  <jas@extundo.com>
16760
16761         * hashcash.el (hashcash-generate-payment): Revert.
16762
16763 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16764
16765         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16766         Use gnus-extract-references instead of gnus-split-references.
16767
16768         * gnus-util.el (gnus-extract-references): Add new function, analogous
16769         to gnus-split-references but extracts only the message-ID without
16770         anything extra.
16771
16772         * hashcash.el (hashcash-generate-payment)
16773         (hashcash-check-payment): Do the right thing if hashcash-path is
16774         nil (because the hashcash program could not be found).
16775
16776         * spam.el (spam-use-hashcash): Remove comment.
16777
16778 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16779
16780         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16781         (gnus-cache-enter-article, gnus-cache-remove-article)
16782         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16783
16784         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16785
16786         * gnus-art.el (article-hide-boring-headers)
16787         (article-translate-strings, article-display-face)
16788         (gnus-article-mime-match-handle-first)
16789         (gnus-article-highlight-headers)
16790         (gnus-article-add-buttons-to-head): do.
16791
16792 2004-09-27  Simon Josefsson  <jas@extundo.com>
16793
16794         * hashcash.el: New version, from
16795         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16796         ../contrib/.
16797
16798 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16799
16800         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16801
16802 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16803
16804         * gnus-dup.el (gnus-dup-open): Use mapc.
16805         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16806
16807         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16808         Reported by Stefan Wiens <s.wi@gmx.net>.
16809
16810         * gnus.el (gnus-shutdown): Use dolist.
16811
16812         * gnus-undo.el (gnus-undo): Use mapc.
16813
16814         * nnrss.el (nnrss-generate-active): do.
16815
16816         * message.el (message-cite-original-without-signature)
16817         (message-cite-original): Use mapc.
16818         (message-do-actions, message-make-forward-subject): Use dolist.
16819
16820 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16821
16822         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16823         deletion to remove entire duplicate line.  Fixes merged article
16824         number bug.
16825
16826 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16827
16828         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16829         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16830         first ask if you want to open a server and then, even when you
16831         responded with no, asking if you want to synchronize the server's
16832         flags.
16833         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16834         multi-line expressions.
16835         (gnus-agent-synchronize-group-flags): New internal function.
16836         Updates marks in memory (in the info structure) AND in the
16837         backend.
16838
16839         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16840
16841         * nnagent.el (nnagent-request-set-mark):
16842         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16843         method, to ensure that synchronization updates marks in the
16844         backend and in the info (in memory) structure.
16845
16846 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16847
16848         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16849         convention fully; don't miss the root article of a thread; make
16850         the X-Draft-From header with correct article numbers.
16851
16852 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16853
16854         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16855         unless plugged.  Disable the agent so that an open failure causes
16856         an error.
16857
16858         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16859         Revert 2004-09-21 change.  The backend must be opened while
16860         synchronizing flags even when the backend stores the flags
16861         locally.
16862
16863 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16864
16865         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16866         in `header' match.  Reported by Svend Tollak Munkejord.
16867
16868         * message.el (message-cite-original): Fix use of
16869         `message-cite-articles-with-x-no-archive'.
16870
16871 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16872
16873         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16874         (gnus-window-to-buffer): Ditto.
16875
16876         * mml.el (mml-preview-buffer): New variable.
16877         (mml-preview): Manage window layout with gnus-buffer-configuration.
16878
16879         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16880         X-Draft-From header even if those articles aren't quoted.
16881
16882 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16883
16884         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16885         (gnus-request-set-mark, gnus-request-update-mark): Use new
16886         g-s-t-u-l-m to decide to use backend even when unplugged.
16887
16888 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16889
16890         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16891         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16892
16893 2004-09-20  Simon Josefsson  <jas@extundo.com>
16894
16895         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16896         "utf-16-le".
16897
16898 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16899
16900         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16901
16902 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16903
16904         * uudecode.el (uudecode-use-external): Add :version.
16905
16906         * smime.el (smime-CA-file, smime-encrypt-cipher)
16907         (smime-dns-server): Add :version.
16908
16909         * smiley.el (gnus-smiley-file-types): Add :version.
16910
16911         * sha1.el (sha1-use-external): Add :version.
16912
16913         * pgg-def.el (pgg-query-keyserver): Add :version.
16914
16915         * nnmail.el (nnmail-fancy-expiry-targets)
16916         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16917         Add :version.
16918
16919         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16920         (nnimap-retrieve-groups-asynchronous): Add :version.
16921         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16922
16923         * mml.el (mml-content-disposition-parameters)
16924         (mml-insert-mime-headers-always): Add :version.
16925
16926         * mm-util.el (mm-coding-system-priorities): Add :version.
16927
16928         * mm-decode.el (mm-inline-text-html-with-images)
16929         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16930         (mm-verify-option): Add :version.
16931         (mm-text-html-renderer): Change :version.
16932
16933         * message.el (message-fcc-externalize-attachments)
16934         (message-required-headers, message-draft-headers)
16935         (message-subject-trailing-was-query)
16936         (message-subject-trailing-was-ask-regexp)
16937         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16938         (message-mark-insert-end, message-archive-header)
16939         (message-archive-note, message-cross-post-default)
16940         (message-cross-post-note, message-followup-to-note)
16941         (message-cross-post-note-function, message-use-mail-followup-to)
16942         (message-subscribed-address-functions)
16943         (message-subscribed-address-file, message-subscribed-addresses)
16944         (message-subscribed-regexps, message-allow-no-recipients)
16945         (message-yank-cited-prefix, message-signature-insert-empty-line)
16946         (message-hidden-headers, message-hierarchical-addresses)
16947         (message-mail-user-agent, message-use-idna)
16948         (message-valid-fqdn-regexp)
16949         (message-strip-special-text-properties, message-header-synonyms)
16950         (message-beginning-of-line, message-tab-body-function): Add :version.
16951         (message-insert-canlock, message-wide-reply-confirm-recipients):
16952         Change :version.
16953
16954         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16955         and :version.
16956         (mail-source-delete-old-incoming-confirm)
16957         (mail-source-movemail-program): Add :version.
16958
16959         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16960         (gnus-agent-cache, gnus-agent): Change :version.
16961
16962         * gnus-util.el (gnus-use-byte-compile): Change :version.
16963
16964         * gnus-sum.el (gnus-summary-make-false-root-always)
16965         (gnus-summary-default-high-score)
16966         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16967         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16968         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16969         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16970         (gnus-sum-thread-tree-single-indent)
16971         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16972         (gnus-sum-thread-tree-leaf-with-other)
16973         (gnus-sum-thread-tree-single-leaf): Add :version.
16974         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16975         (gnus-article-loose-mime): Change :version.
16976
16977         * gnus-start.el (gnus-backup-startup-file)
16978         (gnus-save-startup-file-via-temp-buffer): Add :version.
16979
16980         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16981         (gnus-server-offline-face): Add :version.
16982
16983         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16984
16985         * gnus-msg.el (gnus-gcc-externalize-attachments)
16986         (gnus-debug-files, gnus-debug-exclude-variables)
16987         (gnus-discouraged-post-methods): Change :version.
16988         (gnus-confirm-mail-reply-to-news)
16989         (gnus-confirm-treat-mail-like-news): Add :version.
16990
16991         * gnus-int.el (gnus-server-unopen-status): Add :version.
16992
16993         * gnus-group.el (gnus-group-jump-to-group-prompt)
16994         (gnus-large-ephemeral-newsgroup)
16995         (gnus-fetch-old-ephemeral-headers): Add :version.
16996
16997         * gnus-fun.el (gnus-x-face-directory)
16998         (gnus-convert-pbm-to-x-face-command)
16999         (gnus-convert-image-to-x-face-command)
17000         (gnus-convert-image-to-face-command): Add :version.
17001
17002         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17003
17004         * gnus-cite.el (gnus-cite-blank-line-after-header)
17005         (gnus-article-boring-faces): Add :version.
17006
17007         * gnus-art.el (gnus-buttonized-mime-types)
17008         (gnus-inhibit-mime-unbuttonizing)
17009         (gnus-treat-display-face)
17010         (gnus-treat-body-boundary): Change :version.
17011         (gnus-body-boundary-delimiter, gnus-picon-databases)
17012         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17013         (gnus-treat-date-english, gnus-treat-fold-headers)
17014         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17015         (gnus-treat-mail-picon, gnus-treat-wash-html)
17016         (gnus-article-encrypt-protocol)
17017         (gnus-use-idna, gnus-article-over-scroll)
17018         (gnus-mime-display-multipart-alternative-as-mixed)
17019         (gnus-mime-display-multipart-related-as-mixed)
17020         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17021         (gnus-ctan-url, gnus-button-ctan-handler)
17022         (gnus-button-handle-ctan-bogus-regexp)
17023         (gnus-button-ctan-directory-regexp)
17024         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17025         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17026         (gnus-button-man-level, gnus-button-emacs-level)
17027         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17028
17029         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17030         (gnus-agent-go-online): Change :version.
17031         (gnus-agent-expire-unagentized-dirs)
17032         (gnus-agent-auto-agentize-methods): Add :version.
17033
17034         * flow-fill.el (fill-flowed-display-column)
17035         (fill-flowed-encode-column): Add :version.
17036
17037         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17038         (gnus-outlook-deuglify-unwrap-max)
17039         (gnus-outlook-deuglify-cite-marks)
17040         (gnus-outlook-deuglify-unwrap-stop-chars)
17041         (gnus-outlook-deuglify-no-wrap-chars)
17042         (gnus-outlook-deuglify-attrib-cut-regexp)
17043         (gnus-outlook-deuglify-attrib-verb-regexp)
17044         (gnus-outlook-deuglify-attrib-end-regexp)
17045         (gnus-outlook-display-hook): Add :version.
17046
17047         * binhex.el (binhex-use-external): Add :version.
17048
17049 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17050
17051         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17052         and `invisible'.
17053
17054 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17055
17056         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17057         in gnus-registry-trim.
17058
17059 2004-09-13  Simon Josefsson  <jas@extundo.com>
17060
17061         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17062
17063         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17064
17065         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17066         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17067         <yamaoka@jpl.org>.
17068         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17069         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17070         <yamaoka@jpl.org>.
17071
17072         * sieve.el (sieve-manage-mode): Ditto.
17073
17074 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17075
17076         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17077
17078 2004-09-11  Simon Josefsson  <jas@extundo.com>
17079
17080         * dns-mode.el: Add.
17081
17082         * mm-view.el (mm-display-dns-inline): Add.
17083
17084         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17085         (mm-automatic-display): Ditto.
17086
17087         * mailcap.el (mailcap-mime-data): Add text/dns.
17088         (mailcap-mime-extensions): Map .soa to text/dns.
17089
17090 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17091
17092         * gnus-art.el (article-decode-mime-words, article-babel)
17093         (gnus-article-highlight-signature, gnus-article-add-buttons)
17094         (gnus-signature-toggle): Remove unnecessary bindings of
17095         `inhibit-read-only' inherited from v5.10 merge.
17096
17097 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17098
17099         * nntp.el (nntp): New customization group.
17100         (nntp-authinfo-file): Add customization group.
17101
17102         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17103
17104         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17105
17106         * gnus.el (to-address, to-list, subscribed)
17107         (large-newsgroup-initial): Ditto.
17108
17109         * flow-fill.el (fill-flowed-display-column)
17110         (fill-flowed-encode-column): Ditto.
17111
17112 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17113
17114         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17115         Use point-min rather than 1.
17116         (message-send-mail): Use buffer-size rather than point-max.
17117
17118         * gnus-sum.el (gnus-summary-search-article-forward):
17119         Signal a specific `search-failed' rather than a generic `error'.
17120
17121         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17122         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17123         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17124
17125 2004-09-10  Simon Josefsson  <jas@extundo.com>
17126
17127         * nndb.el (require): Remove tcp and duplicate cl.
17128
17129 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17130
17131         * gnus-agent.el (directory-files-and-attributes): Move forward.
17132
17133 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17134
17135         * gnus-agent.el (directory-files-and-attributes):
17136         Optionally defined to support XEmacs.
17137
17138 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17139
17140         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17141         to avoid run-time CL dependencies.
17142         (gnus-agent-unfetch-articles): New function.
17143         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17144         article numbers even when local .overview file is missing.
17145         (gnus-agent-read-article-number): New function.  Only accepts
17146         27-bit article numbers.
17147         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17148         Use gnus-agent-read-article-number.
17149         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17150         from backend while recognizing that article numbers in .overview
17151         must be valid.
17152         (gnus-agent-update-files-total-fetched-for):
17153         Use directory-files-and-attributes to improve performance.
17154         * gnus-int.el (gnus-request-move-article):
17155         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17156         improve performance.
17157
17158         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17159         some users confused by references to .newsrc when they only have a
17160         .newsrc.eld file.
17161         (gnus-convert-mark-converter-prompt)
17162         (gnus-convert-converter-needs-prompt): Fix use of property list.
17163         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17164         New function.  Used internally to only display 'gnus converting
17165         files' message when actually necessary.
17166
17167         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17168         methods now autoloaded.
17169
17170 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17171
17172         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17173         identifiers.
17174
17175 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17176
17177         * gnus-picon.el: Fix indentation and closing parenthesis.
17178
17179 2004-09-01  Simon Josefsson  <jas@extundo.com>
17180
17181         * message.el (message-canlock-generate): Require sha1, not
17182         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17183         to require within a function.  Sadly, if sha1.el isn't loaded, the
17184         let binding in m-c-g will hide the defcustom definition, which is
17185         bad.)
17186
17187         * canlock.el: Require sha1, not sha1-el.
17188
17189         * message.el: Don't autoload sha1 (there is a autoload cookie in
17190         sha1.el).
17191
17192         * sha1-el.el: Rename to sha1.el.
17193
17194 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17195
17196         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17197
17198 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17199
17200         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17201
17202 2004-08-30  Kim F. Storm  <storm@cua.dk>
17203
17204         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17205
17206         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17207         Add :group 'nnimap.
17208
17209 2004-08-30  Andreas Schwab  <schwab@suse.de>
17210
17211         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17212         ?* and ?\;.
17213
17214         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17215         and ?\' to symbol instead of whitespace.
17216
17217 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17218
17219         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17220
17221         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17222         instead of re-search-forward.
17223
17224         * gnus-uu.el (gnus-uu-save-article): Ditto.
17225         (gnus-uu-post-encode-uuencode): Ditto.
17226
17227         * html2text.el (html2text-clean-list-items): Ditto.
17228         (html2text-clean-dtdd): Ditto.
17229         (html2text-format-tags): Ditto.
17230
17231         * message.el (message-send-mail-with-sendmail): Fix regexp.
17232         (message-fill-field-general): Use search-forward instead of
17233         re-search-forward.
17234         (unbold-region): Ditto.
17235
17236         * nnrss.el (nnrss-request-article): Ditto.
17237
17238         * nnslashdot.el (nnslashdot-request-article): Ditto.
17239
17240         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17241
17242         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17243         "Unrecognized menu descriptor" error in XEmacs.
17244
17245 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17246
17247         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17248         parent article of a sparse article in the thread hashtb.
17249
17250 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17251
17252         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17253         (nnmail-expand-newtext): Lowercase expanded entries if
17254         nnmail-split-lowercase-expanded is non-nil.
17255
17256 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17257
17258         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17259
17260         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17261         of gnus-tmp-news-method into string under XEmacs.  It will be
17262         passed to gnus-correct-length which takes only a string argument.
17263
17264 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17265
17266         * gnus-util.el (gnus-bind-print-variables): New macro.
17267         (gnus-prin1): Use it.
17268         (gnus-prin1-to-string): Use it.
17269         (gnus-pp): New function.
17270         (gnus-pp-to-string): New function.
17271
17272         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17273         Replace pp-to-string with gnus-pp-to-string.
17274         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17275         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17276         * gnus-msg.el (gnus-debug): Ditto.
17277         * gnus-score.el (gnus-score-save): Ditto.
17278         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17279         gnus-pp-to-string.
17280         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17281         with gnus-pp.
17282         * score-mode.el (gnus-score-pretty-print): Ditto.
17283         * webmail.el (webmail-debug): Ditto.
17284
17285 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17286
17287         * gnus-art.el (article-display-face, article-display-x-face):
17288         Use buffer-read-only.
17289
17290 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17291
17292         * gnus-art.el (article-hide-list-identifiers):
17293         Bind inhibit-read-only as t.
17294
17295 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17296
17297         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17298
17299 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17300
17301         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17302         (gnus-narrow-to-page): Don't assume point-min == 1.
17303         (gnus-article-edit-mode): Derive from message-mode.
17304
17305         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17306         point-min == 1.
17307
17308         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17309         Disable incorrect use of `assert'.
17310
17311         * message.el (message-mode): Set comment-start-skip.
17312
17313
17314 2004-08-22  Sam Steingold  <sds@gnu.org>
17315
17316         * pop3.el (pop3-leave-mail-on-server): New user variable.
17317         (pop3-movemail): Delete mail only when it is nil.
17318
17319 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17320
17321         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17322
17323         * mml.el (mml-preview): Use `pop-to-buffer'.
17324
17325         * message.el (message-goto-mail-followup-to): Insert after "To".
17326         (message-carefully-insert-headers): Add comment.
17327
17328         * gnus.el: Remove unused variable `gnus-article-check-size'.
17329
17330         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17331
17332         * gnus-art.el (gnus-button-alist):
17333         Improve `gnus-button-handle-library' entry.
17334
17335 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17336
17337         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17338         Use downcase, since XEmacs capitalizes error messages differently.
17339
17340 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17341
17342         * nntp.el: Add (require 'gnus) due to reference to
17343         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17344
17345 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17346
17347         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17348         Bind `mm-fill-flowed'.
17349
17350         * mm-decode.el (mm-dissect-singlepart): Check it.
17351
17352 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17353
17354         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17355         'imap' for netrc parsing.
17356
17357 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17358
17359         * mailcap.el (mailcap-mime-data): Mark as risky.
17360
17361 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17362
17363         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17364         may be included in the encoded word.
17365         (rfc2047-encode): Don't append a space if the encoded word
17366         includes close parenthesis.
17367
17368 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17369
17370         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17371         of text within parentheses.
17372
17373 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17374
17375         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17376         (gnus-encrypt-write-file-contents): Make the password key the file
17377         name PLUS the cipher, not just the cipher.  Also remove failed
17378         passwords from the cache.
17379
17380 2004-08-06  Simon Josefsson  <jas@extundo.com>
17381
17382         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17383         Doc fix.
17384
17385 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17386
17387         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17388         LWSP.
17389
17390 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17391
17392         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17393         Try to append in-reply-to: data to the references: header.
17394
17395         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17396         (netrc-parse): Use gnus-encrypt.el functions.
17397
17398         * gnus-encrypt.el: Add new file for encryption support; currently
17399         does only a few GPG ciphers and an internal XOR cipher.
17400
17401         * password.el: Add comments on using password-read-and-add.
17402         (password-read-and-add): Add function to read and add the
17403         password to the cache at once.
17404
17405 2004-07-28  Simon Josefsson  <jas@extundo.com>
17406
17407         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17408         parameter (but don't use it, for now).
17409
17410         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17411         instead of hard coding to nil.
17412
17413 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17414
17415         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17416         as mm-inline-image-xemacs does.
17417
17418 2004-07-26  Simon Josefsson  <jas@extundo.com>
17419
17420         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17421         Revert part of 2004-07-17 change below.
17422
17423 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17424
17425         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17426         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17427
17428 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17429
17430         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17431         quotes that actually start with ">" at the beginning of the
17432         lines.
17433
17434 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17435
17436         * rfc2047.el (rfc2047-encode-region): Fix last change.
17437         (rfc2047-encode-parameter): Remove useless concat.
17438
17439 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17440
17441         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17442         encode special characters; fix some kind of misconfigured headers;
17443         signal a real error if debug-on-quit or debug-on-error is non-nil.
17444         (rfc2047-encode-max-chars): New variable.
17445         (rfc2047-encode-1): Use it.
17446         (rfc2047-encode-parameter): New function.
17447
17448         * mml.el (mml-insert-parameter): Remove an excessive space.
17449
17450 2004-07-17  Simon Josefsson  <jas@extundo.com>
17451
17452         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17453         Kai Grossjohann <kai@emptydomain.de>.
17454         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17455         (gnus-group-make-menu-bar): Ditto.
17456
17457         * gnus-util.el (gnus-group-server): Add.
17458
17459 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17460
17461         * message.el (message-clone-locals): Clone sendmail and smtp
17462         variables.
17463
17464 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17465
17466         * rfc2047.el (rfc2047-encode-region): Fix last change.
17467
17468 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17469
17470         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17471         characters as non-special.
17472
17473 2004-07-09  Simon Josefsson  <jas@extundo.com>
17474
17475         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17476         Users will lose all flag changes made while unplugged with
17477         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17478         good default.  See numerous reports on ding mailing list.
17479
17480 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17481
17482         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17483         add generate-head-function and generate-article-function to the
17484         rfc822-forward entry.
17485         (nndoc-rfc822-forward-generate-article): New function.
17486         (nndoc-rfc822-forward-generate-head): New function.
17487
17488         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17489
17490 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17491
17492         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17493         respect display group parameter and gnus-summary-expunge-below.
17494         (gnus-articles-to-read): Remove unused reference to display group
17495         parameter.
17496
17497 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17498
17499         * nnheader.el (nnheader-uniquify-message-id): New experimental
17500         variable.
17501         (nnheader-nov-read-message-id): Use it.
17502
17503         * spam-report.el (spam-report-gmane): Add interactive.
17504
17505 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17506
17507         * mm-encode.el (mm-content-transfer-encoding-defaults):
17508         Use qp-or-base64 for the application/* types.
17509
17510 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17511
17512         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17513
17514 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17515
17516         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17517         trim value.
17518
17519 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17520
17521         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17522         New macro and function.
17523         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17524
17525 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17526
17527         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17528         after-load-alist.
17529
17530 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17531
17532         * gnus-group.el (gnus-group-get-new-news-this-group):
17533         Don't update info that isn't there.
17534
17535 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17536
17537         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17538         entry.
17539
17540 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17541
17542         * mm-view.el (mm-inline-render-with-function): Use multibyte
17543         buffer; decode html source by charset.
17544
17545         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17546
17547         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17548         Mule-UCS is loaded under XEmacs.
17549         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17550
17551 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17552
17553         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17554
17555 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17556
17557         * mm-util.el (mm-coding-system-p): Return a coding-system.
17558         (mm-mime-mule-charset-alist): Use shift_jis instead of
17559         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17560         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17561         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17562         instead of japanese-shift-jis and iso-latin-1 respectively in
17563         order to share the default value with both Emacs and XEmacs-mule.
17564         (mm-mule-charset-to-mime-charset):
17565         Make mm-coding-system-priorities effective.
17566         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17567         while predicating of candidates upon the priorities.
17568
17569 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17570
17571         * gnus-sum.el (gnus-summary-make-menu-bar):
17572         Add gnus-uu-invert-processable.
17573
17574         * gnus.el: Autoload gnus-uu-invert-processable.
17575
17576 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17577
17578         * mm-util.el (mm-with-multibyte-buffer): New macro.
17579
17580         * rfc2047.el (rfc2047-encode-string): Use it.
17581         (rfc2047-encode-region): Move point to the end of the region after
17582         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17583
17584 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17585
17586         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17587         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17588
17589 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17590
17591         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17592         (gnus-cite-parse): Ignore quoted envelope From_.
17593         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17594
17595 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17596
17597         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17598         invalid addresses.
17599
17600 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17601
17602         * spam.el: Change section markers, revise TODO list.
17603         (spam-backends): Make new master list of all installed backends.
17604         (spam-summary-exit-behavior): Add new variable to determine how
17605         messages moves are done at summary exit.
17606         (spam-move-spam-nonspam-groups-only)
17607         (spam-process-ham-in-nonham-groups)
17608         (spam-process-ham-in-spam-groups): Remove variables, the
17609         spam-summary-exit-behavior variable should be used to manage this
17610         behavior.
17611         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17612         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17613         and spam-old-spam-articles.
17614         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17615         Add empty variables, placeholders for the backends they represent.
17616         (spam-set-difference): Move, unchanged.
17617         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17618         unless the user has a processor variable.
17619         (spam-classifications, spam-classification-valid-p)
17620         (spam-backend-properties, spam-backend-property-valid-p)
17621         (spam-backend-function-type-valid-p)
17622         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17623         (spam-report-articles-gmane, spam-report-articles-resend):
17624         Remove functions, they are not needed.
17625         (spam-install-backend-super, spam-backend-list)
17626         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17627         (spam-backend-function, spam-backend-ham-registration-function)
17628         (spam-backend-spam-registration-function)
17629         (spam-backend-ham-unregistration-function)
17630         (spam-backend-spam-unregistration-function)
17631         (spam-backend-statistical-p, spam-backend-mover-p)
17632         (spam-install-backend-alias, spam-install-checkonly-backend)
17633         (spam-install-mover-backend, spam-install-nocheck-backend)
17634         (spam-install-backend, spam-install-statistical-backend)
17635         (spam-install-statistical-checkonly-backend): Add backend installation
17636         support.
17637         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17638         (spam-group-processor-p): Use the new backend code and respect the
17639         summary exit behavior.
17640         (spam-mark-spam-as-expired-and-move-routine): Remove.
17641         (spam-summary-prepare): Change to use the new spam-old-articles
17642         variable.
17643         (spam-copy-or-move-routine, spam-copy-spam-routine)
17644         (spam-move-spam-routine, spam-copy-ham-routine)
17645         (spam-move-ham-routine): Add code to copy/move ham or spam.
17646         (spam-fetch-field-fast): Improve doc and code, plus allow the
17647         'number request.
17648         (spam-list-of-checks, spam-list-of-statistical-checks):
17649         Remove variables.
17650         (spam-split, spam-find-spam): Use the new backend code.
17651         (spam-registration-functions): Remove variable.
17652         (spam-unregister-routine): Add convenience wrapper.
17653         (spam-log-undo-registration, spam-register-routine)
17654         (spam-log-processing-to-registry)
17655         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17656         where possible.
17657         (spam-check-gmane-xref, spam-check-regex-headers)
17658         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17659         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17660         (spam-check-bogofilter-headers, spam-check-spamoracle)
17661         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17662         (spam-check-crm114-headers): Use the spam-split-group that
17663         spam-split prepares, no need to determine it every time.
17664
17665         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17666         to the nnheader-parse-naked-head call.
17667
17668         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17669
17670         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17671         the nnheader-nov-read-message-id call.
17672
17673 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17674
17675         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17676         gnus-activate-group twice.  Suggested by Markus Peter
17677         <warp@spin.de>.
17678
17679 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17680
17681         * gnus-art.el (gnus-article-time-format): Exchange the order of
17682         day and month in the default value; fix customization type.
17683         (article-date-ut): Use add-text-properties.
17684         (article-make-date-line): Use message-make-date instead of
17685         current-time-string.
17686
17687         * message.el (message-fetch-field): Don't use set-text-properties.
17688         (message-make-date): Simplify.
17689
17690         * messagexmas.el (message-xmas-make-date): New function.
17691         (message-xmas-redefine): Defalias message-make-date to it.
17692
17693 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17694
17695         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17696         (rfc2047-encode-region): Treat text within parentheses as special;
17697         show the original text when error has occurred.
17698
17699         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17700         already-computed method to gnus-activate-group.
17701
17702         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17703         same select-methods identical Lisp objects.
17704
17705         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17706         object when modifying the info.
17707
17708 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17709
17710         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17711         gnus-opened-servers since it has never been opened with the new
17712         configuration yet.
17713
17714 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17715
17716         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17717         arg to nnheader-generate-fake-message-id.
17718
17719 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17720
17721         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17722         number and build a fake message ID localized to a group and
17723         article number (so it's repeatable from that point on).
17724         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17725         ID format.
17726
17727         * gnus-sum.el (gnus-get-newsgroup-headers):
17728         Call nnheader-generate-fake-message-id with the article number.
17729
17730 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17731
17732         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17733         end-of-buffer.
17734
17735 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17736
17737         * message.el (message-ignored-supersedes-headers): Add Approved.
17738
17739 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17740
17741         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17742         goto-char.
17743         (rfc2047-encode): Fold the line before encoding.
17744
17745 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17746
17747         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17748         folding -- not all headers can be folded, and this should be done
17749         by the message composition mode.  Probably.  I think.
17750
17751 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17752
17753         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17754         fast.
17755
17756         * gnus-ems.el (gnus-remove-image): Don't use
17757         message-text-with-property; remove only the image found first.
17758
17759         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17760         found first.
17761
17762 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17763
17764         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17765
17766 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17767
17768         * message.el (message-text-with-property): Make it fast and accept
17769         optional arguments.
17770         (message-strip-forbidden-properties): Use it.
17771         (message-fix-before-sending): Follow the m-t-w-p change.
17772
17773         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17774
17775 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17776
17777         * gnus-art.el (article-hide-headers): Don't change the buffer
17778         mistakenly when performing mml-preview even if
17779         gnus-single-article-buffer is nil.
17780
17781 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17782
17783         * message.el (message-expand-name-databases): New user option.
17784         (message-expand-name): Use it.
17785
17786 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17787
17788         * spam.el (spam-report-articles-resend)
17789         (spam-report-resend-register-routine): Allow ham reporting.
17790         (spam-report-resend-register-ham-routine): Add wrapper.
17791         (spam-registration-functions): Add ham resending functions.
17792         (spam-list-of-processors): Add ham resend processor.
17793
17794         * gnus.el (ham-resend-to): Add new group parameter.
17795         (spam-process): Add ham resend option.
17796
17797         * spam-report.el (spam-report-resend): Allow reporting ham.
17798         (spam-report-resend-ham): Add wrapper.
17799
17800 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17801
17802         * message.el (message-cite-articles-with-x-no-archive):
17803         New variable.
17804         (message-cite-original): Use it.
17805
17806 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17807
17808         * message.el (message-cite-original): Respect X-No-Archive.
17809
17810 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17811
17812         * gnus-art.el (article-hide-headers): Refer to the values for
17813         gnus-ignored-headers and gnus-visible-headers in the summary
17814         buffer since a user may have set them as group parameters.
17815
17816 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17817
17818         * assistant.el (assistant-node-name): Add convenience function.
17819         (assistant-render-text, assistant-render-node): Add error handling,
17820         plus handle multiple next nodes.
17821         (assistant-find-next-node): Comment out for now.
17822         (assistant-find-next-nodes): Add function, returns list of next
17823         nodes.
17824
17825 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17826
17827         * mail-source.el (mail-source-directory): Fix doc-string.
17828
17829 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17830
17831         * assistant.el (assistant-render-text, assistant-eval): Add :set
17832         widget type, which is different because it takes and returns a
17833         list.  Much hilarity ensues.
17834
17835 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17836
17837         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17838
17839         * gnus-group.el (gnus-group-get-new-news-this-group):
17840         Add doc-string.
17841
17842         * gnus-start.el (gnus-activate-group): Add doc-string.
17843
17844 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17845
17846         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17847
17848 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17849
17850         * assistant.el (assistant-render-text): Try to add a :set
17851         widget, more to come.
17852
17853         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17854         strings.
17855         (spam-report-articles-resend)
17856         (spam-register-routine): Do registration iff any articles warrant
17857         it.
17858         (spam-summary-prepare-exit): Change log message for nil group
17859         destinations.
17860
17861 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17862
17863         * spam.el (spam-report-resend-register-routine):
17864         Allow spam-report-resend-to to be a group parameter or a global value.
17865
17866 2004-05-26  Simon Josefsson  <jas@extundo.com>
17867
17868         * starttls.el: Merge with my GNUTLS based starttls.el.
17869         (starttls-gnutls-program, starttls-use-gnutls)
17870         (starttls-extra-arguments, starttls-process-connection-type)
17871         (starttls-connect, starttls-failure, starttls-success):
17872         New variables.
17873         (starttls-program, starttls-extra-args): Doc fix.
17874         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17875         New functions.
17876         (starttls-negotiate, starttls-open-stream):
17877         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17878         function if it is set.
17879
17880 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17881
17882         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17883         structured fields.
17884
17885 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17886
17887         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17888
17889 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17890
17891         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17892         Add variable.
17893         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17894         assigning the spam-mark to new messages.
17895
17896 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17897
17898         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17899
17900 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17901
17902         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17903
17904         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17905         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17906         default.
17907
17908 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17909
17910         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17911         correct data.
17912
17913 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17914
17915         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17916         (spam-group-processor-p): Fix function.
17917         (spam-group-processor-multiple-p)
17918         (spam-group-spam-processor-report-gmane-p)
17919         (spam-group-spam-processor-report-resend-p)
17920         (spam-group-spam-processor-bogofilter-p)
17921         (spam-group-spam-processor-blacklist-p)
17922         (spam-group-spam-processor-ifile-p)
17923         (spam-group-ham-processor-ifile-p)
17924         (spam-group-spam-processor-spamoracle-p)
17925         (spam-group-spam-processor-crm114-p)
17926         (spam-group-ham-processor-bogofilter-p)
17927         (spam-group-spam-processor-stat-p)
17928         (spam-group-ham-processor-stat-p)
17929         (spam-group-ham-processor-whitelist-p)
17930         (spam-group-ham-processor-BBDB-p)
17931         (spam-group-ham-processor-spamoracle-p)
17932         (spam-group-ham-processor-copy-p): Remove functions with some
17933         prejudice against unneeded code.
17934         (spam-report-articles-resend)
17935         (spam-report-resend-register-routine): Allow the group/topic
17936         spam-resend-to value to override spam-report-resend-to.
17937         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17938         properly now.
17939
17940         * gnus.el (spam-resend-to): Add group/topic parameter.
17941         (spam-process): Move the OBSOLETE processors to the end of the
17942         choices.
17943
17944 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17945
17946         * spam-report.el (spam-report-resend-to, spam-report-resend):
17947         Start with resend-to set to nil, and then ask the user if necessary.
17948         (spam-report-resend): spam-report-resend takes a list of articles, not
17949         separate article numbers.
17950
17951 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17952
17953         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17954         addition to emacs-w3m.
17955
17956 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17957
17958         * assistant.el (assistant-authinfo-data): New function.
17959         (assistant-eval): Eval for entire assistant.
17960
17961         * netrc.el (netrc-services-file): New variable.
17962         (netrc-parse-services): New function.
17963         (netrc-find-service-name): New function.
17964         (netrc-find-service-number): New function.
17965         (netrc-port-equal): New function.
17966         (netrc-machine): Use it.
17967
17968         * nnimap.el (nnimap-open-connection): Use netrc.
17969
17970         * gnus-util.el (gnus-netrc-get): Remove aliases.
17971
17972         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17973
17974         * assistant.el (wid-edit): Fix compilation.
17975
17976         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17977
17978 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17979
17980         * gnus-util.el (gnus-set-file-modes): New function.  (small
17981         patch).
17982
17983 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17984
17985         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17986
17987         * assistant.el (assistant-render-node): Fix up rendering and
17988         read-only text.
17989         (assistant-render-node): Reset.
17990         (assistant-make-read-only): Not sticky.
17991
17992 2004-05-20  Danny Siu  <dsiu@adobe.com>
17993
17994         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17995         centered even when gnus-auto-center-summary is t.
17996
17997 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17998
17999         * dns.el (dns-get-txt-answer): New function.
18000         (dns-read-txt): Ditto.
18001         (query-dns): Use it.
18002
18003 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18004
18005         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18006         active for foreign groups even if the group level is higher than
18007         the specified value.
18008
18009 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18010
18011         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18012         non-active groups.
18013
18014         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18015
18016 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18017
18018         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18019
18020 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18021
18022         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18023         (spam-crm114-header, spam-crm114-spam-switch)
18024         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18025         (spam-crm114-positive-spam-header)
18026         (spam-crm114-database-directory, spam-list-of-processors)
18027         (spam-group-spam-processor-crm114-p)
18028         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18029         (spam-generic-score, spam-list-of-checks)
18030         (spam-list-of-statistical-checks, spam-registration-functions)
18031         (spam-check-crm114-headers, spam-crm114-score)
18032         (spam-check-crm114, spam-crm114-register-with-crm114)
18033         (spam-crm114-register-spam-routine)
18034         (spam-crm114-unregister-spam-routine)
18035         (spam-crm114-register-ham-routine)
18036         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18037         From asjo@koldfront.dk (Adam Sjøgren).
18038
18039         * gnus.el: Add spam-use-crm114.
18040
18041         * spam.el (spam-list-of-processors, spam-registration-functions):
18042         Add spam-use-resend.
18043         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18044         (spam-report-articles-gmane): Add doc fix.
18045         (spam-report-articles-resend, spam-report-resend-register-routine):
18046         Add wrappers around spam-report-resend-to.
18047
18048         * spam-report.el (spam-report-resend-to, spam-report-resend):
18049         Add support for resending spam.
18050         (spam-report-gmane): Fix line length >80.
18051
18052         * gnus.el (spam-process): Add spam-use-resend.
18053
18054 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18055
18056         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18057         number of processed spam messages.
18058         (spam-ham-copy-or-move-routine): Return the number of processed
18059         ham messages.
18060         (spam-summary-prepare-exit): Use the above values to decide
18061         whether status messages shouled be displayed.
18062
18063 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18064
18065         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18066         `rfc2047-encoding-function-alist' in order to avoid conflicting
18067         with the old version.
18068         (rfc2047-encode-region): Concatenate words containing non-ASCII
18069         characters in structured fields; don't encode space-delimited
18070         ASCII words even in unstructured fields; don't break words at
18071         char-category boundaries.
18072         (rfc2047-encode-1): New function.
18073         (rfc2047-encode): Use it; encode text so that it occupies the
18074         maximum width within 76-column; work correctly on Q encoding for
18075         iso-2022-* charsets.
18076         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18077         sure not to break a line just after the header name.
18078         (rfc2047-b-encode-region): Remove.
18079         (rfc2047-b-encode-string): New function.
18080         (rfc2047-q-encode-region): Remove.
18081         (rfc2047-q-encode-string): New function.
18082
18083         * mm-util.el (mm-replace-in-string): New function.
18084
18085 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18086
18087         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18088         Really get it right.
18089         (gnus-inews-make-draft): Really.
18090
18091 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18092
18093         * nnmh.el (nnmh-request-list-1): Don't check the link count
18094         before descending.  (small patch)
18095
18096 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18097
18098         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18099         stuff.
18100
18101         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18102         Match on real group name.
18103
18104         * gnus-art.el (gnus-signature-limit): Doc fix.
18105
18106         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18107
18108         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18109
18110 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18111
18112         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18113         isn't a string.
18114
18115 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18116
18117         * gnus-draft.el (gnus-draft-send):
18118         Bind rfc2047-encode-encoded-words.
18119
18120         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18121         (rfc2047-encodable-p): Say that =? needs encoding.
18122         (rfc2047-encode-encoded-words): New variable.
18123
18124         * gnus-group.el (gnus-group-select-group): Doc fix.
18125
18126         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18127
18128         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18129         to nil.
18130
18131         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18132
18133         * nnheader.el (nnheader-get-lines-and-char): New function.
18134
18135 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18136
18137         * gnus-msg.el (gnus-summary-followup-with-original):
18138         Document yanking of region when active.
18139
18140 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18141
18142         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18143         groups if the group level is higher than the specified value.
18144
18145 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18146
18147         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18148         (gnus-group-jump-to-group): Add prefix argument using
18149         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18150         non-active group.
18151
18152         * compface.el (uncompface): Be verbose when changing
18153         `uncompface-use-external'.
18154
18155         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18156         handle manual section.
18157
18158 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18159
18160         * gnus-art.el (gnus-button-alist): Revert previous change.
18161
18162 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18163
18164         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18165
18166 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18167
18168         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18169         whether backend can accept message.
18170
18171         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18172
18173 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18174
18175         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18176         Avoid creating directory when nntp-marks-is-evil is true.
18177         Reported by Reiner Steib.
18178
18179 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18180
18181         * gnus-picon.el (gnus-picon-style): New variable.
18182         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18183         (gnus-picon-transform-address): Support `gnus-picon-style'.
18184         From Jesper Harder <harder@ifa.au.dk>.
18185
18186 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18187
18188         * message.el (message-fill-field): Return point.
18189         (message-generate-headers): Go to end of field.
18190
18191         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18192         stuff for non-living groups.
18193
18194 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18195
18196         * gnus-art.el (gnus-article-followup-with-original)
18197         (gnus-article-reply-with-original): gnus-mark-active-p ->
18198         gnus-region-active-p.
18199
18200 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18201
18202         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18203         only when there is spam or ham to be processed.
18204
18205 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18206
18207         * mail-source.el (mail-source-delete-crash-box): Refactor.
18208         (mail-source-fetch): Use it.
18209         (mail-source-fetch-file): Ditto.
18210         (mail-source-fetch-directory): Run postscript in loop.
18211         (mail-source-fetch-pop): Delete.
18212         (mail-source-fetch-maildir): Ditto.
18213         (mail-source-fetch-imap): Ditto.
18214
18215         * imap.el (imap-authenticators): Comment out sasl.
18216
18217         * message.el (message-skip-to-next-address): New function.
18218         (message-fill-header-address): Refactor.
18219         (message-fill-address): Use it.
18220         (message-delete-address): Use it.
18221         (message-fill-header-general): Refactor.
18222         (message-fill-field-address): Rename.
18223         (message-narrow-to-field): Find the start of the header.
18224         (message-header-format-alist): Don't pre-fill.
18225         (message-fill-header): Remove.
18226         (message-insert-header): New function.
18227         (message-shorten-references): Use it.
18228
18229         * rfc2047.el (rfc2047-field-value): Strip props.
18230
18231         * mail-parse.el (mail-header-make-address): New alias.
18232
18233         * ietf-drums.el (ietf-drums-make-address): New function.
18234
18235         * imap.el: Add compiler directives.
18236
18237         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18238
18239         * gnus-art.el (article-decode-idna-rhs): Don't use
18240         message-idna-inside-rhs-p.
18241
18242 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18243
18244         * message.el (message-idna-inside-rhs-p): Remove.
18245         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18246
18247         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18248         false positives.
18249
18250 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18251
18252         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18253
18254 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18255
18256         * nneething.el (nneething-file-name): Don't create spurious
18257         files.
18258
18259         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18260         (gnus-inews-do-gcc): Remove sleep.
18261
18262         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18263         part under point.
18264
18265         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18266         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18267
18268 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18269
18270         * spam.el (spam-summary-prepare-exit): Fix (length).
18271
18272 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18273
18274         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18275         as expired without moving it" message when there are spam
18276         messages left.
18277
18278 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18279
18280         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18281         header is not nil.
18282
18283 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18284
18285         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18286         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18287         (nntp-marks-changed-p): New arg SERVER.
18288         (nntp-request-update-info): Adjust caller.
18289
18290 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18291
18292         * nntp.el (nntp-save-marks): Pass missing arg.
18293
18294 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18295
18296         * nntp.el: Support marks.
18297         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18298         (nntp-marks-modtime, nntp-marks-directory): New variables.
18299         (nntp-request-set-mark, nntp-request-update-info)
18300         (nntp-possibly-create-directory, nntp-marks-changed-p)
18301         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18302         New functions.
18303
18304 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18305
18306         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18307         (gnus-xmas-redefine): Rename.
18308
18309         * gnus-score.el (gnus-score-insert-help):
18310         Use gnus-select-lowest-window.
18311
18312         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18313         appt-select-lowest-window and rename to gnus-select-lowest-window.
18314
18315         * gnus.el: do.
18316
18317 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18318
18319         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18320         encodings of MIME-encoded words, in order to improve
18321         interoperability with several broken MUAs.
18322
18323 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18324
18325         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18326         tags, only when charsets are not specified in headers.
18327         (mm-inline-text-html-render-with-w3m): Ditto.
18328
18329         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18330         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18331
18332 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18333
18334         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18335         instead of MIME-decoded from fields when checking
18336         `gnus-article-address-banner-alist'.
18337
18338 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18339
18340         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18341         description rather than subject.
18342
18343 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18344
18345         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18346
18347 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18348
18349         * gnus.el (gnus-version-number): Bump.
18350
18351 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18352
18353         * gnus.el: No Gnus v0.2 is released.
18354
18355 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18356
18357         * gnus-agent.el (gnus-agent-read-agentview):
18358         Inline gnus-uncompress-range.
18359
18360 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18361
18362         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18363         `exec-installed-p'.
18364
18365 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18366
18367         * gnus.el (spam-process, spam-autodetect-methods):
18368         Add bsfilter and bsfilter-headers.
18369
18370         * spam.el (spam-bsfilter): New customize group.
18371         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18372         (spam-bsfilter-header, spam-bsfilter-probability-header)
18373         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18374         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18375         (spam-bsfilter-database-directory): New options.
18376         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18377         (spam-list-of-statistical-checks, spam-registration-functions):
18378         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18379         (spam-bsfilter-score): New command.
18380         (spam-check-bsfilter-headers, spam-check-bsfilter)
18381         (spam-bsfilter-register-with-bsfilter)
18382         (spam-bsfilter-register-spam-routine)
18383         (spam-bsfilter-unregister-spam-routine)
18384         (spam-bsfilter-register-ham-routine)
18385         (spam-bsfilter-unregister-ham-routine): New functions.
18386         (spam-generic-score): Support bsfilter; Accept an optional argument
18387         to recalcurate spam score even if scoring header has already been
18388         added.
18389         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18390         optional argument to recalcurate spam score even if scoring header
18391         has already been added.
18392
18393 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18394
18395         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18396         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18397         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18398         link is missing.
18399
18400 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18401
18402         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18403         (html2text-get-attr): Rewrite.
18404
18405         * message.el (message-setup-1): Remove redundant put-text-property
18406         on mail-header-separator.
18407
18408 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18409
18410         * gnus-registry.el (gnus-registry-cache-whitespace)
18411         (gnus-registry-action, gnus-registry-spool-action)
18412         (gnus-registry-split-fancy-with-parent): Change message levels
18413         from 5 to 3 or 7, as needed.
18414
18415         * spam.el (spam-summary-prepare-exit)
18416         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18417         (spam-split, spam-find-spam, spam-log-undo-registration)
18418         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18419         level from 5 to 6.
18420
18421 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18422
18423         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18424         2004-03-04 change).
18425
18426 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18427
18428         * sieve-manage.el (sieve-manage-open):
18429         * nnweb.el (nnweb-insert-html):
18430         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18431         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18432         * nnspool.el (nnspool-request-group):
18433         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18434         * nnml.el (nnml-request-update-info):
18435         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18436         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18437         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18438         (nnimap-request-set-mark):
18439         * nnfolder.el (nnfolder-request-update-info):
18440         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18441         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18442         * gnus-uu.el (gnus-uu-find-articles-matching):
18443         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18444         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18445         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18446         * gnus-nocem.el (gnus-nocem-scan-groups):
18447         * gnus-int.el (gnus-start-news-server):
18448         * gnus-group.el (gnus-group-make-kiboze-group)
18449         (gnus-group-browse-foreign-server):
18450         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18451         Use mapc when appropriate.
18452
18453 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18454
18455         FIXME: Make separate entries for each person.
18456
18457         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18458         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18459         <shields@msrl.com>:
18460
18461         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18462         may need for spam sorting and scoring.
18463         (spam-user-format-function-S): Add user format function suitable for
18464         general use.
18465         (spam-article-sort-by-spam-status): Add sorting function for summary
18466         sorting.
18467         (spam-extra-header-to-number): Add function to get a score from a
18468         header.
18469         (spam-summary-score): Add function to get a numeric score from the
18470         headers.
18471         (spam-generic-score): Fix function doc, was in wrong place.
18472         (spam-initialize): Take symbols when it's run, and install the
18473         extra headers that spam-necessary-extra-headers thinks we need.
18474
18475 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18476
18477         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18478         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18479
18480 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18481
18482         * gnus-sum.el (gnus-set-global-variables)
18483         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18484         (gnus-article-get-xrefs, gnus-summary-best-group)
18485         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18486         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18487         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18488         Use with-current-buffer.
18489
18490 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18491
18492         * spam.el (spam-summary-prepare-exit): Simplify logic.
18493         (spam-fetch-article-header): Read the article header if it's not
18494         available.
18495         (spam-list-articles): Simplify logic.
18496         (spam-filelist-register-routine): Fix bug with unregister-list.
18497
18498         * gnus-registry.el: Fix comments at beginning.
18499
18500 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18501
18502         * message.el (message-cater-to-broken-inn): Remove.
18503         (message-shorten-references): Make sure the total folded length of
18504         References is shorter than 998 characters to cater to a bug in INN
18505         2.3.  Also, don't pretend that references aren't folded -- this
18506         hasn't worked for a while.
18507
18508 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18509
18510         * gnus-agent.el (gnus-agentize):
18511         gnus-agent-send-mail-real-function no longer set to current value
18512         of message-send-mail-function but rather a lambda that calls
18513         message-send-mail-function.  The change makes the agent real-time
18514         responsive to user changes to message-send-mail-function.
18515
18516 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18517
18518         * legacy-gnus-agent.el
18519         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18520         help from Florian Weimer <fw@deneb.enyo.de>
18521
18522 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18523
18524         * nnmail.el (nnmail-cache-insert): Revert last change.
18525
18526 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18527
18528         * nnmail.el (nnmail-cache-insert): Always check whether
18529         nnmail-cache-ignore-groups matches a group name.
18530
18531 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18532
18533         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18534         (spam-find-spam, spam-log-processing-to-registry)
18535         (spam-log-registered-p, spam-log-unregistration-needed-p)
18536         (spam-log-undo-registration): Use gnus-message instead of
18537         gnus-error, none of these errors are fatal.
18538
18539         * gnus-registry.el (gnus-registry-clean-empty-function)
18540         (gnus-registry-clean-empty): Remove only empty entries without
18541         extra data.
18542
18543 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18544
18545         * spam-stat.el (spam-stat-buffer-change-to-spam)
18546         (spam-stat-buffer-change-to-non-spam): Change (error) to
18547         (gnus-message 8) invocation.
18548
18549 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18550
18551         * nntp.el (nntp-via-netcat-command): New variable.
18552         (nntp-via-netcat-switches): New variable.
18553         (nntp-open-via-rlogin-and-netcat): New function.
18554         (nntp-open-connection-function): Doc fix.
18555         (nntp-telnet-command): Doc fix.
18556         (nntp-end-of-line): Doc fix.
18557         (nntp-via-rlogin-command): Doc fix.
18558         (nntp-via-user-name): Doc fix.
18559         (nntp-via-address): Doc fix.
18560
18561 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18562
18563         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18564         error in Emacs 21.1.
18565
18566 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18567
18568         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18569
18570 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18571
18572         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18573         (gnus-agent-with-refreshed-group): New macro.
18574         (gnus-agent-rename-group): New function.
18575         (gnus-agent-delete-group): New function.
18576         (gnus-agent-save-group-info): Use gnus-command-method when
18577         `method' parameter is nil.  Don't write nil entries into the
18578         active file.
18579         (gnus-agent-get-group-info): New function.
18580         (gnus-agent-fetch-articles):
18581         Use gnus-agent-update-files-total-fetched-for to increment disk space
18582         used.
18583         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18584         Use gnus-agent-update-view-total-fetched-for to increment disk space
18585         used.
18586         (gnus-agent-get-local): Add optional parameters to avoid calling
18587         gnus-group-real-name and gnus-find-method-for-group.
18588         (gnus-agent-set-local): Delete stored entry if either min, or max,
18589         are nil.
18590         (gnus-agent-fetch-session): Reworded error/quit messages.
18591         On quit, use gnus-agent-regenerate-group to record existance of any
18592         articles fetched to disk before the quit occurred.
18593         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18594         gnus-agent-update-view-total-fetched-for, and
18595         gnus-agent-update-files-total-fetched-for to decrement disk space
18596         used.
18597         (gnus-agent-retrieve-headers):
18598         Use gnus-agent-update-view-total-fetched-for to increment disk space
18599         used.
18600         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18601         with gnus-agent-update-files-total-fetched-for to decrement disk
18602         space and fresh group buffer.
18603         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18604         (gnus-agent-need-update-total-fetched-for): New variable.
18605         (gnus-agent-update-files-total-fetched-for): New function.
18606         (gnus-agent-update-view-total-fetched-for): New function.
18607         (gnus-agent-total-fetched-for): New function.
18608
18609         * gnus-cache.el (gnus-cache-save-buffers):
18610         Use gnus-cache-update-overview-total-fetched-for to change disk space
18611         used by this group.
18612         (gnus-cache-possibly-enter-article):
18613         Use gnus-cache-update-file-total-fetched-for to increment disk space
18614         used by this group.
18615         (gnus-cache-possibly-remove-article):
18616         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18617         used by this group.
18618         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18619         (gnus-cache-rename-group): New function.
18620         (gnus-cache-delete-group): New function.
18621         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18622         (gnus-cache-need-update-total-fetched-for): New variable.
18623         (gnus-cache-with-refreshed-group): New macro.
18624         (gnus-cache-update-file-total-fetched-for): New function.
18625         (gnus-cache-update-overview-total-fetched-for): New function.
18626         (gnus-cache-rename-group-total-fetched-for): New function.
18627         (gnus-cache-delete-group-total-fetched-for): New function.
18628         (gnus-cache-total-fetched-for): New function.
18629
18630         * gnus-group.el: Require gnus-sum and autoload functions to
18631         resolve warnings when gnus-group.el compiled alone.
18632         (gnus-group-line-format): Documented new %F.
18633         (size of Fetched data) group line format; identifies disk space
18634         used by agent and cache.
18635         (gnus-group-line-format-alist): Defined new F format.
18636         (gnus-total-fetched-for): New function.
18637         (gnus-group-delete-group): No longer update
18638         gnus-cache-active-altered as gnus-request-delete-group now keeps
18639         the cache in sync.
18640         (gnus-group-list-active): Let the agent store a server's active
18641         list if currently plugged.
18642
18643         * gnus-int.el (gnus-request-delete-group):
18644         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18645         local disk in sync with the server.
18646         (gnus-request-rename-group):
18647         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18648         local disk in sync with the server.
18649
18650         * gnus-start.el (gnus-get-unread-articles):
18651         Cosmetic simplification to logic.
18652
18653         * gnus-util.el (gnus-rename-file): New function.
18654
18655 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18656
18657         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18658
18659 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18660
18661         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18662         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18663
18664 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18665
18666         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18667         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18668
18669 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18670
18671         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18672
18673 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18674
18675         * spam.el (spam-set-difference): Add function to replace
18676         gnus-set-difference in spam.el.
18677         (spam-summary-prepare-exit): Use spam-set-difference.
18678
18679 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18680
18681         * gnus-registry.el (gnus-registry-cache-file): Update to use
18682         gnus-dribble-directory OR gnus-home-directory OR ~.
18683         (gnus-registry-split-fancy-with-parent): Fix doc.
18684
18685 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18686
18687         * message.el (message-exchange-point-and-mark):
18688         Use message-mark-active-p.  Suggested by Jesper Harder
18689         <harder@ifa.au.dk>.
18690
18691 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18692
18693         * message.el (message-exchange-point-and-mark): Don't activate
18694         region if it was inactive.  Suggested by Hiroshi Fujishima
18695         <pooh@nature.tsukuba.ac.jp>.
18696
18697 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18698
18699         * gnus-art.el (article-display-face): Display Faces in the same
18700         order as X-Faces.
18701
18702 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18703
18704         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18705
18706 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18707
18708         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18709         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18710         (gnus-article-mime-hierarchy): Remove.
18711         (gnus-article-mime-hierarchy-next): Remove.
18712         (gnus-article-mode): Revert 2004-03-19 change.
18713         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18714         (gnus-insert-mime-button): Revert 2004-03-19 change.
18715         (gnus-mime-accumulate-hierarchy): Remove.
18716         (gnus-mime-enter-multipart): Remove.
18717         (gnus-mime-leave-multipart): Remove.
18718         (gnus-mime-display-part): Revert 2004-03-19 change.
18719         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18720
18721         * mml.el (mml-preview): Revert 2004-03-19 change.
18722
18723 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18724
18725         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18726
18727 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18728
18729         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18730         t while entering a file name using the mm-with-multibyte macro.
18731         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18732
18733         * mm-util.el (mm-with-multibyte): New macro.
18734
18735 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18736
18737         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18738         New user option.
18739         (gnus-mime-multipart-functions): Doc and customization fix.
18740         (gnus-article-mime-hierarchy): New variable.
18741         (gnus-article-mime-hierarchy-next): New variable.
18742         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18743         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18744         gnus-article-mime-hierarchy-next to nil.
18745         (gnus-insert-mime-button): Show hierarchy numbers.
18746         (gnus-mime-accumulate-hierarchy): New function.
18747         (gnus-mime-enter-multipart): New function.
18748         (gnus-mime-leave-multipart): New function.
18749         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18750         (gnus-mime-display-alternative): Show hierarchy numbers.
18751
18752         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18753         gnus-article-mime-hierarchy-next to nil.
18754
18755 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18756
18757         * dns.el: Don't require gnus-xmas.
18758
18759 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18760
18761         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18762         inline PGP.
18763         (mml-menu): Disable mml-quote-region if mark is inactive.
18764
18765 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18766
18767         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18768         when the group's active is not available.
18769
18770 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18771
18772         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18773         error.
18774
18775 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18776
18777         * imap.el (imap-store-password): New variable.
18778         (imap-interactive-login): Use it.
18779         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18780
18781 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18782
18783         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18784         window-start and hscroll to summary window.
18785
18786 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18787
18788         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18789         conversion message to newsrc-dribble when an actual conversion is
18790         performed.
18791
18792 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18793
18794         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18795
18796 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18797
18798         * mm-decode.el (mm-complicated-handles): New function reviving
18799         former definition of mm-multiple-handles.
18800
18801         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18802         (gnus-mime-delete-part): Use it.
18803
18804 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18805
18806         * gnus-agent.el (gnus-agent-read-local):
18807         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18808         avoid the implicit assumption that they will always be equal.
18809         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18810         coding-system-for-write, as the with-temp-file macro first prints
18811         to a buffer then saves the buffer.
18812
18813 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18814
18815         * gnus-art.el (gnus-article-edit-part): New function.
18816         (gnus-mime-save-part-and-strip): Use it; do query instead of
18817         signaling an error; don't use mm-multiple-handles.
18818         (gnus-mime-delete-part): Ditto.
18819
18820 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18821
18822         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18823         old file versions.
18824         (gnus-group-prepare-hook): Remove function that converted list
18825         form of gnus-agent-expire-days to group properties.
18826
18827         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18828         (gnus-request-accept-article): Re-indented.
18829
18830         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18831         converters to handle old agent file formats.  Add logic for a
18832         "backup before upgrading warning".
18833         (gnus-convert-mark-converter-prompt): Developers can mark
18834         functions as needing (default), or not needing,
18835         gnus-convert-old-newsrc's "backup before upgrading warning".
18836         (gnus-convert-converter-needs-prompt): Tests whether the user
18837         should be protected from potentially irreversable changes by the
18838         function.
18839
18840         * legacy-gnus-agent.el: New.  Provides converters that are only
18841         loaded when gnus-convert-old-newsrc needs to call them.
18842
18843 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18844
18845         * mail-source.el (mail-source-touch-pop): Doc fix.
18846
18847         * message.el (message-smtpmail-send-it): Doc fix.
18848
18849 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18850
18851         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18852
18853         * nnmail.el (nnmail-split-fancy): do.
18854
18855         * gnus-kill.el (gnus-kill, gnus-execute): do.
18856
18857 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18858
18859         * gnus-sum.el (gnus-widget-reversible-match)
18860         (gnus-widget-reversible-to-internal)
18861         (gnus-widget-reversible-to-external): New functions.
18862         (gnus-widget-reversible): New widget.
18863         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18864
18865 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18866
18867         * gnus-sum.el (gnus-thread-sort-functions)
18868         (gnus-article-sort-functions): Document `(not F)' items.
18869
18870 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18871
18872         * spam.el (spam-use-gmane-xref): Add new backend.
18873         (spam-gmane-xref-spam-group): Add variable to control the name of the
18874         Gmane spam group.
18875         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18876         (spam-regex-headers-spam, spam-regex-headers-ham)
18877         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18878         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18879         backends and checks.
18880         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18881
18882         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18883         an autodetect method.
18884
18885 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18886
18887         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18888         articles are being added to a group.
18889         (gnus-request-replace-article): Inform the agent that articles
18890         need to be uncached as the cached contents are no longer valid.
18891
18892 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18893
18894         * binhex.el: Don't autoload executable-find.
18895
18896         * canlock.el: Don't autoload mail-fetch-field.
18897
18898         * dgnushack.el: Autoload c-mode for XEmacs.
18899
18900         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18901
18902         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18903         rmail-dont-reply-to and rmail-output.
18904
18905         * gnus-score.el: Don't autoload ffap-string-at-point.
18906
18907         * gnus-setup.el: Don't autoload sc-cite-original.
18908
18909         * imap.el: Don't autoload base64-decode-string,
18910         base64-encode-string and md5.
18911
18912         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18913         and rmail-msg-restore-non-pruned-header.
18914
18915         * mm-decode.el: Don't autoload executable-find.
18916
18917         * mm-url.el: Don't autoload executable-find.
18918
18919         * mm-view.el: Don't autoload diff-mode.
18920
18921         * nndb.el: Don't autoload news-reply-mode, news-setup,
18922         cancel-timer and telnet.
18923
18924         * password.el: Don't autoload run-at-time for Emacs.
18925
18926         * sha1-el.el: Don't autoload executable-find.
18927
18928         * sieve-mode.el: Don't autoload c-mode.
18929
18930         * uudecode.el: Don't autoload executable-find.
18931
18932 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18933
18934         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18935         (gnus-agent-possibly-alter-active): Avoid null in numeric
18936         comparison.
18937         (gnus-agent-set-local): Refuse to save null in local object table.
18938         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18939         list of articles that will be marked as unread.
18940
18941 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18942
18943         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18944
18945 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18946
18947         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18948         language tags.
18949
18950 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18951
18952         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18953         Don't bind "obarray".
18954
18955         * gnus-sum.el (gnus-thread-sort-functions):
18956         Add `gnus-thread-sort-by-most-recent-number' and
18957         `gnus-thread-sort-by-most-recent-date'.
18958         Reported by Kai Grossjohann <kai@emptydomain.de>.
18959
18960 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18961
18962         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18963
18964 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18965
18966         * gnus-cus.el (gnus-agent-customize-category):
18967         Remove ignore-errors macro reference that required cl to be loaded at
18968         run-time.
18969
18970         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18971         single-interval range of the form (min . max).  Previously the
18972         range had to look like ((min . max)).  Likewise, return
18973         (min . max) rather than ((min . max)).
18974         (gnus-range-map): Use gnus-range-normalize to accept
18975         single-interval range.
18976
18977         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18978         the cache, but not the agent, now appear with their usual face.
18979
18980         * dgnushack.el (loaddir): New variable that is bound to the
18981         directory containing the dgnushack.el file. Use loaddir, rather
18982         than srcdir, to update load-path. Change lets dgnushack compile
18983         code in directories other than GNUS/lisp.
18984
18985 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18986
18987         * lpath.el: Don't bind w3m-safe-url-regexp.
18988
18989         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18990         w3m-safe-url-regexp variable buffer-local.
18991
18992         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18993
18994 2004-02-27  Simon Josefsson  <jas@extundo.com>
18995
18996         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18997         gnus-group-real-prefix.
18998         (gnus-summary-move-article): Use it, instead of
18999         gnus-group-real-prefix.
19000
19001 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19002
19003         * lpath.el: Bind w3m-safe-url-regexp.
19004
19005         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19006         w3m-safe-url-regexp variable buffer-local and set it as the value
19007         of mm-w3m-safe-url-regexp.
19008
19009         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19010
19011         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19012         parsing gnus-posting-styles when the message is not for replying.
19013
19014         * dgnushack.el: Autoload sgml-mode for XEmacs.
19015
19016         * nnrss.el (nnrss-opml-export):
19017         Use mm-set-buffer-file-coding-system instead of
19018         set-buffer-file-coding-system.
19019
19020 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19021
19022         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19023         of checkdoc.el).
19024         * nnrss.el: do.
19025         * gnus-mlspl.el: do.
19026         * gnus-ml.el: do.
19027         * gnus-srvr.el: do.
19028
19029         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19030
19031 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19032
19033         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19034         Corrections to custom-manual links.
19035
19036         * gnus-art.el (gnus-article): Ditto.
19037
19038         * mm-decode.el (mime-display, mime-security): Ditto.
19039
19040 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19041
19042         * flow-fill.el: Typo.
19043
19044 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19045
19046         * spam-wash.el: New file.
19047
19048 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19049
19050         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19051
19052 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19053
19054         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19055         to be run with new-articles as LIST1, not LIST2.
19056         (spam-registration-functions): Add spam-use-ham-copy as a nil
19057         registration backend.
19058
19059 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19060
19061         * spam-stat.el (spam-stat-washing-hook): New option.
19062         (spam-stat-buffer-words): Use it.
19063         (spam-stat-process-directory, spam-stat-test-directory):
19064         Use insert-file-contents-literally.
19065         (spam-stat-coding-system): New variable.
19066         (spam-stat-load, spam-stat-save): Use it.
19067
19068 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19069
19070         * spam-report.el (spam-report-plug-agent):
19071         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19072
19073 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19074
19075         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19076         Allow / in mailto URLs.
19077
19078 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19079
19080         * spam-report.el (spam-report-process-queue): Fix interactive use.
19081         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19082         (spam-report-unplug-agent): Doc fixes.
19083         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19084         (spam-report-agentize, spam-report-deagentize): Autoload.
19085
19086 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19087
19088         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19089
19090         * message.el (message-setup-fill-variables): Add mml tags to
19091         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19092         <ajk@iu.edu>.
19093         (message-mode): Don't modify paragraph-separate there.
19094
19095 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19096
19097         * compface.el (uncompface-use-external): Default to undecided.
19098         (uncompface-use-external-threshold): New variable.
19099         (uncompface-float-time): New macro.
19100         (uncompface): Determine whether to use the external decoder if
19101         uncompface-use-external is undecided.
19102
19103 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19104
19105         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19106         after images.
19107
19108         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19109
19110 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19111
19112         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19113
19114         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19115
19116         * gnus-sum.el (gnus-summary-limit-to-age)
19117         (gnus-summary-limit-children): do.
19118
19119         * gnus-int.el (gnus-request-scan): do.
19120
19121         * gnus-group.el (gnus-group-suspend): do.
19122
19123         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19124
19125         * gnus-cite.el (gnus-cite-parse-attributions): do.
19126
19127         * gnus-agent.el (gnus-summary-set-agent-mark)
19128         (gnus-agent-regenerate-group): do.
19129
19130         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19131
19132         * binhex.el (binhex-decode-region-internal): do.
19133
19134 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19135
19136         * gnus-fun.el (gnus-face-properties-alist): New user option.
19137         (gnus-display-x-face-in-from): Use it.
19138
19139         * gnus-art.el (article-display-face): Ditto.
19140
19141         * compface.el (uncompface-use-external): Default to nil.
19142
19143 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19144
19145         * nntp.el (nntp-erase-buffer): New function.
19146         (nntp-retrieve-data, nntp-send-command)
19147         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19148         (nntp-possibly-change-group): Use it.
19149
19150         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19151         Use with-current-buffer.
19152
19153 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19154
19155         * compface.el: Merge the ELisp-based uncompface program.
19156         (compface): New customization group.
19157         (uncompface-use-external): New user option.
19158         (uncompface): Call uncompface-internal if uncompface-use-external
19159         is nil.
19160         (uncompface-internal): New function.  Note that there are also
19161         some other functions and variables added for this function.
19162
19163 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19164
19165         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19166         if necessary.
19167
19168 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19169
19170         * spam-report.el (spam-report-unplug-agent)
19171         (spam-report-plug-agent, spam-report-deagentize)
19172         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19173         Add support for the Agent in spam-report: when unplugged, report to a
19174         file; when plugged, submit all the requests.
19175
19176         * spam.el (spam-register-routine): Fix message about
19177         registration.
19178
19179 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19180
19181         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19182         dependencies.
19183         (rfc2047-encode): Use it.
19184
19185         * gnus-art.el (gnus-button-marker-list): Move before first
19186         reference.
19187
19188         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19189         (imap-parse-body): Fix format string mismatch.
19190
19191         * gnus-score.el (gnus-summary-increase-score): do.
19192
19193         * nnrss.el (nnrss-close): New function.
19194
19195 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19196
19197         * nnrss.el (nnrss-make-filename): New function.
19198         (nnrss-request-delete-group, nnrss-read-server-data)
19199         (nnrss-save-server-data, nnrss-read-group-data)
19200         (nnrss-save-group-data): Use it.
19201         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19202         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19203         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19204
19205 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19206
19207         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19208
19209 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19210
19211         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19212         files.
19213
19214         * message.el (message-generate-headers-first): Don't quote nil
19215         and t in docstrings.
19216
19217         * imap.el (imap-id): do.
19218
19219         * gnus-agent.el (gnus-agent-consider-all-articles)
19220         (gnus-agent-queue-mail): do.
19221
19222 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19223
19224         * spam-report.el (spam-report-process-queue): New function.
19225         Process requests from `spam-report-requests-file'.
19226         (spam-report-process-queue): Doc fix.
19227
19228 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19229
19230         * spam.el (spam-register-routine)
19231         (spam-log-processing-to-registry, spam-log-registered-p)
19232         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19233         Change "check" to "spam-check" for semi-clarity.
19234
19235 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19236
19237         * pop3.el: Require nnheader.
19238
19239         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19240
19241         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19242
19243         * gnus-picon.el: Require cl.
19244
19245         * gnus-fun.el: Require gnus-ems and gnus-util.
19246
19247         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19248
19249         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19250
19251         * gnus-art.el (gnus-article-edit-mode): Define before first
19252         reference.
19253
19254 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19255
19256         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19257         (gnus-uu-post-encoded): Use point-at-bol.
19258
19259         * gnus-topic.el (gnus-group-active-topic-p): do.
19260
19261         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19262
19263         * gnus-group.el (gnus-group-kill-region): do.
19264
19265         * gnus-art.el (article-date-ut): do.
19266
19267         * message.el (message-fetch-field): Remove redundant
19268         case-fold-search binding.
19269         (message-narrow-to-field): Simplify.
19270
19271 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19272
19273         * spam.el (spam-directory): Derive from `gnus-directory'.
19274
19275         * spam-report.el (spam-report-url-to-file)
19276         (spam-report-requests-file): New function and variable for offline
19277         reporting.
19278         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19279         and user defined function.
19280         (spam-report-url-ping-mm-url): Remove doubled slash.
19281
19282 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19283
19284         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19285
19286 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19287
19288         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19289         Fix format string mismatch.
19290
19291         * sieve.el (sieve-deactivate-all): do.
19292
19293         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19294
19295         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19296
19297         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19298
19299         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19300
19301 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19302
19303         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19304         the list of checks.
19305
19306 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19307
19308         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19309         padding.
19310
19311 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19312
19313         * mm-view.el (mm-fill-flowed): New variable.
19314         (mm-inline-text): Use it.
19315
19316 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19317
19318         * spam.el (spam-spamassassin-register-ham-routine)
19319         (spam-spamassassin-register-spam-routine): Fix function names.
19320
19321 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19322
19323         * gnus.el (gnus-tmp-grouplens): Remove.
19324         (gnus-summary-line-format): Remove grouplens.
19325
19326         * gnus-group.el (gnus-group-line-format): Ditto.
19327
19328         * gnus-spec.el (gnus-format-specs): Ditto.
19329         (gnus-update-format-specifications): Flush the group format spec
19330         cache if there's the grouplens stuff.
19331         (gnus-parse-simple-format): Replace %l with the empty string.
19332
19333 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19334
19335         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19336         omission.
19337
19338 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19339
19340         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19341         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19342
19343 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19344
19345         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19346         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19347         New macros and functions.
19348         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19349         Handle > NLINK_MAX messages.
19350         * nnmaildir.el (nnmaildir-request-set-mark):
19351         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19352
19353 2004-01-25  Alex Schroeder  <alex@gnu.org>
19354
19355         * spam-stat.el (spam-stat-process-directory-age): New option.
19356         (spam-stat-process-directory): Use it.
19357
19358 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19359
19360         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19361         (spam-stat-save): Accept prefix argument.
19362
19363 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19364
19365         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19366         links" error.
19367
19368 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19369
19370         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19371         the rest of the and/or forms.
19372
19373 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19374
19375         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19376         compatibility with old .newsrc.eld files.
19377
19378         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19379
19380         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19381
19382         * gnus-start.el (gnus-1): do.
19383
19384         * gnus-group.el (gnus-group-line-format-alist): do.
19385
19386         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19387
19388         * gnus-gl.el: Remove.
19389
19390 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19391
19392         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19393         marks consisting of a single range {for example, (3 . 5)} rather
19394         than a list of a single range { ((3 . 5)) }.
19395
19396 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19397
19398         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19399         Use with-current-buffer.
19400         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19401         avoid consing a string.
19402
19403         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19404         Remove obsolete entries for big5 and gb2312.
19405
19406 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19407
19408         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19409         uncompressed list.
19410
19411 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19412
19413         * spam-stat.el (spam-stat-strip-xref): New function.
19414         (spam-stat-process-directory): Use it.
19415
19416         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19417         here -- it's done in message-fetch-field.
19418
19419 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19420
19421         * gnus-agent.el (gnus-agent-queue-mail)
19422         (gnus-agent-prompt-send-queue): New variables.
19423         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19424         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19425         "nndraft:queue" along to gnus-draft-send.
19426         Use gnus-agent-prompt-send-queue.
19427         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19428         is "nndraft:queue".  Suggested by Gaute Strokkenes
19429         <gs234@srcf.ucam.org>
19430
19431         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19432         (agent-enable-undownloaded-faces): Add.
19433         (gnus-agent-cat-groups): Use eval-and-compile, not
19434         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19435         method of gnus-agent-cat-groups even when the buffer has been
19436         evaled.
19437         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19438         delete gnus-agent-save-active-1.
19439         (gnus-agent-save-groups): Delete.  Identical to
19440         gnus-agent-save-active.
19441         (gnus-agent-write-active): No longer adjust agent's copy of active
19442         file as agent's adjustments are now stored in their own
19443         file.  Remove optional parameter.
19444         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19445         servers.  Add use of min/max range limits from server's local
19446         file.
19447         (gnus-agent-save-alist): Remove unused optional argument.
19448         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19449         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19450         (gnus-agent-set-local): A per-server file that keeps min/max range
19451         limits for articles known to the agent.  Provides a fast mechanism
19452         for altering many active ranges.
19453         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19454         active file (local makes it unnecessary).
19455         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19456
19457         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19458         (agent-enable-undownloaded-faces): Add.
19459
19460         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19461         disable it when sending to "nndraft:queue".
19462         (gnus-group-send-queue): Add safety check to avoid sending queue
19463         when unplugged.
19464
19465         * gnus-group.el (gnus-group-catchup): Use new
19466         gnus-sequence-of-unread-articles, not
19467         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19468         numbers of articles.  Use gnus-range-map to avoid having to
19469         uncompress the unread list.
19470         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19471         Fix invalid ange-ftp reference.
19472
19473         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19474         (gnus-sorted-range-intersection): Intersection of two ranges
19475         without requiring that they first be uncompressed.
19476
19477         * gnus-start.el (gnus-activate-group): Unless blocked by the
19478         caller, possibly expand the active range to include both cached
19479         and agentized articles.
19480         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19481         multiple version-dependent converters.
19482         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19483         gnus-agent-save-active.
19484         (gnus-save-newsrc-file): Save dirty agent range limits.
19485
19486         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19487         gnus-agent-possibly-alter-active.
19488         (gnus-adjust-marked-articles): Faster handling of simple lists.
19489
19490 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19491
19492         * spam-stat.el (spam-stat-test-directory): New optional argument
19493         displays a list of files detected.  Suggested by Andrew Cohen
19494         <cohen@andy.bu.edu>.
19495         (spam-stat-buffer-words-with-scores): Don't narrow and change
19496         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19497
19498 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19499
19500         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19501         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19502         (spam-spamassassin-arguments)
19503         (spam-spamassassin-spam-flag-header)
19504         (spam-spamassassin-positive-spam-flag-header)
19505         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19506         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19507         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19508         (spam-list-of-processors, spam-list-of-checks)
19509         (spam-list-of-statistical-checks, spam-registration-functions)
19510         (spam-check-spamassassin-headers, spam-check-spamassassin)
19511         (spam-spamassassin-score)
19512         (spam-spamassassin-register-with-sa-learn)
19513         (spam-spamassassin-register-spam-routine)
19514         (spam-spamassassin-register-ham-routine)
19515         (spam-assassin-register-spam-routine)
19516         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19517         (spam-bogofilter-score): Fix to show article before scoring.
19518
19519 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19520
19521         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19522         default scoring function.
19523         (spam-generic-score): Call spam-spamassassin-score if
19524         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19525         spam-bogofilter-score otherwise.
19526
19527         * gnus.el (spam-process, spam-autodetect-methods):
19528         Add spamassassin and spamassassin-headers.
19529
19530 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19531
19532         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19533         Suppress unnecessary messages.
19534
19535 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19536
19537         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19538         make-hash-table.
19539
19540 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19541
19542         * canlock.el (base64-encode-string): Don't autoload it.
19543
19544 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19545
19546         * run-at-time.el: Remove useless (require 'itimer),
19547         eval-and-compile and (featurep 'xemacs).
19548
19549 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19550
19551         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19552         GROUP is a virtual group.
19553
19554 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19555
19556         * gnus.el: Autoload `message-y-or-n-p'.
19557
19558 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19559
19560         * pgg-parse.el: Remove unnecessary (require 'custom).
19561
19562         * pgg-def.el: do.
19563
19564         * nnmail.el: do.
19565
19566         * gnus-undo.el: do.
19567
19568         * gnus-picon.el: do.
19569
19570         * gnus-util.el: do.
19571
19572 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19573
19574         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19575
19576 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19577
19578         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19579         handle, as well as a list.
19580
19581         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19582         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19583         (mm-w3m-cid-retrieve): Simplify.
19584
19585 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19586
19587         * message.el (message-kill-to-signature): Allow prefix arg to
19588         specify number of lines to keep before signature.
19589
19590 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19591
19592         * message.el (message-kill-to-signature): Change docstring.
19593
19594 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19595
19596         * canlock.el: Always require sha1-el.
19597         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19598
19599         * message.el: Autoload sha1 only when compiling.
19600
19601         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19602         eudc-expand-inline for XEmacs.
19603
19604 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19605
19606         * message.el (message-canlock-generate): Require sha1-el.
19607
19608 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19609
19610         * message.el (message-expand-name): Silence the byte compiler.
19611
19612         * lpath.el: Add detect-coding-system.
19613
19614         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19615         cus-edit.
19616
19617 2004-01-13  Simon Josefsson  <jas@extundo.com>
19618
19619         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19620         Invoke gnus-score-mode.
19621         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19622
19623         * gnus-range.el (gnus-compress-sequence): Doc fix.
19624         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19625
19626 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19627
19628         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19629
19630 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19631
19632         * spam.el (spam-get-article-as-string): Update to use
19633         gnus-request-article-this-buffer, much simpler.
19634         (spam-get-article-as-buffer): Remove.
19635
19636 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19637
19638         * message.el (message-expand-name): Use EUDC if the user uses that.
19639
19640 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19641
19642         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19643         character for the encoding to avoid consing a string.
19644
19645         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19646         unnecessarily.
19647
19648         * mm-util.el (mm-replace-chars-in-string): Remove.
19649
19650         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19651         of mm-replace-chars-in-string.
19652
19653 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19654
19655         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19656
19657         * mm-util.el (mm-subst-char-in-string): Support inplace.
19658
19659         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19660         a new string in every iteration.  Use shy groups.
19661
19662 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19663
19664         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19665         * gnus-soup.el (gnus-soup-group-brew):
19666         * gnus-msg.el (gnus-put-message):
19667         * gnus-move.el (gnus-group-move-group-to-server):
19668         * gnus-kill.el (gnus-batch-score):
19669         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19670         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19671         (gnus-group-update-group, gnus-group-read-group)
19672         (gnus-group-make-group, gnus-group-make-help-group)
19673         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19674         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19675         (gnus-group-sort-by-unread, gnus-group-catchup)
19676         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19677         (gnus-group-yank-group, gnus-group-set-info)
19678         (gnus-group-list-groups):
19679         * gnus.el (gnus-generate-new-group-name):
19680         * gnus-delay.el (gnus-delay-send-queue):
19681         * nnvirtual.el (nnvirtual-catchup-group):
19682         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19683         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19684         (gnus-group-prepare-topics, gnus-topic-check-topology):
19685         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19686         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19687         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19688         (gnus-group-make-articles-read):
19689         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19690         (gnus-group-change-level, gnus-kill-newsgroup)
19691         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19692         (gnus-get-unread-articles, gnus-make-articles-unread)
19693         (gnus-make-ascending-articles-unread): Use accessor
19694         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19695         to get group information for improved readability.
19696
19697
19698 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19699
19700         * gnus-art.el (article-decode-mime-words, article-babel)
19701         (gnus-article-highlight-signature, gnus-article-add-buttons)
19702         (gnus-signature-toggle): Use gnus-with-article-buffer.
19703
19704         * gnus-art.el (gnus-article-highlight-headers)
19705         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19706
19707         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19708         (gnus-article-set-globals, gnus-request-article-this-buffer)
19709         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19710         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19711         (gnus-mime-display-alternative): Use with-current-buffer.
19712
19713 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19714
19715         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19716         also under 80 char limit, and call gnus-error if needed.
19717         (spam-fetch-article-header): Fix - it was a
19718         buffer-local variable (gnus-newsgroup-data).
19719         (spam-find-spam): Use spam-generate-fake-headers, forget about
19720         spam-insert-fake-headers.
19721         (spam-insert-fake-headers): Remove.
19722
19723 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19724
19725         * deuglify.el (gnus-article-outlook-unwrap-lines)
19726         (gnus-outlook-rearrange-article)
19727         (gnus-outlook-repair-attribution-outlook)
19728         (gnus-outlook-repair-attribution-block)
19729         (gnus-outlook-repair-attribution-other): Remove redundant
19730         save-excursion.
19731
19732 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19733
19734         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19735         (spam-fetch-field-subject-fast)
19736         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19737         (spam-fetch-article-header): Add functions to deal with Gnus
19738         internals for fast retrieval of article header data.
19739         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19740
19741 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19742
19743         * pop3.el (pop3-md5): Remove.
19744         (pop3-apop): Replace pop3-md5 with md5.
19745
19746         * mm-bodies.el: base64 is always built-in.
19747
19748         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19749         Use with-current-buffer.
19750
19751 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19752
19753         * canlock.el (canlock-insert-header): Remove excessive grouping in
19754         regexp.
19755
19756         * gnus-sum.el (gnus-summary-read-document): Ditto.
19757
19758         * gnus-uu.el (gnus-uu-part-number): Ditto.
19759
19760         * html2text.el (html2text-remove-tags): Ditto.
19761         (html2text-format-tags): Ditto.
19762         (html2text-format-single-elements): Ditto.
19763
19764         * mml.el (mml-parse-1): Ditto.
19765
19766 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19767
19768         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19769
19770         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19771
19772         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19773
19774         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19775
19776 2003-11-15  Simon Josefsson  <jas@extundo.com>
19777
19778         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19779         (pgg-gpg-lookup-key): Use regexp match instead of
19780         split-string (split-string is different between emacs 21.2 and
19781         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19782
19783 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19784
19785         * gnus-art.el (gnus-mime-view-all-parts)
19786         (gnus-article-part-wrapper, gnus-article-view-part):
19787         Use with-current-buffer.
19788
19789 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19790
19791         * spam.el (spam-disable-spam-split-during-ham-respool)
19792         (spam-spamoracle-database, spam-cache-lookups)
19793         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19794         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19795         (spam-group-ham-marks, spam-group-spam-marks)
19796         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19797         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19798         also add spam-use-blackholes to the statistical checks.
19799         (spam-fetch-field-fast): Add interface to fetching fields, may
19800         become a macro.
19801         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19802         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19803         (spam-insert-fake-headers): Fake an article when needed.
19804         (spam-find-spam): Fake article when possible.
19805         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19806         (spam-check-bogofilter-headers): Use message-fetch-field instead
19807         of nnmail-fetch-field.
19808
19809 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19810
19811         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19812
19813 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19814
19815         * spam.el (spam-split): Do not require spam-use-CHECK to be
19816         enabled if that check is passed to spam-split explicitly; also
19817         fix so 'spam doesn't get converted to spam-split-group when
19818         spam-split-symbolic-return is t.
19819         (spam-find-spam): Find registrations of the article and use those
19820         instead of re-running spam-split to find the spam/ham
19821         classification of the article.
19822         (spam-log-processing-to-registry, spam-log-registered-p)
19823         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19824         Use gnus-error instead of gnus-message.
19825         (spam-log-registration-type): Add function to determine the
19826         classification of a message based on registry entries; will
19827         return nil if both 'spam and 'ham are found.
19828         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19829         a reasonably fast local cache without the loading errors.
19830         (spam-cache-lookups): Set to t by default.
19831         (spam-find-spam): Don't try to guess spam-cache-lookups.
19832         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19833         spam-caches entry.
19834         (spam-filelist-build-cache, spam-filelist-check-cache):
19835         Fix caching of whitelist/blacklist entries.
19836         (spam-check-whitelist, spam-check-blacklist):
19837         Invoke spam-from-listed-p with a type, not a cache variable.
19838         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19839
19840 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19841
19842         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19843
19844         * nnmail.el (nnmail-split-fancy): do.
19845
19846         * mml.el (mml-parse): do.
19847
19848         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19849         (gnus-score-adaptive): do.
19850
19851 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19852
19853         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19854         (gnus-mime-button-map): Don't set keymap parent.
19855         (gnus-button-ctan-directory-regexp): Use shy grouping.
19856         (gnus-prev-page-map): Don't set keymap parent.
19857         (gnus-prev-page-map): Remove duplicated one.
19858         (gnus-next-page-map): Don't set keymap parent.
19859         (gnus-mime-security-button-map): Ditto.
19860
19861         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19862         version number.
19863
19864         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19865
19866 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19867
19868         * canlock.el (canlock-sha1-function): Remove.
19869         (canlock-sha1-function-for-verify): Remove.
19870         (canlock-openssl-program): Remove.
19871         (canlock-openssl-args): Remove.
19872         (canlock-ignore-errors): Remove.
19873         (canlock-sha1-with-openssl): Remove.
19874         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19875         (canlock-verify): Don't use canlock-ignore-errors.
19876
19877         * sha1-el.el (sha1-string-external): Make it can return a string
19878         in binary form.
19879         (sha1-region-external): Ditto.
19880         (sha1-string-internal): Ditto.
19881         (sha1-region-internal): Ditto.
19882         (sha1-region): Ditto.
19883         (sha1-string): Ditto.
19884         (sha1): Ditto.
19885
19886 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19887
19888         * spam.el (spam-report-articles-gmane): New command.
19889
19890 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19891
19892         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19893
19894         * run-at-time.el (run-at-time-saved): Remove.
19895         (run-at-time): Doc fix.
19896
19897 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19898
19899         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19900         (gnus-summary-limit-map): Add it.
19901         (gnus-summary-make-menu-bar): do.
19902
19903 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19904
19905         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19906         Make attempt at some caching support (done for BBDB only now).
19907         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19908         addresses to be checked.
19909         (spam-clear-cache-BBDB): Add function, to be invoked by
19910         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19911         (spam-check-BBDB): Check and use the caches, if
19912         spam-cache-lookups is on, remove superfluous (provide).
19913
19914 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19915
19916         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19917
19918 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19919
19920         * run-at-time.el (run-at-time-saved): Move to after the definition
19921         of `run-at-time'.
19922
19923         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19924
19925 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19926
19927         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19928         mm-w3m-local-map-property.
19929
19930         * mm-view.el (mm-w3m-mode-map): Remove.
19931         (mm-w3m-local-map-property): Remove.
19932         (mm-inline-text-html-render-with-w3m): Don't use
19933         mm-w3m-local-map-property.
19934
19935 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19936
19937         * run-at-time.el: New file.
19938
19939         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19940         under Emacs.
19941
19942         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19943         of gnus-set-text-properties.
19944
19945         * gnus-uu.el (gnus-uu-save-article): Ditto.
19946
19947         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19948
19949         * gnus-cite.el (gnus-cite-parse): Ditto.
19950
19951         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19952         of gnus-.
19953
19954         * gnus-xmas.el (run-at-time): Require run-at-time.
19955
19956         * gnus.el: Change calls to nnheader-run-at-time and
19957         password-run-at-time throughout to use run-at-time directly.
19958
19959         * password.el: Remove definition of run-at-time.
19960
19961         * nnheaderxm.el: Remove definition of run-at-time.
19962
19963 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19964
19965         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19966         in prompt.
19967
19968 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19969
19970         * messagexmas.el (message-xmas-redefine): Alias
19971         `message-make-caesar-translation-table' to
19972         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19973         version.
19974
19975         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19976         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19977         `gnus-xmas-set-text-properties'.
19978         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19979         `gnus-xmas-completing-read'.
19980         (gnus-xmas-completing-read): Removed.
19981         (gnus-xmas-open-network-stream): Removed.
19982
19983         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19984         XEmacs version.
19985
19986         * dns.el (dns-make-network-process): Use `open-network-stream'
19987         instead of `gnus-xmas-open-network-stream'.
19988
19989         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19990
19991         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19992
19993 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19994
19995         * gnus-art.el (gnus-mime-display-alternative)
19996         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19997         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19998         Don't use gnus-local-map-property.
19999
20000         * gnus-util.el (gnus-local-map-property): Remove.
20001
20002         * mm-view.el (mm-view-pkcs7-decrypt):
20003         Replace gnus-completing-read-maybe-default with completing-read.
20004
20005         * gnus-util.el (gnus-completing-read): do.
20006         (gnus-completing-read-maybe-default): Remove.
20007
20008 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20009
20010         * password.el: Only autoload `run-at-time' if not XEmacs.
20011         Only autoload the itimer functions if XEmacs.
20012
20013 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20014
20015         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20016         XEmacsen.
20017
20018         * dgnushack.el: Autoload executable-find for XEmacs.
20019
20020 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20021
20022         * gnus-art.el (gnus-read-string): Remove.
20023         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20024         read-string.
20025
20026 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20027
20028         * netrc.el: Autoload password-read.
20029         (netrc): Add configuration group.
20030         (netrc-encoding-method, netrc-openssl-path):
20031         Add variables for encoding and decoding of files with symmetric
20032         ciphers.
20033         (netrc-encode): Add assistant function to encode a file with
20034         netrc-encoding-method.
20035         (netrc-parse): Add interactive parameter, added optional
20036         decoding if netrc-encoding-method is non-nil but otherwise
20037         behavior is standard.
20038         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20039         Do s/encode/encrypt/ everywhere.
20040
20041         * spam.el: Remove executable-find autoload.
20042
20043 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20044
20045         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20046
20047         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20048
20049 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20050
20051         * gnus-art.el (gnus-treat-ansi-sequences)
20052         (article-treat-ansi-sequences): New variable and function.
20053         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20054
20055         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20056         Use it.
20057
20058 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20059
20060         * mm-util.el (mm-quote-arg): Remove.
20061
20062         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20063         shell-quote-argument.
20064
20065         * gnus-uu.el (gnus-uu-command): do.
20066
20067         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20068
20069         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20070         with make-char.
20071
20072         * mm-util.el (mm-make-char): Remove.
20073
20074         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20075         add-minor-mode.
20076
20077         * gnus-undo.el (gnus-undo-mode): do.
20078
20079         * gnus-topic.el (gnus-topic-mode): do.
20080
20081         * gnus-sum.el (gnus-dead-summary-mode): do.
20082
20083         * gnus-start.el (gnus-slave-mode): do.
20084
20085         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20086
20087         * gnus-ml.el (gnus-mailing-list-mode): do.
20088
20089         * gnus-gl.el (gnus-grouplens-mode): do.
20090
20091         * gnus-draft.el (gnus-draft-mode): do.
20092
20093         * gnus-dired.el (gnus-dired-mode): do.
20094
20095         * gnus-ems.el (gnus-add-minor-mode): Remove.
20096
20097         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20098         Replace gnus-char-width with char-width.
20099
20100         * gnus-ems.el (gnus-char-width): Remove.
20101
20102         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20103         Replace gnus-char-width with char-width.
20104
20105         * gnus-ems.el (gnus-char-width): Remove.
20106
20107         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20108         definition.
20109         Remove Emacs 20 hash table compatibility code.
20110
20111         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20112         20 compatibility code.
20113
20114         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20115
20116         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20117
20118         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20119         Replace with point-at-{eol,bol}.
20120
20121         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20122
20123         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20124
20125         * flow-fill.el (fill-flowed-point-at-bol)
20126         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20127
20128         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20129         Replace with point-at-{eol,bol} throughout all files.
20130
20131 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20132
20133         * ntlm.el (ntlm-string-as-unibyte): New macro.
20134         (ntlm-build-auth-response): Use it.
20135
20136         Remove Emacs 20 stuff:
20137         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20138         (butlast, mapc, remove): Remove the compiler macros.
20139         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20140         of delq and copy-sequence.
20141         * gnus-art.el (popup-menu): Remove the compiler macro.
20142         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20143         Emacs 20.
20144
20145 2004-01-05  Simon Josefsson  <jas@extundo.com>
20146
20147         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20148         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20149         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20150         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20151         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20152         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20153         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20154         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20155         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20156         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20157         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20158         string-xor into ntlm-string-xor.
20159         Suggested by Jesper Harder <harder@myrealbox.com>.
20160
20161         * ntlm.el: Don't include poem.
20162
20163         * md4.el (print-int32, print-string-hexa): Remove.
20164         Suggested by Jesper Harder <harder@myrealbox.com>.
20165
20166         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20167
20168         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20169         probably breaks emacs with DL patch, but do we care? Is anyone
20170         still using the DL stuff?)
20171
20172         * sieve-manage.el: Use the password package.
20173         (sieve-manage-read-passwd): Remove.
20174         (sieve-manage-interactive-login): Use password.  Re-add
20175         condition-case around loop.
20176
20177         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20178         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20179         Use the password package.
20180
20181 2003-02-19  Simon Josefsson  <jas@extundo.com>
20182
20183         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20184         token.
20185
20186 2002-08-07  Simon Josefsson  <jas@extundo.com>
20187
20188         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20189         (sieve-manage-authenticators):
20190         (sieve-manage-authenticator-alist): Add some SASL mechs.
20191         (sieve-sasl-auth): New function.
20192         (sieve-manage-cram-md5-auth):
20193         (sieve-manage-plain-auth): Rewrite using SASL library.
20194         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20195         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20196         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20197         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20198
20199 2004-01-05  Simon Josefsson  <jas@extundo.com>
20200
20201         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20202         New files.
20203
20204 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20205
20206         * gnus-group.el (gnus-no-groups-message): Update.
20207
20208         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20209
20210 2003-11-09  Simon Josefsson  <jas@extundo.com>
20211
20212         * imap.el: Support for ID IMAP extension (RFC 2971).
20213         (imap-local-variables): Add imap-id.
20214         (imap-id): New variable.
20215         (imap-id): New function.
20216         (imap-parse-response): Parse untagged ID response.
20217         * nnimap.el (nnimap-id): New variable.
20218         (nnimap-open-connection): Use it.
20219
20220 2003-12-28  Simon Josefsson  <jas@extundo.com>
20221
20222         * gnus-score.el (gnus-score-edit-all-score): New.
20223         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20224
20225 2004-01-04  Simon Josefsson  <jas@extundo.com>
20226
20227         * password.el: Add.
20228
20229 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20230
20231         * dns.el (dns-query-types): Fix typo.
20232         (dns-query-types): New function.
20233         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20234         PTR and SOA replies, see RFC 1035.
20235
20236 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20237
20238         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20239
20240         * Move to Changelog.2.
20241
20242 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20243
20244         * gnus.el (gnus-version-number): Bump version.
20245
20246 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20247
20248         * gnus.el: No Gnus v0.1 is released.
20249
20250 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20251
20252         * gnus.el: No Gnus v0.0 is released.
20253
20254 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20255
20256         * gnus.el (gnus-version-number): Bump.
20257         (gnus-version): No.
20258
20259 See ChangeLog.2 for earlier changes.
20260
20261   Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
20262     Free Software Foundation, Inc.
20263
20264   This file is part of GNU Emacs.
20265
20266   GNU Emacs is free software: you can redistribute it and/or modify
20267   it under the terms of the GNU General Public License as published by
20268   the Free Software Foundation, either version 3 of the License, or
20269   (at your option) any later version.
20270
20271   GNU Emacs is distributed in the hope that it will be useful,
20272   but WITHOUT ANY WARRANTY; without even the implied warranty of
20273   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20274   GNU General Public License for more details.
20275
20276   You should have received a copy of the GNU General Public License
20277   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20278
20279 ;; Local Variables:
20280 ;; coding: utf-8
20281 ;; fill-column: 79
20282 ;; add-log-time-zone-rule: t
20283 ;; End: