* shr.el (shr-image-fetched): Don't kill the url buffer here, either,
[gnus] / lisp / ChangeLog
1 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
4         buffer after being called.  It's apparently being killed by url.el, and
5         killing it made point move to end-of-buffer in a random buffer.
6
7         * shr.el (shr-image-fetched): Ditto.
8
9 2011-01-23  Julien Danjou  <julien@danjou.info>
10
11         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
12
13         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
14         text/x-org.
15
16 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
17
18         * gnus-sum.el (gnus-summary-move-article): Protect against backends
19         (i.e., nnimap) returning nil as the article number.
20
21 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>
22
23         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
24         "DelSp" parameter in RFC3676.
25
26 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
27
28         * message.el (message-check-recipients): Display the encoded version of
29         the bogus address if they differ.
30
31         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
32         after sending.
33
34         * gnus-agent.el (gnus-agent-send-mail): Ditto.
35
36         * gnus-group.el (gnus-group-refresh-group): New convenience function.
37
38         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
39         group buffer after sending the queue.
40
41         * gnus-agent.el (gnus-agent-send-mail): Ditto.
42
43 2011-01-22  Julien Danjou  <julien@danjou.info>
44
45         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
46
47 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
48
49         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
50         nested related parts.
51
52         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
53         unexpired articles.  This fixes the regression that led expiry marks to
54         disappear from nnfolder groups.
55
56 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
57
58         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
59         Don't confuse the "ret" of "retrograde" with RET.
60
61 2011-01-21  Julien Danjou  <julien@danjou.info>
62
63         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
64         than mm-insert-inline.
65
66 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
67
68         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
69         Widen article buffer.
70
71 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
72
73         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
74         the temp buffer.
75         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
76
77 2011-01-20  Julien Danjou  <julien@danjou.info>
78
79         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
80
81         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
82         than mm-insert-inline to insert inline part: this respect
83         mm-inline-media-tests displayers.
84
85         * mm-view.el (mm-display-shell-script-inline): New function.
86
87         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
88
89         * mm-uu.el (mm-uu-type-alist): Add org block.
90         (mm-uu-org-src-code-block-extract): New function.
91
92         * mm-view.el (mm-display-org-inline): New function.
93
94         * mm-decode.el (mm-automatic-display): Add text/org.
95
96         * mailcap.el (mailcap-mime-extensions): Add .org.
97
98 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
99
100         * gnus-art.el (gnus-article-highlight): Remove argument passed to
101         gnus-article-add-buttons.
102
103 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
104
105         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
106         From header with a date and "nobody" as the sender.
107
108 2011-01-19  Julien Danjou  <julien@danjou.info>
109
110         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
111         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
112         if you have the same regexp several times.
113         (gnus-button-push): Fix matching when regexp is symbol.
114
115 2011-01-15  Glenn Morris  <rgm@gnu.org>
116
117         * message.el (message-mail): A compose-mail function should
118         accept headers as strings.
119
120 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
121
122         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
123         Add :vert-only tags.
124         (message-mail): New arg RETURN-ACTION.
125         (message-return-action): New var.
126         (message-bury): Use it.
127         (message-mode): Make it buffer-local.
128         (message-send-and-exit): Always call message-bury.
129
130         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
131         message-mail.
132
133 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
134
135         * nnimap.el (nnimap-convert-partial-article): Protect against
136         zero-length body parts.
137
138         * mm-decode.el (mm-preferred-alternative-precedence):
139         Discourage showing empty parts.
140
141         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
142         and stuff if the backend didn't return the article number.  This fixes
143         an Exchange-related nnimap bug.
144
145         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
146         group window, because it does the wrong thing when a separate frame
147         displays the group buffer.
148
149         * proto-stream.el (open-protocol-stream): Protect against the low-level
150         transport functions returning nil.
151
152 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
153
154         * mml2015.el (epg-sub-key-fingerprint): Autoload.
155         (mml2015-epg-find-usable-secret-key): New function.
156         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
157         mml2015-epg-find-usable-key (Bug#7797).
158         (mml2015-epg-encrypt): Ditto.
159
160 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
161
162         * dgnushack.el (rot13-string): Fix the way to get the argument.
163
164 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
165
166         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
167
168 2011-01-03  Glenn Morris  <rgm@gnu.org>
169
170         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
171
172         * sieve.el (sieve-open-server): Give a more explicit error if
173         sieve-manage-open returns nil.  (Bug#7720)
174
175 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
176
177         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
178
179 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
180
181         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
182         This avoids sending passwords in plain text over non-encrypted
183         channels.
184
185         * shr.el (shr-rescale-image): Display all GIF images as animated images.
186
187         * nnimap.el (nnimap-login): Refactored out into own function, and
188         implement CRAM-MD5.
189         (nnimap-wait-for-line): Refactored out.
190
191         * mm-view.el (mml-smime): Require.
192
193 2010-12-20  David Engster  <deng@eml.cc>
194
195         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
196         use EPG to decrypt S/MIME messages instead of openssl.
197
198 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
199
200         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
201
202         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
203         status is the group clearly is unreachable.
204
205         * auth-source.el (auth-source-create): Add the optional second
206         parameter to `local-variable-p' to be compatible with XEmacs.
207
208 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
209
210         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
211         work when using a compressed nnml folder.
212
213 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
214
215         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
216         backends after sanitising on entry, because this never makes sense:
217         If the articles have gone missing, then the data no longer exists on
218         the backend, and if they haven't, then Gnus is wrong, and shouldn't
219         overwrite anything anyway.
220
221         * shr.el (shr-insert-document): Bind shr-width dynamically to
222         window-width if it's nil.
223
224 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
225
226         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
227         with the meaning of using the full emacs window width for rendering.
228
229 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
230
231         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
232         case when sender is not given.
233
234 2010-12-23  Julien Danjou  <julien@danjou.info>
235
236         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
237         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
238         the addresses, otherwise we might misplaced the gravatar.
239
240 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
241
242         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
243         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
244         obsolete in Emacs.
245
246 2010-12-20  Julien Danjou  <julien@danjou.info>
247
248         * gnus-util.el (gnus-rescale-image): Revert last change.
249
250 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
251
252         * binhex.el: Improve commentary (Bug#7482).
253
254 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
255
256         * gnus-group.el (gnus-group-delete-articles): New command.
257
258 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
259
260         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
261
262 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
263
264         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
265         here, since it's up to the backends to do CRLF removal if their
266         protocol has it.
267
268         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
269
270 2010-12-17  Julien Danjou  <julien@danjou.info>
271
272         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
273         they are from file. Can also scale up.
274
275 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
276
277         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
278         gnus-use-agent.
279         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
280
281         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
282
283 2010-12-17  Julien Danjou  <julien@danjou.info>
284
285         * gravatar.el (gravatar-retrieve-synchronously): New function.
286         (gravatar-get-data): Make more robust.
287
288 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
289
290         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
291
292 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
293
294         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
295         to really consider the last line.
296
297 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
298
299         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
300         list of recipient keys, or use symmetric encryption if not a list.
301         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
302         EPA override, replacing the call to `netrc-store-data'.
303
304 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
305
306         * gnus-srvr.el: Avoid passing nil regexp argument to
307         delete-matching-lines.
308
309 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
310
311         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
312         fetching stops when Gnus exits.
313
314         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
315         function.
316         (nnfolder-request-expire-articles): Save all the buffers after doing
317         expiry.
318
319         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
320         the last article", since that led to serious performance regressions
321         when expiring nnml groups.
322
323 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
324
325         * nnir.el: Improve customizations.
326
327 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
328
329         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
330
331         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
332         group has been killed.
333         (gnus-group-yank-group): Ditto.
334
335         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
336
337         * nnimap.el (nnimap-request-update-group-status): New function.
338
339         * gnus-int.el (gnus-request-update-group-status): New interface
340         function.
341
342         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
343         copying read-ness to the backends.
344
345         * nnimap.el (nnimap-quirk): New function.
346         (nnimap-retrieve-group-data-early): Use it.
347         (nnimap-quirks): New alist.
348
349 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
350
351         * shr.el (shr-insert): Set shr-start after deleting trailing space;
352         don't delete it within indentation.
353
354 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
355
356         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
357         previous line.
358
359 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
360
361         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
362         QRESYNC command by deleting a superfluous space which broke Cyrus
363         servers.  This change will break other servers that are buggy the other
364         way around.
365
366 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
367
368         * spam.el: Reindent and fix long lines.
369         (spam-copy-or-move-routine): Exclude invalid move destinations.
370
371 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
372
373         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
374         installed the registry.
375
376 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
377
378         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
379
380 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
381
382         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
383         groupname doesn't contain "gmane".
384
385 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
386
387         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
388         and netrc-bound-and-true-p bindings.
389         (netrc-parse): Cache the netrc contents.
390
391         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
392         (gnus-1): Don't create the nndrafts group twice.
393         (gnus-setup-news): There's no need to read the active file here, since
394         that's done again later on a per-backend basis.
395         (gnus-start-draft-setup): Make sure that the new group is started out
396         empty.
397
398         * gnus-agent.el (gnus-agentize): Don't create the queue group
399         automatically on startup.  It'll be created later, if needed.
400
401         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
402         of automatically subscribed groups.
403         (gnus-auto-subscribed-categories): New variable.
404         (gnus-matches-options-n): Use it.
405         (gnus-default-subscribed-newsgroups): Remove unused variable.
406         (gnus-start-draft-setup): Message a bit less.
407
408 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
409
410         * nnir.el (nnir-run-imap): Return article list in order of increasing
411         UID.
412
413 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
414
415         * gnus-sum.el (gnus-summary-enter-digest-group):
416         Mention gnus-auto-select-on-ephemeral-exit.
417
418         * proto-stream.el (proto-stream-open-network-only): Fix the calling
419         convention of the network-only option.
420
421 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
422
423         * proto-stream.el (proto-stream-open-network-only): New function to
424         have a way to specify non-STARTTLS upgrade connections.
425
426 2010-12-10  Julien Danjou  <julien@danjou.info>
427
428         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
429         email address is nil.
430
431         * message.el (message-bogus-recipient-p): Set address to "" if nil.
432
433 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
434
435         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
436         deletion.
437         (nnir-run-imap): Only need to parse list once.
438
439 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
440
441         * shr.el (shr-tag-script): Ignore <script>.
442         (shr-tag-label): Add <label> support.
443
444 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
445
446         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
447
448         * shr.el (shr-image-displayer): Work for images lined side by side.
449
450 2010-12-08  Robert Pluim  <rpluim@gmail.com>
451
452         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
453         parameter, since XEmacs doesn't accept t as a parameter.
454
455 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
456
457         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
458         ids.
459         (nnir-run-gmane): Simplify groupspec formatting.
460         (nnir-request-expire-articles): New function.
461
462 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
463
464         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
465         overflow, possibly.
466
467         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
468         (shr-render-td): Handle td style="" better.
469         (shr-tag-table): Use the color from the style sheet.
470         (shr-render-td): Make sure we copy over all the overlays, too.
471
472 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
473
474         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
475         (nnir-request-article): Improve article retrieval.
476
477 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
478
479         * mm-util.el (mm-extra-numeric-entities): New variable.
480
481         * mm-url.el (mm-url-decode-entities):
482         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
483
484         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
485
486 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
487
488         * message.el: Use completion-at-point.
489         (message-completion-function): New fun, extracted from message-tab.
490         (message-mode): Use it for completion-at-point-functions.
491         (message-tab): Use it and completion-at-point.
492
493 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
494
495         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
496         character if a non-breakable character follows.
497
498 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
499
500         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
501         any stream.
502
503         * shr.el (shr-tag-font): Colorize the region.
504         (shr-tag-body): Ditto.
505         (shr-tag-font): Actually let the styles be inherited instead of
506         overwriting them.
507         (shr-tag-font): Get the background color right.
508         (shr-tag-style): Ignore all <style> tags for the moment.
509
510         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
511         a Message-ID to avoid having nnimap depend on gnus-sum.
512
513         * shr.el (shr-descend): Only colorize something if we have a node that
514         sets colors.
515
516 2010-12-06  Julien Danjou  <julien@danjou.info>
517
518         * shr.el (shr-render-td): Render td content with shr-descend, so style
519         will be applied to <td> too.
520         (shr-colorize-region): Colorize region even if we only have a background.
521         (shr-tag-body): Fix color and background color inheritance.
522         Do not recolorize after shr-generic.
523         (shr-tag-font): Let shr-generic colorize via inheritance.
524
525 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
526
527         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
528
529 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
530
531         * nnir.el (nnir-request-move-article): Remove obsolete code.
532
533 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
534
535         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
536
537 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
538
539         * gnus-sum.el (gnus-summary-respool-article): The completion function
540         expects a list instead of an alist.
541
542         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
543         string as the parameter.
544
545         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
546
547         * shr.el (shr-stylesheet): New dynamic variable for cascading the
548         styles.
549         (shr-colorize-region): New function.
550         (shr-insert-background-overlay): Remove.
551         (shr-render-td): Background setting should be taken care of on a higher
552         level.
553         (shr-tag-body): Use post-hoc colorizations.
554         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
555         (shr-put-color-1): Don't overwrite old colors.
556         (shr-colorize-region): When the background color isn't explicit, use
557         a fixed background.
558
559         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
560         nnmail variables.
561
562 2010-12-05  Bjørn Mork  <bjorn@mork.no>
563
564         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
565         unless necessary.
566
567 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
568
569         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
570         server.
571
572 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
573
574         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
575         so that TAB works.
576
577         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
578         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
579
580         * shr.el (shr-urlify): Show the URL before the title to avoid
581         misleading URLs.
582
583 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
584
585         * shr.el (shr-urlify): Display the title in <a> tags.
586
587 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
588
589         * nnir.el (nnir-categorize): Replace mapcar with mapc.
590
591 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
592
593         * nnir.el: Rearrange code to allow macros to be autoloaded by
594         gnus-sum.el.
595         (nnir-retrieve-headers-override-function): Make this variable
596         customizable.
597         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
598
599         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
600         from nnir.el.
601
602 2010-12-03  Julien Danjou  <julien@danjou.info>
603
604         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
605
606 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
607
608         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
609         allow optional argument `environment'.
610
611 2010-12-03  Glenn Morris  <rgm@gnu.org>
612
613         * mm-extern.el (message-goto-body): Update declaration.
614
615 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
616
617         * gnus-util.el (gnus-macroexpand-all): New function.
618
619         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
620         instead of macroexpand-all that is unavailable in XEmacs.
621
622 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
623
624         * nnir.el (nnir-summary-line-format): New variable.
625         (nnir-mode): Use it.
626         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
627         (nnir-article-ids): Reimplement as defsubst.
628         (nnir-retrieve-headers): Don't mangle the subject header.
629         (nnir-run-imap): Use 100 as RSV score.
630         (nnir-run-find-grep): Fix for full server searching.
631         (nnir-run-gmane): Better restriction to gmane groups.
632
633         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
634         summary buffers.
635
636 2010-12-02  Julien Danjou  <julien@danjou.info>
637
638         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
639
640         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
641
642         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
643         support.
644
645 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
646
647         * nnir.el: Update to handle the registry better.
648         (autoload): Silence byte-compiler.
649         (nnir-open-server): Add a hook for nnir groups.
650         (nnir-request-move-article): Don't mangle the header. Better to use
651         formating variables (which will be added in the future).
652         (nnir-registry-action): Update the registry using the original article
653         group name.
654         (nnir-mode): Install nnir-specific hooks for updating the registry.
655
656         * gnus-sum.el
657         (gnus-article-original-subject,gnus-newsgroup-original-name):
658         Remove obsolete variables.
659         (gnus-summary-move-article): Remove use of obsolete variables.
660         (gnus-summary-local-variables): Make move and delete hooks local to
661         summary buffers.
662
663 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
664
665         * rtree.el: New file.
666
667 2010-12-01  Julien Danjou  <julien@danjou.info>
668
669         * message.el (message-user-organization): Do not use
670         gnus-local-organization.
671
672         * gnus.el: Remove gnus-local-organization.
673
674         * gnus-msg.el: Remove nastygram thing.
675
676 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
677
678         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
679         funcall.
680
681 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
682
683         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
684         names.
685
686         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
687         characters.
688
689         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
690         to t of inhibit-read-only since it is inside gnus-with-article-headers.
691         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
692         (gnus-gravatar-transform-address): Use mail-extract-address-components
693         that supports non-ASCII names rather than mail-header-parse-addresses.
694
695 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
696
697         * proto-stream.el (open-protocol-stream): All starttls connections are
698         handled by the network handler.
699
700 2010-11-30  Julien Danjou  <julien@danjou.info>
701
702         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
703         (nnimap-open-connection-1): Fix PREAUTH.
704
705         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
706
707 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
708
709         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
710         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
711         (shr-insert): Use them.
712         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
713
714 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
715
716         * nnir.el (nnir-request-move-article): Bail out if original group
717         doesn't support article moves.
718         (nnir-get-active): Improve active list retrieval.
719
720 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
721
722         * shr.el (shr-find-fill-point): Don't break before apostrophes.
723
724 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
725
726         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
727         seem to accept strings-with-numbers as port numbers,
728
729 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
730
731         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
732         change the registry.
733
734 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
735
736         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
737         delete-dups that is not available in XEmacs 21.4.
738
739         * mm-util.el (mm-delete-duplicates): Add comment.
740
741 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
742
743         * nnir.el (nnir-ignored-newsgroups): New variable.
744         (nnir-get-active): Use it.
745
746 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
747
748         * proto-stream.el (proto-stream-open-network): Add some comments.
749
750         * nntp.el (nntp-open-connection): Provide a :success condition.
751
752         * nnimap.el (nnimap-open-connection-1): Ditto.
753
754         * proto-stream.el (proto-stream-open-network): See what the response to
755         the STARTTLS command is.
756
757         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
758         backwards compatibility).
759         (nnimap-open-connection-1): Really respect nnimap-server-port.
760
761         * proto-stream.el (proto-stream-open-network): When doing opportunistic
762         TLS upgrades we don't really care about the identity of the peer.
763         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
764         that what we've checked for.
765         (proto-stream-always-use-starttls): Only default to t if
766         open-gnutls-stream exists.
767         (proto-stream-open-network): If STARTTLS failed, then just open a
768         normal connection.
769         (proto-stream-open-network): Wait until the greeting before doing
770         STARTTLS.
771
772         * nntp.el (nntp-open-connection): Report what the connection error is.
773
774         * proto-stream.el (open-protocol-stream): Rename from
775         open-proto-stream.
776
777 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
778
779         * nnimap.el (nnimap-stream): Change default to `undecided'.
780         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
781         first, and then network.
782         (nnimap-open-connection-1): Respect nnimap-server-port.
783         (nnimap-open-connection): Be more backwards-compatible.
784
785         * proto-stream.el (proto-stream-always-use-starttls): New variable.
786         (proto-stream-open-starttls): De-duplicate the starttls code.
787         (proto-stream-open-starttls): Folded back into the main function.
788         (proto-stream-open-network): Fix typo in the gnutls path.
789         (proto-stream-command): Refactor out.
790
791         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
792
793         * proto-stream.el (proto-stream-open-starttls): Actually implement the
794         starttls.el STARTTLS.
795
796         * color.el (color-lab->srgb): Fix function call name.
797
798         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
799         if we're using tls.el.
800         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
801         built in, then don't try to establish a STARTTLS connection.
802
803         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
804         servers.
805
806         * proto-stream.el (open-proto-stream): Use network, not stream.
807         (open-proto-stream): Add a way to specify what the end of a command is.
808
809         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
810         connections types.
811         (nntp-open-network-stream): Remove.
812         (nntp-open-ssl-stream): Remove.
813         (nntp-open-tls-stream): Remove.
814         (nntp-ssl-program): Remove.
815
816         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
817
818 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
819
820         * nnir.el: Fix typos.
821         (nnir-retrieve-headers-override-function): Rename variable to reflect
822         new semantics.
823         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
824         macros.
825         (nnir-request-article, nnir-request-move-article): Use them.
826         (nnir-categorize): New function.
827         (nnir-run-query): Use it.
828         (nnir-retrieve-headers): Rewrite to batch header retrieval.
829         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
830         sorted.
831         (nnir-group-full-name): Use gnus-group-full-name instead.
832         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
833         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
834
835 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
836
837         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
838
839         * proto-stream.el: New library to provide protocol-specific
840         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
841         protocols.
842         (open-proto-stream): Complete the documentation.
843         (proto-stream-open-network): Fix some typos.
844
845         * nnimap.el (nnimap-open-connection): Use it.
846
847 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
848
849         * pop3.el (pop3-open-server): Read server greeting before starting TLS
850         negotiation.
851
852 2010-11-26  Julien Danjou  <julien@danjou.info>
853
854         * color.el: Rename various rgb functions to srgb.
855
856 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
857
858         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
859         names.
860
861 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
862
863         * shr.el (shr-insert): Revert last change.
864         (shr-find-fill-point): Never leave point being at bol;
865         relax the kinsoku limitation when rendering tables.
866
867 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
868
869         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
870         results from -accept-article.
871
872         * shr-color.el: Require cl when compiling.
873
874         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
875         checkin.
876
877         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
878
879         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
880
881         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
882         'add and 'delete to set backend marks.
883
884         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
885
886         * nnheader.el (nnheader-update-marks-actions): Refactor out.
887
888         * nntp.el (nntp-request-set-mark): Use it.
889
890         * nnfolder.el (nnfolder-request-set-mark): Ditto.
891
892         * nnml.el (nnml-request-set-mark): Ditto.
893
894         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
895         introduces regressions in article selection.
896         (nnimap-find-uid-response): New function.
897         (nnimap-request-accept-article): Use the UID returned, if any.
898         (nnimap-request-move-article): Use the UID returned, if any.
899         (nnimap-get-groups): Reimplement to work with folded lines.
900         (nnimap-find-uid-response): The UID is the last element in the list.
901         (nnimap-request-set-mark): Extend syntax with 'set.
902
903         * nnml.el (nnml-request-set-mark): Ditto.
904
905         * nnfolder.el (nnfolder-request-set-mark): Ditto.
906
907         * nntp.el (nntp-request-set-mark): Ditto.
908
909 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
910
911         * message.el (message-called-interactively-p): A temporary macro.
912         (message-goto-body): Use it temporarily.
913
914 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
915
916         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
917         (nnimap-last-response-string): Unfold quoted lines, if they exist.
918         (nnimap-last-response-string): Fix last unfolding fix.
919
920 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
921
922         * shr.el (shr-insert): Fix the way to fold lines.
923
924 2010-11-25  Julien Danjou  <julien@danjou.info>
925
926         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
927
928         * color.el: Rename from color-lab.el
929         (color-rgb->hex): Add.
930         (color-complement): Add.
931         (color-complement-hex): Add.
932
933         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
934
935 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
936
937         * shr-color.el (shr-color-visible): Don't bug out if the colour names
938         don't exist.
939
940 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
941
942         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
943         assuming that article displaying or another mml-preview may be
944         interrupted for an error or for the like.
945
946         * shr.el (shr-get-background): Fix argument name.
947
948 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
949
950         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
951
952         * gnus-sum.el (gnus-summary-include-articles): New function.
953
954         * message.el (message-goto-body): called-interactively-p needs a
955         parameter, so use `any'.
956
957         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
958         clear marks before moving, since they're synced from the Gnus side
959         first.
960
961         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
962         (gnus-summary-move-article): Copy over all marks before moving, so that
963         IMAP doesn't think a new article has arrived.
964
965 2010-11-24  Julien Danjou  <julien@danjou.info>
966
967         * shr.el (shr-insert-background-overlay): Fix typo.
968         (shr-render-td): Copy the background before rendering.
969
970         * shr-color.el (shr-color-visible): Fix docstring.
971
972         * shr.el (shr-tag-table): Add bgcolor support.
973         (shr-render-td): Add bgcolor support.
974         (shr-get-background): Add.
975         (shr-insert-foreground-overlay): Use shr-get-background.
976
977         * message.el (message-goto-body): Use called-interactively-p.
978         (message-in-body-p): message-goto-body returns point.
979
980 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
981
982         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
983         Fixes something or other in Emacs 23, and is backwards compatible.
984
985         * message.el (message-goto-body): Remove the <#secure special-casing,
986         which is too special.
987
988         * shr.el (shr-parse-style): Drop !important from styles.
989
990 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
991
992         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
993         this function to return incorrect results when calling it with an
994         explicit article argument different from
995         (gnus-summary-article-number).
996
997 2010-11-24  Julien Danjou  <julien@danjou.info>
998
999         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1000         (shr-tag-body): Add background support.
1001         (shr-descend): Add background support.
1002         (shr-tag-title): Add.
1003
1004         * shr-color.el (shr-color-visible): Really return original background
1005         if fixed.
1006
1007 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1008
1009         * shr.el (shr-color-check): Protect against non-existant colour names.
1010
1011 2010-11-24  Julien Danjou  <julien@danjou.info>
1012
1013         * color-lab.el: Require 'cl when compiling.
1014
1015         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1016
1017         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1018         matched part.
1019
1020         * color-lab.el: Fix all expt calls to use float type.
1021
1022 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1023
1024         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1025         expression to shr-color-check as is.
1026
1027         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1028
1029         * color-lab.el: Add coding cookie.
1030         (float-pi): Use eval-and-compile.
1031
1032         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1033         compiled for Emacsen having no `libxml-parse-html-region' support.
1034
1035 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1036
1037         * shr.el (shr-insert-color-overlay): Split stuff like
1038         "#444444 !important" to find the real colour.
1039         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1040         parse <font color="red"> entries.
1041
1042 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1043
1044         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1045         point when parsing headers.
1046
1047         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1048         is positioned properly when parsing headers.
1049
1050 2010-11-23  Julien Danjou  <julien@danjou.info>
1051
1052         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1053
1054         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1055
1056         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1057
1058         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1059         Use shr-color-hue-to-rgb.
1060         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1061
1062 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1063
1064         * shr.el (shr-color->hexadecimal): Autoload.
1065         (shr-descend): Add color to all tags.
1066
1067 2010-11-22  Julien Danjou  <julien@danjou.info>
1068
1069         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1070         shr-color->hexadecimal.
1071
1072         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1073         RGB() or HSL() color representation.
1074
1075         * shr.el (shr-tag-font): Add.
1076         (shr-tag-color-check): New function to get better colors.
1077         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1078         tag-span.
1079
1080         * shr-color.el: New file.
1081
1082         * color-lab.el: New file.
1083
1084         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1085
1086 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1087
1088         * nnir.el: Fix typo in comments.
1089         (nnir-run-imap): Simplify code. No need to reverse artlist.
1090         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1091
1092 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1093
1094         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1095
1096         * nnimap.el (nnimap-get-capabilities): Refactor out.
1097         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1098
1099 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1100
1101         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1102         appearing when `mm-uu-hide-markers' is nil.
1103
1104 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1105
1106         * nnimap.el (nnimap-unselect-group): Make into its own function.
1107         (nnimap-request-rename-group): Unselect group before renaming.
1108         This had gotten lost somewhere.
1109         (nnimap-request-accept-article): Keep track of examined groups, and
1110         unselect the group before APPENDing to read-only groups.
1111         (nnimap-request-move-article): Clear flags before moving so that they
1112         can be re-set later.
1113
1114 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1115
1116         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1117         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1118
1119 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1120
1121         * gnus-art.el (gnus-mime-display-single)
1122         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1123         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1124         parameter.
1125
1126 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1127
1128         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1129         (shr-table-vertical-line): New variable.
1130         (shr-insert-table): Use it.
1131
1132 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1133
1134         * gnus-html.el (gnus-html-wash-images): Don't display images if
1135         gnus-inhibit-images is non-nil; register displayer for cid images.
1136         (gnus-html-display-image): Work for cid image.
1137         (gnus-html-insert-image): Allow arguments.
1138         (gnus-html-put-image): Inhibit read-only.
1139         (gnus-html-prefetch-images): Don't prefetch images if
1140         gnus-inhibit-images is non-nil.
1141
1142 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1143
1144         * shr.el (shr-put-image): Break lines when inserting big pictures.
1145
1146 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1147
1148         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1149         sender, thanks Katsumi Yamaoka.
1150
1151 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1152
1153         * nnir.el (nnir-run-imap): Reverse the article list for each group
1154         rather than the whole list.
1155
1156 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1157
1158         * shr.el (shr-image-displayer): Protect function against non-existent
1159         image source.
1160
1161         * gnus-art.el (gnus-inhibit-images): New user option.
1162         (gnus-mime-display-single): Don't display image if it is non-nil.
1163
1164         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1165         gnus-inhibit-images.
1166
1167         * shr.el (shr-image-displayer): New function.
1168         (shr-tag-img): Use it.
1169
1170 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1171
1172         * mml2015.el (mml2015-epg-sign): Use From header.
1173
1174 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1175
1176         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1177
1178         * gnus-util.el (gnus-find-text-property-region): Return markers.
1179
1180         * shr.el (shr-tag-img): Put a displayer in the text property.
1181
1182         * gnus-util.el (gnus-find-text-property-region): New utility function.
1183
1184         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1185         (gnus-html-show-images): Remove.
1186
1187         * gnus-art.el (gnus-article-show-images): New, more general function.
1188
1189         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1190         image url text properties.
1191
1192         * shr.el: Ditto.
1193
1194         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1195         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1196
1197 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1198
1199         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1200         work for two or more articles.
1201
1202 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1203
1204         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1205         divide an image that's in an html article to two or more when washing
1206         non-ASCII characters in alt text of it.
1207
1208 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1209
1210         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1211         smime-decrypt-region using function argument.
1212         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1213
1214         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1215
1216         * smime.el (smime-decrypt-region): Catch it.
1217
1218 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1219
1220         * smime.el (smime-mode-map): Move initialization into declaration.
1221         (gnus-run-mode-hooks): Don't autoload.
1222         (smime-mode): Use define-derived-mode.
1223
1224 2010-11-11  Glenn Morris  <rgm@gnu.org>
1225
1226         * smime.el (from): Restrict declaration to XEmacs.
1227
1228         * nnir.el (gnus-group-topic-name): Autoload.
1229
1230 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1231
1232         * shr.el (shr-insert): Don't break long line if it is because of
1233         kinsoku-bol characters in the line end.
1234
1235 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1236
1237         * nnir.el (nnir-request-move-article): Fix to provide original group
1238         and subject.
1239         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1240         been retrieved.
1241
1242         * gnus-sum.el (gnus-summary-move-article): Use original group and
1243         subject for virtual articles such as those in an nnir summary buffer.
1244
1245 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1246
1247         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1248         least 21.5).
1249
1250         * smime.el (from): Declare it again for XEmacs.
1251
1252 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1253
1254         * message.el (message-resend): Don't disable encoding unless it's
1255         already encoded.
1256
1257         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1258         low-numbered articles.
1259
1260 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1261
1262         * rfc2047.el (rfc2047-syntax-table): Simplify.
1263
1264         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1265
1266         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1267         set-char-table-range for XEmacs.
1268
1269 2010-11-10  Glenn Morris  <rgm@gnu.org>
1270
1271         * time-date.el (time-to-seconds): Always an alias on Emacs,
1272         never a real function.
1273         (with-no-warnings): Remove compat stub, now unused.
1274         (time-less-p): Doc fix.
1275         (time-to-number-of-days): Simplify.
1276
1277         * smime.el (from): Remove unused declaration.
1278
1279         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1280         (gnus-float-time): On Emacs, always an alias.
1281
1282         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1283         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1284
1285 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1286
1287         * dgnushack.el: Don't use ignore-errors in the top level form since it
1288         is unavailable in XEmacs even if cl is loaded.
1289
1290         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1291
1292 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1293
1294         * shr.el (browse-url-mailto): Autoload.
1295
1296         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1297
1298         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1299         regexp doesn't need quoting.
1300
1301 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1302
1303         * message.el (message-subject-trailing-was-ask-regexp)
1304         (message-subject-trailing-was-regexp): Match was: in addition to was.
1305
1306 2010-11-09  Glenn Morris  <rgm@gnu.org>
1307
1308         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1309         (nnbabyl-check-mbox): Use point-at-bol.
1310
1311 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1312
1313         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1314
1315         * message.el (message-mailto): New function.
1316         (message-mailto): Should accept other parameters.
1317         (message-mailto): Remove since it duplicates browse-url-mailto
1318         functionality.
1319
1320 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1321
1322         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1323         methods.
1324         (gnus-read-active-file): Ditto.
1325
1326         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1327         ": " from the prompt.
1328         (gnus-group-make-group): Ditto.
1329
1330 2010-11-07  Glenn Morris  <rgm@gnu.org>
1331
1332         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1333         (gnus-bookmark-kill-line): Use point-at-eol.
1334
1335 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1336
1337         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1338         asterisks in From header.
1339
1340 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1341
1342         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1343         string to avoid making the From headers syntactically invalid.
1344
1345         * message.el (message-send-mail): Don't insert courtesy messages if the
1346         message already has List-Post and List-ID messages.
1347
1348 2010-11-06  Glenn Morris  <rgm@gnu.org>
1349
1350         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1351         `condition', `type', `length' a prefix.
1352         (gnus-treat-predicate): Update for above name changes.
1353
1354 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1355
1356         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1357         binding.  Handled by `gnus-summary-refer-thread' instead.
1358         (nnir-warp-to-article): New backend function.
1359
1360         * nnimap.el (nnimap-request-thread): Force dependency updating.
1361
1362         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1363         (gnus-summary-refer-thread): Rework to improve thread-referral.
1364
1365         * gnus-int.el (gnus-warp-to-article): New function.
1366
1367         * gnus-sum.el (gnus-summary-article-map): Bind it.
1368
1369 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1370
1371         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1372         gnus-summary-refer-thread.
1373
1374         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1375         headers.
1376         (gnus-summary-limit-include-thread): Prevent articles in thread from
1377         being cut in gnus-cut-threads.
1378         (gnus-summary-refer-thread): Limit retrieved headers to those in
1379         thread.
1380
1381 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1382
1383         * message.el (message-send-mail): Use the value of
1384         message-courtesy-message from the message buffer.
1385
1386         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1387
1388         * shr.el (shr-browse-url): Implement mailto: URLs.
1389
1390         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1391         "raw".
1392
1393         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1394         if it's already selected.
1395
1396         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1397
1398 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1399
1400         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1401         to measure the length and truncate alt text.
1402
1403 2010-11-03  Glenn Morris  <rgm@gnu.org>
1404
1405         * nndiary.el (nndiary-generate-nov-databases-1)
1406         (nndiary-generate-active-info): Rename dynamic variable `files' to
1407         something less generic.
1408
1409 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1410
1411         * nnir.el (nnir-request-move-article): Call the underlying backend to
1412         move articles from nnir.
1413
1414 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1415
1416         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1417
1418 2010-11-02  Julien Danjou  <julien@danjou.info>
1419
1420         * nnir.el: Remove wais support.
1421
1422 2010-11-02  Glenn Morris  <rgm@gnu.org>
1423
1424         * gnus-html.el: Reorder requirements to quieten compiler.
1425
1426 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1427
1428         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1429         properly for XEmacs as well.
1430         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1431         (gnus-article-natural-long-line-p): Use window-width rather than
1432         frame-width.
1433
1434 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1435
1436         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1437         (nnir-read-parms): Don't modify query.
1438         (nnir-run-query): Add ability to search topic on current line.
1439         (nnir-get-active): Clean up.
1440
1441 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1442
1443         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1444         degenerate articles.
1445
1446         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1447         (gnus-print-buffer): Just print the buffer as is, without any copying
1448         to a buffer and then re-highlighting.
1449
1450         * nnimap.el (nnimap-request-group): Store the new updated info.
1451         (nnimap-request-group): Select the group when we don't know whether it
1452         exists or not.
1453
1454         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1455         groups.
1456
1457         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1458         groups.
1459
1460         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1461         groups.
1462
1463         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1464         long-lines case by only filling the long lines.
1465
1466         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1467         (bug #7311).
1468
1469 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1470
1471         * shr.el: No need to declare `declare-function' since shr.el is for
1472         only Emacsen that provide `libxml-parse-html-region'.
1473
1474         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1475         effective only in a file it is referred to.
1476
1477 2010-11-01  Glenn Morris  <rgm@gnu.org>
1478
1479         * mm-util.el (gnus-completing-read): Autoload.
1480         (mm-read-coding-system): Simplify Emacs definition.
1481
1482         * nnmail.el (gnus-activate-group):
1483         * nnimap.el (gnutls-negotiate):
1484         * nntp.el (netrc-parse): Fix declarations.
1485
1486 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1487
1488         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1489         string-match-p in Emacs >=23.
1490
1491         * gnus-msg.el (gnus-configure-posting-styles)
1492         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1493
1494 2010-11-01  Glenn Morris  <rgm@gnu.org>
1495
1496         * nnir.el (declare-function): Add compat stub.
1497         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1498         (nnir-run-gmane): Require 'mm-url.
1499
1500         * mm-util.el (mm-string-to-multibyte): Simplify.
1501
1502         * shr.el (declare-function): Add compat stub.
1503         (url-cache-create-filename): Declare.
1504         (mm-disable-multibyte, widget-convert-button): Autoload.
1505
1506         * smime.el (ldap-search): Declare.
1507         (smime-cert-by-ldap-1): Require ldap on Emacs.
1508
1509         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1510         (nnimap-keepalive): Use gnus-float-time.
1511
1512         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1513         (mail-source-delete-crash-box): Use gnus-float-time.
1514
1515         * gnus-dired.el (gnus-completing-read): Autoload.
1516
1517         * mm-view.el (gnus-rescale-image): Autoload.
1518
1519         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1520
1521         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1522
1523         * sieve-manage.el: Require 'cl when compiling.
1524
1525         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1526         (gnus-iswitchb-completing-read): Require iswitchb.
1527         (gnus-select-frame-set-input-focus): Silence compiler.
1528
1529 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1530
1531         * message.el (message-subject-trailing-was-query): Change default to t,
1532         since I think that's what most people want.
1533
1534         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1535         appending for easier debugging.
1536         (nnimap-wait-for-connection): Take a regexp.
1537         (nnimap-request-accept-article): Wait for the continuation line before
1538         sending anything unless we're streaming.
1539
1540         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1541         leave the header washing to take place.
1542
1543 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1544
1545         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1546         regular expression match and replace in posting styles.
1547
1548 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1549
1550         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1551         an entire server.
1552         (nnir-get-active): New function.
1553         (nnir-run-imap): Use it.
1554         (nnir-run-gmane): Who knew, gmane search returns an article score!
1555
1556         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1557         server on the current line with nnir.
1558
1559 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1560
1561         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1562         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1563         left edge.
1564         (gnus-article-foldable-buffer): Skip past the prefix when determining
1565         raggedness.
1566
1567         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1568         the raw article, and change `C-u g' to show the article without doing
1569         treatments.
1570
1571         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1572         on to `gnus-treat-article'.
1573         (gnus-inhibit-article-treatments): New variable.
1574
1575         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1576
1577         * gnus-art.el (gnus-treatment-function-alist): Have
1578         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1579         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1580         sections.
1581
1582         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1583         parameter.
1584         (gnus-article-fill-cited-long-lines): New function.
1585         (gnus-article-fill-cited-article): Allow filling only long sections.
1586
1587         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1588         and non-punctuation (like after the apostrophe in "'We").
1589
1590         * gnus-sum.el (gnus-summary-select-article): Make sure
1591         gnus-original-article-buffer is alive.
1592
1593         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1594         reflect the order they're in in the digest.
1595
1596         * gnus.el (gnus-group-startup-message): Move point to the start of the
1597         buffer.
1598
1599         * nnimap.el (nnimap-capability): New function.
1600         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1601         is set.
1602
1603 2010-10-31  David Engster  <dengste@eml.cc>
1604
1605         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1606         conform with changes to gnus-completing-read.
1607
1608 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1609
1610         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1611
1612 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1613
1614         * nnir.el: Move defvar, defcustom around to keep file organized
1615         and keep byte-compiler quiet.
1616         (nnir-read-parms): Accept search-engine as arg.
1617         (nnir-run-query): Pass search-engine as arg.
1618         (nnir-search-engine): Remove.
1619
1620 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1621
1622         * shr.el (shr-generic): The text nodes should be text, not :text.
1623
1624         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1625         later in the file.
1626
1627 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1628
1629         * nnir.el: General clean up.  Allow searching with multiple engines.
1630         Allow separate extra-parameters for each engine.
1631         Batch queries when possible.
1632         (nnir-imap-default-search-key,nnir-method-default-engines):
1633         Add customize interface.
1634         (nnir-run-gmane): New engine.
1635         (nnir-engines): Use it.  Qualify all prompts with engine name.
1636         (nnir-search-engine): Remove global variable.
1637         (nnir-run-hyrex): Restore for now.
1638         (nnir-extra-parms,nnir-search-history): New variables.
1639         (gnus-group-make-nnir-group): Use them.
1640         (nnir-group-server): Remove in favor of gnus-group-server.
1641         (nnir-request-group): Avoid searching twice.
1642         (nnir-sort-groups-by-server): New function.
1643
1644 2010-10-30  Julien Danjou  <julien@danjou.info>
1645
1646         * gnus-group.el: Remove gnus-group-fetch-control.
1647
1648         * gnus-start.el (gnus-find-new-newsgroups):
1649         Remove gnus-check-first-time-used.
1650
1651         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1652
1653 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1654
1655         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1656         set on groups that don't have \* permanentflags.
1657
1658 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1659
1660         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1661         control the background color.
1662         (shr-tag-img): Ignore very small web bug type images.
1663         (shr-put-image): Add help-echo alt texts to the images.
1664         (shr-tag-video): Show the video poster image.
1665
1666 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1667
1668         * shr.el (shr-table-depth): New variable.
1669         (shr-tag-table-1): Only insert the images after the top-level table.
1670
1671         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1672
1673         * gnus-util.el (gnus-list-memq-of-list): New function.
1674
1675         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1676         selected.
1677         (nnimap-unsplittable-articles): New slot.
1678         (nnimap-new-articles): Use it.
1679
1680 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1681
1682         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1683         move to the previous line on `M-g'.
1684
1685 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1686
1687         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1688         *-request-group, which seems unnecessary.
1689
1690         * nnimap.el (nnimap-quote-specials): Function copied over from
1691         imap.el.
1692         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1693         they support that.  Suggested by Tom Regner.
1694
1695 2010-10-29  Julien Danjou  <julien@danjou.info>
1696
1697         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1698         defalias.
1699         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1700
1701         * gnus.el: Remove `gnus-nntp-service' variable.
1702         (gnus-secondary-servers): Make obsolete.
1703         (gnus-nntp-server): Make obsolete.
1704
1705         * gnus-start.el (gnus-1): Remove x-splash calls.
1706
1707         * gnus-ems.el (gnus-x-splash): Remove.
1708
1709         * gnus.el (gnus-group-startup-message): Simplify/update code.
1710
1711         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1712         definition.
1713
1714         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1715         capability before doing anything.
1716         (gnus-group-insert-group-line): Remove useless
1717         gnus-group-remove-excess-properties.
1718
1719 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1720
1721         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1722
1723 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1724
1725         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1726         config after reselecting.
1727
1728 2010-10-28  Julien Danjou  <julien@danjou.info>
1729
1730         * shr.el (shr-put-image): Use point even if only inserting text.
1731         (shr-put-image): Save excursion when inserting alt text on non-graphic
1732         display, so the behaviour is the same when we are on a graphic display.
1733
1734         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1735
1736 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1737
1738         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1739         (gnus-mime-copy-part): Check coding system, not charset.
1740         (gnus-mime-view-part-externally): Never remove part.
1741         (gnus-mime-view-part-internally): Don't remove part here.
1742         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1743         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1744         multipart/alternative.
1745
1746         * mm-decode.el (mm-display-part): Take optional arg `force'.
1747
1748 2010-10-26  Julien Danjou  <julien@danjou.info>
1749
1750         * gnus-group.el (gnus-group-default-list-level): Add this function to
1751         compute the default list level.
1752         (gnus-group-default-list-level): Add possibility to use a function.
1753
1754 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1755
1756         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1757
1758         * gnus-group.el (gnus-group-completing-read)
1759         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1760         gnus-replace-in-string.
1761
1762 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1763
1764         * shr.el (shr-tag-div): Add.
1765
1766         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1767
1768 2010-10-25  Julien Danjou  <julien@danjou.info>
1769
1770         * gnus-util.el: Remove `gnus-with-local-quit'.
1771
1772         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1773
1774 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1775
1776         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1777         the original article buffer.
1778
1779 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1780
1781         * nnimap.el (nnimap-request-head): New function.
1782         (nnimap-request-move-article): Try to be slighly faster by not
1783         requesting the entire message when moving.
1784         (nnimap-transform-headers): Don't bug out on bodiless articles.
1785         (nnimap-send-command): Have no outstanding messages if the IMAP server
1786         doesn't support streaming.
1787         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1788
1789 2010-10-24  Julien Danjou  <julien@danjou.info>
1790
1791         * message.el (message-default-headers): Fix type.
1792
1793 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1794
1795         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1796         prefetching images.
1797
1798         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1799         backend for unknown groups.  This is mainly useful for nnimap groups.
1800
1801         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1802         group isn't covered by the agent.
1803
1804 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1805
1806         * nnir.el (nnir-method-default-engines): New variable.
1807         (nnir-run-query): Use it.
1808         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1809         (gnus-summary-nnir-goto-thread): Change group if needed.
1810
1811         * gnus-group.el (gnus-group-group-map): Add key binding for
1812         gnus-group-make-nnir-group.
1813
1814 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1815
1816         * shr.el (shr-tag-object): Add.
1817
1818         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1819         original article buffer live.
1820         (gnus-summary-select-article-buffer):
1821         Mention gnus-widen-article-buffer.
1822
1823 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1824
1825         * shr.el (shr-tag-strong): Add.
1826
1827 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1828
1829         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1830         group names.  They mess up the group buffer badly.
1831
1832         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1833
1834         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1835         instead of the summary one.
1836
1837 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1838
1839         * mml.el (mml-preview): Work properly when editing article.
1840
1841         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1842         gnus-have-read-active-file if it's already been in.
1843
1844 2010-10-22  Tom Tromey  <tromey@redhat.com>
1845
1846         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1847         gnus-group-completing-read.
1848
1849 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1850
1851         * message.el (message-mode-map): Don't bind M-; to comment region, to
1852         allow the global comment-dwim to work.
1853
1854 2010-10-21  Julien Danjou  <julien@danjou.info>
1855
1856         * message.el (message-setup-1): Allow message-default-headers to be a
1857         function.
1858
1859 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1860
1861         * shr.el (shr-tag-table): Simplify.
1862
1863 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1864
1865         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1866         to avoid trying to snarf invalid stuff.
1867
1868         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1869
1870         * gnus.el (gnus-message-archive-group): Quote value.
1871         (gnus-message-archive-group): Mark as changed.
1872
1873         * shr.el (shr-add-font): Don't put the font properties on the newline
1874         or the indentation.
1875
1876         * message.el (message-fix-before-sending): Change options when sending
1877         non-printable characters.
1878
1879         * gnus.el (gnus-message-archive-method): Change the default to
1880         monthly outgoing groups.
1881
1882         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1883         that have gotten new numbers.
1884
1885         * nnimap.el (nnimap-request-replace-article): New function.
1886
1887 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1888
1889         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1890         (nnrss-request-article): Don't use special html washing code.
1891
1892 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1893
1894         * shr.el (shr-tag-table): Remove useless nconc.
1895
1896 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1897
1898         * gnus-art.el (article-wash-html): Simplify and remove the charset
1899         stuff.  Use the normal html rendering code instead of the special html
1900         washing code.
1901
1902         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1903         `gnus-w3m' symbols.
1904         (mm-text-html-washer-alist): Remove.
1905
1906         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1907         (mm-inline-media-tests): Remove use.
1908         (mm-text-html-renderer): Change default to the `shr' symbol.
1909
1910         * mm-view.el (mm-inline-text-html): Remove use.
1911
1912         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1913         `gnus-blocked-images' to be a function.
1914         (gnus-article-wash-function): Remove.
1915
1916 2010-10-20  Julien Danjou  <julien@danjou.info>
1917
1918         * spam.el (spam-list-of-processors): Mark as obsolete.
1919
1920         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1921         (nnimap-insert-partial-structure): Fix boundary detection.
1922
1923 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1924
1925         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1926         run file-truename on remote files.  This can be expensive and even
1927         prevent one from editing drafts if some unrelated buffer has a stale
1928         connection.
1929
1930 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1931
1932         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1933         kinsoku-eol regardless of shr-kinsoku-shorten.
1934         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1935         (shr-tag-table): Support caption, thead, and tfoot.
1936
1937 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1938
1939         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1940         lines.
1941         (shr-save-contents): New command and keystroke.
1942
1943         * nndoc.el (nndoc-type-alist): Add git support.
1944         (nndoc-git-type-p): New function.
1945         (nndoc-transform-git-article): Ditto.
1946         (nndoc-transform-git-headers): Ditto.
1947         (nndoc-transform-git-headers): Generate Subject headers.
1948
1949         * shr.el (shr-parse-style): New function.
1950         (shr-tag-span): Ditto.
1951
1952         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1953         to `G G' to avoid collisions.
1954
1955 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1956
1957         * shr.el: Load kinsoku if necessary.
1958         (shr-kinsoku-shorten): New internal variable.
1959         (shr-find-fill-point): Make kinsoku shorten text line if
1960         shr-kinsoku-shorten is bound to non-nil.
1961         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1962         shr-indentation too when testing if table is wider than frame width.
1963         (shr-insert-table): Use `string-width' instead of `length' to measure
1964         text width.
1965         (shr-insert-table-ruler): Make sure indentation is done at bol.
1966
1967 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1968
1969         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1970         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1971         undecoded network data.
1972
1973 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1974
1975         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1976         name in the mode line spec so that the mode line menu works
1977         (bug #2431).
1978
1979         * message.el (message-get-reply-headers): If we're fed `to-address',
1980         then always use that.
1981
1982         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1983         aren't so wide as to need to switch off the edit menu.
1984
1985         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1986         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1987
1988         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1989         `M-g'.
1990         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1991         the permanent marks.
1992
1993 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1994
1995         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1996         Splitting according to references/in-reply-to obeys the ignore-groups
1997         variable, while splitting by sender and subject do not.
1998
1999 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2000
2001         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2002         alist, so that we can look for non-Unicode chars.
2003         (article-translate-strings): Allow both character and string maps.
2004
2005 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2006
2007         * shr.el (shr-insert): Don't insert space behind a wide character
2008         categorized as kinsoku-bol, or between characters both categorized as
2009         nospace.
2010
2011 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2012
2013         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2014         headers to gnus-newsgroup-headers.
2015
2016 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2017
2018         * shr.el (shr-tag-img): Don't align images -- since we're not
2019         rescaling, this often leads to ugly displays.
2020
2021 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2022
2023         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2024         duplicates.
2025
2026 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2027
2028         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2029         call.
2030
2031 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2032
2033         * gnus.el: Autoload gnus-html-show-images.
2034
2035         * nnimap.el: Use nnheader-message throughout.
2036
2037         * shr.el (shr-tag-img): Ignore images with no data.
2038
2039 2010-10-15  Julien Danjou  <julien@danjou.info>
2040
2041         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2042         a possibility to disable format=flow encoding when using hard newlines.
2043
2044 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2045
2046         * shr.el (shr-insert): Remove space inserted before or after a
2047         breakable character or at the beginning or the end of a line.
2048         (shr-find-fill-point): Do kinsoku; find the second best point or give
2049         it up if there's no breakable point.
2050
2051 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2052
2053         * nnimap.el (nnimap-open-connection): Message when opening connection
2054         for debugging purposes.
2055
2056         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2057         on every setup buffer call to allow this to change from article to
2058         article.
2059
2060         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2061         buffers where we have a wide table.
2062
2063 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2064
2065         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2066         uses *-request-thread.
2067
2068 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2069
2070         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2071         incantation, which is no longer valid.
2072
2073 2010-10-14  Julien Danjou  <julien@danjou.info>
2074
2075         * shr.el: Fix defcustom type (char -> character).
2076
2077 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2078
2079         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2080         programs.
2081
2082 2010-10-14  Julien Danjou  <julien@danjou.info>
2083
2084         * shr.el (shr-tag-a): Use url-link as widget type.
2085
2086         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2087         `gnus-group-get-icon'.
2088
2089 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2090
2091         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2092         This should make server editing work better.
2093
2094         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2095
2096         * tls.el (tls-program): Remove spurious %s from openssl.
2097
2098         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2099         (nnimap-parse-flags): Fix regexp.
2100
2101         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2102         probably work for CJVK text, too.
2103
2104         * nnimap.el (nnimap-extend-tls-programs): Remove.
2105         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2106
2107         * tls.el (tls-starttls-switches): Remove starttls hack.
2108         (open-tls-stream): Ditto.
2109         (tls-find-starttls-argument): Ditto.
2110
2111 2010-10-13  Julien Danjou  <julien@danjou.info>
2112
2113         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2114         responses.
2115
2116 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2117
2118         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2119
2120         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2121         anything in Emacs.
2122
2123         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2124
2125 2010-10-13  Julien Danjou  <julien@danjou.info>
2126
2127         * shr.el (shr-width): Make shr-width a defcustom with default to
2128         fill-column.
2129         (shr-tag-img): Use shr-width rather than fill-column.
2130
2131 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2132
2133         * dgnushack.el (byte-optimize-apply)
2134         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2135
2136         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2137         position when (X-)Faces exist.
2138         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2139         avatars when called interactively.
2140
2141 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2142
2143         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2144         gnus-article-x-face-too-ugly is bound.
2145
2146 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2147
2148         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2149
2150         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2151         mailbox that doesn't exist.
2152
2153 2010-10-12  Julien Danjou  <julien@danjou.info>
2154
2155         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2156         (shr-get-image-data): Encode URL properly when fetching from cache.
2157         (shr-tag-img): Use aligned-to spaces to align correctly images.
2158
2159         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2160         before inserting the Gravatar.
2161
2162         * shr.el (shr-tag-img): Add align attribute support for <img>.
2163
2164 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2165
2166         * gnus-gravatar.el (gnus-art): Require.
2167
2168         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2169         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2170         Remove long obsoleted functions.
2171
2172 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2173
2174         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2175
2176         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2177
2178         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2179         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2180         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2181         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2182         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2183         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2184         * sieve-manage.el, smime.el, spam.el:
2185         Fix comment for declare-function.
2186
2187 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2188
2189         * nnimap.el (nnimap-request-rename-group): Select group read-only
2190         before renaming it.
2191
2192         * shr.el (shr-insert): Fix up the white space only regexp.
2193
2194         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2195         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2196
2197         * shr.el (shr-current-column): New function.
2198         (shr-find-fill-point): New function.
2199
2200 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2201
2202         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2203         numbers.
2204
2205 2010-10-11  Julien Danjou  <julien@danjou.info>
2206
2207         * shr.el (shr-hr-line): Add.
2208         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2209         display hr lines.
2210         (shr-max-columns): Do not change state to nil if we just inserting
2211         spaces.
2212
2213 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2214
2215         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2216         select the last group.
2217
2218 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2219
2220         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2221
2222 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2223
2224         * dig.el (dig-mode-map): Declare and define in one step.
2225
2226 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2227
2228         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2229         for Gnus.
2230         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2231         (nnimap-update-qresync-info): Mark \Seen articles as read.
2232
2233         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2234         non-variable, too.
2235
2236         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2237         available.
2238         (nnimap-update-info): Rely more on the current active than the param
2239         active to avoid marking articles as read too much.
2240
2241         * auth-source.el (auth-source-create): Use (user-login-name) for the
2242         user name default.
2243
2244         * nnimap.el (nnimap-update-info): If the server doesn't return any
2245         useful info, just use the previous info.
2246         (nnimap-update-info): Prefer old info over start-article.
2247         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2248
2249 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2250
2251         * nnir.el (autoload): Clean up autoloads.
2252         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2253         Use key rather than value.
2254         (nnir-imap-search-other): New variable.
2255         (nnir-read-parm): Use it.
2256         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2257         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2258
2259 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2260
2261         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2262         the process, too.
2263
2264 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2265
2266         * spam.el (gnus-summary-mode-map): Bind to "$".
2267         Suggested by Russ Allbery.
2268
2269         * shr.el: Rework the way things are indented by <li> slightly.
2270
2271         * gnus.el (gnus-group-set-parameter): Fix typo.
2272
2273         * nnimap.el: Start implementing QRESYNC support.
2274
2275 2010-10-09  Julien Danjou  <julien@danjou.info>
2276
2277         * nnir.el (nnir-engines): Fix too many arguments.
2278
2279 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2280
2281         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2282         group is the "last", so that the backends like nnfolder actually save
2283         their folders.
2284
2285         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2286         try to use that for the tls stream.
2287         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2288         UIDVALIDITY and find out which groups are read-only and not.
2289         (nnimap-get-flags): Use the same marks parsing code as the rest of
2290         nnimap.
2291
2292 2010-10-09  Julien Danjou  <julien@danjou.info>
2293
2294         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2295
2296         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2297         retrieving gravatars.
2298
2299         * shr.el (shr-table-corner): Add.
2300         (shr-table-line): Add.
2301         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2302
2303 2010-10-08  Julien Danjou  <julien@danjou.info>
2304
2305         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2306
2307 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2308
2309         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2310
2311         * gnus-sum.el (gnus-mark-article-as-unread)
2312         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2313         (gnus-summary-set-bookmark): Use it.
2314
2315         * gnus-msg.el (gnus-setup-message): Use it.
2316
2317         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2318
2319         * gnus.el (gnus-group-remove-parameter): Use it.
2320
2321         * gnus-group.el (gnus-group-make-web-group): Use it.
2322
2323         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2324
2325         * nnregistry.el: Update docs to mention manual.
2326
2327         * gnus-registry.el: Update docs to mention nnregistry.el.
2328         (gnus-registry-initialize): Don't install nnregistry refer method
2329         automatically.
2330         (gnus-registry-install-nnregistry): Remove it.
2331
2332 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2333
2334         * shr.el (shr-insert): Don't insert double spaces.
2335
2336 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2337
2338         * gnus-gravatar.el (gnus-treat-from-gravatar)
2339         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2340         called interactively.
2341
2342         * gnus-art.el (gnus-mime-view-part-externally)
2343         (gnus-mime-view-part-internally): Make predicate function passed to
2344         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2345         of a mime type.
2346
2347         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2348
2349 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2350
2351         * shr.el (require): Require cl when compiling.
2352         (shr-tag-hr): New function.
2353
2354         * nnimap.el (nnimap-update-info): Remove double setting of high.
2355         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2356         This makes nnimap work properly on Courier again.
2357
2358         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2359         the variable for backwards compatability.
2360
2361         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2362         the file name before using to avoid setting mm-default-directory to
2363         nil.
2364
2365         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2366         bidning gnus-agent variables.
2367
2368         * shr.el (shr-render-td): Use a cache for the table rendering function
2369         to avoid getting an exponential rendering behaviour in nested tables.
2370         (shr-insert): Rework the line-breaking algorithm.
2371         (shr-insert): Don't leave trailing spaces.
2372         (shr-insert-table): Also insert empty TDs.
2373         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2374
2375 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2376
2377         * gnus-sum.el (gnus-number): Rename from `number'.
2378         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2379         (gnus-summary-limit-children): Update uses correspondingly.
2380
2381 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2382
2383         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2384         (gnus-gravatar-transform-address): Don't show avatars of people of
2385         which mail addresses match gnus-gravatar-too-ugly.
2386
2387 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2388
2389         * shr.el (shr-table-widths): Expand TD elements to fill available
2390         space.
2391
2392 2010-10-07  Julien Danjou  <julien@danjou.info>
2393
2394         * nnimap.el (nnimap-request-rename-group): Add this method.
2395
2396 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2397
2398         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2399         name from XEmacs' function-arglist.
2400
2401         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2402         gravatar under XEmacs.
2403
2404 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2405
2406         * auth-source.el: Update docs with TODO items.
2407
2408         * gnus-sync.el: Update docs to explain state and plans.
2409
2410         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2411         Hooks for mark updates.
2412         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2413
2414         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2415         hooks with arguments, which is needed for mark update hooks.
2416
2417 2010-10-06  Julien Danjou  <julien@danjou.info>
2418
2419         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2420         was matched.
2421
2422         * sieve-manage.el: Update example in `Commentary'.
2423
2424         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2425
2426         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2427         not 2000.
2428         (sieve-manage-authenticate): Re-add function.
2429
2430 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2431
2432         * shr.el (shr-insert): Get 'space transition right.
2433         (shr-render-td): Only delete space at the end of the TD.
2434
2435         * nnimap.el (nnimap-open-connection): Prepare to support
2436         open-gnutls-stream.
2437
2438         * shr.el: Rearrange function order to be more logical.
2439
2440 2010-10-06  Julien Danjou  <julien@danjou.info>
2441
2442         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2443         (nnrss-discover-feed): Remove 404 URL in docstring.
2444
2445         * nnir.el: Fix Swish-E URL.
2446         Fix Namazu URL.
2447
2448         * message.el (message-change-subject): Remove 404 URL in a comment.
2449
2450 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2451
2452         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2453         called interactively.
2454
2455         * gnus-util.el (gnus-remove-if): Allow hash table.
2456         (gnus-remove-if-not): New function.
2457
2458         * gnus-art.el (gnus-mime-view-part-as-type)
2459         * gnus-score.el (gnus-summary-score-effect)
2460         * gnus-sum.el (gnus-read-move-group-name):
2461         Replace remove-if-not with gnus-remove-if-not.
2462
2463         * gnus-group.el (gnus-group-completing-read):
2464         Regard collection as a hash table if it is not a list.
2465
2466 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2467
2468         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2469
2470         * shr.el: Document the table-rendering algorithm.
2471
2472 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2473
2474         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2475         for Emacsen having no `libxml-parse-html-region' support.
2476
2477 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2478
2479         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2480         invalid URLs.
2481
2482         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2483         line-broken.
2484         (shr-tag-img): Ignore image fetching errors.
2485         (shr-overlays-in-region): Compute overlay positions correctly.
2486
2487         * mm-decode.el (mm-shr): Require shr.
2488
2489         * gnus-art.el (gnus-blocked-images): Move variable here.
2490
2491         * shr.el (shr-insert-table): Bind free variable.
2492
2493         * mm-decode.el (mm-shr): Bind shr-content-function.
2494
2495         * shr.el (shr-content-function): New variable.
2496
2497         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2498         added for symmetry.
2499
2500         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2501
2502         * gnus-group.el (gnus-group-make-group): Doc fix.
2503
2504         * nnimap.el (nnimap-request-newgroups): Return success.
2505
2506         * shr.el (shr-find-elements): New function.
2507         (shr-tag-table): Put all the images after the table.
2508         (shr-tag-table): Really inhibit images inside the table.
2509         (shr-collect-overlays): Copy over overlays from the TD elements to the
2510         main document.
2511
2512         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2513         gnus-blocked-images.
2514
2515 2010-10-05  Julien Danjou  <julien@danjou.info>
2516
2517         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2518
2519         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2520         (gnus-html-maximum-image-size): Add this function.
2521         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2522
2523         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2524         server-value of the capability is nil.
2525
2526 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2527
2528         * shr.el (shr-tag-em): Add <EM> tag.
2529
2530 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2531
2532         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2533         customizable.
2534
2535         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2536         handing broken links to browse-url.
2537
2538 2010-10-05  Julien Danjou  <julien@danjou.info>
2539
2540         * gnus-util.el (gnus-emacs-completing-read)
2541         (gnus-iswitchb-completing-read): Use autoload rather than require.
2542
2543 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2544
2545         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2546         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2547         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2548         iswitchb-temp-buflist for XEmacs.
2549
2550         * gnus-util.el (gnus-completing-read-function): Exclude
2551         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2552         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2553         XEmacs.
2554
2555         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2556         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2557
2558         * gnus-html.el: Don't require help-fns under XEmacs.
2559         (gnus-html-schedule-image-fetching): Work for XEmacs.
2560
2561         * mm-decode.el (mm-shr): Decode contents by charset.
2562
2563 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2564
2565         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2566         unknown.
2567
2568         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2569         (shr-get-image-data): Ensure against the cache file missing.
2570
2571         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2572         for data.
2573
2574         * spam-report.el (spam-report-url-ping-plain): Don't query about
2575         killing the process.
2576
2577         * shr.el (shr-render-td): Protect against too-wide text.
2578
2579 2010-10-04  Julien Danjou  <julien@danjou.info>
2580
2581         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2582         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2583
2584         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2585         retrieved.
2586
2587 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2588
2589         * shr.el (browse-url): Require.
2590         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2591         lines.
2592         (shr-show-alt-text, shr-browse-image): New commands.
2593         (shr-browse-url, shr-copy-url): New commands.
2594
2595         * gnus-sum.el (gnus-widen-article-window): New variable.
2596         (gnus-summary-select-article-buffer): Use it.
2597
2598         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2599         without @ signs.
2600
2601 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2602
2603         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2604
2605 2010-10-04  Julien Danjou  <julien@danjou.info>
2606
2607         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2608         for XEmacs.
2609
2610 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2611
2612         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2613
2614         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2615         (nnimap-close-server): Implement.
2616
2617         * dgnushack.el (iswitchb): Require to shut up the compiler.
2618
2619         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2620         (shr-insert): Tweak line breaking.
2621         (shr-insert): Handle <pre> better.
2622         (shr-tag-li): Get <li> indentation right.
2623         (shr-tag-li): Get <li> indentation even righter.
2624         (shr-tag-blockquote): Ensure paragraph start.
2625         (shr-make-table): Tweak table generation.
2626         (shr-make-table): Fix typo.
2627
2628         * shr.el: Implement table rendering.
2629
2630 2010-10-04  Julien Danjou  <julien@danjou.info>
2631
2632         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2633
2634 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2635
2636         * shr.el (shr-insert): Use string anchors instead of line anchors.
2637
2638 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2639
2640         * shr.el: Add headings.
2641         (shr-ensure-paragraph): Actually work.
2642         (shr-tag-li): Make <ul> prettier.
2643         (shr-insert): Get white space at the beginning/end of elements right.
2644         (shr-tag-p): Collapse subsequent <p>s.
2645         (shr-ensure-paragraph): Don't insert double line feeds after blank
2646         lines.
2647         (shr-insert): \t is also space.
2648         (shr-tag-s): Fix "s" tag name function.
2649         (shr-tag-s): Fix face prop name.
2650
2651 2010-10-03  Julien Danjou  <julien@danjou.info>
2652
2653         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2654
2655         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2656         gnus-window-inside-pixel-edges.
2657
2658         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2659         gnus-ems.
2660
2661         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2662
2663         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2664         function.
2665
2666         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2667         resize choice.
2668
2669 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2670
2671         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2672         beginning of the buffer.
2673
2674         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2675         article buffer again.
2676
2677         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2678
2679         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2680         when it's at the start of the buffer.
2681
2682         * shr.el (shr-tag-blockquote): Convert name.
2683         (shr-rescale-image): Use the right image-size variant.
2684
2685         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2686         buffer isn't shown, then select the current article first instead of
2687         bugging out.
2688         (gnus-summary-select-article-buffer): Show both the article and summary
2689         buffers again.
2690
2691         * shr.el (shr-fontize-cont): Protect against regions with no text.
2692         Rename tag functions to shr-tag-* for enhanced security.
2693         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2694
2695 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2696
2697         * shr.el (shr-insert):
2698         * pop3.el (pop3-movemail):
2699         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2700         loaded.
2701
2702 2010-10-03  Glenn Morris  <rgm@gnu.org>
2703
2704         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2705
2706         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2707
2708         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2709
2710         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2711
2712         * gnus-util.el (gnus-make-local-hook): Simplify.
2713
2714 2010-10-02  Julien Danjou  <julien@danjou.info>
2715
2716         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2717         (gnus-ido-completing-read): New function.
2718         (gnus-emacs-completing-read): New function.
2719         (gnus-completing-read): Use gnus-completing-read-function.
2720         Add gnus-completing-read-function.
2721
2722 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2723
2724         * shr.el (shr-insert-document): Autoload.
2725         (shr-img): Be silent.
2726         (shr-insert): Add a newline after every picture before text.
2727         (shr-add-font): Use overlays for combining faces.
2728         (shr-insert): Pass upwards the text start point.
2729
2730         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2731         possible.
2732         (mm-shr): New function.
2733
2734 2010-10-02  Julien Danjou  <julien@danjou.info>
2735
2736         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2737         should go backward.
2738
2739 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2740
2741         * shr.el (shr): Fix typo in provide call.
2742
2743 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2744
2745         * shr.el: New file.
2746
2747         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2748
2749         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2750         completing read.
2751
2752 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2753
2754         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2755         we're being queried about.  Suggested by Dan Jacobson.
2756
2757         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2758         Suggested by Jason Eisner.
2759
2760         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2761         table, too.  Suggested by Stefan Wiens.
2762         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2763         the table unnecessary.  Suggested by Stefan Wiens.
2764
2765         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2766         longer needed, and probably doesn't work either, as pointed out by
2767         Stefan Wiens.
2768         (gnus-summary-exit): Remove call to the clearing function.
2769         (gnus-summary-exit-no-update): Ditto.
2770
2771         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2772         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2773         Reported by Stefan Monnier.
2774         (gnus-summary-save-in-rmail): Ditto.
2775
2776         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2777         article buffer, instead of both the article buffer and the summary
2778         buffer.  Sort of suggested by Dan Jacobson.
2779
2780         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2781
2782         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2783         Suggested by Dan Jacobson.
2784
2785         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2786         documentation clearer.
2787
2788         * message.el (message-shorten-references): Comment on the number "21".
2789         Suggested by Stefan Monnier.
2790
2791         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2792         Suggested by Dan Jacobson.
2793
2794         * gnus.el (gnus-large-newsgroup):
2795         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2796
2797         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2798         externalize attachments.  Bug reported by Steve Wen.
2799
2800         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2801         really message anything to the user.
2802
2803         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2804         directly.
2805
2806         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2807         messages in empty groups.
2808
2809 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2810
2811         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2812         non-UIDNEXT group.
2813
2814 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2815
2816         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2817         not the value from the collection.
2818
2819         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2820         values.  This sometimes happens on some groups that have no info.
2821         (nnimap-request-newgroups): New function.
2822
2823 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2824
2825         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2826         check into `gnus-registry-initialize'.
2827         (gnus-registry-initialize): Ditto.
2828         Fix and extend header docs.
2829
2830 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2831
2832         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2833         regexp backtrace overflows.
2834
2835         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2836         for starttls that tls.el implements; i.e. openssl.
2837
2838         * tls.el (tls-starttls-switches): Give up on using starttls with
2839         gnutls-cli.
2840         (tls-program): Add --insecure to be consistent with the defaults from
2841         openssl s_client.  Now all three commands are insecure.
2842
2843 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2844
2845         * lpath.el: Bind completion-styles-alist for XEmacs.
2846
2847         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2848         (gravatar-create-image): New function that's an alias to
2849         gnus-xmas-create-image, gnus-create-image, or create-image.
2850         (gravatar-data->image): Use it.
2851
2852 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2853
2854         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2855         install the nnregistry refer method.
2856         (gnus-registry-install-hooks): Use it.
2857         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2858         unfollowed groups.
2859
2860 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2861
2862         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2863         expanding threads.
2864
2865 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2866
2867         * nnir.el: Use the server names without suffixes (bug #7009).
2868
2869         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2870         unencrypted to STARTTLS, if possible.
2871
2872 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2873
2874         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2875         headers before superseding.
2876
2877 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2878
2879         * nnrss.el (nnrss-use-local): Add documentation.
2880
2881         * nnimap.el (nnimap-extend-tls-programs): New function.
2882         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2883         (nnimap-wait-for-connection): Accept the greeting from the stupid
2884         output from openssl s_client -starttls, too.
2885
2886         * tls.el (tls-starttls-switches): New variable.
2887         (tls-find-starttls-argument): Use it.
2888         (open-tls-stream): Ditto.
2889
2890         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2891         (netrc-machine): Ditto.
2892
2893         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2894         article number.
2895         (nnimap-split-fancy): New variable.
2896         (nnimap-split-incoming-mail): Use it.
2897
2898         * nntp.el (nntp-server-list-active-group): Document.
2899
2900         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2901         SELECT to get the message-id.
2902
2903         * mail-source.el (mail-sources): Remove webmail support.
2904         (defvar): Ditto.
2905         (mail-source-fetcher-alist): Ditto.
2906         (mail-source-fetch-webmail): Remove.
2907
2908         * webmail.el: Remove -- doesn't seem relevant any more.
2909
2910         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2911
2912         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2913         the \r.
2914
2915 2010-09-30  Julien Danjou  <julien@danjou.info>
2916
2917         * gnus-agent.el (gnus-agent-add-group): Fix call to
2918         gnus-completing-read.
2919
2920 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2921
2922         * nndoc.el (nndoc-retrieve-groups): New function.
2923
2924         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2925         `default', use nnmail-split-methods.
2926         (nnimap-request-article): Downcase the NILs so that they are nil.
2927
2928         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2929         symbol.
2930
2931         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2932         code, since if the user has requested network, that's what they ought
2933         to get.
2934         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2935         (nnimap-split-rule): Mark as obsolete.
2936
2937         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2938         New variable.
2939
2940         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2941         correct slot, too.
2942
2943 2010-09-29  Julien Danjou  <julien@danjou.info>
2944
2945         * gnus.el (gnus-local-domain): Declare variable obsolete.
2946
2947         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2948         Fix history computing.
2949         (gnus-ido-completing-read): Require ido.
2950
2951 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2952
2953         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2954         build Gnus.
2955
2956         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2957         when interpreting the structures.
2958         (nnimap-request-accept-article): Add \r\n to the lines to make this
2959         work with Cyrus.
2960
2961         * nndraft.el (nndraft-request-expire-articles): Use the group name
2962         instead if "nndraft".  Fix found by Nils Ackermann.
2963
2964 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2965
2966         * nnregistry.el: Add.
2967
2968 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2969
2970         * nnmail.el (group, group-art-list, group-art):
2971         Remove unneeded directives.
2972
2973 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2974
2975         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2976         (mm-mime-charset)
2977         * rfc2047.el (rfc2047-syntax-table)
2978         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2979
2980         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2981         rather than `insert-file-contents' and `eval-region'.
2982
2983         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2984         construction.
2985
2986         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2987
2988         * time-date.el: No need to require cl for Emacs 21.
2989
2990 2010-09-29  Julien Danjou  <julien@danjou.info>
2991
2992         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2993         replacement of `gnus-gravatar-relief' to mimic
2994         `gnus-faces-properties-alist'.
2995         Add :version property.
2996
2997 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2998
2999         * mail-source.el (mail-source-report-new-mail)
3000         * message.el (message-default-mail-headers)
3001         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3002
3003         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3004
3005 2010-09-28  Julien Danjou  <julien@danjou.info>
3006
3007         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3008         mail-address contains the same string as real-name.
3009
3010         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3011         non-blank in header, otherwise it'll get stripped.
3012
3013         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3014         real-name, and then for mail address rather than doing : or , search.
3015
3016 2010-09-27  Julien Danjou  <julien@danjou.info>
3017
3018         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3019         right completing-read function.
3020         (gnus-use-ido): New variable
3021         (gnus-completing-read-with-default): Remove.
3022         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3023         (gnus-agent-add-group):
3024         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3025         * mm-view.el (mm-view-pkcs7-decrypt):
3026         * mm-util.el (mm-codepage-setup):
3027         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3028         * mml-smime.el (mml-smime-openssl-sign-query):
3029         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3030         (mml-insert-multipart):
3031         * gnus-msg.el (gnus-summary-yank-message):
3032         * gnus-int.el (gnus-start-news-server):
3033         * mm-decode.el (mm-interactively-view-part):
3034         * gnus-dired.el (gnus-dired-attach):
3035         * gnus.el (gnus-read-method):
3036         * gnus-bookmark.el (gnus-bookmark-jump):
3037         * gnus-art.el (gnus-mime-view-part-as-type)
3038         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3039         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3040         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3041         * nnmairix.el (nnmairix-create-server-and-default-group)
3042         (nnmairix-update-groups, nnmairix-get-server)
3043         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3044         (nnmairix-get-group-from-file-path):
3045         * nnrss.el (nnrss-find-rss-via-syndic8):
3046         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3047         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3048         (gnus-group-browse-foreign-server):
3049         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3050         (gnus-summary-execute-command, gnus-summary-respool-article)
3051         (gnus-read-move-group-name):
3052         * gnus-score.el (gnus-summary-increase-score)
3053         (gnus-summary-score-effect):
3054         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3055
3056 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3057
3058         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3059         x-focus-frame.
3060
3061         * nnimap.el (auth-source-forget-user-or-password)
3062         (auth-source-user-or-password): Autoload.
3063
3064         * message.el (message-from-style, message-interactive)
3065         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3066         (message-yank-prefix, message-indentation-spaces, message-signature)
3067         (message-signature-file): Add comment.
3068
3069 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3070
3071         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3072         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3073         new articles.
3074
3075         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3076         parts.
3077         (nnimap-request-article): Work with the t setting, too.
3078
3079         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3080         that you don't get flashes of other buffers.
3081         (gnus-summary-show-complete-article): Intern before setting.
3082
3083 2010-09-27  David Engster  <dengste@eml.cc>
3084
3085         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3086         well as HEADERS.
3087         (nnmairix-retrieve-headers): Provide new argument for the above.
3088
3089 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3090
3091         * gnus-sum.el (gnus-summary-move-article): Don't alter
3092         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3093         group.
3094
3095         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3096
3097         * message.el (message-cite-prefix-regexp): Revert my last edit.
3098
3099         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3100         variable instead of the Gnus variable.
3101
3102         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3103
3104         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3105
3106         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3107         since some servers don't like it.
3108         (nnimap-open-connection): Forget credentials if the server says the
3109         password was wrong.
3110         (nnimap-parse-line): Protect against invalid data.
3111
3112         * gnus-sum.el (gnus-summary-move-article): Add comment.
3113         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3114         nothing alters it while scanning for new messages.
3115
3116         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3117         which may or may not help.
3118         (nnimap-open-connection): If we're doing a stream connection, and then
3119         discover we're on a STARTTLS-capable server, then open a STARTTLS
3120         connection instead.
3121
3122 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3123
3124         * nnimap.el (utf7): Require.
3125
3126         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3127         prefix.
3128
3129 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3130
3131         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3132
3133 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3134
3135         * nnimap.el (nnimap-request-accept-article): Message the error on
3136         error.
3137
3138 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3139
3140         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3141
3142 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3143
3144         * nndoc.el (nndoc-request-list): Return success always.
3145
3146         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3147         `fetch-old' -- we only want to fetch the articles we've requested.
3148         The rest are in the agent, probably.
3149         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3150         disappeared server" to something low.  It's not important.
3151
3152         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3153         arrived before the FETCH data.
3154
3155         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3156         target here, because we don't know the Gnus name of the group.
3157
3158         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3159         for the correct group.
3160
3161         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3162
3163         * gnus.el (gnus): Give a final warning after startup.
3164
3165         * gnus-util.el (gnus-action-message-log): New variable.
3166         (gnus-message): Use it.
3167         (gnus-final-warning): New function.
3168
3169         * nnimap.el (nnimap-open-connection): Record the greeting.
3170         (nnimap): Add greeting.
3171
3172 2010-09-26  Julien Danjou  <julien@danjou.info>
3173
3174         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3175         arguments.
3176         (gnus-html-wash-images): Fix spec computing to include start/end.
3177
3178         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3179
3180 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3181
3182         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3183         deletion.
3184         (nnimap-retrieve-headers): Don't select the group, because that's
3185         already done by nnimap-possibly-change-group.
3186
3187         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3188         (gnus-picon-transform-address): Use it.
3189
3190         * mail-source.el (mail-source-value): Revert previous patch.
3191
3192         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3193         on failure.
3194         (nnimap-open-connection): Look up both virtual and physical server name
3195         credentials.
3196
3197         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3198
3199 2009-02-07  Dave Love  <fx@gnu.org>
3200
3201         * tls.el (open-tls-stream): Don't query killing process.
3202
3203 2009-02-08  Dave Love  <fx@gnu.org>
3204
3205         * gnus-win.el (gnus-window-to-buffer-helper)
3206         (gnus-all-windows-visible-p): Function needn't be a symbol.
3207
3208         * mail-source.el (mail-source-value): Function needn't be a symbol.
3209
3210 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3211
3212         * message.el (message-cite-prefix-regexp): Remove } from the cite
3213         prefix.
3214
3215         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3216         highlight again, so that the highlight is correct.
3217
3218         * gnus-picon.el (gnus-picon): Remove again.
3219         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3220
3221         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3222         doing the header highlightling, so that the background colour of the
3223         picon is correct.
3224
3225         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3226         (gnus-picon): Ditto.
3227         (gnus-picon): Reinstate.  The background colour for picons is white.
3228         (gnus-picon-insert-glyph): Make the background white.
3229
3230         * nnml.el (nnml-open-nov): Don't return dead buffers.
3231
3232         * auth-source.el (auth-source-create): Query the user for whether to
3233         store the credentials.
3234
3235         * netrc.el (netrc-store-data): New function.
3236
3237         * auth-source.el (auth-source-user-or-password): Use the existing auth
3238         sources, if any, for creation.
3239
3240         * gnus.el (gnus-group-fast-parameter): Return the last matching
3241         parameter instead of the first matching parameter.
3242
3243 2010-09-26  Julien Danjou  <julien@danjou.info>
3244
3245         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3246
3247 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3248
3249         * mml2015.el (mml2015-use): Remove gpg support.
3250
3251         * mml1991.el (mml1991-function-alist): Remove gpg function.
3252         (mml1991-gpg-sign): Remove.
3253
3254 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3255
3256         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3257         (gnus-browse-unsubscribe-current-group): Document it.
3258         (gnus-browse-unsubscribe-group): Use it.
3259
3260 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3261
3262         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3263         address to the To list for easier response.
3264
3265         * gnus.el (gnus-play-startup-jingle): Remove.
3266         (gnus-splash): Don't play jingle.
3267         (gnus): Silence gnus-load message.
3268
3269         * gnus-art.el (gnus-treat-play-sounds): Remove.
3270
3271         * gnus.el (gnus-play-jingle): Remove audio support.
3272
3273         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3274
3275         * earcon.el: Remove -- no users.
3276
3277         * gnus-audio.el: Remove -- no users of this package.
3278
3279         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3280
3281         * gnus-start.el (gnus-setup-news): Remove nocem support.
3282
3283         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3284
3285         * gnus.el (gnus-use-nocem): Remove.
3286
3287         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3288         Remove.
3289
3290         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3291         uses NoCeM any more.
3292
3293         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3294         (gnus-button-ctan-handler): Ditto.
3295         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3296         (gnus-button-ctan-directory-regexp): Ditto.
3297         (gnus-button-handle-ctan): Ditto.
3298         (gnus-button-tex-level): Ditto.
3299         (gnus-button-alist): Remove CTAN stuff.
3300
3301 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3302
3303         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3304         nnimap-streaming test.
3305
3306         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3307         servers twice.
3308
3309         * nnimap.el (nnimap-open-connection): Add more error reporting when
3310         nnimap fails early.
3311
3312         * nnheader.el (nnheader-get-report-string): New function.
3313         (nnheader-get-report): Use it.
3314
3315         * gnus-int.el (gnus-check-server): Say what the error was when opening
3316         failed.
3317
3318         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3319         using streaming.
3320
3321 2010-09-25  Julien Danjou  <julien@danjou.info>
3322
3323         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3324         gnus-window-inside-pixel-edges.
3325
3326 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3327
3328         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3329
3330         * mm-decode.el (mm-save-part): Allow saving to other directories the
3331         normal Emacs way.
3332
3333         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3334         Suggested by Jay Berkenbilt.
3335
3336         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3337         there isn't a single byte.
3338
3339         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3340         just do it.  It doesn't really seem to matter what the user responds
3341         here, I think, so it's just a confusing question.
3342
3343         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3344         non-streaming case.
3345
3346         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3347         (gnus-article-encrypt-body): Use it.
3348
3349         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3350         keystroke.
3351
3352         * nnimap.el (nnimap-find-wanted-parts-1):
3353         Use gnus-fetch-partial-articles.
3354
3355         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3356
3357         * nnimap.el (nnimap-insert-partial-structure): New function.
3358         (nnimap-get-partial-article): New function.
3359         (nnimap-request-article): Use it.
3360         (nnimap-wait-for-response): Return whether the wait was successful.
3361         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3362         retrieval wasn't successful.
3363         (nnimap-retrieve-group-data-early): Allow throttling servers.
3364         (nnimap-streaming): New variable.
3365         (nnimap-fetch-partial-articles): Remove.
3366
3367         * mm-decode.el (mm-with-part): Protect against killed buffers.
3368
3369         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3370         for prettier summary display.
3371
3372 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3373
3374         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3375
3376 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3377
3378         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3379         apparently third-party libraries depend on it.
3380
3381         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3382         before starting negotiation.
3383
3384         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3385         privacy reasons.
3386         (gnus-treat-mail-gravatar): Ditto.
3387
3388         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3389         buffer when inserting images.  Inserting text into the headers, for
3390         instance, can make them invalid.
3391
3392 2010-09-25  Julien Danjou  <julien@danjou.info>
3393
3394         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3395         variables.
3396
3397         * nnheader.el: Remove useless variables news-reply-yank-from and
3398         news-reply-yank-message-id.
3399
3400         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3401         variables.
3402
3403         * mml1991.el: Remove useless mml1991-verbose.
3404
3405         * gnus.el: Remove useless variable gnus-use-generic-from.
3406         Remove obsolete variable gnus-topic-indentation.
3407
3408         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3409
3410         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3411
3412         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3413
3414         * gnus-group.el: Remove useless gnus-group-icon-cache.
3415         Remove useless gnus-ephemeral-group-server.
3416
3417         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3418
3419         * mml2015.el: Remove useless mml2015-verbose.
3420
3421         * mml-smime.el: Remove useless mml-smime-verbose.
3422
3423         * gnus.el: Remove useless gnus-local-domain.
3424
3425         * gnus-gravatar.el (gnus-gravatar-transform-address):
3426         Use gnus-gravatar-size.
3427
3428         * gnus-art.el: Remove useless gnus-treat-translate.
3429
3430 2010-09-24  Julien Danjou  <julien@danjou.info>
3431
3432         * gnus-sum.el: Add support for Gravatars.
3433
3434         * gnus-art.el: Add support for Gravatars.
3435
3436         * gnus-gravatar.el: Add this file.
3437
3438         * gravatar.el: Add this file.
3439
3440 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3441
3442         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3443
3444         * gnus-group.el (gnus-group-fetch-faq): Remove.
3445
3446         * gnus.el (gnus-group-faq-directory): Remove.
3447
3448         * gnus-group.el (gnus-group-fetch-charter): Remove.
3449
3450         * gnus.el (gnus-group-charter-alist): Remove.
3451
3452         * gnus-group.el (gnus-group-archive-directory): Remove.
3453         (gnus-group-recent-archive-directory): Ditto.
3454         (gnus-group-make-archive-group): Remove.
3455
3456         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3457
3458         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3459         use the same article number for all the cached articles.
3460
3461         * nnimap.el (nnimap-command): Register the last command time so
3462         that we can use it for idling NOOPs.
3463         (nnimap-open-connection): Start the keeplive timer.
3464         (nnimap-make-process-buffer): Store all the process buffers.
3465         (nnimap-keepalive): New function.
3466
3467         * starttls.el (starttls-open-stream): Add autoload cookie.
3468
3469 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3470
3471         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3472         handling.
3473
3474 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3475
3476         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3477         its data structures.
3478
3479         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3480         instead of the cl.el copy-list.
3481         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3482         equalp.
3483
3484 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3485
3486         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3487         and tool-bar-local-item-from-menu.
3488
3489         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3490         mode-line-highlight face for Emacs.
3491
3492         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3493         loading gnus-sum.elc; fix comment for canlock-verify.
3494         (gnus-article-jump-to-part): Use read-number.
3495         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3496         Remove Emacs pre-21 compatible code for help-echo.
3497         (gnus-article-next-page-1): No need to adjust the number of lines.
3498         (gnus-article-describe-bindings): Always use help-buffer.
3499
3500         * gnus-audio.el (gnus-audio-inline-sound)
3501         * gnus-cus.el (gnus-custom-mode)
3502         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3503
3504         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3505
3506         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3507         compatible code.
3508
3509 2010-09-24  Glenn Morris  <rgm@gnu.org>
3510
3511         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3512         visiting the fcc file in rmail-mode.
3513
3514         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3515
3516 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3517
3518         * nnir.el: Silence the byte compiler.
3519
3520         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3521         alias to browse-url-url-encode-chars if any.
3522         (gnus-html-encode-url): Use it.
3523
3524 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3525
3526         * gnus-start.el (gnus-use-backend-marks): New variable.
3527         (gnus-get-unread-articles-in-group): Use it.
3528
3529         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3530         makeover.
3531
3532 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3533
3534         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3535
3536 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3537
3538         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3539         Remove.
3540         (gnus-setup-news-hook):
3541         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3542
3543         * gnus-int.el (gnus-request-update-info): Protect against backends not
3544         having the function.
3545
3546         * nnimap.el (nnimap-stream): Mention starttls.
3547         (nnimap-open-connection): Add starttls support.
3548
3549 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3550
3551         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3552
3553 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3554
3555         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3556         BODYSTRUCTUREs.
3557         (nnimap-transform-headers): Unfold quoted {42} headers.
3558
3559         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3560         the info.
3561         (gnus-get-unread-articles): Only call updatep on backends that support
3562         it.
3563
3564         * nnweb.el (nnweb-request-update-info): NOOP.
3565
3566         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3567
3568         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3569         since it only deals with marks.
3570
3571         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3572         gnus-request-marks, and make a new gnus-request-update-info.
3573
3574         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3575         the active instead of the high number, which is usually too low.
3576
3577 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3578
3579         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3580         * encrypt.el: Remove.
3581
3582 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3583
3584         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3585         server in symbolic form.
3586
3587         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3588
3589 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3590
3591         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3592         (nnimap-update-info): Fix up code slightly.
3593
3594         * gnus-int.el (gnus-open-server): Add tracing for performance
3595         debugging.
3596
3597         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3598         (gnus-group-insert-group-line): Pass the real group name so that it
3599         gets the right data.
3600
3601         * gnus-start.el (gnus-get-unread-articles): Don't have
3602         `gnus-get-unread-articles-in-group' update info, since that can be
3603         really slow and doesn't seem to be needed?
3604
3605 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3606
3607         * time-date.el (date-to-time): Try using parse-time-string first before
3608         using the slower timezone-make-date-arpa-standard.
3609
3610 2010-09-22  Julien Danjou  <julien@danjou.info>
3611
3612         * gnus-group.el (gnus-group-insert-group-line):
3613         Call gnus-group-highlight-line.
3614         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3615         default hook list.
3616         (gnus-group-update-eval-form): Add new function.
3617         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3618         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3619
3620 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3621
3622         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3623         immediate, then expire all articles.
3624         (nnimap-update-info): Fix off-by-one errors.
3625         (nnimap-flags-to-marks): Would return no marks lists for group with no
3626         flags.  Instead return the other data.
3627
3628 2010-09-22  Julien Danjou  <julien@danjou.info>
3629
3630         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3631         Only return an icon.
3632         (gnus-group-insert-group-line): Compute icon to return.
3633
3634         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3635         (gnus-html-image-fetched): Only cache if
3636         gnus-html-image-automatic-caching is set.
3637         (gnus-html-image-fetched): Check for errors.
3638
3639 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3640
3641         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3642         once per method on `g'.  This ensures that backends like nnfolder don't
3643         open all their folders.
3644
3645         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3646         (nnimap-request-list): Nix out group in the correct buffer.
3647         (nnimap-parse-flags): Implement by using `read' instead of
3648         hand-parsing.
3649         (nnimap-flags-to-marks): Pass on permanent-flags.
3650         (nnimap-make-process-buffer): Record the server name.
3651         (nnimap-parse-flags): Fix typo.
3652         (nnimap-request-scan): Run split on the server in general, not just a
3653         single group.
3654
3655         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3656         parameter, and propagate this downwards.
3657
3658         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3659         since EXAMINE changes it on the server.
3660
3661         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3662         this command might take a while.
3663
3664 2010-09-22  Julien Danjou  <julien@danjou.info>
3665
3666         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3667         harmful if you have 2 images side-by-side, they can't be properly
3668         update on text deletion.  Using text-property is safer here.
3669         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3670         data.
3671
3672 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3673
3674         * nnimap.el (nnimap-expunge-inbox): Remove.
3675         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3676         (nnimap-expunge): Flip default to t.
3677
3678         * gnus.el (gnus-method-to-server): Don't push things to the cache
3679         unless it's unique.
3680         (gnus-server-to-method): Ditto.
3681
3682 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3683
3684         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3685
3686 2010-09-22  Julien Danjou  <julien@danjou.info>
3687
3688         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3689         get the start of data.
3690         (gnus-html-encode-url): Add this function to encode special chars in
3691         URL.
3692         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3693         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3694
3695         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3696         default.
3697         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3698
3699         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3700         images alt-text.
3701         (gnus-html-put-image): Put alt-text as help-echo.
3702
3703 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3704
3705         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3706         * mm-util.el (mm-decompress-buffer)
3707         * nnir.el (nnir-run-find-grep)
3708         * pop3.el (pop3-list): Use 3rd arg of split-string.
3709
3710         * time-date.el (format-seconds): Comment fix.
3711
3712         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3713         and byte-optimize-form-code-walker.
3714         (dgnushack-make-auto-load): Don't advise make-autoload.
3715
3716         * lpath.el: Remove Emacs 21 stuff.
3717
3718 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3719
3720         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3721         outside the active range.  Suggested by Dan Christensen.
3722
3723         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3724         slightly later to avoid double-getting it.
3725
3726         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3727         previous patch.
3728
3729         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3730
3731 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3732
3733         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3734
3735 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3736
3737         * gnus-int.el (gnus-open-server): Give a better error message in the
3738         "go offline" case.
3739
3740         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3741         marks for nnimap, which is seldom the right thing to do.
3742
3743         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3744         (gnus-same-method-different-name): New function.
3745
3746         * nnimap.el (parse-time): Require.
3747
3748         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3749         method in the presence of many similar methods.
3750
3751         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3752
3753         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3754         nnml-inhibit-expiry.
3755
3756         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3757         find out whether methods are equal.
3758
3759         * nnimap.el (nnimap-find-expired-articles): New function.
3760         (nnimap-process-expiry-targets): New function.
3761         (nnimap-request-move-article): Request the article before looking at
3762         what the Message-ID is.  Fix found by Andrew Cohen.
3763         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3764
3765         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3766         for oldness in addition to being a predicate.
3767
3768         * nnimap.el (nnimap-request-group): When we have zero articles, return
3769         the right data to Gnus.
3770         (nnimap-request-expire-articles): Only delete articles immediately if
3771         the target is 'delete.
3772
3773         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3774         method, this would bug out.
3775
3776         * gnus-group.el (gnus-group-expunge-group): Rename from
3777         gnus-group-nnimap-expunge, and implemented as a normal interface
3778         function.
3779
3780         * gnus-int.el (gnus-request-expunge-group): New function.
3781
3782         * nnimap.el (nnimap-request-create-group): Implement.
3783         (nnimap-request-expunge-group): New function.
3784
3785 2010-09-21  Julien Danjou  <julien@danjou.info>
3786
3787         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3788         (gnus-html-cache-expired): Add new function.
3789         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3790         wethever we should display image for fetch it.
3791         Compute alt-text earlier to pass it to the fetching function too.
3792         (gnus-html-schedule-image-fetching): Change function argument to only
3793         get one image at a time, not a list.
3794         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3795         cache.
3796         (gnus-html-get-image-data): New function to retrieve image data from
3797         cache.
3798         (gnus-html-put-image): Change buffer argument to use image data rather
3799         than file, and place image above region rather than inserting a new
3800         one.  Do not take alt-text as argument, since it's useless now: we place
3801         the image above alt-text.
3802         (gnus-html-prune-cache): Remove.
3803         (gnus-html-show-images): Start to fetch image when we find one, do not
3804         push into a temporary list.
3805         (gnus-html-prefetch-images): Only fetch image if they have expired.
3806         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3807         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3808
3809 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3810
3811         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3812
3813 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3814
3815         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3816         spec inser "*" if the group isn't active instead of 0.
3817
3818         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3819         opening the server.
3820         (nnimap-request-delete-group): Implement group deletion.
3821         (nnimap-transform-headers): Return the size of the entire message in
3822         the Bytes header, not just the size of the first part.
3823         (nnimap-request-move-article): When moving an article from nnimap,
3824         request the article first so the accepting form has an article to
3825         accept.  Reported by Dan Christensen.
3826         (nnimap-command): Make sure that the error message doesn't error out.
3827
3828 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3829
3830         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3831         we haven't requested anything.
3832
3833 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3834
3835         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3836         "".  Fix found by Andrew Cohen.
3837
3838         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3839         instead of -encode-string.
3840
3841 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3842
3843         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3844
3845         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3846         by mm-subst-char-in-string.
3847
3848 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3849
3850         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3851         waiting for the connection string.
3852
3853         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3854         arriving.
3855
3856         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3857         bogus characters.  This allows selecting certain Gmail groups.
3858
3859         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3860         (nnimap-fetch-partial-articles): New variable.
3861         (nnimap-open-connection): When looking for credentials, also use the
3862         nnimap-server-port.
3863         (nnimap-request-article): Return the group/article number, so that Gnus
3864         `^' works as expected.
3865         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3866
3867         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3868         comments.
3869         (gnus-methods-sloppily-equal): New function.
3870         (gnus): When using the development version of Gnus, load the gnus-load
3871         file.
3872
3873         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3874         `gnus-open-server' on each method before trying to scan them etc.
3875         This ensures that all the backend parameters are set correctly.
3876
3877         * nnimap.el (nnimap-authenticator): New variable.
3878         (nnimap-open-connection): Allow anonymous login.
3879         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3880         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3881
3882         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3883         patch, found by Knut Anders Hatlen.
3884
3885 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3886
3887         * gnus-agent.el (gnus-agent-batch-confirmation)
3888         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3889         to gnus-message.
3890         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3891         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3892         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3893         * gnus-int.el (gnus-open-server): Likewise.
3894         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3895         (gnus-score-check-syntax): Likewise.
3896         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3897         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3898         Likewise.
3899         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3900
3901 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3902
3903         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3904         calling conventions so that prefetch doesn't bug out.
3905
3906 2010-09-19  Julien Danjou  <julien@danjou.info>
3907
3908         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3909         rather than `subst-char-in-region' in order to be able to replace ASCII
3910         char by UTF-8 ones.
3911
3912         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3913         than curl.
3914         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3915         the right URL and ALT text on images.
3916         (gnus-html-wash-tags): Fix tag case.
3917         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3918         (gnus-article-html): Add -o display_ins_del=2 option.
3919         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3920
3921 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3922
3923         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3924         the extra mail headers, which sometimes seem to happen for unknown
3925         reasons.
3926
3927         * mail-parse.el (mail-header-encode-parameter): Define as
3928         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3929         (or most, perhaps?) mail readers don't understand the latter, but do
3930         understand the former.
3931
3932         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3933         to nil, so that no methods are automatically agentized.  I think this
3934         is probably what most users want.
3935
3936         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3937         from url-retrieve, for instance about invalid URLs.
3938
3939         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3940         groups that have no articles.
3941         (nnimap-request-article): Check that we really got an article when we
3942         requested one.
3943
3944         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3945         doesn't exist.
3946
3947         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3948         nntp buffer so the agent can save it.
3949         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3950         that CRLF doesn't get translated to \n.
3951         (nnimap-open-connection): Don't make 'shell commands only send \n.
3952
3953 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3954
3955         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3956         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3957         Update var name.
3958         (nnml-generate-nov-file): Use dolist.
3959         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3960         Use with-current-buffer.
3961
3962 2010-09-18  Julien Danjou  <julien@danjou.info>
3963
3964         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3965         parallel.
3966
3967 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3968
3969         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3970         the range update right.
3971         (nnimap-request-group): Don't make `M-g' bug out on group with no
3972         marks.
3973         (nnoo): Require, so that other packages can require nnimap.
3974         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3975         command we're looking for.  This helps when the server sends more
3976         responses after we've gotten everything we expected.
3977         (nnimap): Add a `newlinep' field to keep track of end-of-line
3978         conventions.
3979         Don't send CRLF to things that don't want it.
3980         (nnimap-request-accept-article): Ditto.
3981
3982 2010-09-18  Julien Danjou  <julien@danjou.info>
3983
3984         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3985         than curl to retrieve images.
3986
3987 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3988
3989         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3990         the marks.
3991         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3992         (nnimap-wait-for-connection): New function.
3993         (nnimap-open-connection): If we have PREAUTH, don't query for login
3994         credentials.
3995         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3996         when doing a partial update.
3997
3998 2010-09-18  Julien Danjou  <julien@danjou.info>
3999
4000         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4001         tags.
4002
4003 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4004
4005         * nnimap.el (nnimap-credentials): New function.
4006         (nnimap-open-connection): Use the new function to look for credentials
4007         also on the numeric equivalents of "imap" and "imaps".
4008
4009         * gnus-start.el (gnus-activate-group): Send the info to
4010         gnus-request-group.
4011
4012         * nnimap.el (nnimap-request-group): Have the "check" version of the
4013         function parse flags and update the info, so that a `M-g' get a total
4014         resync of all flags from the group.
4015
4016         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4017         to allow backends to alter the info on group selection.  Also alter all
4018         the backend -request-group functions to take the parameter.
4019
4020         * nnimap.el (nnimap-store-info): New function.
4021         (nnimap-update-info): Store the info for later usage.
4022         (nnimap-request-group): Use the stored info for the dont-check case, so
4023         that we don't retrieve all marks when we enter a group.
4024
4025         * nnimap.el: Use deffoo instead of defun for interface functions.
4026
4027         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4028         update the group info.  This makes the nndraft groups, for instance, go
4029         back to their old behaviour.
4030
4031         * gnus-sum.el (gnus-select-newsgroup): Indent.
4032
4033         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4034         in.
4035         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4036         nothing.
4037
4038         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4039         from methods that are denied.
4040
4041         * gnus-int.el (gnus-method-denied-p): New function.
4042
4043         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4044         store the password instead of netrc.
4045         (nnimap-open-connection): Don't error out when we can't make a
4046         connections.
4047
4048         * auth-source.el (auth-source-create): In the password prompt, say what
4049         we're querying for.  Also prompt for user name if that hasn't been
4050         given.
4051
4052         * nnimap.el (nnimap-with-process-buffer): Remove.
4053
4054 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4055
4056         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4057         method when we're reading from the agent.
4058
4059         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4060
4061         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4062         that's probably most useful for users.
4063
4064         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4065         "failed" all the time.
4066
4067         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4068         ...)) with (with-current-buffer ... ).
4069
4070         * nntp.el (nntp-open-server): Return whether the open was successful or
4071         not.
4072
4073         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4074         select an unread unseen article first.
4075
4076         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4077         /etc/services, supply some sensible port defaults.
4078
4079         * dgnushack.el: Define netrc-credentials.
4080
4081 2010-09-17  Julien Danjou  <julien@danjou.info>
4082
4083         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4084
4085 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4086
4087         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4088         doesn't have any parameters.
4089
4090 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4091
4092         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4093         only upcased checks.
4094
4095         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4096
4097         * nnimap.el (nnimap-open-shell-stream): New function.
4098         (nnimap-open-connection): Use it.
4099         (nnimap-transform-headers): Get the number of lines in each message.
4100         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4101         number of lines.
4102         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4103         problem.
4104
4105         * utf7.el (utf7-encode): Autoload.
4106
4107         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4108         to allow the mail splitting to not return a default group.  This is
4109         useful for nnimap, which will leave unmatched mail in the inbox.
4110
4111         * nnimap.el: Rewritten.
4112
4113         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4114         nnimap usage.
4115
4116         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4117         if the move is internal, so that nnimap can do fast internal moves.
4118
4119         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4120         data.
4121         (gnus-read-active-for-groups): Support finishing the early retrieval of
4122         data.
4123
4124         * gnus-range.el (gnus-range-nconcat): New function.
4125
4126         * gnus-int.el (gnus-finish-retrieve-group-infos)
4127         (gnus-retrieve-group-data-early): New functions.
4128
4129 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4130
4131         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4132         (nnrss-retrieve-groups):
4133         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4134         (pop3-quit): Use with-current-buffer.
4135
4136 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4139         instead of nnheader-accept-process-output.
4140
4141         * dgnushack.el (dgnushack-compile): Add comment.
4142
4143         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4144
4145         * gnus-html.el (gnus-html-schedule-image-fetching)
4146         (gnus-html-prefetch-images): Replace process-kill-without-query by
4147         gnus-set-process-query-on-exit-flag.
4148
4149 2010-09-16  Romain Francoise  <romain@orebokech.com>
4150
4151         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4152
4153 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4154
4155         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4156         parameter to unintern is mandatory-ish in Emacs 24.
4157
4158         * gnus-html.el (gnus-html-schedule-image-fetching)
4159         (gnus-html-prefetch-images): Check for curl before using it.
4160
4161         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4162         depend on curl, which isn't essential.
4163
4164         * imap.el: Revert back to version
4165         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4166         seem problematic.
4167
4168 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4169
4170         * gnus-registry.el (gnus-registry-install-shortcuts):
4171         Explicitly pass `obarray' to `unintern' to avoid a warning.
4172
4173 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4174
4175         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4176         change.
4177
4178         * nnrss.el (nnrss-request-list): Remove this function and related
4179         functions, including the moreover stuff.
4180
4181 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4182
4183         * nnrss.el (nnrss-retrieve-groups): New function.
4184
4185 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4186
4187         * .dir-locals.el: Add no-byte-compile cookie.
4188
4189 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4190
4191         * time-date.el (format-seconds): Comment fix.
4192
4193         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4194         for back end that doesn't support request-scan.
4195
4196 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4197
4198         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4199         then do request scans from the backends.
4200
4201         * netrc.el (netrc-credentials): New conveniency function.
4202
4203         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4204         avoid running a hook per line, since this takes a lot of time,
4205         profiling shows.
4206         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4207         directly if gnus-visual-p is true.
4208
4209 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4210
4211         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4212         groups; replace mapcar with dolist which is a bit faster; pass groups
4213         info to gnus-read-active-file-1.
4214         (gnus-read-active-file-1): Scan only specified groups if the new
4215         optional arg `infos' is given.
4216
4217 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4218
4219         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4220
4221         * pop3.el (pop3-movemail): Remove.
4222         (pop3-streaming-movemail): Rename to pop3-movemail.
4223
4224         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4225         don't restrict end-tag searches to the end of the line.
4226
4227 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4228
4229         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4230         articles of every unchecked group to t, which means unknown since the
4231         server has never been opened.
4232
4233 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4234
4235         * gnus-html.el (gnus-html-show-alt-text): New command.
4236         (gnus-html-browse-image): Ditto.
4237         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4238         to browse the image directly.
4239         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4240         better.
4241
4242         * gnus-async.el (gnus-async-article-callback):
4243         Call `gnus-html-prefetch-images' unconditionally.
4244
4245         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4246         before feeding URLs to curl.
4247
4248 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4249
4250         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4251         internal images as deletable by `W D D'.
4252
4253         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4254         (gnus-async-article-callback): Fix typo.
4255
4256 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4257
4258         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4259         current line to work around bugs in the output from w3m.
4260
4261         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4262         for groups that want that.
4263
4264         * nntp.el (nntp-wait-for-string): Supply a timeout for
4265         accept-process-output to ensure progress.
4266
4267         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4268         level to get unread articles from, then use that for foreign groups,
4269         too.
4270
4271         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4272         confuses the rest of the function.
4273
4274         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4275         for the methods that support -retrieve-groups, too.
4276
4277         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4278
4279 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4280
4281         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4282         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4283
4284         * pop3.el: Require cl when compiling.
4285         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4286
4287 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4288
4289         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4290         that aren't going to be activated.
4291         (gnus-get-unread-articles): Fix up the last commit.
4292
4293         * gnus-html.el (gnus-article-html): Allow calling without specifying
4294         the handle.  In that case, dissect the buffer first.
4295
4296         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4297
4298         * nnimap.el (nnimap-open-connection): Revert the change that would look
4299         into authinfo for imaps instead of imap.
4300
4301         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4302         say that you don't want to call gnus-request-group with don-check, but
4303         do check the reponse.  This is for virtual groups only.
4304         (gnus-get-unread-articles): Count the archive groups as secondary, so
4305         that they're activated the same way as before.
4306
4307         * imap.el (imap-message-map): Removed optional buffer parameter, since
4308         no callers use it.
4309         (imap-message-get): Ditto.
4310         (imap-message-put): Ditto.
4311         (imap-mailbox-map): Ditto.
4312         (imap-mailbox-put): Ditto.
4313         (imap-mailbox-get): Ditto.
4314         (imap-mailbox-get): Revert last change for this function.
4315
4316         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4317         case-insensitively.
4318         (nnimap-debug): Remove.
4319
4320         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4321         to use `imap-fetch' instead.  According to the comments, this should be
4322         safe, since all other IMAP clients use the 1:* syntax.
4323         (imap-enable-exchange-bug-workaround): Removed.
4324         (imap-debug): Removed -- doesn't seem very useful.
4325
4326         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4327         mail from a file, and the file doesn't exist.
4328
4329         * imap.el (imap-log): New convenience function used throughout instead
4330         of repeating the same code all over the place.
4331
4332         * pop3.el (pop3-streaming-movemail): Return t for success.
4333
4334         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4335         .authinfo if we're using ssl connection.
4336
4337         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4338         already have if we're in a main Gnus `g' run.
4339
4340         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4341
4342 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4343
4344         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4345
4346         * nnmh.el (nnmh-request-list-1): Bind `file'.
4347
4348         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4349         alias to set-process-query-on-exit-flag or process-kill-without-query.
4350         (pop3-open-server): Use it.
4351
4352 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4353
4354         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4355         box to the Incoming file.  Fixes mistake in previous checkin.
4356
4357         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4358         request loop (for debugging purposes) removed.
4359
4360         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4361         culprit is more visible.
4362         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4363         (nnml-add-incremental-nov): New functions to do "incremental" nov
4364         updates, where we just append to the end of the existing nov files
4365         without reading/writing them in full.
4366
4367         * mail-source.el (mail-source-delete-crash-box): Really only check the
4368         incoming files once in a while.
4369
4370         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4371
4372         * mail-source.el (mail-source-delete-crash-box): Only check the
4373         incoming files for deletion once per day to save a lot of file
4374         accesses.
4375
4376         * pop3.el (pop3-logon): Fix up unbound variable typo.
4377
4378         * mail-source.el (pop3-streaming-movemail): Autoload.
4379
4380         * pop3.el (pop3-streaming-movemail):
4381         Respect pop3-leave-mail-on-server.
4382
4383         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4384         retrieval.
4385
4386         * pop3.el (pop3-process-filter): Remove unused function.
4387         (pop3-streaming-movemail, pop3-send-streaming-command)
4388         (pop3-wait-for-messages, pop3-write-to-file)
4389         (pop3-number-of-responses): New functions for streaming pop3
4390         retrieval.
4391
4392         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4393         come from no known methods.
4394         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4395         list.
4396
4397         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4398         message sizes.
4399         (pop3-movemail): Use erase-buffer instead of looping and deleting
4400         regions, which seems rather odd.
4401
4402         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4403         file once per `g' run.
4404
4405         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4406         directories.  This makes the draft queue directory work.
4407
4408         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4409         data from the backends, so that we only request the list of groups from
4410         each method once.  This should speed things up considerably.
4411
4412         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4413         detect that it's not implemented.
4414
4415         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4416         we actually do recurse down into the tree, but don't stat all leaf
4417         nodes.
4418
4419         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4420         then say so instead of bugging out.
4421
4422         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4423         files exist before trying to read them.
4424
4425         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4426         around <pre_int>.
4427
4428         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4429
4430         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4431
4432 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4433
4434         * mm-util.el (mm-image-load-path): Just return the image directories,
4435         not all directories in the path in addition to the image directories.
4436         (mm-image-load-path): Maintain a cache of the image directories so that
4437         the `g' command in Gnus doesn't have to stat dozens of directories each
4438         time.
4439
4440         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4441         (gnus-html-wash-tags): Add a new `i' command to insert images.
4442         (gnus-html-insert-image): New command and keystroke.
4443         (gnus-html-redisplay-with-images): New command and keystroke.
4444         (gnus-html-show-images): Rename command.
4445         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4446         spacers.
4447         (gnus-html-wash-tags): Decode entities at the end, so that entities
4448         inside the tags don't mess up the rest of the "parsing".
4449
4450         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4451         so that nnimap methods aren't agentized by default.  There's apparently
4452         many problems related to agent/imap behaviour.
4453
4454         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4455
4456         * gnus-html.el: Doc fix.
4457
4458 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4459
4460         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4461         specifier-spec-list for Emacs 21.
4462
4463         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4464         glyph-width and glyph-height instead of display-graphic-p and
4465         image-size; make avoidance of displaying small images work for XEmacs.
4466
4467         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4468         for XEmacs.
4469
4470         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4471         of symbol that holds plist data.
4472         (gnus-process-plist): Remove plist of process after getting it.
4473
4474 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4475
4476         * message.el (message-generate-hashcash): Change default to
4477         'opportunistic if hashcash is installed.
4478
4479         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4480         (gnus-html-put-image): Only call image-size once, since it's somewhat
4481         time-consuming on remote X servers.
4482
4483 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4484
4485         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4486         type on data, not a file name.
4487
4488         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4489         window-pixel-edges for Emacs 21.
4490
4491         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4492         decoded contents.
4493         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4494
4495 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4496
4497         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4498         group line format, since it isn't very interesting.
4499
4500         * gnus-agent.el (gnus-agent-short-article),
4501         (gnus-agent-long-article): Increase values for these two variables,
4502         since most people are likely to have more network connection and
4503         storage than before.
4504
4505         * gnus.el (gnus-refer-article-method): Change default to 'current.
4506         When referring an article, the common behaviour is to refer it from the
4507         current select method, not the native select method.  The chances of
4508         the native select method having the message in question is rather slim
4509         these days.
4510
4511         * gnus-sum.el (gnus-auto-select-subject): Change default to
4512         `unseen-or-unread'.  I think it's likely that most people want to
4513         select an unseen article over a previously seen, but unread one.
4514
4515         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4516         means that in the article buffer none of the minor mode elements will
4517         be shown, usually, and this is not desirable in most cases.
4518
4519         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4520         that commands like `d' (and the like) go to the next line in the
4521         buffer, instead of the next unread article.  I think this is the
4522         behaviour that is most natural for most users.
4523         (gnus-single-article-buffer): Change default to nil, so that people can
4524         have as many article buffers open as they have summary buffer.  I think
4525         this is the most natural way for the groups to behave.
4526
4527         * message.el (message-generate-new-buffers): Change default to
4528         `unsent', so that all new message buffers start their names with the
4529         string "*unsent", and it's easier to find the buffers if you move from
4530         them.
4531
4532 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4533
4534         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4535         small.  They're probably tracking images.
4536         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4537         (gnus-html-rescale-image): Yet another try at getting the image sizing
4538         right.
4539
4540         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4541         nntp-marks-file-name is nil.
4542
4543 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4544
4545         * gnus-html.el (gnus-html-wash-tags)
4546         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4547         Better logging.
4548
4549 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4550
4551         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4552
4553         * gnus-html.el (gnus-html-wash-tags): Check the value of
4554         gnus-blocked-images in the summary buffer.
4555
4556 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4557
4558         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4559
4560 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4561
4562         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4563         like "a", it seems like.
4564         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4565         since it needs to be picked from the correct buffer.
4566
4567         * nnwfm.el: Remove.
4568
4569         * nnlistserv.el: Remove.
4570
4571 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4572
4573         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4574         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4575
4576 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4577
4578         * nnkiboze.el: Remove.
4579
4580         * nndb.el: Remove.
4581
4582         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4583         alt text.
4584         (gnus-html-rescale-image): Try to get the rescaling logic right for
4585         images that are just wide and not tall.
4586
4587         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4588         overshadow variable bindings.
4589
4590 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4591
4592         * gnus-html.el (gnus-html-wash-tags)
4593         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4594         Add extra logging.
4595
4596 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4597
4598         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4599         (gnus-max-image-proportion): New variable.
4600         (gnus-html-rescale-image): New function.
4601         (gnus-html-put-image): Rescale images.
4602
4603 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4604
4605         Fix up some byte-compiler warnings.
4606         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4607         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4608         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4609         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4610         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4611         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4612         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4613
4614 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4615
4616         * gnus-html.el (gnus-article-html): Decode contents by charset.
4617
4618 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4619
4620         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4621         (gnus-html-frame-width, gnus-blocked-images)
4622         * message.el (message-prune-recipient-rules): Add custom version.
4623         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4624
4625         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4626         functions.
4627
4628         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4629         gnus-process-get.
4630
4631 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4632
4633         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4634         instead of lsub directly.
4635
4636 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4637
4638         * nnwarchive.el: Remove.
4639
4640         * gnus-soup.el: Remove.
4641
4642         * nnsoup.el: Remove.
4643
4644         * nnultimate.el: Remove.
4645
4646         * gnus-html.el (gnus-blocked-images): New variable.
4647
4648         * message.el (message-prune-recipients): New function.
4649         (message-prune-recipient-rules): New variable.
4650
4651         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4652         guess whether a long line is natural text or not.
4653
4654         * gnus-html.el (gnus-html-schedule-image-fetching):
4655         Use gnus-process-plist and friends for compatibility.
4656
4657 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4658
4659         * gnus-html.el: Require packages that define macros used in this file.
4660         (gnus-article-mouse-face): Declare to silence byte-compiler.
4661         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4662         process-get.
4663         (gnus-html-put-image): Use plist-get to avoid getf.
4664         (gnus-html-prefetch-images): Use with-current-buffer.
4665
4666 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4667
4668         * gnus-ems.el: Provide compatibility functions for
4669         gnus-set-process-plist.
4670
4671         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4672         header-line-format for XEmacs 21.4.
4673
4674         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4675         * gnus.el (gnus-valid-select-methods)
4676         * message.el (message-send-mail-partially-limit)
4677         * mm-decode.el (mm-text-html-renderer)
4678         * mml.el (mml-insert-mime-headers-always)
4679         * smiley.el (smiley-regexp-alist): Bump custom version.
4680
4681 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4682
4683         * gnus-html.el: require mm-url.
4684         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4685         with the url to `url'.
4686         (gnus-html-wash-tags): Support cid: URLs/images.
4687
4688 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4689
4690         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4691         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4692         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4693
4694         * gnus-move.el: Remove file, since it doesn't really work.
4695
4696         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4697         UTF-8.  This seems to fix problems with some German web feeds.
4698
4699         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4700         at the top so that the proper colours are applied.
4701
4702         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4703         don't have dots in their names.
4704
4705         * gnus-art.el (gnus-article-view-part): Doc fix.
4706
4707         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4708         XEmacs-compatible.
4709         (gnus-html-put-image): Don't do images on non-graphic displays.
4710
4711         * nnslashdot.el: Remove this unused backend.
4712
4713         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4714         actions.
4715         (gnus-undo-register-1): Revert last change.
4716
4717         * gnus-group.el (gnus-group-completing-read): Protect against not
4718         having completion-styles bound.
4719
4720         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4721         make broken recipients happier.
4722
4723         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4724
4725         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4726         point parameter.
4727
4728         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4729
4730         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4731         completion-styles for group selection.
4732
4733 2009-02-04  Andreas Schwab  <schwab@suse.de>
4734
4735         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4736         headers and regexp-quote the match if necessary.
4737
4738 2009-03-24  Miles Bader  <miles@gnu.org>
4739
4740         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4741         the blinking smiley.
4742
4743 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4744
4745         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4746         blink smiley.
4747
4748 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4749
4750         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4751         where the dribbel file lives exists.
4752
4753         * message.el (message-send-mail-partially-limit): Change the default to
4754         nil, since most people don't want this.
4755
4756         * mm-url.el (mm-url-decode-entities): Also decode entities like
4757         &#x3212.
4758
4759 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4760
4761         * gnus-sum.el (gnus-summary-idna-message):
4762         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4763         Hyperlink urls in docstrings with URL `...'.
4764
4765 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4766
4767         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4768         functions.
4769
4770 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4771
4772         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4773         say what the mouseover text should be.
4774
4775         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4776         version of the mm-w3m-safe-url-regexp variable to only download images
4777         in the groups where we want that to happen.
4778
4779         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4780
4781         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4782         easier debugging.
4783         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4784         big pictures in the article buffer.
4785
4786         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4787         gnus-article-html.
4788         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4789         w3m.
4790
4791         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4792
4793 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4794
4795         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4796         which doesn't exist.
4797
4798         * message.el (message-inhibit-ecomplete): New variable to allow some
4799         function to inhibit ecomplete address storage.
4800         (message-resend): Disable ecomplete message storage when resending
4801         messages.
4802
4803         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4804
4805 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4806
4807         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4808         Save excursion while copying, moving, and deleting articles in order to
4809         prevent the cursor from jumping to unforeseen place.
4810
4811 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4812
4813         * lpath.el: No need to bind bookmark-current-buffer,
4814         bookmark-yank-point and bookmark-make-record-function.
4815
4816 2010-08-17  Glenn Morris  <rgm@gnu.org>
4817
4818         * gnus-sync.el: Require gnus components whose functions are used.
4819
4820         * gnus-art.el (bookmark-make-record-function):
4821         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4822         Declare for compiler.
4823
4824         * mm-url.el (mml-compute-boundary): Autoload.
4825
4826 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4827
4828         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4829
4830 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4831
4832         Typo fix "hoo4a" -> "hook".
4833
4834         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4835
4836 2010-08-14  Glenn Morris  <rgm@gnu.org>
4837
4838         * gnus-sync.el (gnus-sync): Fix defgroup version.
4839
4840 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4841
4842         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4843
4844         * gnus-sync.el: Fix docs.
4845         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4846         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4847
4848 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4849
4850         Optimizations for gnus-sync.el.
4851
4852         * gnus-sync.el: Add docs about gnus-sync-backend
4853         possibilities.
4854         (gnus-sync-save): Remove unnecessary message.
4855         (gnus-sync-read): Optimize and show what groups were skipped.
4856
4857 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4858
4859         Minor bug fixes for gnus-sync.el.
4860
4861         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4862         Don't read the sync on get-new-news.
4863
4864         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4865         quiet.
4866
4867         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4868         (fix typo).
4869
4870 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4871
4872         Make saving and restoring of hidden threads work with overlays.
4873         Patch applied by Ted Zlatanov.
4874
4875         * gnus-sum.el (gnus-hidden-threads-configuration)
4876         (gnus-restore-hidden-threads-configuration): Update to deal with text
4877         properties, rather than searching for a magic character.
4878
4879 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4880
4881         New gnus-sync.el library for synchronization of marks.
4882
4883         * gnus-sync.el: New library for synchronization of marks.
4884
4885         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4886         renamed from `gnus-registry-grep-in-list'.
4887
4888         * gnus-registry.el (gnus-registry-follow-group-p):
4889         Use `gnus-grep-in-list'.
4890
4891         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4892
4893 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4894
4895         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4896         determining charset of text fails.
4897
4898 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4899
4900         * nnmail.el (nnmail-get-new-mail-1): Revert.
4901
4902         * nnml.el (nnml-active-number): Make sure names of newly created groups
4903         in nnml-group-alist are encoded.
4904
4905 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4906
4907         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4908         containing non-ASCII characters in active file for nnml back end.
4909
4910 2010-07-24  David Engster  <dengste@eml.cc>
4911
4912         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4913         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4914
4915 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4916
4917         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4918         tag (Bug#6654).
4919
4920 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4921
4922         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4923         the article buffer, not the summary buffer.
4924
4925 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4926
4927         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4928         Emacs 23 as well.
4929
4930 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4931
4932         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4933         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4934
4935 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4936
4937         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4938         Patch applied by Karl Fogel.
4939
4940         * gnus-sum.el (gnus-summary-bookmark-make-record):
4941         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4942
4943 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4944
4945         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4946         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4947         C-w still not working correctly from Article buffers; Thierry's
4948         patch to fix that will be applied after this.
4949
4950         * gnus-art.el (bookmark-make-record-function): New local variable.
4951
4952         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4953         article buffer.
4954         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4955
4956 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4957
4958         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4959         on changes in bookmark.el.
4960
4961 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4962
4963         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4964         `no-log' instead of message not to log prompt string.
4965
4966 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4967
4968         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4969         the *other* type of HTML form submission.
4970
4971 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4972
4973         * auth-source.el (auth-source-pick): If choice does not contain a
4974         questioned keyword, set the check to t.
4975
4976 2010-06-12  Romain Francoise  <romain@orebokech.com>
4977
4978         * gnus-util.el (gnus-date-get-time): Move up before first use.
4979
4980 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4981
4982         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4983         (gnus-article-edit-part): Bind it to make last part that is substituted
4984         or deleted visible.
4985         (gnus-mime-display-single): Buttonize part of which id equals to
4986         gnus-mime-buttonized-part-id.
4987
4988 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4989
4990         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4991         (gnus-dd-mmm): Use gnus-date-get-time.
4992         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4993         simplify logic.
4994         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4995         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4996
4997 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4998
4999         * auth-source.el (top): Autoload `secrets-list-collections',
5000         `secrets-create-item', `secrets-delete-item'.
5001         (auth-sources): Fix tag string.
5002         (auth-get-source, auth-source-retrieve, auth-source-create)
5003         (auth-source-delete): New defuns.
5004         (auth-source-pick): Rewrite in order to avoid 2 passes.
5005         (auth-source-forget-user-or-password): New parameter USERNAME.
5006         (auth-source-user-or-password): New parameters CREATE-MISSING and
5007         DELETE-EXISTING.  Retrieve password interactively, if needed.
5008
5009 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5010
5011         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5012         deleting unused directories when gnus-expert-user is t.
5013
5014 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5015
5016         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5017         for each temp file when gnus-article-browse-delete-temp is ask.
5018
5019 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5020
5021         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5022         Lisp calls to delete-backward-char by calls to delete-char.
5023
5024 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5025
5026         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5027
5028 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5029
5030         * password-cache.el (password-cache-remove): Fix docstring.
5031
5032 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5033
5034         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5035         article unless decoding article to be saved.
5036
5037 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5038
5039         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5040         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5041         generated within the mm-with-unibyte-current-buffer macro.
5042
5043 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5044
5045         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5046         to nil when we're in a mml-preview buffer and no group is selected.
5047
5048 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5049
5050         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5051         when catching the `C-g'.  Reported by "Leo".
5052
5053 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5054
5055         * message.el (message-forward-make-body-plain)
5056         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5057         multibyte-string-p.
5058
5059         * lpath.el: Revert.
5060
5061 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5062
5063         * message.el (message-forward-make-body-mml): Assume original message
5064         is multibyte string; error on unibyte.
5065         (message-forward-make-body-plain): Ditto; don't add excessive newline
5066         in body end.
5067
5068         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5069
5070 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5071
5072         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5073         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5074
5075 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5076
5077         * mm-extern.el (mm-extern-url): Don't use
5078         mm-with-unibyte-current-buffer.
5079         (mm-extern-cache-contents): Use with-current-buffer instead of
5080         save-excursion + set-buffer.
5081
5082 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5083
5084         * mm-util.el (mm-emacs-mule): Remove.
5085
5086 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5087
5088         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5089         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5090         change.
5091
5092 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5093
5094         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5095         bind the default value of enable-multibyte-characters to nil.
5096
5097 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5098
5099         * message.el (message-forward-make-body-plain)
5100         (message-forward-make-body-mml):
5101         Don't use mm-with-unibyte-current-buffer.
5102
5103 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5104
5105         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5106
5107 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5108
5109         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5110         (Bug#5592).
5111
5112 2010-05-07  Julien Danjou  <julien@danjou.info>
5113
5114         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5115         it to mm-pipe-part.
5116
5117         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5118         it is given.
5119
5120 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5121
5122         * binhex.el (binhex-decode-region-internal)
5123         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5124         (dns-query)
5125         * nnweb.el (nnweb-gmane-search)
5126         * pgg-parse.el (pgg-parse-armor)
5127         * pgg.el (pgg-verify-region)
5128         * sha1.el (sha1-string-external)
5129         * uudecode.el (uudecode-decode-region-internal)
5130         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5131         XEmacs.
5132
5133         * gnus-art.el (gnus-article-browse-html-parts)
5134         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5135         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5136         make-temp-file.
5137
5138         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5139         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5140         compiling.
5141
5142         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5143         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5144         XEmacs when compiling.
5145
5146         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5147         gnus-pick-mode-off-hook for XEmacs when compiling.
5148         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5149         gnus-binary-mode-off-hook for XEmacs when compiling.
5150
5151         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5152         Return nil if char-charset is not available.
5153
5154         * imap.el (imap-disable-multibyte)
5155         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5156         macros.
5157
5158         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5159         instead of encode-coding-string.
5160
5161         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5162         'xemacs) instead of mm-emacs-mule to switch function definitions.
5163         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5164
5165         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5166         bind temporary-file-directory for XEmacs;
5167         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5168         timer-set-function for XEmacs 21.4 and SXEmacs;
5169         bind timer-list for XEmacs 21.4 and SXEmacs;
5170         fbind char-charset and find-charset-region for non-Mule XEmacs;
5171         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5172         encode-coding-region and encode-coding-string for XEmacs having no
5173         file-coding feature.
5174
5175 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5176
5177         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5178
5179 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5180
5181         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5182         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5183
5184 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5185
5186         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5187         alias `jka-compr-delete-temp-file' no longer exists.
5188
5189 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5190
5191         Use define-minor-mode in Gnus where applicable.
5192         * mml.el (mml-mode): Use define-minor-mode.
5193         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5194         (gnus-undo-mode): Use define-minor-mode.
5195         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5196         (gnus-dead-summary-mode): Use define-minor-mode.
5197         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5198         Initialize in declaration.
5199         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5200         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5201         (gnus-mailing-list-mode): Use define-minor-mode.
5202         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5203         (gnus-draft-mode): Use define-minor-mode.
5204         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5205         (gnus-dired-mode): Use define-minor-mode.
5206
5207 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5208
5209         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5210         handles on recursive mml-to-mime translation and check them for
5211         boundary delimiter collisions.  Reported by Greg Troxel.
5212
5213 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5214
5215         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5216
5217 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5218
5219         * mm-util.el (mm-find-buffer-file-coding-system):
5220         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5221
5222 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5223
5224         * message.el (message-generate-headers): Record insertion of optional
5225         headers as well.  Otherwise the check to prevent repeated insertion of
5226         optional headers is a no-op.
5227
5228 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5229
5230         * smime.el: Don't mention CVS.
5231
5232         * nnrss.el (nnrss-fetch): Don't mention CVS.
5233
5234         * nnir.el: Don't mention CVS.
5235
5236 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5237
5238         * gnus-sum.el (gnus-summary-bookmark-make-record):
5239         Add `location' field.
5240
5241 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5242
5243         * lpath.el: Fbind bookmark-default-handler,
5244         bookmark-get-bookmark-record, bookmark-make-record-default,
5245         bookmark-prop-get for Emacs <23 and XEmacs.
5246
5247 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5248
5249         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5250         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5251         Use with-current-buffer to silence the byte-compiler.
5252         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5253         bother to require `gnus'.
5254         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5255
5256 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5257
5258         * gnus-sum.el (gnus-summary-bookmark-make-record)
5259         (gnus-summary-bookmark-jump): New functions.
5260         (gnus-summary-mode): Setup bookmark support.
5261
5262 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5263
5264         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5265         if set.
5266
5267 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5268
5269         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5270         gnus-article-browse-html-save-cid-image; make it work recursively for
5271         forwarded messages as well.
5272         (gnus-article-browse-html-parts): Work when prefix arg is given.
5273         (gnus-article-browse-html-article): Doc fix.
5274
5275 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5276
5277         * message.el (message-default-mail-headers):
5278         (message-default-headers): Carry the value mail-default-headers over
5279         into message-default-mail-headers, rather than message-default-headers.
5280
5281 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5282
5283         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5284         charset.
5285
5286         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5287         charset into the <meta> tag when the article is encoded to utf-8.
5288
5289 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5290
5291         * gnus-art.el (gnus-article-browse-delete-temp-files):
5292         Delete directories as well.
5293         (gnus-article-browse-html-parts): Work for images that do not specify
5294         file names; delete temp directory when quitting; insert header at the
5295         right place; use file: scheme for image files.
5296
5297 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5298
5299         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5300         (gnus-article-browse-html-parts): Use it to make temporary cid image
5301         files in addition to html file so that browser may display them.
5302
5303 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5304
5305         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5306
5307 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5308
5309         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5310
5311 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5312
5313         * auth-source.el (auth-sources): Change default to be simpler.
5314         Explain about Secret Service API sources.  Improve Customize options.
5315         (auth-source-pick): Change to accept any number of search parameters.
5316         Implement fallbacks iteratively, not recursively.  Add scoring on the
5317         second pass and sort by score.  Call Secret Service API when needed.
5318         (auth-source-user-or-password): Use it.  Call Secret Service API
5319         directly when needed to get the user name and the password.
5320
5321 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5322
5323         * message.el (message-interactive): Doc fix.
5324         (message-qmail-inject-args): Reflow.
5325         (message-kill-to-signature): Fix typo in docstring.
5326
5327         * smiley.el (smiley-buffer): Fix typo in docstring.
5328
5329 2010-03-24  Glenn Morris  <rgm@gnu.org>
5330
5331         * mail-source.el (gnus-message): Declare.
5332         (mail-source-delete-old-incoming): Require gnus-util.
5333
5334 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5335
5336         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5337
5338         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5339
5340         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5341         password-cache's default if it is not bound.
5342         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5343         password-cache-expiry's default if it is not bound.
5344
5345         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5346         available in Emacs 21.
5347
5348         * lpath.el: Suppress compiler warnings for:
5349         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5350         XEmacs;
5351         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5352         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5353         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5354
5355 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5356
5357         * auth-source.el (auth-sources): Fix up definition so extra parameters
5358         are always inline.
5359
5360 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5361
5362         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5363         wasn't updated after mismatch.  Clear cached mailbox info correctly
5364         when uidvalidity changes.
5365         (nnimap-group-prefixed-name): New function to avoid some code
5366         duplication.
5367         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5368         (nnimap-request-group): Use it.
5369         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5370         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5371         with many imap folders.  This is done by caching the group status from
5372         the imap server persistently in a group parameter `imap-status'.  (This
5373         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5374         but not persistently, so every Gnus startup was still very slow.)
5375
5376 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5377
5378         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5379         delete the extra newline.  Otherwise editing of :string and :number
5380         types don't work.
5381
5382 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5383
5384         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5385         secrets.el dependency.
5386         (auth-sources): Add optional user name.  Add secrets.el configuration
5387         choice (unused right now).
5388
5389 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5390
5391         * gnus-sum.el (gnus-summary-make-menu-bar):
5392         Let `gnus-registry-install-shortcuts' fill in the functions.
5393
5394         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5395         warnings.
5396         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5397         (gnus-registry-install-shortcuts): Populate and use it in a
5398         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5399
5400 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5401
5402         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5403         In-place substitutions for the group name encoding/decoding.
5404         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5405         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5406         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5407         (nnimap-update-unseen, nnimap-request-list)
5408         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5409         (nnimap-request-set-mark, nnimap-split-to-groups)
5410         (nnimap-split-articles, nnimap-request-newgroups)
5411         (nnimap-request-create-group, nnimap-request-accept-article)
5412         (nnimap-request-delete-group, nnimap-request-rename-group)
5413         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5414         `encoded-mbx' for consistency.
5415         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5416         variable `imap-current-mailbox'.
5417
5418         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5419         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5420
5421 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5422
5423         * pop3.el (pop3-display-message-size-flag): Display message size byte
5424         counts during POP3 download.
5425         (pop3-movemail): Use it.
5426         (pop3-list): Implement listing of available messages.
5427
5428 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5429
5430         * nnir.el (nnir-get-article-nov-override-function): New function to
5431         override the normal NOV retrieval.
5432         (nnir-retrieve-headers): Use it.
5433
5434 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5435
5436         * auth-source.el (netrc-machine-user-or-password): Autoload.
5437
5438 2010-03-19  Glenn Morris  <rgm@gnu.org>
5439
5440         Stop message.el from loading about 40 libraries it doesn't always need.
5441         The general approach is to autoload rather than require, and to
5442         require in the specific functions rather than the file.  (Bug#5642)
5443
5444         * gmm-utils.el: Don't require wid-edit.
5445         (widget-create-child-value, widget-convert, widget-default-get):
5446         Autoload.
5447
5448         * gnus-util.el: Don't require time-date, netrc.
5449         (message-fetch-field, gnus-group-name-decode): Declare rather than
5450         autoloading.
5451         (gnus-fetch-field): Require message.
5452         (gnus-decode-newsgroups): Require gnus-group.
5453
5454         * ietf-drums.el: Don't require time-date.
5455
5456         * message.el: Don't require hashcash, canlock, ecomplete.
5457         Do require mail-utils.  Require nnheader only when compiling.
5458         (smtpmail-default-smtp-server): Remove declaration.
5459         (message-send-mail-function): Check smtpmail-default-smtp-server
5460         is bound rather than requiring smtpmail.
5461         (message-auto-save-directory, message-insert-signature):
5462         Use expand-file-name rather than nnheader-concat.
5463         (nnheader-insert-file-contents): Autoload.
5464         (hashcash-wait-async): Declare.
5465         (message-send-mail): Only call gnus-setup-posting-charset if
5466         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5467         (message-send-mail-with-sendmail): Require sendmail.
5468         (canlock-password, canlock-password-for-verify): Declare.
5469         (message-canlock-password): Require canlock.
5470         (nnheader-get-report): Autoload.
5471         (gnus-setup-posting-charset): Declare.
5472         (message-send-news): Require gnus-msg.
5473         (message-make-references, message-make-in-reply-to): Use mail-header-id
5474         rather than the alias mail-header-message-id.
5475         (ecomplete-add-item, ecomplete-save): Declare.
5476         (message-put-addresses-in-ecomplete): Require ecomplete.
5477         (ecomplete-display-matches): Autoload.
5478
5479         * mm-decode.el: Don't require mailcap, gnus-util.
5480         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5481         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5482         Autoload.
5483         (mailcap-mime-extensions): Declare.
5484
5485         * mm-encode.el: Don't require mailcap.
5486         (mailcap-extension-to-mime): Autoload.
5487
5488         * mml-sec.el: Don't require password-cache.
5489
5490         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5491         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5492         (mml-minibuffer-read-type): Require mailcap.
5493         (mml-preview): Require gnus-msg.
5494
5495         * mml1991.el: Require password-cache.
5496         (password-cache-expiry): Remove declaration.
5497
5498         * mml2015.el: Require password-cache.
5499         (password-cache-expiry): Remove declaration.
5500
5501         * nneething.el (mailcap): Require mailcap.
5502
5503         * nnheader.el (declare-function): Add compatibility stub.
5504         (message-remove-header): Declare rather than autoload.
5505         (nnheader-replace-header): Require message.
5506
5507         * nnimap.el (declare-function): Add compatibility stub.
5508         (netrc-parse, netrc-machine-user-or-password): Declare.
5509         (nnimap-open-connection): Require netrc.
5510
5511         * nntp.el (declare-function): Add compatibility stub.
5512         (netrc-parse, netrc-machine, netrc-get): Declare.
5513         (nntp-send-authinfo): Require netrc.
5514
5515         * rfc2047.el: Don't require qp.
5516         (quoted-printable-encode-region, quoted-printable-decode-string):
5517         Autoload.
5518
5519         * sieve-mode.el: Don't require easymenu.
5520         (easy-menu-add-item): Autoload it.
5521
5522         * spam-stat.el (time-to-number-of-days): Autoload it.
5523
5524 2010-03-19  Glenn Morris  <rgm@gnu.org>
5525
5526         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5527
5528 2010-03-18  Glenn Morris  <rgm@gnu.org>
5529
5530         * hashcash.el (declare-function): Remove duplicate definition.
5531
5532 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5533
5534         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5535         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5536         value if any backslash escapes).
5537
5538 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5539
5540         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5541         if it is available.  (bug#5647)
5542
5543         * lpath.el: Suppress compiler warning for coding-system-from-name for
5544         Emacs 21 and XEmacs.
5545
5546 2010-03-14  Juri Linkov  <juri@jurta.org>
5547
5548         * hmac-def.el:
5549         * hmac-md5.el:
5550         * netrc.el: Fix keywords.
5551
5552 2010-02-26  Glenn Morris  <rgm@gnu.org>
5553
5554         * message.el (message-send-mail-function): Change the default, so that
5555         it inherits from a customized send-mail-function.  (Bug#5643)
5556
5557 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5558
5559         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5560         shell-command-to-string signals an error (bug#5299).
5561
5562 2010-02-24  Glenn Morris  <rgm@gnu.org>
5563
5564         * message.el (message-smtpmail-send-it)
5565         (message-send-mail-with-mailclient): Doc fixes.
5566
5567 2010-02-16  Glenn Morris  <rgm@gnu.org>
5568
5569         * message.el (message-default-mail-headers): Change the default value
5570         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5571
5572 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5573
5574         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5575         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5576
5577 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5578
5579         * time-date.el (date-to-time): Doc fix (Bug#5408).
5580
5581 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5582
5583         * message.el (message-mail): Just pass yank-action on to message-setup.
5584         (message-setup): Handle (FUN . ARGS) form of yank-action.
5585         (message-with-reply-buffer, message-widen-reply)
5586         (message-yank-original): Handle non-buffer values of
5587         message-reply-buffer (Bug#4080).
5588         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5589
5590 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5591
5592         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5593         Fix typo in docstring.
5594
5595 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5596
5597         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5598         response.
5599
5600 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5601
5602         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5603
5604         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5605
5606         * message.el (message-check-news-header-syntax): Protect against a
5607         string that `rfc822-addresses' returns when parsing fails.
5608
5609 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5610
5611         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5612         (gnus-previous-char-property-change): New functions.
5613
5614         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5615
5616 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5617
5618         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5619         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5620
5621 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5622
5623         * message.el (message-exchange-point-and-mark): Rework last change to
5624         avoid using optional arg of exchange-point-and-mark, for backward
5625         compatibility.
5626
5627 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5628
5629         * message.el (message-exchange-point-and-mark):
5630         Call exchange-point-and-mark with an argument rather than setting
5631         mark-active by hand (Bug#5175).
5632
5633 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5634
5635         * nntp.el (nntp-service-to-port): Work for service expressed with
5636         numeric string; replace [:digit:] with [0-9] for XEmacs.
5637
5638 2009-12-17  Glenn Morris  <rgm@gnu.org>
5639
5640         * gnus-group.el (gnus-bug-group-download-format-alist):
5641         Change emacs entry to debbugs.gnu.org.  Bump :version.
5642
5643 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5644
5645         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5646
5647 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5648
5649         * message.el (message-info): Explain why we use `Info-goto-node'.
5650
5651 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5652
5653         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5654
5655 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5656
5657         * message.el (message-completion-in-region): New compatibility function.
5658         (message-expand-group): Use it.
5659
5660 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5661
5662         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5663         with no unread article should be listed if the 2nd arg `predicate' is
5664         given.
5665
5666 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5667
5668         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5669
5670 2009-11-29  Juri Linkov  <juri@jurta.org>
5671
5672         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5673         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5674         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5675
5676 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5677
5678         * sha1.el (sha1-string-external): default-directory "/" in case
5679         otherwise non-existent.  process-connection-type pipe for touch of
5680         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5681
5682 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5683
5684         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5685         it's comms related and sgml-mode.el has "comm" on that basis too.
5686
5687 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5688
5689         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5690         containing tspecial characters if they have been already quoted.
5691
5692 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5693
5694         * dns-mode.el (auto-mode-alist): Purecopy string.
5695
5696 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5697
5698         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5699
5700 2009-10-24  Glenn Morris  <rgm@gnu.org>
5701
5702         * gnus-art.el (help-xref-stack-item): Define for compiler.
5703
5704 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5705
5706         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5707
5708 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5709
5710         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5711
5712 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5713
5714         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5715         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5716
5717 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5718
5719         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5720         (gnus-overlays-in): New alias to overlays-in.
5721
5722         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5723         gnus-overlay-get, and gnus-delete-overlay.
5724         (gnus-summary-show-thread): Make it work as well for systems in which
5725         next-single-char-property-change is not available.
5726         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5727
5728         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5729         (gnus-overlay-get): New alias to extent-property.
5730         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5731
5732         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5733         SXEmacs.
5734
5735         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5736         SXEmacs.
5737
5738 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5739
5740         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5741
5742 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5743
5744         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5745         and XEmacs that don't have `remove-overlays'.
5746
5747 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5748
5749         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5750         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5751         selective display.  Use overlays instead.
5752
5753 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5754
5755         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5756
5757 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5758
5759         * spam-stat.el (spam-stat-load): Fix typo in message.
5760
5761 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5762
5763         * dig.el (dig-invoke): Fix typo in docstring.
5764         (query-dig): Reflow docstring.
5765
5766 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5767
5768         * gnus-art.el (gnus-article-encrypt-body):
5769         * message.el (message-check-recipients):
5770         * mm-util.el (mm-codepage-setup):
5771         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5772         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5773
5774 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5775
5776         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5777         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5778         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5779         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5780         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5781
5782 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5783
5784         * dig.el: Add "Keywords: comm", as per net-utils.el.
5785
5786 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5787
5788         * dig.el (dig-mode): Use define-derived-mode.
5789
5790 2009-09-19  Glenn Morris  <rgm@gnu.org>
5791
5792         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5793
5794 2009-09-18  Glenn Morris  <rgm@gnu.org>
5795
5796         * gnus-diary.el (gnus-diary-check-message):
5797         * message.el (message-insert-formatted-citation-line):
5798         * nnbabyl.el (top-level):
5799         * nndiary.el (nndiary-schedule):
5800         Fix typos in condition-case handlers.
5801
5802 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5803
5804         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5805         configuration that provides the sole article window in a frame;
5806         position point correctly after deleting a part.
5807
5808 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5809
5810         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5811         (spam-resolve-registrations-routine): Use it to unregister articles
5812         that change status.
5813
5814 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5815
5816         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5817         with XEmacs.
5818         (parse-time-string-chars): Use it.
5819
5820 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5821
5822         * imap.el (imap-interactive-login): Better messages.
5823         (imap-open): Fix bug with renamed buffer on reconnect.
5824         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5825         for easier debugging and cleaner code.  On successful (guessed based on
5826         server capabilities) secondary authentication, set imap-state
5827         correctly.
5828         (imap-last-authenticator): Define imap-last-authenticator as a variable
5829         to avoid warnings.
5830
5831 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5832
5833         * nnrss.el (nnrss-request-article): Remove binding of
5834         default-enable-multibyte-characters that has gotten needless by
5835         the 2007-07-13 change in rfc2047-encode-message-header.
5836
5837         * mml.el (mml-insert-multipart): Error on the message header.
5838         (mml-insert-part): Error on the message header; position point at
5839         the end of a MIME tag.
5840
5841 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5842
5843         * time-date.el (autoload): Expand define-obsolete-function-alias into
5844         defalias and make-obsolete for old Emacsen that Gnus supports.
5845         (with-no-warnings): Define it for old Emacsen.
5846         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5847         is available.
5848         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5849         float-time is available; suppress compile warning for time-to-seconds.
5850
5851         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5852         (gnus-float-time): Alias to float-time if it exists.
5853
5854         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5855         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5856         float-time is available; suppress compile warning for time-to-seconds.
5857
5858         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5859         XEmacs.
5860
5861 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5862
5863         * imap.el (imap-message-map): Docstring fix.
5864
5865 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5866
5867         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5868         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5869         Add the optional argument `encoding' that overrides the default.
5870
5871         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5872         mm-encode-buffer.
5873
5874 2009-09-04  Glenn Morris  <rgm@gnu.org>
5875
5876         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5877         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5878         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5879         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5880         * mm-util.el (mm-with-unibyte-current-buffer)
5881         (mm-find-buffer-file-coding-system):
5882         * yenc.el (yenc-decode-region): Use default-value rather than
5883         default-enable-multibyte-characters.
5884
5885 2009-09-03  Glenn Morris  <rgm@gnu.org>
5886
5887         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5888         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5889         than default-enable-multibyte-characters.
5890
5891 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5892
5893         * gnus-art.el (gnus-article-read-summary-keys):
5894         Fix gnus-buffer-configuration's value temporarily used.
5895
5896 2009-09-02  Glenn Morris  <rgm@gnu.org>
5897
5898         * gnus-util.el (gnus-float-time): New function.
5899         * gnus-delay.el (gnus-delay-article):
5900         * gnus-sum.el (gnus-thread-latest-date):
5901         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5902         * nnspool.el (nnspool-request-newgroups):
5903         Use gnus-float-time rather than time-to-seconds.
5904         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5905
5906         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5907         (gnus-header-subject-face, gnus-header-newsgroups-face)
5908         (gnus-header-name-face, gnus-header-content-face):
5909         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5910         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5911         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5912         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5913         (gnus-cite-face-11):
5914         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5915         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5916         (gnus-server-closed-face, gnus-server-denied-face)
5917         (gnus-server-offline-face):
5918         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5919         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5920         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5921         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5922         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5923         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5924         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5925         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5926         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5927         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5928         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5929         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5930         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5931         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5932         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5933         (gnus-summary-high-undownloaded-face)
5934         (gnus-summary-low-undownloaded-face)
5935         (gnus-summary-normal-undownloaded-face)
5936         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5937         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5938         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5939         (gnus-splash-face):
5940         * message.el (message-header-to-face, message-header-cc-face)
5941         (message-header-subject-face, message-header-newsgroups-face)
5942         (message-header-other-face, message-header-name-face)
5943         (message-header-xheader-face, message-separator-face)
5944         (message-cited-text-face, message-mml-face):
5945         * sieve-mode.el (sieve-control-commands-face)
5946         (sieve-action-commands-face, sieve-test-commands-face)
5947         (sieve-tagged-arguments-face):
5948         * spam.el (spam-face):
5949         Mark face aliases with "-face" in the name as obsolete.
5950
5951 2009-09-01  Glenn Morris  <rgm@gnu.org>
5952
5953         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5954         than goto-line.
5955
5956 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5957
5958         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5959         Don't move point if the command is invoked inside the message header.
5960
5961 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5962
5963         * imap.el (imap-send-command): Simplify.
5964         (imap-wait-for-tag): point-max -> buffer-size.
5965
5966 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5967
5968         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5969         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5970         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5971         * nnir.el (nnir-swish-e-index-file):
5972         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5973         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5974         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5975         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5976         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5977         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5978
5979 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5980
5981         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5982         Don't save excursion.
5983
5984 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5985
5986         * nnheader.el (nnheader-find-file-noselect):
5987         * mm-util.el (mm-insert-file-contents):
5988         Use (default-value 'major-mode) instead of default-major-mode.
5989
5990 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5991
5992         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5993
5994 2009-08-26  Glenn Morris  <rgm@gnu.org>
5995
5996         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5997         than placing in files.el.
5998
5999 2009-08-25  Glenn Morris  <rgm@gnu.org>
6000
6001         * nnir.el (top-level): Don't require cl at run-time.
6002         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6003         Replace cl-function substitute with gnus-replace-in-string.
6004         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6005         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6006         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6007         simplified expansions.
6008
6009 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6010
6011         * dig.el (dig): Add autoload cookie.
6012
6013 2009-08-22  Glenn Morris  <rgm@gnu.org>
6014
6015         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6016         goto-line.
6017
6018 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6019
6020         * parse-time.el (parse-time-string-chars): Save match data.
6021
6022 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6023
6024         * parse-time.el (parse-time-string-chars): Compute using character
6025         classes, to handle non-ascii characters (Bug#3190).
6026
6027 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6028
6029         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6030
6031         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6032         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6033         (gnus-mm-display-part, gnus-mime-display-single)
6034         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6035         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6036
6037         * gnus-sum.el
6038         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6039         (gnus-summary-move-article): Add expirable mark to articles copied or
6040         moved to group that has auto-expire turned on if the option is non-nil.
6041
6042 2009-07-24  Glenn Morris  <rgm@gnu.org>
6043
6044         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6045         Fix typo.  (Bug#3903)
6046
6047 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6048
6049         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6050         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6051         that should not be used for draft articles.
6052         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6053         that has no concern in minor mode keys.
6054         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6055         Abolish.
6056
6057 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6058
6059         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6060         article without making inquiry to a user for unknown encoding.
6061
6062         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6063         (nnmaildir--scan): Assume i-node and device number that file-attributes
6064         returns might be cons-cell.
6065
6066         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6067
6068         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6069
6070 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6071
6072         * auth-source.el: Remove docs now in auth.texi.  Don't use
6073         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6074         `auth-source-hide-passwords' and use them.
6075
6076 2009-07-15  Glenn Morris  <rgm@gnu.org>
6077
6078         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6079
6080 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6081
6082         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6083         excessive whitespace from the default values of title and description.
6084
6085 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6086
6087         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6088         mail-fetch-field to fetch Content-Description header in order to
6089         exclude newlines.
6090
6091 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6092
6093         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6094         format used by GnuPG 2.0.11.
6095
6096 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6097
6098         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6099         to deleted part.
6100
6101 2009-05-30  David Engster  <dengste@eml.cc>
6102
6103         * nnmairix.el: Remove old documentation in the commentary block.
6104         (nnmairix-request-group): Do not update active file for nnml back ends.
6105         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6106         end so that overview files are ignored.
6107         (nnmairix-update-groups): Make updating the groups more robust by using
6108         marks.
6109         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6110         with dollar characters in message-id.
6111
6112 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6113
6114         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6115         2008-12-25 in dns.el.
6116
6117 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6118
6119         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6120         could happen if the text is only composed of spaces and/or tabs.
6121
6122 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6123
6124         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6125         when sending a queued message to avoid extra mml tags.
6126
6127 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6128
6129         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6130
6131 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6132
6133         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6134         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6135         rmail-toggle-header for XEmacs;
6136         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6137
6138 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6139
6140         * gnus-dired.el: Remove autoload for gnus-setup-message.
6141         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6142         displaying Gnus logo; always use compose-mail.
6143
6144 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6145
6146         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6147
6148 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6149
6150         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6151         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6152         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6153         available.
6154         (gnus-nocem-epg-verify): New function.
6155
6156 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6157
6158         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6159
6160 2009-02-15  Glenn Morris  <rgm@gnu.org>
6161
6162         * gnus-util.el (rmail-insert-rmail-file-header)
6163         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6164         autoloads.
6165         (rmail-default-rmail-file): Remove unnecessary declaration.
6166         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6167
6168 2009-02-14  Glenn Morris  <rgm@gnu.org>
6169
6170         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6171         variable (only used in gnus-util, which declares it anyway).
6172         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6173         which was only needed by gnus-art (changed to not use it any more).
6174         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6175         only used in gnus-util, which autoloads it itself.
6176         (rmail-update-summary): Fix autoload.
6177
6178         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6179         rather than rmail-output-to-rmail-file.
6180
6181 2009-02-07  Glenn Morris  <rgm@gnu.org>
6182
6183         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6184         autoload of function that no longer exists.
6185         (rmail-toggle-header): Declare.
6186         (message-forward-rmail-make-body): Handle mbox Rmail.
6187
6188 2009-01-31  Glenn Morris  <rgm@gnu.org>
6189
6190         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6191         2009-01-09 change.
6192
6193 2009-01-31  Dave Love  <fx@gnu.org>
6194
6195         * imap.el (imap-fetch-safe): Bind debug-on-error.
6196         (imap-debug): Add imap-fetch-safe.
6197
6198 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6199
6200         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6201         (auth-source-forget-all-cached): New convenience function.
6202         (auth-source-user-or-password): Accept list of modes or a single mode.
6203
6204         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6205         auth-source modes.
6206
6207         * netrc.el (netrc-machine-user-or-password): Use list of
6208         auth-source modes.
6209
6210         * nnimap.el (nnimap-open-connection): Use list of
6211         auth-source modes.
6212
6213         * nntp.el (nntp-send-authinfo): Use list of
6214         auth-source modes.
6215
6216 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6217
6218         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6219         now.
6220
6221 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6222
6223         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6224         coding system in XEmacs; add a workaround for XEmacs.
6225
6226         * lpath.el: Fbind coding-system-aliasee.
6227
6228 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6229
6230         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6231         of current-language-environment.
6232
6233 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6234
6235         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6236         available at runtime.
6237
6238 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6239
6240         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6241
6242 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6243
6244         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6245         the greatest positive fixnum value doesn't work under an XEmacs with
6246         bignum support; use the most-positive-fixnum constant instead,
6247         available since Emacs 21.1 with cl and XEmacs 21.1.
6248
6249 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6250
6251         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6252         XEmacs gets not to work.
6253
6254 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6255
6256         * mm-util.el (mm-coding-system-priorities): Allow the value like
6257         "Japanese (UTF-8)" of current-language-environment.
6258
6259 2009-01-09  Glenn Morris  <rgm@gnu.org>
6260
6261         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6262         with last-command-event.
6263
6264 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6265
6266         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6267         in the doc string.
6268
6269         * message.el (message-fix-before-sending): Amend comment.
6270
6271 2009-01-08  Dave Love  <fx@gnu.org>
6272
6273         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6274
6275 2009-01-07  David Engster  <dengste@eml.cc>
6276
6277         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6278         simplified server definitions by converting it via
6279         gnus-server-to-method.
6280
6281 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6282
6283         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6284         parameter's operands.
6285
6286 2009-01-06  David Engster  <dengste@eml.cc>
6287
6288         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6289         primary select method (for gnus-group-mark-article-as-read).
6290
6291 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6292
6293         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6294         `(gnus)Face', not `(gnus)X-Face'.
6295
6296 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6297
6298         * mm-util.el (mm-ucs-to-char): New function.
6299
6300         * mm-url.el (mm-url-decode-entities): Use it.
6301
6302         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6303         unicode-to-char.
6304
6305 2009-01-05  Dave Love  <fx@gnu.org>
6306
6307         * time-date.el: Require cl for `declare'.
6308
6309 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6310
6311         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6312         Dave Love.
6313
6314 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6315
6316         * message.el (message-fix-before-sending): Add `eight-bit' to
6317         illegible-text check.
6318
6319 2009-01-03  Michael Olson  <mwolson@gnu.org>
6320
6321         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6322         `headers' is nil.  This can occur if the IMAP server does not have
6323         permissions to read messages from a folder, but can write new messages
6324         to the folder.
6325         (nnimap-request-article-part): Do not insert `data' if it is nil.
6326
6327         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6328         characters which will confuse `read', so skip past them.
6329
6330 2009-01-01  Dave Love  <fx@gnu.org>
6331
6332         * imap.el (imap-string-to-integer): Fix typo.
6333         (imap-fetch-safe): New function.
6334         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6335
6336         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6337
6338         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6339         (imap-parse-greeting): Fix doc strings.
6340         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6341         (imap-parse-flag-list): Make messages unique.
6342         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6343
6344         * nnimap.el: Fix author email.
6345         (nnimap-split-rule): Add FIXME comment.
6346         (nnimap-debug): Fix doc string.
6347
6348 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6349
6350         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6351
6352 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6353
6354         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6355         nslookup if resolv.conf isn't available.
6356         (dns-query): Rename from query-dns.
6357         (dns-query-cached): Rename from query-dns-cached.
6358
6359 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6360
6361         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6362         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6363         to check if those variables exist (first appeared in Emacs 18.50).
6364
6365 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6366
6367         * mm-util.el (mm-line-number-at-pos): New function.
6368
6369         * spam-report.el (spam-report-process-queue): Use it.
6370
6371 2008-12-24  David Engster  <dengste@eml.cc>
6372
6373         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6374         parameters that haven't existed as variables as buffer-local variables.
6375
6376 2008-12-23  Dave Love  <fx@gnu.org>
6377
6378         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6379         cadar.
6380
6381         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6382         imap-starttls-p.
6383         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6384
6385 2008-12-22  Dave Love  <fx@gnu.org>
6386
6387         * imap.el: Fix author email.  Doc fixes.
6388         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6389         reply.
6390
6391 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6392
6393         * spam-report.el (spam-report-gmane-max-requests): New constant.
6394         (spam-report-gmane-wait): New variable.
6395         (spam-report-gmane-ham, spam-report-gmane-spam)
6396         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6397         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6398         the server.
6399
6400         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6401         Add explanations.
6402
6403         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6404         nnheader-accept-process-output and nnheader-read-timeout if available.
6405         (pop3-movemail): Use it.
6406
6407         * message.el (message-check-news-body-syntax): Fix signature check if
6408         there's an attachment.
6409
6410 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * mm-util.el: Add comments to the mm- emulating functions.
6413
6414 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6415
6416         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6417         Reported by Stephen Berman <stephen.berman@gmx.net>.
6418
6419 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6420
6421         * mm-util.el (mm-substring-no-properties): New function.
6422         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6423         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6424         (mm-string-to-multibyte): Doc fix.
6425
6426         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6427
6428 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6429
6430         * mml.el (mml-attach-file): Strip text properties from file name.
6431         (Bug#1574)
6432
6433 2008-12-16  Glenn Morris  <rgm@gnu.org>
6434
6435         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6436
6437 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6438
6439         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6440         knows since the charset specified might be a bogus alias that
6441         mm-charset-synonym-alist provides.
6442
6443 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6444
6445         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6446         "ISO_8859-1".
6447
6448         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6449
6450 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6451
6452         * mm-util.el (mm-charset-eval-alist):
6453         Define it before mm-charset-to-coding-system.
6454         (mm-charset-to-coding-system): Add optional argument `silent';
6455         define it before mm-charset-override-alist.
6456         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6457         default value if it can be used in Emacs currently running;
6458         silence mm-charset-to-coding-system.
6459
6460 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6461
6462         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6463         `allow-override' which says whether to use `mm-charset-override-alist'.
6464         (rfc2047-decode-encoded-words): Use it.
6465
6466         * mm-util.el (mm-charset-override-alist): Fix custom type;
6467         add `(gb2312 . gbk)' to choices.
6468
6469 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6470
6471         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6472         fast.
6473
6474         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6475
6476         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6477
6478 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6479
6480         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6481         on links.
6482
6483         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6484
6485 2008-12-03  Lute Kamstra  <lute@gnu.org>
6486
6487         * sha1.el: Remove leading * from docstrings of defcustoms,
6488         deffaces, defconsts and defuns.
6489
6490 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6491
6492         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6493         users' addresses that don't have domain parts.
6494         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6495         rather than message-narrow-to-head since there will be the message
6496         header separator.
6497
6498 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6499
6500         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6501         since the result is inserted in a unibyte buffer anyway.
6502         (nnimap-demule-use-string-to-multibyte): Remove.
6503         (nnimap-demule): Alias it to mm-string-to-multibyte.
6504
6505 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6506
6507         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6508         variable for debugging bug#464 and bug#1174.
6509         (nnimap-demule): Use it.
6510
6511 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6512
6513         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6514         score calculation correctly.
6515
6516 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6517
6518         * message.el (message-send-mail): Just set the buffer to unibyte
6519         rather than use mm-with-unibyte-current-buffer which does a lot more.
6520         (message-send-mail-partially): Don't bother with
6521         mm-with-unibyte-current-buffer since it's already been made unibyte by
6522         message-send-mail.
6523
6524 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6525
6526         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6527
6528 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6529
6530         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6531
6532 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6535         require itself and to remove `with-no-warnings'.
6536
6537 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6538
6539         * starttls.el (starttls-any-program-available): Get the name of the
6540         available TLS layer program.
6541         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6542         well as the host name in the "opening" message.
6543
6544         * auth-source.el (auth-source-cache, auth-source-do-cache)
6545         (auth-source-user-or-password): Cache passwords and logins by default,
6546         allow override with `auth-source-do-cache'.
6547         (auth-source-forget-user-or-password): Allow users to remove cache
6548         entries if needed.
6549
6550 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6551
6552         * md4.el (md4-buffer): Fix typo in docstring.
6553         (md4, md4-64): Doc fixes.
6554         (md4-pack-int32): Reflow docstring.
6555
6556 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6557
6558         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6559         condition-case to only the forward-sexp call.
6560
6561 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6562
6563         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6564         quotes contained.  Make it more robust regardless by an extra
6565         condition-case wrapper.
6566
6567 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6570
6571 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6572
6573         * nnml.el (nnml-request-expire-articles): Check if the function set to
6574         `nnmail-expiry-target' returns the symbol `delete'.
6575
6576         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6577
6578         * nnmail.el (nnmail-expiry-target): Fix custom type.
6579
6580 2008-10-02  Glenn Morris  <rgm@gnu.org>
6581
6582         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6583         Silence compiler warning.
6584
6585 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6586
6587         * tls.el (open-tls-stream): Show the actual command being
6588         executed, instead of the format string.
6589
6590 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6591
6592         * lpath.el: Fbind codepage-setup for Emacs 23.
6593
6594 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6595
6596         * mml.el (mml-menu): Don't assume mml2015 is bound.
6597
6598 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6599
6600         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6601         exists.
6602
6603 2008-09-27  Glenn Morris  <rgm@gnu.org>
6604
6605         * gnus-util.el (mail-header-remove-comments): Autoload it.
6606
6607 2008-09-27  Andreas Schwab  <schwab@suse.de>
6608
6609         * gnus-util.el (gnus-split-references): Strip comments.
6610         (gnus-parent-id): Likewise.
6611
6612 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6613
6614         * message.el (message-confirm-send): Fix version.
6615
6616 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6617
6618         * message.el (message-idna-to-ascii-rhs-1): Use
6619         mail-extract-address-components rather than mail-header-parse-addresses
6620         that is an alias by default to ietf-drums-parse-addresses that does not
6621         support non-ASCII names in headers' contents.
6622
6623 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6624
6625         * message.el (message-confirm-send): Fix variable documentation to
6626         avoid the "y/n" wording.
6627
6628 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6629
6630         * message.el (message-set-auto-save-file-name): Save to a different
6631         filename so multiple messages (especially drafts) can be recovered.
6632
6633 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6634
6635         * message.el (message-confirm-send): Add appropriate version.
6636
6637 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6638
6639         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6640         defvar.
6641
6642 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6643
6644         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6645         (mm-pkcs7-enveloped-magic): Ditto.
6646
6647 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6648
6649         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6650         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6651
6652 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6653
6654         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6655         default, it's better.
6656
6657 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6658
6659         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6660         summary line gnus-number property and ignore them (with a warning
6661         message).
6662
6663 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6664
6665         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6666         macro caddr in the interactive form since it won't be expanded.
6667
6668 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6669
6670         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6671         `charset'; fix name of function called recursively.
6672         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6673
6674 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6675
6676         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6677         (gnus-mime-set-charset-parameters): New function.
6678         (gnus-mime-view-part-as-charset): Use it to correctly display part
6679         specifying wrong charset.
6680
6681 2008-09-08  David Engster  <dengste@eml.cc>
6682
6683         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6684         in completing-read for back end server.
6685
6686 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6687
6688         * message.el (message-confirm-send): New variable to confirm sending a
6689         message.
6690         (message-send): Use it.
6691
6692 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6693
6694         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6695
6696 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6697
6698         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6699
6700 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6701
6702         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6703         prevent tracking too many groups.
6704         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6705         Use it.
6706
6707 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6708
6709         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6710         moving point to the bottom of the window in order to avoid recentering.
6711
6712 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6713
6714         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6715
6716         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6717         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6718         (gnus-article-beginning-of-window): Fix calculation.
6719
6720 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6721
6722         * gnus-msg.el (gnus-summary-supersede-article)
6723         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6724         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6725         message header.
6726
6727 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6728
6729         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6730         pending output coming after the status change.
6731
6732 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6733
6734         * message.el:
6735         * gnus-start.el:
6736         * gnus-registry.el: Remove VMS support.
6737
6738 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6739
6740         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6741         macro.
6742         (rfc2104-hash): Use it.
6743
6744 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6745
6746         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6747         (gnus-summary-sort-by-most-recent-date): New commands.
6748         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6749         and menu entries.
6750
6751 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6752
6753         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6754         don't redisplay article for raw contents; remove plural articles stuff.
6755
6756         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6757         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6758         on gnus-summary-save-article; display results properly.
6759
6760 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6761
6762         * lpath.el: No need to fbind ns-focus-frame.
6763
6764 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6765
6766         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6767
6768 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6769
6770         * gnus-art.el (gnus-summary-save-in-pipe):
6771         Consider gnus-save-all-headers.
6772
6773 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6774
6775         * gnus-util.el (ns-focus-frame): Remove declaration.
6776         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6777         like x.
6778
6779 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6780
6781         * rfc2104.el (rfc2104-zero): Delete defconst.
6782         (rfc2104-hex-alist): Likewise.
6783         (rfc2104-hex-to-int): Delete func.
6784         (rfc2104-hexstring-to-bitstring): Likewise.
6785         (rfc2104-nybbles): New defconst.
6786         (rfc2104-hash): Rewrite for speed.
6787
6788 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6789
6790         * tls.el (open-tls-stream): Make it work with the 2nd argument
6791         BUFFER that is a string but does not exist as a buffer object, as
6792         mentioned in the doc-string.
6793
6794 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6795
6796         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6797         SXEmacs.
6798
6799 2008-07-16  Glenn Morris  <rgm@gnu.org>
6800
6801         * gnus-util.el (ns-focus-frame): Declare for compiler.
6802
6803 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6804
6805         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6806         set as a group parameter.
6807         (gnus-summary-save-in-pipe): Work when it is called independently.
6808         (gnus-summary-pipe-to-muttprint): Don't modify
6809         gnus-summary-pipe-output-default-command.
6810
6811 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6812
6813         * message.el (message-send-mail-with-sendmail):
6814         Display the error message.
6815
6816 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6817
6818         * gnus-art.el (gnus-default-article-saver):
6819         Add gnus-summary-save-in-pipe to choices.
6820         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6821         gnus-summary-pipe-output-default-command as the default command.
6822         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6823         instead of gnus-last-shell-command.
6824
6825         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6826         New user option.
6827         (gnus-summary-muttprint-program): Mention the value will be changed.
6828         (gnus-summary-save-article): Force showing of all headers.
6829         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6830
6831 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6832
6833         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6834
6835 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6836
6837         * nnimap.el (nnimap-id):
6838         * sieve-manage.el (sieve-manage-open): Doc fixes.
6839
6840 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6841
6842         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6843         if available.
6844
6845 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6846
6847         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6848
6849         * nnkiboze.el (nnkiboze-generate-group):
6850         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6851
6852         * nnmairix.el: Require CL.
6853
6854 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6855
6856         * dgnushack.el: Autoload get-display-table and put-display-table for
6857         XEmacs 21.5.
6858
6859         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6860         21.4 and SXEmacs.
6861
6862 2008-06-15  David Engster  <dengste@eml.cc>
6863
6864         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6865
6866 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6867
6868         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6869         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6870         runtime choice under XEmacs.
6871
6872         * gnus-sum.el (gnus-summary-set-display-table):
6873         Use `gnus-put-display-table', `gnus-get-display-table',
6874         `gnus-set-display-table' for the display table, instead of `aset'.
6875
6876         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6877         Use `gnus-put-display-table', `gnus-get-display-table',
6878         `gnus-set-display-table' for the display table.
6879
6880 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6881
6882         * nnmairix.el: Add autoloads.
6883
6884 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6885
6886         * nnmairix.el (nnmairix-delete-recreate-group)
6887         (nnmairix-update-and-clear-marks): Fix error messages.
6888
6889 2008-06-14  David Engster  <dengste@eml.cc>
6890
6891         * nnmairix.el: Upgrade to version 0.6.
6892         (nnmairix-group-toggle-propmarks-this-group)
6893         (nnmairix-group-toggle-readmarks-this-group)
6894         (nnmairix-group-delete-recreate-this-group)
6895         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6896         (nnmairix-remove-tick-mark-original-article): New commands.
6897         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6898         (nnmairix-propagate-marks-to-nnmairix-groups)
6899         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6900         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6901         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6902         functions needed for marks propagation and manipulation of read marks.
6903         (nnmairix-update-groups): New function.
6904         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6905         (nnmairix-determine-original-group-from-registry)
6906         (nnmairix-determine-original-group-from-path)
6907         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6908         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6909         New helper functions.
6910         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6911         keystrokes for new commands.
6912         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6913         (nnmairix-request-group): Check allow-fast group parameter.
6914         (nnmairix-request-create-group): Set allow-fast group parameter if
6915         nnmairix-allowfast-default is set.
6916         (nnmairix-close-group): Propagate marks upon closing if needed.
6917         (nnmairix-group-toggle-threads-this-group): Use new.
6918         nnmairix-group-toggle-parameter helper function.
6919         (nnmairix-search): Better check for empty search result.
6920         (nnmairix-goto-original-article): Use new helper functions for
6921         determining original article.
6922         (nnmairix-show-original-article): Make sure message-id is in brackets.
6923         (nnmairix-call-mairix-binary): Change variable name.
6924         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6925         helper function.
6926         (nnmairix-widget-toggle-activate): Fix doc string.
6927
6928 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6929
6930         * nnir.el: Require edmacro when compiling with XEmacs.
6931         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6932         available in Emacs 21.
6933
6934 2008-06-11  Glenn Morris  <rgm@gnu.org>
6935
6936         * gnus-util.el (x-focus-frame):
6937         * gnus.el (image-size):
6938         * mm-decode.el (image-size): Declare.
6939
6940         * gnus-picon.el (declare-function): Add compat definition.
6941         (image-size): Declare.
6942
6943         * gnus-group.el (tool-bar-map):
6944         * gnus-sum.el (tool-bar-map): Define for compiler.
6945
6946         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6947
6948         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6949
6950         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6951         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6952         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6953         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6954         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6955         * sieve-manage.el, spam-report.el, spam.el:
6956         Remove unnecessary eval-and-compile of autoloads.
6957
6958 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6959
6960         * auth-source.el: Precise Tramp doc.
6961
6962 2008-06-07  Glenn Morris  <rgm@gnu.org>
6963
6964         * nnmairix.el: Remove unnecessary eval-when-compile.
6965
6966 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * lpath.el: Fbind propertize for XEmacs 21.4.
6969
6970 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6971
6972         * nnir.el: Move here from ../contrib.
6973
6974 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6975
6976         * gnus-util.el (gnus-read-shell-command): New function.
6977         * mm-decode.el (mm-pipe-part):
6978         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6979
6980 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6981
6982         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6983
6984 2008-06-03  Glenn Morris  <rgm@gnu.org>
6985
6986         * pop3.el (nnheader-accept-process-output): Autoload it.
6987
6988 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6989
6990         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6991         are not 2-digit hexadecimal characters that follow `%'s.
6992
6993 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6994
6995         * message.el (message-bogus-recipient-p): Fix type in doc string.
6996         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6997         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6998         Improve custom options.
6999         (message-bogus-recipient-p): Adjust accordingly.
7000
7001 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7002
7003         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7004         long-form month and day names.
7005
7006 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7007
7008         * dgnushack.el: Autoload debug, eudc-expand-inline and
7009         pgg-snarf-keys-region for XEmacs.
7010
7011         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7012
7013         * nnmairix.el: Require edmacro when compiling with XEmacs.
7014
7015 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7016
7017         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7018         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7019
7020 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7021
7022         * auth-source.el: Add more docs.
7023
7024         * netrc.el (netrc-machine): Always match if the port is not given.
7025
7026 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7027
7028         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7029         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7030         retrieval faster in some cases, but might make CPU usage larger.
7031         If this has any bad side effects, we might revert this change.
7032
7033         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7034         seems to make mail retrieval much, much faster.
7035         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7036         unconditionally.
7037
7038         * gnus-draft.el (gnus-group-send-queue):
7039         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7040
7041 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7042
7043         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7044
7045         * message.el (message-bogus-address-regexp): Fix and improve custom
7046         type.
7047         (message-setup-hook): Add message-check-recipients as custom option.
7048
7049 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7050
7051         * message.el (message-cite-function): Remove bogus autoload which crept
7052         in during merge from v5-10.
7053
7054 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7055
7056         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7057
7058         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7059
7060         * auth-source.el: Preliminary Tramp docs.
7061         (auth-sources): Change the default auth-sources to use
7062         EPA .gpg files.
7063
7064 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7065
7066         * nntp.el: Autoload `auth-source-user-or-password'.
7067         (nntp-send-authinfo): Use it.
7068
7069         * nnimap.el: Autoload `auth-source-user-or-password'.
7070         (nnimap-open-connection): Use it.
7071
7072         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7073         for the gnus-message function.
7074         (auth-source-user-or-password): Use it.
7075
7076 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7077
7078         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7079         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7080         (rfc2104-hash): Use it.
7081
7082 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7083
7084         * gnus-art.el (gnus-article-toggle-truncate-lines):
7085         Don't use `iff' in docstring.
7086
7087 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7088
7089         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7090
7091         * gnus-util.el (gnus-extract-address-component-name)
7092         (gnus-extract-address-component-email): Convenience functions around
7093         `gnus-extract-address-components'.
7094
7095         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7096         Use `gnus-extract-address-component-email' to fix bug of comparing full
7097         sender name to `user-mail-address'.
7098
7099 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7100
7101         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7102         catch/throw to optimize.
7103         (gnus-registry-find-keywords): Just use member to find a keyword.
7104
7105 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7106
7107         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7108         is current before calling gnus-server-prepare.
7109         (gnus-server-setup-buffer, gnus-server-update-server)
7110         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7111
7112 2008-05-04  Juri Linkov  <juri@jurta.org>
7113
7114         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7115         (mailcap-file-default-commands): Use mailcap-replace-in-string
7116         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7117         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7118
7119 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7120
7121         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7122
7123 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7124
7125         * gnus.el: Bump version to 0.11.
7126
7127 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7128
7129         * gnus.el: No Gnus v0.10 is released.
7130
7131 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7132
7133         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7134         hooks.
7135         (gnus-update-read-articles): Speed up non-marks-using users.
7136         (gnus-use-marks): Define gnus-use-marks.
7137         (gnus-propagate-marks): Rename variable to something more sensible.
7138
7139 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7140
7141         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7142         (gmm-image-load-path-for-library): Fix typos in docstrings.
7143         (gmm-message): Reflow docstring.
7144
7145 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7146
7147         * mail-source.el (mail-source-set-1, mail-source-bind):
7148         Move auth-source code out of the macro to clean it up and fix bugs.
7149
7150 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7151
7152         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7153         by sender if it's equal to user-mail-address, it's likely to be
7154         useless.
7155
7156         * mail-source.el (mail-source-bind): Don't use user or password if they
7157         are not bound.  Unintern them if they are nil.  Don't use server unless
7158         it's bound, and default it to empty string otherwise.
7159
7160 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7161
7162         * mail-source.el: Load auth-source.el.
7163         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7164         get user name or password, if auth-sources is set up.
7165
7166         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7167         strategy of splitting with parent.
7168         (gnus-registry-split-fancy-with-parent)
7169         (gnus-registry-post-process-groups): Use it and fix prior
7170         bug (returning a list as the split result).
7171
7172         * auth-source.el (auth-sources): Remove server parameter.
7173         (auth-source-pick, auth-source-user-or-password)
7174         (auth-source-user-or-password-imap)
7175         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7176         (auth-source-user-or-password-sftp)
7177         (auth-source-user-or-password-smtp): Remove server parameter.
7178
7179 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7180
7181         * smime.el (smime-sign-region, smime-encrypt-region)
7182         (smime-decrypt-region):
7183         Remove redundant calls to `generate-new-buffer-name'.
7184
7185 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7186
7187         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7188         Don't use QP for message/rfc822.
7189         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7190
7191 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7192
7193         * sieve-manage.el (sieve-string-bytes): Remove.
7194         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7195         correct byte-length only if the process's coding-system is the same as
7196         the one used internally by Emacs to represent strings.
7197
7198 2008-04-22  Juri Linkov  <juri@jurta.org>
7199
7200         * mailcap.el (mailcap-file-default-commands): New function.
7201
7202 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7203
7204         * message.el (message-signature-separator, message-cite-function):
7205         Change custom version.
7206
7207 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7208
7209         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7210         commands.
7211         (tls-checktrust): Ditto.
7212
7213 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7214
7215         * mm-decode.el (mm-display-external): Make temp file read-only.
7216
7217 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7218
7219         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7220         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7221         `C-c C-f d'.
7222
7223 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7224
7225         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7226
7227 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7228
7229         * gnus.el: Bump version to 0.9.
7230
7231 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7232
7233         * gnus.el: No Gnus v0.8 is released.
7234
7235 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7236
7237         * mail-source.el (mail-source-value):
7238         Prefer fboundp to functionp so it works with macros as well.
7239
7240 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7241
7242         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7243         Fix last change in case the element is not even a symbol.
7244
7245 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7246
7247         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7248         Prefer fboundp to functionp so it works with macros as well.
7249
7250 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7251
7252         * auth-source.el: Add docs.
7253         (auth-sources): Modify format to support server.
7254         (auth-source-pick, auth-source-user-or-password)
7255         (auth-source-user-or-password-imap)
7256         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7257         (auth-source-user-or-password-sftp)
7258         (auth-source-user-or-password-smtp): Add server parameter.
7259
7260 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7261
7262         * gnus-registry.el: Initialize the registry when gnus-registry-install
7263         is t.
7264
7265 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7266
7267         * compface.el (uncompface): Make buffer unibyte.
7268
7269 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7270
7271         * mail-source.el (mail-source-value):
7272         Prefer fboundp to functionp so it works with macros as well.
7273
7274 2008-04-05  Glenn Morris  <rgm@gnu.org>
7275
7276         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7277
7278 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7279
7280         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7281         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7282
7283         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7284         multibyteness after rather than before erasing it.
7285
7286         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7287         mm-with-multibyte.
7288         (gnus-request-article-this-buffer): Make sure the proper decoding is
7289         used if gnus-original-article-buffer happens to be unibyte.
7290
7291         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7292         default-enable-multibyte-characters.
7293
7294         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7295         default-enable-multibyte-characters.
7296
7297         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7298
7299         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7300
7301 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7302
7303         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7304         Fix last change in case the element is not even a symbol.
7305
7306 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7307
7308         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7309         (imap-message-copyuid-1): Use it.
7310         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7311         J. Williams in
7312         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7313
7314         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7315         imap-enable-exchange-bug-workaround.
7316         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7317
7318 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7319
7320         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7321         a 100 byte status-checks into a 2-3MB transfer for each group.
7322         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7323         to enable bug workaround or not.
7324         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7325
7326 2008-03-31  Glenn Morris  <rgm@gnu.org>
7327
7328         * message.el (mml2015-use): Declare for compiler.
7329         (message-info): Require mml2015 when appropriate.
7330
7331 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7332
7333         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7334         whitespace.
7335
7336 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7337
7338         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7339         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7340         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7341         (nntp-service-to-port): New function.
7342         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7343         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7344         (nntp-open-netcat-stream): New function.
7345         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7346
7347 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7348
7349         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7350
7351 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7352
7353         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7354
7355 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7356
7357         * dns.el (dns-write): Use set-buffer-multibyte.
7358
7359 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7360
7361         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7362
7363 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7364
7365         * message.el (message-signature-separator): Change default.
7366         Improve custom type.
7367         (message-cite-function): Change default to
7368         message-cite-original-without-signature.
7369
7370         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7371         toggle.
7372
7373         * message.el (message-check-news-body-syntax): Fix signature check.
7374         (message-setup-1): Mark buffer as unmodified _after_ running
7375         message-setup-hook and handling message-alternative-emails.
7376         (message-shorten-references): Be more strict when building list of
7377         valid references to comply with GNKSA.
7378
7379         * gnus-group.el (gnus-read-ephemeral-bug-group)
7380         (gnus-read-ephemeral-debian-bug-group)
7381         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7382
7383         * message.el (message-info): Don't use booleanp which isn't supported
7384         in Emacs 21 and XEmacs.
7385
7386 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7387
7388         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7389         gnus-group-gmane-group-download-format.
7390         (gnus-group-read-ephemeral-gmane-group): Rename from
7391         gnus-group-read-ephemeral-gmane-group.
7392         (gnus-read-ephemeral-gmane-group-url): Rename from
7393         gnus-group-read-ephemeral-gmane-group-url.
7394         (gnus-bug-group-download-format-alist): New variable.
7395         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7396         (gnus-read-ephemeral-emacs-bug-group): New commands.
7397
7398 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7399
7400         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7401         (gnus-visible-headers): Improve custom type.
7402
7403 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7404
7405         * mml.el (mml-menu): Add workarounds for XEmacs.
7406
7407         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7408         X-Boundary header.
7409
7410         * message.el (message-simplify-recipients): Fix previous commit.
7411
7412 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7413
7414         * mm-util.el (mm-set-buffer-multibyte): New function.
7415         * mm-decode.el (mm-copy-to-buffer): Use it.
7416
7417         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7418         Prefer fboundp to functionp so it works with macros as well.
7419
7420 2008-03-19  Glenn Morris  <rgm@gnu.org>
7421
7422         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7423         Accidentally removed in the sync process with Emacs.
7424
7425 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7426
7427         * message.el (message-alter-recipients-discard-bogus-full-name):
7428         New function.
7429         (message-alter-recipients-function): New variable.
7430         (message-get-reply-headers): Use it.
7431         (message-replace-header): New helper function.
7432         (message-recipients-without-full-name): New variable.
7433         (message-simplify-recipients): New command.
7434
7435         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7436
7437         * message.el (message-info): Handle EasyPG manual.
7438
7439         * mml.el (mml-menu): Add entry for EasyPG.
7440
7441 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7442
7443         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7444         parameter.
7445
7446         * message.el (message-disassociate-draft): Specify drafts group name
7447         fully.
7448
7449 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7450
7451         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7452         Eliminate unnecessary duplicates from the match list.
7453
7454 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7455
7456         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7457
7458         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7459
7460         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7461         args of `how-many' of which the XEmacs version doesn't take; declare
7462         Info-index-next as function.
7463
7464 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7465
7466         * gnus-score.el (gnus-score-headers): Fix handling of
7467         gnus-inhibit-slow-scoring.
7468
7469         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7470         string.
7471         (gnus-button-url-regexp): Improve handling of parenthesis.
7472         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7473         (gnus-button-handle-info-keystrokes): Handle index entries.
7474
7475 2008-03-15  Glenn Morris  <rgm@gnu.org>
7476
7477         * parse-time.el (parse-time-string): Simplify.
7478
7479 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7480
7481         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7482         Incoming* files.
7483
7484 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7485
7486         * auth-source.el (auth-sources): Rename from auth-source-choices.
7487         (auth-source-pick): Use it.
7488
7489 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7490
7491         * binhex.el (binhex-decode-region-internal):
7492         * uudecode.el (uudecode-decode-region-internal):
7493         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7494         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7495         setting default-enable-multibyte-characters.
7496
7497 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7498
7499         * auth-source.el (auth-source-protocols)
7500         (auth-source-protocols-customize, auth-source-choices): Add and
7501         modified variable customizations and defaults.
7502         (auth-source-pick, auth-source-user-or-password)
7503         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7504         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7505         (auth-source-user-or-password-sftp)
7506         (auth-source-user-or-password-smtp): Use new variables and provide an
7507         interface to netrc.el.
7508
7509 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7510
7511         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7512         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7513         Make sure the nntp port to specify is a string.
7514
7515 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7516
7517         * nntp.el: Use with-current-buffer.
7518         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7519         dubious mm-with-unibyte-current-buffer.
7520         (nntp-with-open-group-function): New function extracted from
7521         nntp-with-open-group macro.
7522         (nntp-with-open-group): Use the function, so it's easier to debug.
7523         Add indentation and debugging info.
7524         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7525         Recommend the use of the netcat alternatives.
7526
7527         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7528         Avoid mm-string-as-multibyte as well.
7529
7530         * nnweb.el (nnweb-insert-html):
7531         Remove use of nnheader-string-as-multibyte.
7532
7533         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7534         (nnheader-string-as-multibyte): Remove.
7535
7536         * mm-view.el: Use inhibit-read-only.
7537         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7538         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7539         or unibyte-string.
7540
7541         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7542         (mm-uu-yenc-extract): Use with-current-buffer.
7543
7544         * gnus-soup.el (gnus-soup-send-packet): Don't use
7545         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7546
7547         * nnmh.el: Use with-current-buffer.
7548         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7549         mm-string-as-multibyte on the output of mm-encode-coding-string.
7550
7551         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7552         (nnimap-request-move-article): Use with-current-buffer.
7553
7554         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7555         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7556         conversion uses string-make-unibyte rather than string-as-unibyte.
7557
7558         * gnus-msg.el: Use with-current-buffer.
7559
7560         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7561
7562 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7563
7564         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7565         string for caching if it is 'PIN.
7566
7567 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7568
7569         * lpath.el: Consider the case without Emacs/W3.
7570
7571 2008-03-08  Glenn Morris  <rgm@gnu.org>
7572
7573         * time-date.el (date-to-time, time-subtract, time-add)
7574         (safe-date-to-time): Doc fixes.
7575
7576 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7577
7578         * mail-source.el (mail-source-delete-old-incoming-confirm):
7579         Change default to nil.
7580         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7581
7582 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7583
7584         * lpath.el: Rearrange.
7585
7586         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7587         (gnus-article-goto-prev-page): Work for articles having ^L's.
7588
7589         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7590
7591         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7592
7593 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7594
7595         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7596         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7597         (gnus-bookmark-jump): Adjust some variable names.
7598
7599 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7600
7601         * auth-source.el: New package.
7602         (auth-source-choices): Add customization entry point variable.
7603
7604         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7605         bug.
7606
7607 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7608
7609         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7610         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7611         (gnus-registry-install-shortcuts): Rename from
7612         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7613         the `gnus-registry-mark-map' keymap dynamically from
7614         `gnus-registry-marks'.  The generated functions update the summary line
7615         when a registry mark is added or deleted, and will call
7616         `gnus-registry-install-p' (see the comments in the code).
7617         (gnus-registry-user-format-function-M): Use concat intelligently.
7618
7619         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7620         the registry mark functions.
7621
7622 2008-03-05  Glenn Morris  <rgm@gnu.org>
7623
7624         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7625         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7626         gnus-art.
7627         (top-level): No need to load own source when compiling.
7628
7629 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7630
7631         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7632         Suggested by <chris.anderton@zetnet.co.uk>.
7633
7634 2008-03-04  Glenn Morris  <rgm@gnu.org>
7635
7636         * gnus-sum.el (top-level): No need to require gnus when compiling,
7637         since unconditionally required near start of file.
7638         (gnus-summary-display-while-building): Move definition before use.
7639
7640 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7641
7642         * gnus-registry.el (gnus-registry-user-format-function-M):
7643         Add formatting function.
7644
7645 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7646
7647         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7648         with plists.
7649         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7650         Use new format.
7651
7652 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7653
7654         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7655         `where-is-internal' that returns a range of key sequences.
7656
7657 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7658
7659         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7660
7661         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7662         (gnus-summary-jump-to-group): Consider windows on other displayed
7663         frames as well.  Similar changes might be needed elsewhere, but that's
7664         the one I've bumped into during my use.
7665
7666         * nndoc.el (nndoc-oe-dbx-type-p):
7667         * gnus-msg.el (gnus-debug):
7668         * gnus-group.el (gnus-update-group-mark-positions):
7669         Use mm-string-to-multibyte.
7670
7671 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7672
7673         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7674         doesn't handle NotDashEscaped.
7675
7676         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7677         (mml-dnd-attach-options): Fix typo in custom choice.
7678
7679         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7680         Change nndoc-article-type to mbox.
7681         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7682
7683         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7684         to nil, instead of html2text.
7685
7686         * imap.el (imap-debug): Add `imap-ping-server'.
7687
7688         * gnus-bookmark.el: Add FIXMEs.
7689
7690         * message.el (message-form-letter-separator)
7691         (message-send-form-letter-delay): New variables.
7692         (message-send-form-letter): Use them.  New command to send form
7693         letters.  Requested by Uwe Siart.
7694         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7695
7696 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7697
7698         * Update copyright years.
7699
7700 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7701
7702         Sync from EMACS_22_BASE.
7703
7704         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7705
7706 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7707
7708         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7709         empty author.
7710
7711 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7712
7713         * gnus-registry.el (gnus-registry-marks): Add variable for
7714         customization of marks and their appearance.
7715         (gnus-registry-read-mark): Use it.
7716         (gnus-registry-do-marks): Add utility function to loop through
7717         `gnus-registry-marks'.
7718         (gnus-registry-install-shortcuts-and-menus): Add function to install
7719         shortcuts and menus.
7720         (gnus-registry-initialize): Use it.
7721         (gnus-registry-default-mark): Clarify documentation.
7722
7723 2008-02-29  Glenn Morris  <rgm@gnu.org>
7724
7725         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7726         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7727         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7728         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7729         Change defcustom :version from 23.0 to 23.1.
7730
7731 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7732
7733         * gnus-registry.el (gnus-registry-follow-group-p)
7734         (gnus-registry-post-process-groups): Add functions to aid registry
7735         splitting and improve logging.  Clarify behavior in function
7736         documentation.
7737         (gnus-registry-split-fancy-with-parent): Use them.
7738
7739 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7740
7741         * gnus-art.el: Use with-current-buffer.
7742
7743 2008-02-27  David Engster  <dengste@eml.cc>
7744
7745         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7746         Express real group name in the response.
7747
7748 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7749
7750         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7751         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7752         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7753         autoload gnus-registry-fetch-group when compiling.
7754         (nnmairix-request-group-with-article-number-correction):
7755         Remove unreferenced argument passed to nnmairix-call-backend.
7756
7757 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7758
7759         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7760         (mm-uu-extract): Improve face for low color ttys.
7761         Reported by Sascha Wilde.
7762
7763 2008-02-27  Glenn Morris  <rgm@gnu.org>
7764
7765         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7766         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7767         variables to defconsts.  Convert comments to doc-strings.
7768         (nnmairix-last-server, nnmairix-current-server): Convert from free
7769         variables to defvars.  Convert comments to doc-strings.
7770         (gnus-registry-fetch-group): Autoload.
7771         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7772         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7773         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7774         caddr.
7775         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7776         nnmairix-request-group-with-article-number-correction call.
7777         (nnmairix-fast, nnmairix-group): New, less general names, for free
7778         variables passed from nnmairix-request-group to
7779         nnmairix-request-group-with-article-number-correction.  Declare.
7780         (nnmairix-request-group-with-article-number-correction):
7781         Use nnmairix-fast, nnmairix-group rather than fast, group.
7782
7783 2008-02-26  David Engster  <dengste@eml.cc>
7784
7785         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7786         version 0.5.
7787
7788 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7789
7790         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7791         instead of making an extra function call.  Don't add the current group
7792         to articles only when they have the group.  Use
7793         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7794         Reported by David <de_bb@arcor.de>.
7795
7796 2008-02-24  Miles Bader  <miles@gnu.org>
7797
7798         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7799         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7800         (mm-find-mime-charset-region):
7801         * mm-bodies.el (mm-encode-body):
7802         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7803
7804 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7805
7806         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7807         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7808
7809 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7810
7811         * mail-source.el (mail-source-delete-incoming): Change default.
7812         Supplement doc string.
7813
7814         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7815
7816 2008-02-14  Glenn Morris  <rgm@gnu.org>
7817
7818         * time-date.el (format-seconds): New function.
7819
7820 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7821
7822         * nnmail.el (nnmail-message-id-cache-file): Derive from
7823         `gnus-home-directory'.
7824
7825 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7826
7827         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7828         Document negative prefix.
7829
7830         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7831
7832 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7833
7834         * message.el (message-unsent-separator): Add the Exim bounce
7835         separator.
7836
7837 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7838
7839         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7840         list.
7841         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7842         recipient/signer list.
7843
7844 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7845
7846         * Makefile.in (datarootdir): Define.
7847         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7848         name that might contain whitespace.
7849
7850 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7851
7852         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7853         fbound (Emacs 23 unicode), signal an error.
7854
7855 2008-02-08  Glenn Morris  <rgm@gnu.org>
7856
7857         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7858
7859 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7860
7861         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7862         ports to the calls to `netrc-machine-user-or-password' in addition to
7863         "imap" and "imaps".
7864
7865 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7866
7867         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7868
7869         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7870
7871 2008-02-01  Kenichi Handa  <handa@m17n.org>
7872
7873         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7874         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7875         (rfc2104-hash): Convert the result of concat to unibyte string.
7876
7877 2008-02-01  Dave Love  <fx@gnu.org>
7878
7879         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7880         coding-system-for-read.
7881         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7882
7883 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7884
7885         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7886         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7887         <hanche@math.ntnu.no>.
7888
7889 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7890
7891         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7892
7893         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7894
7895 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7896
7897         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7898         * message.el (message-beginning-of-line): Use featurep instead of bound
7899         tests in order to resolve conditionals at compile time.
7900
7901 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7902
7903         * mail-source.el (mail-sources): Add `group' choice.
7904
7905         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7906         parameter `in-group' to control into which group the articles go.
7907         Add treatment of `group' mail-source.
7908
7909 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7910
7911         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7912
7913         * mm-decode.el (mm-dissect-buffer): Decode description.
7914
7915         * mml.el (mml-to-mime): Encode message header first.
7916
7917 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7918
7919         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7920         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7921
7922         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7923         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7924
7925 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7926
7927         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7928
7929 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7930
7931         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7932         prefix keys.
7933         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7934         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7935         gnus-xmas.el.
7936
7937         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7938         (gnus-xmas-article-describe-bindings): New function.
7939         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7940         gnus-xmas-article-describe-bindings.
7941
7942         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7943
7944 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7945
7946         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7947         Add new variables for article mark management.
7948         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7949         list of extra data entries which, when present, will indicate that the
7950         article ID should not be trimmed from the registry.
7951         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7952         functions.
7953         (gnus-registry-read-mark): New function to read a mark name from the
7954         user.
7955         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7956         (gnus-registry-set-article-mark-internal): New functions to add and
7957         remove marks.
7958         (gnus-registry-get-article-marks): New function to show the marks for
7959         an article, or retrieve them for further use.
7960
7961 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7962
7963         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7964         keys when no argument is given.
7965
7966 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7967
7968         * imap.el (imap-ping-server): New variable.
7969         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7970         (imap-ping-server): Minor doc string fixes.
7971
7972 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7973
7974         * imap.el (imap-ping-server): New function.
7975         (imap-opened): Call imap-ping-server.
7976
7977 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7978
7979         * gnus-sum.el (gnus-article-sort-by-random)
7980         (gnus-thread-sort-by-random): Fix doc strings.
7981         Reported by jidanni@jidanni.org.
7982
7983 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7984
7985         * gnus-art.el (gnus-article-describe-bindings): New function.
7986         (gnus-article-read-summary-keys): Use it.
7987         (gnus-article-mode-map): Bind `C-h b' to it.
7988
7989 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7990
7991         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7992         XEmacs.
7993         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7994         Protect against non-character events.
7995
7996         * lpath.el: Fbind map-keymap for Emacs 21.
7997
7998 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7999
8000         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8001         New command.
8002         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8003         instead of END.  Change name of the temp file.
8004         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8005         customizable.
8006
8007 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8008
8009         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8010         bind `S W' to gnus-article-wide-reply-with-original; set default
8011         binding to gnus-article-read-summary-send-keys.
8012         (gnus-article-read-summary-keys): Fix the order of keys; display
8013         continuation keys correctly in the echo area; describe bindings
8014         correctly when keys end with `C-h'.
8015         (gnus-article-read-summary-send-keys): New function.
8016         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8017         Work for gnus-article-read-summary-send-keys; display continuation keys
8018         correctly in the echo area.
8019         (gnus-article-reply-with-original): Ignore prefix argument.
8020         (gnus-article-wide-reply-with-original): New function.
8021
8022         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8023         Emacs 21.
8024
8025 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8026
8027         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8028         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8029
8030 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8031
8032         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8033         (gnus-group-read-ephemeral-gmane-group): New command.
8034
8035 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8036
8037         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8038
8039 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8040
8041         * message.el (message-send-mail-function): Increase custom version.
8042
8043         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8044         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8045
8046 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8047
8048         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8049         for the cases where imap-authenticate is called with a nil buffer
8050         parameter.
8051
8052 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8053
8054         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8055         html parts correctly; support forwarded messages.
8056         (gnus-article-browse-html-article): Remove work buffers.
8057
8058         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8059         compiling.
8060         (netrc-bound-and-true-p): New macro.
8061         (netrc-parse): Use it instead of bound-and-true-p that is not available
8062         in XEmacs 21.4.
8063
8064 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8065
8066         * gnus-registry.el (gnus-registry-mark-article)
8067         (gnus-registry-article-marks): Add functionality to mark articles
8068         through the Gnus registry.
8069
8070         * encrypt.el: Clarify documentation for the new pgg method.
8071         (encrypt-file-alist): Add PGG option.
8072         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8073         functionality.  Abstract password key and messaging to external
8074         functions.
8075         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8076         (encrypt-message-method-and-cipher): Add new convenience external
8077         functions.
8078         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8079         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8080
8081         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8082         (netrc-parse): Use encrypt-file-alist to determine if
8083         encrypt-find-model or encrypt-insert-file-contents should be used.
8084
8085         * encrypt.el: Clarify documentation.  Load password-cache or
8086         password, whichever one is found first, instead of autoloading.
8087
8088 2007-12-19  Glenn Morris  <rgm@gnu.org>
8089
8090         * mml.el (message-options-set, message-narrow-to-head)
8091         (message-in-body-p, message-mail-p, message-encode-message-body):
8092         Autoload.
8093         (message-remove-header, message-narrow-to-headers-or-head)
8094         (message-subscribed-p, message-make-mail-followup-to)
8095         (message-position-on-field, message-news-p)
8096         (message-options-set-recipient, message-generate-headers)
8097         (message-sort-headers): Declare as functions.
8098
8099 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8100
8101         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8102         convention in doc string.
8103
8104 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8105
8106         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8107         title to html parts.
8108         (gnus-article-browse-html-article): Pass message header to it.
8109
8110         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8111
8112 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8113
8114         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8115         or password compatible with XEmacs.
8116
8117 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8118
8119         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8120         format document.
8121         (gnus-mime-delete-part): Don't write description line if empty.
8122         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8123
8124 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8125
8126         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8127         (gnus-summary-mark-read-and-unread-as-read)
8128         (gnus-summary-mark-current-read-and-unread-as-read)
8129         (gnus-summary-mark-unread-as-ticked): Doc fix.
8130         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8131
8132 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8133
8134         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8135         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8136
8137 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8138
8139         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8140         yes-or-no-p.
8141
8142 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8143
8144         * mm-decode.el (mm-add-meta-html-tag): New function.
8145         (mm-save-part-to-file, mm-pipe-part): Use it.
8146
8147         * gnus-art.el (gnus-article-browse-delete-temp-files):
8148         Use gnus-y-or-n-p instead of y-or-n-p.
8149         (gnus-article-browse-html-parts): Work with message/external-body; use
8150         mm-add-meta-html-tag.
8151
8152 2007-12-11  Glenn Morris  <rgm@gnu.org>
8153
8154         * gnus-cache.el: Require gnus-sum not just when compiling.
8155
8156         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8157
8158         * gnus-int.el (gnus-server-opened, gnus-status-message):
8159         Move definitions before use.
8160
8161         * mm-decode.el: Require gnus-util.
8162         (mm-remove-part): Only call delete-annotation on XEmacs.
8163
8164         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8165
8166         * nnmail.el: Require gnus-int.
8167
8168         * spam.el: Move `require's before `eval-when-compile's.
8169
8170         * gnus-ems.el (gnus-alive-p):
8171         * gnus-fun.el (message-goto-eoh):
8172         * gnus-util.el (gnus-group-name-decode):
8173         * mail-source.el (gnus-compress-sequence):
8174         * message.el (Info-goto-node, format-spec):
8175         * mm-bodies.el (message-options-get):
8176         * mm-decode.el (mm-view-pkcs7):
8177         * mm-util.el (gmm-write-region):
8178         * mml-smime.el (mml-compute-boundary)
8179         (gnus-completing-read-with-default):
8180         * mml.el (widget-button-press, gnus-make-hashtable):
8181         * mml1991.el (mm-decode-content-transfer-encoding)
8182         (mm-encode-content-transfer-encoding)
8183         (message-options-get, message-options-set):
8184         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8185         * nnfolder.el (gnus-request-group):
8186         * nnheader.el (ietf-drums-unfold-fws):
8187         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8188         * smime.el (gnus-run-mode-hooks):
8189         * spam-stat.el (gnus-message): Autoload.
8190
8191         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8192         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8193         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8194         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8195         Add declare-function compatibility definition.
8196
8197         * gnus-cache.el (nnvirtual-find-group-art):
8198         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8199         (gnus-add-image, gnus-add-wash-type):
8200         * gnus-group.el (nnkiboze-score-file):
8201         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8202         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8203         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8204         (message-tokenize-header, gnus-get-buffer-create)
8205         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8206         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8207         * gnus.el (gnus-group-decoded-name):
8208         * mail-source.el (imap-capability):
8209         * mm-bodies.el (message-options-set):
8210         * mm-decode.el (gnus-configure-windows):
8211         * mm-extern.el (message-goto-body):
8212         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8213         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8214         (epg-sub-key-validity, message-options-set):
8215         * mml.el (widget-event-point, gnus-configure-windows):
8216         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8217         * mml2015.el (epg-check-configuration, epg-configuration)
8218         (message-options-set):
8219         * nndb.el (nndb-request-article):
8220         * nnfolder.el (gnus-request-create-group):
8221         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8222         * nnmaildir.el (gnus-group-mark-article-read):
8223         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8224         * rfc1843.el (message-fetch-field):
8225         * spam.el (gnus-extract-address-components):
8226         Declare as functions.
8227
8228 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8229
8230         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8231
8232         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8233
8234         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8235         bind show-trailing-whitespace for XEmacs.
8236
8237 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8238
8239         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8240         new no-op macro for backward compatibility.
8241
8242         * imap.el (imap-string-to-integer): New function.
8243
8244 2007-12-09  Glenn Morris  <rgm@gnu.org>
8245
8246         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8247
8248         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8249         * message.el, mm-view.el, sieve-manage.el, smime.el:
8250         Add declare-function compatibility definition.
8251
8252         * gnus-art.el (w3-region, w3m-region, Info-menu):
8253         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8254         * gnus-sum.el (gnus-get-predicate):
8255         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8256         * message.el (mail-abbrev-in-expansion-header-p):
8257         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8258         (w3m-detect-meta-charset, w3m-region):
8259         * sieve-manage.el (password-read, password-cache-add)
8260         (password-cache-remove):
8261         * smime.el (password-read-and-add): Declare as functions.
8262
8263 2007-12-08  David Kastrup  <dak@gnu.org>
8264
8265         * gnus-sum.el (gnus-summary-simplify-subject-query):
8266         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8267         `message'.
8268
8269 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8270
8271         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8272         it to bind idna-program, installation-directory, defined-colors, and
8273         face-attribute for XEmacs of the version that compiles defcustom forms.
8274
8275 2007-12-07  Glenn Morris  <rgm@gnu.org>
8276
8277         * gnus-art.el (article-make-date-line): Revert previous change.
8278
8279 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8280
8281         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8282
8283 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8284
8285         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8286         Call gnus-add-to-range ranges only once with a prepared article-list.
8287
8288 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8289
8290         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8291         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8292         group names with backslashes.
8293         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8294
8295 2007-12-06  Deepak Goel  <deego3@gmail.com>
8296
8297         * gnus-art.el (article-make-date-line):
8298         * gnus-start.el (gnus-load):
8299         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8300
8301 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8302
8303         * gnus-art.el (gnus-use-idna)
8304         * gnus-start.el (gnus-site-init-file)
8305         * message.el (message-use-idna)
8306         * mm-uu.el (mm-uu-hide-markers)
8307         * smiley.el (smiley-style): Revert changes that suppress warnings.
8308
8309 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8310
8311         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8312         specify charset to html source.
8313         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8314
8315 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8316
8317         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8318         idna-program in order to suppress byte compile warning issued by XEmacs
8319         that came to byte compile the default value section of defcustom forms
8320         recently.
8321
8322         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8323         value of installation-directory.
8324
8325         * message.el (message-use-idna): Don't directly refer to the value of
8326         idna-program.
8327
8328         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8329
8330         * smiley.el (smiley-style): Don't directly call face-attribute.
8331
8332 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8333
8334         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8335
8336         * gnus-dired.el: Reduce Gnus dependencies.
8337         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8338         Don't require.  Use autoloads instead.
8339         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8340         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8341         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8342         (gnus-dired-mode): Adjust doc string.
8343         (gnus-dired-mail-mode): New variable.
8344         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8345         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8346         (gnus-dired-mail-buffers): New function.  Return mail or message
8347         composition buffers.
8348         (gnus-dired-attach): Use it.
8349         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8350         NO-DECODE.
8351         (gnus-dired-print): Use `gnus-print-buffer' depending on
8352         `gnus-dired-mail-mode'.
8353
8354 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8355
8356         * rfc2047.el (rfc2047-encoded-word-regexp)
8357         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8358         explaining what regexp patterns are for.
8359
8360 2007-12-04  Glenn Morris  <rgm@gnu.org>
8361
8362         * password.el: Move to password-cache.el.
8363
8364         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8365         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8366         * mml-smime.el (password-read, password-cache-add)
8367         (password-cache-remove):
8368         No need to autoload, since mml-sec requires password.
8369
8370         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8371         * message.el (gnus-extract-address-components):
8372         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8373
8374         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8375         password.
8376
8377 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8378
8379         * mailcap.el: Reduce dependencies.
8380         (mail-header-parse-content-type): Autoload.
8381         (mailcap-delete-duplicates): New alias.
8382         (mailcap-mime-info): Add optional argument NO-DECODE.
8383         (mailcap-mime-types): Use mailcap-delete-duplicates.
8384
8385         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8386
8387 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8388
8389         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8390         (imap-parse-status): Upcase status-att for servers that sends them
8391         lower-case (e.g., MS Exchange 2007).
8392
8393 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8394
8395         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8396         function.
8397
8398         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8399         (gnus-uu-yenc-article): New function.
8400
8401         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8402
8403         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8404
8405 2007-12-02  Glenn Morris  <rgm@gnu.org>
8406
8407         * binhex.el (binhex): New custom group.
8408         (binhex-decoder-program, binhex-decoder-switches)
8409         (binhex-use-external): Move to the binhex custom group.
8410
8411         * uudecode.el (uudecode): New custom group.
8412         (uudecode-decoder-program, uudecode-decoder-switches)
8413         (uudecode-use-external): Move to the uudecode custom group.
8414
8415         * netrc.el (top-level): Don't load `encrypt' features.
8416         (netrc-parse): Don't use encrypt.
8417         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8418
8419         * encrypt.el: Remove file.
8420
8421 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8422
8423         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8424         matches on patches.
8425
8426         * gnus-art.el (gnus-article-browse-html-article):
8427         Mention `mm-text-html-renderer' in the doc string.
8428
8429         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8430         string.  Add comments.
8431
8432         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8433         if rhs is ASCII.
8434
8435 2007-12-01  Glenn Morris  <rgm@gnu.org>
8436
8437         * mail-source.el (top-level): Require format-spec before
8438         eval-when-compile.
8439
8440 2007-11-30  Glenn Morris  <rgm@gnu.org>
8441
8442         * encrypt.el: Require password, rather than autoloading password-read.
8443
8444 2007-11-29  Glenn Morris  <rgm@gnu.org>
8445
8446         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8447         (sasl-make-client, sasl-next-step, sasl-step-data)
8448         (sasl-step-set-data): Declare as functions.
8449
8450 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8451
8452         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8453
8454 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8455
8456         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8457         certs should be verified and what is to be done in the event of a
8458         verification failure.
8459
8460         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8461         caller can indicate whether the cache should be disregarded for this
8462         call.  This way the result of the call is reproducible at all times and
8463         can be considered a canonical server name for the supplied method.
8464         (gnus-agent-method-p): Canonicalize server names by pushing their
8465         method through `gnus-method-to-server' using the no-cache argument.
8466
8467         * gnus-srvr.el (gnus-server-insert-server-line):
8468         Call `gnus-method-to-server' with `no-cache' argument.
8469
8470         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8471         gnus-agent-possibly-synchronize-flags as this should be called when the
8472         server is actually being opened.
8473         (gnus-agent-possibly-synchronize-flags)
8474         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8475         flags file of an agentized server to the latter function.
8476
8477         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8478         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8479         after a connection has been established successfully.
8480
8481 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8482
8483         * gnus-art.el (article-display-face): Force to display face if called
8484         interactively; check if gnus-article-x-face-too-ugly matches author.
8485         (article-display-x-face): Display face even if From header is missing
8486         as article-display-face does.
8487
8488 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8489
8490         * hashcash.el (message-narrow-to-headers-or-head)
8491         (message-fetch-field, message-goto-eoh)
8492         (message-narrow-to-headers): Declare as functions.
8493
8494 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8495
8496         * mail-source.el (mail-sources): Default to fetch from file for
8497         compatibility with default of nnmail-spool-file.
8498
8499 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8500
8501         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8502         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8503         to look for encoded word that should be encoded again.
8504         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8505         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8506         encoding pattern.
8507         (rfc2047-decode-region): Switch strict regexp and loose one according
8508         to rfc2047-allow-irregular-q-encoded-words.
8509
8510 2007-11-25  Romain Francoise  <romain@orebokech.com>
8511
8512         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8513
8514 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8515
8516         * tls.el (tls-program): Provide more custom choices from
8517         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8518         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8519
8520 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8521
8522         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8523         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8524
8525         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8526         `nnmail-spool-file'.
8527
8528         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8529         `nnmail-spool-file'.
8530
8531         * gnus-move.el (gnus-change-server): Ditto.
8532
8533         * gnus-kill.el (gnus-batch-score): Ditto.
8534
8535         * gnus-cache.el (gnus-jog-cache): Ditto.
8536
8537         * gnus-msg.el (gnus-summary-reply):
8538         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8539
8540 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8541
8542         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8543         version.  Minor improvement to doc strings.
8544         (tls-program): Add comment.
8545
8546 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8547
8548         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8549         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8550         mismatch between the hostname provided in the certificate and the name
8551         of the host connnecting to.
8552         (open-tls-stream): Use them.  Check certificates against trusted root
8553         certificates.
8554
8555 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8556
8557         * gnus-cache.el (gnus-cache-generate-nov-databases):
8558         Use nnml-generate-nov-databases-directory instead of
8559         nnml-generate-nov-databases-1.
8560
8561 2007-11-24  Glenn Morris  <rgm@gnu.org>
8562
8563         * message.el (message-tool-bar-retro): Update for rename
8564         mail_send.xpm->mail-send.xpm.
8565
8566 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8567
8568         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8569         `smime-ldap-search' for Emacs 22 and up.
8570
8571 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8572
8573         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8574
8575         * message.el (message-send-mail-function): Fix error convention.
8576         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8577         (message-widen-reply, message-send-mail, message-talkative-question)
8578         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8579         (message-clone-locals, message-send-news): Use with-current-buffer.
8580         (message-insert-or-toggle-importance): Remove unused var `valid'.
8581         (message-make-references): Remove unused var `new-references'.
8582         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8583
8584 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8585
8586         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8587         (spam-split-symbolic-return-positive): Reflow docstring.
8588         (spam-backends, spam-summary-exit-behavior)
8589         (spam-mark-ham-unread-before-move-from-spam-group)
8590         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8591         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8592         (spam-clear-cache, spam-backend-check, spam-install-backend)
8593         (spam-install-statistical-backend, spam-list-of-processors)
8594         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8595         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8596         (spam-check-crm114, spam-initialize, spam-unload-hook):
8597         Fix typos in docstrings.
8598
8599 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8600
8601         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8602         been checked if they have never been read and those group levels are
8603         higher than the one that a user specified.
8604
8605 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8606
8607         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8608         foreign groups unless a group level is specified by a user.
8609         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8610
8611 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8612
8613         * message.el (message-send-mail-function): Require sendmail.
8614
8615 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8616
8617         * message.el (message-send-mail-function): Check for smtpmail too.
8618
8619         * utf7.el (utf7-encode, utf7-decode): Use coding system
8620         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8621
8622         * message.el (message-send-mail-function): New function.
8623         (message-send-mail-function): Set default using
8624         message-send-mail-function.  Adjust doc string.
8625         (message-send-mail-with-mailclient): New function.
8626
8627 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8628
8629         * smime.el (from):
8630         * rfc2047.el (message-posting-charset):
8631         * qp.el (mm-use-ultra-safe-encoding):
8632         * pop3.el (parse-time-months):
8633         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8634         * nnml.el (files):
8635         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8636         (jka-compr-compression-info-list, ange-ftp-path-format)
8637         (efs-path-regexp):
8638         * nndiary.el (files):
8639         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8640         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8641         (epg-digest-algorithm-alist, inhibit-redisplay)
8642         (password-cache-expiry):
8643         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8644         (pgg-output-buffer, password-cache-expiry):
8645         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8646         (efs-path-regexp):
8647         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8648         (inhibit-redisplay):
8649         * mm-uu.el (file-name, start-point, end-point, entry)
8650         (gnus-newsgroup-name, gnus-newsgroup-charset):
8651         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8652         (latin-unity-ucs-list):
8653         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8654         (mm-uu-binhex-decode-function):
8655         * message.el (gnus-message-group-art, gnus-list-identifiers)
8656         (rmail-enable-mime-composing, gnus-local-organization)
8657         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8658         (gnus-read-active-file, facemenu-add-face-function)
8659         (facemenu-remove-face-function, gnus-article-decoded-p)
8660         (tool-bar-mode):
8661         * mail-source.el (display-time-mail-function):
8662         * gnus-util.el (nnmail-pathname-coding-system)
8663         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8664         (gnus-original-article-buffer, gnus-user-agent)
8665         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8666         (xemacs-codename, sxemacs-codename, emacs-program-version):
8667         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8668         * gnus-start.el (gnus-agent-covered-methods)
8669         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8670         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8671         (gnus-newsgroup-headers, gnus-group-list-mode)
8672         (gnus-group-mark-positions, gnus-newsgroup-data)
8673         (gnus-newsgroup-unreads, nnoo-state-alist)
8674         (gnus-current-select-method, mail-sources)
8675         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8676         (nnmail-spool-file, gnus-cache-active-hashtb):
8677         * gnus-mh.el (mh-lib-progs):
8678         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8679         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8680         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8681         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8682         (gnus-group-buffer):
8683         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8684         (font-lock-set-defaults):
8685         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8686         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8687         (gnus-summary-post-menu, total-parts, type, condition, length):
8688         * gnus-agent.el (gnus-agent-read-agentview):
8689         * flow-fill.el (show-trailing-whitespace):
8690         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8691         eval-and-compile wrappers for byte compiler pacifiers.
8692
8693         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8694         (mm-display-inline-fontify): Check for featurep 'xemacs not
8695         extent-list.
8696
8697         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8698         itimer-list.
8699         (mm-create-image-xemacs): Only do something for XEmacs.
8700         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8701
8702         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8703
8704         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8705         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8706
8707 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8708
8709         * nnimap.el (nnimap-split-download-body):
8710         * gnus-demon.el (gnus-demon):
8711         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8712
8713 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8716         New macros.
8717         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8718         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8719         copy data from unibyte buffer to multibyte current buffer.
8720         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8721         to copy data from unibyte current buffer to multibyte buffer.
8722         (nntp-make-process-buffer): Make process buffer unibyte.
8723
8724         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8725
8726 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8727
8728         * pop3.el (pop3-open-server): Accept and process data more robustly at
8729         connexion start to avoid spurious "POP SSL connexion failed" errors.
8730
8731 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8732
8733         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8734         read group names.
8735
8736 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8737
8738         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8739
8740 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8741
8742         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8743         (nnmail-save-active): Use a unibyte buffer when saving active file,
8744         which may contain non-ASCII group names.
8745
8746         * nnml.el (nnml-request-group): Decode group names in messages.
8747
8748 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8749
8750         * message.el (message-citation-line-function)
8751         (message-insert-formatted-citation-line): Fix spelling of
8752         `message-insert-formated-citation-line'.
8753
8754 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8755
8756         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8757
8758 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8759
8760         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8761         nnmail-pathname-coding-system.
8762
8763         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8764         that a user enters; decode group names in messages.
8765
8766         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8767
8768 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8769
8770         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8771
8772         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8773
8774         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8775         risky local variable.
8776
8777         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8778
8779 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8780
8781         * encrypt.el: Improve documentation to fix function name typo.
8782         Reported by Daiki Ueno <ueno@unixuser.org>.
8783
8784 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8785
8786         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8787         even if the point is not in the last page of an article.
8788         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8789         back to the previous page.
8790
8791 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8792
8793         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8794
8795 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8796
8797         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8798
8799 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8800
8801         * message.el (message-check-news-body-syntax):
8802         Avoid mm-string-as-multibyte.
8803         (message-hide-headers): Don't assume (point-min)==1.
8804
8805 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8806
8807         * message.el (message-remove-blank-cited-lines): Fix if remove is
8808         given.
8809         (message-bogus-address-regexp): New variable.
8810         (message-bogus-recipient-p): New function.
8811         (message-check-recipients): New command.
8812         (message-syntax-checks): Add `bogus-recipient'.
8813         (message-fix-before-sending): Add `bogus-recipient'.
8814
8815         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8816         (gnus-treat-body-boundary): Don't test window-system.
8817
8818 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8819
8820         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8821
8822 2007-10-28  Miles Bader  <miles@gnu.org>
8823
8824         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8825         at compile-time too.
8826
8827 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8828
8829         * gnus-msg.el (gnus-message-setup-hook):
8830         Add `message-remove-blank-cited-lines' to options.
8831
8832 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8833
8834         * message.el (message-remove-blank-cited-lines): New function.
8835         Suggested by Karl Plästerer.
8836
8837 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8838
8839         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8840         mapc.
8841
8842         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8843         (top-level): Use mapc to set functions to be traced for debugging.
8844
8845         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8846         called for effect with while loop.
8847
8848         * message.el (message-talkative-question): Replace mapcar called for
8849         effect with mapc.
8850
8851         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8852         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8853         called for effect with dolist.
8854
8855         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8856
8857         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8858         gnus-extra-headers and nnmail-extra-headers.
8859
8860         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8861         called for effect with dolist.
8862         (top-level): Use mapc to set functions to be traced for debugging.
8863
8864         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8865         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8866         dolist.
8867
8868         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8869         Replace mapcar called for effect with mapc.
8870         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8871         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8872         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8873         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8874
8875         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8876         remove-if that's a cl function.
8877
8878         * webmail.el (webmail-debug): Replace mapcar called for effect with
8879         dolist.
8880
8881         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8882         with mapc.
8883
8884 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8885
8886         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8887         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8888         with while loop.
8889
8890         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8891         functions from article-* functions.
8892         (gnus-multi-decode-header): Replace mapcar called for effect with
8893         dolist.
8894
8895         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8896         (gnus-bookmark-show-details): Replace mapcar called for effect with
8897         while loop.
8898
8899         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8900         called for effect with while loop.
8901
8902         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8903         with dolist.
8904
8905         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8906         Replace mapcar called for effect with dolist.
8907
8908         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8909
8910         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8911         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8912         Replace mapcar called for effect with dolist.
8913         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8914         mapc.
8915
8916         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8917         Replace mapcar called for effect with dolist.
8918         (gnus-topic-list): Replace mapcar called for effect with mapc.
8919
8920         * gnus.el: Use mapc instead of mapcar to add autoloads.
8921
8922 2007-10-23  Richard Stallman  <rms@gnu.org>
8923
8924         * gnus-group.el (gnus-group-highlight): Mark as risky.
8925
8926 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8927
8928         * gnus.el (gnus-server-to-method): Return method found first in
8929         gnus-newsrc-alist.
8930
8931         * gnus-art.el (gnus-article-highlight-signature)
8932         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8933         button overlay without the front stickiness.
8934
8935 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8936
8937         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8938         overview buffer needed a catch to receive its throw.
8939         (gnus-agent-flush-cache): Declare as interactive to make this function
8940         easier to use.
8941
8942 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8943
8944         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8945         `next-line'.
8946
8947 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8950         exclude address matching message-dont-reply-to-names.
8951
8952 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8953
8954         * gnus-util.el (gnus-string<): New function.
8955
8956         * gnus-sum.el (gnus-article-sort-by-author)
8957         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8958
8959 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8960
8961         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8962         the frame-focus tag is set in gnus-buffer-configuration.
8963
8964 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8965
8966         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8967         the front stickiness.
8968
8969 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8970
8971         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8972         url pattern; remove duplicate one.
8973         (gnus-article-extend-url-button): New function.
8974         (gnus-article-add-buttons): Use it.
8975         (gnus-button-push): Use concatenated url that it makes.
8976
8977 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8978
8979         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8980
8981 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8982
8983         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8984         Don't hardcode point-min==1.
8985
8986 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8987
8988         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8989         Fix comment about "iso8859-1".
8990
8991 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8992
8993         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8994         ones returned from the verify-function.
8995
8996         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8997         Call mml2015-extract-cleartext-signature if extraction failed.
8998
8999 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9000
9001         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9002         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9003         failed.
9004
9005 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9006
9007         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9008
9009 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9010
9011         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9012         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9013         recommends to use EasyPG instead of PGG.
9014
9015         * pgg.el: Revert to revision 6.23.2.16.
9016
9017         * pgg-def.el: Revert to revision 6.6.2.14.
9018
9019         * pgg-gpg.el: Revert to revision 6.23.2.34.
9020
9021 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9022
9023         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9024         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9025         thread for both the null and zero (kill/expire thread) universal prefix
9026         cases.
9027         (gnus-summary-expire-thread): Add new function to expire a thread,
9028         using gnus-summary-kill-thread.
9029         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9030         shortcuts for gnus-summary-expire-thread.
9031         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9032         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9033
9034 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9035
9036         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9037         extras value, so an extras entry can be deleted.
9038         (gnus-registry-delete-extra-entry): Use it.
9039         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9040         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9041         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9042         storage through the gnus-registry, and provide an appropriate API for
9043         it.
9044
9045 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9046
9047         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9048         Suggested by Leo <sdl.web@gmail.com>.
9049
9050         * gnus.el: Do.
9051
9052 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9053
9054         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9055         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9056
9057         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9058
9059         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9060         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9061
9062 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9063
9064         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9065         newline.
9066         (nnmbox-request-accept-article): Don't change article in source buffer;
9067         narrow to header to use message-fetch-field rather than
9068         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9069         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9070         as delimiters; make sure article ends with newline.
9071         (nnmbox-delete-mail): Correct last position of article to be deleted;
9072         ignore X-Gnus-Newsgroup header in article body.
9073         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9074         positions; make sure article ends with newline.
9075
9076         * message.el (message-display-abbrev): Don't infloop when a user
9077         inserts SPC in the beginning of header.
9078
9079         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9080         coding-system-for-read and coding-system-for-write for XEmacs having no
9081         file-coding feature.
9082
9083         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9084
9085 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9086
9087         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9088         list of groups not followed by default.  Fix type to be regexp.
9089         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9090
9091 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9092
9093         * hmac-def.el (define-hmac-function): Switch from old-style to
9094         new-style backquotes.
9095
9096         * md4.el (md4-make-step): Likewise.
9097
9098 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9099
9100         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9101         raw-text coding system when saving .newsrc file, which may contain
9102         non-ASCII group names.
9103
9104 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9105
9106         * gnus-cus.el (gnus-score-extra): New widget.
9107         (gnus-score-extra-convert): New function.
9108         (gnus-score-customize): Use it for Extra.
9109
9110 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9111
9112         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9113         (mml2015-mailcrypt-clear-verify): Use it.
9114         (mml2015-gpg-clear-verify): Use it.
9115         (mml2015-pgg-clear-verify): Use it.
9116         (mml2015-epg-clear-verify): Replace the current part with the output
9117         from GnuPG; don't extract the plaintext by itself.
9118
9119         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9120         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9121         mml2015-clear-verify-function; don't touch the armor headers or
9122         dash-escaped text here.
9123
9124 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9125
9126         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9127         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9128         parts, or application/octet-stream as a last resort.
9129         (gnus-mime-view-part-as-type): Don't toggle display.
9130         (gnus-mime-view-part-as-charset): Don't turn off display before
9131         querying charset.
9132
9133         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9134         stuff to undisplayer function in Emacs.
9135         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9136
9137         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9138         text/calendar parts.
9139
9140 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9141
9142         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9143         decoding text/calendar parts.
9144
9145         * message.el (message-forward-make-body-mime): Always mark body as
9146         having no illegible text; remove signed-or-encrypted argument.
9147         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9148
9149         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9150         (mml-generate-mime-1): Don't encode body if it is specified to be in
9151         raw form; don't make buffer be unibyte when inserting multibyte string.
9152
9153 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9154
9155         * sha1.el: Fix up comment style.
9156         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9157         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9158
9159         * hex-util.el: Fix up comment style.
9160         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9161
9162         * gnus-salt.el: Use with-current-buffer.
9163         (gnus-pick-setup-message): Fix long-standing typo.
9164
9165 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9166
9167         * imap.el (imap-logout-timeout): New variable.
9168         (imap-logout, imap-logout-wait): New functions.
9169         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9170
9171         * nnimap.el (nnimap-logout-timeout): New server variable.
9172         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9173         nnimap-logout-timeout.
9174
9175         * gnus-art.el (gnus-article-summary-command-nosave)
9176         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9177
9178 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9179
9180         * gnus.el (gnus-maximum-newsgroup): New variable.
9181
9182         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9183         according to gnus-maximum-newsgroup.
9184
9185         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9186         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9187         Limit the range of articles according to gnus-maximum-newsgroup.
9188
9189 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9190
9191         * gnus-art.el (gnus-sticky-article): Fix problems described in
9192         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9193         Don't perform gnus-configure-windows here; reuse existing sticky
9194         article buffer.
9195
9196         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9197         it doesn't exist in gnus-article-mode.
9198
9199 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9200
9201         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9202         (gnus-agent-decoded-group-name): New function.
9203         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9204         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9205
9206 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9207
9208         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9209         Add binding for gnus-sticky-article.
9210         (gnus-summary-exit): Don't kill sticky article buffers.
9211
9212         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9213         article buffer.
9214         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9215         (gnus-kill-sticky-article-buffers): New commands.
9216
9217 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9218
9219         * nntp.el (nntp-xref-number-is-evil): New server variable.
9220         (nntp-find-group-and-number): If it is non-nil, don't trust article
9221         numbers in the Xref header.
9222
9223 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9224
9225         * gnus-agent.el (gnus-agent-read-group): New function.
9226         (gnus-agent-flush-group, gnus-agent-expire-group)
9227         (gnus-agent-regenerate-group): Use it.
9228         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9229         nnmail-pathname-coding-system.
9230
9231 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9232
9233         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9234
9235         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9236         that are unread as unread, and also as selected so that information of
9237         marks having been changed by a user may be updated when exiting group.
9238
9239 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9240
9241         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9242
9243 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9244
9245         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9246         calculated ignoring signature parts to gnus-treat-article.
9247
9248 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9249
9250         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9251         a point here in order to keep the window start.
9252         (gnus-insert-mime-security-button): Make a button overlay without the
9253         front stickiness.
9254         (gnus-mime-display-security): Goto the end of a button.
9255
9256         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9257
9258 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9259
9260         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9261         group-name-at-point.
9262         (gnus-group-completing-read): New function that offers decoded
9263         non-ASCII group names for completion.
9264         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9265         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9266         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9267         (gnus-group-fetch-control): Use it.
9268         (gnus-fetch-group): Use group-name-at-point for the initial value
9269         rather than the default value; use gnus-alive-p.
9270
9271         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9272         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9273         (gnus-summary-post-news): Use gnus-group-completing-read.
9274
9275         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9276         (gnus-read-move-group-name): Decode group name for completion.
9277
9278 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9279
9280         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9281         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9282         Yamaoka slightly modified the code).
9283
9284 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9285
9286         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9287         (nnmail-split-incoming): Bind it.
9288
9289         * nnml.el (nnml-group-name-charset): New function.
9290         (nnml-decoded-group-name): Use it; don't decode group name if
9291         nnmail-group-names-not-encoded-p is non-nil.
9292         (nnml-encoded-group-name): New function.
9293         (nnml-group-pathname): Inline nnml-decoded-group-name.
9294         (nnml-request-expire-articles): Decode group name in message.
9295         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9296         nnmail-pathname-coding-system.
9297         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9298         not decoded ones according to nnmail-group-names-not-encoded-p.
9299         (nnml-generate-active-info): Use nnml-encoded-group-name.
9300
9301 2007-08-08  Glenn Morris  <rgm@gnu.org>
9302
9303         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9304         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9305         doc-strings and comments.
9306
9307 2007-07-25  Glenn Morris  <rgm@gnu.org>
9308
9309         * Relicense all FSF files to GPLv3 or later.
9310
9311 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9312
9313         * gnus-sum.el (gnus-summary-move-article):
9314         Make gnus-summary-respool-article work.
9315
9316 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9317
9318         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9319         string.
9320
9321 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9322
9323         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9324         that should be ignored when comparing distant RSS articles with local
9325         ones.
9326         (nnrss-make-hash-index): New function.  Create a hash index according
9327         to the ignored fields.
9328         (nnrss-check-group): Use it.
9329
9330 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9331
9332         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9333
9334         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9335
9336         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9337         the new optional argument ENCODED is non-nil.
9338         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9339         coding system for encoding group name.
9340         (gnus-group-make-rss-group): Pass un-encoded group name to
9341         gnus-group-make-group.
9342         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9343         encoded.
9344
9345         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9346         Encode group name to which articles are moved or copied.
9347         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9348         coding system for encoding Newsgroup, Followup-To and Xref headers.
9349
9350         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9351         marks; use nnheader-file-coding-system to write a file.
9352         (nnagent-retrieve-headers): Bind file-name-coding-system to
9353         nnmail-pathname-coding-system.
9354
9355         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9356
9357         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9358         (nnml-request-article, nnml-request-create-group)
9359         (nnml-request-rename-group, nnml-find-id)
9360         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9361         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9362         (nnml-save-marks): Use nnml-group-pathname instead of
9363         nnmail-group-pathname.
9364
9365         (nnml-request-create-group, nnml-request-expire-articles)
9366         (nnml-request-move-article, nnml-request-delete-group)
9367         (nnml-deletable-article-p, nnml-possibly-create-directory)
9368         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9369         (nnml-open-marks): Bind file-name-coding-system to
9370         nnmail-pathname-coding-system.
9371
9372         (nnml-request-article): Pass server argument to nnml-find-group-number.
9373         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9374         Pass server argument to nnml-possibly-create-directory.
9375         (nnml-request-accept-article): Pass server argument to
9376         nnml-active-number and nnml-save-mail.
9377         (nnml-find-group-number): Pass server argument to nnml-find-id.
9378         (nnml-request-update-info): Pass server argument to
9379         nnml-marks-changed-p.
9380
9381         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9382         (nnml-save-mail, nnml-active-number): Add server argument.
9383
9384         (nnml-request-delete-group): Warn if group is missing.
9385         (nnml-get-nov-buffer): Decode group name.
9386         (nnml-generate-active-info): Encode group name.
9387         (nnml-open-marks): Decode group name in messages.
9388
9389 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9390
9391         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9392         if it is not specified.
9393         (gnus-article-pipe-part, gnus-article-save-part)
9394         (gnus-article-interactively-view-part, gnus-article-copy-part)
9395         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9396         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9397         (gnus-article-replace-part, gnus-article-delete-part)
9398         (gnus-article-view-part-as-type): Pass raw prefix argument to
9399         gnus-article-part-wrapper.
9400
9401 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9402
9403         * gnus-agent.el (gnus-agent-save-active):
9404         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9405
9406         * gnus-cache.el (gnus-cache-save-buffers)
9407         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9408         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9409         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9410         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9411         (gnus-cache-generate-active, gnus-cache-rename-group)
9412         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9413         (gnus-cache-update-overview-total-fetched-for):
9414         Bind file-name-coding-system to nnmail-pathname-coding-system.
9415         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9416         New variables.
9417         (gnus-cache-decoded-group-name): New function.
9418         (gnus-cache-file-name): Use it.
9419         (gnus-cache-generate-active): Use non-decoded group name for active.
9420
9421         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9422         right place.
9423         (gnus-write-active-file): Don't break non-ASCII group names.
9424
9425         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9426         nnmail-pathname-coding-system.
9427
9428         * lpath.el: Bind default-file-name-coding-system,
9429         file-name-coding-system and language-info-alist for XEmacs.
9430
9431         * gnus-uu.el (gnus-uu-decode-save): Typo.
9432
9433 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9434
9435         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9436
9437 2007-07-14  David Kastrup  <dak@gnu.org>
9438
9439         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9440         finishing actions if we did not edit the article.
9441
9442 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9443
9444         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9445         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9446         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9447         (gnus-agent-flush-group, gnus-agent-flush-cache)
9448         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9449         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9450         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9451         (gnus-agent-regenerate-group)
9452         (gnus-agent-update-files-total-fetched-for)
9453         (gnus-agent-update-view-total-fetched-for):
9454         Bind file-name-coding-system to nnmail-pathname-coding-system.
9455         (gnus-agent-group-pathname): Don't encode file names by
9456         nnmail-pathname-coding-system.
9457         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9458         coding-system-for-write instead of buffer-file-coding-system to
9459         gnus-agent-file-coding-system.
9460
9461         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9462         Decode group name.
9463
9464         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9465
9466         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9467         (gnus-read-newsrc-el-file): Make group names unibyte.
9468
9469         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9470         nnmail-pathname-coding-system.
9471
9472         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9473         (nnrss-request-delete-group): Bind file-name-coding-system to
9474         nnmail-pathname-coding-system.
9475         (nnrss-read-server-data, nnrss-read-group-data):
9476         Bind file-name-coding-system correctly.
9477         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9478
9479         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9480         (nntp-server-to-method-cache): New variable.
9481         (nntp-group-pathname): New function that decodes non-ASCII group names.
9482         (nntp-possibly-create-directory, nntp-marks-changed-p)
9483         (nntp-save-marks, nntp-open-marks): Use it.
9484         (nntp-possibly-create-directory, nntp-open-marks):
9485         Bind file-name-coding-system to nnmail-pathname-coding-system.
9486         (nntp-open-marks): Decode group names when bootstrapping marks.
9487
9488         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9489         Newsgroups and Folowup-To headers.
9490
9491 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9492
9493         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9494         (gnus-server-closed-face, gnus-server-denied-face)
9495         (gnus-server-offline-face): Remove variable.
9496         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9497
9498         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9499         of modifying message-stack directly for XEmacs.
9500
9501         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9502         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9503         if the coding-system argument is nil for XEmacs.
9504
9505         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9506         mm-charset-override-alist.
9507
9508         * rfc2047.el: Don't require base64; require rfc2045 for the function
9509         rfc2045-encode-string.
9510         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9511         to quote the parameter value.
9512
9513 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9514
9515         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9516         form in gnus-group-name-charset-method-alist.
9517
9518         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9519         overrides the default layout edit-form.
9520
9521         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9522
9523         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9524
9525 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9526
9527         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9528         as unfetched articles.
9529
9530 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9531
9532         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9533
9534 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9535
9536         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9537         original back end that keeps marks in the local system.
9538
9539 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9540
9541         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9542         arg of pop-to-buffer for XEmacs.
9543         (gnus-article-read-summary-keys): Ditto; don't restore window
9544         configuration if summary command ends up with neither article buffer
9545         nor summary buffer; describe bindings if summary keys end with C-h.
9546
9547 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9548
9549         * message.el (message-fix-before-sending): Skip raw message part to be
9550         forwarded while checking illegible text.
9551         (message-forward-make-body-mime, message-forward-make-body):
9552         Mark signed or encrypted raw message as having no illegible text.
9553
9554 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9555
9556         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9557         (gnus-message-with-timestamp-1): New macro.
9558         (gnus-message-with-timestamp): New function.
9559         (gnus-message): Use them.
9560
9561         * nnheader.el (nnheader-message): Use them.
9562
9563 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9564
9565         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9566         .newsrc.eld file.
9567
9568 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9569
9570         * gnus-agent.el (gnus-agent-fetch-headers)
9571         (gnus-agent-retrieve-headers):
9572         Bind gnus-decode-encoded-address-function to identity.
9573
9574         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9575         available also when the server returns simply a dot.
9576
9577         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9578
9579 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9580
9581         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9582
9583 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9584
9585         * gnus-ems.el (gnus-x-splash): Make it work.
9586
9587         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9588         from being used.
9589
9590         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9591
9592 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9593
9594         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9595         4th and the 5th arguments.
9596
9597         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9598         the front stickiness.
9599         (gnus-article-summary-command-nosave): Correct the order of the
9600         arguments passed to pop-to-buffer.
9601         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9602         summary command ends up with the article buffer.
9603
9604         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9605         the same faces.
9606
9607 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9608
9609         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9610
9611 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9612
9613         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9614         * gnus-sum.el (gnus-summary-highlight):
9615         * pgg.el (pgg-sign-region, pgg-sign):
9616         * mail-source.el (mail-source-delete-old-incoming-confirm):
9617         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9618
9619 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9620
9621         * gnus-art.el (gnus-mime-view-part-externally)
9622         (gnus-mime-view-part-internally): Fix predicate function passed to
9623         completing-read.
9624
9625         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9626
9627         * gnus.el (gnus-update-message-archive-method): Add :version.
9628
9629 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9630
9631         * gnus.el (gnus-update-message-archive-method): New variable.
9632
9633         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9634         according to gnus-message-archive-method if
9635         gnus-update-message-archive-method is non-nil.
9636
9637 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9638
9639         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9640         Suggested by Loic Dachary <loic@dachary.org>.
9641         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9642
9643 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9644
9645         * message.el (message-pop-to-buffer): Add switch-function argument.
9646         (message-mail): Pass switch-function argument to it.
9647
9648 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9649
9650         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9651         Improve doc string.
9652
9653 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9654
9655         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9656         (gnus-header-content)
9657         * gnus-cite.el (gnus-cite-10)
9658         * gnus-srvr.el (gnus-server-closed)
9659         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9660         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9661         (gnus-group-mail-3-empty, gnus-group-mail-low)
9662         (gnus-group-mail-low-empty, gnus-splash)
9663         * message.el (message-header-to, message-header-cc)
9664         (message-header-subject, message-header-other, message-header-name)
9665         (message-header-xheader, message-separator, message-cited-text)
9666         (message-mml): Lighten colors of faces used for dark background.
9667
9668 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9669
9670         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9671         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9672
9673 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9674
9675         * message.el (message-narrow-to-headers-or-head):
9676         Ignore mail-header-separator in the body.
9677
9678 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9679
9680         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9681         same as window size.
9682
9683 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9684
9685         * message.el (message-font-lock-keywords): Use message-header-xheader
9686         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9687         ahead of the anything pattern, to get it recognised.
9688
9689 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9690
9691         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9692         spam.el loads uses it in the compiled defadvice form.
9693
9694 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9695
9696         * gnus-sum.el (gnus-articles-to-read)
9697         (gnus-summary-insert-old-articles): Don't truncate group name for
9698         `read-string'.
9699
9700         * gnus-util.el (gnus-limit-string): Delete this function.
9701
9702         * gnus-sum.el (gnus-simplify-subject-fully):
9703         Use `truncate-string-to-width' instead.
9704
9705 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9706
9707         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9708         Tell if, on summary exit, the next group has to be selected.
9709         (gnus-summary-exit): Use it.
9710
9711 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9712
9713         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9714         non-break space.
9715
9716 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9717
9718         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9719         Check if group is not a directory.
9720         (nnfolder-request-expire-articles): Don't delete articles if the target
9721         group is not available.
9722
9723         * nnml.el (nnml-request-create-group): Properly check if group is not a
9724         file.
9725         (nnml-request-expire-articles): Don't delete articles if the target
9726         group is not available.
9727
9728         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9729         Don't quote characters that are within parentheses.
9730
9731 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9732
9733         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9734         (gnus-handle-ephemeral-exit): Select article according to it.
9735
9736 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9737
9738         * message.el (message-insert-formated-citation-line): Remove newline.
9739         (message-citation-line-format): Add final \n here so that the user can
9740         avoid a blank line.
9741
9742 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9743
9744         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9745         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9746         Update lanl/arXiv support.
9747
9748 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9749
9750         * gnus.el: Bump version number.
9751
9752 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9753
9754         * gnus.el (gnus-version-number): Bump version.
9755
9756 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9757
9758         * gnus.el: No Gnus v0.6 is released.
9759
9760 2007-04-27  Didier Verna  <didier@xemacs.org>
9761
9762         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9763         * gmm-utils.el (gmm-regexp-concat): ... here.
9764         * message.el: Don't require 'gnus-util.
9765         (message-dont-reply-to-names): Handle name change above.
9766         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9767
9768 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9769
9770         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9771         since the initial value varies according to the system.
9772
9773 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9774
9775         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9776
9777 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9778
9779         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9780
9781 2007-04-24  Didier Verna  <didier@xemacs.org>
9782
9783         Improve the type of gnus-ignored-from-addresses.
9784         * gnus-util.el (gnus-orify-regexp): New function.
9785         * message.el (gnus-util): Require it.
9786         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9787         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9788         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9789
9790 2007-04-24  Didier Verna  <didier@xemacs.org>
9791
9792         * gnus-sum.el:
9793         * gnus-utils.el: Fix some trailing whitespaces.
9794
9795 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9796
9797         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9798         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9799         article's Message-ID; refer parent article in summary buffer.
9800
9801         * message.el (message-bounce): Call mime-to-mml.
9802
9803         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9804         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9805         optimize and/or forms properly.
9806
9807 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9808
9809         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9810         URL.
9811
9812 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9813
9814         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9815
9816 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9817
9818         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9819         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9820         displayed of multipart/alternative part if it is invoked from summary
9821         buffer.
9822
9823         * mm-view.el (mm-inline-text-html-render-with-w3m)
9824         (mm-inline-text-html-render-with-w3m-standalone)
9825         (mm-inline-render-with-function): Use mail-parse-charset by default.
9826
9827 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9828
9829         * parse-time.el (parse-time-string-chars): Check if CHAR
9830         is less than the length of parse-time-syntax.
9831
9832 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9835         from gnus-newsgroup-processable.
9836
9837 2007-04-16  Didier Verna  <didier@xemacs.org>
9838
9839         * gnus-msg.el (gnus-configure-posting-styles):
9840         Handle message-signature-directory properly with :file syntax.
9841         Reported by "Leo".
9842
9843 2007-04-11  Didier Verna  <didier@xemacs.org>
9844
9845         New user option: message-signature-directory.
9846         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9847         * message.el (message-insert-signature): Ditto.
9848         * message.el (message-signature-file): Doc update.
9849         * message.el (message-signature-directory): New.
9850
9851 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9852
9853         * gnus-msg.el (gnus-inews-yank-articles):
9854         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9855
9856 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9857
9858         * message.el (message-yank-original): Make sure cited text ends with
9859         newline; don't exchange point and mark.
9860
9861 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9862
9863         * tls.el (open-tls-stream): Properly handle case where there
9864         is no associated buffer.
9865
9866 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9867
9868         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9869         message-yank-original, make sure (< mark TEXT point).
9870
9871 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9872
9873         * message.el (message-fill-column): New variable.
9874         (message-mode): Use it.  Add comment on a possible new hook.
9875
9876         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9877         (nnmail-get-new-mail): Reformat.
9878
9879         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9880
9881         * gmm-utils.el: Fix Commentary.
9882         (gmm-tool-bar-from-list): Fix typo in doc string.
9883
9884 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9885
9886         * message.el (message-yank-original): Don't switch point and mark
9887         unnecessarily to put point and mark as documented.
9888
9889 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9890
9891         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9892         from the message heads.
9893
9894 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9895
9896         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9897         article buffer does not have a window.  This may not be the best
9898         solution but is certainly better than setting the start of the null,
9899         that is the current, window.
9900
9901 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9902
9903         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9904         (gnus-draft-setup): Run it.
9905
9906         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9907         gnus-score-fast-scoring.  Allow regexp.
9908         (gnus-score-headers): Use it.
9909
9910         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9911         XEmacs.
9912
9913         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9914         string.
9915         (gnus-button-alist): Also catch `<f1> k ...'.
9916         (gnus-treat-display-x-face): Fix doc string.
9917
9918 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9919
9920         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9921         evaluation of gnus-extended-version to ensure correct generation of the
9922         User-Agent header when message-generate-headers-first is used.
9923
9924 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9925
9926         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9927         hashcash-path is nil.  Don't call callback with incorrect number of
9928         parameters if val is 0.
9929
9930 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9931
9932         * message.el (message-required-news-headers):
9933         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9934
9935 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9936
9937         * tls.el (open-tls-stream): In handshake-waiting loop,
9938         don't wait more if there is output available to process.
9939
9940 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9941
9942         * tls.el (tls-program): Doc fix.
9943
9944 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9945
9946         * message.el (message-generate-new-buffers): Change the meaning of the
9947         nil value; add `standard' to the choices; treat t as `unique'; improve
9948         doc string.
9949         (gnus-select-frame-set-input-focus): Autoload.
9950         (message-buffer-name): Search for the existing message buffer if
9951         message-generate-new-buffers is nil or `standard'; treat the value t of
9952         message-generate-new-buffers as `unique'.
9953         (message-pop-to-buffer): Raise the frame already displaying the message
9954         buffer; clear the echo area after querying.
9955         (message-setup): Pass the `continue' argument to compose-mail.
9956         (message-mail): Prefer `switch-function' if it is given; search for the
9957         existing message buffer if the `continue' argument is non-nil; pass
9958         continue and switch-function arguments to compose-mail by way of
9959         message-setup.
9960         (message-mail-other-window): Adjust argument of message-setup.
9961         (message-mail-other-frame): Ditto.
9962
9963 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9964
9965         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9966         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9967         to turn font-lock on when turning gnus-message-citation-mode on.
9968
9969 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9970
9971         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9972         (mml-smime-function-alist): New variable; add epg as the backend.
9973         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9974         mml-smime- functions instead.
9975         * mm-view.el: Require smime.
9976
9977 2007-03-05  Didier Verna  <didier@xemacs.org>
9978
9979         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9980         instead of just inheritance for posting styles.
9981         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9982
9983 2007-02-24  Chris Moore  <dooglus@gmail.com>
9984
9985         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9986         * pgg-pgp.el (pgg-pgp-encrypt-region):
9987         * pgg-gpg.el (pgg-gpg-encrypt-region):
9988         Check pgg-encrypt-for-me if no other recipients.
9989
9990 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9991
9992         * tls.el (tls-certtool-program): Fix custom type.
9993
9994 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9995
9996         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9997         and point-at-eol instead of line-(beginning|end)-position.
9998
9999         * assistant.el (assistant-parse-buffer): Ditto.
10000
10001         * netrc.el (netrc-parse-services): Ditto.
10002
10003 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10004
10005         * mml2015.el (mml2015-epg-find-usable-key): New function.
10006         (mml2015-epg-sign): Use it.
10007         (mml2015-epg-encrypt): Use it.
10008
10009 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10010
10011         * message.el (message-make-in-reply-to): Quote name containing
10012         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10013         if there are special characters.  Reported by NAKAJI Hiroyuki
10014         <nakaji@jp.freebsd.org>.
10015
10016 2007-02-27  Didier Verna  <didier@xemacs.org>
10017
10018         Include the group parameters as well as the topic ones in the
10019         inheritance filter process.
10020         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10021         argument GROUP-PARAMS-LIST.
10022         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10023
10024 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10025
10026         * nntp.el (nntp-never-echoes-commands)
10027         (nntp-open-connection-functions-never-echo-commands): New variables.
10028         (nntp-send-command): Use them.
10029
10030 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10031
10032         * mml2015.el (mml2015-epg-verify): Simplify.
10033
10034 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10035
10036         * mml.el (mml-content-disposition-alist): New user option.
10037         (mml-content-disposition): New function.
10038         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10039         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10040
10041 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10042
10043         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10044         verification.
10045
10046 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10047
10048         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10049         articles posted in the last 24 hours.
10050
10051 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10052
10053         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10054
10055 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10056
10057         * nntp.el (nntp-send-command): Don't wait for echoes when
10058         nntp-open-ssl-stream is used.
10059
10060 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10061
10062         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10063         (gnus-message-add-citation-keywords)
10064         (gnus-message-remove-citation-keywords): Remove.
10065         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10066         directly, make the variables in font-lock-defaults buffer-local, add
10067         gnus-message-citation-keywords to them and then update the value of
10068         font-lock-keywords.
10069
10070 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10071
10072         * message.el (message-cite-original-1): Don't call
10073         gnus-article-highlight-citation.
10074
10075         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10076         citations; fix line count.
10077
10078 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10079
10080         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10081         (gnus-message-add-citation-keywords)
10082         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10083         versions of font-lock-add-keywords and font-lock-remove-keywords to
10084         work with XEmacs correctly.
10085
10086 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10087
10088         * gnus-cite.el (gnus-cite-face-list): Set the values of
10089         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10090         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10091         (gnus-message-cite-prefix-regexp): New variable.
10092         (gnus-message-search-citation-line): Use it; protect against long
10093         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10094         the 0th match data for Emacs.
10095         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10096         (gnus-message-add-citation-keywords): Append keywords rather than
10097         prepending; emulate font-lock-add-keywords if it is not available.
10098         (gnus-message-remove-citation-keywords):
10099         Emulate font-lock-remove-keywords if it is not available.
10100
10101         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10102
10103         * message.el (message-cite-prefix-regexp): Set the value of
10104         gnus-message-cite-prefix-regexp.
10105
10106 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10107
10108         * nnweb.el (nnweb-google-parse-1): Update parser.
10109
10110 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10111
10112         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10113
10114 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10115
10116         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10117         regexp.
10118
10119 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10120
10121         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10122         string-to-multibyte.
10123         (uudecode-decode-region-internal): Use it.
10124
10125         * lpath.el: Fbind string-as-multibyte for XEmacs.
10126
10127 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10128
10129         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10130         Fix custom choice.
10131
10132         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10133
10134 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10135
10136         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10137
10138         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10139         `write-region' to respect `mm-inhibit-file-name-handlers'.
10140
10141 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10142
10143         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10144         Use gnus-home-directory instead of "~/" or "$HOME".
10145
10146 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10147
10148         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10149         to mention filename.
10150         Add comments at beginning regarding usage.
10151         (encrypt-write-file-contents): Change interactive so a string is
10152         acceptable.  If the file has no associated model, show an error instead
10153         of a nonsense prompt.
10154
10155 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10156
10157         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10158         Thanks to Yoshihiko Yamada for kind notification of this typo.
10159
10160 2007-01-12  Kenichi Handa  <handa@m17n.org>
10161
10162         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10163         multibyte buffer.
10164
10165 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10166
10167         * gnus-score.el (gnus-score-fast-scoring): New variable.
10168         (gnus-score-headers): Use it.
10169
10170         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10171
10172         * message.el (message-cite-original-1):
10173         Call gnus-article-highlight-citation if requested.
10174         (message-make-from): Allow name and address as optional arguments.
10175
10176         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10177
10178         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10179         bugs to doc string.
10180         (gnus-button-alist): Add mid\\|message-id.
10181         (gnus-button-fetch-group): Extend for use in
10182         `browse-url-browser-function'.
10183         (gnus-button-url-regexp): Try to catch paired parentheses like in
10184         Wikipedia URLs.
10185
10186         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10187         Suggested by Simon Krahnke <overlord@gmx.li>.
10188
10189 2007-01-13  Romain Francoise  <romain@orebokech.com>
10190
10191         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10192         Update copyright.
10193
10194 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10195
10196         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10197
10198 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10199
10200         * gnus-registry.el (gnus-registry-unfollowed-groups)
10201         (gnus-registry-split-fancy-with-parent): Fix documentation.
10202
10203 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10204
10205         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10206         from nnweb groups.
10207
10208 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10209
10210         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10211         Xref urls.  Erase buffer before requesting head.
10212
10213         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10214
10215 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10216
10217         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10218         customizable.
10219
10220 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10221
10222         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10223         no signing key is found.
10224         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10225         no encrypting and/or signing key is found.
10226
10227 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10228
10229         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10230
10231 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10232
10233         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10234         headers read from disk with the ones newly found in the current search.
10235         This should no longer cause problems, because the article numbers in
10236         Gmane's `nov.php' output are ignored since the previous change.
10237
10238 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10239
10240         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10241
10242 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10243
10244         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10245         replace-regexp-in-string; bind url-version; fbind display-images-p and
10246         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10247         find-face and set-itimer-function for Emacs; bind itimer-list for
10248         Emacs.
10249
10250         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10251
10252 2007-01-01  Romain Francoise  <romain@orebokech.com>
10253
10254         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10255
10256 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10257
10258         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10259         `define-minor-mode' macro definition expanded properly.
10260         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10261         exclude it there.
10262
10263         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10264         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10265         `fboundp' test.
10266         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10267         This is OK to autoload in (S)XEmacs now.
10268
10269 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10270
10271         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10272         keystroke.
10273         (gnus-summary-limit-to-singletons): Fix typo.
10274
10275         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10276         else fails.
10277
10278 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10279
10280         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10281         docstring.
10282
10283         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10284         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10285         (gnus-summary-insert-dormant-articles): Fix typo in message.
10286
10287 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10288
10289         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10290         nil for XEmacs.
10291         (gnus-message-citation-mode): Don't autoload in XEmacs.
10292
10293         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10294
10295 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10296
10297         * nnimap.el (nnimap-expunge-search-string):
10298         Mention nnimap-search-uids-not-since-is-evil in docstring.
10299
10300 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10301
10302         * spam.el: Revert to make-obsolete-variable because
10303         define-obsolete-variable-alias is not supported in Emacs 21.
10304
10305         * spam.el (spam-ifile-path, spam-ifile-database-path)
10306         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10307         make-obsolete-variable.
10308         (spam-bsfilter-path, spam-bsfilter-program)
10309         (spam-spamassassin-path, spam-spamassassin-program)
10310         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10311         Don't use "path" inappropriately.
10312         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10313         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10314         variable names.
10315
10316 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10317
10318         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10319         summary buffer.
10320
10321         * password.el (password-cache-remove): Use clear-string to burn
10322         password, if available.
10323
10324 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10325
10326         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10327
10328         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10329
10330         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10331         (gnus-message-highlight-citation): Move defcustom here from
10332         gnus-cite.el.
10333         (gnus-message-citation-mode): Autoload.
10334
10335         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10336         checks to make it compile with XEmacs.
10337         (gnus-message-citation-mode): New minor mode.
10338         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10339         (gnus-message-highlight-citation): New variables.
10340         (gnus-message-search-citation-line)
10341         (gnus-message-add-citation-keywords)
10342         (gnus-message-remove-citation-keywords)
10343         (turn-on-gnus-message-citation-mode)
10344         (turn-off-gnus-message-citation-mode): New functions.
10345
10346 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10347
10348         * gnus-cite.el: Enable highlighting of different citation levels in
10349         message-mode.
10350
10351 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10352
10353         * message.el (message-make-fqdn): Fix comment.
10354         (message-bogus-system-names): Add ".local".
10355
10356         * spam.el (spam-ifile-path, spam-ifile-program)
10357         (spam-ifile-database-path, spam-ifile-database)
10358         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10359         Don't use "path" inappropriately.
10360         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10361         strings.
10362         (spam-check-ifile, spam-ifile-register-with-ifile)
10363         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10364         Use new variable names.
10365
10366         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10367         (gnus-treat-display-smileys): Simplify using
10368         gnus-image-type-available-p.
10369
10370         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10371         available.
10372
10373         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10374         Use `display-images-p' if available.
10375
10376 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10377
10378         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10379         one after turning on the buffer's multibyteness instead of decoding
10380         them directly in the unibyte buffer that causes unexpected conversion
10381         in Emacs 23 (unicode).
10382
10383 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10384
10385         * message.el (message-generate-hashcash): Fix custom type.
10386
10387 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10388
10389         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10390
10391 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10392
10393         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10394         disconnect icons.  Add help text.
10395
10396 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10397
10398         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10399         negated to be consistent with the others we handle.
10400
10401 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10402
10403         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10404         version of gnus-summary-buffer to something, so that we can use two
10405         article buffers at the same time.
10406
10407 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10408
10409         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10410         trigger all the extra headers.
10411         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10412         sorting.
10413
10414 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10415
10416         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10417         solid groups.
10418
10419 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10420
10421         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10422
10423 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10424
10425         * legacy-gnus-agent.el: Add Copyright notice.
10426
10427 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10428
10429         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10430
10431 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10432
10433         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10434
10435         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10436         to make it work reliably in CVS Emacs.
10437         (gnus-summary-limit-strange-charsets-predicate)
10438         (gnus-summary-limit-to-predicate): New functions.
10439
10440 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10441
10442         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10443         specifying array size.
10444         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10445         array if it is too small.
10446         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10447         (gnus-sort-threads-loop): New function.
10448
10449 2006-12-06  Chris Moore  <dooglus@gmail.com>
10450
10451         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10452         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10453
10454 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10455
10456         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10457         options.
10458
10459 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10460
10461         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10462         DOS-ing the recipient.
10463
10464         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10465         the headers when creating the mapping to avoid mismappings.
10466         (nnweb-gmane-create-mapping): Always nix out old mapping.
10467
10468 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10469
10470         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10471         and mm-verify-option to never.
10472
10473 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10474
10475         * message.el (message-signed-or-encrypted-p): New function.
10476         (message-forward-make-body): Use it.
10477
10478         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10479         Replace encode-coding-string with mm-encode-coding-string.
10480
10481 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10482
10483         * nneething.el (nneething-decode-file-name):
10484         Replace decode-coding-string with mm-decode-coding-string.
10485
10486         * gnus-int.el (gnus-open-server): Say failed server's name.
10487
10488 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10489
10490         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10491         strings to a single string.  Quote `errors-file-name'.
10492         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10493         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10494         Adjust calls.  Use `shell-quote-argument'.
10495
10496 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10497
10498         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10499         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10500
10501         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10502         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10503         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10504         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10505         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10506         (gnus-subscribe-newsgroup, gnus-1):
10507         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10508         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10509         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10510         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10511
10512 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10513
10514         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10515         keystroke.
10516         (gnus-summary-limit-to-bodies): Implement headersp.
10517
10518 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10519
10520         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10521
10522 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10523
10524         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10525
10526 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10527
10528         * message.el (message-generate-hashcash): Expand range of values to
10529         include `opportunistic'.
10530         (message-send-mail): Use it.
10531
10532 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10533
10534         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10535         and comment it.
10536
10537         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10538
10539 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10540
10541         * gnus-util.el (gnus-extract-address-components): Improve comment.
10542
10543 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10544
10545         * gnus-util.el (gnus-extract-address-components): Work with address in
10546         which the name portion contains @.
10547
10548         * lpath.el: Fbind custom-autoload.
10549
10550 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10551
10552         * gnus.el (gnus-start): Move custom group up.
10553         (gnus-select-method): Don't autoload, but make it available for
10554         `customize-variable'.
10555         (gnus-getenv-nntpserver): Don't autoload.
10556
10557 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10558
10559         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10560
10561 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10562
10563         * message.el (message-sendmail-extra-arguments): New variable.
10564         (message-send-mail-with-sendmail): Use it.
10565
10566 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10567
10568         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10569         mm-with-unibyte-current-buffer to make string unibyte.
10570
10571         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10572         mm-string-as-multibyte.
10573
10574 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10575
10576         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10577         Reported by Werner Koch <wk@gnupg.org>.
10578
10579 2006-11-14  Daiki Ueno  <ueno@p360>
10580
10581         * mml2015.el: Autoload epa-select-keys when compiling.
10582
10583 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10584
10585         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10586         message-options.
10587         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10588
10589 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10590
10591         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10592         EasyPG (< 0.0.6).
10593         (mml2015-always-trust): New user option.
10594         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10595         prompt.
10596
10597 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10598
10599         * nntp.el (nntp-authinfo-force): New variable.
10600         (nntp-send-authinfo): Use it.
10601
10602 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10603
10604         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10605         decode encoded words.  Improve prompt.  Add comment about forwarding.
10606         (message-replacement-char): Move up.
10607
10608 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10609
10610         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10611         instead of gnus-intersection because arguments of gnus-sorted-nunion
10612         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10613
10614 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10615
10616         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10617         (message-simplify-subject-functions):
10618         Enable message-strip-subject-encoded-words by default.
10619
10620 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10621
10622         * message.el (message-strip-subject-encoded-words): New function.
10623         (message-simplify-subject-functions): New variable.
10624         (message-simplify-subject): Use it.  Fix typo in doc string.
10625         Support message-strip-subject-encoded-words.
10626
10627 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10628
10629         * gnus-diary.el (gnus-diary-delay-format-function):
10630         * nndiary.el (nndiary-reminders):
10631         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10632
10633 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10634
10635         * gnus-art.el (article-hide-boring-headers): Fetch date from
10636         gnus-original-article-buffer to avoid problems with localized date
10637         strings.
10638
10639 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10640
10641         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10642
10643 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10644
10645         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10646         New variables.
10647         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10648         (mm-charset-synonym-alist): Move some entries to
10649         mm-codepage-iso-8859-list.
10650         (mm-charset-synonym-alist, mm-charset-override-alist):
10651         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10652
10653 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10654
10655         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10656
10657 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10658
10659         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10660         with Emacs 21 and XEmacs.
10661
10662 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10663
10664         * spam.el (spam-parse-address): New function for better parsing,
10665         catching errors, etc.
10666         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10667
10668 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10669
10670         * mm-view.el: Add interactive arg to html2text autoload.
10671
10672 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10673
10674         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10675
10676 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10677
10678         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10679         New variables.
10680         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10681         (mm-charset-synonym-alist): Move some entries to
10682         mm-codepage-iso-8859-list.
10683
10684         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10685
10686 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10687
10688         * message.el (message-citation-line-format)
10689         (message-insert-formated-citation-line): Fix implementation of %E, %N
10690         and %n according to the doc string.
10691
10692 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10693
10694         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10695         Use car-safe to avoid bad parses.
10696
10697 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10698
10699         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10700         names.
10701
10702         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10703
10704 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10705
10706         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10707         header.
10708
10709         * message.el (message-draft-headers): Add Date.
10710         (message-headers-to-generate): Fix typo in docstring.
10711
10712         * nndraft.el (nndraft-required-headers): New variable.
10713         (nndraft-generate-headers): Use it.
10714
10715         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10716
10717 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10718
10719         * gnus-registry.el (gnus-registry-wash-for-keywords)
10720         (gnus-registry-find-keywords): New functions to allow easy searching of
10721         articles that are in the registry.
10722
10723 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10724
10725         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10726         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10727         Reported by Damien Elmes <damien@repose.cx>.
10728
10729 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10730
10731         * gnus.el (gnus-mime): Remove unused custom group.
10732
10733 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10734
10735         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10736         "blank line" when searching for end of armor headers.
10737
10738 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10739
10740         * gmm-utils.el (gmm-write-region): Fix variable name.
10741
10742 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10743
10744         * gmm-utils.el (gmm-write-region): New function based on compatibility
10745         code from `mm-make-temp-file'.
10746
10747         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10748
10749         * nnmaildir.el (nnmaildir--update-nov)
10750         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10751         Use `gmm-write-region'.
10752
10753 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10754
10755         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10756         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10757
10758         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10759
10760         * message.el (message-replacement-char): New variable.
10761         (message-fix-before-sending): Use it.
10762         (message-simplify-subject): New function to remove duplicate code.
10763         (message-reply, message-followup): Use it.
10764
10765         * gnus-sum.el (gnus-summary-make-menu-bar):
10766         Clarify gnus-summary-limit-to-articles.
10767
10768 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10769
10770         * gnus-util.el (gnus-with-local-quit): New macro.
10771
10772         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10773
10774 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10775
10776         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10777         ignore non-string data.
10778
10779 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10780
10781         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10782         non-string data (needs to be done in the registry too).
10783
10784 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10785
10786         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10787         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10788         (gnus-registry-split-fancy-with-parent)
10789         (gnus-registry-fetch-simplified-message-subject-fast)
10790         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10791         Remove text properties on ingress into the registry and when it's saved.
10792         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10793         registry from entries with no groups.
10794
10795 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10796
10797         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10798         function to remove string properties.
10799
10800 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10801
10802         * gmm-utils.el (gmm): Adjust custom version.
10803
10804         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10805         Adjust custom version.
10806
10807         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10808
10809 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10810
10811         * gnus-art.el (gnus-insert-prev-page-button)
10812         (gnus-insert-next-page-button): Simplify.  Reformat.
10813
10814 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10815
10816         * gnus-art.el (gnus-insert-prev-page-button)
10817         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10818
10819 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10820
10821         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10822
10823 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10824
10825         * gnus-art.el (gnus-insert-mime-button)
10826         (gnus-insert-mime-security-button):
10827         Apply gnus-article-button-face to MIME and security buttons.
10828
10829 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10830
10831         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10832         readable.
10833
10834 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10835
10836         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10837
10838 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10839
10840         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10841         `browse-url-of-file' instead of `browse-url'.
10842
10843 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10844
10845         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10846         regexp.  Articles containing quotation were cut prematurely.
10847
10848 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10849
10850         * message.el (message-cite-original-1): Use nobody by default for the
10851         value of From header.
10852         (message-reply): Ditto.
10853
10854 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10855
10856         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10857         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10858         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10859
10860 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10861
10862         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10863         mails in the doc string.  Add some URLs in comment.
10864         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10865
10866 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10867
10868         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10869         backslashes handling and the way to find boundaries of quoted strings.
10870
10871 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10872
10873         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10874         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10875         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10876         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10877
10878 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10879
10880         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10881         doc string.
10882         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10883
10884 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10885
10886         * lpath.el: Fbind epg-check-configuration.
10887
10888 2006-09-06  Simon Josefsson  <jas@extundo.com>
10889
10890         * mml2015.el (mml2015-use): Doc fix, mention epg.
10891
10892 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10893
10894         * mml2015.el (mml2015-use): Default to epg, if available.
10895
10896 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10897
10898         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10899         message-sender.
10900         (mml1991-epg-encrypt): Ditto.
10901         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10902         message-sender.
10903         (mml2015-epg-encrypt): Ditto.
10904
10905 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10906
10907         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10908         several common directories.
10909
10910 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10911
10912         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10913         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10914
10915 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10916
10917         * gnus-art.el (article-decode-encoded-words): Make it fast.
10918
10919 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10920
10921         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10922
10923         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10924         in quoted string into `\'.
10925
10926 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10927
10928         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10929         Use standard-syntax-table.
10930
10931 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10932
10933         * gnus-art.el (gnus-decode-address-function): New variable.
10934         (article-decode-encoded-words): Use it to decode headers which are
10935         assumed to contain addresses.
10936         (gnus-mime-delete-part): Remove useless `or'.
10937
10938         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10939         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10940         (gnus-nov-parse-line): Use it to decode From header.
10941         (gnus-get-newsgroup-headers): Ditto.
10942         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10943
10944         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10945         (mail-decode-encoded-address-string): New alias.
10946
10947         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10948         New function.
10949         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10950         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10951         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10952         (rfc2047-decode-string): Ditto.
10953         (rfc2047-decode-address-region): New function.
10954         (rfc2047-decode-address-string): New function.
10955
10956 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10957
10958         * message.el (message-caesar-buffer-body): Allow rotating headers.
10959
10960         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10961
10962         * message.el (message-insert-formated-citation-line): Fix %f.
10963         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10964
10965 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10966
10967         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10968         (gnus-bookmark-mouse-available-p): New macro.
10969         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10970         (gnus-bookmark-bmenu-show-infos): Use it.
10971         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10972         (gnus-bookmark-bmenu-hide-infos): Ditto.
10973         (gnus-bookmark-remove-properties): New function.
10974         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10975         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10976         (gnus-bookmark-write-file): Bind coding-system-for-write.
10977         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10978         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10979         group before selecting it.
10980         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10981         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10982         quit-window if it is not available; use gnus-mouse-2 and bind it to
10983         gnus-bookmark-bmenu-select-by-mouse.
10984         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10985         (gnus-bookmark-bmenu-select-by-mouse): New function.
10986
10987 2006-08-13  Romain Francoise  <romain@orebokech.com>
10988
10989         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10990         space.
10991
10992 2006-08-10  Romain Francoise  <romain@orebokech.com>
10993
10994         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10995         (dns-mode-soa-auto-increment-serial): New user option.
10996         (dns-mode-soa-maybe-increment-serial): New function.
10997         (dns-mode): Add the latter to `write-contents-functions'.
10998
10999 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11000
11001         * compface.el (uncompface): Use binary rather than raw-text-unix.
11002
11003 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11004
11005         * compface.el (uncompface): Make sure the eol conversion doesn't take
11006         place when communicating with the external programs.
11007         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11008
11009 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11010
11011         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11012
11013 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11014
11015         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11016         Make it more robust by parsing author and date independently.
11017
11018 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11019
11020         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11021
11022 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11023
11024         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11025         first matching secret key.
11026         (mml2015-epg-encrypt): Ditto.
11027
11028         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11029         first matching secret key.
11030         (mml1991-epg-encrypt): Ditto.
11031
11032         * mml2015.el (mml2015-encrypt-to-self): New user option.
11033         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11034         mml2015-epg-encrypt-to-self is set.
11035
11036         * mml1991.el (mml1991-encrypt-to-self): New variable.
11037         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11038         mml1991-epg-encrypt-to-self is set.
11039
11040         * mml2015.el (mml2015-signers): New user option.
11041         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11042         (mml2015-epg-encrypt): Allow to select signing keys.
11043
11044         * mml1991.el (mml1991-signers): New variable.
11045         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11046         (mml1991-epg-encrypt): Allow to select signing keys.
11047
11048 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11049
11050         * nnheader.el (nnheader-insert-head): Make it work even if the file
11051         uses CRLF for the line-break code.
11052
11053 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11054
11055         * mml2015.el: Require mml-sec instead of password.
11056         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11057         (mml2015-cache-passphrase): Inherit the default value from
11058         mml-secure-cache-passphrase.
11059         (mml2015-passphrase-cache-expiry): Inherit the default value from
11060         mml-secure-passphrase-cache-expiry.
11061
11062         * mml1991.el: Require mml-sec instead of password.
11063         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11064         (mml1991-cache-passphrase): Inherit the default value from
11065         mml-secure-cache-passphrase.
11066         (mml1991-passphrase-cache-expiry): Inherit the default value from
11067         mml-secure-passphrase-cache-expiry.
11068
11069         * mml-sec.el: Require password.
11070         (mml-secure-verbose): New user option.
11071         (mml-secure-cache-passphrase): New user option.
11072         (mml-secure-passphrase-cache-expiry): New user option.
11073
11074 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11075
11076         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11077         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11078         andreas@altroot.de (Andreas Vögele).
11079
11080         FIXME: Use `tiny change'?
11081
11082 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11083
11084         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11085         workaround for the url package included with Emacs.
11086
11087         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11088
11089 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11090
11091         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11092         correctly.  This fixes a bug caused by the 2006-05-12 change.
11093
11094 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11095
11096         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11097         some information about the error when saying that the `bogus' mail
11098         group will be used.
11099
11100 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11101
11102         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11103         string.
11104
11105 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11106
11107         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11108
11109 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11110
11111         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11112
11113 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11114
11115         * mml1991.el (mml1991-function-alist): Add epg.
11116         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11117         (mml1991-epg-encrypt): New functions.
11118
11119 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11120
11121         * mml2015.el (mml2015-verbose): New variable.
11122         (mml2015-cache-passphrase): Ditto.
11123         (mml2015-passphrase-cache-expiry): Ditto.
11124         (mml2015-function-alist): Add epg.
11125         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11126         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11127         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11128         New functions.
11129
11130 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11131
11132         * message.el (message-cite-original-1): Preserve region when removing
11133         quoted text due to X-No-Archive in order to avoid bogus attribution
11134         when citing multiple messages.
11135
11136 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11137
11138         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11139         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11140
11141 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11142
11143         * gnus-diary.el (gnus-user-format-function-d)
11144         (gnus-user-format-function-D): Autoload.
11145
11146         * imap.el (Commentary): Fix typo.
11147
11148         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11149         2006-04-22 contribution.
11150
11151 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11152
11153         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11154         It didn't really fix the bogosity I'm seeing with solid web groups.
11155
11156 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11157
11158         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11159         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11160         created using server names.  If we use the feature without declaring
11161         it, Gnus does not properly manage server and group state.
11162
11163         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11164         bound.
11165
11166 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11167
11168         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11169         looking up the method using GROUP's prefix before inventing a new one.
11170         It is used on killed/unknown groups in various places where returning
11171         an all-new method isn't expected by the caller.
11172
11173         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11174         and match semantics of gnus-group-real-prefix.
11175
11176 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11177
11178         * nnmail.el (nnmail-broken-references-mailers): New variable.
11179         (nnmail-ignore-broken-references): New function generalizing
11180         nnmail-fix-eudora-headers.
11181         (nnmail-fix-eudora-headers): Now obsolete.
11182
11183         * gnus-art.el (gnus-button-handle-custom):
11184         Support `customize-apropos*'.
11185
11186 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11187
11188         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11189
11190         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11191         articles.
11192
11193 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11194
11195         * message.el (message-cite-reply-above): New variable.
11196         (message-yank-original): Use it.
11197
11198 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11199
11200         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11201
11202 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11203
11204         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11205         as read.
11206
11207         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11208
11209 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11210
11211         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11212         (gnus-bookmark-default-file): Use gnus-directory.
11213         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11214         Remove "*" in doc string.
11215         (gnus-bookmark-write-file): Simplify.
11216         (gnus-bookmark-maybe-sort-alist): Use `when'.
11217         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11218         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11219         Add FIXME about Emacs 21 and XEmacs compatibility.
11220         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11221         compatibility.
11222         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11223         compatibility.
11224         (gnus-bookmark-menu-heading): Fix version.
11225
11226 2006-06-19  Bastien Guerry  <bzg@altern.org>
11227
11228         * gnus-bookmark.el: New file.
11229
11230 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11231
11232         * message.el (message-syntax-checks): Doc fix.
11233
11234 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11235
11236         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11237         unsubscribed groups as if they were killed ones.  It causes duplicate
11238         entries in gnus-newsrc-alist.
11239
11240 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11241
11242         * message.el (message-syntax-checks): Doc fix.
11243         (message-send-mail): Add check for continuation headers.
11244         (message-check-news-header-syntax): Fix regexp used to check for
11245         continuation headers.
11246
11247 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11248
11249         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11250
11251 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11252
11253         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11254
11255 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11256
11257         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11258         default-truncate-lines.
11259
11260 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11261
11262         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11263         to fill the utf-8 entry.
11264
11265         * lpath.el: Fbind unicode-precedence-list.
11266
11267 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11268
11269         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11270
11271 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11272
11273         * gnus-agent.el (directory-files-and-attributes): Move all the way
11274         forward (the third and final move).
11275         (gnus-agent-read-agentview): Trap reconstruction errors due to
11276         nonexistent directory.  Handle by returning nil.
11277
11278 2006-05-30  Didier Verna  <didier@xemacs.org>
11279
11280         * message.el (message-dont-reply-to-names): Update the custom type.
11281         * message.el (message-dont-reply-to-names): New defsubst: potentially
11282         convert a list of regexps into a single one.
11283         * message.el (message-get-reply-headers): Use it.
11284         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11285
11286 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11287
11288         * gnus-agent.el (directory-files-and-attributes): Move forward.
11289
11290 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11291
11292         * gnus-ml.el (gnus-mailing-list-subscribe)
11293         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11294         (gnus-mailing-list-message): Fix doc strings.
11295
11296 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11297
11298         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11299         of doing it manually.
11300
11301 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11302
11303         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11304         comment.
11305
11306 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11307
11308         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11309         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11310         (gnus-agent-read-local): All symbols allocated in my-obarray.
11311         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11312         (gnus-agent-regenerate-group): Check numeric names to see if they are
11313         messages or groups.
11314         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11315         better way of do this...)
11316
11317         * gnus-cache.el (gnus-agent-total-fetched-for):
11318         Ignore 'dummy.group' (there should be a better way of do this...)
11319
11320 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11321
11322         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11323         (gnus-saved-headers): Ditto.
11324         (gnus-default-article-saver): Mention functions may have properties.
11325         (gnus-article-save): Override gnus-save-all-headers and
11326         gnus-saved-headers by :headers property which saver function may have.
11327         (gnus-summary-save-in-file): Add :headers property.
11328         (gnus-summary-write-to-file): Ditto.
11329
11330         * gnus-sum.el (gnus-summary-save-article): Bind
11331         gnus-prompt-before-saving to t when saving many articles in a file;
11332         always show all headers.
11333
11334         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11335
11336 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11337
11338         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11339         marks.
11340
11341         * message.el (message-indent-citation): Add optional arguments to allow
11342         using it outside of message buffers.
11343
11344         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11345         (gnus-article-treat-unfold-headers): Use it.
11346         (gnus-article-truncate-lines): New variable.
11347         (gnus-article-mode): Use it.
11348         (gnus-article-toggle-truncate-lines): New function.
11349
11350         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11351         Add gnus-article-toggle-truncate-lines.
11352
11353         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11354         coding system in XEmacs, use binary.
11355
11356 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11357
11358         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11359         after-load-alist.
11360
11361         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11362         this function should save decoded articles.
11363         (gnus-summary-write-to-file): Use property to specify this function
11364         should save decoded articles and specify gnus-summary-save-in-file
11365         should be used to save articles other than the first one when saving
11366         many articles.
11367         (gnus-summary-save-body-in-file): Use property to specify this
11368         function should save decoded articles.
11369         (gnus-summary-write-body-to-file): Use property to specify this
11370         function should save decoded articles and specify
11371         gnus-summary-save-body-in-file should be used to save articles other
11372         than the first one when saving many articles.
11373
11374         * gnus-sum.el (gnus-summary-save-article): Simplify.
11375
11376 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11377
11378         * gnus-art.el (gnus-default-article-saver):
11379         Add gnus-summary-write-body-to-file.
11380         (gnus-article-save-coding-system): Don't use coding system object
11381         in XEmacs.
11382         (gnus-read-save-file-name): Add optional `dir-var' argument which
11383         specifies directory in which files are saved; work even if optional
11384         `variable' argument is not specified.
11385         (gnus-summary-write-to-file): Read file name.
11386         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11387         (gnus-summary-write-body-to-file): New function.
11388
11389         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11390         (gnus-summary-local-variables): Add it.
11391         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11392         (gnus-summary-save-article): Remove optional `decode' argument;
11393         determine whether to decode articles by the value of
11394         gnus-default-article-saver; when saving many files using
11395         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11396         it first and use gnus-summary-save-in-file or
11397         gnus-summary-save-body-in-file thereafter unless
11398         gnus-prompt-before-saving is always; move point to article which
11399         will be saved.
11400         (gnus-summary-save-article-file): Revert.
11401         (gnus-summary-write-article-file): Revert.
11402         (gnus-summary-save-article-body-file): Revert.
11403         (gnus-summary-write-article-body-file): New function.
11404
11405 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11406
11407         * gnus-art.el (gnus-default-article-saver): Doc fix.
11408         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11409         from gnus-summary-save-article-coding-system, and default to a
11410         certain coding system.
11411         (gnus-output-to-file): Add coding cookie and encode text according
11412         to gnus-article-save-coding-system; don't use mm-append-to-file.
11413
11414         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11415         gnus-art.el and rename to gnus-article-save-coding-system.
11416         (gnus-summary-save-article): Require gnus-art; don't show all
11417         headers if it decodes articles; don't add coding cookie here;
11418         don't bind mm-text-coding-system-for-write.
11419         (gnus-summary-save-article-file): Save decoded articles.
11420         (gnus-summary-write-article-file): When saving many files, use
11421         gnus-summary-write-to-file first and gnus-summary-save-in-file
11422         thereafter unless gnus-prompt-before-saving is always.
11423         (gnus-summary-save-article-body-file): Save decoded articles.
11424
11425         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11426
11427 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11428
11429         * nnrss.el (nnrss-check-group): Bind hash-index.
11430
11431 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11432
11433         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11434         its hash index.  Store this hash in `nnrss-group-data'.
11435         (nnrss-read-group-data): Update accordingly.
11436
11437 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11438
11439         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11440         entry.
11441
11442         * gnus-sum.el (gnus-summary-make-menu-bar):
11443         Add gnus-article-browse-html-article.
11444
11445 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11446
11447         * gnus-sum.el (gnus-summary-mime-map):
11448         Add gnus-article-browse-html-article.
11449
11450         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11451
11452 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11453
11454         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11455         suitable coding systems in customize.
11456
11457 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11458
11459         * mail-source.el (mail-sources): Fix custom type.
11460
11461 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11462
11463         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11464         (gnus-summary-expire-articles-now): Shorten prompt.
11465
11466         * gmm-utils.el (wid-edit): Require.
11467         (defun-gmm): Rename from `gmm-defun-compat'.
11468         (gmm-image-search-load-path): Use it.
11469         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11470
11471 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11472
11473         * gnus-sum.el (gnus-summary-save-article-coding-system):
11474         New variable.
11475         (gnus-summary-save-article): Add optional `decode' argument.
11476         If it is set and gnus-summary-save-article-coding-system is non-nil,
11477         save decoded article.
11478         (gnus-summary-write-article-file): Save decoded article if
11479         gnus-summary-save-article-coding-system is non-nil.
11480
11481         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11482         type.
11483
11484 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11485
11486         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11487
11488 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11489
11490         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11491         first to test gnus-single-article-buffer which may be buffer-local.
11492
11493         * gnus-sum.el (gnus-summary-setup-buffer):
11494         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11495         group; make gnus-article-buffer, gnus-article-current, and
11496         gnus-original-article-buffer always buffer-local.
11497         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11498         group.
11499         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11500
11501 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11502
11503         * nnml.el (nnml-request-compact-group): Compressed files might not
11504         have .gz extension.
11505
11506 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11507
11508         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11509         (mm-copy-to-buffer): Use with-current-buffer.
11510         (mm-display-part): Simplify.
11511         (mm-inlinable-p): Add optional arg `type'.
11512
11513 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11514
11515         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11516         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11517         Try harder to show the attachment internally or externally using
11518         gnus-mime-view-part-as-type.
11519
11520 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11521
11522         * message.el (message-from-style, message-signature-separator)
11523         (message-user-organization-file, message-send-mail-function)
11524         (message-citation-line-function, message-yank-prefix)
11525         (message-indent-citation-function, message-signature)
11526         (message-signature-file, message-signature-insert-empty-line):
11527         Remove autoloads.
11528
11529         * gnus-art.el (gnus-buttonized-mime-types):
11530         Remove "multipart/signed".  Revert 2006-04-26 change.
11531
11532 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11533
11534         * gnus.el (gnus-version-number): Bump version.
11535
11536 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11537
11538         * gnus.el: No Gnus v0.5 is released.
11539
11540 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11541
11542         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11543         fetching articles by message-id.
11544
11545 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11546
11547         * message.el (hashcash): Require hashcash as normal.
11548
11549         * ecomplete.el (ecomplete-highlight-match-line):
11550         Use point-at-eol.
11551         (ecomplete-highlight-match-line): Use `highlight', because that
11552         face exists in both Emacs and XEmacs.
11553
11554         * message.el (message-display-abbrev): Use point-at-bol.
11555
11556         * mail-source.el: Don't require timer/timer-funcs.
11557
11558         * gnus-async.el: Ditto.
11559
11560         * password.el: Ditto.
11561
11562         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11563
11564         * mm-url.el: Ditto.
11565
11566         * gnus-xmas.el: Don't require timer-funcs.
11567
11568         * mm-util.el: Require timer/timer-funcs.
11569
11570 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11571
11572         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11573         Close.
11574
11575 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11576
11577         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11578         unibyte after clear-decrypt function runs.
11579
11580         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11581         returns as a unibyte string.
11582
11583 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11584
11585         * lpath.el: Revert.
11586
11587         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11588         (pgg-gpg-process-sentinel): Revert.
11589
11590         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11591         (pgg-pgp-lookup-key): Revert.
11592
11593         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11594         (pgg-pgp5-lookup-key): Revert.
11595
11596         * pgg.el (pgg-fetch-key): Revert.
11597
11598 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11599
11600         * lpath.el: Fbind string-as-multibyte for XEmacs.
11601
11602         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11603         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11604         (mml1991-pgg-encrypt): Ditto.
11605
11606         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11607         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11608         a multibyte buffer.
11609
11610         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11611         (pgg-pgp-lookup-key): Ditto.
11612
11613         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11614         (pgg-pgp5-lookup-key): Ditto.
11615
11616         * pgg.el (pgg-fetch-key): Ditto.
11617
11618 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11619
11620         * message.el (message-user-organization-file): Check several
11621         locations of the organization file.
11622
11623         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11624         Add gnus-article-view-part-as-type.
11625
11626         * gnus-art.el (gnus-article-view-part-as-type): New function.
11627
11628         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11629         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11630
11631         * mml.el: Simplify autoload.
11632         (mml-mode): defvar dnd-protocol-alist instead of using
11633         symbol-value.
11634         (mml-default-directory): New variable.
11635         (mml-minibuffer-read-file): Use it.
11636         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11637
11638         * message.el (message-citation-line-format): New variable.
11639         (message-insert-formated-citation-line): New function.
11640         (message-citation-line-function):
11641         Add `message-insert-formated-citation-line' to custom type.
11642
11643         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11644         to doc string.
11645
11646         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11647         depending on mm-verify-option.
11648
11649 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11650
11651         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11652         binding pgg-* variables; reimplement the section which prevents
11653         MIME header from being signed.
11654         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11655         pgg-text-mode; remove a blank line at the top of body.
11656
11657         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11658         lines at the top of body; use gnus-newsgroup-charset if there's no
11659         Charset header.
11660
11661 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11662
11663         * message.el (message-self-insert-commands): Doc fix.
11664
11665         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11666         (mm-uu-pgp-encrypted-test): Ditto.
11667         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11668         between header and body; return application/pgp-encrypted handle
11669         if decryption failed; decode decrypted body by charset.
11670
11671         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11672         element match to application/pgp-*.
11673
11674 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11675
11676         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11677         HTML.
11678
11679 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11680
11681         * mail-source.el (mail-source-call-script): Message the error
11682         string.
11683
11684 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11685
11686         * gnus-util.el (gnus-byte-compile): Use it.
11687
11688 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11689
11690         * gnus-util.el (kill-empty-logs): New function.
11691
11692 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11693
11694         * message.el (message-mail-alias-type): Doc fix.
11695         (message-mail-alias-type-p): New function.
11696         (message-send): Use it.
11697         (message-mode): Ditto.
11698         (message-strip-forbidden-properties): Ditto.
11699
11700         * ecomplete.el (ecomplete-database-file-coding-system):
11701         New variable.
11702         (ecomplete-save): Use it.
11703         (ecomplete-setup): Use it.
11704
11705 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11706
11707         * message.el (message-self-insert-commands): New variable.
11708         (message-strip-forbidden-properties): Use it.
11709
11710 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11711
11712         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11713         that doesn't make XEmacs choke.
11714
11715 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11716
11717         * gnus-util.el (gnus-replace-in-string):
11718         Prefer replace-regexp-in-string over of replace-in-string.
11719
11720 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11721
11722         * gnus-util.el (gnus-select-frame-set-input-focus):
11723         Use select-frame-set-input-focus if it is available in XEmacs; use
11724         definition defined in Emacs 22 for old Emacsen.
11725
11726         * dgnushack.el: Autoload unmorse-region for XEmacs.
11727
11728         * lpath.el: Bind cursor-in-non-selected-windows and
11729         select-frame-set-input-focus for XEmacs.
11730
11731 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11732
11733         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11734
11735 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11736
11737         * gnus-registry.el (gnus-registry-cache-save): Remove text
11738         properties when saving via the temp buffer.
11739
11740 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11741
11742         * message.el (message-generate-hashcash): Honor custom type.
11743
11744 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11745
11746         * message.el (message-generate-hashcash): Default to non-nil when
11747         hashcash is found.
11748
11749         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11750         (gnus-refer-thread-limit): Increase default to 500.
11751
11752         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11753
11754         * flow-fill.el (fill-flowed): Allow delete-space.
11755
11756 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11757
11758         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11759         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11760         Remove autoloads.
11761
11762 2006-04-18  Simon Josefsson  <jas@extundo.com>
11763
11764         * message.el (message-generate-hashcash): Default to.
11765
11766 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11767
11768         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11769         concatenating segments rather than before concatenating them.
11770
11771 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11772
11773         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11774
11775 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11776
11777         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11778
11779         * message.el (message-forward-make-body-plain):
11780         Allow message-forward-ignored-headers to be a list.
11781         (message-remove-ignored-headers): Factor out into function.
11782         (message-forward-make-body-mml): Use it.
11783
11784         * imap.el (imap-quote-specials): New function.
11785         (imap-login-auth): Quote specials.
11786
11787         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11788         (rfc2231-parse-string): Allow concatanation of parameters that
11789         aren't contiguous.  The test case is
11790           (mail-header-parse-content-type "message/external-body;
11791             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11792             access-type=LOCAL-FILE;
11793             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11794
11795 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11796
11797         * nntp.el (nntp-accept-process-output): Return the value of
11798         `nnheader-accept-process-output'.
11799
11800 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11801
11802         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11803         (gnus-button-alist): Recognize more diff formats.
11804         (gnus-button-patch): Strip directory.
11805
11806 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11807
11808         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11809         Emacs 22 when setting focus.
11810
11811 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11812
11813         * gnus-art.el (gnus-article-treat-types): Do treatment of
11814         text/x-verbatim parts.
11815         (gnus-button-patch): New command.
11816
11817         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11818         addresses that contain invalid characters.
11819
11820 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11821
11822         * message.el (message-put-addresses-in-ecomplete):
11823         Use gnus-replace-in-string.
11824         (message-is-yours-p): Use the more correct
11825         mail-header-parse-address instead of
11826         mail-extract-address-components.
11827         (message-put-addresses-in-ecomplete): Fix typo.
11828
11829         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11830         keystroke.
11831
11832         * gnus-art.el (gnus-treatment-function-alist): Change order of
11833         newsgroups/generic header folding to avoid double-folding.
11834
11835         * message.el (message-hidden-headers): Add X-Draft-From.
11836
11837         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11838         New command.
11839         (gnus-summary-repeat-search-article-backward): New command.
11840
11841         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11842         groups in the parent topic.
11843
11844 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11845
11846         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11847         (spam-extra-header-to-number): Return the CRM114 number as a
11848         number instead of a string.
11849
11850 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11851
11852         * gnus-art.el (gnus-face-properties-alist): Move here from
11853         gnus-fun.
11854
11855         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11856
11857 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11858
11859         * message.el (message-strip-forbidden-properties): Only display on
11860         self-insert-command.
11861
11862         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11863         reindent.
11864         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11865
11866 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11867
11868         * smiley.el (smiley-style): Fix typo.
11869
11870 2006-03-23  Kenichi Handa  <handa@m17n.org>
11871
11872         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11873         instead of set-buffer-multibyte.
11874
11875 2006-03-23  Kenichi Handa  <handa@m17n.org>
11876
11877         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11878         buffer and then decode the buffer text if necessary.
11879         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11880         first, and after mm-encode-body, change the buffer to unibyte.
11881
11882 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11883
11884         * hashcash.el (hashcash-insert-payment-async-2):
11885         Use message-goto-eoh instead of doing it manually.
11886         (mail-add-payment): Use message-narrow-to-header instead of trying
11887         to do the same itself.
11888
11889         * message.el (message-hidden-headers): Add Face.
11890
11891         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11892         reparenting code.
11893         (gnus-summary-reparent-children): Refactored out code.
11894         (gnus-summary-thread-map): New keystroke.
11895         (gnus-summary-reparent-children): Make into command.
11896
11897         * smiley.el (smiley-style): Default to `medium' if using a large
11898         font.
11899
11900         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11901         does it itself.
11902
11903         * message.el (message-point-in-header-p): Simplify definition.
11904
11905 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11906
11907         * nnagent.el (nnagent-request-set-mark): Silence log file
11908         writing.
11909         (nnagent-request-set-mark): Use write-region instead of
11910         append-to-file.
11911
11912         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11913         strange select method.
11914
11915         * ecomplete.el (ecomplete-display-matches): Get highlightling
11916         right.
11917         (ecomplete-display-matches): Use literals.
11918         (ecomplete-display-matches): Disable message logging.
11919
11920         * message.el (message-display-abbrev): Small optimization.
11921
11922         * ecomplete.el (ecomplete-display-matches): Allow automatic
11923         display.
11924
11925         * message.el (message-strip-forbidden-properties):
11926         Display abbrevs.
11927         (message-display-abbrev): Get automatic display right.
11928
11929         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11930         keystrokes.
11931
11932 2006-04-13  Romain Francoise  <romain@orebokech.com>
11933
11934         TODO: Backport to v5-10!
11935
11936         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11937         Move here (and rename) from gnus-registry.el.
11938
11939         * gnus-registry.el: Require gnus-util.
11940         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11941
11942 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11943
11944         * gnus-group.el (gnus-group-catchup-current):
11945         Change if-then-else-if-then-else into cond.
11946         (gnus-group-catchup): Indent.
11947         (group-name-at-point): New function.
11948         (gnus-fetch-group): Provide default from thing at point.
11949
11950 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11951
11952         * message.el (message-display-abbrev): Fix regexp.
11953
11954         * ecomplete.el (ecomplete-highlight-match-line):
11955         Reimplement choosing.
11956         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11957         dead variables.
11958
11959         * message.el (message-newline-and-indent): Remove debugging.
11960         (message-display-abbrev): Use new implementation.
11961
11962 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11963
11964         * gnus-art.el (gnus-article-mode):
11965         Set cursor-in-non-selected-windows to nil.
11966
11967         * smiley.el: Revert previous change.
11968         (smiley-data-directory): defvar it before using it in the
11969         defcustom of `smiley-style'.
11970
11971 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11972
11973         * message.el (message-newline-and-indent): New function.
11974
11975         * ecomplete.el: Implement more bits.
11976
11977         * message.el (message-put-addresses-in-ecomplete): Clean up the
11978         string.
11979
11980         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11981
11982         * gnus-sum.el (gnus-summary-save-parts):
11983         Bind gnus-summary-save-parts-counter and use it to make unique file
11984         names.
11985
11986         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11987
11988         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11989         parameter to say whether to actually parse the individual
11990         addresses.
11991
11992         * message.el (message-put-addresses-in-ecomplete): New function.
11993         (ecomplete): Require.
11994         (message-mail-alias-type): Add ecomplete as an option.
11995
11996 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11997
11998         * flow-fill.el (fill-flowed): Remove trailing space from blank
11999         quoted lines.
12000
12001 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12002
12003         * smiley.el (smiley-style): Move definition later to avoid a
12004         compilation warning.
12005
12006 2006-04-12  Kenichi Handa  <handa@m17n.org>
12007
12008         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12009         buffer and then decode the buffer text if necessary.
12010         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12011         first, and after mm-encode-body, change the buffer to unibyte.
12012         Use mm-disable-multibyte instead of set-buffer-multibyte.
12013
12014 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12015
12016         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12017         Content-Type header instead of Content-Disposition header.
12018         (gnus-mime-inline-part): Ditto.
12019         (gnus-mime-view-part-as-charset): Ignore charset that the part
12020         specifies.
12021
12022         * mm-decode.el (mm-display-part): Work with external parts and
12023         usual parts similarly.
12024
12025         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12026         instead of gnus-display-mime.
12027
12028         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12029         instead of with-temp-buffer.
12030
12031         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12032         tag to summarized topics part in order to encode non-ASCII text.
12033
12034 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12035
12036         * smiley.el (smiley-style): New variable.
12037         (smiley-directory): New function.
12038         (smiley-data-directory): Derive from `smiley-style' using
12039         `smiley-directory'.
12040         (smiley-regexp-alist): Add new entries.
12041
12042         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12043         (gnus-article-browse-delete-temp): Add :version.
12044
12045 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12046
12047         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12048         the sieve region.
12049
12050 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12051
12052         * gnus.el (gnus-version-number): Bump version.
12053
12054 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12055
12056         * gnus.el: No Gnus v0.4 is released.
12057
12058 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12059
12060         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12061         layout.
12062
12063         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12064         unknown charset.
12065
12066         * message.el (message-header-synonyms): Add Original-To to the
12067         default.
12068
12069         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12070         optional parameter.
12071
12072 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12073
12074         * gnus-fun.el (gnus): Require it for gnus-directory.
12075
12076 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12077
12078         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12079
12080 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12081
12082         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12083
12084 2006-04-05  Simon Josefsson  <jas@extundo.com>
12085
12086         * password.el (password-reset): New function.
12087
12088 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12089
12090         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12091         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12092
12093 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12094
12095         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12096         Some whitespace was matched into the url, which broke browsing hits
12097         > 100 when mm-url-use-external was nil.
12098
12099 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12100
12101         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12102         Check gnus-extra-headers for 'Newsgroups.
12103
12104         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12105         bound.
12106
12107 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12108
12109         * pgg-gpg.el: Clean up process buffers every time gpg processes
12110         complete.
12111
12112 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12113
12114         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12115         doc string.
12116
12117 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12118
12119         * pgg-gpg.el (pgg-gpg-process-filter)
12120         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12121
12122         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12123         lines, temporary fix.
12124
12125 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12126
12127         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12128
12129 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12130
12131         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12132         default-enable-multibyte-characters.  This reverts the change from
12133         revision 6.17 which is no longer necessary because the passphrase
12134         is sent separately now.  GnuPG messages are unreadable under
12135         multibyte locales with default-enable-multibyte-characters set to
12136         nil.
12137
12138 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12139
12140         * message.el (message-tool-bar-gnome): Move "spell".
12141
12142 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12143
12144         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12145         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12146         instead.
12147
12148 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12149
12150         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12151         Improve newsgroups handling for NNTP overviews which don't include
12152         Newsgroups.
12153
12154 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12155
12156         * message.el (message-resend): Bind message-generate-hashcash to nil.
12157
12158 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12159
12160         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12161         when searching for already-paid recipients.
12162
12163 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12164
12165         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12166         passphrases when it is not needed.
12167         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12168         passphrase stuff from gpg, should only be necessary when you use
12169         gpg with a smartcard.
12170
12171 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12172
12173         * mml.el (mml-insert-mime): Ignore cached contents of
12174         message/external-body part.
12175
12176         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12177         (mm-insert-part): Ditto.
12178
12179 2006-03-23  Simon Josefsson  <jas@extundo.com>
12180
12181         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12182         Reiner.
12183         (pgg-gpg-use-agent-p): Use it again.
12184
12185 2006-03-23  Simon Josefsson  <jas@extundo.com>
12186
12187         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12188         older emacsen.
12189         (pgg-gpg-use-agent-p): Don't use it.
12190
12191 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12192
12193         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12194         if we can.
12195
12196 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12197
12198         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12199         (pgg-gpg-update-agent): New function.
12200         (pgg-gpg-use-agent-p): New function.
12201         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12202         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12203         (pgg-gpg-sign-region): Use it.
12204
12205 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12206
12207         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12208         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12209
12210 2006-03-21  Simon Josefsson  <jas@extundo.com>
12211
12212         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12213         <wilde@sha-bang.de>.
12214         (pgg-gpg-use-agent): New variable.
12215         (pgg-gpg-process-region): Use it.
12216         (pgg-gpg-encrypt-region): Likewise.
12217         (pgg-gpg-encrypt-symmetric-region): Likewise.
12218         (pgg-gpg-decrypt-region): Likewise.
12219         (pgg-gpg-sign-region): Likewise.
12220         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12221
12222 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12223
12224         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12225
12226         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12227         Add comment on version.
12228
12229 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12230
12231         * smiley.el: Add missing test smiley.
12232
12233 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12234
12235         * mm-decode.el (mm-with-part): New macro.
12236         (mm-get-part): Use it; work with message/external-body as well.
12237         (mm-save-part): Treat name and filename equally.
12238
12239         * mm-extern.el (mm-extern-cache-contents): New function.
12240         (mm-inline-external-body): Use it; force the part to be displayed;
12241         move undisplayer added to the cached handle to the parent.
12242
12243         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12244         (gnus-mime-view-part-as-type): Work with message/external-body.
12245
12246         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12247
12248 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12249
12250         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12251         images in image-load-path.  [Sync with image.el, revision 1.60, in
12252         Emacs.]
12253
12254 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12255
12256         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12257         path rather than symbol.  Always return list of directories.
12258         Guarantee that image directory comes first.  [Sync with image.el,
12259         revision 1.59, in Emacs.]
12260
12261         * message.el (message-make-tool-bar): Adjust to new API of
12262         `gmm-image-load-path-for-library'.
12263
12264         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12265
12266         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12267
12268 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12269
12270         * gnus-art.el (gnus-article-only-boring-p):
12271         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12272         intangible text.
12273         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12274
12275 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12276
12277         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12278         Use `defun' instead of `gmm-defun-compat'.
12279
12280 2006-03-14  Simon Josefsson  <jas@extundo.com>
12281
12282         * message.el (message-unique-id): Don't use message-number-base36
12283         if (user-uid) is a float.
12284         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12285
12286 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12287
12288         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12289
12290         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12291         empty line between a part and a message part.
12292
12293 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12294
12295         * smiley.el: Add more test smileys.
12296         (smiley-data-directory, smiley-regexp-alist)
12297         (gnus-smiley-file-types): Fix doc strings.
12298         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12299         adding new elements.
12300         (smiley-mouse-map): Unused code.  Make it a comment.
12301
12302 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12303
12304         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12305         scan latest NoCeM messages instead of old ones.
12306         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12307         delimiters that are recently used.
12308         (gnus-nocem-load-cache): Add autoload cookie.
12309
12310         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12311
12312         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12313         level which is larger than gnus-use-nocem is specified.
12314
12315         * gnus-group.el (gnus-group-get-new-news): Ditto.
12316
12317 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12318
12319         * gnus-util.el (gnus-tool-bar-update): New function.
12320
12321         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12322         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12323
12324         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12325
12326         * gnus-group.el (gnus-group-redraw-when-idle)
12327         (gnus-group-redraw-check): Remove.
12328         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12329
12330 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12331
12332         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12333         if optional last element is specified in splits (FIELD VALUE...).
12334
12335 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12336
12337         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12338         to gmm-image-load-path-for-library.  Call with no-error argument.
12339         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12340
12341         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12342
12343         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12344
12345         * gmm-utils.el (gmm-image-load-path): Remove alias.
12346
12347 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12348
12349         * gmm-utils.el (gmm-image-load-path): Add alias.
12350
12351         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12352         nnml-generate-nov-databases-1.
12353         (nnml-generate-nov-databases): Use it.
12354         (nnml-generate-nov-databases-directory): Document no-active
12355         argument.
12356
12357         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12358         directory if path is t.  Add no-error.
12359
12360         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12361         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12362
12363         * gnus-art.el (gnus-article-browse-delete-temp-files):
12364         Simplify resetting gnus-article-browse-html-temp-list.
12365
12366         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12367         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12368         Add example to docstring.  Rename local variables.  Move error
12369         checks to default case in cond and simplify.
12370
12371 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12372
12373         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12374         handle is multipart when calling it recursively.
12375         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12376
12377 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12378
12379         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12380         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12381
12382 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12383
12384         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12385         is loaded.
12386
12387         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12388         loaded.
12389
12390 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12391
12392         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12393         to "Emacs 23 (unicode)" in doc string.
12394
12395         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12396         "Emacs 23 (unicode)" in comment.
12397
12398 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12399
12400         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12401
12402         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12403         characters 160 through 255 in Emacs 23.
12404
12405 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12406
12407         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12408         gnus-article-browse-html-temp.
12409         (gnus-article-browse-delete-temp): Make it customizable.
12410         Add `file'.  Adjust doc string.
12411         (gnus-article-browse-delete-temp-files): Add argument.
12412         Allow query for each file.  Adjust doc string.
12413         (gnus-article-browse-html-parts):
12414         Add `gnus-article-browse-delete-temp-files' to
12415         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12416
12417 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12418
12419         * gnus-art.el (gnus-article-browse-html-temp)
12420         (gnus-article-browse-delete-temp): New variables.
12421         (gnus-article-browse-delete-temp-files): New function.
12422         (gnus-article-browse-html-parts): Use it.
12423
12424 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12425
12426         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12427
12428         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12429         string.
12430
12431         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12432         gnus-summary-insert-new-articles when unplugged.
12433         Remove gnus-summary-search-article-forward.
12434
12435         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12436         display-visual-class instead of display-color-cells.
12437
12438 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12439
12440         * dgnushack.el: Autoload customize-group for XEmacs.
12441
12442         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12443         message/* containing non-ASCII text properly.
12444
12445 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12446
12447         * message.el: Require gmm-utils, remove autoloads.
12448         (message-tool-bar): Set default based on
12449         gmm-tool-bar-style.
12450         (message-tool-bar-gnome): Add gmm-customize-mode.
12451
12452         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12453         gmm-tool-bar-style.
12454         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12455
12456         * gnus-group.el (gnus-group-tool-bar): Set default based on
12457         gmm-tool-bar-style.
12458         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12459
12460         * gmm-utils.el (gmm-image-directory): Rename variable from
12461         gmm-image-load-path.
12462         (gmm-image-load-path): Use gmm-image-directory.
12463         (gmm-customize-mode): New function.
12464         (gmm-tool-bar-style): New variable.
12465
12466         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12467         gnus-group-redraw-line-number.
12468         (gnus-group-redraw-check): Simplify.
12469         (gnus-group-tool-bar-update): Remove redraw check.
12470         (gnus-group-make-tool-bar): Add redraw check.
12471
12472 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12473
12474         * gnus-art.el (gnus-button): Add missing parentheses.
12475
12476 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12477
12478         * lpath.el: Fbind line-number-at-pos.
12479
12480 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12481
12482         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12483
12484 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12485
12486         * gnus-art.el (gnus-button): New face.
12487         (gnus-article-button-face): Use it.
12488
12489         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12490         Add gnus-summary-next-page.  Re-order.
12491
12492         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12493         next-node are now included.
12494         (gnus-group-redraw-line-number): New internal variable.
12495         (gnus-group-redraw-check): Helper function for updating the tool
12496         bar.
12497         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12498
12499         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12500
12501         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12502         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12503         Use it to match format of Spamassassin 3.0 and later.
12504         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12505         (spam-check-bogofilter)
12506         (spam-bogofilter-register-with-bogofilter): Fix args of
12507         `gnus-error' calls.
12508
12509 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12510
12511         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12512         unnecessary interaction when sending queued mails.
12513         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12514
12515 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12516
12517         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12518         first or last are nil.
12519
12520 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12521
12522         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12523
12524 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12525
12526         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12527
12528 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12529
12530         * dns.el (query-dns): Protect more against buggy tcp output.
12531
12532 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12533
12534         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12535         nov.php.
12536
12537 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12538
12539         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12540         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12541         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12542         output on the server side.
12543         (nnweb-google-create-mapping): Update regexps and add some
12544         progress indication.
12545
12546 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12547
12548         * gnus-group.el (gnus-group-tool-bar-gnome):
12549         Fix gnus-agent-toggle-plugged.  Re-order icons.
12550         (gnus-group-tool-bar-gnome):
12551         Add gnus-group-{prev,next}-unread-group.
12552         (gnus-group-tool-bar-gnome): Re-order icons.
12553
12554         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12555         Move gnus-summary-insert-new-articles.
12556
12557         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12558         Fix comments.
12559
12560         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12561         also available in Emacs 21.3.
12562
12563         * message.el (message-fix-before-sending): Change "Emacs 22" to
12564         "Emacs 23 (unicode)" in comment.
12565
12566         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12567         "Emacs 23 (unicode)" in comment.
12568
12569         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12570         comment.
12571         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12572
12573         * mm-view.el (mm-fill-flowed): Add :version.
12574
12575 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12576
12577         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12578         and load-path.
12579
12580 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12581
12582         * message.el: Autoload gmm-image-load-path.
12583         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12584         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12585         consitency.
12586
12587         * gmm-utils.el (gmm-image-load-path): Also search in
12588         "../etc/images".  Don't set gmm-image-load-path if we don't find
12589         the image.
12590
12591 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12592
12593         * gmm-utils.el (gmm-image-load-path): Don't make
12594         `gmm-image-load-path' include subdirectories which the second arg
12595         `image' might specify.
12596
12597         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12598         subdirectory to icon file names.
12599
12600         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12601
12602 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12603
12604         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12605         gmm-image-load-path calls.
12606
12607         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12608
12609         * message.el (message-make-tool-bar): Ditto.
12610
12611         * mml.el (mml-preview): Add comment concerning tool bar icons.
12612
12613         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12614         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12615
12616         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12617         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12618
12619         * message.el (message-tool-bar-gnome): Use new icon names.
12620         (message-make-tool-bar): Use `gmm-image-load-path'.
12621
12622         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12623         New functions from MH-E.
12624         (gmm-image-load-path): New variable from MH-E.
12625         (gmm-image-load-path): New function from MH-E.  Add arguments
12626         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12627         *-image-load-path-called-flag.
12628
12629 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12630
12631         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12632
12633 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12634
12635         * nnimap.el (nnimap-request-move-article): Change folder back to
12636         source group before deleting.
12637
12638 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12639
12640         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12641
12642         * gnus-art.el (mm-url-insert-file-contents-external):
12643         Autoload mm-url.
12644
12645         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12646
12647 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12648
12649         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12650         coding system which mm-charset-to-coding-system returns for a
12651         given charset is valid.
12652
12653 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12654
12655         * html2text.el (html2text-remove-tag-list):
12656         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12657
12658 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12659
12660         * gnus-cus.el: Revert 2005-10-17 change.
12661
12662 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12663
12664         * gnus-art.el (article-strip-banner):
12665         Call article-really-strip-banner only when the regexp match is made.
12666
12667 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12668
12669         * gnus-art.el (article-strip-banner):
12670         Use gnus-extract-address-components instead of
12671         mail-header-parse-addresses to make it work with non-ASCII text;
12672         remove mail-encode-encoded-word-string.
12673
12674         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12675         values which are surrounded with \"...\"; make it never cause a
12676         Lisp error; give up parsing of parameters if it failed in
12677         extracting type.
12678
12679 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12680
12681         * smime.el (smime-cert-by-ldap-1): Fix bug where
12682         `smime-ldap-search' returns results without userCertificates.
12683
12684 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12685
12686         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12687
12688 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12689
12690         * spam.el (spam-check-spamassassin-headers): Adapt format for
12691         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12692         <ari@mbf.ocn.ne.jp>.
12693         (spam-list-of-processors): Add spam-use-gmane.
12694
12695 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12696
12697         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12698         make-temp-file; make it work with XEmacs as well.
12699
12700         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12701         mm-make-temp-file.
12702
12703         * mm-decode.el (mm-display-external): Use the 3rd arg of
12704         mm-make-temp-file.
12705         (mm-create-image-xemacs): Ditto.
12706
12707 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12708
12709         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12710         with message-narrow-to-headers.
12711         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12712         (gnus-draft-check-draft-articles): New function.
12713         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12714
12715 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12716
12717         * gnus-art.el (gnus-article-browse-html-parts):
12718         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12719         Don't use suffix argument for mm-make-temp-file for Emacs 21
12720         compatibility.  Remove useless `format'.
12721
12722 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12723
12724         * nnweb.el (nnweb-google-wash-article): Update regexps.
12725         (nnweb-group-alist): Use defvoo instead of defvar.
12726
12727 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12728
12729         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12730         re-loading nn* modules.
12731
12732 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12733
12734         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12735         for `tool-bar-mode' and don't check it's default-value.
12736
12737         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12738
12739         * message.el (message-make-tool-bar): Ditto.
12740
12741         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12742         `substring'.  Shorten tmp-file name.
12743
12744         * gnus.el: Remove bogus comment.
12745
12746 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12747
12748         * gnus-art.el (gnus-article-browse-html-parts): New function.
12749         (gnus-article-browse-html-article): New function for viewing html
12750         articles with a browser.
12751
12752 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12753
12754         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12755         in elisp.
12756         (pgg-gpg-encrypt-symmetric-region): Ditto.
12757         (pgg-gpg-sign-region): Ditto.
12758
12759         * pgg-def.el (pgg-text-mode): New variable.
12760
12761         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12762         (mml2015-pgg-encrypt): Ditto.
12763
12764         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12765         (mml1991-pgg-encrypt): Ditto.
12766
12767 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12768
12769         * nnfolder.el (nnfolder-insert-newsgroup-line):
12770         Use message-make-date instead of current-time-string.
12771
12772         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12773         to gnus-decoded which mm-uu might set.
12774
12775 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12776
12777         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12778         don't decode quoted parameters; remove misimported Emacs code.
12779         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12780         (rfc2231-decode-encoded-string): Don't use split-string which
12781         behaves differently according to Emacs version; use
12782         mm-decode-coding-region to convert charset to coding-system.
12783         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12784         (rfc2231-encode-string): Remove misimported Emacs code.
12785
12786 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12787
12788         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12789         when calling mail-header-parse-content-type.
12790         (article-de-quoted-unreadable): Ditto.
12791         (article-de-base64-unreadable): Ditto.
12792         (article-wash-html): Ditto.
12793
12794         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12795         calling mail-header-parse-content-type and
12796         mail-header-parse-content-disposition.
12797         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12798         mail-header-parse-content-type.
12799
12800         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12801         insert charset and format parameters; encode description after
12802         inserting it to buffer.
12803         (mml-insert-parameter): Fold lines properly even if a parameter is
12804         segmented into two or more lines; change the max column to 76.
12805
12806         * rfc1843.el (rfc1843-decode-article-body): Don't use
12807         ignore-errors when calling mail-header-parse-content-type.
12808
12809         * rfc2231.el (rfc2231-parse-string): Return at least type if
12810         possible; don't cause an error even if it fails in parsing of
12811         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12812         (rfc2231-encode-string): Don't break lines at the beginning, leave
12813         it to mml-insert-parameter.
12814
12815         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12816         calling mail-header-parse-content-type.
12817
12818 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12819
12820         * spam-report.el (spam-report-gmane-use-article-number):
12821         Improve doc string.
12822         (spam-report-gmane-internal): Check if a suitable header was found
12823         in the article.
12824
12825 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12826
12827         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12828         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12829
12830 2006-02-05  Romain Francoise  <romain@orebokech.com>
12831
12832         Update copyright notices of all files in the gnus directory.
12833
12834 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12835
12836         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12837
12838 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12839
12840         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12841         segmented lines of parameter value to cope with Thunderbird 1.5
12842         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12843         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12844         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12845
12846 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12847
12848         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12849         parts.
12850
12851 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12852
12853         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12854         there's only one active file for all servers.
12855         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12856         solid groups.  Gnus might have used a FAST request to select the group.
12857         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12858         and nnweb-search redundantly in the active file.
12859         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12860         (nnweb-request-create-group): Don't use ARGS.
12861         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12862         initialisations.  Let nnoo do the work.
12863
12864 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12865
12866         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12867         Say the part has been decoded.
12868
12869         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12870
12871 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12872
12873         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12874         mailcap-viewer-test-cache when there's no 'test clause, since that
12875         will invert the meaning of a "nil" test previously determined by
12876         mailcap-mailcap-entry-passes-test.
12877
12878 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12879
12880         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12881         compiling.
12882
12883         * gnus-sum.el: Ditto.
12884
12885         * message.el: Don't bind tool-bar-map when compiling.
12886
12887 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12888
12889         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12890
12891 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12892
12893         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12894         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12895         current Google Groups.
12896
12897 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12898
12899         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12900         and tool-bar-mode.
12901
12902         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12903         and tool-bar-mode.
12904
12905         * message.el (message-tool-bar-update): Simplify.
12906         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12907
12908         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12909         gnus-summary-buffer.
12910         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12911         gnus-summary-reply.
12912
12913         * gmm-utils.el (gmm): Add :version.
12914
12915 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12916
12917         * Makefile.in (clean): New rule.
12918         (distclean): Use it.
12919
12920 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12921
12922         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12923         Don't autoload.
12924
12925 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12926
12927         * gmm-utils.el (gmm-verbose): Add :group.
12928
12929 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12930
12931         * message.el: Change some comments WRT tool-bars.
12932
12933         * gnus-sum.el (gnus-summary-tool-bar)
12934         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12935         (gnus-summary-tool-bar-zap-list): New variables.
12936         (gnus-summary-make-tool-bar): Complete rewrite using
12937         `gmm-tool-bar-from-list'.
12938
12939         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12940         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12941         New variables.
12942         (gnus-group-make-tool-bar): Complete rewrite using
12943         `gmm-tool-bar-from-list'.
12944         (gnus-group-tool-bar-update): New function.
12945
12946         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12947
12948 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12949
12950         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12951         is dissected into a single part of which the type is the same as
12952         the given one; decode charset.
12953
12954 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12955
12956         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12957         into alists as symbol not string, since that's what
12958         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12959         look for.
12960
12961 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12962
12963         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12964         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12965
12966         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12967
12968 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12969
12970         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12971         (gnus-xmas-mime-security-button-menu): New function.
12972
12973         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12974         (gnus-mime-security-button-menu): New definition.
12975         (gnus-mime-security-button-map): Use them.
12976         (gnus-mime-security-button-menu): New function.
12977         (gnus-insert-mime-security-button): Addition to help echo.
12978         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12979         (gnus-mime-security-pipe-part): New functions.
12980
12981         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12982         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12983
12984         * mm-decode.el (mm-handle-set-disposition): Remove.
12985         (mm-handle-set-description): Remove.
12986
12987 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12988
12989         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12990         (mm-w3m-standalone-supports-m17n-p): New function.
12991         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12992         w3m usage.
12993
12994         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12995         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12996
12997 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12998
12999         * message.el (message-tool-bar-zap-list):
13000         Use gmm-tool-bar-zap-list as custom type.
13001         (message-tool-bar-update): New function.
13002         (message-tool-bar, message-tool-bar-gnome)
13003         (message-tool-bar-retro): Add message-tool-bar-update.
13004         (message-tool-bar-gnome): Add flyspell-buffer.
13005
13006         * gnus-util.el (gnus-error): Describe `args'.
13007
13008         * gmm-utils.el (gmm-error): Describe `args'.
13009         (gmm-tool-bar-zap-list): New widget.
13010         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13011
13012 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13013
13014         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13015         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13016         the number of recursive calls.
13017
13018         * mm-decode.el (mm-handle-set-disposition): New macro.
13019         (mm-handle-set-description): New macro.
13020
13021 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13022
13023         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13024         encoding.
13025
13026 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13027
13028         * message.el (message-tool-bar-zap-list, message-tool-bar)
13029         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13030         (message-tool-bar-local-item-from-menu): Remove.
13031         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13032         (message-make-tool-bar): New function.
13033         (message-mode): Use `message-make-tool-bar'.
13034
13035         * gmm-utils.el: New file.
13036         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13037         (gmm-lazy): New widget copied from `nnmail.el'.
13038         (gmm-tool-bar-from-list): New function for creating customizable
13039         tool bars.
13040         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13041         output.
13042         (gmm): Add :prefix to defgroup.
13043
13044 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13045
13046         * gmm-utils.el (gmm-widget-p): New function.
13047
13048 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13049
13050         * mml.el (mml-attach-file): Describe `description' in doc string.
13051         (mml-menu): Add Emacs MIME manual and PGG manual.
13052
13053 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13054
13055         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13056
13057 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13058
13059         * nntp.el (nntp-end-of-line): Doc fix.
13060
13061 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13062
13063         * imap.el (imap-open): Handle case where buffer is a buffer
13064         object.
13065
13066 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13067
13068         * gnus-delay.el (gnus-delay): Don't autoload.
13069         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13070         to be re-loaded when customizing the `gnus-delay' group.
13071
13072 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13073
13074         * message.el (message-insert-citation-line): Use newlines.
13075
13076 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13077
13078         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13079         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13080         these routines, so the passphrase can be managed externally and
13081         passed in to the system.
13082         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13083         pgg-add-passphrase-to-cache function.
13084
13085         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13086         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13087         these routines, so the passphrase can be managed externally and
13088         passed in to the system.
13089         (pgg-pgp5-sign-region): Use new name of
13090         pgg-add-passphrase-to-cache function.
13091
13092 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13093
13094         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13095         part of the decoded armor to find the key-identifier.
13096         (pgg-gpg-lookup-key-owner): New function to return the
13097         human-readable identifier of a key owner.
13098         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13099         itself.
13100         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13101         the key value) if we have a key and can match it against a secret
13102         key.  Also, added a note pointing out fact that the prompt only
13103         indicates the first matching key.
13104
13105         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13106         pgg-decrypt-region.
13107         (pgg-add-passphrase-to-cache): Rename from
13108         `pgg-add-passphrase-cache' to reduce confusion (all callers
13109         changed).
13110         (pgg-remove-passphrase-from-cache): Rename from
13111         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13112         changed).
13113         (pgg-read-passphrase, pgg-add-passphrase-cache)
13114         (pgg-remove-passphrase-cache): Add informative docstrings.
13115         (pgg-decrypt): Convey provided passphrase in subordinate call to
13116         pgg-decrypt-region.
13117
13118 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13119
13120         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13121         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13122         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13123         'passphrase' argument, so the passphrase can be managed externally
13124         and then passed in to the system.
13125
13126         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13127         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13128         so the passphrase cache can be used reliably with identifiers
13129         besides a pgp packet's key id.
13130
13131         * pgg-gpg.el (pgg-gpg-encrypt-region)
13132         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13133         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13134         these routines, so the passphrase can be managed externally and
13135         passed in to the system.
13136
13137         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13138         'notruncate' argument, so the passphrase cache can be used
13139         reliably with identifiers besides a pgp packet's key id.
13140
13141 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13142
13143         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13144         symmetric encryption.
13145         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13146         encrypted session key.
13147         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13148         message ask for the passphrase in a proper way.
13149
13150         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13151         New user commands for symmetric encryption.
13152
13153 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13154
13155         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13156
13157         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13158
13159 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13160
13161         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13162
13163 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13164
13165         * mm-decode.el (mm-inlined-types): Add application/pgp.
13166         (mm-automatic-display): Ditto.
13167
13168         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13169         part as text.
13170
13171 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13172
13173         * nnrss.el: Update copyright.
13174         (nnrss-opml-import): Query whether to subscribe to each entry.
13175
13176         * gnus-art.el:
13177         * gnus-sum.el:
13178         * gnus-xmas.el:
13179         * messagexmas.el:
13180         * mm-uu.el:
13181         * mm-view.el: Update copyright.
13182
13183 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13184
13185         * message.el (message-info): New function.
13186         (message-mode-menu): Add it.
13187         Update copyright.
13188
13189         * ChangeLog: Fix and update copyright.
13190
13191 2006-01-13  Romain Francoise  <romain@orebokech.com>
13192
13193         * message.el (message-forward-subject-name-subject): Prefer the
13194         address to 'nowhere' if the sender has no name.
13195         Fix typo.  Update copyright year.
13196
13197 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13198
13199         * gnus-art.el (article-wash-html):
13200         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13201         (gnus-article-wash-html-with-w3m-standalone): New function.
13202
13203         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13204         mm-inline-text-html-render-with-w3m-standalone.
13205         (mm-text-html-washer-alist): Map w3m-standalone to
13206         gnus-article-wash-html-with-w3m-standalone.
13207         (mm-inline-text-html-render-with-w3m-standalone): New function.
13208
13209 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13210
13211         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13212         Improve LaTeX.
13213
13214 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13215
13216         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13217         (nnrss-request-article): Render text/plain parts as HTML.
13218
13219         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13220         the buffer.
13221
13222 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13223
13224         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13225         custom definition of `gnus-posting-styles'.
13226
13227         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13228         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13229
13230 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13231
13232         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13233         Use nntp for bug archive.
13234
13235 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13236
13237         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13238         parts.
13239         (nnrss-normalize-date): New function converts ISO 8601 date into
13240         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13241         (nnrss-check-group): Use it.
13242
13243 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13244
13245         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13246
13247         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13248         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13249         (nnrss-insert-w3): Ditto.
13250
13251 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13252
13253         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13254         the articles to be forwarded including the case where neither a
13255         number of articles nor a region is specified.
13256
13257 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13258
13259         * nnrss.el (nnrss-request-article): Fix last change; fill
13260         text/plain parts.
13261
13262 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13263
13264         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13265         in text/plain part.
13266         (nnrss-check-group): Don't add excessive newline to dc:subject.
13267
13268 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13269
13270         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13271         article.
13272
13273 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13274
13275         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13276         (nnml-use-compressed-files, nnml-save-mail): Support other
13277         comression programs such as bzip2.
13278
13279 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13280
13281         * dns.el (query-dns): Make sure we check the buffer size before
13282         removing tcp headers.
13283
13284 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13285
13286         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13287         remove MIME buttons associated with multipart/alternative parts.
13288         (gnus-mime-display-alternative): Tag buttons using `article-type'
13289         text property.
13290
13291         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13292         associated with multipart/alternative parts.
13293
13294         * gnus-art.el (gnus-signature-separator): Fix custom type.
13295
13296         * mm-decode.el (mm-inlined-types): Fix custom type.
13297         (mm-keep-viewer-alive-types): Ditto.
13298         (mm-automatic-display): Ditto.
13299         (mm-attachment-override-types): Ditto.
13300         (mm-inline-override-types): Ditto.
13301         (mm-automatic-external-display): Ditto.
13302
13303 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13304
13305         * spam-report.el (spam-report-user-mail-address)
13306         (spam-report-user-agent): New variables.
13307         (spam-report-url-ping-plain): Use spam-report-user-agent.
13308
13309 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13310
13311         * gnus-art.el (gnus-button-handle-custom): Do not just use
13312         `customize-apropos' for any "M-x customize-*" button but the
13313         function called for.  Accept both the function name and its
13314         argument in order to achieve this.
13315         (gnus-button-alist): Remove support for "custom:" URL's.
13316         Pass function name to `gnus-button-handle-custom' in case of "M-x
13317         customize-*" buttons.
13318
13319 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13320
13321         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13322         multipart/alternative and add xref to mm-discouraged-alternatives
13323         in doc string.
13324
13325         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13326         gnus-buttonized-mime-types in doc string.
13327
13328 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13329
13330         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13331         Suggest image/.* in the doc string.
13332
13333 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13334
13335         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13336         message-marks (Debian bug #342521).
13337
13338 2005-12-12  Simon Josefsson  <jas@extundo.com>
13339
13340         * password.el (password-read-from-cache): Add.
13341         (password-read): Use it.
13342
13343 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13344
13345         * rfc2047.el (rfc2047-charset-to-coding-system):
13346         Recognize us-ascii as a MIME charset.
13347
13348         * mm-bodies.el (mm-decode-content-transfer-encoding):
13349         Protect against the case where the 2nd arg TYPE is nil.
13350
13351 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13352
13353         * pop3.el (pop3-stream-type): Fix custom version.
13354
13355         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13356
13357 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13358
13359         * mm-decode.el (mm-display-external): Add missing cdr.
13360
13361 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13362
13363         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13364         RFC1524) if it is in mailcap or add a suffix according to
13365         mailcap-mime-extensions when generating a temp filename; postpone
13366         deleting a temp file for 2 seconds for some wrappers, shell
13367         scripts, and so on, which might exit right after having started a
13368         viewer command as a background job.
13369
13370 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13371
13372         * nntp.el (nntp-marks-directory): Fix custom group.
13373
13374         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13375         steps when < 10.
13376
13377         * gnus-start.el (gnus-no-server-1):
13378         Mention `gnus-level-default-subscribed' in doc string.
13379
13380 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13381
13382         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13383         parens.
13384
13385 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13386
13387         * gnus-xmas.el (gnus-use-toolbar): Revert.
13388         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13389         gnus-use-toolbar is default.
13390
13391         * messagexmas.el (message-use-toolbar): Revert.
13392         (message-setup-toolbar): Use global default-toolbar if
13393         message-use-toolbar is default.
13394
13395 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13396
13397         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13398         according to default-toolbar-visible-p.
13399
13400         * messagexmas.el (message-use-toolbar): Ditto.
13401
13402 2005-11-26  Dave Love  <fx@gnu.org>
13403
13404         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13405         (tls-program, tls-success): Provide openssl alternative.
13406
13407         * starttls.el: Doc fixes.
13408         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13409         SERVICE to PORT.
13410
13411         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13412         port null or service name.
13413         (starttls-negotiate): Autoload.
13414
13415 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13416
13417         * message.el (message-kill-to-signature): Fix interactive spec.
13418
13419 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13420
13421         * pop3.el (pop3-open-server): Recognize a string as a service name.
13422
13423 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13424
13425         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13426
13427 2005-11-23  Dave Love  <fx@gnu.org>
13428
13429         Add pop3s, pop3/starttls.
13430
13431         * pop3.el (pop3-authentication-scheme): Clarify doc.
13432         (open-tls-stream, starttls-open-stream): Autoload.
13433         (pop3-stream-type): New.
13434         (pop3-open-server): Use it.
13435
13436         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13437         for POP.
13438         (mail-source-keyword-map): Add :stream for POP.
13439         (mail-source-fetch-pop): Use pop3-stream-type.
13440
13441 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13442
13443         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13444         of current-time-string.
13445
13446 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13447
13448         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13449         date header.
13450
13451 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13452
13453         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13454         it can seriously impact performance as it bypasses the agent's
13455         local caches.
13456
13457 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13458
13459         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13460         must be explicitly online rather than "not explicitly offline" for
13461         its flags to be synchronized.
13462
13463         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13464         that gnus-uu-unmark-thread will function correctly.
13465
13466         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13467         1024K is instead displayed as 1M.
13468
13469 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13470
13471         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13472
13473 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13474
13475         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13476
13477 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13478
13479         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13480         error message to display actual error condition.
13481         (gnus-agent-save-local): Avoid saving symbols that are bound to
13482         nil as they simply result in a warning message in
13483         gnus-agent-read-local.
13484
13485 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13486
13487         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13488         rather than make-variable-buffer-local for file-precious-flag.
13489
13490 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13491
13492         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13493         for duplicates which are removed.  The invalid sort check then
13494         triggers a rescan after the sort as sorting may have moved
13495         duplicate entries such that they can be cheaply detected.
13496
13497 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13498
13499         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13500
13501 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13502
13503         * gnus-agent.el (gnus-agent-article-alist-save-format):
13504         Change internal variable to a custom variable.  Change default value
13505         from compressed(2) to uncompressed(1).
13506         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13507         support for uncompressed agentview files.  Taken together, reading
13508         the agentview file should now be 6-7 times faster.
13509
13510 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13511
13512         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13513         as a buffer-local variable.  This avoids creating truncated
13514         dribble files as a result of a hang up, eg.
13515
13516 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13517
13518         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13519         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13520         XEmacs.
13521
13522 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13523
13524         * gnus-start.el (gnus-start-draft-setup):
13525         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13526
13527         * gnus.el (gnus-splash): Change custom group.
13528         (gnus-group-get-parameter, gnus-group-parameter-value):
13529         Describe allow-list argument.
13530
13531         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13532         string.
13533
13534 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13535
13536         * gnus-art.el (gnus-default-article-saver): Add user-defined
13537         `function' to custom type.
13538
13539 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13540
13541         * imap.el (imap-open): Handle case where buffer is a buffer
13542         object.
13543
13544 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13545
13546         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13547         long lines.
13548         (gnus-cache-delete-group): Wrap doc strings.
13549
13550         * gnus-agent.el (gnus-agent-rename-group)
13551         (gnus-agent-delete-group): Wrap doc strings.
13552
13553 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13554
13555         * messagexmas.el (message-use-toolbar): Change the valid values
13556         into default, top, bottom, left, and right.
13557         (message-toolbar-thickness): New variable.
13558         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13559         well.
13560         (message-setup-toolbar): Make it work.
13561
13562         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13563         (gnus-use-toolbar): Change the valid values into default, top,
13564         bottom, left, and right.
13565         (gnus-toolbar-thickness): New variable.
13566         (gnus-xmas-setup-toolbar): New function.
13567         (gnus-xmas-setup-group-toolbar): Use it.
13568         (gnus-xmas-setup-summary-toolbar): Use it.
13569
13570 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13571
13572         * gnus-start.el (gnus-1): Add "native" to
13573         gnus-predefined-server-alist.
13574
13575         * gnus.el (gnus-method-to-server): Don't add "native" to the
13576         lists here, because that leads to problems when
13577         gnus-select-method is bound.
13578
13579 2005-11-09  Simon Josefsson  <jas@extundo.com>
13580
13581         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13582         use (not sort-by-date) instead.
13583
13584 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13585
13586         * gnus-delay.el (gnus-delay-group): Don't autoload.
13587         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13588         to be re-loaded when customizing the `gnus-delay' group.
13589
13590 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13591
13592         * message.el: Revert last changes.
13593         (message-insert-citation-line): Use newlines.
13594
13595 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13596
13597         * message.el (message-courtesy-message)
13598         (message-mark-insert-begin, message-mark-insert-end)
13599         (message-elide-ellipsis, message-cancel-message)
13600         (message-add-header, message-change-subject)
13601         (message-cross-post-followup-to-header)
13602         (message-cross-post-insert-note, message-reduce-to-to-cc)
13603         (message-widen-reply, message-delete-not-region)
13604         (message-kill-to-signature, message-insert-signature)
13605         (message-insert-importance-high, message-insert-importance-low)
13606         (message-insert-or-toggle-importance)
13607         (message-insert-disposition-notification-to)
13608         (message-indent-citation, message-yank-original)
13609         (message-cite-original-without-signature, message-cite-original)
13610         (message-insert-citation-line, message-position-on-field)
13611         (message-fix-before-sending, message-send-mail-partially)
13612         (message-send-mail, message-send-mail-with-sendmail)
13613         (message-send-mail-with-qmail, message-send-news)
13614         (message-check-news-header-syntax, message-generate-headers)
13615         (message-insert-courtesy-copy, message-fill-address)
13616         (message-fill-header, message-shorten-references)
13617         (message-setup-1, message-cancel-news)
13618         (message-forward-make-body-plain, message-forward-make-body-mime)
13619         (message-forward-make-body-mml, message-encode-message-body)
13620         (message-forward-make-body-digest-plain)
13621         (message-forward-make-body-digest-mime)
13622         (message-use-alternative-email-as-from): Insert `hard-newline'
13623         instead of ordinary newlines.
13624
13625 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13626
13627         * message.el (message-generate-headers): Downcase the argument
13628         given to message-check-element.
13629
13630 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13631
13632         * nntp.el (nntp-authinfo-rejected): New error condition.
13633         (nntp-wait-for): Use new error condition to signal authentication
13634         error.
13635         (nntp-retrieve-data): Rethrow new error condition to break out of
13636         recursive call to nntp-send-authinfo.
13637
13638 2005-11-08  Romain Francoise  <romain@orebokech.com>
13639
13640         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13641         (gnus-summary-exit-map): Bind to `Z p'.
13642         (gnus-summary-make-menu-bar): Add menu item.
13643
13644 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13645
13646         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13647         (gnus-treat-*): Add `first' in all doc strings.
13648
13649         * gnus-group.el (gnus-group-compact-group): Fix typo.
13650
13651 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13652
13653         * gnus.el (gnus-parameters-case-fold-search): New variable.
13654         (gnus-parameters-get-parameter): Use it.
13655
13656         * gnus-score.el (gnus-home-score-file): Doc fix.
13657
13658 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13659
13660         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13661
13662 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13663
13664         * mm-util.el (mm-special-display-p): New function.
13665
13666         * mml.el (mml-preview): Use it; doc fix.
13667
13668 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13669
13670         * imap.el (imap-open): Handle case where buffer is a buffer object.
13671
13672 2005-10-29  Romain Francoise  <romain@orebokech.com>
13673
13674         * message.el (message-fix-before-sending): Fix comment.
13675
13676 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13677
13678         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13679
13680 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13681
13682         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13683         Used in gnus-score.el.
13684
13685 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13686
13687         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13688
13689 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13690
13691         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13692         whitespace removed in revision 7.8.  Use concatenated string to
13693         protect trailing whitespace.
13694
13695 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13696
13697         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13698         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13699         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13700         Courier IMAP ("some version from 2004").  Mostly based on similar
13701         code in the same function.
13702
13703 2005-10-26  Didier Verna  <didier@xemacs.org>
13704
13705         * gnus-group.el (gnus-group-compact-group): Invalidate original
13706         article buffer.
13707         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13708         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13709         NOV database and in article itself.
13710         Invalidate article backlog.
13711
13712 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13713
13714         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13715
13716 2005-10-26  Simon Josefsson  <jas@extundo.com>
13717
13718         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13719         part of 2004-07-25 change.
13720
13721 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13722
13723         * message.el (message-display-completion-list): New function.
13724         (message-expand-group): Use it; make sure the Completions buffer
13725         is modifiable.
13726 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13727
13728         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13729         user-mail-name is an empty string.
13730
13731 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13732
13733         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13734         depending on gnus-score-decay-constant.
13735
13736         * encrypt.el (encrypt-insert-file-contents)
13737         (encrypt-write-file-contents): Don't use `gnus-message'.
13738
13739         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13740         arguments.
13741         (mm-uu-type-alist): Add message-marks and insert-marks.
13742         Pass arguments to mm-uu-verbatim-marks-extract.
13743         (mm-uu-hide-markers): New variable.
13744         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13745
13746         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13747         (gnus-convert-image-to-face-command): Use "convert" by default to
13748         allow other input image formats.
13749         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13750         accordingly.
13751
13752 2005-10-23  Simon Josefsson  <jas@extundo.com>
13753
13754         * imap.el (imap-gssapi-program): Align command line parameters
13755         with latest GNU SASL.
13756         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13757
13758 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13759
13760         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13761         HTML.
13762         (nnslashdot-request-article): Ditto.
13763
13764         * lpath.el (featurep): Add nobreak-char-display.
13765
13766 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13767
13768         * mail-source.el (mail-source-fetch-pop): Require pop3.
13769         (mail-source-check-pop): Ditto.
13770
13771 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13772
13773         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13774         errors.
13775
13776 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13777
13778         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13779         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13780
13781         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13782
13783         * mm-bodies.el (mm-decode-string):
13784         Call `mm-charset-to-coding-system' with allow-override argument.
13785
13786 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13787
13788         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13789         (rfc2047-charset-to-coding-system): New function.
13790         (rfc2047-decode-encoded-words): New function.
13791         (rfc2047-decode-region): Use them.
13792         (rfc2047-decode-cte): Remove.
13793         (rfc2047-parse-and-decode): Remove.
13794         (rfc2047-decode): Remove.
13795
13796 2005-10-15  Kenichi Handa  <handa@m17n.org>
13797
13798         * rfc2047.el (rfc2047-decode-cte): New function.
13799         (rfc2047-decode-region): Change the way to decode successive
13800         encoded-words: decode B- or Q-encoding in each encoded-word,
13801         concatenate them, and decode it as charset.
13802
13803 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13804
13805         * lpath.el: Fbind codepage-setup for XEmacs.
13806
13807 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13808
13809         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13810         widget-move-and-invoke.
13811         (gnus-custom-mode): Use gnus-custom-map.
13812
13813 2005-10-15  Bill Wohler  <wohler@newt.com>
13814
13815         * message.el (message-tool-bar-map): Rename image file from
13816         mail_send to mail/send.
13817
13818 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13819
13820         * message.el (message-expand-group): Pass the common
13821         prefix substring of completion to `display-completion-list'.
13822
13823 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13824
13825         * mml-sec.el (mml-secure-method): New internal variable.
13826         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13827         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13828         New functions using mml-secure-method.
13829
13830         * mml.el (mml-mode-map): Add key bindings for those functions.
13831         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13832         Harder <harder@myrealbox.com>.
13833         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13834         Goto end of message if point is the headers of the message.
13835
13836         * message.el (message-in-body-p): New function.
13837
13838         * assistant.el: Autoload gnus-util and netrc.
13839
13840         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13841         Use `mm-charset-override-alist' only when decoding.
13842
13843         * mm-bodies.el (mm-decode-body):
13844         Call `mm-charset-to-coding-system' with allow-override argument.
13845
13846         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13847         `filename' from Content-Disposition if Content-Type doesn't
13848         provide `name'.
13849         (gnus-mime-view-part-as-type): Set default instead of
13850         initial-input.
13851
13852 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13853
13854         * format-spec.el (format-spec): Propagate text properties of % spec.
13855
13856 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13857
13858         * gnus-art.el (gnus-treat-predicate): Add `first'.
13859
13860 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13861
13862         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13863         (mm-charset-override-alist): New variable.
13864         (mm-charset-to-coding-system): Use it.
13865         (mm-codepage-setup): New helper function.
13866         (mm-charset-eval-alist): New variable.
13867         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13868         Warn about unknown charsets.
13869
13870         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13871
13872 2005-10-04  David Hansen  <david.hansen@gmx.net>
13873
13874         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13875         (nnrss-check-group): Ditto.
13876
13877 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13878
13879         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13880         Rename x-gnus-verbatim to x-verbatim.
13881         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13882
13883         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13884         x-verbatim.
13885
13886         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13887
13888         * gnus-util.el (gnus-remove-duplicates): Remove.
13889
13890         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13891         instead of gnus-remove-duplicates.
13892
13893         * message.el (message-remove-duplicates): Remove.
13894         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13895         message-remove-duplicates.
13896
13897         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13898         available, else use implementation from `delete-dups'.
13899
13900         * message.el (message-insert-expires): New function.
13901         (message-mode-map): Add key binding.
13902         (message-mode-field-menu): Add menu entry.
13903         (message-mode): Document it.
13904         (message-make-expires-date): Use `message-make-date'.
13905
13906 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13907
13908         * message.el (message-make-expires-date): New function.
13909
13910 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13911
13912         * Makefile.in (list-installed-shadows): New entry.
13913         (install): Use it.
13914         (remove-installed-shadows): New entry.
13915
13916         * dgnushack.el (dgnushack-default-load-path): New variable.
13917         (dgnushack-find-lisp-shadows): New function.
13918         (dgnushack-remove-lisp-shadows): New function.
13919
13920 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13921
13922         * Makefile.in (install-el-elc): New entry.
13923         (install): Use it so that .el files are necessarily installed.
13924
13925 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13926
13927         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13928
13929 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13930
13931         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13932         function rather than the diff-mode.el package.
13933         (mm-display-external): Use with-current-buffer.
13934         (mm-viewer-completion-map, mm-viewer-completion-map):
13935         Move initialization inside declaration.
13936
13937 2005-09-29  Simon Josefsson  <jas@extundo.com>
13938
13939         * spam.el: Load hashcash when compiling, to avoid warnings.
13940         Don't autoload mail-check-payment.
13941         (spam-check-hashcash): Define unconditionally, since hashcash.el
13942         is part of Gnus now.  Ignore errors from payment checking.
13943
13944 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13945
13946         * message.el (message-bold-region, message-unbold-region):
13947         Rename from `bold-region' and `unbold-region'.
13948
13949         * message.el: Remove useless autoloads.
13950
13951 2005-09-28  Simon Josefsson  <jas@extundo.com>
13952
13953         * message.el (message-use-idna): Default to t.
13954         (message-use-idna): Test whether encoding works too.  Doc fix.
13955
13956 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13957
13958         * nntp.el (nntp-warn-about-losing-connection): Remove.
13959
13960 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13961
13962         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13963         customizable.  Change default value.
13964         (mm-uu-diff-groups-regexp): Change default value.
13965         (mm-uu-type-alist): Add doc string.
13966         (mm-uu-configure): Add doc string.  Make it interactive.
13967         (mm-uu-tex-groups-regexp): New variable.
13968         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13969         (mm-uu-type-alist): Add LaTeX documents.
13970         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13971         of "text/verbatim".
13972         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13973
13974         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13975         instead of "text/verbatim".
13976
13977         * message.el (message-mark-inserted-region)
13978         (message-mark-insert-file): Use slrn style marks when called with
13979         prefix argument.
13980
13981 2005-09-27  Simon Josefsson  <jas@extundo.com>
13982
13983         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13984
13985 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13986
13987         * message.el (message-remove-duplicates): New function.
13988         Implementation borrowed from `gnus-remove-duplicates'.
13989         (message-idna-to-ascii-rhs): Also encode idna addresses in
13990         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13991         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13992         only ask about the same idna domain once per header and also tell
13993         in what header to replace the idna domain.
13994
13995         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13996         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13997         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13998         a header is decoded and not just the last one.
13999
14000 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14001
14002         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14003         has been decoded.
14004
14005         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14006         (mm-insert-part): Don't modify text if it has been decoded.
14007
14008         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14009         decoded.
14010
14011         * mm-view.el (mm-inline-text): Don't strip text props unless
14012         decoding enriched or richtext parts.
14013
14014 2005-09-25  Romain Francoise  <romain@orebokech.com>
14015
14016         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14017         * gnus-start.el (gnus-subscribe-interactively):
14018         * gnus-uu.el (gnus-uu-grab-articles):
14019         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14020         space.
14021
14022 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14023
14024         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14025         * mm-view.el (mm-view-pkcs7-decrypt):
14026         * gnus-sum.el (gnus-summary-limit-to-extra)
14027         (gnus-summary-respool-article, gnus-read-move-group-name):
14028         * gnus-score.el (gnus-summary-increase-score):
14029         * gnus-util.el (gnus-completing-read-with-default):
14030         * gnus-art.el (gnus-read-save-file-name)
14031         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14032         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14033         * message.el (message-check-news-header-syntax):
14034         Follow convention for reading with the minibuffer.
14035
14036 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14037
14038         * spam-report.el (spam-report-url-ping-plain):
14039         Use gnus-extended-version as User-Agent.
14040
14041         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14042         default value is nil.
14043
14044         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14045         (mm-uu-verbatim-marks-extract): New function.
14046         (mm-uu-extract): New face.
14047         (mm-uu-copy-to-buffer): Use it.
14048
14049         * spam-report.el (spam-report-gmane-ham): Rename from
14050         `spam-report-gmane-unspam'.
14051         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14052         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14053
14054         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14055         Autoload.
14056         (spam-report-gmane-unregister-routine):
14057         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14058
14059 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14060
14061         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14062         (spam-report-gmane-unregister-routine): Add support for gmane
14063         unregistration.
14064
14065         * spam-report.el (spam-report-gmane-unspam)
14066         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14067         (spam-report-gmane): Change to take a single article and do unspam
14068         registration.
14069
14070 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14071
14072         * mm-url.el (mm-url-decode-entities): Fix regexp.
14073
14074 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14075
14076         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14077         default to nil, to be able to use Gnus at all.  If the default
14078         switches to something else, then the function should be fixed not
14079         be exceedingly slow.
14080
14081 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14082
14083         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14084         fail hard.
14085
14086         * spam-report.el: Add better Keywords line.
14087
14088         * spam.el: Add Maintainer and better Keywords line.
14089
14090 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14091
14092         * gnus-art.el (gnus-article-replace-part)
14093         (gnus-mime-replace-part): New functions.
14094         (gnus-mime-action-alist, gnus-mime-button-commands)
14095         (gnus-mime-save-part-and-strip): Add file argument.
14096         (gnus-article-part-wrapper): Add interactive argument.
14097
14098         * gnus-sum.el (gnus-summary-mime-map):
14099         Add `gnus-article-replace-part'.
14100
14101 2005-09-19  Didier Verna  <didier@xemacs.org>
14102
14103         The nnml compaction feature:
14104         * nnml.el (nnml-request-compact-group): New function.
14105         * nnml.el (nnml-request-compact): New function.
14106         * gnus-int.el (gnus-request-compact-group): New function.
14107         * gnus-int.el (gnus-request-compact): New function.
14108         * gnus-group.el (gnus-group-compact-group): New function.
14109         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14110         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14111         * gnus-srvr.el (gnus-server-compact-server): New function.
14112         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14113         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14114
14115 2005-09-18  Deepak Goel  <deego@gnufans.org>
14116
14117         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14118         format spec.
14119
14120 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14121
14122         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14123
14124 2005-09-15  Romain Francoise  <romain@orebokech.com>
14125
14126         * message.el (message-fill-paragraph): Clarify docstring.
14127
14128 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14129
14130         * gnus-art.el (gnus-mime-display-part): Protect against broken
14131         MIME messages.
14132
14133 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14134
14135         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14136         before parsing header.
14137
14138 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14139
14140         * html2text.el (html2text-replace-list): Add new entities.
14141
14142 2005-09-11  Romain Francoise  <romain@orebokech.com>
14143
14144         * message.el (message-alternative-emails): Improve docstring.
14145         (message-setup-1): Call `message-use-alternative-email-as-from'
14146         after `message-setup-hook' to give it precedence over posting
14147         styles, etc.
14148         (message-use-alternative-email-as-from): Add docstring.
14149         Remove the original From header if present.
14150
14151         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14152         (nnml-save-mail): Use it.
14153
14154         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14155         articles.  Add new argument `silent'.
14156         (gnus-uu-mark-all): Report the total number of marked articles.
14157
14158 2005-09-10  Romain Francoise  <romain@orebokech.com>
14159
14160         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14161         (gnus-uu-mark-series): Likewise.
14162
14163 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14164
14165         * spam-report.el (spam-report-gmane): Fix generation of spam
14166         report URL.
14167
14168 2005-09-10  Simon Josefsson  <jas@extundo.com>
14169
14170         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14171         t, based on discussion on the ding list with Robert Epprecht
14172         <epprecht@solnet.ch>.
14173
14174 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14175
14176         * spam-report.el (spam-report-gmane): Make it work without
14177         X-Report-Spam header.  Gmane now only provides Archived-At.
14178         This is only used if `spam-report-gmane-use-article-number' is nil.
14179         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14180
14181         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14182         make `gnus-summary-sort-by-recipient' work with threading.
14183
14184         * nnweb.el (nnweb-google-wash-article): Print a message if article
14185         is not available.
14186
14187 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14188
14189         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14190         change.  Decode text/* parts content before displaying.
14191
14192 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14193
14194         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14195
14196 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14197
14198         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14199
14200         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14201         url-package-name, url-package-version,
14202         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14203         w3m-display-inline-images, and w3m-minor-mode-map.
14204
14205 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14206
14207         * message.el (message-tab-body-function): Fix mismatched custom type.
14208
14209         * gnus.el (gnus-group-change-level-function): Ditto.
14210
14211         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14212
14213         * gnus-art.el (gnus-signature-limit)
14214         (gnus-article-mime-part-function): Ditto.
14215
14216 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14217
14218         * mml.el (mml-mode): Silence the byte compiler.
14219
14220         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14221         using `(sit-for 0)' before moving the point to the specified part;
14222         skip unbuttonized parts.
14223         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14224         return to the summary window if gnus-auto-select-part is non-nil.
14225
14226 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14227
14228         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14229         New variables.
14230         (mml-dnd-attach-file, mml-mode): Use them.
14231
14232         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14233         Make fetching article by MID work again for Google Groups.
14234         Add FIXME concerning gnus-group-make-web-group.
14235
14236         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14237         Don't depend on Gnus by using mail-extract-address-components if
14238         gnus-extract-address-components is not bound.
14239
14240 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14241
14242         * gnus-art.el (gnus-mime-display-security): Don't display the
14243         signature, but only the signed part.
14244
14245 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14246
14247         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14248
14249         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14250         list, not listp.
14251
14252 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14253
14254         * mm-encode.el (mm-encode-content-transfer-encoding):
14255         Likewise when encoding.
14256
14257         * mm-bodies.el (mm-decode-content-transfer-encoding):
14258         De-canonicalize CRLF for all text content types, not just
14259         text/plain.
14260
14261 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14262
14263         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14264         valid article; point arrow and cursor at the MIME button.
14265
14266 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14267
14268         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14269         Suggested by Dan Christensen <jdc@uwo.ca>.
14270
14271         * mm-decode.el (mm-save-part): Enable change of prompt.
14272
14273 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14274
14275         * gnus-msg.el (gnus-inews-add-send-actions):
14276         Make `message-post-method' lambda parameter ARG `&optional'.
14277
14278 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14279
14280         * gnus-sum.el (gnus-summary-mime-map):
14281         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14282         gnus-article-jump-to-part.
14283
14284         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14285         (gnus-article-edit-part): Use it.
14286         (gnus-article-part-wrapper): Add no-handle argument.
14287         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14288         New functions.
14289
14290 2005-08-29  Romain Francoise  <romain@orebokech.com>
14291
14292         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14293         docstring.
14294         (gnus-face-from-file): Likewise.
14295
14296 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14297
14298         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14299         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14300         non-nil.
14301         (gnus-auto-select-part): New variable.
14302         (gnus-article-jump-to-part): New function.
14303         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14304         (gnus-mime-delete-part): Allow selecting specified part after
14305         deleting or stripping parts.
14306         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14307         part if argument is bogus.
14308
14309 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14310
14311         * gnus-art.el (w3m-minor-mode-map):
14312         * gnus-spec.el (gnus-newsrc-file-version):
14313         * gnus-util.el (nnmail-active-file-coding-system)
14314         (gnus-original-article-buffer, gnus-user-agent):
14315         * gnus.el (gnus-ham-process-destinations)
14316         (gnus-parameter-ham-marks-alist)
14317         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14318         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14319         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14320         * mm-decode.el (gnus-current-window-configuration):
14321         * mm-extern.el (gnus-article-mime-handles):
14322         * mm-url.el (url-current-object, url-package-name)
14323         (url-package-version):
14324         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14325         (smime-keys, w3m-cid-retrieve-function-alist)
14326         (w3m-current-buffer, w3m-display-inline-images)
14327         (w3m-minor-mode-map):
14328         * mml-smime.el (gnus-extract-address-components):
14329         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14330         (gnus-newsrc-hashtb, message-default-charset)
14331         (message-deletable-headers, message-options)
14332         (message-posting-charset, message-required-mail-headers)
14333         (message-required-news-headers):
14334         * mml1991.el (mc-pgp-always-sign):
14335         * mml2015.el (mc-pgp-always-sign):
14336         * nnheader.el (nnmail-extra-headers):
14337         * rfc1843.el (gnus-decode-encoded-word-function)
14338         (gnus-decode-header-function, gnus-newsgroup-name):
14339         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14340
14341 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14342
14343         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14344         the end of the date treatments.
14345
14346 2005-08-15  Simon Josefsson  <jas@extundo.com>
14347
14348         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14349         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14350         Capello and Romain Francoise.
14351         (pgg-fetch-key-function): Remove, not used?
14352         (pgg-insert-url-with-w3): Require url, to get
14353         url-insert-file-contents regardless of where it is defined.
14354
14355 2005-08-13  Romain Francoise  <romain@orebokech.com>
14356
14357         * message.el (message-cite-original-1): New function.
14358         (message-cite-original): Use it.
14359         (message-cite-original-without-signature): Ditto.
14360
14361 2005-08-08  Romain Francoise  <romain@orebokech.com>
14362
14363         * message.el (message-yank-empty-prefix): New variable.
14364         (message-indent-citation): Use it.
14365         (message-cite-original-without-signature): Respect X-No-Archive.
14366
14367 2005-08-08  Simon Josefsson  <jas@extundo.com>
14368
14369         * pgg.el: Autoload url-insert-file-contents instead of loading
14370         w3/url.
14371         (pgg-insert-url-with-w3): Don't load url here.
14372
14373 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14374
14375         * message.el (message-kill-to-signature): Don't insert newline at
14376         bol.
14377         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14378
14379 2005-08-06  Romain Francoise  <romain@orebokech.com>
14380
14381         * message.el (message-user-fqdn): Fix typo in docstring.
14382
14383 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14384
14385         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14386
14387         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14388
14389 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14390
14391         * mm-bodies.el (mm-encode-body): Use coding system rather than
14392         charset to encode text.
14393
14394         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14395         number of charsets if utf-8 is available (XEmacs).
14396
14397 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14398
14399         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14400         taken from `gnus-button-mid-or-mail-regexp'.
14401         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14402         (gnus-button-alist): Improve regexp for domain part of the MIDs
14403         for news:localpart@domain buttons.
14404         (gnus-button-ctan-directory-regexp): Update.
14405
14406 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14407
14408         * sieve-manage.el (sieve-manage-interactive-login):
14409         Use make-local-variable rather than make-variable-buffer-local.
14410         (sieve-manage-open): Ditto.
14411         (sieve-manage-authenticate): Ditto.
14412
14413         * mml.el (mml-generate-mime-1): Make the content type default to
14414         text/plain if the filename is not specified.
14415
14416 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14417
14418         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14419         instead of insert-buffer.
14420
14421         * message.el (message-yank-original): Ditto; set the mark at the
14422         end of the yanked message.
14423
14424 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14425
14426         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14427         lines to scroll rather than to stop it.
14428
14429         * mml.el (mml-generate-default-type): Add doc string.
14430         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14431         default to application/octet-stream when determining the content
14432         type if it is not specified for the part or the mml contents; add
14433         a comment about mml-generate-default-type.
14434
14435 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14436
14437         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14438         make it default to application/octet-stream when determining the
14439         content type if it is not specified for the external contents.
14440
14441 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14442
14443         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14444         segmented parameter but also other parameters might be there.
14445
14446 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14447
14448         * mm-decode.el (mm-display-external): Delete temp file, directory
14449         and buffer immediately if the external process is exited.
14450
14451 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14452
14453         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14454         fewer lines than that of scroll-margin.
14455         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14456
14457 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14458
14459         * gnus-art.el (gnus-article-next-page): Revert.
14460         (gnus-article-beginning-of-window): New macro.
14461         (gnus-article-next-page-1): Use it.
14462         (gnus-article-prev-page): Ditto.
14463         (gnus-article-edit-part): Use insert-buffer-substring instead of
14464         insert-buffer.
14465         (gnus-article-edit-exit): Ditto.
14466
14467         * gnus-util.el (gnus-beginning-of-window): Remove.
14468         (gnus-end-of-window): Remove.
14469
14470         * lpath.el: Don't bind header-line-format and scroll-margin.
14471
14472 2005-07-25  Simon Josefsson  <jas@extundo.com>
14473
14474         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14475         to have the url package without w3.  Reported by Daiki Ueno
14476         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14477
14478 2005-07-20  Didier Verna  <didier@xemacs.org>
14479
14480         * gnus-diary.el: Remove the description comment (nndiary is now
14481         properly documented in the Gnus manual).
14482         Fix the spelling of "Back End".
14483         * nndiary.el: Ditto.
14484         Fix the copyright notice.
14485
14486 2005-07-18  Romain Francoise  <romain@orebokech.com>
14487
14488         * gnus-sum.el (gnus-summary-to-prefix)
14489         (gnus-summary-newsgroup-prefix): New variables.
14490         (gnus-summary-from-or-to-or-newsgroups): Use them.
14491
14492 2005-07-17  Romain Francoise  <romain@orebokech.com>
14493
14494         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14495         space as it's generally not especially interesting to the user.
14496
14497 2005-07-16  Romain Francoise  <romain@orebokech.com>
14498
14499         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14500         nil to avoid prompting and file modification if one of the
14501         messages at the top of the nnfolder file contains a copyright
14502         notice.
14503         Update copyright notice.
14504
14505         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14506         instead of `current-time-string' as the latter creates a time
14507         string that is not RFC 2822 compliant (it lacks the zone).
14508         Update copyright notice.
14509
14510 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14511
14512         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14513         for text/rtf.  Display default in prompt.  Pass default for M-n.
14514
14515         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14516
14517 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14518
14519         * gnus-msg.el (gnus-button-mailto):
14520         Remove save-selected-window-window hackery because it relies on
14521         save-selected-window internals.
14522
14523 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14524
14525         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14526         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14527         (gnus-article-prev-page): Ditto.
14528
14529         * gnus-util.el (gnus-beginning-of-window): New function.
14530         (gnus-end-of-window): New function.
14531
14532         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14533
14534 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14535
14536         * gnus-score.el (gnus-score-edit-all-score):
14537         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14538         gnus-message.
14539
14540 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14541
14542         * gnus-msg.el (gnus-button-mailto):
14543         Remove save-selected-window-window hackery because it relies on
14544         save-selected-window internals.
14545
14546 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14547
14548         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14549         add-minor-mode.
14550         (gnus-binary-mode): Ditto.
14551
14552         * gnus-topic.el (gnus-topic-mode): Ditto.
14553
14554 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14555
14556         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14557         (gnus-article-prev-page): Take scroll-margin into consideration.
14558
14559 2005-07-04  Lute Kamstra  <lute@gnu.org>
14560
14561         Update FSF's address in GPL notices.
14562
14563 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14564
14565         * gnus.el (gnus-exit):
14566         * gnus-group.el (gnus-group-icons):
14567         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14568
14569         * gnus-nocem.el (gnus-nocem):
14570         * message.el (message-various, message-buffers, message-sending)
14571         (message-interface, message-forwarding, message-insertion)
14572         (message-headers, message-news, message-mail):
14573         * pgg-gpg.el (pgg-gpg):
14574         * pgg-parse.el (pgg-parse):
14575         * pgg-pgp.el (pgg-pgp):
14576         * pgg-pgp5.el (pgg-pgp5):
14577         * pop3.el (pop3): Finish `defgroup' description with period.
14578
14579 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14580
14581         * gnus-art.el (article-display-face): Improve the efficiency.
14582         (article-display-x-face): Ditto; remove grey x-face stuff.
14583
14584 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14585
14586         * gnus-art.el (article-display-face): Correct the position in
14587         which Faces are inserted.
14588
14589 2005-06-29  Didier Verna  <didier@xemacs.org>
14590
14591         * gnus-art.el (article-display-face): Display faces in correct
14592         order.
14593
14594 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14595
14596         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14597         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14598         (gnus-nocem-check-article): Fetch the Type header.
14599         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14600         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14601         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14602         make sure gnus-nocem-hashtb is initialized.
14603         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14604         (gnus-nocem-unwanted-article-p): Ditto.
14605
14606         * pgg.el (pgg-verify): Return the verification result.
14607
14608 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14609
14610         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14611         is ascii.
14612
14613 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14614
14615         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14616         `show-nonbreak-escape'.
14617
14618 2005-06-23  Lute Kamstra  <lute@gnu.org>
14619
14620         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14621
14622         * dig.el (dig-mode):
14623         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14624
14625 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14626
14627         * nnimap.el (nnimap-split-download-body): Fix spellings.
14628
14629 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14630
14631         * gnus-art.el (gnus-article-encrypt-body):
14632         * gnus-cus.el (gnus-score-customize):
14633         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14634         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14635
14636 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14637
14638         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14639         header by looking for magic "MII" at the beginnig.
14640
14641 2005-06-16  Miles Bader  <miles@gnu.org>
14642
14643         * gnus-xmas.el (gnus-xmas-group-startup-message):
14644         Use renamed gnus-splash face.
14645
14646         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14647         (assistant-field-face): New backward-compatibility alias for renamed
14648         face.
14649         (assistant-render-text): Use renamed assistant-field face.
14650
14651         * spam.el (spam): Remove "-face" suffix from face name.
14652         (spam-face): New backward-compatibility alias for renamed face.
14653         (spam-face, spam-initialize): Use renamed spam face.
14654
14655         * message.el (message-header-to, message-header-cc)
14656         (message-header-subject, message-header-newsgroups)
14657         (message-header-other, message-header-name)
14658         (message-header-xheader, message-separator, message-cited-text)
14659         (message-mml): Remove "-face" suffix from face names.
14660         (message-header-to-face, message-header-cc-face)
14661         (message-header-subject-face, message-header-newsgroups-face)
14662         (message-header-other-face, message-header-name-face)
14663         (message-header-xheader-face, message-separator-face)
14664         (message-cited-text-face, message-mml-face):
14665         New backward-compatibility aliases for renamed faces.
14666         (message-font-lock-keywords): Use renamed message faces.
14667
14668         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14669         (sieve-test-commands, sieve-tagged-arguments):
14670         Remove "-face" suffix from face names.
14671         (sieve-control-commands-face, sieve-action-commands-face)
14672         (sieve-test-commands-face, sieve-tagged-arguments-face):
14673         New backward-compatibility aliases for renamed faces.
14674         (sieve-control-commands-face, sieve-action-commands-face)
14675         (sieve-test-commands-face, sieve-tagged-arguments-face):
14676         Use renamed sieve faces.
14677
14678         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14679         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14680         (gnus-group-news-3-empty, gnus-group-news-4)
14681         (gnus-group-news-4-empty, gnus-group-news-5)
14682         (gnus-group-news-5-empty, gnus-group-news-6)
14683         (gnus-group-news-6-empty, gnus-group-news-low)
14684         (gnus-group-news-low-empty, gnus-group-mail-1)
14685         (gnus-group-mail-1-empty, gnus-group-mail-2)
14686         (gnus-group-mail-2-empty, gnus-group-mail-3)
14687         (gnus-group-mail-3-empty, gnus-group-mail-low)
14688         (gnus-group-mail-low-empty, gnus-summary-selected)
14689         (gnus-summary-cancelled, gnus-summary-high-ticked)
14690         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14691         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14692         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14693         (gnus-summary-low-undownloaded)
14694         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14695         (gnus-summary-low-unread, gnus-summary-normal-unread)
14696         (gnus-summary-high-read, gnus-summary-low-read)
14697         (gnus-summary-normal-read, gnus-splash):
14698         Remove "-face" suffix from face names.
14699         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14700         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14701         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14702         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14703         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14704         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14705         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14706         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14707         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14708         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14709         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14710         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14711         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14712         (gnus-summary-normal-ticked-face)
14713         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14714         (gnus-summary-normal-ancient-face)
14715         (gnus-summary-high-undownloaded-face)
14716         (gnus-summary-low-undownloaded-face)
14717         (gnus-summary-normal-undownloaded-face)
14718         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14719         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14720         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14721         (gnus-splash-face):
14722         New backward-compatibility aliases for renamed faces.
14723         (gnus-group-startup-message): Use renamed gnus faces.
14724
14725         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14726         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14727         (gnus-server-agent): Remove "-face" suffix from face names.
14728         (gnus-server-agent-face, gnus-server-opened-face)
14729         (gnus-server-closed-face, gnus-server-denied-face)
14730         (gnus-server-offline-face):
14731         New backward-compatibility aliases for renamed faces.
14732         (gnus-server-agent-face, gnus-server-opened-face)
14733         (gnus-server-closed-face, gnus-server-denied-face)
14734         (gnus-server-offline-face): Use renamed gnus faces.
14735
14736         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14737         Remove "-face" suffix from face names.
14738         (gnus-picon-xbm-face, gnus-picon-face):
14739         New backward-compatibility aliases for renamed faces.
14740
14741         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14742         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14743         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14744         (gnus-cite-11): Remove "-face" suffix from face names.
14745         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14746         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14747         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14748         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14749         New backward-compatibility aliases for renamed faces.
14750         (gnus-cite-attribution-face, gnus-cite-face-list)
14751         (gnus-article-boring-faces): Use renamed gnus faces.
14752
14753         * gnus-art.el (gnus-signature, gnus-header-from)
14754         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14755         (gnus-header-content): Remove "-face" suffix from face names.
14756         (gnus-signature-face, gnus-header-from-face)
14757         (gnus-header-subject-face, gnus-header-newsgroups-face)
14758         (gnus-header-name-face, gnus-header-content-face):
14759         New backward-compatibility aliases for renamed faces.
14760         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14761
14762         * gnus-sum.el (gnus-summary-selected-face)
14763         (gnus-summary-highlight): Use renamed gnus faces.
14764         * gnus-group.el (gnus-group-highlight): Likewise.
14765
14766 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14767
14768         * gnus-sieve.el (gnus-sieve-article-add-rule):
14769         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14770         * spam-stat.el (spam-stat-buffer-change-to-spam)
14771         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14772
14773         * message.el (message-is-yours-p):
14774         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14775
14776 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14777
14778         * mm-view.el (mm-inline-text): Withdraw the last change.
14779
14780 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14781
14782         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14783         executing enriched-decode.
14784
14785 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14786
14787         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14788         charset of tar files.
14789
14790 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14791
14792         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14793
14794 2005-06-04  Lute Kamstra  <lute@gnu.org>
14795
14796         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14797         information is never recorded.
14798
14799 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14800
14801         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14802
14803 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14804
14805         * pop3.el (pop3-apop): Run md5 in the binary mode.
14806
14807         * starttls.el (starttls-set-process-query-on-exit-flag):
14808         Use eval-and-compile.
14809
14810 2005-05-31  Simon Josefsson  <jas@extundo.com>
14811
14812         * smime.el (smime-replace-in-string): Define.
14813         (smime-cert-by-ldap-1): Use it.
14814
14815 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14816
14817         * gnus-art.el (article-display-x-face): Replace
14818         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14819
14820         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14821         set-process-query-on-exit-flag or process-kill-without-query.
14822
14823         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14824         loop instead of replace-regexp.
14825
14826         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14827         instead of process-kill-without-query if it is available.
14828
14829         * lpath.el: Fbind ldap-search-entries.
14830
14831         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14832         instead of find-file-hooks if it is available.
14833
14834         * mml1991.el: Bind pgg-default-user-id when compiling.
14835
14836         * mml2015.el: Bind pgg-default-user-id when compiling.
14837
14838         * nndraft.el (nndraft-request-associate-buffer):
14839         Use write-contents-functions instead of write-contents-hooks if it is
14840         available.
14841
14842         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14843         instead of find-file-hooks if it is available.
14844
14845         * nntp.el (nntp-open-connection): Replace
14846         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14847         (nntp-open-ssl-stream): Ditto.
14848         (nntp-open-tls-stream): Ditto.
14849
14850         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14851         set-process-query-on-exit-flag or process-kill-without-query.
14852         (starttls-open-stream-gnutls): Use it instead of
14853         process-kill-without-query.
14854         (starttls-open-stream): Ditto.
14855
14856 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14857
14858         * smime.el (smime-cert-by-ldap-1): Don't use
14859         replace-regexp-in-string.
14860
14861 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14862
14863         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14864
14865         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14866         in PEM format.  Adjust to the XEmacs compability.
14867
14868 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14869
14870         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14871         by `string-to-number'.
14872         * gnus-agent.el (gnus-agent-regenerate-group)
14873         (gnus-agent-fetch-articles): Ditto.
14874         * gnus-art.el (gnus-button-fetch-group): Ditto.
14875         * gnus-cache.el (gnus-cache-generate-active)
14876         (gnus-cache-articles-in-group): Ditto.
14877         * gnus-group.el (gnus-group-set-current-level)
14878         (gnus-group-insert-group-line): Ditto.
14879         * gnus-score.el (gnus-score-set-expunge-below)
14880         (gnus-score-set-mark-below, gnus-summary-score-effect)
14881         (gnus-summary-score-entry): Ditto.
14882         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14883         (gnus-soup-pack): Ditto.
14884         * gnus-spec.el (gnus-xmas-format): Ditto.
14885         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14886         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14887         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14888         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14889         * nndb.el (nndb-get-remote-expire-response): Ditto.
14890         * nndiary.el (nndiary-parse-schedule-value)
14891         (nndiary-string-to-number, nndiary-request-replace-article)
14892         (nndiary-request-article): Ditto.
14893         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14894         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14895         * nneething.el (nneething-make-head): Ditto.
14896         * nnfolder.el (nnfolder-request-article)
14897         (nnfolder-retrieve-headers): Ditto.
14898         * nnheader.el (nnheader-file-to-number): Ditto.
14899         * nnkiboze.el (nnkiboze-request-article): Ditto.
14900         * nnmail.el (nnmail-process-unix-mail-format)
14901         (nnmail-process-babyl-mail-format): Ditto.
14902         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14903         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14904         (nnmh-request-create-group, nnmh-request-list-1)
14905         (nnmh-request-group, nnmh-request-article): Ditto.
14906         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14907         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14908         * nnsoup.el (nnsoup-make-active): Ditto.
14909         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14910         * nntp.el (nntp-find-group-and-number)
14911         (nntp-retrieve-headers-with-xover): Ditto.
14912         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14913         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14914         (pgg-format-key-identifier): Ditto.
14915         * pop3.el (pop3-last, pop3-stat): Ditto.
14916         * qp.el (quoted-printable-decode-region): Ditto.
14917
14918         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14919         of concat.
14920
14921 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14922
14923         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14924
14925         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14926
14927         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14928
14929         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14930
14931         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14932
14933         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14934
14935         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14936         (gnus-carpal-mode): Ditto.
14937
14938         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14939         (gnus-browse-mode): Ditto.
14940
14941         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14942
14943         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14944
14945 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14946
14947         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14948
14949 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14950
14951         * gnus-util.el (gnus-run-mode-hooks): New function.
14952
14953         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14954
14955         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14956         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14957
14958 2005-05-27  Lute Kamstra  <lute@gnu.org>
14959
14960         * dns-mode.el (dns-mode): Specify customization group.
14961
14962 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14963
14964         * gnus-agent.el (gnus-agent-make-mode-line-string):
14965         Use mode-line-highlight as mouse-face.
14966
14967 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14968
14969         * canlock.el (canlock): Change the parent group to news.
14970
14971         * deuglify.el (gnus-outlook-deuglify): Add :group.
14972
14973         * dig.el (dig): Add :group.
14974
14975         * dns-mode.el (dns-mode): Add :group.
14976
14977         * encrypt.el (encrypt): Add :group.
14978
14979         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14980         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14981         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14982         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14983         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14984
14985         * gnus-diary.el (gnus-diary): Add :group.
14986
14987         * gnus.el (gnus-group-news-1-face): Add :group.
14988         (gnus-group-news-1-empty-face): Ditto.
14989         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14990         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14991         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14992         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14993         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14994         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14995         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14996         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14997         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14998         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14999         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15000         (gnus-summary-high-ticked-face): Ditto.
15001         (gnus-summary-low-ticked-face): Ditto.
15002         (gnus-summary-normal-ticked-face): Ditto.
15003         (gnus-summary-high-ancient-face): Ditto.
15004         (gnus-summary-low-ancient-face): Ditto.
15005         (gnus-summary-normal-ancient-face): Ditto.
15006         (gnus-summary-high-undownloaded-face): Ditto.
15007         (gnus-summary-low-undownloaded-face): Ditto.
15008         (gnus-summary-normal-undownloaded-face): Ditto.
15009         (gnus-summary-high-unread-face): Ditto.
15010         (gnus-summary-low-unread-face): Ditto.
15011         (gnus-summary-normal-unread-face): Ditto.
15012         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15013         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15014
15015         * hashcash.el (hashcash): New custom group.
15016         (hashcash-default-payment): Add :group.
15017         (hashcash-payment-alist): Ditto.
15018         (hashcash-default-accept-payment): Ditto.
15019         (hashcash-accept-resources): Ditto.
15020         (hashcash-path): Ditto.
15021         (hashcash-extra-generate-parameters): Ditto.
15022         (hashcash-double-spend-database): Ditto.
15023         (hashcash-in-news): Ditto.
15024
15025         * message.el (message-minibuffer-local-map): Add :group.
15026
15027         * netrc.el (netrc): Add :group.
15028
15029         * sieve-manage.el (sieve-manage-log): Add :group.
15030         (sieve-manage-default-user): Diito.
15031         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15032         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15033         (sieve-manage-authenticators): Ditto.
15034         (sieve-manage-authenticator-alist): Ditto.
15035         (sieve-manage-default-port): Ditto.
15036
15037         * sieve-mode.el (sieve-control-commands-face): Add :group.
15038         (sieve-action-commands-face): Ditto.
15039         (sieve-test-commands-face): Ditto.
15040         (sieve-tagged-arguments-face): Ditto.
15041
15042         * smime.el (smime): Add :group.
15043
15044         * spam-report.el (spam-report): Add :group.
15045
15046         * spam.el (spam, spam-face): Add :group.
15047
15048 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15049
15050         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15051         return \n.\n.\n at the end of articles.  Protect against that.
15052         (nntp-with-open-group): Allow debugging.
15053
15054         * nnheader.el (mail-header-set-extra): Make into a function
15055         because I just could't understand how to quote the list properly.
15056
15057         * dns.el (query-dns-cached): New function.
15058
15059 2005-05-26  Lute Kamstra  <lute@gnu.org>
15060
15061         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15062
15063 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15064
15065         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15066
15067         * gnus-art.el: Don't autoload mail-extract-address-components.
15068
15069         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15070         eval-and-compile to evaluate it.
15071
15072         * hashcash.el: Don't autoload executable-find.
15073
15074         * nndb.el: Don't declare the nndb back end two or more times; don't
15075         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15076
15077         * nntp.el: Autoload format-spec instead of format; use
15078         eval-and-compile to evaluate autoload forms.
15079
15080 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15081
15082         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15083
15084 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15085
15086         * gnus.el (gnus-version-number): Bump version.
15087
15088 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15089
15090         * gnus.el: No Gnus v0.3 is released.
15091
15092 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15093
15094         * lpath.el (featurep): Bind show-nonbreak-escape.
15095
15096 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15097
15098         * gnus-art.el (gnus-article-edit-part): Disable undo.
15099
15100 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15101
15102         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15103         gnus-article-date-lapsed-new-header is t if date timer is active;
15104         skip headers in which the original date value is empty.
15105         (gnus-article-save-original-date): Redefine it as a macro.
15106         (gnus-display-mime): Use it.
15107
15108 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15109
15110         * gnus-art.el (article-date-ut): Support converting date in
15111         forwarded parts as well.
15112         (gnus-article-save-original-date): New function.
15113         (gnus-display-mime): Use it.
15114
15115 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15116
15117         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15118         enclosure element of <item>.
15119
15120 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15121
15122         * message.el (message-kill-buffer-query): Rename from
15123         `message-kill-buffer-query-if-modified'.  Add :version.
15124
15125 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15126
15127         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15128         window layout.
15129
15130 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15131
15132         * mml.el: Autoload dnd when compiling.
15133
15134 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15135
15136         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15137         x-dnd-*.
15138
15139 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15140
15141         * qp.el (quoted-printable-encode-region): Save excursion.
15142
15143 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15144
15145         * message.el (message-kill-buffer-query-if-modified): Add new variable
15146         so the user can kill a modified message buffer quickly.
15147         (message-kill-buffer): Use it.
15148
15149 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15150
15151         * lpath.el: Fbind display-time-event-handler; don't fbind
15152         string-to-multibyte.
15153
15154         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15155
15156 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15157
15158         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15159         contained in text because xml.el decodes entities) with LFs.
15160
15161 2005-04-11  Lute Kamstra  <lute@gnu.org>
15162
15163         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15164         differently.
15165
15166 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15167
15168         * mm-util.el (mm-detect-coding-region): Typo.
15169
15170 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15171
15172         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15173
15174 2005-04-06  Deepak Goel  <deego@gnufans.org>
15175
15176         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15177         user-function allow user modifications of the scores.
15178         (spam-stat-score-buffer-user): New function, to allow
15179         user-computed modifications to the score.
15180         (spam-stat-score-buffer-user-functions): List of additional
15181         scoring functions.
15182         (spam-stat-error-holder): Global temporary error holder.
15183         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15184         variable.
15185
15186 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15187
15188         * gnus-registry.el (gnus-registry-clean-empty-function)
15189         (gnus-registry-trim, gnus-registry-fetch-groups)
15190         (gnus-registry-delete-group): Groups that match
15191         `gnus-registry-ignored-groups' are removed from the registry
15192         entries, not just ignored for splitting.  This helps clean up the
15193         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15194         to get all the groups a message ID is in.
15195
15196         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15197         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15198         (spam-stat-score-buffer-user-functions): Add :number custom type.
15199
15200 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15201
15202         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15203         argument in XEmacs.
15204
15205         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15206         (nnrss-request-group): Decode group name first.
15207         (nnrss-request-article): Make a text/plain article if mml-to-mime
15208         failed.
15209         (nnrss-get-encoding): Return a compatible encoding according to
15210         nnrss-compatible-encoding-alist.
15211         (nnrss-find-el): Use consp instead of listp.
15212         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15213
15214 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15215
15216         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15217         which Emacs 20 doesn't support.
15218         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15219
15220 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15221
15222         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15223         silence the byte compiler inside the defun.
15224
15225         * gnus-demon.el (parse-time-string): Add autoload.
15226
15227         * gnus-delay.el (parse-time-string): Add autoload.
15228
15229         * gnus-art.el (parse-time-string): Add autoload.
15230
15231         * nnultimate.el (parse-time): Require for `parse-time-string'.
15232
15233 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15234
15235         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15236
15237         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15238
15239         * smime.el (smime-ldap-host-list): Add :version.
15240
15241 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15242
15243         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15244         pass it to `gnus-browse-read-group'.
15245         (gnus-browse-read-group): Add NUMBER argument and pass it to
15246         `gnus-group-read-ephemeral-group'.
15247
15248         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15249         argument and pass it to `gnus-group-read-group'.
15250
15251 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15252
15253         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15254         mm-xemacs-find-mime-charset-1 if we have the mule feature
15255         available at runtime.
15256
15257 2005-03-25  Werner Lemberg  <wl@gnu.org>
15258
15259         * nnmaildir.el: Replace `illegal' with `invalid'.
15260
15261 2005-03-23  Lute Kamstra  <lute@gnu.org>
15262
15263         * time-date.el: Add comment on time value formats.
15264         Don't require parse-time.
15265         (with-decoded-time-value): New macro.
15266         (encode-time-value): New function.
15267         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15268         (days-to-time): Return a valid time value when arg is huge.
15269         (time-since): Use time-subtract.
15270         (time-to-number-of-days): Use time-to-seconds.
15271
15272 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15273
15274         * gnus-start.el (gnus-display-time-event-handler):
15275         Check display-time-timer at runtime rather than only at load time
15276         in case display-time-mode is turned off in the mean time.
15277
15278 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15279
15280         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15281         used.
15282
15283         * nneething.el (nneething-map-file-directory): Derive from
15284         `gnus-directory'.
15285
15286         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15287         the To/Cc button.
15288
15289 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15290
15291         * nnmaildir.el (nnmaildir-request-accept-article):
15292         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15293
15294 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15295
15296         * gnus-async.el: Require timer-funcs at compile time when in
15297         XEmacs for `run-with-idle-timer'.
15298
15299 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15300
15301         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15302         autoloaded function.
15303
15304 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15305
15306         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15307
15308 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15309
15310         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15311
15312 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15313
15314         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15315         Add gnus-expert-user to default.
15316
15317 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15318
15319         * nnimap.el (nnimap-open-server): Ditto.
15320
15321         * imap.el (imap-authenticate): Fix typo.
15322
15323 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15324
15325         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15326         buffer (since IMAP server might return FETCH response out of
15327         order, and the nntp buffer must be sorted).
15328
15329 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15330
15331         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15332         comparison on string.
15333
15334         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15335         (gnus-agent-score): Rename category keywords to match gnus-cus.
15336         (gnus-agent-summary-fetch-series): Modify to protect against
15337         gnus-agent-summary-fetch-group clearing processable flags.
15338         (gnus-agent-synchronize-group-flags): Update live group buffer as
15339         synchronization may occur due to the user toggle the plugged
15340         status.
15341         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15342         successfully downloaded.
15343         (gnus-agent-expire-group-1): Avoid using markers when the overview
15344         is in ascending order; greatly improves performance.
15345         (gnus-agent-regenerate-group):
15346         Use gnus-agent-synchronize-group-flags to reset read status in both
15347         gnus and server.
15348         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15349
15350 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15351
15352         * message.el: Don't autoload former message-utils variables.
15353         (message-strip-subject-trailing-was): Change doc string.
15354
15355         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15356         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15357         (nnweb-google-search): Add "hl=en" here.
15358         (nnweb-google-parse-1, nnweb-google-create-mapping):
15359         Don't hardcode URL.
15360
15361 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15362
15363         * message.el (message-get-reply-headers, message-followup):
15364         Mention related variables `message-use-followup-to' and
15365         `message-use-mail-followup-to', in the information buffer.
15366
15367         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15368         of broken groups(-beta).google.com.
15369
15370 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15371
15372         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15373         parameter to invoked gnus-request-move-article; remove the
15374         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15375         all at once instead of once per article.
15376         (gnus-summary-remove-process-mark): Accept a list of articles as
15377         well as a single article for processing.
15378
15379         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15380         parameter.
15381
15382         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15383
15384         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15385
15386         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15387         parameter.
15388
15389         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15390         parameter.
15391
15392         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15393         parameter and remove the gnus-sum-hint-move-is-internal variable.
15394
15395         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15396         parameter.
15397
15398         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15399         parameter.
15400
15401         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15402         parameter.
15403
15404         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15405
15406         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15407         parameter.
15408
15409         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15410         parameter.
15411
15412 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15413
15414         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15415         a more conservative way.
15416
15417 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15418
15419         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15420         buffer, so it moves the window's cursor.
15421
15422 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15423
15424         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15425         `mm-dissect-multipart' and receive the from field as an (optional)
15426         argument from `mm-dissect-multipart'.
15427         (mm-dissect-multipart): Receive the from field as an argument and
15428         pass it on when we call `mm-dissect-buffer' on MIME parts.
15429         Fixes verification/decryption of signed/encrypted MIME parts.
15430
15431 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15432
15433         * gnus-sum.el (gnus-summary-move-article):
15434         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15435         whatever it calls (right now, only nnimap-request-move article
15436         respects it).
15437
15438         * nnimap.el (nnimap-request-move-article):
15439         When gnus-sum-hint-move-is-internal is set, don't do the extra
15440         nnimap-request-article.
15441
15442 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15443
15444         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15445
15446         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15447         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15448
15449         * gnus-sum.el (gnus-summary-caesar-message):
15450         Apply `gnus-treat-article' after rotation.
15451
15452         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15453         doc string.
15454
15455 2005-02-22  Simon Josefsson  <jas@extundo.com>
15456
15457         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15458         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15459         <arne@arnested.dk>.
15460         (encrypt): Add password-cache and password-cache-expiry as group
15461         members.
15462
15463 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15464
15465         * smime.el (smime-ldap-host-list): Doc fix.
15466         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15467         cache) password.
15468         (smime-sign-region): Use it.
15469         (smime-decrypt-region): Use it.
15470         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15471         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15472         fails.
15473         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15474         certificate from DER to PEM format rather than calling openssl.
15475
15476         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15477
15478         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15479         for signing/encryption.
15480
15481         * mml.el (mml-parse-1): Use them.
15482
15483 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15484
15485         * nnrss.el (nnrss-verbose): Remove.
15486         (nnrss-request-group): Use `nnheader-message' instead.
15487
15488 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15489
15490         * nnrss.el (nnrss-verbose): New variable.
15491         (nnrss-request-group): Make it say nnrss is requesting a group.
15492
15493 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15494
15495         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15496         Handle news URL with given port correctly.
15497
15498 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15499
15500         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15501         containing special characters.
15502
15503         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15504
15505         * mml.el (mime-to-mml): Ditto.
15506
15507         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15508         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15509         (rfc2047-decode-region): Quote decoded words containing special
15510         characters when rfc2047-quote-decoded-words-containing-tspecials
15511         is non-nil.
15512
15513 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15514
15515         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15516
15517         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15518
15519 2005-02-15  Simon Josefsson  <jas@extundo.com>
15520
15521         * nnimap.el (nnimap-debug): Doc fix.
15522
15523         * imap.el (imap-debug): Doc fix.
15524
15525 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15526
15527         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15528
15529 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15530
15531         * gnus.el (spam-contents): Improve docs for spam-contents
15532         parameter in its variable incarnation.
15533
15534 2005-02-14  Simon Josefsson  <jas@extundo.com>
15535
15536         * smime-ldap.el: Use require instead of load-library for ldap.
15537         (smime-ldap-search): Indent.
15538         (smime-ldap-search-internal): Shorten line.
15539
15540         * smime.el (smime-cert-by-dns): Add doc-string.
15541         (smime-cert-by-ldap-1): Indent.
15542
15543         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15544         mml-smime-get-dns-ldap.
15545         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15546
15547 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15548
15549         * smime.el: Require smime-ldap.
15550         (smime-ldap-host-list): New variable.
15551         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15552
15553         * mml-smime.el (mml-smime-encrypt-query): New function.
15554         (mml-smime-encrypt-query): Use it.
15555
15556         * smime-ldap.el: New file.
15557
15558 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15559
15560         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15561
15562 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15563
15564         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15565         argument in doc string.  Make query for type more clear.
15566
15567 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15568
15569         * gnus.el (gnus-group-startup-message): Search for gnus images in
15570         etc/images/gnus.
15571         * mm-util.el (mm-image-load-path): Likewise.
15572         * smiley.el (smiley-data-directory): Search for smilies in
15573         etc/images/smilies.
15574
15575 2005-02-09  Kim F. Storm  <storm@cua.dk>
15576
15577         Change Emacs release version from 21.4 to 22.1 throughout.
15578         Change Emacs development version from 21.3.50 to 22.0.50.
15579
15580 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15581
15582         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15583
15584         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15585         non-Mule XEmacs as well.
15586         (mm-decompress-buffer): Signal an error intentionally if it does
15587         not decompress compressed data because auto-compression-mode is
15588         disabled.
15589
15590 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15591
15592         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15593         an ID in the registry even if it has no groups.
15594
15595 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15596
15597         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15598         merge it into mm-decompress-buffer.
15599         (gnus-mime-copy-part): Use the MIME part charset, the value which
15600         a user specified or gnus-newsgroup-charset for decoding, like
15601         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15602         save-buffer what was used.  Suggested by Kevin Ryde
15603         <user42@zip.com.au>.
15604         (gnus-mime-inline-part): Allow the name parameter as well as the
15605         filename parameter; force decompressing of compressed data; always
15606         display contents being not decoded as unibyte.
15607
15608         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15609         as well as the filename parameter.
15610
15611         * mm-util.el (mm-decompress-buffer):
15612         Merge gnus-mime-jka-compr-maybe-uncompress.
15613         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15614         of compressed data.
15615
15616 2005-02-08  Simon Josefsson  <jas@extundo.com>
15617
15618         * imap.el (imap-log): Doc fix.
15619
15620 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15621
15622         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15623         the coding cookies; decompress compressed parts.
15624
15625         * mml.el (mml-generate-mime-1): Add the charset parameter according
15626         to the value which a user specified manually or the coding cookie.
15627
15628         * mm-util.el (mm-string-to-multibyte): New function.
15629         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15630         (mm-coding-system-to-mime-charset): New function.
15631         (mm-decompress-buffer): New function.
15632         (mm-find-buffer-file-coding-system): New function.
15633
15634         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15635         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15636         parts.
15637
15638 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15639
15640         * mm-view.el (mm-display-inline-fontify): Decode a part according
15641         to the charset parameter.
15642
15643 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15644
15645         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15646         prefix arg is neither nil nor a number, as info specifies.
15647
15648 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15649
15650         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15651         timestamps.
15652
15653 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15654
15655         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15656         groups error checking and notify user.
15657
15658 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15659
15660         * message.el (message-send-mail-function): Check existence of
15661         sendmail-program first before using default value
15662         `message-send-mail-with-sendmail'.  Otherwise use more generic
15663         `smtpmail-send-it'.
15664
15665 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15666
15667         * nntp.el (nntp-request-update-info): Always return nil.
15668
15669 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15670
15671         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15672
15673 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15674
15675         * message.el (message-beginning-of-line): Change the behavior when
15676         invoked between BOL and : so that it first moves backward.
15677
15678 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15679
15680         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15681         article buffer when editing of the article is discarded.
15682         (gnus-article-prepare): Revert.
15683
15684 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15685
15686         * gnus-art.el (gnus-article-prepare):
15687         Remove message-strip-forbidden-properties from the local hook.
15688
15689 2005-01-27  Simon Josefsson  <jas@extundo.com>
15690
15691         * password.el (password-cache-add): Only start one timer per key.
15692         Reported by Derek Atkins <warlord@MIT.EDU>.
15693
15694 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15695
15696         * run-at-time.el: Remove.  It is no longer needed as
15697         timer-funcs.el in the xemacs-base package has a working version of
15698         `run-at-time'.
15699
15700         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15701
15702         * password.el: Require timer-funcs instead of run-at-time in
15703         XEmacs.
15704         Remove `password-run-at-time' macro.
15705         (password-cache-add): Use `run-at-time' instead of
15706         `password-run-at-time'.
15707
15708         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15709         Remove `nnheader-cancel-function-timers' alias,
15710         `cancel-function-timers' exists in XEmacs in timer-funcs.
15711
15712         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15713         for `run-with-idle-timer'.
15714
15715         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15716         for `run-at-time'.
15717
15718         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15719         for `with-timeout'.
15720
15721         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15722         the same as for XEmacs 21.4.
15723         No need to ignore `run-with-idle-timer', this function exists in
15724         XEmacs now in timer-funcs.el in the xemacs-base package.
15725         (dgnushack-compile): No need to delete
15726         run-at-time.el from the list of files to compile because it
15727         doesn't exist anymore.
15728
15729 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15730
15731         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15732         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15733
15734 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15735
15736         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15737         sensitively.
15738
15739 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15740
15741         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15742
15743 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15744
15745         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15746         which will be inserted according to the multibyteness of a buffer
15747         rather than the type of contents.  Suggested by ARISAWA Akihiro
15748         <ari@mbf.ocn.ne.jp>.
15749
15750         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15751         of string which old xml.el may return rather than a string.
15752
15753 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15754
15755         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15756
15757 2005-01-16  Simon Josefsson  <jas@extundo.com>
15758
15759         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15760         idn/idna.el isn't available.
15761         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15762         <michael@waxrat.com>.
15763
15764         * hashcash.el: Remove non-FSF copyright header.
15765
15766         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15767         (hashcash-generate-payment): Use it.
15768         (hashcash-generate-payment-async): Use it.
15769
15770 2005-01-15  Simon Josefsson  <jas@extundo.com>
15771
15772         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15773         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15774
15775         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15776         gnus-summary-idna-message.
15777         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15778         (gnus-summary-idna-message): New function.
15779
15780 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15781
15782         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15783         gnus-novice-user.
15784
15785 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15786
15787         * nnrss.el (nnrss-request-delete-group): Delete entries in
15788         nnrss-group-alist as well.
15789         (nnrss-save-server-data): Insert newline.
15790
15791 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15792
15793         * gnus.el (gnus-user-agent): Use list of symbols instead of
15794         symbols.  Display full version number for (S)XEmacs.
15795         Optionally display (S)XEmacs codename.
15796
15797         * gnus-util.el (gnus-emacs-version): Update for new
15798         `gnus-user-agent'.
15799
15800         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15801         Gnus version.
15802
15803 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15804
15805         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15806         which is unreadable in some setups.
15807
15808 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15809
15810         * gnus-spec.el (gnus-update-format-specifications): Flush the
15811         group format spec cache if it doesn't support decoded group names.
15812
15813 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15814
15815         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15816         Allow to apply decay on score files matching a regexp.
15817
15818 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15819
15820         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15821         compatibility in %g and %c.
15822
15823 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15824
15825         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15826         name for only %g and %c.
15827         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15828         of gnus-tmp-group to decoded group name.
15829         (gnus-group-make-rss-group): Exclude `/'s from group names.
15830
15831 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15832
15833         * nnrss.el (nnrss-get-encoding): Fix regexp.
15834
15835 2004-12-27  Simon Josefsson  <jas@extundo.com>
15836
15837         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15838         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15839         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15840
15841 2004-12-17  Kim F. Storm  <storm@cua.dk>
15842
15843         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15844
15845         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15846
15847 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15848
15849         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15850
15851 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15852
15853         * nnrss.el: Require rfc2047 and mml.
15854         (nnrss-file-coding-system): New variable.
15855         (nnrss-format-string): Redefine it as an inline function.
15856         (nnrss-decode-group-name): New function.
15857         (nnrss-string-as-multibyte): Remove.
15858         (nnrss-retrieve-headers): Decode group name; don't use
15859         nnrss-format-string.
15860         (nnrss-request-group): Decode group name.
15861         (nnrss-request-article): Decode group name; allow a Message-ID as
15862         well as an article number; don't use nnrss-format-string; encode a
15863         Message-ID string which may contain non-ASCII characters; use
15864         mml-to-mime to compose a MIME article.
15865         (nnrss-request-expire-articles): Decode group name.
15866         (nnrss-request-delete-group): Decode group name.
15867         (nnrss-fetch): Clarify error message.
15868         (nnrss-read-server-data): Use insert-file-contents instead of load;
15869         bind file-name-coding-system; use multibyte buffer.
15870         (nnrss-save-server-data): Bind coding-system-for-write to the
15871         value of nnrss-file-coding-system; bind file-name-coding-system;
15872         add coding cookie.
15873         (nnrss-read-group-data): Use insert-file-contents instead of load;
15874         bind file-name-coding-system; use multibyte buffer.
15875         (nnrss-save-group-data): Bind coding-system-for-write to the
15876         value of nnrss-file-coding-system; bind file-name-coding-system.
15877         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15878         make it work with non-ASCII text.
15879         (nnrss-find-el): Make it work with old xml.el as well.
15880
15881 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15882
15883         * nnrss.el (nnrss-get-encoding): New function.
15884         (nnrss-fetch): Use unibyte buffer initially; bind
15885         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15886         decode contents according to the encoding attribute.
15887         (nnrss-save-group-data): Add coding cookie.
15888         (nnrss-mime-encode-string): New function.
15889         (nnrss-check-group): Use it to encode subject and author.
15890
15891 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15892
15893         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15894         imaginary variable.
15895
15896 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15897
15898         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15899         correctly even if there are wide characters.
15900
15901 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15902
15903         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15904         downcased symbol names; make a new cache instead of reusing
15905         bbdb-hashtable.
15906
15907 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15908
15909         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15910         concatenating segments rather than before concatenating them.
15911         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15912
15913         * message.el (message-get-reply-headers): Bind `extra'.
15914
15915 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15916
15917         * message.el (message-extra-wide-headers): New variable.
15918         (message-get-reply-headers): Use it.
15919
15920 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15921
15922         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15923         (gnus-agent-group-pathname): Ditto.
15924
15925         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15926
15927         * gnus-group.el (gnus-group-make-group): Decode group name.
15928         (gnus-group-make-rss-group): Register the group data after opening
15929         the nnrss group.
15930
15931 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15932
15933         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15934         by expiry now get marked as read.
15935
15936 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15937
15938         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15939
15940 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15941
15942         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15943         unify Latin characters in XEmacs.
15944         (mm-find-mime-charset-region): Use it.
15945
15946 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15947
15948         * gnus-util.el (gnus-delete-directory): New function.
15949
15950         * gnus-agent.el (gnus-agent-delete-group): Use it.
15951
15952         * gnus-cache.el (gnus-cache-delete-group): Use it.
15953
15954 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15955
15956         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15957         names.
15958
15959 2004-12-16  Simon Josefsson  <jas@extundo.com>
15960
15961         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15962
15963 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15964
15965         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15966
15967         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15968         (gnus-group-set-current-level): Decode group name.
15969
15970 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15971
15972         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15973         failed.
15974
15975 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15976
15977         * gnus-group.el (gnus-group-delete-group): Decode group name.
15978         (gnus-group-make-rss-group): Encode group name.
15979         (gnus-group-catchup-current): Decode group name.
15980         (gnus-group-kill-group): Decode group name.
15981
15982 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15983
15984         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15985
15986 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15987
15988         * gnus-group.el (gnus-group-make-rss-group):
15989         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15990
15991         * gnus-start.el (gnus-setup-news): Honor user's setting to
15992         gnus-message-archive-method.  Suggested by Lute Kamstra
15993         <lute@gnu.org>.
15994
15995 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15996
15997         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15998         global counterparts of the buffer-local variables.
15999
16000 2004-11-16  Romain Francoise  <romain@orebokech.com>
16001
16002         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16003         counterparts of the buffer-local variables.
16004
16005 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16006
16007         * message.el (message-forbidden-properties): Fix typo in doc
16008         string.
16009
16010 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16011
16012         * gnus-util.el (gnus-replace-in-string): Add doc string.
16013
16014         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16015         to avoid problems when splitting mails with many recipients.
16016
16017 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16018
16019         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16020         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16021
16022 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16023
16024         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16025         if there is no hashtable in memory or file modification time is
16026         newer than cached timestamp.
16027
16028 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16029
16030         * gnus-sum.el (gnus-summary-limit-to-recipient):
16031         Implement not-matching option.
16032
16033 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16034
16035         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16036         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16037         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16038         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16039         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16040         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16041
16042 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16043
16044         * message.el (message-forward-make-body-mml): Remove headers
16045         according to message-forward-ignored-headers if a message is decoded.
16046
16047 2004-12-02  Romain Francoise  <romain@orebokech.com>
16048
16049         * message.el (message-forward-make-body-plain): Always remove
16050         headers according to message-forward-ignored-headers.
16051
16052 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16053
16054         * spam.el (spam-summary-prepare-exit): Remove the
16055         gnus-summary-limit pop for now, it has problems with ham marks for
16056         me.
16057
16058 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16059
16060         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16061         correctly.
16062
16063 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16064
16065         * format-spec.el (format-spec): Message the char.
16066
16067 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16068
16069         * gnus-art.el (gnus-split-methods): Reformat comments.
16070
16071         * spam.el (spam-summary-prepare-exit): Remove article limits
16072         before exiting the summary buffer.
16073
16074 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16075
16076         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16077         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16078
16079         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16080         order to silence the byte compiler.
16081
16082         * spam.el: Fix the way to silence the byte compiler, which
16083         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16084         bbdb-search-simple, spam-BBDB-register-routine,
16085         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16086         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16087         spam-stat-buffer-is-spam, spam-stat-load,
16088         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16089         spam-stat-save and spam-stat-split-fancy.
16090
16091 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16092
16093         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16094         which may confuse users.
16095         (canlock-password-for-verify): Ditto.
16096
16097         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16098
16099         * gnus-art.el (gnus-emphasis-alist): Ditto.
16100
16101         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16102
16103         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16104
16105         * gnus-start.el (gnus-save-killed-list): Ditto.
16106
16107         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16108         (gnus-sum-thread-tree-root): Ditto.
16109         (gnus-sum-thread-tree-false-root): Ditto.
16110         (gnus-sum-thread-tree-single-indent): Ditto.
16111
16112         * message.el (message-courtesy-message): Ditto.
16113         (message-archive-note): Ditto.
16114         (message-subscribed-address-file): Ditto.
16115         (message-user-fqdn): Ditto.
16116
16117         * spam-report.el (spam-report-gmane-regex): Ditto.
16118
16119         * spam.el (spam-blackhole-good-server-regex): Ditto.
16120
16121 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16122
16123         * mml.el (mml-preview): Widen the message buffer before copying
16124         the contents to the preview buffer; sort headers before previewing.
16125
16126         * message.el (message-hidden-headers): Fix the way to avoid a bug
16127         in the `repeat' widget in Emacs 21.3 or earlier.
16128
16129 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16130
16131         * message.el (message-hidden-headers): Default to "^References:".
16132         Improve customization type.  Suggested by Reiner Steib
16133         <Reiner.Steib@gmx.de>.
16134
16135 2004-11-25  Romain Francoise  <romain@orebokech.com>
16136
16137         * message.el (message-strip-forbidden-properties): Remove check for
16138         obsolete `message-hidden' text property, hidden headers are not
16139         accessible in the buffer anymore.
16140
16141 2004-11-22  Romain Francoise  <romain@orebokech.com>
16142
16143         * message.el (message-header-format-alist): Add `From' in list
16144         so that it can be sorted.
16145         (message-fix-before-sending): Widen and sort headers before
16146         sending.
16147         (message-hide-headers): Use narrowing to hide headers by moving
16148         them to the top of the buffer and narrowing to the region
16149         underneath.
16150
16151 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16152
16153         * message.el (message-strip-forbidden-properties):
16154         Bind buffer-read-only (etc) to nil.
16155
16156 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16157
16158         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16159         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16160
16161 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16162
16163         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16164
16165 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16166
16167         * dns.el (query-dns): Use sit-for to time instead of
16168         accept-process-output, since that doesn't seem to work on udp
16169         sockets.
16170
16171 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16172
16173         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16174
16175 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16176
16177         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16178         doc string.  Improve doc string.
16179
16180 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16181
16182         * nntp.el (nntp-request-update-info): Return nil if
16183         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16184         may not call gnus-activate-group which uselessly issues the GROUP
16185         commands for all nntp groups and wastes time.  Reported by Romain
16186         Francoise <romain@orebokech.com>.
16187
16188         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16189
16190 2004-11-15  Simon Josefsson  <jas@extundo.com>
16191
16192         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16193         headers separately.
16194         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16195         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16196
16197 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16198
16199         * gnus-start.el (gnus-convert-old-newsrc):
16200         Assign legacy-gnus-agent to 5.10.7.
16201
16202 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16203
16204         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16205         start of the lines.
16206
16207 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16208
16209         * hashcash.el (hashcash-default-payment): Change default to 20.
16210         (hashcash-default-accept-payment): Change default to 20.
16211         (hashcash-process-alist): New variable.
16212         (hashcash-generate-payment-async): Add.
16213         (hashcash-already-paid-p): Add.
16214         (hashcash-insert-payment): Don't generate payments twice.
16215         (hashcash-insert-payment-async): Add.
16216         (hashcash-insert-payment-async-2): Add.
16217         (hashcash-cancel-async): Add.
16218         (hashcash-wait-async): Add.
16219         (hashcash-processes-running-p): Add.
16220         (hashcash-wait-or-cancel): Add.
16221         (mail-add-payment): New optional argument.  Conditionally start
16222         asynchronous calculation.
16223         (mail-add-payment-async): Add.
16224
16225         * message.el (message-send-mail): Wait for asynchronous hashcash
16226         results.  Don't clobber existing X-Hashcash headers.
16227         (message-setup-1): Call mail-add-payment-async when
16228         message-generate-hashcash is non-nil.
16229
16230 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16231
16232         * message.el (message-use-alternative-email-as-from): Examine the
16233         From header as well; use message-make-from in order to include a
16234         user's full name.
16235
16236 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16237
16238         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16239         default; improve customization type.
16240         (gnus-emphasis-custom-with-format): New macro.
16241         (gnus-emphasis-custom-value-to-external): New function.
16242         (gnus-emphasis-custom-value-to-internal): New function.
16243
16244 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16245
16246         * dns.el (query-dns): Resolve reverse addresses.
16247
16248 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16249
16250         * gnus-group.el (gnus-group-get-new-news): Use it.
16251
16252         * gnus-start.el (gnus-check-reasonable-setup): New function.
16253
16254 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16255
16256         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16257         "Args out of range" error.  Reported by Arnaud Giersch
16258         <arnaud.giersch@free.fr>.
16259
16260 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16261
16262         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16263
16264 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16265
16266         * spam.el (spam group): Add :version.
16267
16268         * pgg-def.el (pgg group): Add :version.
16269
16270 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16271
16272         * gnus-art.el (gnus-article-edit-article): Don't associate the
16273         article buffer with a draft file.  This is a temporary measure
16274         against the 2004-08-22 change to gnus-article-edit-mode.
16275
16276 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16277
16278         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16279         (html2text-format-tags): Remove unused variable `attr'.
16280
16281 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16282
16283         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16284
16285         * tls.el (tls-process-connection-type, tls-success)
16286         (tls-certtool-program): Add :version.
16287
16288         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16289         (starttls-extra-arguments, starttls-process-connection-type)
16290         (starttls-connect, starttls-failure, starttls-success): Add :version.
16291
16292         * spam-stat.el (spam-stat): Add :version.
16293
16294         * sieve.el (sieve): Add :version.
16295
16296         * sha1.el (sha1): Add :version.
16297         (sha1-use-external): Remove redundant version.
16298
16299         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16300         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16301         (nnmail-split-fancy-match-partial-words)
16302         (nnmail-split-lowercase-expanded): Add :version.
16303
16304         * nndiary.el (nndiary): Add :version.
16305
16306         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16307
16308         * mml-sec.el (mml-default-sign-method)
16309         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16310         Add :version.
16311
16312         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16313
16314         * mm-url.el (mm-url-use-external, mm-url-program)
16315         (mm-url-arguments): Add :version.
16316
16317         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16318         (mm-attachment-file-modes, mm-decrypt-option)
16319         (mm-w3m-safe-url-regexp): Add :version.
16320
16321         * message.el (message-cite-prefix-regexp)
16322         (message-sendmail-envelope-from, message-minibuffer-local-map)
16323         (message-user-fqdn, message-completion-alist): Add :version.
16324
16325         * gnus-win.el (gnus-configure-windows-hook)
16326         (gnus-use-frames-on-any-display): Add :version.
16327
16328         * gnus-art.el (gnus-article-address-banner-alist)
16329         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16330         (gnus-treat-from-picon, gnus-treat-mail-picon)
16331         (gnus-treat-x-pgp-sig): Add :version.
16332
16333         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16334         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16335         (gnus-summary-article-delete-hook)
16336         (gnus-summary-display-while-building): Add :version.
16337
16338         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16339         (gnus-get-top-new-news-hook): Add :version.
16340
16341         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16342         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16343
16344         * gnus-registry.el (gnus-registry): Add :version.
16345
16346         * gnus-spec.el (gnus-use-correct-string-widths)
16347         (gnus-make-format-preserve-properties): Add :version.
16348
16349         * gnus.el (gnus-group-charter-alist)
16350         (gnus-group-fetch-control-use-browse-url)
16351         (gnus-install-group-spam-parameters): Add :version.
16352
16353         * gnus-diary.el (gnus-diary): Add :version.
16354
16355         * gnus-delay.el (gnus-delay): Add :version.
16356
16357         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16358         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16359         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16360         Add :version.
16361
16362         * gnus-agent.el (gnus-agent-max-fetch-size)
16363         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16364         (gnus-agent-prompt-send-queue): Add :version.
16365
16366         * deuglify.el (gnus-outlook-deuglify): Add :version.
16367
16368         * html2text.el: Beautify code.  Improve doc strings.
16369         Some checkdoc cleanup.
16370         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16371
16372 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16373
16374         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16375
16376 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16377
16378         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16379         when package is loaded.
16380
16381         * spam.el (spam-summary-score-preferred-header): Add global preference
16382         for people who want to override the default SpamAssassin over
16383         Bogofilter preference (when both are set).
16384         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16385         (spam-user-format-function-S):
16386         Check spam-summary-score-preferred-header.
16387         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16388         (spam-user-format-function-S): Format the score correctly.
16389
16390 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16391
16392         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16393         signature file.  Suggested by Manoj Srivastava
16394         <srivasta@golden-gryphon.com>.
16395
16396         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16397         iso-2022-jp even in the Japanese language environment.
16398         Suggested by Jason Rumney <jasonr@gnu.org>.
16399
16400 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16401
16402         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16403         use the same characters as the dummy marks; make it free from
16404         getting affected by the language environment.
16405         (gnus-summary-read-group-1): Update mark positions only when the
16406         format spec is updated.
16407
16408         * gnus-spec.el (gnus-update-format-specifications): Return a list
16409         of updated types.
16410
16411 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16412
16413         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16414         of boundp to check if display-warning is available.
16415
16416 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16417
16418         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16419
16420 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16421
16422         * nnspool.el (nnspool-spool-directory): Use news-path if the
16423         news-directory variable is not bound.
16424
16425         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16426         function instead of display-warning if it is not available.
16427
16428 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16429
16430         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16431         v5-10: Use `point-at-bol'.
16432
16433 2004-10-26  Simon Josefsson  <jas@extundo.com>
16434
16435         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16436         <chenggao@gmail.com>.
16437
16438 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16439
16440         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16441         instead.
16442
16443 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16444
16445         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16446         to remove a server from the nnimap-server-buffer-alist.
16447         (nnimap-open-connection, nnimap-close-server): Use it.
16448
16449         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16450
16451 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16452
16453         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16454         running the major-mode function.
16455
16456 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16457
16458         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16459         dummy marks in the right way.
16460
16461 2004-10-18  David Edmondson  <dme@dme.org>
16462
16463         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16464         excessively.
16465
16466 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16467
16468         * gnus-util.el (gnus-split-references): Accept a nil references
16469         string and go on blissfully.
16470
16471         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16472         cases where the references string is non-nil but has no references.
16473
16474         * encrypt.el: Add autoload tags.
16475
16476         * spam.el (spam-resolve-registrations-routine): Remove article
16477         from unregistration list too.  Reported by David Hanak
16478         <dhanak@isis.vanderbilt.edu>
16479
16480 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16481
16482         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16483         nil.  Change custom type.
16484
16485 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16486
16487         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16488
16489         * gnus-sum.el (gnus-summary-move-article): Use it.
16490
16491 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16492
16493         * encrypt.el: Add autoload cookies.
16494
16495         * spam.el (spam-backend-article-list-property)
16496         (spam-backend-get-article-todo-list)
16497         (spam-backend-put-article-todo-list)
16498         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16499         Resolve registrations separately.
16500         (spam-register-routine): Format comments.
16501         (spam-unregister-routine, spam-register-routine): Always call with
16502         specific-articles, no default list.
16503         (spam-summary-prepare-exit): Use the spam-classifications function.
16504
16505         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16506         gnus-encrypt.el.
16507
16508         * encrypt.el: Copied from gnus-encrypt.el.
16509
16510         * gnus-encrypt.el: Commented that it's obsolete.
16511
16512 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16513
16514         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16515         (gnus-score-save): Use it.
16516
16517         * message.el (message-bury): Use `window-dedicated-p'.
16518
16519 2004-10-15  Simon Josefsson  <jas@extundo.com>
16520
16521         * pop3.el (top-level): Don't require nnheader.
16522         (pop3-read-timeout): Add.
16523         (pop3-accept-process-output): Add.
16524         (pop3-read-response, pop3-retr): Use it.
16525
16526 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16527
16528         * spam.el (spam-register-routine): Move comment.
16529         (spam-verify-bogofilter): Use 'unknown for the initial
16530         spam-bogofilter-valid state, not 'never.
16531
16532         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16533         for netrc-machine.
16534
16535         * nnimap.el (nnimap-open-connection):
16536         Use netrc-machine-user-or-password.
16537
16538 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16539
16540         * gnus-registry.el (gnus-registry-unload-hook):
16541         Set as a variable with add-hook.
16542
16543         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16544         of news-path.
16545
16546         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16547
16548         * spam.el: Delete duplicate `provide'.
16549         (spam-unload-hook): Set as a variable with add-hook.
16550
16551 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16552
16553         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16554         in the doc string.
16555
16556         * message.el (message-ignored-news-headers)
16557         (message-ignored-supersedes-headers)
16558         (message-ignored-resent-headers)
16559         (message-forward-ignored-headers): Improve custom type.
16560
16561 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16562
16563         * message.el (message-tokenize-header): Fix 2004-09-06 change
16564         which used point-min in the wrong place.
16565
16566 2004-10-12  Simon Josefsson  <jas@extundo.com>
16567
16568         * tls.el (tls-certtool-program): New variable.
16569         (tls-certificate-information): New function, based on
16570         ssl-certificate-information.
16571
16572 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16573
16574         * compface.el: Move the version of ELisp-based uncompface program
16575         to the contrib directory because of the copyright problem.
16576
16577 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16578
16579         * message.el (message-kill-buffer): Raise the current frame.
16580
16581 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16582
16583         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16584
16585         * gnus.el (message-y-or-n-p): Autoload.
16586
16587         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16588         (pop3-password-required, pop3-authentication-scheme)
16589         (pop3-leave-mail-on-server): Make customizable.
16590         (pop3): New custom group.
16591         (pop3-retr): Remove `sleep-for' statements.
16592         Suggested by Dave Love <fx@gnu.org>.
16593
16594         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16595         Windows/DOS.
16596
16597         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16598         (imap-parse-body): Fix incorrect use of `assert'.
16599         Suggested by Dave Love <fx@gnu.org>.
16600
16601         * mml.el (mml-minibuffer-read-disposition): Require match.
16602         Suggested by Dave Love <fx@gnu.org>.
16603
16604 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16605
16606         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16607         doc string.
16608
16609 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16610
16611         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16612
16613 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16614
16615         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16616         instead of calling `mm-insert-inline', to decode text/* parts
16617         before displaying them.
16618
16619 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16620
16621         * mm-uu.el (mm-uu-text-plain-type): New variable.
16622         (mm-uu-pgp-signed-extract-1): Use it.
16623         (mm-uu-pgp-encrypted-extract-1): Use it.
16624         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16625         bind mm-uu-text-plain-type with that value.
16626         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16627         mm-uu-dissect.
16628
16629 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16630
16631         * gnus-group.el (gnus-update-group-mark-positions):
16632         * gnus-sum.el (gnus-update-summary-mark-positions):
16633         * message.el (message-check-news-body-syntax):
16634         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16635         of string-as-multibyte.
16636
16637 2004-10-05  Juri Linkov  <juri@jurta.org>
16638
16639         * gnus-group.el (gnus-update-group-mark-positions):
16640         * gnus-sum.el (gnus-update-summary-mark-positions):
16641         * message.el (message-check-news-body-syntax):
16642         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16643         8-bit unibyte values to a multibyte string for search functions.
16644
16645 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16646
16647         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16648         (mm-uu-dissect-text-parts): New function.
16649
16650         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16651         dissect text parts.
16652
16653         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16654         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16655
16656         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16657
16658         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16659         Use gnus-current-topics instead of gnus-current-topic.
16660
16661 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16662
16663         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16664
16665 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16666
16667         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16668         where approriate.
16669
16670         * nnml.el (nnml-generate-active-info): do.
16671
16672         * nndiary.el (nndiary-generate-active-info): do.
16673
16674         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16675         (gnus-topic-move): do.
16676
16677         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16678         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16679
16680         * gnus-srvr.el (gnus-server-prepare)
16681         (gnus-server-open-all-servers): do.
16682
16683         * gnus-msg.el (gnus-summary-cancel-article)
16684         (gnus-summary-resend-message)
16685         (gnus-summary-mail-crosspost-complaint): do.
16686
16687         * gnus-move.el (gnus-change-server): do.
16688
16689         * gnus-group.el (gnus-group-unmark-all-groups)
16690         (gnus-group-set-current-level): do.
16691
16692 2004-10-04  Simon Josefsson  <jas@extundo.com>
16693
16694         * message.el (message-generate-hashcash): Doc fix.
16695
16696 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16697
16698         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16699         avoid infinite recursion via gnus-get-function.
16700
16701 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16702
16703         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16704
16705         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16706
16707         * nnmail.el (nnmail-split-history): do.
16708
16709         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16710         (nnml-request-delete-group): do.
16711
16712         * nnslashdot.el (nnslashdot-read-groups): do.
16713
16714         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16715         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16716
16717         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16718         (nnspool-sift-nov-with-sed): Use last.
16719         (nnspool-retrieve-headers-with-nov): Use mapc.
16720         (nnspool-request-newgroups): Use dolist.
16721         (nnspool-request-group): Use last.
16722
16723         * nntp.el (nntp-read-server-type): Use dolist.
16724
16725         * nnvirtual.el (nnvirtual-create-mapping)
16726         (nnvirtual-update-read-and-marked): Use dolist.
16727         (nnvirtual-convert-headers): Simplify.
16728
16729 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16730
16731         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16732         Add support for sync'ing tick marks.
16733
16734 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16735
16736         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16737         there's no visible header.
16738
16739 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16740
16741         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16742         When necessary, pass full group name to gnus-request-set-marks.
16743
16744 2004-10-01  Simon Josefsson  <jas@extundo.com>
16745
16746         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16747         acroread.
16748
16749 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16750
16751         * spam-report.el (spam-report-gmane): Fix interactive.
16752
16753         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16754
16755         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16756         when writing file.
16757         (gnus-agent-synchronize-flags): Don't default to being
16758         interactive.
16759
16760 2004-09-30  Simon Josefsson  <jas@extundo.com>
16761
16762         * message.el (message-generate-hashcash): Add.
16763         (message-send-mail): Use it, call mail-add-payment.
16764
16765 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16766
16767         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16768
16769 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16770
16771         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16772         gnus-requst-update-info with explicit code to sync the in-memory
16773         info read flags with the marks being sync'd to the backend.
16774
16775         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16776
16777 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16778
16779         * spam.el (spam-verify-bogofilter): Add new function.
16780         (spam-check-bogofilter)
16781         (spam-bogofilter-register-with-bogofilter): Use it.
16782         (spam-verify-bogofilter): Add small fixes.
16783
16784 2004-09-28  Simon Josefsson  <jas@extundo.com>
16785
16786         * hashcash.el (hashcash-generate-payment): Revert.
16787
16788 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16789
16790         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16791         Use gnus-extract-references instead of gnus-split-references.
16792
16793         * gnus-util.el (gnus-extract-references): Add new function, analogous
16794         to gnus-split-references but extracts only the message-ID without
16795         anything extra.
16796
16797         * hashcash.el (hashcash-generate-payment)
16798         (hashcash-check-payment): Do the right thing if hashcash-path is
16799         nil (because the hashcash program could not be found).
16800
16801         * spam.el (spam-use-hashcash): Remove comment.
16802
16803 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16804
16805         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16806         (gnus-cache-enter-article, gnus-cache-remove-article)
16807         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16808
16809         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16810
16811         * gnus-art.el (article-hide-boring-headers)
16812         (article-translate-strings, article-display-face)
16813         (gnus-article-mime-match-handle-first)
16814         (gnus-article-highlight-headers)
16815         (gnus-article-add-buttons-to-head): do.
16816
16817 2004-09-27  Simon Josefsson  <jas@extundo.com>
16818
16819         * hashcash.el: New version, from
16820         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16821         ../contrib/.
16822
16823 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16824
16825         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16826
16827 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16828
16829         * gnus-dup.el (gnus-dup-open): Use mapc.
16830         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16831
16832         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16833         Reported by Stefan Wiens <s.wi@gmx.net>.
16834
16835         * gnus.el (gnus-shutdown): Use dolist.
16836
16837         * gnus-undo.el (gnus-undo): Use mapc.
16838
16839         * nnrss.el (nnrss-generate-active): do.
16840
16841         * message.el (message-cite-original-without-signature)
16842         (message-cite-original): Use mapc.
16843         (message-do-actions, message-make-forward-subject): Use dolist.
16844
16845 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16846
16847         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16848         deletion to remove entire duplicate line.  Fixes merged article
16849         number bug.
16850
16851 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16852
16853         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16854         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16855         first ask if you want to open a server and then, even when you
16856         responded with no, asking if you want to synchronize the server's
16857         flags.
16858         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16859         multi-line expressions.
16860         (gnus-agent-synchronize-group-flags): New internal function.
16861         Updates marks in memory (in the info structure) AND in the
16862         backend.
16863
16864         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16865
16866         * nnagent.el (nnagent-request-set-mark):
16867         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16868         method, to ensure that synchronization updates marks in the
16869         backend and in the info (in memory) structure.
16870
16871 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16872
16873         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16874         convention fully; don't miss the root article of a thread; make
16875         the X-Draft-From header with correct article numbers.
16876
16877 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16878
16879         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16880         unless plugged.  Disable the agent so that an open failure causes
16881         an error.
16882
16883         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16884         Revert 2004-09-21 change.  The backend must be opened while
16885         synchronizing flags even when the backend stores the flags
16886         locally.
16887
16888 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16889
16890         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16891         in `header' match.  Reported by Svend Tollak Munkejord.
16892
16893         * message.el (message-cite-original): Fix use of
16894         `message-cite-articles-with-x-no-archive'.
16895
16896 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16897
16898         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16899         (gnus-window-to-buffer): Ditto.
16900
16901         * mml.el (mml-preview-buffer): New variable.
16902         (mml-preview): Manage window layout with gnus-buffer-configuration.
16903
16904         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16905         X-Draft-From header even if those articles aren't quoted.
16906
16907 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16908
16909         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16910         (gnus-request-set-mark, gnus-request-update-mark): Use new
16911         g-s-t-u-l-m to decide to use backend even when unplugged.
16912
16913 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16914
16915         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16916         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16917
16918 2004-09-20  Simon Josefsson  <jas@extundo.com>
16919
16920         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16921         "utf-16-le".
16922
16923 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16924
16925         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16926
16927 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16928
16929         * uudecode.el (uudecode-use-external): Add :version.
16930
16931         * smime.el (smime-CA-file, smime-encrypt-cipher)
16932         (smime-dns-server): Add :version.
16933
16934         * smiley.el (gnus-smiley-file-types): Add :version.
16935
16936         * sha1.el (sha1-use-external): Add :version.
16937
16938         * pgg-def.el (pgg-query-keyserver): Add :version.
16939
16940         * nnmail.el (nnmail-fancy-expiry-targets)
16941         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16942         Add :version.
16943
16944         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16945         (nnimap-retrieve-groups-asynchronous): Add :version.
16946         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16947
16948         * mml.el (mml-content-disposition-parameters)
16949         (mml-insert-mime-headers-always): Add :version.
16950
16951         * mm-util.el (mm-coding-system-priorities): Add :version.
16952
16953         * mm-decode.el (mm-inline-text-html-with-images)
16954         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16955         (mm-verify-option): Add :version.
16956         (mm-text-html-renderer): Change :version.
16957
16958         * message.el (message-fcc-externalize-attachments)
16959         (message-required-headers, message-draft-headers)
16960         (message-subject-trailing-was-query)
16961         (message-subject-trailing-was-ask-regexp)
16962         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16963         (message-mark-insert-end, message-archive-header)
16964         (message-archive-note, message-cross-post-default)
16965         (message-cross-post-note, message-followup-to-note)
16966         (message-cross-post-note-function, message-use-mail-followup-to)
16967         (message-subscribed-address-functions)
16968         (message-subscribed-address-file, message-subscribed-addresses)
16969         (message-subscribed-regexps, message-allow-no-recipients)
16970         (message-yank-cited-prefix, message-signature-insert-empty-line)
16971         (message-hidden-headers, message-hierarchical-addresses)
16972         (message-mail-user-agent, message-use-idna)
16973         (message-valid-fqdn-regexp)
16974         (message-strip-special-text-properties, message-header-synonyms)
16975         (message-beginning-of-line, message-tab-body-function): Add :version.
16976         (message-insert-canlock, message-wide-reply-confirm-recipients):
16977         Change :version.
16978
16979         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16980         and :version.
16981         (mail-source-delete-old-incoming-confirm)
16982         (mail-source-movemail-program): Add :version.
16983
16984         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16985         (gnus-agent-cache, gnus-agent): Change :version.
16986
16987         * gnus-util.el (gnus-use-byte-compile): Change :version.
16988
16989         * gnus-sum.el (gnus-summary-make-false-root-always)
16990         (gnus-summary-default-high-score)
16991         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16992         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16993         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16994         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16995         (gnus-sum-thread-tree-single-indent)
16996         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16997         (gnus-sum-thread-tree-leaf-with-other)
16998         (gnus-sum-thread-tree-single-leaf): Add :version.
16999         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17000         (gnus-article-loose-mime): Change :version.
17001
17002         * gnus-start.el (gnus-backup-startup-file)
17003         (gnus-save-startup-file-via-temp-buffer): Add :version.
17004
17005         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17006         (gnus-server-offline-face): Add :version.
17007
17008         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17009
17010         * gnus-msg.el (gnus-gcc-externalize-attachments)
17011         (gnus-debug-files, gnus-debug-exclude-variables)
17012         (gnus-discouraged-post-methods): Change :version.
17013         (gnus-confirm-mail-reply-to-news)
17014         (gnus-confirm-treat-mail-like-news): Add :version.
17015
17016         * gnus-int.el (gnus-server-unopen-status): Add :version.
17017
17018         * gnus-group.el (gnus-group-jump-to-group-prompt)
17019         (gnus-large-ephemeral-newsgroup)
17020         (gnus-fetch-old-ephemeral-headers): Add :version.
17021
17022         * gnus-fun.el (gnus-x-face-directory)
17023         (gnus-convert-pbm-to-x-face-command)
17024         (gnus-convert-image-to-x-face-command)
17025         (gnus-convert-image-to-face-command): Add :version.
17026
17027         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17028
17029         * gnus-cite.el (gnus-cite-blank-line-after-header)
17030         (gnus-article-boring-faces): Add :version.
17031
17032         * gnus-art.el (gnus-buttonized-mime-types)
17033         (gnus-inhibit-mime-unbuttonizing)
17034         (gnus-treat-display-face)
17035         (gnus-treat-body-boundary): Change :version.
17036         (gnus-body-boundary-delimiter, gnus-picon-databases)
17037         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17038         (gnus-treat-date-english, gnus-treat-fold-headers)
17039         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17040         (gnus-treat-mail-picon, gnus-treat-wash-html)
17041         (gnus-article-encrypt-protocol)
17042         (gnus-use-idna, gnus-article-over-scroll)
17043         (gnus-mime-display-multipart-alternative-as-mixed)
17044         (gnus-mime-display-multipart-related-as-mixed)
17045         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17046         (gnus-ctan-url, gnus-button-ctan-handler)
17047         (gnus-button-handle-ctan-bogus-regexp)
17048         (gnus-button-ctan-directory-regexp)
17049         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17050         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17051         (gnus-button-man-level, gnus-button-emacs-level)
17052         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17053
17054         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17055         (gnus-agent-go-online): Change :version.
17056         (gnus-agent-expire-unagentized-dirs)
17057         (gnus-agent-auto-agentize-methods): Add :version.
17058
17059         * flow-fill.el (fill-flowed-display-column)
17060         (fill-flowed-encode-column): Add :version.
17061
17062         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17063         (gnus-outlook-deuglify-unwrap-max)
17064         (gnus-outlook-deuglify-cite-marks)
17065         (gnus-outlook-deuglify-unwrap-stop-chars)
17066         (gnus-outlook-deuglify-no-wrap-chars)
17067         (gnus-outlook-deuglify-attrib-cut-regexp)
17068         (gnus-outlook-deuglify-attrib-verb-regexp)
17069         (gnus-outlook-deuglify-attrib-end-regexp)
17070         (gnus-outlook-display-hook): Add :version.
17071
17072         * binhex.el (binhex-use-external): Add :version.
17073
17074 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17075
17076         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17077         and `invisible'.
17078
17079 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17080
17081         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17082         in gnus-registry-trim.
17083
17084 2004-09-13  Simon Josefsson  <jas@extundo.com>
17085
17086         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17087
17088         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17089
17090         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17091         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17092         <yamaoka@jpl.org>.
17093         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17094         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17095         <yamaoka@jpl.org>.
17096
17097         * sieve.el (sieve-manage-mode): Ditto.
17098
17099 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17100
17101         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17102
17103 2004-09-11  Simon Josefsson  <jas@extundo.com>
17104
17105         * dns-mode.el: Add.
17106
17107         * mm-view.el (mm-display-dns-inline): Add.
17108
17109         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17110         (mm-automatic-display): Ditto.
17111
17112         * mailcap.el (mailcap-mime-data): Add text/dns.
17113         (mailcap-mime-extensions): Map .soa to text/dns.
17114
17115 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17116
17117         * gnus-art.el (article-decode-mime-words, article-babel)
17118         (gnus-article-highlight-signature, gnus-article-add-buttons)
17119         (gnus-signature-toggle): Remove unnecessary bindings of
17120         `inhibit-read-only' inherited from v5.10 merge.
17121
17122 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17123
17124         * nntp.el (nntp): New customization group.
17125         (nntp-authinfo-file): Add customization group.
17126
17127         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17128
17129         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17130
17131         * gnus.el (to-address, to-list, subscribed)
17132         (large-newsgroup-initial): Ditto.
17133
17134         * flow-fill.el (fill-flowed-display-column)
17135         (fill-flowed-encode-column): Ditto.
17136
17137 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17138
17139         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17140         Use point-min rather than 1.
17141         (message-send-mail): Use buffer-size rather than point-max.
17142
17143         * gnus-sum.el (gnus-summary-search-article-forward):
17144         Signal a specific `search-failed' rather than a generic `error'.
17145
17146         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17147         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17148         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17149
17150 2004-09-10  Simon Josefsson  <jas@extundo.com>
17151
17152         * nndb.el (require): Remove tcp and duplicate cl.
17153
17154 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17155
17156         * gnus-agent.el (directory-files-and-attributes): Move forward.
17157
17158 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17159
17160         * gnus-agent.el (directory-files-and-attributes):
17161         Optionally defined to support XEmacs.
17162
17163 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17164
17165         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17166         to avoid run-time CL dependencies.
17167         (gnus-agent-unfetch-articles): New function.
17168         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17169         article numbers even when local .overview file is missing.
17170         (gnus-agent-read-article-number): New function.  Only accepts
17171         27-bit article numbers.
17172         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17173         Use gnus-agent-read-article-number.
17174         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17175         from backend while recognizing that article numbers in .overview
17176         must be valid.
17177         (gnus-agent-update-files-total-fetched-for):
17178         Use directory-files-and-attributes to improve performance.
17179         * gnus-int.el (gnus-request-move-article):
17180         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17181         improve performance.
17182
17183         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17184         some users confused by references to .newsrc when they only have a
17185         .newsrc.eld file.
17186         (gnus-convert-mark-converter-prompt)
17187         (gnus-convert-converter-needs-prompt): Fix use of property list.
17188         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17189         New function.  Used internally to only display 'gnus converting
17190         files' message when actually necessary.
17191
17192         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17193         methods now autoloaded.
17194
17195 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17196
17197         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17198         identifiers.
17199
17200 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17201
17202         * gnus-picon.el: Fix indentation and closing parenthesis.
17203
17204 2004-09-01  Simon Josefsson  <jas@extundo.com>
17205
17206         * message.el (message-canlock-generate): Require sha1, not
17207         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17208         to require within a function.  Sadly, if sha1.el isn't loaded, the
17209         let binding in m-c-g will hide the defcustom definition, which is
17210         bad.)
17211
17212         * canlock.el: Require sha1, not sha1-el.
17213
17214         * message.el: Don't autoload sha1 (there is a autoload cookie in
17215         sha1.el).
17216
17217         * sha1-el.el: Rename to sha1.el.
17218
17219 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17220
17221         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17222
17223 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17224
17225         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17226
17227 2004-08-30  Kim F. Storm  <storm@cua.dk>
17228
17229         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17230
17231         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17232         Add :group 'nnimap.
17233
17234 2004-08-30  Andreas Schwab  <schwab@suse.de>
17235
17236         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17237         ?* and ?\;.
17238
17239         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17240         and ?\' to symbol instead of whitespace.
17241
17242 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17243
17244         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17245
17246         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17247         instead of re-search-forward.
17248
17249         * gnus-uu.el (gnus-uu-save-article): Ditto.
17250         (gnus-uu-post-encode-uuencode): Ditto.
17251
17252         * html2text.el (html2text-clean-list-items): Ditto.
17253         (html2text-clean-dtdd): Ditto.
17254         (html2text-format-tags): Ditto.
17255
17256         * message.el (message-send-mail-with-sendmail): Fix regexp.
17257         (message-fill-field-general): Use search-forward instead of
17258         re-search-forward.
17259         (unbold-region): Ditto.
17260
17261         * nnrss.el (nnrss-request-article): Ditto.
17262
17263         * nnslashdot.el (nnslashdot-request-article): Ditto.
17264
17265         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17266
17267         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17268         "Unrecognized menu descriptor" error in XEmacs.
17269
17270 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17271
17272         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17273         parent article of a sparse article in the thread hashtb.
17274
17275 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17276
17277         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17278         (nnmail-expand-newtext): Lowercase expanded entries if
17279         nnmail-split-lowercase-expanded is non-nil.
17280
17281 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17282
17283         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17284
17285         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17286         of gnus-tmp-news-method into string under XEmacs.  It will be
17287         passed to gnus-correct-length which takes only a string argument.
17288
17289 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17290
17291         * gnus-util.el (gnus-bind-print-variables): New macro.
17292         (gnus-prin1): Use it.
17293         (gnus-prin1-to-string): Use it.
17294         (gnus-pp): New function.
17295         (gnus-pp-to-string): New function.
17296
17297         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17298         Replace pp-to-string with gnus-pp-to-string.
17299         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17300         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17301         * gnus-msg.el (gnus-debug): Ditto.
17302         * gnus-score.el (gnus-score-save): Ditto.
17303         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17304         gnus-pp-to-string.
17305         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17306         with gnus-pp.
17307         * score-mode.el (gnus-score-pretty-print): Ditto.
17308         * webmail.el (webmail-debug): Ditto.
17309
17310 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17311
17312         * gnus-art.el (article-display-face, article-display-x-face):
17313         Use buffer-read-only.
17314
17315 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17316
17317         * gnus-art.el (article-hide-list-identifiers):
17318         Bind inhibit-read-only as t.
17319
17320 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17321
17322         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17323
17324 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17325
17326         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17327         (gnus-narrow-to-page): Don't assume point-min == 1.
17328         (gnus-article-edit-mode): Derive from message-mode.
17329
17330         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17331         point-min == 1.
17332
17333         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17334         Disable incorrect use of `assert'.
17335
17336         * message.el (message-mode): Set comment-start-skip.
17337
17338
17339 2004-08-22  Sam Steingold  <sds@gnu.org>
17340
17341         * pop3.el (pop3-leave-mail-on-server): New user variable.
17342         (pop3-movemail): Delete mail only when it is nil.
17343
17344 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17345
17346         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17347
17348         * mml.el (mml-preview): Use `pop-to-buffer'.
17349
17350         * message.el (message-goto-mail-followup-to): Insert after "To".
17351         (message-carefully-insert-headers): Add comment.
17352
17353         * gnus.el: Remove unused variable `gnus-article-check-size'.
17354
17355         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17356
17357         * gnus-art.el (gnus-button-alist):
17358         Improve `gnus-button-handle-library' entry.
17359
17360 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17361
17362         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17363         Use downcase, since XEmacs capitalizes error messages differently.
17364
17365 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17366
17367         * nntp.el: Add (require 'gnus) due to reference to
17368         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17369
17370 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17371
17372         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17373         Bind `mm-fill-flowed'.
17374
17375         * mm-decode.el (mm-dissect-singlepart): Check it.
17376
17377 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17378
17379         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17380         'imap' for netrc parsing.
17381
17382 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17383
17384         * mailcap.el (mailcap-mime-data): Mark as risky.
17385
17386 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17387
17388         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17389         may be included in the encoded word.
17390         (rfc2047-encode): Don't append a space if the encoded word
17391         includes close parenthesis.
17392
17393 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17394
17395         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17396         of text within parentheses.
17397
17398 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17399
17400         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17401         (gnus-encrypt-write-file-contents): Make the password key the file
17402         name PLUS the cipher, not just the cipher.  Also remove failed
17403         passwords from the cache.
17404
17405 2004-08-06  Simon Josefsson  <jas@extundo.com>
17406
17407         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17408         Doc fix.
17409
17410 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17411
17412         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17413         LWSP.
17414
17415 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17416
17417         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17418         Try to append in-reply-to: data to the references: header.
17419
17420         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17421         (netrc-parse): Use gnus-encrypt.el functions.
17422
17423         * gnus-encrypt.el: Add new file for encryption support; currently
17424         does only a few GPG ciphers and an internal XOR cipher.
17425
17426         * password.el: Add comments on using password-read-and-add.
17427         (password-read-and-add): Add function to read and add the
17428         password to the cache at once.
17429
17430 2004-07-28  Simon Josefsson  <jas@extundo.com>
17431
17432         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17433         parameter (but don't use it, for now).
17434
17435         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17436         instead of hard coding to nil.
17437
17438 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17439
17440         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17441         as mm-inline-image-xemacs does.
17442
17443 2004-07-26  Simon Josefsson  <jas@extundo.com>
17444
17445         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17446         Revert part of 2004-07-17 change below.
17447
17448 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17449
17450         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17451         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17452
17453 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17454
17455         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17456         quotes that actually start with ">" at the beginning of the
17457         lines.
17458
17459 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17460
17461         * rfc2047.el (rfc2047-encode-region): Fix last change.
17462         (rfc2047-encode-parameter): Remove useless concat.
17463
17464 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17465
17466         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17467         encode special characters; fix some kind of misconfigured headers;
17468         signal a real error if debug-on-quit or debug-on-error is non-nil.
17469         (rfc2047-encode-max-chars): New variable.
17470         (rfc2047-encode-1): Use it.
17471         (rfc2047-encode-parameter): New function.
17472
17473         * mml.el (mml-insert-parameter): Remove an excessive space.
17474
17475 2004-07-17  Simon Josefsson  <jas@extundo.com>
17476
17477         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17478         Kai Grossjohann <kai@emptydomain.de>.
17479         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17480         (gnus-group-make-menu-bar): Ditto.
17481
17482         * gnus-util.el (gnus-group-server): Add.
17483
17484 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17485
17486         * message.el (message-clone-locals): Clone sendmail and smtp
17487         variables.
17488
17489 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17490
17491         * rfc2047.el (rfc2047-encode-region): Fix last change.
17492
17493 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17494
17495         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17496         characters as non-special.
17497
17498 2004-07-09  Simon Josefsson  <jas@extundo.com>
17499
17500         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17501         Users will lose all flag changes made while unplugged with
17502         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17503         good default.  See numerous reports on ding mailing list.
17504
17505 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17506
17507         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17508         add generate-head-function and generate-article-function to the
17509         rfc822-forward entry.
17510         (nndoc-rfc822-forward-generate-article): New function.
17511         (nndoc-rfc822-forward-generate-head): New function.
17512
17513         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17514
17515 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17516
17517         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17518         respect display group parameter and gnus-summary-expunge-below.
17519         (gnus-articles-to-read): Remove unused reference to display group
17520         parameter.
17521
17522 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17523
17524         * nnheader.el (nnheader-uniquify-message-id): New experimental
17525         variable.
17526         (nnheader-nov-read-message-id): Use it.
17527
17528         * spam-report.el (spam-report-gmane): Add interactive.
17529
17530 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17531
17532         * mm-encode.el (mm-content-transfer-encoding-defaults):
17533         Use qp-or-base64 for the application/* types.
17534
17535 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17536
17537         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17538
17539 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17540
17541         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17542         trim value.
17543
17544 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17545
17546         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17547         New macro and function.
17548         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17549
17550 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17551
17552         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17553         after-load-alist.
17554
17555 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17556
17557         * gnus-group.el (gnus-group-get-new-news-this-group):
17558         Don't update info that isn't there.
17559
17560 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17561
17562         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17563         entry.
17564
17565 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17566
17567         * mm-view.el (mm-inline-render-with-function): Use multibyte
17568         buffer; decode html source by charset.
17569
17570         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17571
17572         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17573         Mule-UCS is loaded under XEmacs.
17574         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17575
17576 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17577
17578         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17579
17580 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17581
17582         * mm-util.el (mm-coding-system-p): Return a coding-system.
17583         (mm-mime-mule-charset-alist): Use shift_jis instead of
17584         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17585         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17586         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17587         instead of japanese-shift-jis and iso-latin-1 respectively in
17588         order to share the default value with both Emacs and XEmacs-mule.
17589         (mm-mule-charset-to-mime-charset):
17590         Make mm-coding-system-priorities effective.
17591         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17592         while predicating of candidates upon the priorities.
17593
17594 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17595
17596         * gnus-sum.el (gnus-summary-make-menu-bar):
17597         Add gnus-uu-invert-processable.
17598
17599         * gnus.el: Autoload gnus-uu-invert-processable.
17600
17601 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17602
17603         * mm-util.el (mm-with-multibyte-buffer): New macro.
17604
17605         * rfc2047.el (rfc2047-encode-string): Use it.
17606         (rfc2047-encode-region): Move point to the end of the region after
17607         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17608
17609 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17610
17611         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17612         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17613
17614 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17615
17616         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17617         (gnus-cite-parse): Ignore quoted envelope From_.
17618         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17619
17620 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17621
17622         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17623         invalid addresses.
17624
17625 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17626
17627         * spam.el: Change section markers, revise TODO list.
17628         (spam-backends): Make new master list of all installed backends.
17629         (spam-summary-exit-behavior): Add new variable to determine how
17630         messages moves are done at summary exit.
17631         (spam-move-spam-nonspam-groups-only)
17632         (spam-process-ham-in-nonham-groups)
17633         (spam-process-ham-in-spam-groups): Remove variables, the
17634         spam-summary-exit-behavior variable should be used to manage this
17635         behavior.
17636         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17637         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17638         and spam-old-spam-articles.
17639         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17640         Add empty variables, placeholders for the backends they represent.
17641         (spam-set-difference): Move, unchanged.
17642         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17643         unless the user has a processor variable.
17644         (spam-classifications, spam-classification-valid-p)
17645         (spam-backend-properties, spam-backend-property-valid-p)
17646         (spam-backend-function-type-valid-p)
17647         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17648         (spam-report-articles-gmane, spam-report-articles-resend):
17649         Remove functions, they are not needed.
17650         (spam-install-backend-super, spam-backend-list)
17651         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17652         (spam-backend-function, spam-backend-ham-registration-function)
17653         (spam-backend-spam-registration-function)
17654         (spam-backend-ham-unregistration-function)
17655         (spam-backend-spam-unregistration-function)
17656         (spam-backend-statistical-p, spam-backend-mover-p)
17657         (spam-install-backend-alias, spam-install-checkonly-backend)
17658         (spam-install-mover-backend, spam-install-nocheck-backend)
17659         (spam-install-backend, spam-install-statistical-backend)
17660         (spam-install-statistical-checkonly-backend): Add backend installation
17661         support.
17662         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17663         (spam-group-processor-p): Use the new backend code and respect the
17664         summary exit behavior.
17665         (spam-mark-spam-as-expired-and-move-routine): Remove.
17666         (spam-summary-prepare): Change to use the new spam-old-articles
17667         variable.
17668         (spam-copy-or-move-routine, spam-copy-spam-routine)
17669         (spam-move-spam-routine, spam-copy-ham-routine)
17670         (spam-move-ham-routine): Add code to copy/move ham or spam.
17671         (spam-fetch-field-fast): Improve doc and code, plus allow the
17672         'number request.
17673         (spam-list-of-checks, spam-list-of-statistical-checks):
17674         Remove variables.
17675         (spam-split, spam-find-spam): Use the new backend code.
17676         (spam-registration-functions): Remove variable.
17677         (spam-unregister-routine): Add convenience wrapper.
17678         (spam-log-undo-registration, spam-register-routine)
17679         (spam-log-processing-to-registry)
17680         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17681         where possible.
17682         (spam-check-gmane-xref, spam-check-regex-headers)
17683         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17684         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17685         (spam-check-bogofilter-headers, spam-check-spamoracle)
17686         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17687         (spam-check-crm114-headers): Use the spam-split-group that
17688         spam-split prepares, no need to determine it every time.
17689
17690         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17691         to the nnheader-parse-naked-head call.
17692
17693         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17694
17695         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17696         the nnheader-nov-read-message-id call.
17697
17698 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17699
17700         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17701         gnus-activate-group twice.  Suggested by Markus Peter
17702         <warp@spin.de>.
17703
17704 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17705
17706         * gnus-art.el (gnus-article-time-format): Exchange the order of
17707         day and month in the default value; fix customization type.
17708         (article-date-ut): Use add-text-properties.
17709         (article-make-date-line): Use message-make-date instead of
17710         current-time-string.
17711
17712         * message.el (message-fetch-field): Don't use set-text-properties.
17713         (message-make-date): Simplify.
17714
17715         * messagexmas.el (message-xmas-make-date): New function.
17716         (message-xmas-redefine): Defalias message-make-date to it.
17717
17718 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17719
17720         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17721         (rfc2047-encode-region): Treat text within parentheses as special;
17722         show the original text when error has occurred.
17723
17724         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17725         already-computed method to gnus-activate-group.
17726
17727         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17728         same select-methods identical Lisp objects.
17729
17730         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17731         object when modifying the info.
17732
17733 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17734
17735         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17736         gnus-opened-servers since it has never been opened with the new
17737         configuration yet.
17738
17739 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17740
17741         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17742         arg to nnheader-generate-fake-message-id.
17743
17744 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17745
17746         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17747         number and build a fake message ID localized to a group and
17748         article number (so it's repeatable from that point on).
17749         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17750         ID format.
17751
17752         * gnus-sum.el (gnus-get-newsgroup-headers):
17753         Call nnheader-generate-fake-message-id with the article number.
17754
17755 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17756
17757         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17758         end-of-buffer.
17759
17760 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17761
17762         * message.el (message-ignored-supersedes-headers): Add Approved.
17763
17764 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17765
17766         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17767         goto-char.
17768         (rfc2047-encode): Fold the line before encoding.
17769
17770 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17771
17772         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17773         folding -- not all headers can be folded, and this should be done
17774         by the message composition mode.  Probably.  I think.
17775
17776 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17777
17778         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17779         fast.
17780
17781         * gnus-ems.el (gnus-remove-image): Don't use
17782         message-text-with-property; remove only the image found first.
17783
17784         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17785         found first.
17786
17787 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17788
17789         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17790
17791 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17792
17793         * message.el (message-text-with-property): Make it fast and accept
17794         optional arguments.
17795         (message-strip-forbidden-properties): Use it.
17796         (message-fix-before-sending): Follow the m-t-w-p change.
17797
17798         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17799
17800 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17801
17802         * gnus-art.el (article-hide-headers): Don't change the buffer
17803         mistakenly when performing mml-preview even if
17804         gnus-single-article-buffer is nil.
17805
17806 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17807
17808         * message.el (message-expand-name-databases): New user option.
17809         (message-expand-name): Use it.
17810
17811 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17812
17813         * spam.el (spam-report-articles-resend)
17814         (spam-report-resend-register-routine): Allow ham reporting.
17815         (spam-report-resend-register-ham-routine): Add wrapper.
17816         (spam-registration-functions): Add ham resending functions.
17817         (spam-list-of-processors): Add ham resend processor.
17818
17819         * gnus.el (ham-resend-to): Add new group parameter.
17820         (spam-process): Add ham resend option.
17821
17822         * spam-report.el (spam-report-resend): Allow reporting ham.
17823         (spam-report-resend-ham): Add wrapper.
17824
17825 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17826
17827         * message.el (message-cite-articles-with-x-no-archive):
17828         New variable.
17829         (message-cite-original): Use it.
17830
17831 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17832
17833         * message.el (message-cite-original): Respect X-No-Archive.
17834
17835 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17836
17837         * gnus-art.el (article-hide-headers): Refer to the values for
17838         gnus-ignored-headers and gnus-visible-headers in the summary
17839         buffer since a user may have set them as group parameters.
17840
17841 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17842
17843         * assistant.el (assistant-node-name): Add convenience function.
17844         (assistant-render-text, assistant-render-node): Add error handling,
17845         plus handle multiple next nodes.
17846         (assistant-find-next-node): Comment out for now.
17847         (assistant-find-next-nodes): Add function, returns list of next
17848         nodes.
17849
17850 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17851
17852         * mail-source.el (mail-source-directory): Fix doc-string.
17853
17854 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17855
17856         * assistant.el (assistant-render-text, assistant-eval): Add :set
17857         widget type, which is different because it takes and returns a
17858         list.  Much hilarity ensues.
17859
17860 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17861
17862         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17863
17864         * gnus-group.el (gnus-group-get-new-news-this-group):
17865         Add doc-string.
17866
17867         * gnus-start.el (gnus-activate-group): Add doc-string.
17868
17869 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17870
17871         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17872
17873 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17874
17875         * assistant.el (assistant-render-text): Try to add a :set
17876         widget, more to come.
17877
17878         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17879         strings.
17880         (spam-report-articles-resend)
17881         (spam-register-routine): Do registration iff any articles warrant
17882         it.
17883         (spam-summary-prepare-exit): Change log message for nil group
17884         destinations.
17885
17886 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17887
17888         * spam.el (spam-report-resend-register-routine):
17889         Allow spam-report-resend-to to be a group parameter or a global value.
17890
17891 2004-05-26  Simon Josefsson  <jas@extundo.com>
17892
17893         * starttls.el: Merge with my GNUTLS based starttls.el.
17894         (starttls-gnutls-program, starttls-use-gnutls)
17895         (starttls-extra-arguments, starttls-process-connection-type)
17896         (starttls-connect, starttls-failure, starttls-success):
17897         New variables.
17898         (starttls-program, starttls-extra-args): Doc fix.
17899         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17900         New functions.
17901         (starttls-negotiate, starttls-open-stream):
17902         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17903         function if it is set.
17904
17905 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17906
17907         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17908         structured fields.
17909
17910 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17911
17912         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17913
17914 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17915
17916         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17917         Add variable.
17918         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17919         assigning the spam-mark to new messages.
17920
17921 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17922
17923         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17924
17925 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17926
17927         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17928
17929         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17930         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17931         default.
17932
17933 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17934
17935         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17936         correct data.
17937
17938 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17939
17940         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17941         (spam-group-processor-p): Fix function.
17942         (spam-group-processor-multiple-p)
17943         (spam-group-spam-processor-report-gmane-p)
17944         (spam-group-spam-processor-report-resend-p)
17945         (spam-group-spam-processor-bogofilter-p)
17946         (spam-group-spam-processor-blacklist-p)
17947         (spam-group-spam-processor-ifile-p)
17948         (spam-group-ham-processor-ifile-p)
17949         (spam-group-spam-processor-spamoracle-p)
17950         (spam-group-spam-processor-crm114-p)
17951         (spam-group-ham-processor-bogofilter-p)
17952         (spam-group-spam-processor-stat-p)
17953         (spam-group-ham-processor-stat-p)
17954         (spam-group-ham-processor-whitelist-p)
17955         (spam-group-ham-processor-BBDB-p)
17956         (spam-group-ham-processor-spamoracle-p)
17957         (spam-group-ham-processor-copy-p): Remove functions with some
17958         prejudice against unneeded code.
17959         (spam-report-articles-resend)
17960         (spam-report-resend-register-routine): Allow the group/topic
17961         spam-resend-to value to override spam-report-resend-to.
17962         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17963         properly now.
17964
17965         * gnus.el (spam-resend-to): Add group/topic parameter.
17966         (spam-process): Move the OBSOLETE processors to the end of the
17967         choices.
17968
17969 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17970
17971         * spam-report.el (spam-report-resend-to, spam-report-resend):
17972         Start with resend-to set to nil, and then ask the user if necessary.
17973         (spam-report-resend): spam-report-resend takes a list of articles, not
17974         separate article numbers.
17975
17976 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17977
17978         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17979         addition to emacs-w3m.
17980
17981 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17982
17983         * assistant.el (assistant-authinfo-data): New function.
17984         (assistant-eval): Eval for entire assistant.
17985
17986         * netrc.el (netrc-services-file): New variable.
17987         (netrc-parse-services): New function.
17988         (netrc-find-service-name): New function.
17989         (netrc-find-service-number): New function.
17990         (netrc-port-equal): New function.
17991         (netrc-machine): Use it.
17992
17993         * nnimap.el (nnimap-open-connection): Use netrc.
17994
17995         * gnus-util.el (gnus-netrc-get): Remove aliases.
17996
17997         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17998
17999         * assistant.el (wid-edit): Fix compilation.
18000
18001         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18002
18003 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18004
18005         * gnus-util.el (gnus-set-file-modes): New function.  (small
18006         patch).
18007
18008 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18009
18010         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18011
18012         * assistant.el (assistant-render-node): Fix up rendering and
18013         read-only text.
18014         (assistant-render-node): Reset.
18015         (assistant-make-read-only): Not sticky.
18016
18017 2004-05-20  Danny Siu  <dsiu@adobe.com>
18018
18019         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18020         centered even when gnus-auto-center-summary is t.
18021
18022 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18023
18024         * dns.el (dns-get-txt-answer): New function.
18025         (dns-read-txt): Ditto.
18026         (query-dns): Use it.
18027
18028 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18029
18030         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18031         active for foreign groups even if the group level is higher than
18032         the specified value.
18033
18034 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18035
18036         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18037         non-active groups.
18038
18039         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18040
18041 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18042
18043         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18044
18045 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18046
18047         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18048         (spam-crm114-header, spam-crm114-spam-switch)
18049         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18050         (spam-crm114-positive-spam-header)
18051         (spam-crm114-database-directory, spam-list-of-processors)
18052         (spam-group-spam-processor-crm114-p)
18053         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18054         (spam-generic-score, spam-list-of-checks)
18055         (spam-list-of-statistical-checks, spam-registration-functions)
18056         (spam-check-crm114-headers, spam-crm114-score)
18057         (spam-check-crm114, spam-crm114-register-with-crm114)
18058         (spam-crm114-register-spam-routine)
18059         (spam-crm114-unregister-spam-routine)
18060         (spam-crm114-register-ham-routine)
18061         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18062         From asjo@koldfront.dk (Adam Sjøgren).
18063
18064         * gnus.el: Add spam-use-crm114.
18065
18066         * spam.el (spam-list-of-processors, spam-registration-functions):
18067         Add spam-use-resend.
18068         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18069         (spam-report-articles-gmane): Add doc fix.
18070         (spam-report-articles-resend, spam-report-resend-register-routine):
18071         Add wrappers around spam-report-resend-to.
18072
18073         * spam-report.el (spam-report-resend-to, spam-report-resend):
18074         Add support for resending spam.
18075         (spam-report-gmane): Fix line length >80.
18076
18077         * gnus.el (spam-process): Add spam-use-resend.
18078
18079 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18080
18081         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18082         number of processed spam messages.
18083         (spam-ham-copy-or-move-routine): Return the number of processed
18084         ham messages.
18085         (spam-summary-prepare-exit): Use the above values to decide
18086         whether status messages shouled be displayed.
18087
18088 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18089
18090         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18091         `rfc2047-encoding-function-alist' in order to avoid conflicting
18092         with the old version.
18093         (rfc2047-encode-region): Concatenate words containing non-ASCII
18094         characters in structured fields; don't encode space-delimited
18095         ASCII words even in unstructured fields; don't break words at
18096         char-category boundaries.
18097         (rfc2047-encode-1): New function.
18098         (rfc2047-encode): Use it; encode text so that it occupies the
18099         maximum width within 76-column; work correctly on Q encoding for
18100         iso-2022-* charsets.
18101         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18102         sure not to break a line just after the header name.
18103         (rfc2047-b-encode-region): Remove.
18104         (rfc2047-b-encode-string): New function.
18105         (rfc2047-q-encode-region): Remove.
18106         (rfc2047-q-encode-string): New function.
18107
18108         * mm-util.el (mm-replace-in-string): New function.
18109
18110 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18111
18112         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18113         Really get it right.
18114         (gnus-inews-make-draft): Really.
18115
18116 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18117
18118         * nnmh.el (nnmh-request-list-1): Don't check the link count
18119         before descending.  (small patch)
18120
18121 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18122
18123         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18124         stuff.
18125
18126         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18127         Match on real group name.
18128
18129         * gnus-art.el (gnus-signature-limit): Doc fix.
18130
18131         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18132
18133         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18134
18135 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18136
18137         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18138         isn't a string.
18139
18140 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18141
18142         * gnus-draft.el (gnus-draft-send):
18143         Bind rfc2047-encode-encoded-words.
18144
18145         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18146         (rfc2047-encodable-p): Say that =? needs encoding.
18147         (rfc2047-encode-encoded-words): New variable.
18148
18149         * gnus-group.el (gnus-group-select-group): Doc fix.
18150
18151         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18152
18153         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18154         to nil.
18155
18156         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18157
18158         * nnheader.el (nnheader-get-lines-and-char): New function.
18159
18160 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18161
18162         * gnus-msg.el (gnus-summary-followup-with-original):
18163         Document yanking of region when active.
18164
18165 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18166
18167         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18168         groups if the group level is higher than the specified value.
18169
18170 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18171
18172         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18173         (gnus-group-jump-to-group): Add prefix argument using
18174         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18175         non-active group.
18176
18177         * compface.el (uncompface): Be verbose when changing
18178         `uncompface-use-external'.
18179
18180         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18181         handle manual section.
18182
18183 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18184
18185         * gnus-art.el (gnus-button-alist): Revert previous change.
18186
18187 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18188
18189         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18190
18191 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18192
18193         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18194         whether backend can accept message.
18195
18196         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18197
18198 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18199
18200         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18201         Avoid creating directory when nntp-marks-is-evil is true.
18202         Reported by Reiner Steib.
18203
18204 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18205
18206         * gnus-picon.el (gnus-picon-style): New variable.
18207         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18208         (gnus-picon-transform-address): Support `gnus-picon-style'.
18209         From Jesper Harder <harder@ifa.au.dk>.
18210
18211 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18212
18213         * message.el (message-fill-field): Return point.
18214         (message-generate-headers): Go to end of field.
18215
18216         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18217         stuff for non-living groups.
18218
18219 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18220
18221         * gnus-art.el (gnus-article-followup-with-original)
18222         (gnus-article-reply-with-original): gnus-mark-active-p ->
18223         gnus-region-active-p.
18224
18225 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18226
18227         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18228         only when there is spam or ham to be processed.
18229
18230 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18231
18232         * mail-source.el (mail-source-delete-crash-box): Refactor.
18233         (mail-source-fetch): Use it.
18234         (mail-source-fetch-file): Ditto.
18235         (mail-source-fetch-directory): Run postscript in loop.
18236         (mail-source-fetch-pop): Delete.
18237         (mail-source-fetch-maildir): Ditto.
18238         (mail-source-fetch-imap): Ditto.
18239
18240         * imap.el (imap-authenticators): Comment out sasl.
18241
18242         * message.el (message-skip-to-next-address): New function.
18243         (message-fill-header-address): Refactor.
18244         (message-fill-address): Use it.
18245         (message-delete-address): Use it.
18246         (message-fill-header-general): Refactor.
18247         (message-fill-field-address): Rename.
18248         (message-narrow-to-field): Find the start of the header.
18249         (message-header-format-alist): Don't pre-fill.
18250         (message-fill-header): Remove.
18251         (message-insert-header): New function.
18252         (message-shorten-references): Use it.
18253
18254         * rfc2047.el (rfc2047-field-value): Strip props.
18255
18256         * mail-parse.el (mail-header-make-address): New alias.
18257
18258         * ietf-drums.el (ietf-drums-make-address): New function.
18259
18260         * imap.el: Add compiler directives.
18261
18262         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18263
18264         * gnus-art.el (article-decode-idna-rhs): Don't use
18265         message-idna-inside-rhs-p.
18266
18267 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18268
18269         * message.el (message-idna-inside-rhs-p): Remove.
18270         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18271
18272         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18273         false positives.
18274
18275 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18276
18277         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18278
18279 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18280
18281         * nneething.el (nneething-file-name): Don't create spurious
18282         files.
18283
18284         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18285         (gnus-inews-do-gcc): Remove sleep.
18286
18287         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18288         part under point.
18289
18290         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18291         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18292
18293 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18294
18295         * spam.el (spam-summary-prepare-exit): Fix (length).
18296
18297 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18298
18299         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18300         as expired without moving it" message when there are spam
18301         messages left.
18302
18303 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18304
18305         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18306         header is not nil.
18307
18308 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18309
18310         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18311         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18312         (nntp-marks-changed-p): New arg SERVER.
18313         (nntp-request-update-info): Adjust caller.
18314
18315 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18316
18317         * nntp.el (nntp-save-marks): Pass missing arg.
18318
18319 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18320
18321         * nntp.el: Support marks.
18322         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18323         (nntp-marks-modtime, nntp-marks-directory): New variables.
18324         (nntp-request-set-mark, nntp-request-update-info)
18325         (nntp-possibly-create-directory, nntp-marks-changed-p)
18326         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18327         New functions.
18328
18329 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18330
18331         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18332         (gnus-xmas-redefine): Rename.
18333
18334         * gnus-score.el (gnus-score-insert-help):
18335         Use gnus-select-lowest-window.
18336
18337         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18338         appt-select-lowest-window and rename to gnus-select-lowest-window.
18339
18340         * gnus.el: do.
18341
18342 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18343
18344         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18345         encodings of MIME-encoded words, in order to improve
18346         interoperability with several broken MUAs.
18347
18348 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18349
18350         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18351         tags, only when charsets are not specified in headers.
18352         (mm-inline-text-html-render-with-w3m): Ditto.
18353
18354         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18355         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18356
18357 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18358
18359         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18360         instead of MIME-decoded from fields when checking
18361         `gnus-article-address-banner-alist'.
18362
18363 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18364
18365         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18366         description rather than subject.
18367
18368 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18369
18370         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18371
18372 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18373
18374         * gnus.el (gnus-version-number): Bump.
18375
18376 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18377
18378         * gnus.el: No Gnus v0.2 is released.
18379
18380 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18381
18382         * gnus-agent.el (gnus-agent-read-agentview):
18383         Inline gnus-uncompress-range.
18384
18385 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18386
18387         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18388         `exec-installed-p'.
18389
18390 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18391
18392         * gnus.el (spam-process, spam-autodetect-methods):
18393         Add bsfilter and bsfilter-headers.
18394
18395         * spam.el (spam-bsfilter): New customize group.
18396         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18397         (spam-bsfilter-header, spam-bsfilter-probability-header)
18398         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18399         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18400         (spam-bsfilter-database-directory): New options.
18401         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18402         (spam-list-of-statistical-checks, spam-registration-functions):
18403         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18404         (spam-bsfilter-score): New command.
18405         (spam-check-bsfilter-headers, spam-check-bsfilter)
18406         (spam-bsfilter-register-with-bsfilter)
18407         (spam-bsfilter-register-spam-routine)
18408         (spam-bsfilter-unregister-spam-routine)
18409         (spam-bsfilter-register-ham-routine)
18410         (spam-bsfilter-unregister-ham-routine): New functions.
18411         (spam-generic-score): Support bsfilter; Accept an optional argument
18412         to recalcurate spam score even if scoring header has already been
18413         added.
18414         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18415         optional argument to recalcurate spam score even if scoring header
18416         has already been added.
18417
18418 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18419
18420         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18421         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18422         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18423         link is missing.
18424
18425 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18426
18427         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18428         (html2text-get-attr): Rewrite.
18429
18430         * message.el (message-setup-1): Remove redundant put-text-property
18431         on mail-header-separator.
18432
18433 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18434
18435         * gnus-registry.el (gnus-registry-cache-whitespace)
18436         (gnus-registry-action, gnus-registry-spool-action)
18437         (gnus-registry-split-fancy-with-parent): Change message levels
18438         from 5 to 3 or 7, as needed.
18439
18440         * spam.el (spam-summary-prepare-exit)
18441         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18442         (spam-split, spam-find-spam, spam-log-undo-registration)
18443         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18444         level from 5 to 6.
18445
18446 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18447
18448         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18449         2004-03-04 change).
18450
18451 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18452
18453         * sieve-manage.el (sieve-manage-open):
18454         * nnweb.el (nnweb-insert-html):
18455         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18456         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18457         * nnspool.el (nnspool-request-group):
18458         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18459         * nnml.el (nnml-request-update-info):
18460         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18461         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18462         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18463         (nnimap-request-set-mark):
18464         * nnfolder.el (nnfolder-request-update-info):
18465         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18466         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18467         * gnus-uu.el (gnus-uu-find-articles-matching):
18468         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18469         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18470         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18471         * gnus-nocem.el (gnus-nocem-scan-groups):
18472         * gnus-int.el (gnus-start-news-server):
18473         * gnus-group.el (gnus-group-make-kiboze-group)
18474         (gnus-group-browse-foreign-server):
18475         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18476         Use mapc when appropriate.
18477
18478 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18479
18480         FIXME: Make separate entries for each person.
18481
18482         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18483         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18484         <shields@msrl.com>:
18485
18486         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18487         may need for spam sorting and scoring.
18488         (spam-user-format-function-S): Add user format function suitable for
18489         general use.
18490         (spam-article-sort-by-spam-status): Add sorting function for summary
18491         sorting.
18492         (spam-extra-header-to-number): Add function to get a score from a
18493         header.
18494         (spam-summary-score): Add function to get a numeric score from the
18495         headers.
18496         (spam-generic-score): Fix function doc, was in wrong place.
18497         (spam-initialize): Take symbols when it's run, and install the
18498         extra headers that spam-necessary-extra-headers thinks we need.
18499
18500 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18501
18502         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18503         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18504
18505 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18506
18507         * gnus-sum.el (gnus-set-global-variables)
18508         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18509         (gnus-article-get-xrefs, gnus-summary-best-group)
18510         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18511         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18512         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18513         Use with-current-buffer.
18514
18515 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18516
18517         * spam.el (spam-summary-prepare-exit): Simplify logic.
18518         (spam-fetch-article-header): Read the article header if it's not
18519         available.
18520         (spam-list-articles): Simplify logic.
18521         (spam-filelist-register-routine): Fix bug with unregister-list.
18522
18523         * gnus-registry.el: Fix comments at beginning.
18524
18525 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18526
18527         * message.el (message-cater-to-broken-inn): Remove.
18528         (message-shorten-references): Make sure the total folded length of
18529         References is shorter than 998 characters to cater to a bug in INN
18530         2.3.  Also, don't pretend that references aren't folded -- this
18531         hasn't worked for a while.
18532
18533 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18534
18535         * gnus-agent.el (gnus-agentize):
18536         gnus-agent-send-mail-real-function no longer set to current value
18537         of message-send-mail-function but rather a lambda that calls
18538         message-send-mail-function.  The change makes the agent real-time
18539         responsive to user changes to message-send-mail-function.
18540
18541 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18542
18543         * legacy-gnus-agent.el
18544         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18545         help from Florian Weimer <fw@deneb.enyo.de>
18546
18547 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18548
18549         * nnmail.el (nnmail-cache-insert): Revert last change.
18550
18551 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18552
18553         * nnmail.el (nnmail-cache-insert): Always check whether
18554         nnmail-cache-ignore-groups matches a group name.
18555
18556 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18557
18558         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18559         (spam-find-spam, spam-log-processing-to-registry)
18560         (spam-log-registered-p, spam-log-unregistration-needed-p)
18561         (spam-log-undo-registration): Use gnus-message instead of
18562         gnus-error, none of these errors are fatal.
18563
18564         * gnus-registry.el (gnus-registry-clean-empty-function)
18565         (gnus-registry-clean-empty): Remove only empty entries without
18566         extra data.
18567
18568 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18569
18570         * spam-stat.el (spam-stat-buffer-change-to-spam)
18571         (spam-stat-buffer-change-to-non-spam): Change (error) to
18572         (gnus-message 8) invocation.
18573
18574 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18575
18576         * nntp.el (nntp-via-netcat-command): New variable.
18577         (nntp-via-netcat-switches): New variable.
18578         (nntp-open-via-rlogin-and-netcat): New function.
18579         (nntp-open-connection-function): Doc fix.
18580         (nntp-telnet-command): Doc fix.
18581         (nntp-end-of-line): Doc fix.
18582         (nntp-via-rlogin-command): Doc fix.
18583         (nntp-via-user-name): Doc fix.
18584         (nntp-via-address): Doc fix.
18585
18586 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18587
18588         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18589         error in Emacs 21.1.
18590
18591 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18592
18593         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18594
18595 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18596
18597         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18598         (gnus-agent-with-refreshed-group): New macro.
18599         (gnus-agent-rename-group): New function.
18600         (gnus-agent-delete-group): New function.
18601         (gnus-agent-save-group-info): Use gnus-command-method when
18602         `method' parameter is nil.  Don't write nil entries into the
18603         active file.
18604         (gnus-agent-get-group-info): New function.
18605         (gnus-agent-fetch-articles):
18606         Use gnus-agent-update-files-total-fetched-for to increment disk space
18607         used.
18608         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18609         Use gnus-agent-update-view-total-fetched-for to increment disk space
18610         used.
18611         (gnus-agent-get-local): Add optional parameters to avoid calling
18612         gnus-group-real-name and gnus-find-method-for-group.
18613         (gnus-agent-set-local): Delete stored entry if either min, or max,
18614         are nil.
18615         (gnus-agent-fetch-session): Reworded error/quit messages.
18616         On quit, use gnus-agent-regenerate-group to record existance of any
18617         articles fetched to disk before the quit occurred.
18618         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18619         gnus-agent-update-view-total-fetched-for, and
18620         gnus-agent-update-files-total-fetched-for to decrement disk space
18621         used.
18622         (gnus-agent-retrieve-headers):
18623         Use gnus-agent-update-view-total-fetched-for to increment disk space
18624         used.
18625         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18626         with gnus-agent-update-files-total-fetched-for to decrement disk
18627         space and fresh group buffer.
18628         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18629         (gnus-agent-need-update-total-fetched-for): New variable.
18630         (gnus-agent-update-files-total-fetched-for): New function.
18631         (gnus-agent-update-view-total-fetched-for): New function.
18632         (gnus-agent-total-fetched-for): New function.
18633
18634         * gnus-cache.el (gnus-cache-save-buffers):
18635         Use gnus-cache-update-overview-total-fetched-for to change disk space
18636         used by this group.
18637         (gnus-cache-possibly-enter-article):
18638         Use gnus-cache-update-file-total-fetched-for to increment disk space
18639         used by this group.
18640         (gnus-cache-possibly-remove-article):
18641         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18642         used by this group.
18643         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18644         (gnus-cache-rename-group): New function.
18645         (gnus-cache-delete-group): New function.
18646         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18647         (gnus-cache-need-update-total-fetched-for): New variable.
18648         (gnus-cache-with-refreshed-group): New macro.
18649         (gnus-cache-update-file-total-fetched-for): New function.
18650         (gnus-cache-update-overview-total-fetched-for): New function.
18651         (gnus-cache-rename-group-total-fetched-for): New function.
18652         (gnus-cache-delete-group-total-fetched-for): New function.
18653         (gnus-cache-total-fetched-for): New function.
18654
18655         * gnus-group.el: Require gnus-sum and autoload functions to
18656         resolve warnings when gnus-group.el compiled alone.
18657         (gnus-group-line-format): Documented new %F.
18658         (size of Fetched data) group line format; identifies disk space
18659         used by agent and cache.
18660         (gnus-group-line-format-alist): Defined new F format.
18661         (gnus-total-fetched-for): New function.
18662         (gnus-group-delete-group): No longer update
18663         gnus-cache-active-altered as gnus-request-delete-group now keeps
18664         the cache in sync.
18665         (gnus-group-list-active): Let the agent store a server's active
18666         list if currently plugged.
18667
18668         * gnus-int.el (gnus-request-delete-group):
18669         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18670         local disk in sync with the server.
18671         (gnus-request-rename-group):
18672         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18673         local disk in sync with the server.
18674
18675         * gnus-start.el (gnus-get-unread-articles):
18676         Cosmetic simplification to logic.
18677
18678         * gnus-util.el (gnus-rename-file): New function.
18679
18680 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18681
18682         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18683
18684 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18685
18686         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18687         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18688
18689 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18690
18691         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18692         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18693
18694 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18695
18696         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18697
18698 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18699
18700         * spam.el (spam-set-difference): Add function to replace
18701         gnus-set-difference in spam.el.
18702         (spam-summary-prepare-exit): Use spam-set-difference.
18703
18704 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18705
18706         * gnus-registry.el (gnus-registry-cache-file): Update to use
18707         gnus-dribble-directory OR gnus-home-directory OR ~.
18708         (gnus-registry-split-fancy-with-parent): Fix doc.
18709
18710 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18711
18712         * message.el (message-exchange-point-and-mark):
18713         Use message-mark-active-p.  Suggested by Jesper Harder
18714         <harder@ifa.au.dk>.
18715
18716 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18717
18718         * message.el (message-exchange-point-and-mark): Don't activate
18719         region if it was inactive.  Suggested by Hiroshi Fujishima
18720         <pooh@nature.tsukuba.ac.jp>.
18721
18722 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18723
18724         * gnus-art.el (article-display-face): Display Faces in the same
18725         order as X-Faces.
18726
18727 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18728
18729         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18730
18731 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18732
18733         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18734         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18735         (gnus-article-mime-hierarchy): Remove.
18736         (gnus-article-mime-hierarchy-next): Remove.
18737         (gnus-article-mode): Revert 2004-03-19 change.
18738         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18739         (gnus-insert-mime-button): Revert 2004-03-19 change.
18740         (gnus-mime-accumulate-hierarchy): Remove.
18741         (gnus-mime-enter-multipart): Remove.
18742         (gnus-mime-leave-multipart): Remove.
18743         (gnus-mime-display-part): Revert 2004-03-19 change.
18744         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18745
18746         * mml.el (mml-preview): Revert 2004-03-19 change.
18747
18748 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18749
18750         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18751
18752 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18753
18754         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18755         t while entering a file name using the mm-with-multibyte macro.
18756         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18757
18758         * mm-util.el (mm-with-multibyte): New macro.
18759
18760 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18761
18762         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18763         New user option.
18764         (gnus-mime-multipart-functions): Doc and customization fix.
18765         (gnus-article-mime-hierarchy): New variable.
18766         (gnus-article-mime-hierarchy-next): New variable.
18767         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18768         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18769         gnus-article-mime-hierarchy-next to nil.
18770         (gnus-insert-mime-button): Show hierarchy numbers.
18771         (gnus-mime-accumulate-hierarchy): New function.
18772         (gnus-mime-enter-multipart): New function.
18773         (gnus-mime-leave-multipart): New function.
18774         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18775         (gnus-mime-display-alternative): Show hierarchy numbers.
18776
18777         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18778         gnus-article-mime-hierarchy-next to nil.
18779
18780 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18781
18782         * dns.el: Don't require gnus-xmas.
18783
18784 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18785
18786         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18787         inline PGP.
18788         (mml-menu): Disable mml-quote-region if mark is inactive.
18789
18790 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18791
18792         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18793         when the group's active is not available.
18794
18795 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18796
18797         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18798         error.
18799
18800 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18801
18802         * imap.el (imap-store-password): New variable.
18803         (imap-interactive-login): Use it.
18804         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18805
18806 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18807
18808         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18809         window-start and hscroll to summary window.
18810
18811 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18812
18813         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18814         conversion message to newsrc-dribble when an actual conversion is
18815         performed.
18816
18817 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18818
18819         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18820
18821 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18822
18823         * mm-decode.el (mm-complicated-handles): New function reviving
18824         former definition of mm-multiple-handles.
18825
18826         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18827         (gnus-mime-delete-part): Use it.
18828
18829 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18830
18831         * gnus-agent.el (gnus-agent-read-local):
18832         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18833         avoid the implicit assumption that they will always be equal.
18834         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18835         coding-system-for-write, as the with-temp-file macro first prints
18836         to a buffer then saves the buffer.
18837
18838 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18839
18840         * gnus-art.el (gnus-article-edit-part): New function.
18841         (gnus-mime-save-part-and-strip): Use it; do query instead of
18842         signaling an error; don't use mm-multiple-handles.
18843         (gnus-mime-delete-part): Ditto.
18844
18845 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18846
18847         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18848         old file versions.
18849         (gnus-group-prepare-hook): Remove function that converted list
18850         form of gnus-agent-expire-days to group properties.
18851
18852         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18853         (gnus-request-accept-article): Re-indented.
18854
18855         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18856         converters to handle old agent file formats.  Add logic for a
18857         "backup before upgrading warning".
18858         (gnus-convert-mark-converter-prompt): Developers can mark
18859         functions as needing (default), or not needing,
18860         gnus-convert-old-newsrc's "backup before upgrading warning".
18861         (gnus-convert-converter-needs-prompt): Tests whether the user
18862         should be protected from potentially irreversable changes by the
18863         function.
18864
18865         * legacy-gnus-agent.el: New.  Provides converters that are only
18866         loaded when gnus-convert-old-newsrc needs to call them.
18867
18868 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18869
18870         * mail-source.el (mail-source-touch-pop): Doc fix.
18871
18872         * message.el (message-smtpmail-send-it): Doc fix.
18873
18874 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18875
18876         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18877
18878         * nnmail.el (nnmail-split-fancy): do.
18879
18880         * gnus-kill.el (gnus-kill, gnus-execute): do.
18881
18882 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18883
18884         * gnus-sum.el (gnus-widget-reversible-match)
18885         (gnus-widget-reversible-to-internal)
18886         (gnus-widget-reversible-to-external): New functions.
18887         (gnus-widget-reversible): New widget.
18888         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18889
18890 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18891
18892         * gnus-sum.el (gnus-thread-sort-functions)
18893         (gnus-article-sort-functions): Document `(not F)' items.
18894
18895 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18896
18897         * spam.el (spam-use-gmane-xref): Add new backend.
18898         (spam-gmane-xref-spam-group): Add variable to control the name of the
18899         Gmane spam group.
18900         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18901         (spam-regex-headers-spam, spam-regex-headers-ham)
18902         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18903         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18904         backends and checks.
18905         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18906
18907         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18908         an autodetect method.
18909
18910 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18911
18912         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18913         articles are being added to a group.
18914         (gnus-request-replace-article): Inform the agent that articles
18915         need to be uncached as the cached contents are no longer valid.
18916
18917 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18918
18919         * binhex.el: Don't autoload executable-find.
18920
18921         * canlock.el: Don't autoload mail-fetch-field.
18922
18923         * dgnushack.el: Autoload c-mode for XEmacs.
18924
18925         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18926
18927         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18928         rmail-dont-reply-to and rmail-output.
18929
18930         * gnus-score.el: Don't autoload ffap-string-at-point.
18931
18932         * gnus-setup.el: Don't autoload sc-cite-original.
18933
18934         * imap.el: Don't autoload base64-decode-string,
18935         base64-encode-string and md5.
18936
18937         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18938         and rmail-msg-restore-non-pruned-header.
18939
18940         * mm-decode.el: Don't autoload executable-find.
18941
18942         * mm-url.el: Don't autoload executable-find.
18943
18944         * mm-view.el: Don't autoload diff-mode.
18945
18946         * nndb.el: Don't autoload news-reply-mode, news-setup,
18947         cancel-timer and telnet.
18948
18949         * password.el: Don't autoload run-at-time for Emacs.
18950
18951         * sha1-el.el: Don't autoload executable-find.
18952
18953         * sieve-mode.el: Don't autoload c-mode.
18954
18955         * uudecode.el: Don't autoload executable-find.
18956
18957 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18958
18959         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18960         (gnus-agent-possibly-alter-active): Avoid null in numeric
18961         comparison.
18962         (gnus-agent-set-local): Refuse to save null in local object table.
18963         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18964         list of articles that will be marked as unread.
18965
18966 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18967
18968         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18969
18970 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18971
18972         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18973         language tags.
18974
18975 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18976
18977         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18978         Don't bind "obarray".
18979
18980         * gnus-sum.el (gnus-thread-sort-functions):
18981         Add `gnus-thread-sort-by-most-recent-number' and
18982         `gnus-thread-sort-by-most-recent-date'.
18983         Reported by Kai Grossjohann <kai@emptydomain.de>.
18984
18985 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18986
18987         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18988
18989 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18990
18991         * gnus-cus.el (gnus-agent-customize-category):
18992         Remove ignore-errors macro reference that required cl to be loaded at
18993         run-time.
18994
18995         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18996         single-interval range of the form (min . max).  Previously the
18997         range had to look like ((min . max)).  Likewise, return
18998         (min . max) rather than ((min . max)).
18999         (gnus-range-map): Use gnus-range-normalize to accept
19000         single-interval range.
19001
19002         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19003         the cache, but not the agent, now appear with their usual face.
19004
19005         * dgnushack.el (loaddir): New variable that is bound to the
19006         directory containing the dgnushack.el file. Use loaddir, rather
19007         than srcdir, to update load-path. Change lets dgnushack compile
19008         code in directories other than GNUS/lisp.
19009
19010 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19011
19012         * lpath.el: Don't bind w3m-safe-url-regexp.
19013
19014         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19015         w3m-safe-url-regexp variable buffer-local.
19016
19017         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19018
19019 2004-02-27  Simon Josefsson  <jas@extundo.com>
19020
19021         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19022         gnus-group-real-prefix.
19023         (gnus-summary-move-article): Use it, instead of
19024         gnus-group-real-prefix.
19025
19026 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19027
19028         * lpath.el: Bind w3m-safe-url-regexp.
19029
19030         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19031         w3m-safe-url-regexp variable buffer-local and set it as the value
19032         of mm-w3m-safe-url-regexp.
19033
19034         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19035
19036         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19037         parsing gnus-posting-styles when the message is not for replying.
19038
19039         * dgnushack.el: Autoload sgml-mode for XEmacs.
19040
19041         * nnrss.el (nnrss-opml-export):
19042         Use mm-set-buffer-file-coding-system instead of
19043         set-buffer-file-coding-system.
19044
19045 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19046
19047         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19048         of checkdoc.el).
19049         * nnrss.el: do.
19050         * gnus-mlspl.el: do.
19051         * gnus-ml.el: do.
19052         * gnus-srvr.el: do.
19053
19054         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19055
19056 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19057
19058         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19059         Corrections to custom-manual links.
19060
19061         * gnus-art.el (gnus-article): Ditto.
19062
19063         * mm-decode.el (mime-display, mime-security): Ditto.
19064
19065 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19066
19067         * flow-fill.el: Typo.
19068
19069 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19070
19071         * spam-wash.el: New file.
19072
19073 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19074
19075         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19076
19077 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19078
19079         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19080         to be run with new-articles as LIST1, not LIST2.
19081         (spam-registration-functions): Add spam-use-ham-copy as a nil
19082         registration backend.
19083
19084 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19085
19086         * spam-stat.el (spam-stat-washing-hook): New option.
19087         (spam-stat-buffer-words): Use it.
19088         (spam-stat-process-directory, spam-stat-test-directory):
19089         Use insert-file-contents-literally.
19090         (spam-stat-coding-system): New variable.
19091         (spam-stat-load, spam-stat-save): Use it.
19092
19093 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19094
19095         * spam-report.el (spam-report-plug-agent):
19096         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19097
19098 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19099
19100         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19101         Allow / in mailto URLs.
19102
19103 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19104
19105         * spam-report.el (spam-report-process-queue): Fix interactive use.
19106         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19107         (spam-report-unplug-agent): Doc fixes.
19108         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19109         (spam-report-agentize, spam-report-deagentize): Autoload.
19110
19111 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19112
19113         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19114
19115         * message.el (message-setup-fill-variables): Add mml tags to
19116         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19117         <ajk@iu.edu>.
19118         (message-mode): Don't modify paragraph-separate there.
19119
19120 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19121
19122         * compface.el (uncompface-use-external): Default to undecided.
19123         (uncompface-use-external-threshold): New variable.
19124         (uncompface-float-time): New macro.
19125         (uncompface): Determine whether to use the external decoder if
19126         uncompface-use-external is undecided.
19127
19128 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19129
19130         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19131         after images.
19132
19133         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19134
19135 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19136
19137         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19138
19139         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19140
19141         * gnus-sum.el (gnus-summary-limit-to-age)
19142         (gnus-summary-limit-children): do.
19143
19144         * gnus-int.el (gnus-request-scan): do.
19145
19146         * gnus-group.el (gnus-group-suspend): do.
19147
19148         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19149
19150         * gnus-cite.el (gnus-cite-parse-attributions): do.
19151
19152         * gnus-agent.el (gnus-summary-set-agent-mark)
19153         (gnus-agent-regenerate-group): do.
19154
19155         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19156
19157         * binhex.el (binhex-decode-region-internal): do.
19158
19159 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19160
19161         * gnus-fun.el (gnus-face-properties-alist): New user option.
19162         (gnus-display-x-face-in-from): Use it.
19163
19164         * gnus-art.el (article-display-face): Ditto.
19165
19166         * compface.el (uncompface-use-external): Default to nil.
19167
19168 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19169
19170         * nntp.el (nntp-erase-buffer): New function.
19171         (nntp-retrieve-data, nntp-send-command)
19172         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19173         (nntp-possibly-change-group): Use it.
19174
19175         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19176         Use with-current-buffer.
19177
19178 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19179
19180         * compface.el: Merge the ELisp-based uncompface program.
19181         (compface): New customization group.
19182         (uncompface-use-external): New user option.
19183         (uncompface): Call uncompface-internal if uncompface-use-external
19184         is nil.
19185         (uncompface-internal): New function.  Note that there are also
19186         some other functions and variables added for this function.
19187
19188 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19189
19190         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19191         if necessary.
19192
19193 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19194
19195         * spam-report.el (spam-report-unplug-agent)
19196         (spam-report-plug-agent, spam-report-deagentize)
19197         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19198         Add support for the Agent in spam-report: when unplugged, report to a
19199         file; when plugged, submit all the requests.
19200
19201         * spam.el (spam-register-routine): Fix message about
19202         registration.
19203
19204 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19205
19206         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19207         dependencies.
19208         (rfc2047-encode): Use it.
19209
19210         * gnus-art.el (gnus-button-marker-list): Move before first
19211         reference.
19212
19213         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19214         (imap-parse-body): Fix format string mismatch.
19215
19216         * gnus-score.el (gnus-summary-increase-score): do.
19217
19218         * nnrss.el (nnrss-close): New function.
19219
19220 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19221
19222         * nnrss.el (nnrss-make-filename): New function.
19223         (nnrss-request-delete-group, nnrss-read-server-data)
19224         (nnrss-save-server-data, nnrss-read-group-data)
19225         (nnrss-save-group-data): Use it.
19226         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19227         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19228         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19229
19230 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19231
19232         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19233
19234 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19235
19236         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19237         files.
19238
19239         * message.el (message-generate-headers-first): Don't quote nil
19240         and t in docstrings.
19241
19242         * imap.el (imap-id): do.
19243
19244         * gnus-agent.el (gnus-agent-consider-all-articles)
19245         (gnus-agent-queue-mail): do.
19246
19247 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19248
19249         * spam-report.el (spam-report-process-queue): New function.
19250         Process requests from `spam-report-requests-file'.
19251         (spam-report-process-queue): Doc fix.
19252
19253 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19254
19255         * spam.el (spam-register-routine)
19256         (spam-log-processing-to-registry, spam-log-registered-p)
19257         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19258         Change "check" to "spam-check" for semi-clarity.
19259
19260 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19261
19262         * pop3.el: Require nnheader.
19263
19264         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19265
19266         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19267
19268         * gnus-picon.el: Require cl.
19269
19270         * gnus-fun.el: Require gnus-ems and gnus-util.
19271
19272         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19273
19274         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19275
19276         * gnus-art.el (gnus-article-edit-mode): Define before first
19277         reference.
19278
19279 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19280
19281         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19282         (gnus-uu-post-encoded): Use point-at-bol.
19283
19284         * gnus-topic.el (gnus-group-active-topic-p): do.
19285
19286         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19287
19288         * gnus-group.el (gnus-group-kill-region): do.
19289
19290         * gnus-art.el (article-date-ut): do.
19291
19292         * message.el (message-fetch-field): Remove redundant
19293         case-fold-search binding.
19294         (message-narrow-to-field): Simplify.
19295
19296 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19297
19298         * spam.el (spam-directory): Derive from `gnus-directory'.
19299
19300         * spam-report.el (spam-report-url-to-file)
19301         (spam-report-requests-file): New function and variable for offline
19302         reporting.
19303         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19304         and user defined function.
19305         (spam-report-url-ping-mm-url): Remove doubled slash.
19306
19307 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19308
19309         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19310
19311 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19312
19313         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19314         Fix format string mismatch.
19315
19316         * sieve.el (sieve-deactivate-all): do.
19317
19318         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19319
19320         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19321
19322         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19323
19324         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19325
19326 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19327
19328         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19329         the list of checks.
19330
19331 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19332
19333         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19334         padding.
19335
19336 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19337
19338         * mm-view.el (mm-fill-flowed): New variable.
19339         (mm-inline-text): Use it.
19340
19341 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19342
19343         * spam.el (spam-spamassassin-register-ham-routine)
19344         (spam-spamassassin-register-spam-routine): Fix function names.
19345
19346 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19347
19348         * gnus.el (gnus-tmp-grouplens): Remove.
19349         (gnus-summary-line-format): Remove grouplens.
19350
19351         * gnus-group.el (gnus-group-line-format): Ditto.
19352
19353         * gnus-spec.el (gnus-format-specs): Ditto.
19354         (gnus-update-format-specifications): Flush the group format spec
19355         cache if there's the grouplens stuff.
19356         (gnus-parse-simple-format): Replace %l with the empty string.
19357
19358 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19359
19360         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19361         omission.
19362
19363 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19364
19365         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19366         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19367
19368 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19369
19370         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19371         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19372         New macros and functions.
19373         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19374         Handle > NLINK_MAX messages.
19375         * nnmaildir.el (nnmaildir-request-set-mark):
19376         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19377
19378 2004-01-25  Alex Schroeder  <alex@gnu.org>
19379
19380         * spam-stat.el (spam-stat-process-directory-age): New option.
19381         (spam-stat-process-directory): Use it.
19382
19383 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19384
19385         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19386         (spam-stat-save): Accept prefix argument.
19387
19388 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19389
19390         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19391         links" error.
19392
19393 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19394
19395         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19396         the rest of the and/or forms.
19397
19398 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19399
19400         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19401         compatibility with old .newsrc.eld files.
19402
19403         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19404
19405         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19406
19407         * gnus-start.el (gnus-1): do.
19408
19409         * gnus-group.el (gnus-group-line-format-alist): do.
19410
19411         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19412
19413         * gnus-gl.el: Remove.
19414
19415 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19416
19417         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19418         marks consisting of a single range {for example, (3 . 5)} rather
19419         than a list of a single range { ((3 . 5)) }.
19420
19421 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19422
19423         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19424         Use with-current-buffer.
19425         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19426         avoid consing a string.
19427
19428         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19429         Remove obsolete entries for big5 and gb2312.
19430
19431 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19432
19433         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19434         uncompressed list.
19435
19436 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19437
19438         * spam-stat.el (spam-stat-strip-xref): New function.
19439         (spam-stat-process-directory): Use it.
19440
19441         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19442         here -- it's done in message-fetch-field.
19443
19444 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19445
19446         * gnus-agent.el (gnus-agent-queue-mail)
19447         (gnus-agent-prompt-send-queue): New variables.
19448         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19449         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19450         "nndraft:queue" along to gnus-draft-send.
19451         Use gnus-agent-prompt-send-queue.
19452         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19453         is "nndraft:queue".  Suggested by Gaute Strokkenes
19454         <gs234@srcf.ucam.org>
19455
19456         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19457         (agent-enable-undownloaded-faces): Add.
19458         (gnus-agent-cat-groups): Use eval-and-compile, not
19459         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19460         method of gnus-agent-cat-groups even when the buffer has been
19461         evaled.
19462         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19463         delete gnus-agent-save-active-1.
19464         (gnus-agent-save-groups): Delete.  Identical to
19465         gnus-agent-save-active.
19466         (gnus-agent-write-active): No longer adjust agent's copy of active
19467         file as agent's adjustments are now stored in their own
19468         file.  Remove optional parameter.
19469         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19470         servers.  Add use of min/max range limits from server's local
19471         file.
19472         (gnus-agent-save-alist): Remove unused optional argument.
19473         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19474         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19475         (gnus-agent-set-local): A per-server file that keeps min/max range
19476         limits for articles known to the agent.  Provides a fast mechanism
19477         for altering many active ranges.
19478         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19479         active file (local makes it unnecessary).
19480         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19481
19482         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19483         (agent-enable-undownloaded-faces): Add.
19484
19485         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19486         disable it when sending to "nndraft:queue".
19487         (gnus-group-send-queue): Add safety check to avoid sending queue
19488         when unplugged.
19489
19490         * gnus-group.el (gnus-group-catchup): Use new
19491         gnus-sequence-of-unread-articles, not
19492         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19493         numbers of articles.  Use gnus-range-map to avoid having to
19494         uncompress the unread list.
19495         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19496         Fix invalid ange-ftp reference.
19497
19498         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19499         (gnus-sorted-range-intersection): Intersection of two ranges
19500         without requiring that they first be uncompressed.
19501
19502         * gnus-start.el (gnus-activate-group): Unless blocked by the
19503         caller, possibly expand the active range to include both cached
19504         and agentized articles.
19505         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19506         multiple version-dependent converters.
19507         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19508         gnus-agent-save-active.
19509         (gnus-save-newsrc-file): Save dirty agent range limits.
19510
19511         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19512         gnus-agent-possibly-alter-active.
19513         (gnus-adjust-marked-articles): Faster handling of simple lists.
19514
19515 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19516
19517         * spam-stat.el (spam-stat-test-directory): New optional argument
19518         displays a list of files detected.  Suggested by Andrew Cohen
19519         <cohen@andy.bu.edu>.
19520         (spam-stat-buffer-words-with-scores): Don't narrow and change
19521         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19522
19523 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19524
19525         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19526         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19527         (spam-spamassassin-arguments)
19528         (spam-spamassassin-spam-flag-header)
19529         (spam-spamassassin-positive-spam-flag-header)
19530         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19531         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19532         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19533         (spam-list-of-processors, spam-list-of-checks)
19534         (spam-list-of-statistical-checks, spam-registration-functions)
19535         (spam-check-spamassassin-headers, spam-check-spamassassin)
19536         (spam-spamassassin-score)
19537         (spam-spamassassin-register-with-sa-learn)
19538         (spam-spamassassin-register-spam-routine)
19539         (spam-spamassassin-register-ham-routine)
19540         (spam-assassin-register-spam-routine)
19541         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19542         (spam-bogofilter-score): Fix to show article before scoring.
19543
19544 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19545
19546         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19547         default scoring function.
19548         (spam-generic-score): Call spam-spamassassin-score if
19549         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19550         spam-bogofilter-score otherwise.
19551
19552         * gnus.el (spam-process, spam-autodetect-methods):
19553         Add spamassassin and spamassassin-headers.
19554
19555 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19556
19557         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19558         Suppress unnecessary messages.
19559
19560 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19561
19562         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19563         make-hash-table.
19564
19565 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19566
19567         * canlock.el (base64-encode-string): Don't autoload it.
19568
19569 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19570
19571         * run-at-time.el: Remove useless (require 'itimer),
19572         eval-and-compile and (featurep 'xemacs).
19573
19574 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19575
19576         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19577         GROUP is a virtual group.
19578
19579 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19580
19581         * gnus.el: Autoload `message-y-or-n-p'.
19582
19583 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19584
19585         * pgg-parse.el: Remove unnecessary (require 'custom).
19586
19587         * pgg-def.el: do.
19588
19589         * nnmail.el: do.
19590
19591         * gnus-undo.el: do.
19592
19593         * gnus-picon.el: do.
19594
19595         * gnus-util.el: do.
19596
19597 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19598
19599         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19600
19601 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19602
19603         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19604         handle, as well as a list.
19605
19606         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19607         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19608         (mm-w3m-cid-retrieve): Simplify.
19609
19610 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19611
19612         * message.el (message-kill-to-signature): Allow prefix arg to
19613         specify number of lines to keep before signature.
19614
19615 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19616
19617         * message.el (message-kill-to-signature): Change docstring.
19618
19619 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19620
19621         * canlock.el: Always require sha1-el.
19622         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19623
19624         * message.el: Autoload sha1 only when compiling.
19625
19626         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19627         eudc-expand-inline for XEmacs.
19628
19629 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19630
19631         * message.el (message-canlock-generate): Require sha1-el.
19632
19633 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19634
19635         * message.el (message-expand-name): Silence the byte compiler.
19636
19637         * lpath.el: Add detect-coding-system.
19638
19639         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19640         cus-edit.
19641
19642 2004-01-13  Simon Josefsson  <jas@extundo.com>
19643
19644         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19645         Invoke gnus-score-mode.
19646         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19647
19648         * gnus-range.el (gnus-compress-sequence): Doc fix.
19649         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19650
19651 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19652
19653         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19654
19655 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19656
19657         * spam.el (spam-get-article-as-string): Update to use
19658         gnus-request-article-this-buffer, much simpler.
19659         (spam-get-article-as-buffer): Remove.
19660
19661 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19662
19663         * message.el (message-expand-name): Use EUDC if the user uses that.
19664
19665 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19666
19667         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19668         character for the encoding to avoid consing a string.
19669
19670         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19671         unnecessarily.
19672
19673         * mm-util.el (mm-replace-chars-in-string): Remove.
19674
19675         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19676         of mm-replace-chars-in-string.
19677
19678 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19679
19680         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19681
19682         * mm-util.el (mm-subst-char-in-string): Support inplace.
19683
19684         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19685         a new string in every iteration.  Use shy groups.
19686
19687 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19688
19689         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19690         * gnus-soup.el (gnus-soup-group-brew):
19691         * gnus-msg.el (gnus-put-message):
19692         * gnus-move.el (gnus-group-move-group-to-server):
19693         * gnus-kill.el (gnus-batch-score):
19694         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19695         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19696         (gnus-group-update-group, gnus-group-read-group)
19697         (gnus-group-make-group, gnus-group-make-help-group)
19698         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19699         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19700         (gnus-group-sort-by-unread, gnus-group-catchup)
19701         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19702         (gnus-group-yank-group, gnus-group-set-info)
19703         (gnus-group-list-groups):
19704         * gnus.el (gnus-generate-new-group-name):
19705         * gnus-delay.el (gnus-delay-send-queue):
19706         * nnvirtual.el (nnvirtual-catchup-group):
19707         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19708         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19709         (gnus-group-prepare-topics, gnus-topic-check-topology):
19710         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19711         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19712         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19713         (gnus-group-make-articles-read):
19714         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19715         (gnus-group-change-level, gnus-kill-newsgroup)
19716         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19717         (gnus-get-unread-articles, gnus-make-articles-unread)
19718         (gnus-make-ascending-articles-unread): Use accessor
19719         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19720         to get group information for improved readability.
19721
19722
19723 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19724
19725         * gnus-art.el (article-decode-mime-words, article-babel)
19726         (gnus-article-highlight-signature, gnus-article-add-buttons)
19727         (gnus-signature-toggle): Use gnus-with-article-buffer.
19728
19729         * gnus-art.el (gnus-article-highlight-headers)
19730         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19731
19732         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19733         (gnus-article-set-globals, gnus-request-article-this-buffer)
19734         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19735         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19736         (gnus-mime-display-alternative): Use with-current-buffer.
19737
19738 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19739
19740         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19741         also under 80 char limit, and call gnus-error if needed.
19742         (spam-fetch-article-header): Fix - it was a
19743         buffer-local variable (gnus-newsgroup-data).
19744         (spam-find-spam): Use spam-generate-fake-headers, forget about
19745         spam-insert-fake-headers.
19746         (spam-insert-fake-headers): Remove.
19747
19748 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19749
19750         * deuglify.el (gnus-article-outlook-unwrap-lines)
19751         (gnus-outlook-rearrange-article)
19752         (gnus-outlook-repair-attribution-outlook)
19753         (gnus-outlook-repair-attribution-block)
19754         (gnus-outlook-repair-attribution-other): Remove redundant
19755         save-excursion.
19756
19757 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19758
19759         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19760         (spam-fetch-field-subject-fast)
19761         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19762         (spam-fetch-article-header): Add functions to deal with Gnus
19763         internals for fast retrieval of article header data.
19764         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19765
19766 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19767
19768         * pop3.el (pop3-md5): Remove.
19769         (pop3-apop): Replace pop3-md5 with md5.
19770
19771         * mm-bodies.el: base64 is always built-in.
19772
19773         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19774         Use with-current-buffer.
19775
19776 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19777
19778         * canlock.el (canlock-insert-header): Remove excessive grouping in
19779         regexp.
19780
19781         * gnus-sum.el (gnus-summary-read-document): Ditto.
19782
19783         * gnus-uu.el (gnus-uu-part-number): Ditto.
19784
19785         * html2text.el (html2text-remove-tags): Ditto.
19786         (html2text-format-tags): Ditto.
19787         (html2text-format-single-elements): Ditto.
19788
19789         * mml.el (mml-parse-1): Ditto.
19790
19791 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19792
19793         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19794
19795         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19796
19797         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19798
19799         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19800
19801 2003-11-15  Simon Josefsson  <jas@extundo.com>
19802
19803         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19804         (pgg-gpg-lookup-key): Use regexp match instead of
19805         split-string (split-string is different between emacs 21.2 and
19806         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19807
19808 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19809
19810         * gnus-art.el (gnus-mime-view-all-parts)
19811         (gnus-article-part-wrapper, gnus-article-view-part):
19812         Use with-current-buffer.
19813
19814 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19815
19816         * spam.el (spam-disable-spam-split-during-ham-respool)
19817         (spam-spamoracle-database, spam-cache-lookups)
19818         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19819         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19820         (spam-group-ham-marks, spam-group-spam-marks)
19821         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19822         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19823         also add spam-use-blackholes to the statistical checks.
19824         (spam-fetch-field-fast): Add interface to fetching fields, may
19825         become a macro.
19826         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19827         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19828         (spam-insert-fake-headers): Fake an article when needed.
19829         (spam-find-spam): Fake article when possible.
19830         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19831         (spam-check-bogofilter-headers): Use message-fetch-field instead
19832         of nnmail-fetch-field.
19833
19834 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19835
19836         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19837
19838 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19839
19840         * spam.el (spam-split): Do not require spam-use-CHECK to be
19841         enabled if that check is passed to spam-split explicitly; also
19842         fix so 'spam doesn't get converted to spam-split-group when
19843         spam-split-symbolic-return is t.
19844         (spam-find-spam): Find registrations of the article and use those
19845         instead of re-running spam-split to find the spam/ham
19846         classification of the article.
19847         (spam-log-processing-to-registry, spam-log-registered-p)
19848         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19849         Use gnus-error instead of gnus-message.
19850         (spam-log-registration-type): Add function to determine the
19851         classification of a message based on registry entries; will
19852         return nil if both 'spam and 'ham are found.
19853         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19854         a reasonably fast local cache without the loading errors.
19855         (spam-cache-lookups): Set to t by default.
19856         (spam-find-spam): Don't try to guess spam-cache-lookups.
19857         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19858         spam-caches entry.
19859         (spam-filelist-build-cache, spam-filelist-check-cache):
19860         Fix caching of whitelist/blacklist entries.
19861         (spam-check-whitelist, spam-check-blacklist):
19862         Invoke spam-from-listed-p with a type, not a cache variable.
19863         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19864
19865 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19866
19867         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19868
19869         * nnmail.el (nnmail-split-fancy): do.
19870
19871         * mml.el (mml-parse): do.
19872
19873         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19874         (gnus-score-adaptive): do.
19875
19876 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19877
19878         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19879         (gnus-mime-button-map): Don't set keymap parent.
19880         (gnus-button-ctan-directory-regexp): Use shy grouping.
19881         (gnus-prev-page-map): Don't set keymap parent.
19882         (gnus-prev-page-map): Remove duplicated one.
19883         (gnus-next-page-map): Don't set keymap parent.
19884         (gnus-mime-security-button-map): Ditto.
19885
19886         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19887         version number.
19888
19889         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19890
19891 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19892
19893         * canlock.el (canlock-sha1-function): Remove.
19894         (canlock-sha1-function-for-verify): Remove.
19895         (canlock-openssl-program): Remove.
19896         (canlock-openssl-args): Remove.
19897         (canlock-ignore-errors): Remove.
19898         (canlock-sha1-with-openssl): Remove.
19899         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19900         (canlock-verify): Don't use canlock-ignore-errors.
19901
19902         * sha1-el.el (sha1-string-external): Make it can return a string
19903         in binary form.
19904         (sha1-region-external): Ditto.
19905         (sha1-string-internal): Ditto.
19906         (sha1-region-internal): Ditto.
19907         (sha1-region): Ditto.
19908         (sha1-string): Ditto.
19909         (sha1): Ditto.
19910
19911 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19912
19913         * spam.el (spam-report-articles-gmane): New command.
19914
19915 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19916
19917         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19918
19919         * run-at-time.el (run-at-time-saved): Remove.
19920         (run-at-time): Doc fix.
19921
19922 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19923
19924         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19925         (gnus-summary-limit-map): Add it.
19926         (gnus-summary-make-menu-bar): do.
19927
19928 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19929
19930         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19931         Make attempt at some caching support (done for BBDB only now).
19932         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19933         addresses to be checked.
19934         (spam-clear-cache-BBDB): Add function, to be invoked by
19935         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19936         (spam-check-BBDB): Check and use the caches, if
19937         spam-cache-lookups is on, remove superfluous (provide).
19938
19939 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19940
19941         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19942
19943 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19944
19945         * run-at-time.el (run-at-time-saved): Move to after the definition
19946         of `run-at-time'.
19947
19948         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19949
19950 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19951
19952         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19953         mm-w3m-local-map-property.
19954
19955         * mm-view.el (mm-w3m-mode-map): Remove.
19956         (mm-w3m-local-map-property): Remove.
19957         (mm-inline-text-html-render-with-w3m): Don't use
19958         mm-w3m-local-map-property.
19959
19960 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19961
19962         * run-at-time.el: New file.
19963
19964         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19965         under Emacs.
19966
19967         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19968         of gnus-set-text-properties.
19969
19970         * gnus-uu.el (gnus-uu-save-article): Ditto.
19971
19972         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19973
19974         * gnus-cite.el (gnus-cite-parse): Ditto.
19975
19976         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19977         of gnus-.
19978
19979         * gnus-xmas.el (run-at-time): Require run-at-time.
19980
19981         * gnus.el: Change calls to nnheader-run-at-time and
19982         password-run-at-time throughout to use run-at-time directly.
19983
19984         * password.el: Remove definition of run-at-time.
19985
19986         * nnheaderxm.el: Remove definition of run-at-time.
19987
19988 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19989
19990         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19991         in prompt.
19992
19993 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19994
19995         * messagexmas.el (message-xmas-redefine): Alias
19996         `message-make-caesar-translation-table' to
19997         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19998         version.
19999
20000         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20001         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20002         `gnus-xmas-set-text-properties'.
20003         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20004         `gnus-xmas-completing-read'.
20005         (gnus-xmas-completing-read): Removed.
20006         (gnus-xmas-open-network-stream): Removed.
20007
20008         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20009         XEmacs version.
20010
20011         * dns.el (dns-make-network-process): Use `open-network-stream'
20012         instead of `gnus-xmas-open-network-stream'.
20013
20014         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20015
20016         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20017
20018 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20019
20020         * gnus-art.el (gnus-mime-display-alternative)
20021         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20022         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20023         Don't use gnus-local-map-property.
20024
20025         * gnus-util.el (gnus-local-map-property): Remove.
20026
20027         * mm-view.el (mm-view-pkcs7-decrypt):
20028         Replace gnus-completing-read-maybe-default with completing-read.
20029
20030         * gnus-util.el (gnus-completing-read): do.
20031         (gnus-completing-read-maybe-default): Remove.
20032
20033 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20034
20035         * password.el: Only autoload `run-at-time' if not XEmacs.
20036         Only autoload the itimer functions if XEmacs.
20037
20038 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20039
20040         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20041         XEmacsen.
20042
20043         * dgnushack.el: Autoload executable-find for XEmacs.
20044
20045 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20046
20047         * gnus-art.el (gnus-read-string): Remove.
20048         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20049         read-string.
20050
20051 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20052
20053         * netrc.el: Autoload password-read.
20054         (netrc): Add configuration group.
20055         (netrc-encoding-method, netrc-openssl-path):
20056         Add variables for encoding and decoding of files with symmetric
20057         ciphers.
20058         (netrc-encode): Add assistant function to encode a file with
20059         netrc-encoding-method.
20060         (netrc-parse): Add interactive parameter, added optional
20061         decoding if netrc-encoding-method is non-nil but otherwise
20062         behavior is standard.
20063         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20064         Do s/encode/encrypt/ everywhere.
20065
20066         * spam.el: Remove executable-find autoload.
20067
20068 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20069
20070         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20071
20072         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20073
20074 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20075
20076         * gnus-art.el (gnus-treat-ansi-sequences)
20077         (article-treat-ansi-sequences): New variable and function.
20078         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20079
20080         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20081         Use it.
20082
20083 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20084
20085         * mm-util.el (mm-quote-arg): Remove.
20086
20087         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20088         shell-quote-argument.
20089
20090         * gnus-uu.el (gnus-uu-command): do.
20091
20092         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20093
20094         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20095         with make-char.
20096
20097         * mm-util.el (mm-make-char): Remove.
20098
20099         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20100         add-minor-mode.
20101
20102         * gnus-undo.el (gnus-undo-mode): do.
20103
20104         * gnus-topic.el (gnus-topic-mode): do.
20105
20106         * gnus-sum.el (gnus-dead-summary-mode): do.
20107
20108         * gnus-start.el (gnus-slave-mode): do.
20109
20110         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20111
20112         * gnus-ml.el (gnus-mailing-list-mode): do.
20113
20114         * gnus-gl.el (gnus-grouplens-mode): do.
20115
20116         * gnus-draft.el (gnus-draft-mode): do.
20117
20118         * gnus-dired.el (gnus-dired-mode): do.
20119
20120         * gnus-ems.el (gnus-add-minor-mode): Remove.
20121
20122         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20123         Replace gnus-char-width with char-width.
20124
20125         * gnus-ems.el (gnus-char-width): Remove.
20126
20127         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20128         Replace gnus-char-width with char-width.
20129
20130         * gnus-ems.el (gnus-char-width): Remove.
20131
20132         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20133         definition.
20134         Remove Emacs 20 hash table compatibility code.
20135
20136         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20137         20 compatibility code.
20138
20139         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20140
20141         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20142
20143         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20144         Replace with point-at-{eol,bol}.
20145
20146         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20147
20148         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20149
20150         * flow-fill.el (fill-flowed-point-at-bol)
20151         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20152
20153         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20154         Replace with point-at-{eol,bol} throughout all files.
20155
20156 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20157
20158         * ntlm.el (ntlm-string-as-unibyte): New macro.
20159         (ntlm-build-auth-response): Use it.
20160
20161         Remove Emacs 20 stuff:
20162         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20163         (butlast, mapc, remove): Remove the compiler macros.
20164         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20165         of delq and copy-sequence.
20166         * gnus-art.el (popup-menu): Remove the compiler macro.
20167         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20168         Emacs 20.
20169
20170 2004-01-05  Simon Josefsson  <jas@extundo.com>
20171
20172         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20173         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20174         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20175         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20176         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20177         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20178         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20179         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20180         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20181         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20182         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20183         string-xor into ntlm-string-xor.
20184         Suggested by Jesper Harder <harder@myrealbox.com>.
20185
20186         * ntlm.el: Don't include poem.
20187
20188         * md4.el (print-int32, print-string-hexa): Remove.
20189         Suggested by Jesper Harder <harder@myrealbox.com>.
20190
20191         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20192
20193         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20194         probably breaks emacs with DL patch, but do we care? Is anyone
20195         still using the DL stuff?)
20196
20197         * sieve-manage.el: Use the password package.
20198         (sieve-manage-read-passwd): Remove.
20199         (sieve-manage-interactive-login): Use password.  Re-add
20200         condition-case around loop.
20201
20202         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20203         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20204         Use the password package.
20205
20206 2003-02-19  Simon Josefsson  <jas@extundo.com>
20207
20208         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20209         token.
20210
20211 2002-08-07  Simon Josefsson  <jas@extundo.com>
20212
20213         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20214         (sieve-manage-authenticators):
20215         (sieve-manage-authenticator-alist): Add some SASL mechs.
20216         (sieve-sasl-auth): New function.
20217         (sieve-manage-cram-md5-auth):
20218         (sieve-manage-plain-auth): Rewrite using SASL library.
20219         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20220         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20221         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20222         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20223
20224 2004-01-05  Simon Josefsson  <jas@extundo.com>
20225
20226         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20227         New files.
20228
20229 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20230
20231         * gnus-group.el (gnus-no-groups-message): Update.
20232
20233         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20234
20235 2003-11-09  Simon Josefsson  <jas@extundo.com>
20236
20237         * imap.el: Support for ID IMAP extension (RFC 2971).
20238         (imap-local-variables): Add imap-id.
20239         (imap-id): New variable.
20240         (imap-id): New function.
20241         (imap-parse-response): Parse untagged ID response.
20242         * nnimap.el (nnimap-id): New variable.
20243         (nnimap-open-connection): Use it.
20244
20245 2003-12-28  Simon Josefsson  <jas@extundo.com>
20246
20247         * gnus-score.el (gnus-score-edit-all-score): New.
20248         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20249
20250 2004-01-04  Simon Josefsson  <jas@extundo.com>
20251
20252         * password.el: Add.
20253
20254 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20255
20256         * dns.el (dns-query-types): Fix typo.
20257         (dns-query-types): New function.
20258         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20259         PTR and SOA replies, see RFC 1035.
20260
20261 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20262
20263         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20264
20265         * Move to Changelog.2.
20266
20267 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20268
20269         * gnus.el (gnus-version-number): Bump version.
20270
20271 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20272
20273         * gnus.el: No Gnus v0.1 is released.
20274
20275 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20276
20277         * gnus.el: No Gnus v0.0 is released.
20278
20279 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20280
20281         * gnus.el (gnus-version-number): Bump.
20282         (gnus-version): No.
20283
20284 See ChangeLog.2 for earlier changes.
20285
20286   Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
20287     Free Software Foundation, Inc.
20288
20289   This file is part of GNU Emacs.
20290
20291   GNU Emacs is free software: you can redistribute it and/or modify
20292   it under the terms of the GNU General Public License as published by
20293   the Free Software Foundation, either version 3 of the License, or
20294   (at your option) any later version.
20295
20296   GNU Emacs is distributed in the hope that it will be useful,
20297   but WITHOUT ANY WARRANTY; without even the implied warranty of
20298   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20299   GNU General Public License for more details.
20300
20301   You should have received a copy of the GNU General Public License
20302   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20303
20304 ;; Local Variables:
20305 ;; coding: utf-8
20306 ;; fill-column: 79
20307 ;; add-log-time-zone-rule: t
20308 ;; End: