shr: add support for text attribute in body
[gnus] / lisp / ChangeLog
1 2011-02-08  Julien Danjou  <julien@danjou.info>
2
3         * shr.el (shr-tag-body): Add support for text attribute in body
4         markups.
5
6         * message.el (message-options): Make message-options a local variable.
7
8 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
9
10         * nnimap.el (nnimap-update-info): Refactor slightly.
11         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
12         (nnimap-update-info): Clean up slightly.
13         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
14         characters.
15         (nnimap-process-quirk): Renamed function to avoid collision.
16         (nnimap-update-info): Fix macrology bug-out.
17         (nnimap-update-info): Simplify split history test.
18
19 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
20
21         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
22         part not returning any data.
23
24         * proto-stream.el (open-protocol-stream): Document the return value.
25
26 2011-02-06  Julien Danjou  <julien@danjou.info>
27
28         * message.el (message-setup-1): Handle message-generate-headers-first
29         set to t.
30
31 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
32
33         * message.el (message-setup-1): Remove the read-only stuff, since it
34         doesn't work under XEmacs, for some reason.
35
36         * gnus-sum.el (gnus-user-date): Renamed back from
37         gnus-summary-user-date since user code refers to it.
38
39         * shr.el (shr-render-td): Store the actual background colour used.
40
41         * message.el (message-setup-1): Don't bind the constant
42         -forbidden-properties.
43         (message-setup-1): Revert previous change, since it needs to bind the
44         props to insert them.
45         (message-resend): Allow removing the read-only separator line.
46
47 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
48
49         * nnimap.el (nnimap-request-accept-article): Give an error message if
50         the APPEND wasn't successful.
51
52 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
53
54         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
55         that have no groups.
56
57 2011-02-03  Julien Danjou  <julien@danjou.info>
58
59         * gnus-draft.el: Remove progn around gnus-draft-setup.
60
61 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
62
63         * gnus-start.el (gnus-read-active-for-groups): This function is never
64         called with a nil `infos', so clean that up.
65         (gnus-get-unread-articles): Request active files from primary/secondary
66         methods that have no groups (yet).
67
68 2011-02-03  Julien Danjou  <julien@danjou.info>
69
70         * message.el (message-setup-1): Always generate References first.
71         (message-mail): Return the return value of message-setup, not always t.
72         (message-setup-1): Insert mail-header-separator with read-only and
73         intangible properties set.
74
75         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
76         user-date in docstring.
77
78         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
79
80         * gnus.el (gnus-summary-line-format): Mention &user-date format in
81         docstring.
82
83         * gnus.el (gnus-user-date-format-alist): Change default value. Use
84         defcustom, with type and group. Move from gnus-util.el. Rename to
85         gnus-summary-user-date-format-alist.
86
87 2011-02-03  Glenn Morris  <rgm@gnu.org>
88
89         * nnimap.el (gnus-fetch-headers): Declare.
90
91         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
92
93 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
94
95         * message.el (message-forward-make-body-digest-plain)
96         (message-followup, message-reply): Clean up things noted by Stefan.
97
98         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
99         gnus-article-update-date-headers is nil.
100         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
101         it didn't really work with defcustom.
102         (article-update-date-lapsed): Make sure the window start doesn't move,
103         either.
104
105 2011-02-01  Julien Danjou  <julien@danjou.info>
106
107         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
108         format.
109
110         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
111         standard in Emacs nowadays.
112
113         * color.el (color-gradient): Add a color-gradient function.
114
115 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
116
117         * message.el (message-expand-name): Don't trust the return value of
118         bbdb-complete-name.
119         (message-check-news-header-syntax): Remove unused var `start'.
120         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
121         (message-inhibit-body-encoding): Move to before first use.
122         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
123         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
124         (Organization, Message-ID, Date, mh-previous-window-config):
125         Defvar the vars using dynamic scoping.
126
127 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
128
129         * shr.el (shr-render-td): Only do colours at the final rendering.
130         Should be slightly faster.
131         (shr-insert-table): Fix up TD background colours when doing the
132         vertical padding.
133
134         * gnus-art.el (article-date-ut): Protect against articles with no Date
135         header.
136         (article-update-date-lapsed): Don't use current-column to find the
137         horizontal position.  It's fragile in the presence of \003 characters.
138
139         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
140
141 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
142
143         * gnus-art.el (article-transform-date): Rewrite to still work when
144         there are several rfc2822 parts.
145         (article-transform-date): Fix infinite recursion.
146         (article-date-ut): Replace infinitely many Date headers with a single
147         one when called interactively.
148
149         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
150         secure manner.
151
152         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
153         move around by not using save-window-excursion.  It seems to work...
154
155 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
156
157         * gnus-art.el (article-make-date-line): Work for user-defined format.
158
159 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
160
161         * nntp.el (nntp-retrieve-group-data-early)
162         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
163         fetching functions.
164
165         * gnus-start.el (gnus-read-active-for-groups): Read the active files
166         thoroughly for all backends that have no known groups.  This should
167         allow new nnml methods to retrieve mail.
168
169         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
170         that Gnus doesn't know exists again.
171
172         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
173         (gnus-treat-date-ut): Ditto.
174         (gnus-article-update-date-header): Renamed.
175         (gnus-treat-date-local): Removed.
176         (gnus-treat-date-english): Removed.
177         (gnus-treat-date-lapsed): Removed.
178         (gnus-treat-date-combined-lapsed): Removed.
179         (gnus-treat-date-original): Removed.
180         (gnus-treat-date-iso8601): Removed.
181         (gnus-treat-date-user-defined): Removed.
182         (gnus-article-date-headers): New variable to control all the date
183         header options.
184         (article-date-ut): Rewrite to allow using the new way to format date
185         headers(s).
186
187 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
188
189         * nnmail.el (nnmail-article-group): Check for a direct fancy split
190         method.
191         (nnmail-article-group): A better test for fanciness.
192
193         * nnimap.el (nnimap-request-head): Protect against not finding the
194         article by Message-ID.
195
196 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
197
198         * gnus-art.el (article-update-date-lapsed): Try a better way to really
199         keep point at the "same place".
200
201 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
202
203         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
204         data if the group is unactivated.
205
206 2011-01-28  Julien Danjou  <julien@danjou.info>
207
208         * gnus-win.el: Remove dead function gnus-window-configuration-element.
209         (gnus-all-windows-visible-p): Remove old compatibility code.
210         (gnus-window-top-edge): Add docstring.
211
212         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
213
214 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
215
216         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
217         older request-update-info.
218
219         * gnus-art.el (article-make-date-line): Limit the length a bit more.
220
221 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
222
223         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Give
224         mml2015-signers higher precedence over mml2015-sign-with-sender.
225
226 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
227
228         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
229         groups.  This makes the nndraft:queue group pop up if it's not already
230         there.
231
232         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
233         messages" logic, which was reversed.
234
235         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
236         the "same place" even if point is on the line being replaced.
237         (article-update-date-lapsed): Allow updating both the combined lapsed
238         and the lapsed headers.
239         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
240         (article-make-date-line): Limit the number of segments dynamically to
241         avoid too-long lines.
242
243 2011-01-27  Julien Danjou  <julien@danjou.info>
244
245         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
246         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
247
248 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
249
250         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
251         Use plist-get instead of the cl function getf.
252
253 2011-01-27  Glenn Morris  <rgm@gnu.org>
254
255         * gnus-util.el (float-time): Get rid of compiler warning, again.
256
257 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
258
259         * shr.el (shr-put-color): Special-case background colours: Do put them
260         at the blank parts at the front of the lines.
261
262         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
263         exit hook to nix out all data on readedness on group exit.
264
265         * gnus-util.el (float-time): If float-time is bound, always use it on
266         all Emacsen.  It's unclear why the subrp check was there.
267         (time-date): Require to make some autoload issues on XEmacs go away.
268
269         * shr.el (shr-put-color): Don't do the box padding in tables, since
270         they're already padded.
271
272 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
273
274         * gnus-art.el (gnus-article-next-page): When the last line of the
275         article is displayed, scroll down once more instead of going to the
276         next article at once.
277         (article-lapsed-string): Refactor out and allow specifying how many
278         segments you want.
279         (gnus-article-setup-buffer): Start updating the lapsed header directly.
280         (gnus-article-update-lapsed-header): New variable.
281
282         * shr.el: Revert change that made headings use different-sized faces.
283         The Emacs display engine isn't advanced enough that, for instance,
284         tables can comfortably use differntly-sized faces.
285
286 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
287
288         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
289         used.
290         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
291         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
292         we're using an encrypted connection.
293
294         * proto-stream.el: Alter the interface functions to also return the
295         actual stream type used: network or tls.
296
297 2011-01-25  Julien Danjou  <julien@danjou.info>
298
299         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
300         (mm-display-javascript-inline): New function.
301
302         * mm-decode.el (mm-inline-media-tests): Add application/javascript
303         viewing function.
304
305 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
306
307         * shr.el (shr-expand-newlines): Fix variable name.
308
309 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
310
311         * shr.el (shr-expand-newlines): Make nested boxes work.
312
313 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
314
315         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
316         backgrounds.
317         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
318         in a more sensible manner.
319
320 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
321
322         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
323         if EPG is loaded.
324
325 2011-01-24  Julien Danjou  <julien@danjou.info>
326
327         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
328         tags.
329
330 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
331
332         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
333         commands.
334
335         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
336         in the article buffer.
337         (gnus-gravatar-insert): Use blank space from the current buffer to
338         avoid breaking text properties.  This makes X-Sent updating work again.
339
340         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
341
342 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
343
344         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
345         fix the bug in url-http.el instead.
346
347         * shr.el (shr-image-fetched): Ditto.
348
349         * shr.el (shr-image-fetched): Avoid having point move in the article
350         buffer.
351
352         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
353         buffer after being called.  It's apparently being killed by url.el, and
354         killing it made point move to end-of-buffer in a random buffer.
355
356         * shr.el (shr-image-fetched): Ditto.
357
358 2011-01-23  Julien Danjou  <julien@danjou.info>
359
360         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
361
362         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
363         text/x-org.
364
365 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
366
367         * gnus-sum.el (gnus-summary-move-article): Protect against backends
368         (i.e., nnimap) returning nil as the article number.
369
370 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
371
372         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
373         "DelSp" parameter in RFC3676.
374
375 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
376
377         * message.el (message-check-recipients): Display the encoded version of
378         the bogus address if they differ.
379
380         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
381         after sending.
382
383         * gnus-agent.el (gnus-agent-send-mail): Ditto.
384
385         * gnus-group.el (gnus-group-refresh-group): New convenience function.
386
387         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
388         group buffer after sending the queue.
389
390         * gnus-agent.el (gnus-agent-send-mail): Ditto.
391
392 2011-01-22  Julien Danjou  <julien@danjou.info>
393
394         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
395
396 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
397
398         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
399         nested related parts.
400
401         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
402         unexpired articles.  This fixes the regression that led expiry marks to
403         disappear from nnfolder groups.
404
405 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
406
407         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
408         Don't confuse the "ret" of "retrograde" with RET.
409
410 2011-01-21  Julien Danjou  <julien@danjou.info>
411
412         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
413         than mm-insert-inline.
414
415 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
416
417         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
418         Widen article buffer.
419
420 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
421
422         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
423         the temp buffer.
424         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
425
426 2011-01-20  Julien Danjou  <julien@danjou.info>
427
428         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
429
430         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
431         than mm-insert-inline to insert inline part: this respect
432         mm-inline-media-tests displayers.
433
434         * mm-view.el (mm-display-shell-script-inline): New function.
435
436         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
437
438         * mm-uu.el (mm-uu-type-alist): Add org block.
439         (mm-uu-org-src-code-block-extract): New function.
440
441         * mm-view.el (mm-display-org-inline): New function.
442
443         * mm-decode.el (mm-automatic-display): Add text/org.
444
445         * mailcap.el (mailcap-mime-extensions): Add .org.
446
447 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
448
449         * gnus-art.el (gnus-article-highlight): Remove argument passed to
450         gnus-article-add-buttons.
451
452 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
453
454         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
455         From header with a date and "nobody" as the sender.
456
457 2011-01-19  Julien Danjou  <julien@danjou.info>
458
459         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
460         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
461         if you have the same regexp several times.
462         (gnus-button-push): Fix matching when regexp is symbol.
463
464 2011-01-15  Glenn Morris  <rgm@gnu.org>
465
466         * message.el (message-mail): A compose-mail function should
467         accept headers as strings.
468
469 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
470
471         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
472         Add :vert-only tags.
473         (message-mail): New arg RETURN-ACTION.
474         (message-return-action): New var.
475         (message-bury): Use it.
476         (message-mode): Make it buffer-local.
477         (message-send-and-exit): Always call message-bury.
478
479         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
480         message-mail.
481
482 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
483
484         * nnimap.el (nnimap-convert-partial-article): Protect against
485         zero-length body parts.
486
487         * mm-decode.el (mm-preferred-alternative-precedence):
488         Discourage showing empty parts.
489
490         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
491         and stuff if the backend didn't return the article number.  This fixes
492         an Exchange-related nnimap bug.
493
494         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
495         group window, because it does the wrong thing when a separate frame
496         displays the group buffer.
497
498         * proto-stream.el (open-protocol-stream): Protect against the low-level
499         transport functions returning nil.
500
501 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
502
503         * mml2015.el (epg-sub-key-fingerprint): Autoload.
504         (mml2015-epg-find-usable-secret-key): New function.
505         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
506         mml2015-epg-find-usable-key (Bug#7797).
507         (mml2015-epg-encrypt): Ditto.
508
509 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
510
511         * dgnushack.el (rot13-string): Fix the way to get the argument.
512
513 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
514
515         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
516
517 2011-01-03  Glenn Morris  <rgm@gnu.org>
518
519         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
520
521         * sieve.el (sieve-open-server): Give a more explicit error if
522         sieve-manage-open returns nil.  (Bug#7720)
523
524 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
525
526         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
527
528 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
529
530         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
531         This avoids sending passwords in plain text over non-encrypted
532         channels.
533
534         * shr.el (shr-rescale-image): Display all GIF images as animated images.
535
536         * nnimap.el (nnimap-login): Refactored out into own function, and
537         implement CRAM-MD5.
538         (nnimap-wait-for-line): Refactored out.
539
540         * mm-view.el (mml-smime): Require.
541
542 2010-12-20  David Engster  <deng@eml.cc>
543
544         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
545         use EPG to decrypt S/MIME messages instead of openssl.
546
547 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
548
549         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
550
551         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
552         status is the group clearly is unreachable.
553
554         * auth-source.el (auth-source-create): Add the optional second
555         parameter to `local-variable-p' to be compatible with XEmacs.
556
557 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
558
559         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
560         work when using a compressed nnml folder.
561
562 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
563
564         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
565         backends after sanitising on entry, because this never makes sense:
566         If the articles have gone missing, then the data no longer exists on
567         the backend, and if they haven't, then Gnus is wrong, and shouldn't
568         overwrite anything anyway.
569
570         * shr.el (shr-insert-document): Bind shr-width dynamically to
571         window-width if it's nil.
572
573 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
574
575         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
576         with the meaning of using the full emacs window width for rendering.
577
578 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
579
580         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
581         case when sender is not given.
582
583 2010-12-23  Julien Danjou  <julien@danjou.info>
584
585         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
586         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
587         the addresses, otherwise we might misplaced the gravatar.
588
589 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
590
591         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
592         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
593         obsolete in Emacs.
594
595 2010-12-20  Julien Danjou  <julien@danjou.info>
596
597         * gnus-util.el (gnus-rescale-image): Revert last change.
598
599 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
600
601         * binhex.el: Improve commentary (Bug#7482).
602
603 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
604
605         * gnus-group.el (gnus-group-delete-articles): New command.
606
607 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
608
609         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
610
611 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
612
613         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
614         here, since it's up to the backends to do CRLF removal if their
615         protocol has it.
616
617         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
618
619 2010-12-17  Julien Danjou  <julien@danjou.info>
620
621         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
622         they are from file. Can also scale up.
623
624 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
625
626         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
627         gnus-use-agent.
628         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
629
630         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
631
632 2010-12-17  Julien Danjou  <julien@danjou.info>
633
634         * gravatar.el (gravatar-retrieve-synchronously): New function.
635         (gravatar-get-data): Make more robust.
636
637 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
638
639         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
640
641 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
642
643         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
644         to really consider the last line.
645
646 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
647
648         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
649         list of recipient keys, or use symmetric encryption if not a list.
650         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
651         EPA override, replacing the call to `netrc-store-data'.
652
653 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
654
655         * gnus-srvr.el: Avoid passing nil regexp argument to
656         delete-matching-lines.
657
658 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
659
660         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
661         fetching stops when Gnus exits.
662
663         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
664         function.
665         (nnfolder-request-expire-articles): Save all the buffers after doing
666         expiry.
667
668         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
669         the last article", since that led to serious performance regressions
670         when expiring nnml groups.
671
672 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
673
674         * nnir.el: Improve customizations.
675
676 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
677
678         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
679
680         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
681         group has been killed.
682         (gnus-group-yank-group): Ditto.
683
684         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
685
686         * nnimap.el (nnimap-request-update-group-status): New function.
687
688         * gnus-int.el (gnus-request-update-group-status): New interface
689         function.
690
691         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
692         copying read-ness to the backends.
693
694         * nnimap.el (nnimap-quirk): New function.
695         (nnimap-retrieve-group-data-early): Use it.
696         (nnimap-quirks): New alist.
697
698 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
699
700         * shr.el (shr-insert): Set shr-start after deleting trailing space;
701         don't delete it within indentation.
702
703 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
704
705         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
706         previous line.
707
708 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
709
710         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
711         QRESYNC command by deleting a superfluous space which broke Cyrus
712         servers.  This change will break other servers that are buggy the other
713         way around.
714
715 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
716
717         * spam.el: Reindent and fix long lines.
718         (spam-copy-or-move-routine): Exclude invalid move destinations.
719
720 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
721
722         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
723         installed the registry.
724
725 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
726
727         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
728
729 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
730
731         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
732         groupname doesn't contain "gmane".
733
734 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
735
736         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
737         and netrc-bound-and-true-p bindings.
738         (netrc-parse): Cache the netrc contents.
739
740         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
741         (gnus-1): Don't create the nndrafts group twice.
742         (gnus-setup-news): There's no need to read the active file here, since
743         that's done again later on a per-backend basis.
744         (gnus-start-draft-setup): Make sure that the new group is started out
745         empty.
746
747         * gnus-agent.el (gnus-agentize): Don't create the queue group
748         automatically on startup.  It'll be created later, if needed.
749
750         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
751         of automatically subscribed groups.
752         (gnus-auto-subscribed-categories): New variable.
753         (gnus-matches-options-n): Use it.
754         (gnus-default-subscribed-newsgroups): Remove unused variable.
755         (gnus-start-draft-setup): Message a bit less.
756
757 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
758
759         * nnir.el (nnir-run-imap): Return article list in order of increasing
760         UID.
761
762 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
763
764         * gnus-sum.el (gnus-summary-enter-digest-group):
765         Mention gnus-auto-select-on-ephemeral-exit.
766
767         * proto-stream.el (proto-stream-open-network-only): Fix the calling
768         convention of the network-only option.
769
770 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
771
772         * proto-stream.el (proto-stream-open-network-only): New function to
773         have a way to specify non-STARTTLS upgrade connections.
774
775 2010-12-10  Julien Danjou  <julien@danjou.info>
776
777         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
778         email address is nil.
779
780         * message.el (message-bogus-recipient-p): Set address to "" if nil.
781
782 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
783
784         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
785         deletion.
786         (nnir-run-imap): Only need to parse list once.
787
788 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
789
790         * shr.el (shr-tag-script): Ignore <script>.
791         (shr-tag-label): Add <label> support.
792
793 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
794
795         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
796
797         * shr.el (shr-image-displayer): Work for images lined side by side.
798
799 2010-12-08  Robert Pluim  <rpluim@gmail.com>
800
801         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
802         parameter, since XEmacs doesn't accept t as a parameter.
803
804 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
805
806         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
807         ids.
808         (nnir-run-gmane): Simplify groupspec formatting.
809         (nnir-request-expire-articles): New function.
810
811 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
812
813         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
814         overflow, possibly.
815
816         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
817         (shr-render-td): Handle td style="" better.
818         (shr-tag-table): Use the color from the style sheet.
819         (shr-render-td): Make sure we copy over all the overlays, too.
820
821 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
822
823         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
824         (nnir-request-article): Improve article retrieval.
825
826 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
827
828         * mm-util.el (mm-extra-numeric-entities): New variable.
829
830         * mm-url.el (mm-url-decode-entities):
831         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
832
833         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
834
835 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
836
837         * message.el: Use completion-at-point.
838         (message-completion-function): New fun, extracted from message-tab.
839         (message-mode): Use it for completion-at-point-functions.
840         (message-tab): Use it and completion-at-point.
841
842 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
843
844         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
845         character if a non-breakable character follows.
846
847 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
848
849         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
850         any stream.
851
852         * shr.el (shr-tag-font): Colorize the region.
853         (shr-tag-body): Ditto.
854         (shr-tag-font): Actually let the styles be inherited instead of
855         overwriting them.
856         (shr-tag-font): Get the background color right.
857         (shr-tag-style): Ignore all <style> tags for the moment.
858
859         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
860         a Message-ID to avoid having nnimap depend on gnus-sum.
861
862         * shr.el (shr-descend): Only colorize something if we have a node that
863         sets colors.
864
865 2010-12-06  Julien Danjou  <julien@danjou.info>
866
867         * shr.el (shr-render-td): Render td content with shr-descend, so style
868         will be applied to <td> too.
869         (shr-colorize-region): Colorize region even if we only have a background.
870         (shr-tag-body): Fix color and background color inheritance.
871         Do not recolorize after shr-generic.
872         (shr-tag-font): Let shr-generic colorize via inheritance.
873
874 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
875
876         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
877
878 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
879
880         * nnir.el (nnir-request-move-article): Remove obsolete code.
881
882 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
883
884         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
885
886 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
887
888         * gnus-sum.el (gnus-summary-respool-article): The completion function
889         expects a list instead of an alist.
890
891         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
892         string as the parameter.
893
894         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
895
896         * shr.el (shr-stylesheet): New dynamic variable for cascading the
897         styles.
898         (shr-colorize-region): New function.
899         (shr-insert-background-overlay): Remove.
900         (shr-render-td): Background setting should be taken care of on a higher
901         level.
902         (shr-tag-body): Use post-hoc colorizations.
903         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
904         (shr-put-color-1): Don't overwrite old colors.
905         (shr-colorize-region): When the background color isn't explicit, use
906         a fixed background.
907
908         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
909         nnmail variables.
910
911 2010-12-05  Bjørn Mork  <bjorn@mork.no>
912
913         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
914         unless necessary.
915
916 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
917
918         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
919         server.
920
921 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
922
923         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
924         so that TAB works.
925
926         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
927         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
928
929         * shr.el (shr-urlify): Show the URL before the title to avoid
930         misleading URLs.
931
932 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
933
934         * shr.el (shr-urlify): Display the title in <a> tags.
935
936 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
937
938         * nnir.el (nnir-categorize): Replace mapcar with mapc.
939
940 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
941
942         * nnir.el: Rearrange code to allow macros to be autoloaded by
943         gnus-sum.el.
944         (nnir-retrieve-headers-override-function): Make this variable
945         customizable.
946         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
947
948         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
949         from nnir.el.
950
951 2010-12-03  Julien Danjou  <julien@danjou.info>
952
953         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
954
955 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
956
957         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
958         allow optional argument `environment'.
959
960 2010-12-03  Glenn Morris  <rgm@gnu.org>
961
962         * mm-extern.el (message-goto-body): Update declaration.
963
964 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
965
966         * gnus-util.el (gnus-macroexpand-all): New function.
967
968         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
969         instead of macroexpand-all that is unavailable in XEmacs.
970
971 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
972
973         * nnir.el (nnir-summary-line-format): New variable.
974         (nnir-mode): Use it.
975         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
976         (nnir-article-ids): Reimplement as defsubst.
977         (nnir-retrieve-headers): Don't mangle the subject header.
978         (nnir-run-imap): Use 100 as RSV score.
979         (nnir-run-find-grep): Fix for full server searching.
980         (nnir-run-gmane): Better restriction to gmane groups.
981
982         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
983         summary buffers.
984
985 2010-12-02  Julien Danjou  <julien@danjou.info>
986
987         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
988
989         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
990
991         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
992         support.
993
994 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
995
996         * nnir.el: Update to handle the registry better.
997         (autoload): Silence byte-compiler.
998         (nnir-open-server): Add a hook for nnir groups.
999         (nnir-request-move-article): Don't mangle the header. Better to use
1000         formating variables (which will be added in the future).
1001         (nnir-registry-action): Update the registry using the original article
1002         group name.
1003         (nnir-mode): Install nnir-specific hooks for updating the registry.
1004
1005         * gnus-sum.el
1006         (gnus-article-original-subject,gnus-newsgroup-original-name):
1007         Remove obsolete variables.
1008         (gnus-summary-move-article): Remove use of obsolete variables.
1009         (gnus-summary-local-variables): Make move and delete hooks local to
1010         summary buffers.
1011
1012 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1013
1014         * rtree.el: New file.
1015
1016 2010-12-01  Julien Danjou  <julien@danjou.info>
1017
1018         * message.el (message-user-organization): Do not use
1019         gnus-local-organization.
1020
1021         * gnus.el: Remove gnus-local-organization.
1022
1023         * gnus-msg.el: Remove nastygram thing.
1024
1025 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1026
1027         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1028         funcall.
1029
1030 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1031
1032         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1033         names.
1034
1035         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1036         characters.
1037
1038         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1039         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1040         Suggested by Štěpán Němec <stepnem@gmail.com>.
1041         (gnus-gravatar-transform-address): Use mail-extract-address-components
1042         that supports non-ASCII names rather than mail-header-parse-addresses.
1043
1044 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1045
1046         * proto-stream.el (open-protocol-stream): All starttls connections are
1047         handled by the network handler.
1048
1049 2010-11-30  Julien Danjou  <julien@danjou.info>
1050
1051         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1052         (nnimap-open-connection-1): Fix PREAUTH.
1053
1054         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1055
1056 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1057
1058         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1059         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1060         (shr-insert): Use them.
1061         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1062
1063 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1064
1065         * nnir.el (nnir-request-move-article): Bail out if original group
1066         doesn't support article moves.
1067         (nnir-get-active): Improve active list retrieval.
1068
1069 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1070
1071         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1072
1073 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1074
1075         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1076         seem to accept strings-with-numbers as port numbers,
1077
1078 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1079
1080         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1081         change the registry.
1082
1083 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1084
1085         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1086         delete-dups that is not available in XEmacs 21.4.
1087
1088         * mm-util.el (mm-delete-duplicates): Add comment.
1089
1090 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1091
1092         * nnir.el (nnir-ignored-newsgroups): New variable.
1093         (nnir-get-active): Use it.
1094
1095 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1096
1097         * proto-stream.el (proto-stream-open-network): Add some comments.
1098
1099         * nntp.el (nntp-open-connection): Provide a :success condition.
1100
1101         * nnimap.el (nnimap-open-connection-1): Ditto.
1102
1103         * proto-stream.el (proto-stream-open-network): See what the response to
1104         the STARTTLS command is.
1105
1106         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1107         backwards compatibility).
1108         (nnimap-open-connection-1): Really respect nnimap-server-port.
1109
1110         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1111         TLS upgrades we don't really care about the identity of the peer.
1112         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1113         that what we've checked for.
1114         (proto-stream-always-use-starttls): Only default to t if
1115         open-gnutls-stream exists.
1116         (proto-stream-open-network): If STARTTLS failed, then just open a
1117         normal connection.
1118         (proto-stream-open-network): Wait until the greeting before doing
1119         STARTTLS.
1120
1121         * nntp.el (nntp-open-connection): Report what the connection error is.
1122
1123         * proto-stream.el (open-protocol-stream): Rename from
1124         open-proto-stream.
1125
1126 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1127
1128         * nnimap.el (nnimap-stream): Change default to `undecided'.
1129         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1130         first, and then network.
1131         (nnimap-open-connection-1): Respect nnimap-server-port.
1132         (nnimap-open-connection): Be more backwards-compatible.
1133
1134         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1135         (proto-stream-open-starttls): De-duplicate the starttls code.
1136         (proto-stream-open-starttls): Folded back into the main function.
1137         (proto-stream-open-network): Fix typo in the gnutls path.
1138         (proto-stream-command): Refactor out.
1139
1140         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1141
1142         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1143         starttls.el STARTTLS.
1144
1145         * color.el (color-lab->srgb): Fix function call name.
1146
1147         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1148         if we're using tls.el.
1149         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1150         built in, then don't try to establish a STARTTLS connection.
1151
1152         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1153         servers.
1154
1155         * proto-stream.el (open-proto-stream): Use network, not stream.
1156         (open-proto-stream): Add a way to specify what the end of a command is.
1157
1158         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1159         connections types.
1160         (nntp-open-network-stream): Remove.
1161         (nntp-open-ssl-stream): Remove.
1162         (nntp-open-tls-stream): Remove.
1163         (nntp-ssl-program): Remove.
1164
1165         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1166
1167 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1168
1169         * nnir.el: Fix typos.
1170         (nnir-retrieve-headers-override-function): Rename variable to reflect
1171         new semantics.
1172         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1173         macros.
1174         (nnir-request-article, nnir-request-move-article): Use them.
1175         (nnir-categorize): New function.
1176         (nnir-run-query): Use it.
1177         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1178         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1179         sorted.
1180         (nnir-group-full-name): Use gnus-group-full-name instead.
1181         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1182         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1183
1184 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1185
1186         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1187
1188         * proto-stream.el: New library to provide protocol-specific
1189         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1190         protocols.
1191         (open-proto-stream): Complete the documentation.
1192         (proto-stream-open-network): Fix some typos.
1193
1194         * nnimap.el (nnimap-open-connection): Use it.
1195
1196 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1197
1198         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1199         negotiation.
1200
1201 2010-11-26  Julien Danjou  <julien@danjou.info>
1202
1203         * color.el: Rename various rgb functions to srgb.
1204
1205 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1206
1207         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1208         names.
1209
1210 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1211
1212         * shr.el (shr-insert): Revert last change.
1213         (shr-find-fill-point): Never leave point being at bol;
1214         relax the kinsoku limitation when rendering tables.
1215
1216 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1217
1218         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1219         results from -accept-article.
1220
1221         * shr-color.el: Require cl when compiling.
1222
1223         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1224         checkin.
1225
1226         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1227
1228         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1229
1230         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1231         'add and 'delete to set backend marks.
1232
1233         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1234
1235         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1236
1237         * nntp.el (nntp-request-set-mark): Use it.
1238
1239         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1240
1241         * nnml.el (nnml-request-set-mark): Ditto.
1242
1243         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1244         introduces regressions in article selection.
1245         (nnimap-find-uid-response): New function.
1246         (nnimap-request-accept-article): Use the UID returned, if any.
1247         (nnimap-request-move-article): Use the UID returned, if any.
1248         (nnimap-get-groups): Reimplement to work with folded lines.
1249         (nnimap-find-uid-response): The UID is the last element in the list.
1250         (nnimap-request-set-mark): Extend syntax with 'set.
1251
1252         * nnml.el (nnml-request-set-mark): Ditto.
1253
1254         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1255
1256         * nntp.el (nntp-request-set-mark): Ditto.
1257
1258 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1259
1260         * message.el (message-called-interactively-p): A temporary macro.
1261         (message-goto-body): Use it temporarily.
1262
1263 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1264
1265         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1266         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1267         (nnimap-last-response-string): Fix last unfolding fix.
1268
1269 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1270
1271         * shr.el (shr-insert): Fix the way to fold lines.
1272
1273 2010-11-25  Julien Danjou  <julien@danjou.info>
1274
1275         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1276
1277         * color.el: Rename from color-lab.el
1278         (color-rgb->hex): Add.
1279         (color-complement): Add.
1280         (color-complement-hex): Add.
1281
1282         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1283
1284 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1285
1286         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1287         don't exist.
1288
1289 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1290
1291         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1292         assuming that article displaying or another mml-preview may be
1293         interrupted for an error or for the like.
1294
1295         * shr.el (shr-get-background): Fix argument name.
1296
1297 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1298
1299         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1300
1301         * gnus-sum.el (gnus-summary-include-articles): New function.
1302
1303         * message.el (message-goto-body): called-interactively-p needs a
1304         parameter, so use `any'.
1305
1306         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1307         clear marks before moving, since they're synced from the Gnus side
1308         first.
1309
1310         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1311         (gnus-summary-move-article): Copy over all marks before moving, so that
1312         IMAP doesn't think a new article has arrived.
1313
1314 2010-11-24  Julien Danjou  <julien@danjou.info>
1315
1316         * shr.el (shr-insert-background-overlay): Fix typo.
1317         (shr-render-td): Copy the background before rendering.
1318
1319         * shr-color.el (shr-color-visible): Fix docstring.
1320
1321         * shr.el (shr-tag-table): Add bgcolor support.
1322         (shr-render-td): Add bgcolor support.
1323         (shr-get-background): Add.
1324         (shr-insert-foreground-overlay): Use shr-get-background.
1325
1326         * message.el (message-goto-body): Use called-interactively-p.
1327         (message-in-body-p): message-goto-body returns point.
1328
1329 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1330
1331         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1332         Fixes something or other in Emacs 23, and is backwards compatible.
1333
1334         * message.el (message-goto-body): Remove the <#secure special-casing,
1335         which is too special.
1336
1337         * shr.el (shr-parse-style): Drop !important from styles.
1338
1339 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1340
1341         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1342         this function to return incorrect results when calling it with an
1343         explicit article argument different from
1344         (gnus-summary-article-number).
1345
1346 2010-11-24  Julien Danjou  <julien@danjou.info>
1347
1348         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1349         (shr-tag-body): Add background support.
1350         (shr-descend): Add background support.
1351         (shr-tag-title): Add.
1352
1353         * shr-color.el (shr-color-visible): Really return original background
1354         if fixed.
1355
1356 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1357
1358         * shr.el (shr-color-check): Protect against non-existant colour names.
1359
1360 2010-11-24  Julien Danjou  <julien@danjou.info>
1361
1362         * color-lab.el: Require 'cl when compiling.
1363
1364         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1365
1366         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1367         matched part.
1368
1369         * color-lab.el: Fix all expt calls to use float type.
1370
1371 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1372
1373         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1374         expression to shr-color-check as is.
1375
1376         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1377
1378         * color-lab.el: Add coding cookie.
1379         (float-pi): Use eval-and-compile.
1380
1381         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1382         compiled for Emacsen having no `libxml-parse-html-region' support.
1383
1384 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1385
1386         * shr.el (shr-insert-color-overlay): Split stuff like
1387         "#444444 !important" to find the real colour.
1388         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1389         parse <font color="red"> entries.
1390
1391 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1392
1393         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1394         point when parsing headers.
1395
1396         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1397         is positioned properly when parsing headers.
1398
1399 2010-11-23  Julien Danjou  <julien@danjou.info>
1400
1401         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1402
1403         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1404
1405         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1406
1407         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1408         Use shr-color-hue-to-rgb.
1409         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1410
1411 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1412
1413         * shr.el (shr-color->hexadecimal): Autoload.
1414         (shr-descend): Add color to all tags.
1415
1416 2010-11-22  Julien Danjou  <julien@danjou.info>
1417
1418         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1419         shr-color->hexadecimal.
1420
1421         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1422         RGB() or HSL() color representation.
1423
1424         * shr.el (shr-tag-font): Add.
1425         (shr-tag-color-check): New function to get better colors.
1426         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1427         tag-span.
1428
1429         * shr-color.el: New file.
1430
1431         * color-lab.el: New file.
1432
1433         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1434
1435 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1436
1437         * nnir.el: Fix typo in comments.
1438         (nnir-run-imap): Simplify code. No need to reverse artlist.
1439         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1440
1441 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1442
1443         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1444
1445         * nnimap.el (nnimap-get-capabilities): Refactor out.
1446         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1447
1448 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1449
1450         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1451         appearing when `mm-uu-hide-markers' is nil.
1452
1453 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1454
1455         * nnimap.el (nnimap-unselect-group): Make into its own function.
1456         (nnimap-request-rename-group): Unselect group before renaming.
1457         This had gotten lost somewhere.
1458         (nnimap-request-accept-article): Keep track of examined groups, and
1459         unselect the group before APPENDing to read-only groups.
1460         (nnimap-request-move-article): Clear flags before moving so that they
1461         can be re-set later.
1462
1463 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1464
1465         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1466         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1467
1468 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1469
1470         * gnus-art.el (gnus-mime-display-single)
1471         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1472         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1473         parameter.
1474
1475 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1476
1477         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1478         (shr-table-vertical-line): New variable.
1479         (shr-insert-table): Use it.
1480
1481 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1482
1483         * gnus-html.el (gnus-html-wash-images): Don't display images if
1484         gnus-inhibit-images is non-nil; register displayer for cid images.
1485         (gnus-html-display-image): Work for cid image.
1486         (gnus-html-insert-image): Allow arguments.
1487         (gnus-html-put-image): Inhibit read-only.
1488         (gnus-html-prefetch-images): Don't prefetch images if
1489         gnus-inhibit-images is non-nil.
1490
1491 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1492
1493         * shr.el (shr-put-image): Break lines when inserting big pictures.
1494
1495 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1496
1497         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1498         sender, thanks Katsumi Yamaoka.
1499
1500 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1501
1502         * nnir.el (nnir-run-imap): Reverse the article list for each group
1503         rather than the whole list.
1504
1505 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1506
1507         * shr.el (shr-image-displayer): Protect function against non-existent
1508         image source.
1509
1510         * gnus-art.el (gnus-inhibit-images): New user option.
1511         (gnus-mime-display-single): Don't display image if it is non-nil.
1512
1513         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1514         gnus-inhibit-images.
1515
1516         * shr.el (shr-image-displayer): New function.
1517         (shr-tag-img): Use it.
1518
1519 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1520
1521         * mml2015.el (mml2015-epg-sign): Use From header.
1522
1523 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1524
1525         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1526
1527         * gnus-util.el (gnus-find-text-property-region): Return markers.
1528
1529         * shr.el (shr-tag-img): Put a displayer in the text property.
1530
1531         * gnus-util.el (gnus-find-text-property-region): New utility function.
1532
1533         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1534         (gnus-html-show-images): Remove.
1535
1536         * gnus-art.el (gnus-article-show-images): New, more general function.
1537
1538         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1539         image url text properties.
1540
1541         * shr.el: Ditto.
1542
1543         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1544         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1545
1546 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1547
1548         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1549         work for two or more articles.
1550
1551 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1552
1553         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1554         divide an image that's in an html article to two or more when washing
1555         non-ASCII characters in alt text of it.
1556
1557 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1558
1559         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1560         smime-decrypt-region using function argument.
1561         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1562
1563         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1564
1565         * smime.el (smime-decrypt-region): Catch it.
1566
1567 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1568
1569         * smime.el (smime-mode-map): Move initialization into declaration.
1570         (gnus-run-mode-hooks): Don't autoload.
1571         (smime-mode): Use define-derived-mode.
1572
1573 2010-11-11  Glenn Morris  <rgm@gnu.org>
1574
1575         * smime.el (from): Restrict declaration to XEmacs.
1576
1577         * nnir.el (gnus-group-topic-name): Autoload.
1578
1579 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1580
1581         * shr.el (shr-insert): Don't break long line if it is because of
1582         kinsoku-bol characters in the line end.
1583
1584 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1585
1586         * nnir.el (nnir-request-move-article): Fix to provide original group
1587         and subject.
1588         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1589         been retrieved.
1590
1591         * gnus-sum.el (gnus-summary-move-article): Use original group and
1592         subject for virtual articles such as those in an nnir summary buffer.
1593
1594 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1595
1596         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1597         least 21.5).
1598
1599         * smime.el (from): Declare it again for XEmacs.
1600
1601 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1602
1603         * message.el (message-resend): Don't disable encoding unless it's
1604         already encoded.
1605
1606         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1607         low-numbered articles.
1608
1609 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1610
1611         * rfc2047.el (rfc2047-syntax-table): Simplify.
1612
1613         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1614
1615         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1616         set-char-table-range for XEmacs.
1617
1618 2010-11-10  Glenn Morris  <rgm@gnu.org>
1619
1620         * time-date.el (time-to-seconds): Always an alias on Emacs,
1621         never a real function.
1622         (with-no-warnings): Remove compat stub, now unused.
1623         (time-less-p): Doc fix.
1624         (time-to-number-of-days): Simplify.
1625
1626         * smime.el (from): Remove unused declaration.
1627
1628         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1629         (gnus-float-time): On Emacs, always an alias.
1630
1631         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1632         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1633
1634 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1635
1636         * dgnushack.el: Don't use ignore-errors in the top level form since it
1637         is unavailable in XEmacs even if cl is loaded.
1638
1639         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1640
1641 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1642
1643         * shr.el (browse-url-mailto): Autoload.
1644
1645         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1646
1647         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1648         regexp doesn't need quoting.
1649
1650 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1651
1652         * message.el (message-subject-trailing-was-ask-regexp)
1653         (message-subject-trailing-was-regexp): Match was: in addition to was.
1654
1655 2010-11-09  Glenn Morris  <rgm@gnu.org>
1656
1657         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1658         (nnbabyl-check-mbox): Use point-at-bol.
1659
1660 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1661
1662         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1663
1664         * message.el (message-mailto): New function.
1665         (message-mailto): Should accept other parameters.
1666         (message-mailto): Remove since it duplicates browse-url-mailto
1667         functionality.
1668
1669 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1670
1671         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1672         methods.
1673         (gnus-read-active-file): Ditto.
1674
1675         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1676         ": " from the prompt.
1677         (gnus-group-make-group): Ditto.
1678
1679 2010-11-07  Glenn Morris  <rgm@gnu.org>
1680
1681         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1682         (gnus-bookmark-kill-line): Use point-at-eol.
1683
1684 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1685
1686         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1687         asterisks in From header.
1688
1689 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1690
1691         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1692         string to avoid making the From headers syntactically invalid.
1693
1694         * message.el (message-send-mail): Don't insert courtesy messages if the
1695         message already has List-Post and List-ID messages.
1696
1697 2010-11-06  Glenn Morris  <rgm@gnu.org>
1698
1699         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1700         `condition', `type', `length' a prefix.
1701         (gnus-treat-predicate): Update for above name changes.
1702
1703 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1704
1705         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1706         binding.  Handled by `gnus-summary-refer-thread' instead.
1707         (nnir-warp-to-article): New backend function.
1708
1709         * nnimap.el (nnimap-request-thread): Force dependency updating.
1710
1711         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1712         (gnus-summary-refer-thread): Rework to improve thread-referral.
1713
1714         * gnus-int.el (gnus-warp-to-article): New function.
1715
1716         * gnus-sum.el (gnus-summary-article-map): Bind it.
1717
1718 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1719
1720         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1721         gnus-summary-refer-thread.
1722
1723         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1724         headers.
1725         (gnus-summary-limit-include-thread): Prevent articles in thread from
1726         being cut in gnus-cut-threads.
1727         (gnus-summary-refer-thread): Limit retrieved headers to those in
1728         thread.
1729
1730 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1731
1732         * message.el (message-send-mail): Use the value of
1733         message-courtesy-message from the message buffer.
1734
1735         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1736
1737         * shr.el (shr-browse-url): Implement mailto: URLs.
1738
1739         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1740         "raw".
1741
1742         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1743         if it's already selected.
1744
1745         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1746
1747 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1748
1749         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1750         to measure the length and truncate alt text.
1751
1752 2010-11-03  Glenn Morris  <rgm@gnu.org>
1753
1754         * nndiary.el (nndiary-generate-nov-databases-1)
1755         (nndiary-generate-active-info): Rename dynamic variable `files' to
1756         something less generic.
1757
1758 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1759
1760         * nnir.el (nnir-request-move-article): Call the underlying backend to
1761         move articles from nnir.
1762
1763 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1764
1765         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1766
1767 2010-11-02  Julien Danjou  <julien@danjou.info>
1768
1769         * nnir.el: Remove wais support.
1770
1771 2010-11-02  Glenn Morris  <rgm@gnu.org>
1772
1773         * gnus-html.el: Reorder requirements to quieten compiler.
1774
1775 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1776
1777         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1778         properly for XEmacs as well.
1779         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1780         (gnus-article-natural-long-line-p): Use window-width rather than
1781         frame-width.
1782
1783 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1784
1785         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1786         (nnir-read-parms): Don't modify query.
1787         (nnir-run-query): Add ability to search topic on current line.
1788         (nnir-get-active): Clean up.
1789
1790 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1791
1792         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1793         degenerate articles.
1794
1795         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1796         (gnus-print-buffer): Just print the buffer as is, without any copying
1797         to a buffer and then re-highlighting.
1798
1799         * nnimap.el (nnimap-request-group): Store the new updated info.
1800         (nnimap-request-group): Select the group when we don't know whether it
1801         exists or not.
1802
1803         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1804         groups.
1805
1806         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1807         groups.
1808
1809         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1810         groups.
1811
1812         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1813         long-lines case by only filling the long lines.
1814
1815         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1816         (bug #7311).
1817
1818 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1819
1820         * shr.el: No need to declare `declare-function' since shr.el is for
1821         only Emacsen that provide `libxml-parse-html-region'.
1822
1823         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1824         effective only in a file it is referred to.
1825
1826 2010-11-01  Glenn Morris  <rgm@gnu.org>
1827
1828         * mm-util.el (gnus-completing-read): Autoload.
1829         (mm-read-coding-system): Simplify Emacs definition.
1830
1831         * nnmail.el (gnus-activate-group):
1832         * nnimap.el (gnutls-negotiate):
1833         * nntp.el (netrc-parse): Fix declarations.
1834
1835 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1836
1837         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1838         string-match-p in Emacs >=23.
1839
1840         * gnus-msg.el (gnus-configure-posting-styles)
1841         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1842
1843 2010-11-01  Glenn Morris  <rgm@gnu.org>
1844
1845         * nnir.el (declare-function): Add compat stub.
1846         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1847         (nnir-run-gmane): Require 'mm-url.
1848
1849         * mm-util.el (mm-string-to-multibyte): Simplify.
1850
1851         * shr.el (declare-function): Add compat stub.
1852         (url-cache-create-filename): Declare.
1853         (mm-disable-multibyte, widget-convert-button): Autoload.
1854
1855         * smime.el (ldap-search): Declare.
1856         (smime-cert-by-ldap-1): Require ldap on Emacs.
1857
1858         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1859         (nnimap-keepalive): Use gnus-float-time.
1860
1861         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1862         (mail-source-delete-crash-box): Use gnus-float-time.
1863
1864         * gnus-dired.el (gnus-completing-read): Autoload.
1865
1866         * mm-view.el (gnus-rescale-image): Autoload.
1867
1868         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1869
1870         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1871
1872         * sieve-manage.el: Require 'cl when compiling.
1873
1874         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1875         (gnus-iswitchb-completing-read): Require iswitchb.
1876         (gnus-select-frame-set-input-focus): Silence compiler.
1877
1878 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1879
1880         * message.el (message-subject-trailing-was-query): Change default to t,
1881         since I think that's what most people want.
1882
1883         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1884         appending for easier debugging.
1885         (nnimap-wait-for-connection): Take a regexp.
1886         (nnimap-request-accept-article): Wait for the continuation line before
1887         sending anything unless we're streaming.
1888
1889         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1890         leave the header washing to take place.
1891
1892 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1893
1894         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1895         regular expression match and replace in posting styles.
1896
1897 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1898
1899         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1900         an entire server.
1901         (nnir-get-active): New function.
1902         (nnir-run-imap): Use it.
1903         (nnir-run-gmane): Who knew, gmane search returns an article score!
1904
1905         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1906         server on the current line with nnir.
1907
1908 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1909
1910         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1911         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1912         left edge.
1913         (gnus-article-foldable-buffer): Skip past the prefix when determining
1914         raggedness.
1915
1916         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1917         the raw article, and change `C-u g' to show the article without doing
1918         treatments.
1919
1920         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1921         on to `gnus-treat-article'.
1922         (gnus-inhibit-article-treatments): New variable.
1923
1924         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1925
1926         * gnus-art.el (gnus-treatment-function-alist): Have
1927         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1928         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1929         sections.
1930
1931         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1932         parameter.
1933         (gnus-article-fill-cited-long-lines): New function.
1934         (gnus-article-fill-cited-article): Allow filling only long sections.
1935
1936         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1937         and non-punctuation (like after the apostrophe in "'We").
1938
1939         * gnus-sum.el (gnus-summary-select-article): Make sure
1940         gnus-original-article-buffer is alive.
1941
1942         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1943         reflect the order they're in in the digest.
1944
1945         * gnus.el (gnus-group-startup-message): Move point to the start of the
1946         buffer.
1947
1948         * nnimap.el (nnimap-capability): New function.
1949         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1950         is set.
1951
1952 2010-10-31  David Engster  <dengste@eml.cc>
1953
1954         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1955         conform with changes to gnus-completing-read.
1956
1957 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1958
1959         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1960
1961 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1962
1963         * nnir.el: Move defvar, defcustom around to keep file organized
1964         and keep byte-compiler quiet.
1965         (nnir-read-parms): Accept search-engine as arg.
1966         (nnir-run-query): Pass search-engine as arg.
1967         (nnir-search-engine): Remove.
1968
1969 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1970
1971         * shr.el (shr-generic): The text nodes should be text, not :text.
1972
1973         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1974         later in the file.
1975
1976 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1977
1978         * nnir.el: General clean up.  Allow searching with multiple engines.
1979         Allow separate extra-parameters for each engine.
1980         Batch queries when possible.
1981         (nnir-imap-default-search-key,nnir-method-default-engines):
1982         Add customize interface.
1983         (nnir-run-gmane): New engine.
1984         (nnir-engines): Use it.  Qualify all prompts with engine name.
1985         (nnir-search-engine): Remove global variable.
1986         (nnir-run-hyrex): Restore for now.
1987         (nnir-extra-parms,nnir-search-history): New variables.
1988         (gnus-group-make-nnir-group): Use them.
1989         (nnir-group-server): Remove in favor of gnus-group-server.
1990         (nnir-request-group): Avoid searching twice.
1991         (nnir-sort-groups-by-server): New function.
1992
1993 2010-10-30  Julien Danjou  <julien@danjou.info>
1994
1995         * gnus-group.el: Remove gnus-group-fetch-control.
1996
1997         * gnus-start.el (gnus-find-new-newsgroups):
1998         Remove gnus-check-first-time-used.
1999
2000         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2001
2002 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2003
2004         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2005         set on groups that don't have \* permanentflags.
2006
2007 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2008
2009         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2010         control the background color.
2011         (shr-tag-img): Ignore very small web bug type images.
2012         (shr-put-image): Add help-echo alt texts to the images.
2013         (shr-tag-video): Show the video poster image.
2014
2015 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2016
2017         * shr.el (shr-table-depth): New variable.
2018         (shr-tag-table-1): Only insert the images after the top-level table.
2019
2020         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2021
2022         * gnus-util.el (gnus-list-memq-of-list): New function.
2023
2024         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2025         selected.
2026         (nnimap-unsplittable-articles): New slot.
2027         (nnimap-new-articles): Use it.
2028
2029 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2030
2031         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2032         move to the previous line on `M-g'.
2033
2034 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2035
2036         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2037         *-request-group, which seems unnecessary.
2038
2039         * nnimap.el (nnimap-quote-specials): Function copied over from
2040         imap.el.
2041         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2042         they support that.  Suggested by Tom Regner.
2043
2044 2010-10-29  Julien Danjou  <julien@danjou.info>
2045
2046         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2047         defalias.
2048         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2049
2050         * gnus.el: Remove `gnus-nntp-service' variable.
2051         (gnus-secondary-servers): Make obsolete.
2052         (gnus-nntp-server): Make obsolete.
2053
2054         * gnus-start.el (gnus-1): Remove x-splash calls.
2055
2056         * gnus-ems.el (gnus-x-splash): Remove.
2057
2058         * gnus.el (gnus-group-startup-message): Simplify/update code.
2059
2060         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2061         definition.
2062
2063         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2064         capability before doing anything.
2065         (gnus-group-insert-group-line): Remove useless
2066         gnus-group-remove-excess-properties.
2067
2068 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2069
2070         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2071
2072 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2073
2074         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2075         config after reselecting.
2076
2077 2010-10-28  Julien Danjou  <julien@danjou.info>
2078
2079         * shr.el (shr-put-image): Use point even if only inserting text.
2080         (shr-put-image): Save excursion when inserting alt text on non-graphic
2081         display, so the behaviour is the same when we are on a graphic display.
2082
2083         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2084
2085 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2086
2087         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2088         (gnus-mime-copy-part): Check coding system, not charset.
2089         (gnus-mime-view-part-externally): Never remove part.
2090         (gnus-mime-view-part-internally): Don't remove part here.
2091         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2092         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2093         multipart/alternative.
2094
2095         * mm-decode.el (mm-display-part): Take optional arg `force'.
2096
2097 2010-10-26  Julien Danjou  <julien@danjou.info>
2098
2099         * gnus-group.el (gnus-group-default-list-level): Add this function to
2100         compute the default list level.
2101         (gnus-group-default-list-level): Add possibility to use a function.
2102
2103 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2104
2105         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2106
2107         * gnus-group.el (gnus-group-completing-read)
2108         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2109         gnus-replace-in-string.
2110
2111 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2112
2113         * shr.el (shr-tag-div): Add.
2114
2115         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2116
2117 2010-10-25  Julien Danjou  <julien@danjou.info>
2118
2119         * gnus-util.el: Remove `gnus-with-local-quit'.
2120
2121         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2122
2123 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2124
2125         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2126         the original article buffer.
2127
2128 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2129
2130         * nnimap.el (nnimap-request-head): New function.
2131         (nnimap-request-move-article): Try to be slighly faster by not
2132         requesting the entire message when moving.
2133         (nnimap-transform-headers): Don't bug out on bodiless articles.
2134         (nnimap-send-command): Have no outstanding messages if the IMAP server
2135         doesn't support streaming.
2136         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2137
2138 2010-10-24  Julien Danjou  <julien@danjou.info>
2139
2140         * message.el (message-default-headers): Fix type.
2141
2142 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2143
2144         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2145         prefetching images.
2146
2147         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2148         backend for unknown groups.  This is mainly useful for nnimap groups.
2149
2150         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2151         group isn't covered by the agent.
2152
2153 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2154
2155         * nnir.el (nnir-method-default-engines): New variable.
2156         (nnir-run-query): Use it.
2157         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2158         (gnus-summary-nnir-goto-thread): Change group if needed.
2159
2160         * gnus-group.el (gnus-group-group-map): Add key binding for
2161         gnus-group-make-nnir-group.
2162
2163 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2164
2165         * shr.el (shr-tag-object): Add.
2166
2167         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2168         original article buffer live.
2169         (gnus-summary-select-article-buffer):
2170         Mention gnus-widen-article-buffer.
2171
2172 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2173
2174         * shr.el (shr-tag-strong): Add.
2175
2176 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2177
2178         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2179         group names.  They mess up the group buffer badly.
2180
2181         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2182
2183         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2184         instead of the summary one.
2185
2186 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2187
2188         * mml.el (mml-preview): Work properly when editing article.
2189
2190         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2191         gnus-have-read-active-file if it's already been in.
2192
2193 2010-10-22  Tom Tromey  <tromey@redhat.com>
2194
2195         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2196         gnus-group-completing-read.
2197
2198 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2199
2200         * message.el (message-mode-map): Don't bind M-; to comment region, to
2201         allow the global comment-dwim to work.
2202
2203 2010-10-21  Julien Danjou  <julien@danjou.info>
2204
2205         * message.el (message-setup-1): Allow message-default-headers to be a
2206         function.
2207
2208 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2209
2210         * shr.el (shr-tag-table): Simplify.
2211
2212 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2213
2214         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2215         to avoid trying to snarf invalid stuff.
2216
2217         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2218
2219         * gnus.el (gnus-message-archive-group): Quote value.
2220         (gnus-message-archive-group): Mark as changed.
2221
2222         * shr.el (shr-add-font): Don't put the font properties on the newline
2223         or the indentation.
2224
2225         * message.el (message-fix-before-sending): Change options when sending
2226         non-printable characters.
2227
2228         * gnus.el (gnus-message-archive-method): Change the default to
2229         monthly outgoing groups.
2230
2231         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2232         that have gotten new numbers.
2233
2234         * nnimap.el (nnimap-request-replace-article): New function.
2235
2236 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2237
2238         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2239         (nnrss-request-article): Don't use special html washing code.
2240
2241 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2242
2243         * shr.el (shr-tag-table): Remove useless nconc.
2244
2245 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2246
2247         * gnus-art.el (article-wash-html): Simplify and remove the charset
2248         stuff.  Use the normal html rendering code instead of the special html
2249         washing code.
2250
2251         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2252         `gnus-w3m' symbols.
2253         (mm-text-html-washer-alist): Remove.
2254
2255         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2256         (mm-inline-media-tests): Remove use.
2257         (mm-text-html-renderer): Change default to the `shr' symbol.
2258
2259         * mm-view.el (mm-inline-text-html): Remove use.
2260
2261         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2262         `gnus-blocked-images' to be a function.
2263         (gnus-article-wash-function): Remove.
2264
2265 2010-10-20  Julien Danjou  <julien@danjou.info>
2266
2267         * spam.el (spam-list-of-processors): Mark as obsolete.
2268
2269         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2270         (nnimap-insert-partial-structure): Fix boundary detection.
2271
2272 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2273
2274         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2275         run file-truename on remote files.  This can be expensive and even
2276         prevent one from editing drafts if some unrelated buffer has a stale
2277         connection.
2278
2279 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2280
2281         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2282         kinsoku-eol regardless of shr-kinsoku-shorten.
2283         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2284         (shr-tag-table): Support caption, thead, and tfoot.
2285
2286 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2287
2288         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2289         lines.
2290         (shr-save-contents): New command and keystroke.
2291
2292         * nndoc.el (nndoc-type-alist): Add git support.
2293         (nndoc-git-type-p): New function.
2294         (nndoc-transform-git-article): Ditto.
2295         (nndoc-transform-git-headers): Ditto.
2296         (nndoc-transform-git-headers): Generate Subject headers.
2297
2298         * shr.el (shr-parse-style): New function.
2299         (shr-tag-span): Ditto.
2300
2301         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2302         to `G G' to avoid collisions.
2303
2304 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2305
2306         * shr.el: Load kinsoku if necessary.
2307         (shr-kinsoku-shorten): New internal variable.
2308         (shr-find-fill-point): Make kinsoku shorten text line if
2309         shr-kinsoku-shorten is bound to non-nil.
2310         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2311         shr-indentation too when testing if table is wider than frame width.
2312         (shr-insert-table): Use `string-width' instead of `length' to measure
2313         text width.
2314         (shr-insert-table-ruler): Make sure indentation is done at bol.
2315
2316 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2317
2318         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2319         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2320         undecoded network data.
2321
2322 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2323
2324         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2325         name in the mode line spec so that the mode line menu works
2326         (bug #2431).
2327
2328         * message.el (message-get-reply-headers): If we're fed `to-address',
2329         then always use that.
2330
2331         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2332         aren't so wide as to need to switch off the edit menu.
2333
2334         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2335         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2336
2337         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2338         `M-g'.
2339         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2340         the permanent marks.
2341
2342 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2343
2344         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2345         Splitting according to references/in-reply-to obeys the ignore-groups
2346         variable, while splitting by sender and subject do not.
2347
2348 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2349
2350         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2351         alist, so that we can look for non-Unicode chars.
2352         (article-translate-strings): Allow both character and string maps.
2353
2354 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2355
2356         * shr.el (shr-insert): Don't insert space behind a wide character
2357         categorized as kinsoku-bol, or between characters both categorized as
2358         nospace.
2359
2360 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2361
2362         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2363         headers to gnus-newsgroup-headers.
2364
2365 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2366
2367         * shr.el (shr-tag-img): Don't align images -- since we're not
2368         rescaling, this often leads to ugly displays.
2369
2370 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2371
2372         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2373         duplicates.
2374
2375 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2376
2377         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2378         call.
2379
2380 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2381
2382         * gnus.el: Autoload gnus-html-show-images.
2383
2384         * nnimap.el: Use nnheader-message throughout.
2385
2386         * shr.el (shr-tag-img): Ignore images with no data.
2387
2388 2010-10-15  Julien Danjou  <julien@danjou.info>
2389
2390         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2391         a possibility to disable format=flow encoding when using hard newlines.
2392
2393 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2394
2395         * shr.el (shr-insert): Remove space inserted before or after a
2396         breakable character or at the beginning or the end of a line.
2397         (shr-find-fill-point): Do kinsoku; find the second best point or give
2398         it up if there's no breakable point.
2399
2400 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2401
2402         * nnimap.el (nnimap-open-connection): Message when opening connection
2403         for debugging purposes.
2404
2405         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2406         on every setup buffer call to allow this to change from article to
2407         article.
2408
2409         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2410         buffers where we have a wide table.
2411
2412 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2413
2414         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2415         uses *-request-thread.
2416
2417 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2418
2419         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2420         incantation, which is no longer valid.
2421
2422 2010-10-14  Julien Danjou  <julien@danjou.info>
2423
2424         * shr.el: Fix defcustom type (char -> character).
2425
2426 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2427
2428         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2429         programs.
2430
2431 2010-10-14  Julien Danjou  <julien@danjou.info>
2432
2433         * shr.el (shr-tag-a): Use url-link as widget type.
2434
2435         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2436         `gnus-group-get-icon'.
2437
2438 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2439
2440         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2441         This should make server editing work better.
2442
2443         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2444
2445         * tls.el (tls-program): Remove spurious %s from openssl.
2446
2447         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2448         (nnimap-parse-flags): Fix regexp.
2449
2450         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2451         probably work for CJVK text, too.
2452
2453         * nnimap.el (nnimap-extend-tls-programs): Remove.
2454         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2455
2456         * tls.el (tls-starttls-switches): Remove starttls hack.
2457         (open-tls-stream): Ditto.
2458         (tls-find-starttls-argument): Ditto.
2459
2460 2010-10-13  Julien Danjou  <julien@danjou.info>
2461
2462         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2463         responses.
2464
2465 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2466
2467         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2468
2469         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2470         anything in Emacs.
2471
2472         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2473
2474 2010-10-13  Julien Danjou  <julien@danjou.info>
2475
2476         * shr.el (shr-width): Make shr-width a defcustom with default to
2477         fill-column.
2478         (shr-tag-img): Use shr-width rather than fill-column.
2479
2480 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2481
2482         * dgnushack.el (byte-optimize-apply)
2483         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2484
2485         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2486         position when (X-)Faces exist.
2487         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2488         avatars when called interactively.
2489
2490 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2491
2492         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2493         gnus-article-x-face-too-ugly is bound.
2494
2495 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2496
2497         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2498
2499         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2500         mailbox that doesn't exist.
2501
2502 2010-10-12  Julien Danjou  <julien@danjou.info>
2503
2504         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2505         (shr-get-image-data): Encode URL properly when fetching from cache.
2506         (shr-tag-img): Use aligned-to spaces to align correctly images.
2507
2508         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2509         before inserting the Gravatar.
2510
2511         * shr.el (shr-tag-img): Add align attribute support for <img>.
2512
2513 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2514
2515         * gnus-gravatar.el (gnus-art): Require.
2516
2517         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2518         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2519         Remove long obsoleted functions.
2520
2521 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2522
2523         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2524
2525         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2526
2527         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2528         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2529         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2530         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2531         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2532         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2533         * sieve-manage.el, smime.el, spam.el:
2534         Fix comment for declare-function.
2535
2536 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2537
2538         * nnimap.el (nnimap-request-rename-group): Select group read-only
2539         before renaming it.
2540
2541         * shr.el (shr-insert): Fix up the white space only regexp.
2542
2543         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2544         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2545
2546         * shr.el (shr-current-column): New function.
2547         (shr-find-fill-point): New function.
2548
2549 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2550
2551         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2552         numbers.
2553
2554 2010-10-11  Julien Danjou  <julien@danjou.info>
2555
2556         * shr.el (shr-hr-line): Add.
2557         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2558         display hr lines.
2559         (shr-max-columns): Do not change state to nil if we just inserting
2560         spaces.
2561
2562 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2563
2564         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2565         select the last group.
2566
2567 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2568
2569         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2570
2571 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2572
2573         * dig.el (dig-mode-map): Declare and define in one step.
2574
2575 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2576
2577         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2578         for Gnus.
2579         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2580         (nnimap-update-qresync-info): Mark \Seen articles as read.
2581
2582         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2583         non-variable, too.
2584
2585         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2586         available.
2587         (nnimap-update-info): Rely more on the current active than the param
2588         active to avoid marking articles as read too much.
2589
2590         * auth-source.el (auth-source-create): Use (user-login-name) for the
2591         user name default.
2592
2593         * nnimap.el (nnimap-update-info): If the server doesn't return any
2594         useful info, just use the previous info.
2595         (nnimap-update-info): Prefer old info over start-article.
2596         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2597
2598 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2599
2600         * nnir.el (autoload): Clean up autoloads.
2601         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2602         Use key rather than value.
2603         (nnir-imap-search-other): New variable.
2604         (nnir-read-parm): Use it.
2605         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2606         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2607
2608 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2609
2610         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2611         the process, too.
2612
2613 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2614
2615         * spam.el (gnus-summary-mode-map): Bind to "$".
2616         Suggested by Russ Allbery.
2617
2618         * shr.el: Rework the way things are indented by <li> slightly.
2619
2620         * gnus.el (gnus-group-set-parameter): Fix typo.
2621
2622         * nnimap.el: Start implementing QRESYNC support.
2623
2624 2010-10-09  Julien Danjou  <julien@danjou.info>
2625
2626         * nnir.el (nnir-engines): Fix too many arguments.
2627
2628 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2629
2630         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2631         group is the "last", so that the backends like nnfolder actually save
2632         their folders.
2633
2634         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2635         try to use that for the tls stream.
2636         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2637         UIDVALIDITY and find out which groups are read-only and not.
2638         (nnimap-get-flags): Use the same marks parsing code as the rest of
2639         nnimap.
2640
2641 2010-10-09  Julien Danjou  <julien@danjou.info>
2642
2643         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2644
2645         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2646         retrieving gravatars.
2647
2648         * shr.el (shr-table-corner): Add.
2649         (shr-table-line): Add.
2650         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2651
2652 2010-10-08  Julien Danjou  <julien@danjou.info>
2653
2654         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2655
2656 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2657
2658         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2659
2660         * gnus-sum.el (gnus-mark-article-as-unread)
2661         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2662         (gnus-summary-set-bookmark): Use it.
2663
2664         * gnus-msg.el (gnus-setup-message): Use it.
2665
2666         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2667
2668         * gnus.el (gnus-group-remove-parameter): Use it.
2669
2670         * gnus-group.el (gnus-group-make-web-group): Use it.
2671
2672         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2673
2674         * nnregistry.el: Update docs to mention manual.
2675
2676         * gnus-registry.el: Update docs to mention nnregistry.el.
2677         (gnus-registry-initialize): Don't install nnregistry refer method
2678         automatically.
2679         (gnus-registry-install-nnregistry): Remove it.
2680
2681 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2682
2683         * shr.el (shr-insert): Don't insert double spaces.
2684
2685 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2686
2687         * gnus-gravatar.el (gnus-treat-from-gravatar)
2688         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2689         called interactively.
2690
2691         * gnus-art.el (gnus-mime-view-part-externally)
2692         (gnus-mime-view-part-internally): Make predicate function passed to
2693         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2694         of a mime type.
2695
2696         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2697
2698 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2699
2700         * shr.el (require): Require cl when compiling.
2701         (shr-tag-hr): New function.
2702
2703         * nnimap.el (nnimap-update-info): Remove double setting of high.
2704         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2705         This makes nnimap work properly on Courier again.
2706
2707         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2708         the variable for backwards compatability.
2709
2710         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2711         the file name before using to avoid setting mm-default-directory to
2712         nil.
2713
2714         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2715         bidning gnus-agent variables.
2716
2717         * shr.el (shr-render-td): Use a cache for the table rendering function
2718         to avoid getting an exponential rendering behaviour in nested tables.
2719         (shr-insert): Rework the line-breaking algorithm.
2720         (shr-insert): Don't leave trailing spaces.
2721         (shr-insert-table): Also insert empty TDs.
2722         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2723
2724 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2725
2726         * gnus-sum.el (gnus-number): Rename from `number'.
2727         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2728         (gnus-summary-limit-children): Update uses correspondingly.
2729
2730 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2731
2732         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2733         (gnus-gravatar-transform-address): Don't show avatars of people of
2734         which mail addresses match gnus-gravatar-too-ugly.
2735
2736 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2737
2738         * shr.el (shr-table-widths): Expand TD elements to fill available
2739         space.
2740
2741 2010-10-07  Julien Danjou  <julien@danjou.info>
2742
2743         * nnimap.el (nnimap-request-rename-group): Add this method.
2744
2745 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2746
2747         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2748         name from XEmacs' function-arglist.
2749
2750         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2751         gravatar under XEmacs.
2752
2753 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2754
2755         * auth-source.el: Update docs with TODO items.
2756
2757         * gnus-sync.el: Update docs to explain state and plans.
2758
2759         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2760         Hooks for mark updates.
2761         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2762
2763         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2764         hooks with arguments, which is needed for mark update hooks.
2765
2766 2010-10-06  Julien Danjou  <julien@danjou.info>
2767
2768         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2769         was matched.
2770
2771         * sieve-manage.el: Update example in `Commentary'.
2772
2773         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2774
2775         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2776         not 2000.
2777         (sieve-manage-authenticate): Re-add function.
2778
2779 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2780
2781         * shr.el (shr-insert): Get 'space transition right.
2782         (shr-render-td): Only delete space at the end of the TD.
2783
2784         * nnimap.el (nnimap-open-connection): Prepare to support
2785         open-gnutls-stream.
2786
2787         * shr.el: Rearrange function order to be more logical.
2788
2789 2010-10-06  Julien Danjou  <julien@danjou.info>
2790
2791         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2792         (nnrss-discover-feed): Remove 404 URL in docstring.
2793
2794         * nnir.el: Fix Swish-E URL.
2795         Fix Namazu URL.
2796
2797         * message.el (message-change-subject): Remove 404 URL in a comment.
2798
2799 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2800
2801         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2802         called interactively.
2803
2804         * gnus-util.el (gnus-remove-if): Allow hash table.
2805         (gnus-remove-if-not): New function.
2806
2807         * gnus-art.el (gnus-mime-view-part-as-type)
2808         * gnus-score.el (gnus-summary-score-effect)
2809         * gnus-sum.el (gnus-read-move-group-name):
2810         Replace remove-if-not with gnus-remove-if-not.
2811
2812         * gnus-group.el (gnus-group-completing-read):
2813         Regard collection as a hash table if it is not a list.
2814
2815 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2816
2817         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2818
2819         * shr.el: Document the table-rendering algorithm.
2820
2821 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2822
2823         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2824         for Emacsen having no `libxml-parse-html-region' support.
2825
2826 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2827
2828         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2829         invalid URLs.
2830
2831         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2832         line-broken.
2833         (shr-tag-img): Ignore image fetching errors.
2834         (shr-overlays-in-region): Compute overlay positions correctly.
2835
2836         * mm-decode.el (mm-shr): Require shr.
2837
2838         * gnus-art.el (gnus-blocked-images): Move variable here.
2839
2840         * shr.el (shr-insert-table): Bind free variable.
2841
2842         * mm-decode.el (mm-shr): Bind shr-content-function.
2843
2844         * shr.el (shr-content-function): New variable.
2845
2846         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2847         added for symmetry.
2848
2849         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2850
2851         * gnus-group.el (gnus-group-make-group): Doc fix.
2852
2853         * nnimap.el (nnimap-request-newgroups): Return success.
2854
2855         * shr.el (shr-find-elements): New function.
2856         (shr-tag-table): Put all the images after the table.
2857         (shr-tag-table): Really inhibit images inside the table.
2858         (shr-collect-overlays): Copy over overlays from the TD elements to the
2859         main document.
2860
2861         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2862         gnus-blocked-images.
2863
2864 2010-10-05  Julien Danjou  <julien@danjou.info>
2865
2866         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2867
2868         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2869         (gnus-html-maximum-image-size): Add this function.
2870         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2871
2872         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2873         server-value of the capability is nil.
2874
2875 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2876
2877         * shr.el (shr-tag-em): Add <EM> tag.
2878
2879 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2880
2881         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2882         customizable.
2883
2884         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2885         handing broken links to browse-url.
2886
2887 2010-10-05  Julien Danjou  <julien@danjou.info>
2888
2889         * gnus-util.el (gnus-emacs-completing-read)
2890         (gnus-iswitchb-completing-read): Use autoload rather than require.
2891
2892 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2893
2894         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2895         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2896         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2897         iswitchb-temp-buflist for XEmacs.
2898
2899         * gnus-util.el (gnus-completing-read-function): Exclude
2900         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2901         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2902         XEmacs.
2903
2904         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2905         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2906
2907         * gnus-html.el: Don't require help-fns under XEmacs.
2908         (gnus-html-schedule-image-fetching): Work for XEmacs.
2909
2910         * mm-decode.el (mm-shr): Decode contents by charset.
2911
2912 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2913
2914         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2915         unknown.
2916
2917         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2918         (shr-get-image-data): Ensure against the cache file missing.
2919
2920         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2921         for data.
2922
2923         * spam-report.el (spam-report-url-ping-plain): Don't query about
2924         killing the process.
2925
2926         * shr.el (shr-render-td): Protect against too-wide text.
2927
2928 2010-10-04  Julien Danjou  <julien@danjou.info>
2929
2930         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2931         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2932
2933         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2934         retrieved.
2935
2936 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2937
2938         * shr.el (browse-url): Require.
2939         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2940         lines.
2941         (shr-show-alt-text, shr-browse-image): New commands.
2942         (shr-browse-url, shr-copy-url): New commands.
2943
2944         * gnus-sum.el (gnus-widen-article-window): New variable.
2945         (gnus-summary-select-article-buffer): Use it.
2946
2947         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2948         without @ signs.
2949
2950 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2951
2952         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2953
2954 2010-10-04  Julien Danjou  <julien@danjou.info>
2955
2956         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2957         for XEmacs.
2958
2959 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2960
2961         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2962
2963         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2964         (nnimap-close-server): Implement.
2965
2966         * dgnushack.el (iswitchb): Require to shut up the compiler.
2967
2968         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2969         (shr-insert): Tweak line breaking.
2970         (shr-insert): Handle <pre> better.
2971         (shr-tag-li): Get <li> indentation right.
2972         (shr-tag-li): Get <li> indentation even righter.
2973         (shr-tag-blockquote): Ensure paragraph start.
2974         (shr-make-table): Tweak table generation.
2975         (shr-make-table): Fix typo.
2976
2977         * shr.el: Implement table rendering.
2978
2979 2010-10-04  Julien Danjou  <julien@danjou.info>
2980
2981         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2982
2983 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2984
2985         * shr.el (shr-insert): Use string anchors instead of line anchors.
2986
2987 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2988
2989         * shr.el: Add headings.
2990         (shr-ensure-paragraph): Actually work.
2991         (shr-tag-li): Make <ul> prettier.
2992         (shr-insert): Get white space at the beginning/end of elements right.
2993         (shr-tag-p): Collapse subsequent <p>s.
2994         (shr-ensure-paragraph): Don't insert double line feeds after blank
2995         lines.
2996         (shr-insert): \t is also space.
2997         (shr-tag-s): Fix "s" tag name function.
2998         (shr-tag-s): Fix face prop name.
2999
3000 2010-10-03  Julien Danjou  <julien@danjou.info>
3001
3002         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3003
3004         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3005         gnus-window-inside-pixel-edges.
3006
3007         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3008         gnus-ems.
3009
3010         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3011
3012         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3013         function.
3014
3015         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3016         resize choice.
3017
3018 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3019
3020         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3021         beginning of the buffer.
3022
3023         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3024         article buffer again.
3025
3026         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3027
3028         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3029         when it's at the start of the buffer.
3030
3031         * shr.el (shr-tag-blockquote): Convert name.
3032         (shr-rescale-image): Use the right image-size variant.
3033
3034         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3035         buffer isn't shown, then select the current article first instead of
3036         bugging out.
3037         (gnus-summary-select-article-buffer): Show both the article and summary
3038         buffers again.
3039
3040         * shr.el (shr-fontize-cont): Protect against regions with no text.
3041         Rename tag functions to shr-tag-* for enhanced security.
3042         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3043
3044 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3045
3046         * shr.el (shr-insert):
3047         * pop3.el (pop3-movemail):
3048         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3049         loaded.
3050
3051 2010-10-03  Glenn Morris  <rgm@gnu.org>
3052
3053         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3054
3055         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3056
3057         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3058
3059         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3060
3061         * gnus-util.el (gnus-make-local-hook): Simplify.
3062
3063 2010-10-02  Julien Danjou  <julien@danjou.info>
3064
3065         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3066         (gnus-ido-completing-read): New function.
3067         (gnus-emacs-completing-read): New function.
3068         (gnus-completing-read): Use gnus-completing-read-function.
3069         Add gnus-completing-read-function.
3070
3071 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3072
3073         * shr.el (shr-insert-document): Autoload.
3074         (shr-img): Be silent.
3075         (shr-insert): Add a newline after every picture before text.
3076         (shr-add-font): Use overlays for combining faces.
3077         (shr-insert): Pass upwards the text start point.
3078
3079         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3080         possible.
3081         (mm-shr): New function.
3082
3083 2010-10-02  Julien Danjou  <julien@danjou.info>
3084
3085         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3086         should go backward.
3087
3088 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3089
3090         * shr.el (shr): Fix typo in provide call.
3091
3092 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3093
3094         * shr.el: New file.
3095
3096         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3097
3098         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3099         completing read.
3100
3101 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3102
3103         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3104         we're being queried about.  Suggested by Dan Jacobson.
3105
3106         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3107         Suggested by Jason Eisner.
3108
3109         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3110         table, too.  Suggested by Stefan Wiens.
3111         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3112         the table unnecessary.  Suggested by Stefan Wiens.
3113
3114         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3115         longer needed, and probably doesn't work either, as pointed out by
3116         Stefan Wiens.
3117         (gnus-summary-exit): Remove call to the clearing function.
3118         (gnus-summary-exit-no-update): Ditto.
3119
3120         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3121         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3122         Reported by Stefan Monnier.
3123         (gnus-summary-save-in-rmail): Ditto.
3124
3125         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3126         article buffer, instead of both the article buffer and the summary
3127         buffer.  Sort of suggested by Dan Jacobson.
3128
3129         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3130
3131         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3132         Suggested by Dan Jacobson.
3133
3134         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3135         documentation clearer.
3136
3137         * message.el (message-shorten-references): Comment on the number "21".
3138         Suggested by Stefan Monnier.
3139
3140         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3141         Suggested by Dan Jacobson.
3142
3143         * gnus.el (gnus-large-newsgroup):
3144         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3145
3146         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3147         externalize attachments.  Bug reported by Steve Wen.
3148
3149         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3150         really message anything to the user.
3151
3152         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3153         directly.
3154
3155         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3156         messages in empty groups.
3157
3158 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3159
3160         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3161         non-UIDNEXT group.
3162
3163 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3164
3165         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3166         not the value from the collection.
3167
3168         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3169         values.  This sometimes happens on some groups that have no info.
3170         (nnimap-request-newgroups): New function.
3171
3172 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3173
3174         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3175         check into `gnus-registry-initialize'.
3176         (gnus-registry-initialize): Ditto.
3177         Fix and extend header docs.
3178
3179 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3180
3181         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3182         regexp backtrace overflows.
3183
3184         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3185         for starttls that tls.el implements; i.e. openssl.
3186
3187         * tls.el (tls-starttls-switches): Give up on using starttls with
3188         gnutls-cli.
3189         (tls-program): Add --insecure to be consistent with the defaults from
3190         openssl s_client.  Now all three commands are insecure.
3191
3192 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3193
3194         * lpath.el: Bind completion-styles-alist for XEmacs.
3195
3196         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3197         (gravatar-create-image): New function that's an alias to
3198         gnus-xmas-create-image, gnus-create-image, or create-image.
3199         (gravatar-data->image): Use it.
3200
3201 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3202
3203         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3204         install the nnregistry refer method.
3205         (gnus-registry-install-hooks): Use it.
3206         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3207         unfollowed groups.
3208
3209 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3210
3211         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3212         expanding threads.
3213
3214 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3215
3216         * nnir.el: Use the server names without suffixes (bug #7009).
3217
3218         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3219         unencrypted to STARTTLS, if possible.
3220
3221 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3222
3223         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3224         headers before superseding.
3225
3226 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3227
3228         * nnrss.el (nnrss-use-local): Add documentation.
3229
3230         * nnimap.el (nnimap-extend-tls-programs): New function.
3231         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3232         (nnimap-wait-for-connection): Accept the greeting from the stupid
3233         output from openssl s_client -starttls, too.
3234
3235         * tls.el (tls-starttls-switches): New variable.
3236         (tls-find-starttls-argument): Use it.
3237         (open-tls-stream): Ditto.
3238
3239         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3240         (netrc-machine): Ditto.
3241
3242         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3243         article number.
3244         (nnimap-split-fancy): New variable.
3245         (nnimap-split-incoming-mail): Use it.
3246
3247         * nntp.el (nntp-server-list-active-group): Document.
3248
3249         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3250         SELECT to get the message-id.
3251
3252         * mail-source.el (mail-sources): Remove webmail support.
3253         (defvar): Ditto.
3254         (mail-source-fetcher-alist): Ditto.
3255         (mail-source-fetch-webmail): Remove.
3256
3257         * webmail.el: Remove -- doesn't seem relevant any more.
3258
3259         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3260
3261         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3262         the \r.
3263
3264 2010-09-30  Julien Danjou  <julien@danjou.info>
3265
3266         * gnus-agent.el (gnus-agent-add-group): Fix call to
3267         gnus-completing-read.
3268
3269 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3270
3271         * nndoc.el (nndoc-retrieve-groups): New function.
3272
3273         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3274         `default', use nnmail-split-methods.
3275         (nnimap-request-article): Downcase the NILs so that they are nil.
3276
3277         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3278         symbol.
3279
3280         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3281         code, since if the user has requested network, that's what they ought
3282         to get.
3283         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3284         (nnimap-split-rule): Mark as obsolete.
3285
3286         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3287         New variable.
3288
3289         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3290         correct slot, too.
3291
3292 2010-09-29  Julien Danjou  <julien@danjou.info>
3293
3294         * gnus.el (gnus-local-domain): Declare variable obsolete.
3295
3296         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3297         Fix history computing.
3298         (gnus-ido-completing-read): Require ido.
3299
3300 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3301
3302         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3303         build Gnus.
3304
3305         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3306         when interpreting the structures.
3307         (nnimap-request-accept-article): Add \r\n to the lines to make this
3308         work with Cyrus.
3309
3310         * nndraft.el (nndraft-request-expire-articles): Use the group name
3311         instead if "nndraft".  Fix found by Nils Ackermann.
3312
3313 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3314
3315         * nnregistry.el: Add.
3316
3317 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3318
3319         * nnmail.el (group, group-art-list, group-art):
3320         Remove unneeded directives.
3321
3322 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3323
3324         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3325         (mm-mime-charset)
3326         * rfc2047.el (rfc2047-syntax-table)
3327         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3328
3329         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3330         rather than `insert-file-contents' and `eval-region'.
3331
3332         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3333         construction.
3334
3335         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3336
3337         * time-date.el: No need to require cl for Emacs 21.
3338
3339 2010-09-29  Julien Danjou  <julien@danjou.info>
3340
3341         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3342         replacement of `gnus-gravatar-relief' to mimic
3343         `gnus-faces-properties-alist'.
3344         Add :version property.
3345
3346 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3347
3348         * mail-source.el (mail-source-report-new-mail)
3349         * message.el (message-default-mail-headers)
3350         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3351
3352         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3353
3354 2010-09-28  Julien Danjou  <julien@danjou.info>
3355
3356         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3357         mail-address contains the same string as real-name.
3358
3359         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3360         non-blank in header, otherwise it'll get stripped.
3361
3362         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3363         real-name, and then for mail address rather than doing : or , search.
3364
3365 2010-09-27  Julien Danjou  <julien@danjou.info>
3366
3367         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3368         right completing-read function.
3369         (gnus-use-ido): New variable
3370         (gnus-completing-read-with-default): Remove.
3371         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3372         (gnus-agent-add-group):
3373         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3374         * mm-view.el (mm-view-pkcs7-decrypt):
3375         * mm-util.el (mm-codepage-setup):
3376         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3377         * mml-smime.el (mml-smime-openssl-sign-query):
3378         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3379         (mml-insert-multipart):
3380         * gnus-msg.el (gnus-summary-yank-message):
3381         * gnus-int.el (gnus-start-news-server):
3382         * mm-decode.el (mm-interactively-view-part):
3383         * gnus-dired.el (gnus-dired-attach):
3384         * gnus.el (gnus-read-method):
3385         * gnus-bookmark.el (gnus-bookmark-jump):
3386         * gnus-art.el (gnus-mime-view-part-as-type)
3387         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3388         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3389         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3390         * nnmairix.el (nnmairix-create-server-and-default-group)
3391         (nnmairix-update-groups, nnmairix-get-server)
3392         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3393         (nnmairix-get-group-from-file-path):
3394         * nnrss.el (nnrss-find-rss-via-syndic8):
3395         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3396         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3397         (gnus-group-browse-foreign-server):
3398         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3399         (gnus-summary-execute-command, gnus-summary-respool-article)
3400         (gnus-read-move-group-name):
3401         * gnus-score.el (gnus-summary-increase-score)
3402         (gnus-summary-score-effect):
3403         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3404
3405 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3406
3407         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3408         x-focus-frame.
3409
3410         * nnimap.el (auth-source-forget-user-or-password)
3411         (auth-source-user-or-password): Autoload.
3412
3413         * message.el (message-from-style, message-interactive)
3414         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3415         (message-yank-prefix, message-indentation-spaces, message-signature)
3416         (message-signature-file): Add comment.
3417
3418 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3419
3420         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3421         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3422         new articles.
3423
3424         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3425         parts.
3426         (nnimap-request-article): Work with the t setting, too.
3427
3428         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3429         that you don't get flashes of other buffers.
3430         (gnus-summary-show-complete-article): Intern before setting.
3431
3432 2010-09-27  David Engster  <dengste@eml.cc>
3433
3434         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3435         well as HEADERS.
3436         (nnmairix-retrieve-headers): Provide new argument for the above.
3437
3438 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3439
3440         * gnus-sum.el (gnus-summary-move-article): Don't alter
3441         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3442         group.
3443
3444         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3445
3446         * message.el (message-cite-prefix-regexp): Revert my last edit.
3447
3448         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3449         variable instead of the Gnus variable.
3450
3451         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3452
3453         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3454
3455         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3456         since some servers don't like it.
3457         (nnimap-open-connection): Forget credentials if the server says the
3458         password was wrong.
3459         (nnimap-parse-line): Protect against invalid data.
3460
3461         * gnus-sum.el (gnus-summary-move-article): Add comment.
3462         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3463         nothing alters it while scanning for new messages.
3464
3465         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3466         which may or may not help.
3467         (nnimap-open-connection): If we're doing a stream connection, and then
3468         discover we're on a STARTTLS-capable server, then open a STARTTLS
3469         connection instead.
3470
3471 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3472
3473         * nnimap.el (utf7): Require.
3474
3475         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3476         prefix.
3477
3478 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3479
3480         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3481
3482 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3483
3484         * nnimap.el (nnimap-request-accept-article): Message the error on
3485         error.
3486
3487 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3488
3489         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3490
3491 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3492
3493         * nndoc.el (nndoc-request-list): Return success always.
3494
3495         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3496         `fetch-old' -- we only want to fetch the articles we've requested.
3497         The rest are in the agent, probably.
3498         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3499         disappeared server" to something low.  It's not important.
3500
3501         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3502         arrived before the FETCH data.
3503
3504         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3505         target here, because we don't know the Gnus name of the group.
3506
3507         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3508         for the correct group.
3509
3510         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3511
3512         * gnus.el (gnus): Give a final warning after startup.
3513
3514         * gnus-util.el (gnus-action-message-log): New variable.
3515         (gnus-message): Use it.
3516         (gnus-final-warning): New function.
3517
3518         * nnimap.el (nnimap-open-connection): Record the greeting.
3519         (nnimap): Add greeting.
3520
3521 2010-09-26  Julien Danjou  <julien@danjou.info>
3522
3523         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3524         arguments.
3525         (gnus-html-wash-images): Fix spec computing to include start/end.
3526
3527         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3528
3529 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3530
3531         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3532         deletion.
3533         (nnimap-retrieve-headers): Don't select the group, because that's
3534         already done by nnimap-possibly-change-group.
3535
3536         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3537         (gnus-picon-transform-address): Use it.
3538
3539         * mail-source.el (mail-source-value): Revert previous patch.
3540
3541         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3542         on failure.
3543         (nnimap-open-connection): Look up both virtual and physical server name
3544         credentials.
3545
3546         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3547
3548 2009-02-07  Dave Love  <fx@gnu.org>
3549
3550         * tls.el (open-tls-stream): Don't query killing process.
3551
3552 2009-02-08  Dave Love  <fx@gnu.org>
3553
3554         * gnus-win.el (gnus-window-to-buffer-helper)
3555         (gnus-all-windows-visible-p): Function needn't be a symbol.
3556
3557         * mail-source.el (mail-source-value): Function needn't be a symbol.
3558
3559 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3560
3561         * message.el (message-cite-prefix-regexp): Remove } from the cite
3562         prefix.
3563
3564         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3565         highlight again, so that the highlight is correct.
3566
3567         * gnus-picon.el (gnus-picon): Remove again.
3568         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3569
3570         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3571         doing the header highlightling, so that the background colour of the
3572         picon is correct.
3573
3574         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3575         (gnus-picon): Ditto.
3576         (gnus-picon): Reinstate.  The background colour for picons is white.
3577         (gnus-picon-insert-glyph): Make the background white.
3578
3579         * nnml.el (nnml-open-nov): Don't return dead buffers.
3580
3581         * auth-source.el (auth-source-create): Query the user for whether to
3582         store the credentials.
3583
3584         * netrc.el (netrc-store-data): New function.
3585
3586         * auth-source.el (auth-source-user-or-password): Use the existing auth
3587         sources, if any, for creation.
3588
3589         * gnus.el (gnus-group-fast-parameter): Return the last matching
3590         parameter instead of the first matching parameter.
3591
3592 2010-09-26  Julien Danjou  <julien@danjou.info>
3593
3594         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3595
3596 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3597
3598         * mml2015.el (mml2015-use): Remove gpg support.
3599
3600         * mml1991.el (mml1991-function-alist): Remove gpg function.
3601         (mml1991-gpg-sign): Remove.
3602
3603 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3604
3605         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3606         (gnus-browse-unsubscribe-current-group): Document it.
3607         (gnus-browse-unsubscribe-group): Use it.
3608
3609 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3610
3611         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3612         address to the To list for easier response.
3613
3614         * gnus.el (gnus-play-startup-jingle): Remove.
3615         (gnus-splash): Don't play jingle.
3616         (gnus): Silence gnus-load message.
3617
3618         * gnus-art.el (gnus-treat-play-sounds): Remove.
3619
3620         * gnus.el (gnus-play-jingle): Remove audio support.
3621
3622         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3623
3624         * earcon.el: Remove -- no users.
3625
3626         * gnus-audio.el: Remove -- no users of this package.
3627
3628         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3629
3630         * gnus-start.el (gnus-setup-news): Remove nocem support.
3631
3632         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3633
3634         * gnus.el (gnus-use-nocem): Remove.
3635
3636         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3637         Remove.
3638
3639         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3640         uses NoCeM any more.
3641
3642         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3643         (gnus-button-ctan-handler): Ditto.
3644         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3645         (gnus-button-ctan-directory-regexp): Ditto.
3646         (gnus-button-handle-ctan): Ditto.
3647         (gnus-button-tex-level): Ditto.
3648         (gnus-button-alist): Remove CTAN stuff.
3649
3650 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3651
3652         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3653         nnimap-streaming test.
3654
3655         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3656         servers twice.
3657
3658         * nnimap.el (nnimap-open-connection): Add more error reporting when
3659         nnimap fails early.
3660
3661         * nnheader.el (nnheader-get-report-string): New function.
3662         (nnheader-get-report): Use it.
3663
3664         * gnus-int.el (gnus-check-server): Say what the error was when opening
3665         failed.
3666
3667         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3668         using streaming.
3669
3670 2010-09-25  Julien Danjou  <julien@danjou.info>
3671
3672         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3673         gnus-window-inside-pixel-edges.
3674
3675 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3676
3677         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3678
3679         * mm-decode.el (mm-save-part): Allow saving to other directories the
3680         normal Emacs way.
3681
3682         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3683         Suggested by Jay Berkenbilt.
3684
3685         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3686         there isn't a single byte.
3687
3688         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3689         just do it.  It doesn't really seem to matter what the user responds
3690         here, I think, so it's just a confusing question.
3691
3692         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3693         non-streaming case.
3694
3695         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3696         (gnus-article-encrypt-body): Use it.
3697
3698         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3699         keystroke.
3700
3701         * nnimap.el (nnimap-find-wanted-parts-1):
3702         Use gnus-fetch-partial-articles.
3703
3704         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3705
3706         * nnimap.el (nnimap-insert-partial-structure): New function.
3707         (nnimap-get-partial-article): New function.
3708         (nnimap-request-article): Use it.
3709         (nnimap-wait-for-response): Return whether the wait was successful.
3710         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3711         retrieval wasn't successful.
3712         (nnimap-retrieve-group-data-early): Allow throttling servers.
3713         (nnimap-streaming): New variable.
3714         (nnimap-fetch-partial-articles): Remove.
3715
3716         * mm-decode.el (mm-with-part): Protect against killed buffers.
3717
3718         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3719         for prettier summary display.
3720
3721 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3722
3723         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3724
3725 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3726
3727         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3728         apparently third-party libraries depend on it.
3729
3730         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3731         before starting negotiation.
3732
3733         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3734         privacy reasons.
3735         (gnus-treat-mail-gravatar): Ditto.
3736
3737         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3738         buffer when inserting images.  Inserting text into the headers, for
3739         instance, can make them invalid.
3740
3741 2010-09-25  Julien Danjou  <julien@danjou.info>
3742
3743         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3744         variables.
3745
3746         * nnheader.el: Remove useless variables news-reply-yank-from and
3747         news-reply-yank-message-id.
3748
3749         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3750         variables.
3751
3752         * mml1991.el: Remove useless mml1991-verbose.
3753
3754         * gnus.el: Remove useless variable gnus-use-generic-from.
3755         Remove obsolete variable gnus-topic-indentation.
3756
3757         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3758
3759         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3760
3761         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3762
3763         * gnus-group.el: Remove useless gnus-group-icon-cache.
3764         Remove useless gnus-ephemeral-group-server.
3765
3766         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3767
3768         * mml2015.el: Remove useless mml2015-verbose.
3769
3770         * mml-smime.el: Remove useless mml-smime-verbose.
3771
3772         * gnus.el: Remove useless gnus-local-domain.
3773
3774         * gnus-gravatar.el (gnus-gravatar-transform-address):
3775         Use gnus-gravatar-size.
3776
3777         * gnus-art.el: Remove useless gnus-treat-translate.
3778
3779 2010-09-24  Julien Danjou  <julien@danjou.info>
3780
3781         * gnus-sum.el: Add support for Gravatars.
3782
3783         * gnus-art.el: Add support for Gravatars.
3784
3785         * gnus-gravatar.el: Add this file.
3786
3787         * gravatar.el: Add this file.
3788
3789 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3790
3791         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3792
3793         * gnus-group.el (gnus-group-fetch-faq): Remove.
3794
3795         * gnus.el (gnus-group-faq-directory): Remove.
3796
3797         * gnus-group.el (gnus-group-fetch-charter): Remove.
3798
3799         * gnus.el (gnus-group-charter-alist): Remove.
3800
3801         * gnus-group.el (gnus-group-archive-directory): Remove.
3802         (gnus-group-recent-archive-directory): Ditto.
3803         (gnus-group-make-archive-group): Remove.
3804
3805         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3806
3807         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3808         use the same article number for all the cached articles.
3809
3810         * nnimap.el (nnimap-command): Register the last command time so
3811         that we can use it for idling NOOPs.
3812         (nnimap-open-connection): Start the keeplive timer.
3813         (nnimap-make-process-buffer): Store all the process buffers.
3814         (nnimap-keepalive): New function.
3815
3816         * starttls.el (starttls-open-stream): Add autoload cookie.
3817
3818 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3819
3820         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3821         handling.
3822
3823 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3824
3825         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3826         its data structures.
3827
3828         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3829         instead of the cl.el copy-list.
3830         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3831         equalp.
3832
3833 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3834
3835         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3836         and tool-bar-local-item-from-menu.
3837
3838         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3839         mode-line-highlight face for Emacs.
3840
3841         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3842         loading gnus-sum.elc; fix comment for canlock-verify.
3843         (gnus-article-jump-to-part): Use read-number.
3844         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3845         Remove Emacs pre-21 compatible code for help-echo.
3846         (gnus-article-next-page-1): No need to adjust the number of lines.
3847         (gnus-article-describe-bindings): Always use help-buffer.
3848
3849         * gnus-audio.el (gnus-audio-inline-sound)
3850         * gnus-cus.el (gnus-custom-mode)
3851         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3852
3853         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3854
3855         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3856         compatible code.
3857
3858 2010-09-24  Glenn Morris  <rgm@gnu.org>
3859
3860         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3861         visiting the fcc file in rmail-mode.
3862
3863         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3864
3865 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3866
3867         * nnir.el: Silence the byte compiler.
3868
3869         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3870         alias to browse-url-url-encode-chars if any.
3871         (gnus-html-encode-url): Use it.
3872
3873 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3874
3875         * gnus-start.el (gnus-use-backend-marks): New variable.
3876         (gnus-get-unread-articles-in-group): Use it.
3877
3878         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3879         makeover.
3880
3881 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3882
3883         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3884
3885 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3886
3887         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3888         Remove.
3889         (gnus-setup-news-hook):
3890         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3891
3892         * gnus-int.el (gnus-request-update-info): Protect against backends not
3893         having the function.
3894
3895         * nnimap.el (nnimap-stream): Mention starttls.
3896         (nnimap-open-connection): Add starttls support.
3897
3898 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3899
3900         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3901
3902 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3903
3904         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3905         BODYSTRUCTUREs.
3906         (nnimap-transform-headers): Unfold quoted {42} headers.
3907
3908         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3909         the info.
3910         (gnus-get-unread-articles): Only call updatep on backends that support
3911         it.
3912
3913         * nnweb.el (nnweb-request-update-info): NOOP.
3914
3915         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3916
3917         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3918         since it only deals with marks.
3919
3920         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3921         gnus-request-marks, and make a new gnus-request-update-info.
3922
3923         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3924         the active instead of the high number, which is usually too low.
3925
3926 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3927
3928         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3929         * encrypt.el: Remove.
3930
3931 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3932
3933         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3934         server in symbolic form.
3935
3936         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3937
3938 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3939
3940         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3941         (nnimap-update-info): Fix up code slightly.
3942
3943         * gnus-int.el (gnus-open-server): Add tracing for performance
3944         debugging.
3945
3946         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3947         (gnus-group-insert-group-line): Pass the real group name so that it
3948         gets the right data.
3949
3950         * gnus-start.el (gnus-get-unread-articles): Don't have
3951         `gnus-get-unread-articles-in-group' update info, since that can be
3952         really slow and doesn't seem to be needed?
3953
3954 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3955
3956         * time-date.el (date-to-time): Try using parse-time-string first before
3957         using the slower timezone-make-date-arpa-standard.
3958
3959 2010-09-22  Julien Danjou  <julien@danjou.info>
3960
3961         * gnus-group.el (gnus-group-insert-group-line):
3962         Call gnus-group-highlight-line.
3963         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3964         default hook list.
3965         (gnus-group-update-eval-form): Add new function.
3966         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3967         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3968
3969 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3970
3971         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3972         immediate, then expire all articles.
3973         (nnimap-update-info): Fix off-by-one errors.
3974         (nnimap-flags-to-marks): Would return no marks lists for group with no
3975         flags.  Instead return the other data.
3976
3977 2010-09-22  Julien Danjou  <julien@danjou.info>
3978
3979         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3980         Only return an icon.
3981         (gnus-group-insert-group-line): Compute icon to return.
3982
3983         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3984         (gnus-html-image-fetched): Only cache if
3985         gnus-html-image-automatic-caching is set.
3986         (gnus-html-image-fetched): Check for errors.
3987
3988 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3989
3990         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3991         once per method on `g'.  This ensures that backends like nnfolder don't
3992         open all their folders.
3993
3994         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3995         (nnimap-request-list): Nix out group in the correct buffer.
3996         (nnimap-parse-flags): Implement by using `read' instead of
3997         hand-parsing.
3998         (nnimap-flags-to-marks): Pass on permanent-flags.
3999         (nnimap-make-process-buffer): Record the server name.
4000         (nnimap-parse-flags): Fix typo.
4001         (nnimap-request-scan): Run split on the server in general, not just a
4002         single group.
4003
4004         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4005         parameter, and propagate this downwards.
4006
4007         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4008         since EXAMINE changes it on the server.
4009
4010         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4011         this command might take a while.
4012
4013 2010-09-22  Julien Danjou  <julien@danjou.info>
4014
4015         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4016         harmful if you have 2 images side-by-side, they can't be properly
4017         update on text deletion.  Using text-property is safer here.
4018         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4019         data.
4020
4021 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4022
4023         * nnimap.el (nnimap-expunge-inbox): Remove.
4024         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4025         (nnimap-expunge): Flip default to t.
4026
4027         * gnus.el (gnus-method-to-server): Don't push things to the cache
4028         unless it's unique.
4029         (gnus-server-to-method): Ditto.
4030
4031 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4032
4033         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4034
4035 2010-09-22  Julien Danjou  <julien@danjou.info>
4036
4037         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4038         get the start of data.
4039         (gnus-html-encode-url): Add this function to encode special chars in
4040         URL.
4041         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4042         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4043
4044         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4045         default.
4046         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4047
4048         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4049         images alt-text.
4050         (gnus-html-put-image): Put alt-text as help-echo.
4051
4052 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4053
4054         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4055         * mm-util.el (mm-decompress-buffer)
4056         * nnir.el (nnir-run-find-grep)
4057         * pop3.el (pop3-list): Use 3rd arg of split-string.
4058
4059         * time-date.el (format-seconds): Comment fix.
4060
4061         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4062         and byte-optimize-form-code-walker.
4063         (dgnushack-make-auto-load): Don't advise make-autoload.
4064
4065         * lpath.el: Remove Emacs 21 stuff.
4066
4067 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4068
4069         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4070         outside the active range.  Suggested by Dan Christensen.
4071
4072         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4073         slightly later to avoid double-getting it.
4074
4075         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4076         previous patch.
4077
4078         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4079
4080 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4081
4082         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4083
4084 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4085
4086         * gnus-int.el (gnus-open-server): Give a better error message in the
4087         "go offline" case.
4088
4089         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4090         marks for nnimap, which is seldom the right thing to do.
4091
4092         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4093         (gnus-same-method-different-name): New function.
4094
4095         * nnimap.el (parse-time): Require.
4096
4097         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4098         method in the presence of many similar methods.
4099
4100         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4101
4102         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4103         nnml-inhibit-expiry.
4104
4105         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4106         find out whether methods are equal.
4107
4108         * nnimap.el (nnimap-find-expired-articles): New function.
4109         (nnimap-process-expiry-targets): New function.
4110         (nnimap-request-move-article): Request the article before looking at
4111         what the Message-ID is.  Fix found by Andrew Cohen.
4112         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4113
4114         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4115         for oldness in addition to being a predicate.
4116
4117         * nnimap.el (nnimap-request-group): When we have zero articles, return
4118         the right data to Gnus.
4119         (nnimap-request-expire-articles): Only delete articles immediately if
4120         the target is 'delete.
4121
4122         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4123         method, this would bug out.
4124
4125         * gnus-group.el (gnus-group-expunge-group): Rename from
4126         gnus-group-nnimap-expunge, and implemented as a normal interface
4127         function.
4128
4129         * gnus-int.el (gnus-request-expunge-group): New function.
4130
4131         * nnimap.el (nnimap-request-create-group): Implement.
4132         (nnimap-request-expunge-group): New function.
4133
4134 2010-09-21  Julien Danjou  <julien@danjou.info>
4135
4136         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4137         (gnus-html-cache-expired): Add new function.
4138         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4139         wethever we should display image for fetch it.
4140         Compute alt-text earlier to pass it to the fetching function too.
4141         (gnus-html-schedule-image-fetching): Change function argument to only
4142         get one image at a time, not a list.
4143         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4144         cache.
4145         (gnus-html-get-image-data): New function to retrieve image data from
4146         cache.
4147         (gnus-html-put-image): Change buffer argument to use image data rather
4148         than file, and place image above region rather than inserting a new
4149         one.  Do not take alt-text as argument, since it's useless now: we place
4150         the image above alt-text.
4151         (gnus-html-prune-cache): Remove.
4152         (gnus-html-show-images): Start to fetch image when we find one, do not
4153         push into a temporary list.
4154         (gnus-html-prefetch-images): Only fetch image if they have expired.
4155         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4156         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4157
4158 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4159
4160         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4161
4162 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4163
4164         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4165         spec inser "*" if the group isn't active instead of 0.
4166
4167         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4168         opening the server.
4169         (nnimap-request-delete-group): Implement group deletion.
4170         (nnimap-transform-headers): Return the size of the entire message in
4171         the Bytes header, not just the size of the first part.
4172         (nnimap-request-move-article): When moving an article from nnimap,
4173         request the article first so the accepting form has an article to
4174         accept.  Reported by Dan Christensen.
4175         (nnimap-command): Make sure that the error message doesn't error out.
4176
4177 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4178
4179         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4180         we haven't requested anything.
4181
4182 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4183
4184         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4185         "".  Fix found by Andrew Cohen.
4186
4187         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4188         instead of -encode-string.
4189
4190 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4191
4192         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4193
4194         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4195         by mm-subst-char-in-string.
4196
4197 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4198
4199         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4200         waiting for the connection string.
4201
4202         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4203         arriving.
4204
4205         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4206         bogus characters.  This allows selecting certain Gmail groups.
4207
4208         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4209         (nnimap-fetch-partial-articles): New variable.
4210         (nnimap-open-connection): When looking for credentials, also use the
4211         nnimap-server-port.
4212         (nnimap-request-article): Return the group/article number, so that Gnus
4213         `^' works as expected.
4214         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4215
4216         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4217         comments.
4218         (gnus-methods-sloppily-equal): New function.
4219         (gnus): When using the development version of Gnus, load the gnus-load
4220         file.
4221
4222         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4223         `gnus-open-server' on each method before trying to scan them etc.
4224         This ensures that all the backend parameters are set correctly.
4225
4226         * nnimap.el (nnimap-authenticator): New variable.
4227         (nnimap-open-connection): Allow anonymous login.
4228         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4229         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4230
4231         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4232         patch, found by Knut Anders Hatlen.
4233
4234 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4235
4236         * gnus-agent.el (gnus-agent-batch-confirmation)
4237         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4238         to gnus-message.
4239         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4240         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4241         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4242         * gnus-int.el (gnus-open-server): Likewise.
4243         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4244         (gnus-score-check-syntax): Likewise.
4245         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4246         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4247         Likewise.
4248         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4249
4250 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4251
4252         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4253         calling conventions so that prefetch doesn't bug out.
4254
4255 2010-09-19  Julien Danjou  <julien@danjou.info>
4256
4257         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4258         rather than `subst-char-in-region' in order to be able to replace ASCII
4259         char by UTF-8 ones.
4260
4261         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4262         than curl.
4263         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4264         the right URL and ALT text on images.
4265         (gnus-html-wash-tags): Fix tag case.
4266         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4267         (gnus-article-html): Add -o display_ins_del=2 option.
4268         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4269
4270 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4271
4272         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4273         the extra mail headers, which sometimes seem to happen for unknown
4274         reasons.
4275
4276         * mail-parse.el (mail-header-encode-parameter): Define as
4277         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4278         (or most, perhaps?) mail readers don't understand the latter, but do
4279         understand the former.
4280
4281         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4282         to nil, so that no methods are automatically agentized.  I think this
4283         is probably what most users want.
4284
4285         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4286         from url-retrieve, for instance about invalid URLs.
4287
4288         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4289         groups that have no articles.
4290         (nnimap-request-article): Check that we really got an article when we
4291         requested one.
4292
4293         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4294         doesn't exist.
4295
4296         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4297         nntp buffer so the agent can save it.
4298         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4299         that CRLF doesn't get translated to \n.
4300         (nnimap-open-connection): Don't make 'shell commands only send \n.
4301
4302 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4303
4304         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4305         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4306         Update var name.
4307         (nnml-generate-nov-file): Use dolist.
4308         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4309         Use with-current-buffer.
4310
4311 2010-09-18  Julien Danjou  <julien@danjou.info>
4312
4313         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4314         parallel.
4315
4316 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4317
4318         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4319         the range update right.
4320         (nnimap-request-group): Don't make `M-g' bug out on group with no
4321         marks.
4322         (nnoo): Require, so that other packages can require nnimap.
4323         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4324         command we're looking for.  This helps when the server sends more
4325         responses after we've gotten everything we expected.
4326         (nnimap): Add a `newlinep' field to keep track of end-of-line
4327         conventions.
4328         Don't send CRLF to things that don't want it.
4329         (nnimap-request-accept-article): Ditto.
4330
4331 2010-09-18  Julien Danjou  <julien@danjou.info>
4332
4333         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4334         than curl to retrieve images.
4335
4336 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4337
4338         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4339         the marks.
4340         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4341         (nnimap-wait-for-connection): New function.
4342         (nnimap-open-connection): If we have PREAUTH, don't query for login
4343         credentials.
4344         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4345         when doing a partial update.
4346
4347 2010-09-18  Julien Danjou  <julien@danjou.info>
4348
4349         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4350         tags.
4351
4352 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4353
4354         * nnimap.el (nnimap-credentials): New function.
4355         (nnimap-open-connection): Use the new function to look for credentials
4356         also on the numeric equivalents of "imap" and "imaps".
4357
4358         * gnus-start.el (gnus-activate-group): Send the info to
4359         gnus-request-group.
4360
4361         * nnimap.el (nnimap-request-group): Have the "check" version of the
4362         function parse flags and update the info, so that a `M-g' get a total
4363         resync of all flags from the group.
4364
4365         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4366         to allow backends to alter the info on group selection.  Also alter all
4367         the backend -request-group functions to take the parameter.
4368
4369         * nnimap.el (nnimap-store-info): New function.
4370         (nnimap-update-info): Store the info for later usage.
4371         (nnimap-request-group): Use the stored info for the dont-check case, so
4372         that we don't retrieve all marks when we enter a group.
4373
4374         * nnimap.el: Use deffoo instead of defun for interface functions.
4375
4376         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4377         update the group info.  This makes the nndraft groups, for instance, go
4378         back to their old behaviour.
4379
4380         * gnus-sum.el (gnus-select-newsgroup): Indent.
4381
4382         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4383         in.
4384         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4385         nothing.
4386
4387         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4388         from methods that are denied.
4389
4390         * gnus-int.el (gnus-method-denied-p): New function.
4391
4392         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4393         store the password instead of netrc.
4394         (nnimap-open-connection): Don't error out when we can't make a
4395         connections.
4396
4397         * auth-source.el (auth-source-create): In the password prompt, say what
4398         we're querying for.  Also prompt for user name if that hasn't been
4399         given.
4400
4401         * nnimap.el (nnimap-with-process-buffer): Remove.
4402
4403 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4404
4405         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4406         method when we're reading from the agent.
4407
4408         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4409
4410         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4411         that's probably most useful for users.
4412
4413         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4414         "failed" all the time.
4415
4416         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4417         ...)) with (with-current-buffer ... ).
4418
4419         * nntp.el (nntp-open-server): Return whether the open was successful or
4420         not.
4421
4422         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4423         select an unread unseen article first.
4424
4425         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4426         /etc/services, supply some sensible port defaults.
4427
4428         * dgnushack.el: Define netrc-credentials.
4429
4430 2010-09-17  Julien Danjou  <julien@danjou.info>
4431
4432         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4433
4434 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4435
4436         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4437         doesn't have any parameters.
4438
4439 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4440
4441         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4442         only upcased checks.
4443
4444         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4445
4446         * nnimap.el (nnimap-open-shell-stream): New function.
4447         (nnimap-open-connection): Use it.
4448         (nnimap-transform-headers): Get the number of lines in each message.
4449         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4450         number of lines.
4451         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4452         problem.
4453
4454         * utf7.el (utf7-encode): Autoload.
4455
4456         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4457         to allow the mail splitting to not return a default group.  This is
4458         useful for nnimap, which will leave unmatched mail in the inbox.
4459
4460         * nnimap.el: Rewritten.
4461
4462         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4463         nnimap usage.
4464
4465         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4466         if the move is internal, so that nnimap can do fast internal moves.
4467
4468         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4469         data.
4470         (gnus-read-active-for-groups): Support finishing the early retrieval of
4471         data.
4472
4473         * gnus-range.el (gnus-range-nconcat): New function.
4474
4475         * gnus-int.el (gnus-finish-retrieve-group-infos)
4476         (gnus-retrieve-group-data-early): New functions.
4477
4478 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4479
4480         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4481         (nnrss-retrieve-groups):
4482         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4483         (pop3-quit): Use with-current-buffer.
4484
4485 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4486
4487         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4488         instead of nnheader-accept-process-output.
4489
4490         * dgnushack.el (dgnushack-compile): Add comment.
4491
4492         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4493
4494         * gnus-html.el (gnus-html-schedule-image-fetching)
4495         (gnus-html-prefetch-images): Replace process-kill-without-query by
4496         gnus-set-process-query-on-exit-flag.
4497
4498 2010-09-16  Romain Francoise  <romain@orebokech.com>
4499
4500         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4501
4502 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4503
4504         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4505         parameter to unintern is mandatory-ish in Emacs 24.
4506
4507         * gnus-html.el (gnus-html-schedule-image-fetching)
4508         (gnus-html-prefetch-images): Check for curl before using it.
4509
4510         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4511         depend on curl, which isn't essential.
4512
4513         * imap.el: Revert back to version
4514         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4515         seem problematic.
4516
4517 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4518
4519         * gnus-registry.el (gnus-registry-install-shortcuts):
4520         Explicitly pass `obarray' to `unintern' to avoid a warning.
4521
4522 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4523
4524         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4525         change.
4526
4527         * nnrss.el (nnrss-request-list): Remove this function and related
4528         functions, including the moreover stuff.
4529
4530 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4531
4532         * nnrss.el (nnrss-retrieve-groups): New function.
4533
4534 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4535
4536         * .dir-locals.el: Add no-byte-compile cookie.
4537
4538 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4539
4540         * time-date.el (format-seconds): Comment fix.
4541
4542         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4543         for back end that doesn't support request-scan.
4544
4545 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4546
4547         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4548         then do request scans from the backends.
4549
4550         * netrc.el (netrc-credentials): New conveniency function.
4551
4552         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4553         avoid running a hook per line, since this takes a lot of time,
4554         profiling shows.
4555         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4556         directly if gnus-visual-p is true.
4557
4558 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4559
4560         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4561         groups; replace mapcar with dolist which is a bit faster; pass groups
4562         info to gnus-read-active-file-1.
4563         (gnus-read-active-file-1): Scan only specified groups if the new
4564         optional arg `infos' is given.
4565
4566 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4567
4568         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4569
4570         * pop3.el (pop3-movemail): Remove.
4571         (pop3-streaming-movemail): Rename to pop3-movemail.
4572
4573         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4574         don't restrict end-tag searches to the end of the line.
4575
4576 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4577
4578         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4579         articles of every unchecked group to t, which means unknown since the
4580         server has never been opened.
4581
4582 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4583
4584         * gnus-html.el (gnus-html-show-alt-text): New command.
4585         (gnus-html-browse-image): Ditto.
4586         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4587         to browse the image directly.
4588         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4589         better.
4590
4591         * gnus-async.el (gnus-async-article-callback):
4592         Call `gnus-html-prefetch-images' unconditionally.
4593
4594         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4595         before feeding URLs to curl.
4596
4597 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4598
4599         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4600         internal images as deletable by `W D D'.
4601
4602         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4603         (gnus-async-article-callback): Fix typo.
4604
4605 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4606
4607         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4608         current line to work around bugs in the output from w3m.
4609
4610         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4611         for groups that want that.
4612
4613         * nntp.el (nntp-wait-for-string): Supply a timeout for
4614         accept-process-output to ensure progress.
4615
4616         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4617         level to get unread articles from, then use that for foreign groups,
4618         too.
4619
4620         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4621         confuses the rest of the function.
4622
4623         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4624         for the methods that support -retrieve-groups, too.
4625
4626         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4627
4628 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4629
4630         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4631         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4632
4633         * pop3.el: Require cl when compiling.
4634         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4635
4636 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4637
4638         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4639         that aren't going to be activated.
4640         (gnus-get-unread-articles): Fix up the last commit.
4641
4642         * gnus-html.el (gnus-article-html): Allow calling without specifying
4643         the handle.  In that case, dissect the buffer first.
4644
4645         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4646
4647         * nnimap.el (nnimap-open-connection): Revert the change that would look
4648         into authinfo for imaps instead of imap.
4649
4650         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4651         say that you don't want to call gnus-request-group with don-check, but
4652         do check the reponse.  This is for virtual groups only.
4653         (gnus-get-unread-articles): Count the archive groups as secondary, so
4654         that they're activated the same way as before.
4655
4656         * imap.el (imap-message-map): Removed optional buffer parameter, since
4657         no callers use it.
4658         (imap-message-get): Ditto.
4659         (imap-message-put): Ditto.
4660         (imap-mailbox-map): Ditto.
4661         (imap-mailbox-put): Ditto.
4662         (imap-mailbox-get): Ditto.
4663         (imap-mailbox-get): Revert last change for this function.
4664
4665         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4666         case-insensitively.
4667         (nnimap-debug): Remove.
4668
4669         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4670         to use `imap-fetch' instead.  According to the comments, this should be
4671         safe, since all other IMAP clients use the 1:* syntax.
4672         (imap-enable-exchange-bug-workaround): Removed.
4673         (imap-debug): Removed -- doesn't seem very useful.
4674
4675         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4676         mail from a file, and the file doesn't exist.
4677
4678         * imap.el (imap-log): New convenience function used throughout instead
4679         of repeating the same code all over the place.
4680
4681         * pop3.el (pop3-streaming-movemail): Return t for success.
4682
4683         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4684         .authinfo if we're using ssl connection.
4685
4686         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4687         already have if we're in a main Gnus `g' run.
4688
4689         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4690
4691 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4692
4693         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4694
4695         * nnmh.el (nnmh-request-list-1): Bind `file'.
4696
4697         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4698         alias to set-process-query-on-exit-flag or process-kill-without-query.
4699         (pop3-open-server): Use it.
4700
4701 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4702
4703         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4704         box to the Incoming file.  Fixes mistake in previous checkin.
4705
4706         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4707         request loop (for debugging purposes) removed.
4708
4709         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4710         culprit is more visible.
4711         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4712         (nnml-add-incremental-nov): New functions to do "incremental" nov
4713         updates, where we just append to the end of the existing nov files
4714         without reading/writing them in full.
4715
4716         * mail-source.el (mail-source-delete-crash-box): Really only check the
4717         incoming files once in a while.
4718
4719         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4720
4721         * mail-source.el (mail-source-delete-crash-box): Only check the
4722         incoming files for deletion once per day to save a lot of file
4723         accesses.
4724
4725         * pop3.el (pop3-logon): Fix up unbound variable typo.
4726
4727         * mail-source.el (pop3-streaming-movemail): Autoload.
4728
4729         * pop3.el (pop3-streaming-movemail):
4730         Respect pop3-leave-mail-on-server.
4731
4732         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4733         retrieval.
4734
4735         * pop3.el (pop3-process-filter): Remove unused function.
4736         (pop3-streaming-movemail, pop3-send-streaming-command)
4737         (pop3-wait-for-messages, pop3-write-to-file)
4738         (pop3-number-of-responses): New functions for streaming pop3
4739         retrieval.
4740
4741         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4742         come from no known methods.
4743         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4744         list.
4745
4746         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4747         message sizes.
4748         (pop3-movemail): Use erase-buffer instead of looping and deleting
4749         regions, which seems rather odd.
4750
4751         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4752         file once per `g' run.
4753
4754         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4755         directories.  This makes the draft queue directory work.
4756
4757         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4758         data from the backends, so that we only request the list of groups from
4759         each method once.  This should speed things up considerably.
4760
4761         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4762         detect that it's not implemented.
4763
4764         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4765         we actually do recurse down into the tree, but don't stat all leaf
4766         nodes.
4767
4768         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4769         then say so instead of bugging out.
4770
4771         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4772         files exist before trying to read them.
4773
4774         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4775         around <pre_int>.
4776
4777         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4778
4779         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4780
4781 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4782
4783         * mm-util.el (mm-image-load-path): Just return the image directories,
4784         not all directories in the path in addition to the image directories.
4785         (mm-image-load-path): Maintain a cache of the image directories so that
4786         the `g' command in Gnus doesn't have to stat dozens of directories each
4787         time.
4788
4789         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4790         (gnus-html-wash-tags): Add a new `i' command to insert images.
4791         (gnus-html-insert-image): New command and keystroke.
4792         (gnus-html-redisplay-with-images): New command and keystroke.
4793         (gnus-html-show-images): Rename command.
4794         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4795         spacers.
4796         (gnus-html-wash-tags): Decode entities at the end, so that entities
4797         inside the tags don't mess up the rest of the "parsing".
4798
4799         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4800         so that nnimap methods aren't agentized by default.  There's apparently
4801         many problems related to agent/imap behaviour.
4802
4803         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4804
4805         * gnus-html.el: Doc fix.
4806
4807 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4808
4809         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4810         specifier-spec-list for Emacs 21.
4811
4812         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4813         glyph-width and glyph-height instead of display-graphic-p and
4814         image-size; make avoidance of displaying small images work for XEmacs.
4815
4816         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4817         for XEmacs.
4818
4819         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4820         of symbol that holds plist data.
4821         (gnus-process-plist): Remove plist of process after getting it.
4822
4823 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4824
4825         * message.el (message-generate-hashcash): Change default to
4826         'opportunistic if hashcash is installed.
4827
4828         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4829         (gnus-html-put-image): Only call image-size once, since it's somewhat
4830         time-consuming on remote X servers.
4831
4832 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4833
4834         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4835         type on data, not a file name.
4836
4837         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4838         window-pixel-edges for Emacs 21.
4839
4840         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4841         decoded contents.
4842         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4843
4844 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4845
4846         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4847         group line format, since it isn't very interesting.
4848
4849         * gnus-agent.el (gnus-agent-short-article),
4850         (gnus-agent-long-article): Increase values for these two variables,
4851         since most people are likely to have more network connection and
4852         storage than before.
4853
4854         * gnus.el (gnus-refer-article-method): Change default to 'current.
4855         When referring an article, the common behaviour is to refer it from the
4856         current select method, not the native select method.  The chances of
4857         the native select method having the message in question is rather slim
4858         these days.
4859
4860         * gnus-sum.el (gnus-auto-select-subject): Change default to
4861         `unseen-or-unread'.  I think it's likely that most people want to
4862         select an unseen article over a previously seen, but unread one.
4863
4864         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4865         means that in the article buffer none of the minor mode elements will
4866         be shown, usually, and this is not desirable in most cases.
4867
4868         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4869         that commands like `d' (and the like) go to the next line in the
4870         buffer, instead of the next unread article.  I think this is the
4871         behaviour that is most natural for most users.
4872         (gnus-single-article-buffer): Change default to nil, so that people can
4873         have as many article buffers open as they have summary buffer.  I think
4874         this is the most natural way for the groups to behave.
4875
4876         * message.el (message-generate-new-buffers): Change default to
4877         `unsent', so that all new message buffers start their names with the
4878         string "*unsent", and it's easier to find the buffers if you move from
4879         them.
4880
4881 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4882
4883         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4884         small.  They're probably tracking images.
4885         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4886         (gnus-html-rescale-image): Yet another try at getting the image sizing
4887         right.
4888
4889         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4890         nntp-marks-file-name is nil.
4891
4892 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4893
4894         * gnus-html.el (gnus-html-wash-tags)
4895         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4896         Better logging.
4897
4898 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4899
4900         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4901
4902         * gnus-html.el (gnus-html-wash-tags): Check the value of
4903         gnus-blocked-images in the summary buffer.
4904
4905 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4906
4907         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4908
4909 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4910
4911         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4912         like "a", it seems like.
4913         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4914         since it needs to be picked from the correct buffer.
4915
4916         * nnwfm.el: Remove.
4917
4918         * nnlistserv.el: Remove.
4919
4920 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4921
4922         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4923         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4924
4925 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4926
4927         * nnkiboze.el: Remove.
4928
4929         * nndb.el: Remove.
4930
4931         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4932         alt text.
4933         (gnus-html-rescale-image): Try to get the rescaling logic right for
4934         images that are just wide and not tall.
4935
4936         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4937         overshadow variable bindings.
4938
4939 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4940
4941         * gnus-html.el (gnus-html-wash-tags)
4942         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4943         Add extra logging.
4944
4945 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4946
4947         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4948         (gnus-max-image-proportion): New variable.
4949         (gnus-html-rescale-image): New function.
4950         (gnus-html-put-image): Rescale images.
4951
4952 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4953
4954         Fix up some byte-compiler warnings.
4955         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4956         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4957         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4958         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4959         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4960         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4961         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4962
4963 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4964
4965         * gnus-html.el (gnus-article-html): Decode contents by charset.
4966
4967 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4968
4969         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4970         (gnus-html-frame-width, gnus-blocked-images)
4971         * message.el (message-prune-recipient-rules): Add custom version.
4972         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4973
4974         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4975         functions.
4976
4977         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4978         gnus-process-get.
4979
4980 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4981
4982         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4983         instead of lsub directly.
4984
4985 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4986
4987         * nnwarchive.el: Remove.
4988
4989         * gnus-soup.el: Remove.
4990
4991         * nnsoup.el: Remove.
4992
4993         * nnultimate.el: Remove.
4994
4995         * gnus-html.el (gnus-blocked-images): New variable.
4996
4997         * message.el (message-prune-recipients): New function.
4998         (message-prune-recipient-rules): New variable.
4999
5000         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5001         guess whether a long line is natural text or not.
5002
5003         * gnus-html.el (gnus-html-schedule-image-fetching):
5004         Use gnus-process-plist and friends for compatibility.
5005
5006 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5007
5008         * gnus-html.el: Require packages that define macros used in this file.
5009         (gnus-article-mouse-face): Declare to silence byte-compiler.
5010         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5011         process-get.
5012         (gnus-html-put-image): Use plist-get to avoid getf.
5013         (gnus-html-prefetch-images): Use with-current-buffer.
5014
5015 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5016
5017         * gnus-ems.el: Provide compatibility functions for
5018         gnus-set-process-plist.
5019
5020         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5021         header-line-format for XEmacs 21.4.
5022
5023         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5024         * gnus.el (gnus-valid-select-methods)
5025         * message.el (message-send-mail-partially-limit)
5026         * mm-decode.el (mm-text-html-renderer)
5027         * mml.el (mml-insert-mime-headers-always)
5028         * smiley.el (smiley-regexp-alist): Bump custom version.
5029
5030 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5031
5032         * gnus-html.el: require mm-url.
5033         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5034         with the url to `url'.
5035         (gnus-html-wash-tags): Support cid: URLs/images.
5036
5037 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5038
5039         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5040         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5041         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5042
5043         * gnus-move.el: Remove file, since it doesn't really work.
5044
5045         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5046         UTF-8.  This seems to fix problems with some German web feeds.
5047
5048         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5049         at the top so that the proper colours are applied.
5050
5051         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5052         don't have dots in their names.
5053
5054         * gnus-art.el (gnus-article-view-part): Doc fix.
5055
5056         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5057         XEmacs-compatible.
5058         (gnus-html-put-image): Don't do images on non-graphic displays.
5059
5060         * nnslashdot.el: Remove this unused backend.
5061
5062         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5063         actions.
5064         (gnus-undo-register-1): Revert last change.
5065
5066         * gnus-group.el (gnus-group-completing-read): Protect against not
5067         having completion-styles bound.
5068
5069         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5070         make broken recipients happier.
5071
5072         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5073
5074         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5075         point parameter.
5076
5077         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5078
5079         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5080         completion-styles for group selection.
5081
5082 2009-02-04  Andreas Schwab  <schwab@suse.de>
5083
5084         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5085         headers and regexp-quote the match if necessary.
5086
5087 2009-03-24  Miles Bader  <miles@gnu.org>
5088
5089         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5090         the blinking smiley.
5091
5092 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5093
5094         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5095         blink smiley.
5096
5097 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5098
5099         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5100         where the dribbel file lives exists.
5101
5102         * message.el (message-send-mail-partially-limit): Change the default to
5103         nil, since most people don't want this.
5104
5105         * mm-url.el (mm-url-decode-entities): Also decode entities like
5106         &#x3212.
5107
5108 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5109
5110         * gnus-sum.el (gnus-summary-idna-message):
5111         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5112         Hyperlink urls in docstrings with URL `...'.
5113
5114 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5115
5116         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5117         functions.
5118
5119 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5120
5121         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5122         say what the mouseover text should be.
5123
5124         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5125         version of the mm-w3m-safe-url-regexp variable to only download images
5126         in the groups where we want that to happen.
5127
5128         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5129
5130         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5131         easier debugging.
5132         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5133         big pictures in the article buffer.
5134
5135         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5136         gnus-article-html.
5137         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5138         w3m.
5139
5140         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5141
5142 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5143
5144         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5145         which doesn't exist.
5146
5147         * message.el (message-inhibit-ecomplete): New variable to allow some
5148         function to inhibit ecomplete address storage.
5149         (message-resend): Disable ecomplete message storage when resending
5150         messages.
5151
5152         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5153
5154 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5155
5156         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5157         Save excursion while copying, moving, and deleting articles in order to
5158         prevent the cursor from jumping to unforeseen place.
5159
5160 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5161
5162         * lpath.el: No need to bind bookmark-current-buffer,
5163         bookmark-yank-point and bookmark-make-record-function.
5164
5165 2010-08-17  Glenn Morris  <rgm@gnu.org>
5166
5167         * gnus-sync.el: Require gnus components whose functions are used.
5168
5169         * gnus-art.el (bookmark-make-record-function):
5170         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5171         Declare for compiler.
5172
5173         * mm-url.el (mml-compute-boundary): Autoload.
5174
5175 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5176
5177         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5178
5179 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5180
5181         Typo fix "hoo4a" -> "hook".
5182
5183         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5184
5185 2010-08-14  Glenn Morris  <rgm@gnu.org>
5186
5187         * gnus-sync.el (gnus-sync): Fix defgroup version.
5188
5189 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5190
5191         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5192
5193         * gnus-sync.el: Fix docs.
5194         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5195         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5196
5197 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5198
5199         Optimizations for gnus-sync.el.
5200
5201         * gnus-sync.el: Add docs about gnus-sync-backend
5202         possibilities.
5203         (gnus-sync-save): Remove unnecessary message.
5204         (gnus-sync-read): Optimize and show what groups were skipped.
5205
5206 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5207
5208         Minor bug fixes for gnus-sync.el.
5209
5210         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5211         Don't read the sync on get-new-news.
5212
5213         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5214         quiet.
5215
5216         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5217         (fix typo).
5218
5219 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5220
5221         Make saving and restoring of hidden threads work with overlays.
5222         Patch applied by Ted Zlatanov.
5223
5224         * gnus-sum.el (gnus-hidden-threads-configuration)
5225         (gnus-restore-hidden-threads-configuration): Update to deal with text
5226         properties, rather than searching for a magic character.
5227
5228 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5229
5230         New gnus-sync.el library for synchronization of marks.
5231
5232         * gnus-sync.el: New library for synchronization of marks.
5233
5234         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5235         renamed from `gnus-registry-grep-in-list'.
5236
5237         * gnus-registry.el (gnus-registry-follow-group-p):
5238         Use `gnus-grep-in-list'.
5239
5240         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5241
5242 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5243
5244         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5245         determining charset of text fails.
5246
5247 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5248
5249         * nnmail.el (nnmail-get-new-mail-1): Revert.
5250
5251         * nnml.el (nnml-active-number): Make sure names of newly created groups
5252         in nnml-group-alist are encoded.
5253
5254 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5255
5256         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5257         containing non-ASCII characters in active file for nnml back end.
5258
5259 2010-07-24  David Engster  <dengste@eml.cc>
5260
5261         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5262         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5263
5264 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5265
5266         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5267         tag (Bug#6654).
5268
5269 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5270
5271         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5272         the article buffer, not the summary buffer.
5273
5274 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5275
5276         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5277         Emacs 23 as well.
5278
5279 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5280
5281         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5282         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5283
5284 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5285
5286         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5287         Patch applied by Karl Fogel.
5288
5289         * gnus-sum.el (gnus-summary-bookmark-make-record):
5290         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5291
5292 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5293
5294         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5295         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5296         C-w still not working correctly from Article buffers; Thierry's
5297         patch to fix that will be applied after this.
5298
5299         * gnus-art.el (bookmark-make-record-function): New local variable.
5300
5301         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5302         article buffer.
5303         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5304
5305 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5306
5307         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5308         on changes in bookmark.el.
5309
5310 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5311
5312         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5313         `no-log' instead of message not to log prompt string.
5314
5315 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5316
5317         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5318         the *other* type of HTML form submission.
5319
5320 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5321
5322         * auth-source.el (auth-source-pick): If choice does not contain a
5323         questioned keyword, set the check to t.
5324
5325 2010-06-12  Romain Francoise  <romain@orebokech.com>
5326
5327         * gnus-util.el (gnus-date-get-time): Move up before first use.
5328
5329 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5330
5331         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5332         (gnus-article-edit-part): Bind it to make last part that is substituted
5333         or deleted visible.
5334         (gnus-mime-display-single): Buttonize part of which id equals to
5335         gnus-mime-buttonized-part-id.
5336
5337 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5338
5339         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5340         (gnus-dd-mmm): Use gnus-date-get-time.
5341         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5342         simplify logic.
5343         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5344         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5345
5346 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5347
5348         * auth-source.el (top): Autoload `secrets-list-collections',
5349         `secrets-create-item', `secrets-delete-item'.
5350         (auth-sources): Fix tag string.
5351         (auth-get-source, auth-source-retrieve, auth-source-create)
5352         (auth-source-delete): New defuns.
5353         (auth-source-pick): Rewrite in order to avoid 2 passes.
5354         (auth-source-forget-user-or-password): New parameter USERNAME.
5355         (auth-source-user-or-password): New parameters CREATE-MISSING and
5356         DELETE-EXISTING.  Retrieve password interactively, if needed.
5357
5358 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5359
5360         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5361         deleting unused directories when gnus-expert-user is t.
5362
5363 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5364
5365         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5366         for each temp file when gnus-article-browse-delete-temp is ask.
5367
5368 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5369
5370         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5371         Lisp calls to delete-backward-char by calls to delete-char.
5372
5373 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5374
5375         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5376
5377 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5378
5379         * password-cache.el (password-cache-remove): Fix docstring.
5380
5381 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5382
5383         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5384         article unless decoding article to be saved.
5385
5386 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5389         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5390         generated within the mm-with-unibyte-current-buffer macro.
5391
5392 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5393
5394         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5395         to nil when we're in a mml-preview buffer and no group is selected.
5396
5397 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5398
5399         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5400         when catching the `C-g'.  Reported by "Leo".
5401
5402 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5403
5404         * message.el (message-forward-make-body-plain)
5405         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5406         multibyte-string-p.
5407
5408         * lpath.el: Revert.
5409
5410 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5411
5412         * message.el (message-forward-make-body-mml): Assume original message
5413         is multibyte string; error on unibyte.
5414         (message-forward-make-body-plain): Ditto; don't add excessive newline
5415         in body end.
5416
5417         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5418
5419 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5420
5421         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5422         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5423
5424 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5425
5426         * mm-extern.el (mm-extern-url): Don't use
5427         mm-with-unibyte-current-buffer.
5428         (mm-extern-cache-contents): Use with-current-buffer instead of
5429         save-excursion + set-buffer.
5430
5431 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5432
5433         * mm-util.el (mm-emacs-mule): Remove.
5434
5435 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5436
5437         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5438         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5439         change.
5440
5441 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5442
5443         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5444         bind the default value of enable-multibyte-characters to nil.
5445
5446 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5447
5448         * message.el (message-forward-make-body-plain)
5449         (message-forward-make-body-mml):
5450         Don't use mm-with-unibyte-current-buffer.
5451
5452 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5453
5454         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5455
5456 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5457
5458         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5459         (Bug#5592).
5460
5461 2010-05-07  Julien Danjou  <julien@danjou.info>
5462
5463         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5464         it to mm-pipe-part.
5465
5466         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5467         it is given.
5468
5469 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5470
5471         * binhex.el (binhex-decode-region-internal)
5472         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5473         (dns-query)
5474         * nnweb.el (nnweb-gmane-search)
5475         * pgg-parse.el (pgg-parse-armor)
5476         * pgg.el (pgg-verify-region)
5477         * sha1.el (sha1-string-external)
5478         * uudecode.el (uudecode-decode-region-internal)
5479         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5480         XEmacs.
5481
5482         * gnus-art.el (gnus-article-browse-html-parts)
5483         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5484         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5485         make-temp-file.
5486
5487         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5488         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5489         compiling.
5490
5491         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5492         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5493         XEmacs when compiling.
5494
5495         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5496         gnus-pick-mode-off-hook for XEmacs when compiling.
5497         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5498         gnus-binary-mode-off-hook for XEmacs when compiling.
5499
5500         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5501         Return nil if char-charset is not available.
5502
5503         * imap.el (imap-disable-multibyte)
5504         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5505         macros.
5506
5507         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5508         instead of encode-coding-string.
5509
5510         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5511         'xemacs) instead of mm-emacs-mule to switch function definitions.
5512         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5513
5514         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5515         bind temporary-file-directory for XEmacs;
5516         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5517         timer-set-function for XEmacs 21.4 and SXEmacs;
5518         bind timer-list for XEmacs 21.4 and SXEmacs;
5519         fbind char-charset and find-charset-region for non-Mule XEmacs;
5520         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5521         encode-coding-region and encode-coding-string for XEmacs having no
5522         file-coding feature.
5523
5524 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5525
5526         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5527
5528 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5529
5530         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5531         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5532
5533 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5534
5535         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5536         alias `jka-compr-delete-temp-file' no longer exists.
5537
5538 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5539
5540         Use define-minor-mode in Gnus where applicable.
5541         * mml.el (mml-mode): Use define-minor-mode.
5542         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5543         (gnus-undo-mode): Use define-minor-mode.
5544         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5545         (gnus-dead-summary-mode): Use define-minor-mode.
5546         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5547         Initialize in declaration.
5548         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5549         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5550         (gnus-mailing-list-mode): Use define-minor-mode.
5551         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5552         (gnus-draft-mode): Use define-minor-mode.
5553         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5554         (gnus-dired-mode): Use define-minor-mode.
5555
5556 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5557
5558         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5559         handles on recursive mml-to-mime translation and check them for
5560         boundary delimiter collisions.  Reported by Greg Troxel.
5561
5562 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5563
5564         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5565
5566 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5567
5568         * mm-util.el (mm-find-buffer-file-coding-system):
5569         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5570
5571 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5572
5573         * message.el (message-generate-headers): Record insertion of optional
5574         headers as well.  Otherwise the check to prevent repeated insertion of
5575         optional headers is a no-op.
5576
5577 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5578
5579         * smime.el: Don't mention CVS.
5580
5581         * nnrss.el (nnrss-fetch): Don't mention CVS.
5582
5583         * nnir.el: Don't mention CVS.
5584
5585 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5586
5587         * gnus-sum.el (gnus-summary-bookmark-make-record):
5588         Add `location' field.
5589
5590 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5591
5592         * lpath.el: Fbind bookmark-default-handler,
5593         bookmark-get-bookmark-record, bookmark-make-record-default,
5594         bookmark-prop-get for Emacs <23 and XEmacs.
5595
5596 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5597
5598         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5599         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5600         Use with-current-buffer to silence the byte-compiler.
5601         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5602         bother to require `gnus'.
5603         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5604
5605 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5606
5607         * gnus-sum.el (gnus-summary-bookmark-make-record)
5608         (gnus-summary-bookmark-jump): New functions.
5609         (gnus-summary-mode): Setup bookmark support.
5610
5611 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5612
5613         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5614         if set.
5615
5616 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5617
5618         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5619         gnus-article-browse-html-save-cid-image; make it work recursively for
5620         forwarded messages as well.
5621         (gnus-article-browse-html-parts): Work when prefix arg is given.
5622         (gnus-article-browse-html-article): Doc fix.
5623
5624 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5625
5626         * message.el (message-default-mail-headers):
5627         (message-default-headers): Carry the value mail-default-headers over
5628         into message-default-mail-headers, rather than message-default-headers.
5629
5630 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5631
5632         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5633         charset.
5634
5635         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5636         charset into the <meta> tag when the article is encoded to utf-8.
5637
5638 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5639
5640         * gnus-art.el (gnus-article-browse-delete-temp-files):
5641         Delete directories as well.
5642         (gnus-article-browse-html-parts): Work for images that do not specify
5643         file names; delete temp directory when quitting; insert header at the
5644         right place; use file: scheme for image files.
5645
5646 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5647
5648         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5649         (gnus-article-browse-html-parts): Use it to make temporary cid image
5650         files in addition to html file so that browser may display them.
5651
5652 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5653
5654         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5655
5656 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5657
5658         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5659
5660 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5661
5662         * auth-source.el (auth-sources): Change default to be simpler.
5663         Explain about Secret Service API sources.  Improve Customize options.
5664         (auth-source-pick): Change to accept any number of search parameters.
5665         Implement fallbacks iteratively, not recursively.  Add scoring on the
5666         second pass and sort by score.  Call Secret Service API when needed.
5667         (auth-source-user-or-password): Use it.  Call Secret Service API
5668         directly when needed to get the user name and the password.
5669
5670 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5671
5672         * message.el (message-interactive): Doc fix.
5673         (message-qmail-inject-args): Reflow.
5674         (message-kill-to-signature): Fix typo in docstring.
5675
5676         * smiley.el (smiley-buffer): Fix typo in docstring.
5677
5678 2010-03-24  Glenn Morris  <rgm@gnu.org>
5679
5680         * mail-source.el (gnus-message): Declare.
5681         (mail-source-delete-old-incoming): Require gnus-util.
5682
5683 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5684
5685         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5686
5687         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5688
5689         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5690         password-cache's default if it is not bound.
5691         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5692         password-cache-expiry's default if it is not bound.
5693
5694         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5695         available in Emacs 21.
5696
5697         * lpath.el: Suppress compiler warnings for:
5698         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5699         XEmacs;
5700         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5701         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5702         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5703
5704 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5705
5706         * auth-source.el (auth-sources): Fix up definition so extra parameters
5707         are always inline.
5708
5709 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5710
5711         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5712         wasn't updated after mismatch.  Clear cached mailbox info correctly
5713         when uidvalidity changes.
5714         (nnimap-group-prefixed-name): New function to avoid some code
5715         duplication.
5716         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5717         (nnimap-request-group): Use it.
5718         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5719         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5720         with many imap folders.  This is done by caching the group status from
5721         the imap server persistently in a group parameter `imap-status'.  (This
5722         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5723         but not persistently, so every Gnus startup was still very slow.)
5724
5725 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5726
5727         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5728         delete the extra newline.  Otherwise editing of :string and :number
5729         types don't work.
5730
5731 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5732
5733         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5734         secrets.el dependency.
5735         (auth-sources): Add optional user name.  Add secrets.el configuration
5736         choice (unused right now).
5737
5738 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5739
5740         * gnus-sum.el (gnus-summary-make-menu-bar):
5741         Let `gnus-registry-install-shortcuts' fill in the functions.
5742
5743         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5744         warnings.
5745         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5746         (gnus-registry-install-shortcuts): Populate and use it in a
5747         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5748
5749 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5750
5751         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5752         In-place substitutions for the group name encoding/decoding.
5753         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5754         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5755         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5756         (nnimap-update-unseen, nnimap-request-list)
5757         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5758         (nnimap-request-set-mark, nnimap-split-to-groups)
5759         (nnimap-split-articles, nnimap-request-newgroups)
5760         (nnimap-request-create-group, nnimap-request-accept-article)
5761         (nnimap-request-delete-group, nnimap-request-rename-group)
5762         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5763         `encoded-mbx' for consistency.
5764         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5765         variable `imap-current-mailbox'.
5766
5767         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5768         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5769
5770 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5771
5772         * pop3.el (pop3-display-message-size-flag): Display message size byte
5773         counts during POP3 download.
5774         (pop3-movemail): Use it.
5775         (pop3-list): Implement listing of available messages.
5776
5777 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5778
5779         * nnir.el (nnir-get-article-nov-override-function): New function to
5780         override the normal NOV retrieval.
5781         (nnir-retrieve-headers): Use it.
5782
5783 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5784
5785         * auth-source.el (netrc-machine-user-or-password): Autoload.
5786
5787 2010-03-19  Glenn Morris  <rgm@gnu.org>
5788
5789         Stop message.el from loading about 40 libraries it doesn't always need.
5790         The general approach is to autoload rather than require, and to
5791         require in the specific functions rather than the file.  (Bug#5642)
5792
5793         * gmm-utils.el: Don't require wid-edit.
5794         (widget-create-child-value, widget-convert, widget-default-get):
5795         Autoload.
5796
5797         * gnus-util.el: Don't require time-date, netrc.
5798         (message-fetch-field, gnus-group-name-decode): Declare rather than
5799         autoloading.
5800         (gnus-fetch-field): Require message.
5801         (gnus-decode-newsgroups): Require gnus-group.
5802
5803         * ietf-drums.el: Don't require time-date.
5804
5805         * message.el: Don't require hashcash, canlock, ecomplete.
5806         Do require mail-utils.  Require nnheader only when compiling.
5807         (smtpmail-default-smtp-server): Remove declaration.
5808         (message-send-mail-function): Check smtpmail-default-smtp-server
5809         is bound rather than requiring smtpmail.
5810         (message-auto-save-directory, message-insert-signature):
5811         Use expand-file-name rather than nnheader-concat.
5812         (nnheader-insert-file-contents): Autoload.
5813         (hashcash-wait-async): Declare.
5814         (message-send-mail): Only call gnus-setup-posting-charset if
5815         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5816         (message-send-mail-with-sendmail): Require sendmail.
5817         (canlock-password, canlock-password-for-verify): Declare.
5818         (message-canlock-password): Require canlock.
5819         (nnheader-get-report): Autoload.
5820         (gnus-setup-posting-charset): Declare.
5821         (message-send-news): Require gnus-msg.
5822         (message-make-references, message-make-in-reply-to): Use mail-header-id
5823         rather than the alias mail-header-message-id.
5824         (ecomplete-add-item, ecomplete-save): Declare.
5825         (message-put-addresses-in-ecomplete): Require ecomplete.
5826         (ecomplete-display-matches): Autoload.
5827
5828         * mm-decode.el: Don't require mailcap, gnus-util.
5829         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5830         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5831         Autoload.
5832         (mailcap-mime-extensions): Declare.
5833
5834         * mm-encode.el: Don't require mailcap.
5835         (mailcap-extension-to-mime): Autoload.
5836
5837         * mml-sec.el: Don't require password-cache.
5838
5839         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5840         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5841         (mml-minibuffer-read-type): Require mailcap.
5842         (mml-preview): Require gnus-msg.
5843
5844         * mml1991.el: Require password-cache.
5845         (password-cache-expiry): Remove declaration.
5846
5847         * mml2015.el: Require password-cache.
5848         (password-cache-expiry): Remove declaration.
5849
5850         * nneething.el (mailcap): Require mailcap.
5851
5852         * nnheader.el (declare-function): Add compatibility stub.
5853         (message-remove-header): Declare rather than autoload.
5854         (nnheader-replace-header): Require message.
5855
5856         * nnimap.el (declare-function): Add compatibility stub.
5857         (netrc-parse, netrc-machine-user-or-password): Declare.
5858         (nnimap-open-connection): Require netrc.
5859
5860         * nntp.el (declare-function): Add compatibility stub.
5861         (netrc-parse, netrc-machine, netrc-get): Declare.
5862         (nntp-send-authinfo): Require netrc.
5863
5864         * rfc2047.el: Don't require qp.
5865         (quoted-printable-encode-region, quoted-printable-decode-string):
5866         Autoload.
5867
5868         * sieve-mode.el: Don't require easymenu.
5869         (easy-menu-add-item): Autoload it.
5870
5871         * spam-stat.el (time-to-number-of-days): Autoload it.
5872
5873 2010-03-19  Glenn Morris  <rgm@gnu.org>
5874
5875         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5876
5877 2010-03-18  Glenn Morris  <rgm@gnu.org>
5878
5879         * hashcash.el (declare-function): Remove duplicate definition.
5880
5881 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5882
5883         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5884         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5885         value if any backslash escapes).
5886
5887 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5888
5889         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5890         if it is available.  (bug#5647)
5891
5892         * lpath.el: Suppress compiler warning for coding-system-from-name for
5893         Emacs 21 and XEmacs.
5894
5895 2010-03-14  Juri Linkov  <juri@jurta.org>
5896
5897         * hmac-def.el:
5898         * hmac-md5.el:
5899         * netrc.el: Fix keywords.
5900
5901 2010-02-26  Glenn Morris  <rgm@gnu.org>
5902
5903         * message.el (message-send-mail-function): Change the default, so that
5904         it inherits from a customized send-mail-function.  (Bug#5643)
5905
5906 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5907
5908         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5909         shell-command-to-string signals an error (bug#5299).
5910
5911 2010-02-24  Glenn Morris  <rgm@gnu.org>
5912
5913         * message.el (message-smtpmail-send-it)
5914         (message-send-mail-with-mailclient): Doc fixes.
5915
5916 2010-02-16  Glenn Morris  <rgm@gnu.org>
5917
5918         * message.el (message-default-mail-headers): Change the default value
5919         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5920
5921 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5922
5923         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5924         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5925
5926 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5927
5928         * time-date.el (date-to-time): Doc fix (Bug#5408).
5929
5930 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5931
5932         * message.el (message-mail): Just pass yank-action on to message-setup.
5933         (message-setup): Handle (FUN . ARGS) form of yank-action.
5934         (message-with-reply-buffer, message-widen-reply)
5935         (message-yank-original): Handle non-buffer values of
5936         message-reply-buffer (Bug#4080).
5937         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5938
5939 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5940
5941         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5942         Fix typo in docstring.
5943
5944 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5945
5946         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5947         response.
5948
5949 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5950
5951         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5952
5953         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5954
5955         * message.el (message-check-news-header-syntax): Protect against a
5956         string that `rfc822-addresses' returns when parsing fails.
5957
5958 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5959
5960         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5961         (gnus-previous-char-property-change): New functions.
5962
5963         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5964
5965 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5966
5967         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5968         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5969
5970 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5971
5972         * message.el (message-exchange-point-and-mark): Rework last change to
5973         avoid using optional arg of exchange-point-and-mark, for backward
5974         compatibility.
5975
5976 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5977
5978         * message.el (message-exchange-point-and-mark):
5979         Call exchange-point-and-mark with an argument rather than setting
5980         mark-active by hand (Bug#5175).
5981
5982 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5983
5984         * nntp.el (nntp-service-to-port): Work for service expressed with
5985         numeric string; replace [:digit:] with [0-9] for XEmacs.
5986
5987 2009-12-17  Glenn Morris  <rgm@gnu.org>
5988
5989         * gnus-group.el (gnus-bug-group-download-format-alist):
5990         Change emacs entry to debbugs.gnu.org.  Bump :version.
5991
5992 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5993
5994         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5995
5996 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5997
5998         * message.el (message-info): Explain why we use `Info-goto-node'.
5999
6000 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6001
6002         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6003
6004 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6005
6006         * message.el (message-completion-in-region): New compatibility function.
6007         (message-expand-group): Use it.
6008
6009 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6010
6011         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6012         with no unread article should be listed if the 2nd arg `predicate' is
6013         given.
6014
6015 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6016
6017         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6018
6019 2009-11-29  Juri Linkov  <juri@jurta.org>
6020
6021         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6022         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6023         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6024
6025 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6026
6027         * sha1.el (sha1-string-external): default-directory "/" in case
6028         otherwise non-existent.  process-connection-type pipe for touch of
6029         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6030
6031 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6032
6033         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6034         it's comms related and sgml-mode.el has "comm" on that basis too.
6035
6036 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6037
6038         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6039         containing tspecial characters if they have been already quoted.
6040
6041 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6042
6043         * dns-mode.el (auto-mode-alist): Purecopy string.
6044
6045 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6046
6047         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6048
6049 2009-10-24  Glenn Morris  <rgm@gnu.org>
6050
6051         * gnus-art.el (help-xref-stack-item): Define for compiler.
6052
6053 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6054
6055         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6056
6057 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6058
6059         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6060
6061 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6062
6063         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6064         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6065
6066 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6067
6068         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6069         (gnus-overlays-in): New alias to overlays-in.
6070
6071         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6072         gnus-overlay-get, and gnus-delete-overlay.
6073         (gnus-summary-show-thread): Make it work as well for systems in which
6074         next-single-char-property-change is not available.
6075         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6076
6077         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6078         (gnus-overlay-get): New alias to extent-property.
6079         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6080
6081         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6082         SXEmacs.
6083
6084         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6085         SXEmacs.
6086
6087 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6088
6089         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6090
6091 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6092
6093         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6094         and XEmacs that don't have `remove-overlays'.
6095
6096 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6097
6098         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6099         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6100         selective display.  Use overlays instead.
6101
6102 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6103
6104         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6105
6106 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6107
6108         * spam-stat.el (spam-stat-load): Fix typo in message.
6109
6110 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6111
6112         * dig.el (dig-invoke): Fix typo in docstring.
6113         (query-dig): Reflow docstring.
6114
6115 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6116
6117         * gnus-art.el (gnus-article-encrypt-body):
6118         * message.el (message-check-recipients):
6119         * mm-util.el (mm-codepage-setup):
6120         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6121         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6122
6123 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6124
6125         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6126         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6127         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6128         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6129         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6130
6131 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6132
6133         * dig.el: Add "Keywords: comm", as per net-utils.el.
6134
6135 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6136
6137         * dig.el (dig-mode): Use define-derived-mode.
6138
6139 2009-09-19  Glenn Morris  <rgm@gnu.org>
6140
6141         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6142
6143 2009-09-18  Glenn Morris  <rgm@gnu.org>
6144
6145         * gnus-diary.el (gnus-diary-check-message):
6146         * message.el (message-insert-formatted-citation-line):
6147         * nnbabyl.el (top-level):
6148         * nndiary.el (nndiary-schedule):
6149         Fix typos in condition-case handlers.
6150
6151 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6152
6153         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6154         configuration that provides the sole article window in a frame;
6155         position point correctly after deleting a part.
6156
6157 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6158
6159         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6160         (spam-resolve-registrations-routine): Use it to unregister articles
6161         that change status.
6162
6163 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6164
6165         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6166         with XEmacs.
6167         (parse-time-string-chars): Use it.
6168
6169 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6170
6171         * imap.el (imap-interactive-login): Better messages.
6172         (imap-open): Fix bug with renamed buffer on reconnect.
6173         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6174         for easier debugging and cleaner code.  On successful (guessed based on
6175         server capabilities) secondary authentication, set imap-state
6176         correctly.
6177         (imap-last-authenticator): Define imap-last-authenticator as a variable
6178         to avoid warnings.
6179
6180 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6181
6182         * nnrss.el (nnrss-request-article): Remove binding of
6183         default-enable-multibyte-characters that has gotten needless by
6184         the 2007-07-13 change in rfc2047-encode-message-header.
6185
6186         * mml.el (mml-insert-multipart): Error on the message header.
6187         (mml-insert-part): Error on the message header; position point at
6188         the end of a MIME tag.
6189
6190 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6191
6192         * time-date.el (autoload): Expand define-obsolete-function-alias into
6193         defalias and make-obsolete for old Emacsen that Gnus supports.
6194         (with-no-warnings): Define it for old Emacsen.
6195         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6196         is available.
6197         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6198         float-time is available; suppress compile warning for time-to-seconds.
6199
6200         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6201         (gnus-float-time): Alias to float-time if it exists.
6202
6203         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6204         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6205         float-time is available; suppress compile warning for time-to-seconds.
6206
6207         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6208         XEmacs.
6209
6210 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6211
6212         * imap.el (imap-message-map): Docstring fix.
6213
6214 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6215
6216         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6217         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6218         Add the optional argument `encoding' that overrides the default.
6219
6220         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6221         mm-encode-buffer.
6222
6223 2009-09-04  Glenn Morris  <rgm@gnu.org>
6224
6225         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6226         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6227         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6228         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6229         * mm-util.el (mm-with-unibyte-current-buffer)
6230         (mm-find-buffer-file-coding-system):
6231         * yenc.el (yenc-decode-region): Use default-value rather than
6232         default-enable-multibyte-characters.
6233
6234 2009-09-03  Glenn Morris  <rgm@gnu.org>
6235
6236         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6237         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6238         than default-enable-multibyte-characters.
6239
6240 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6241
6242         * gnus-art.el (gnus-article-read-summary-keys):
6243         Fix gnus-buffer-configuration's value temporarily used.
6244
6245 2009-09-02  Glenn Morris  <rgm@gnu.org>
6246
6247         * gnus-util.el (gnus-float-time): New function.
6248         * gnus-delay.el (gnus-delay-article):
6249         * gnus-sum.el (gnus-thread-latest-date):
6250         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6251         * nnspool.el (nnspool-request-newgroups):
6252         Use gnus-float-time rather than time-to-seconds.
6253         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6254
6255         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6256         (gnus-header-subject-face, gnus-header-newsgroups-face)
6257         (gnus-header-name-face, gnus-header-content-face):
6258         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6259         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6260         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6261         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6262         (gnus-cite-face-11):
6263         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6264         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6265         (gnus-server-closed-face, gnus-server-denied-face)
6266         (gnus-server-offline-face):
6267         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6268         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6269         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6270         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6271         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6272         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6273         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6274         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6275         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6276         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6277         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6278         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6279         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6280         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6281         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6282         (gnus-summary-high-undownloaded-face)
6283         (gnus-summary-low-undownloaded-face)
6284         (gnus-summary-normal-undownloaded-face)
6285         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6286         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6287         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6288         (gnus-splash-face):
6289         * message.el (message-header-to-face, message-header-cc-face)
6290         (message-header-subject-face, message-header-newsgroups-face)
6291         (message-header-other-face, message-header-name-face)
6292         (message-header-xheader-face, message-separator-face)
6293         (message-cited-text-face, message-mml-face):
6294         * sieve-mode.el (sieve-control-commands-face)
6295         (sieve-action-commands-face, sieve-test-commands-face)
6296         (sieve-tagged-arguments-face):
6297         * spam.el (spam-face):
6298         Mark face aliases with "-face" in the name as obsolete.
6299
6300 2009-09-01  Glenn Morris  <rgm@gnu.org>
6301
6302         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6303         than goto-line.
6304
6305 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6306
6307         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6308         Don't move point if the command is invoked inside the message header.
6309
6310 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6311
6312         * imap.el (imap-send-command): Simplify.
6313         (imap-wait-for-tag): point-max -> buffer-size.
6314
6315 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6316
6317         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6318         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6319         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6320         * nnir.el (nnir-swish-e-index-file):
6321         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6322         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6323         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6324         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6325         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6326         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6327
6328 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6329
6330         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6331         Don't save excursion.
6332
6333 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6334
6335         * nnheader.el (nnheader-find-file-noselect):
6336         * mm-util.el (mm-insert-file-contents):
6337         Use (default-value 'major-mode) instead of default-major-mode.
6338
6339 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6340
6341         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6342
6343 2009-08-26  Glenn Morris  <rgm@gnu.org>
6344
6345         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6346         than placing in files.el.
6347
6348 2009-08-25  Glenn Morris  <rgm@gnu.org>
6349
6350         * nnir.el (top-level): Don't require cl at run-time.
6351         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6352         Replace cl-function substitute with gnus-replace-in-string.
6353         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6354         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6355         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6356         simplified expansions.
6357
6358 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6359
6360         * dig.el (dig): Add autoload cookie.
6361
6362 2009-08-22  Glenn Morris  <rgm@gnu.org>
6363
6364         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6365         goto-line.
6366
6367 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6368
6369         * parse-time.el (parse-time-string-chars): Save match data.
6370
6371 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6372
6373         * parse-time.el (parse-time-string-chars): Compute using character
6374         classes, to handle non-ascii characters (Bug#3190).
6375
6376 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6377
6378         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6379
6380         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6381         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6382         (gnus-mm-display-part, gnus-mime-display-single)
6383         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6384         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6385
6386         * gnus-sum.el
6387         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6388         (gnus-summary-move-article): Add expirable mark to articles copied or
6389         moved to group that has auto-expire turned on if the option is non-nil.
6390
6391 2009-07-24  Glenn Morris  <rgm@gnu.org>
6392
6393         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6394         Fix typo.  (Bug#3903)
6395
6396 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6397
6398         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6399         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6400         that should not be used for draft articles.
6401         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6402         that has no concern in minor mode keys.
6403         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6404         Abolish.
6405
6406 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6407
6408         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6409         article without making inquiry to a user for unknown encoding.
6410
6411         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6412         (nnmaildir--scan): Assume i-node and device number that file-attributes
6413         returns might be cons-cell.
6414
6415         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6416
6417         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6418
6419 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6420
6421         * auth-source.el: Remove docs now in auth.texi.  Don't use
6422         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6423         `auth-source-hide-passwords' and use them.
6424
6425 2009-07-15  Glenn Morris  <rgm@gnu.org>
6426
6427         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6428
6429 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6430
6431         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6432         excessive whitespace from the default values of title and description.
6433
6434 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6435
6436         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6437         mail-fetch-field to fetch Content-Description header in order to
6438         exclude newlines.
6439
6440 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6441
6442         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6443         format used by GnuPG 2.0.11.
6444
6445 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6446
6447         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6448         to deleted part.
6449
6450 2009-05-30  David Engster  <dengste@eml.cc>
6451
6452         * nnmairix.el: Remove old documentation in the commentary block.
6453         (nnmairix-request-group): Do not update active file for nnml back ends.
6454         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6455         end so that overview files are ignored.
6456         (nnmairix-update-groups): Make updating the groups more robust by using
6457         marks.
6458         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6459         with dollar characters in message-id.
6460
6461 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6462
6463         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6464         2008-12-25 in dns.el.
6465
6466 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6467
6468         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6469         could happen if the text is only composed of spaces and/or tabs.
6470
6471 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6472
6473         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6474         when sending a queued message to avoid extra mml tags.
6475
6476 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6477
6478         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6479
6480 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6481
6482         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6483         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6484         rmail-toggle-header for XEmacs;
6485         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6486
6487 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6488
6489         * gnus-dired.el: Remove autoload for gnus-setup-message.
6490         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6491         displaying Gnus logo; always use compose-mail.
6492
6493 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6494
6495         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6496
6497 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6498
6499         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6500         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6501         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6502         available.
6503         (gnus-nocem-epg-verify): New function.
6504
6505 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6506
6507         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6508
6509 2009-02-15  Glenn Morris  <rgm@gnu.org>
6510
6511         * gnus-util.el (rmail-insert-rmail-file-header)
6512         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6513         autoloads.
6514         (rmail-default-rmail-file): Remove unnecessary declaration.
6515         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6516
6517 2009-02-14  Glenn Morris  <rgm@gnu.org>
6518
6519         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6520         variable (only used in gnus-util, which declares it anyway).
6521         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6522         which was only needed by gnus-art (changed to not use it any more).
6523         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6524         only used in gnus-util, which autoloads it itself.
6525         (rmail-update-summary): Fix autoload.
6526
6527         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6528         rather than rmail-output-to-rmail-file.
6529
6530 2009-02-07  Glenn Morris  <rgm@gnu.org>
6531
6532         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6533         autoload of function that no longer exists.
6534         (rmail-toggle-header): Declare.
6535         (message-forward-rmail-make-body): Handle mbox Rmail.
6536
6537 2009-01-31  Glenn Morris  <rgm@gnu.org>
6538
6539         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6540         2009-01-09 change.
6541
6542 2009-01-31  Dave Love  <fx@gnu.org>
6543
6544         * imap.el (imap-fetch-safe): Bind debug-on-error.
6545         (imap-debug): Add imap-fetch-safe.
6546
6547 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6548
6549         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6550         (auth-source-forget-all-cached): New convenience function.
6551         (auth-source-user-or-password): Accept list of modes or a single mode.
6552
6553         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6554         auth-source modes.
6555
6556         * netrc.el (netrc-machine-user-or-password): Use list of
6557         auth-source modes.
6558
6559         * nnimap.el (nnimap-open-connection): Use list of
6560         auth-source modes.
6561
6562         * nntp.el (nntp-send-authinfo): Use list of
6563         auth-source modes.
6564
6565 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6566
6567         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6568         now.
6569
6570 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6571
6572         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6573         coding system in XEmacs; add a workaround for XEmacs.
6574
6575         * lpath.el: Fbind coding-system-aliasee.
6576
6577 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6578
6579         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6580         of current-language-environment.
6581
6582 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6583
6584         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6585         available at runtime.
6586
6587 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6588
6589         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6590
6591 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6592
6593         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6594         the greatest positive fixnum value doesn't work under an XEmacs with
6595         bignum support; use the most-positive-fixnum constant instead,
6596         available since Emacs 21.1 with cl and XEmacs 21.1.
6597
6598 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6599
6600         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6601         XEmacs gets not to work.
6602
6603 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6604
6605         * mm-util.el (mm-coding-system-priorities): Allow the value like
6606         "Japanese (UTF-8)" of current-language-environment.
6607
6608 2009-01-09  Glenn Morris  <rgm@gnu.org>
6609
6610         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6611         with last-command-event.
6612
6613 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6614
6615         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6616         in the doc string.
6617
6618         * message.el (message-fix-before-sending): Amend comment.
6619
6620 2009-01-08  Dave Love  <fx@gnu.org>
6621
6622         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6623
6624 2009-01-07  David Engster  <dengste@eml.cc>
6625
6626         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6627         simplified server definitions by converting it via
6628         gnus-server-to-method.
6629
6630 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6631
6632         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6633         parameter's operands.
6634
6635 2009-01-06  David Engster  <dengste@eml.cc>
6636
6637         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6638         primary select method (for gnus-group-mark-article-as-read).
6639
6640 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6641
6642         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6643         `(gnus)Face', not `(gnus)X-Face'.
6644
6645 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6646
6647         * mm-util.el (mm-ucs-to-char): New function.
6648
6649         * mm-url.el (mm-url-decode-entities): Use it.
6650
6651         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6652         unicode-to-char.
6653
6654 2009-01-05  Dave Love  <fx@gnu.org>
6655
6656         * time-date.el: Require cl for `declare'.
6657
6658 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6659
6660         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6661         Dave Love.
6662
6663 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6664
6665         * message.el (message-fix-before-sending): Add `eight-bit' to
6666         illegible-text check.
6667
6668 2009-01-03  Michael Olson  <mwolson@gnu.org>
6669
6670         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6671         `headers' is nil.  This can occur if the IMAP server does not have
6672         permissions to read messages from a folder, but can write new messages
6673         to the folder.
6674         (nnimap-request-article-part): Do not insert `data' if it is nil.
6675
6676         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6677         characters which will confuse `read', so skip past them.
6678
6679 2009-01-01  Dave Love  <fx@gnu.org>
6680
6681         * imap.el (imap-string-to-integer): Fix typo.
6682         (imap-fetch-safe): New function.
6683         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6684
6685         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6686
6687         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6688         (imap-parse-greeting): Fix doc strings.
6689         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6690         (imap-parse-flag-list): Make messages unique.
6691         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6692
6693         * nnimap.el: Fix author email.
6694         (nnimap-split-rule): Add FIXME comment.
6695         (nnimap-debug): Fix doc string.
6696
6697 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6698
6699         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6700
6701 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6702
6703         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6704         nslookup if resolv.conf isn't available.
6705         (dns-query): Rename from query-dns.
6706         (dns-query-cached): Rename from query-dns-cached.
6707
6708 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6709
6710         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6711         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6712         to check if those variables exist (first appeared in Emacs 18.50).
6713
6714 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6715
6716         * mm-util.el (mm-line-number-at-pos): New function.
6717
6718         * spam-report.el (spam-report-process-queue): Use it.
6719
6720 2008-12-24  David Engster  <dengste@eml.cc>
6721
6722         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6723         parameters that haven't existed as variables as buffer-local variables.
6724
6725 2008-12-23  Dave Love  <fx@gnu.org>
6726
6727         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6728         cadar.
6729
6730         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6731         imap-starttls-p.
6732         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6733
6734 2008-12-22  Dave Love  <fx@gnu.org>
6735
6736         * imap.el: Fix author email.  Doc fixes.
6737         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6738         reply.
6739
6740 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6741
6742         * spam-report.el (spam-report-gmane-max-requests): New constant.
6743         (spam-report-gmane-wait): New variable.
6744         (spam-report-gmane-ham, spam-report-gmane-spam)
6745         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6746         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6747         the server.
6748
6749         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6750         Add explanations.
6751
6752         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6753         nnheader-accept-process-output and nnheader-read-timeout if available.
6754         (pop3-movemail): Use it.
6755
6756         * message.el (message-check-news-body-syntax): Fix signature check if
6757         there's an attachment.
6758
6759 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6760
6761         * mm-util.el: Add comments to the mm- emulating functions.
6762
6763 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6764
6765         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6766         Reported by Stephen Berman <stephen.berman@gmx.net>.
6767
6768 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6769
6770         * mm-util.el (mm-substring-no-properties): New function.
6771         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6772         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6773         (mm-string-to-multibyte): Doc fix.
6774
6775         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6776
6777 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6778
6779         * mml.el (mml-attach-file): Strip text properties from file name.
6780         (Bug#1574)
6781
6782 2008-12-16  Glenn Morris  <rgm@gnu.org>
6783
6784         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6785
6786 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6787
6788         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6789         knows since the charset specified might be a bogus alias that
6790         mm-charset-synonym-alist provides.
6791
6792 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6793
6794         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6795         "ISO_8859-1".
6796
6797         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6798
6799 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6800
6801         * mm-util.el (mm-charset-eval-alist):
6802         Define it before mm-charset-to-coding-system.
6803         (mm-charset-to-coding-system): Add optional argument `silent';
6804         define it before mm-charset-override-alist.
6805         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6806         default value if it can be used in Emacs currently running;
6807         silence mm-charset-to-coding-system.
6808
6809 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6810
6811         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6812         `allow-override' which says whether to use `mm-charset-override-alist'.
6813         (rfc2047-decode-encoded-words): Use it.
6814
6815         * mm-util.el (mm-charset-override-alist): Fix custom type;
6816         add `(gb2312 . gbk)' to choices.
6817
6818 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6819
6820         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6821         fast.
6822
6823         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6824
6825         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6826
6827 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6828
6829         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6830         on links.
6831
6832         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6833
6834 2008-12-03  Lute Kamstra  <lute@gnu.org>
6835
6836         * sha1.el: Remove leading * from docstrings of defcustoms,
6837         deffaces, defconsts and defuns.
6838
6839 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6840
6841         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6842         users' addresses that don't have domain parts.
6843         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6844         rather than message-narrow-to-head since there will be the message
6845         header separator.
6846
6847 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6848
6849         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6850         since the result is inserted in a unibyte buffer anyway.
6851         (nnimap-demule-use-string-to-multibyte): Remove.
6852         (nnimap-demule): Alias it to mm-string-to-multibyte.
6853
6854 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6855
6856         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6857         variable for debugging bug#464 and bug#1174.
6858         (nnimap-demule): Use it.
6859
6860 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6861
6862         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6863         score calculation correctly.
6864
6865 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6866
6867         * message.el (message-send-mail): Just set the buffer to unibyte
6868         rather than use mm-with-unibyte-current-buffer which does a lot more.
6869         (message-send-mail-partially): Don't bother with
6870         mm-with-unibyte-current-buffer since it's already been made unibyte by
6871         message-send-mail.
6872
6873 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6874
6875         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6876
6877 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6878
6879         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6880
6881 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6882
6883         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6884         require itself and to remove `with-no-warnings'.
6885
6886 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6887
6888         * starttls.el (starttls-any-program-available): Get the name of the
6889         available TLS layer program.
6890         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6891         well as the host name in the "opening" message.
6892
6893         * auth-source.el (auth-source-cache, auth-source-do-cache)
6894         (auth-source-user-or-password): Cache passwords and logins by default,
6895         allow override with `auth-source-do-cache'.
6896         (auth-source-forget-user-or-password): Allow users to remove cache
6897         entries if needed.
6898
6899 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6900
6901         * md4.el (md4-buffer): Fix typo in docstring.
6902         (md4, md4-64): Doc fixes.
6903         (md4-pack-int32): Reflow docstring.
6904
6905 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6906
6907         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6908         condition-case to only the forward-sexp call.
6909
6910 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6911
6912         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6913         quotes contained.  Make it more robust regardless by an extra
6914         condition-case wrapper.
6915
6916 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6917
6918         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6919
6920 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6921
6922         * nnml.el (nnml-request-expire-articles): Check if the function set to
6923         `nnmail-expiry-target' returns the symbol `delete'.
6924
6925         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6926
6927         * nnmail.el (nnmail-expiry-target): Fix custom type.
6928
6929 2008-10-02  Glenn Morris  <rgm@gnu.org>
6930
6931         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6932         Silence compiler warning.
6933
6934 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6935
6936         * tls.el (open-tls-stream): Show the actual command being
6937         executed, instead of the format string.
6938
6939 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6940
6941         * lpath.el: Fbind codepage-setup for Emacs 23.
6942
6943 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6944
6945         * mml.el (mml-menu): Don't assume mml2015 is bound.
6946
6947 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6948
6949         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6950         exists.
6951
6952 2008-09-27  Glenn Morris  <rgm@gnu.org>
6953
6954         * gnus-util.el (mail-header-remove-comments): Autoload it.
6955
6956 2008-09-27  Andreas Schwab  <schwab@suse.de>
6957
6958         * gnus-util.el (gnus-split-references): Strip comments.
6959         (gnus-parent-id): Likewise.
6960
6961 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6962
6963         * message.el (message-confirm-send): Fix version.
6964
6965 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6966
6967         * message.el (message-idna-to-ascii-rhs-1): Use
6968         mail-extract-address-components rather than mail-header-parse-addresses
6969         that is an alias by default to ietf-drums-parse-addresses that does not
6970         support non-ASCII names in headers' contents.
6971
6972 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6973
6974         * message.el (message-confirm-send): Fix variable documentation to
6975         avoid the "y/n" wording.
6976
6977 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6978
6979         * message.el (message-set-auto-save-file-name): Save to a different
6980         filename so multiple messages (especially drafts) can be recovered.
6981
6982 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6983
6984         * message.el (message-confirm-send): Add appropriate version.
6985
6986 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6987
6988         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6989         defvar.
6990
6991 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6992
6993         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6994         (mm-pkcs7-enveloped-magic): Ditto.
6995
6996 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6997
6998         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6999         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7000
7001 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7002
7003         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7004         default, it's better.
7005
7006 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7007
7008         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7009         summary line gnus-number property and ignore them (with a warning
7010         message).
7011
7012 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7013
7014         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7015         macro caddr in the interactive form since it won't be expanded.
7016
7017 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7018
7019         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7020         `charset'; fix name of function called recursively.
7021         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7022
7023 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7024
7025         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7026         (gnus-mime-set-charset-parameters): New function.
7027         (gnus-mime-view-part-as-charset): Use it to correctly display part
7028         specifying wrong charset.
7029
7030 2008-09-08  David Engster  <dengste@eml.cc>
7031
7032         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7033         in completing-read for back end server.
7034
7035 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7036
7037         * message.el (message-confirm-send): New variable to confirm sending a
7038         message.
7039         (message-send): Use it.
7040
7041 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7042
7043         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7044
7045 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7046
7047         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7048
7049 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7050
7051         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7052         prevent tracking too many groups.
7053         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7054         Use it.
7055
7056 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7057
7058         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7059         moving point to the bottom of the window in order to avoid recentering.
7060
7061 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7062
7063         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7064
7065         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7066         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7067         (gnus-article-beginning-of-window): Fix calculation.
7068
7069 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7070
7071         * gnus-msg.el (gnus-summary-supersede-article)
7072         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7073         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7074         message header.
7075
7076 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7077
7078         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7079         pending output coming after the status change.
7080
7081 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7082
7083         * message.el:
7084         * gnus-start.el:
7085         * gnus-registry.el: Remove VMS support.
7086
7087 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7088
7089         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7090         macro.
7091         (rfc2104-hash): Use it.
7092
7093 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7094
7095         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7096         (gnus-summary-sort-by-most-recent-date): New commands.
7097         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7098         and menu entries.
7099
7100 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7101
7102         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7103         don't redisplay article for raw contents; remove plural articles stuff.
7104
7105         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7106         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7107         on gnus-summary-save-article; display results properly.
7108
7109 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7110
7111         * lpath.el: No need to fbind ns-focus-frame.
7112
7113 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7114
7115         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7116
7117 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7118
7119         * gnus-art.el (gnus-summary-save-in-pipe):
7120         Consider gnus-save-all-headers.
7121
7122 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7123
7124         * gnus-util.el (ns-focus-frame): Remove declaration.
7125         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7126         like x.
7127
7128 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7129
7130         * rfc2104.el (rfc2104-zero): Delete defconst.
7131         (rfc2104-hex-alist): Likewise.
7132         (rfc2104-hex-to-int): Delete func.
7133         (rfc2104-hexstring-to-bitstring): Likewise.
7134         (rfc2104-nybbles): New defconst.
7135         (rfc2104-hash): Rewrite for speed.
7136
7137 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7138
7139         * tls.el (open-tls-stream): Make it work with the 2nd argument
7140         BUFFER that is a string but does not exist as a buffer object, as
7141         mentioned in the doc-string.
7142
7143 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7144
7145         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7146         SXEmacs.
7147
7148 2008-07-16  Glenn Morris  <rgm@gnu.org>
7149
7150         * gnus-util.el (ns-focus-frame): Declare for compiler.
7151
7152 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7153
7154         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7155         set as a group parameter.
7156         (gnus-summary-save-in-pipe): Work when it is called independently.
7157         (gnus-summary-pipe-to-muttprint): Don't modify
7158         gnus-summary-pipe-output-default-command.
7159
7160 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7161
7162         * message.el (message-send-mail-with-sendmail):
7163         Display the error message.
7164
7165 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7166
7167         * gnus-art.el (gnus-default-article-saver):
7168         Add gnus-summary-save-in-pipe to choices.
7169         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7170         gnus-summary-pipe-output-default-command as the default command.
7171         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7172         instead of gnus-last-shell-command.
7173
7174         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7175         New user option.
7176         (gnus-summary-muttprint-program): Mention the value will be changed.
7177         (gnus-summary-save-article): Force showing of all headers.
7178         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7179
7180 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7181
7182         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7183
7184 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7185
7186         * nnimap.el (nnimap-id):
7187         * sieve-manage.el (sieve-manage-open): Doc fixes.
7188
7189 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7190
7191         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7192         if available.
7193
7194 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7195
7196         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7197
7198         * nnkiboze.el (nnkiboze-generate-group):
7199         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7200
7201         * nnmairix.el: Require CL.
7202
7203 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7204
7205         * dgnushack.el: Autoload get-display-table and put-display-table for
7206         XEmacs 21.5.
7207
7208         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7209         21.4 and SXEmacs.
7210
7211 2008-06-15  David Engster  <dengste@eml.cc>
7212
7213         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7214
7215 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7216
7217         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7218         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7219         runtime choice under XEmacs.
7220
7221         * gnus-sum.el (gnus-summary-set-display-table):
7222         Use `gnus-put-display-table', `gnus-get-display-table',
7223         `gnus-set-display-table' for the display table, instead of `aset'.
7224
7225         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7226         Use `gnus-put-display-table', `gnus-get-display-table',
7227         `gnus-set-display-table' for the display table.
7228
7229 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7230
7231         * nnmairix.el: Add autoloads.
7232
7233 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7234
7235         * nnmairix.el (nnmairix-delete-recreate-group)
7236         (nnmairix-update-and-clear-marks): Fix error messages.
7237
7238 2008-06-14  David Engster  <dengste@eml.cc>
7239
7240         * nnmairix.el: Upgrade to version 0.6.
7241         (nnmairix-group-toggle-propmarks-this-group)
7242         (nnmairix-group-toggle-readmarks-this-group)
7243         (nnmairix-group-delete-recreate-this-group)
7244         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7245         (nnmairix-remove-tick-mark-original-article): New commands.
7246         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7247         (nnmairix-propagate-marks-to-nnmairix-groups)
7248         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7249         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7250         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7251         functions needed for marks propagation and manipulation of read marks.
7252         (nnmairix-update-groups): New function.
7253         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7254         (nnmairix-determine-original-group-from-registry)
7255         (nnmairix-determine-original-group-from-path)
7256         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7257         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7258         New helper functions.
7259         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7260         keystrokes for new commands.
7261         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7262         (nnmairix-request-group): Check allow-fast group parameter.
7263         (nnmairix-request-create-group): Set allow-fast group parameter if
7264         nnmairix-allowfast-default is set.
7265         (nnmairix-close-group): Propagate marks upon closing if needed.
7266         (nnmairix-group-toggle-threads-this-group): Use new.
7267         nnmairix-group-toggle-parameter helper function.
7268         (nnmairix-search): Better check for empty search result.
7269         (nnmairix-goto-original-article): Use new helper functions for
7270         determining original article.
7271         (nnmairix-show-original-article): Make sure message-id is in brackets.
7272         (nnmairix-call-mairix-binary): Change variable name.
7273         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7274         helper function.
7275         (nnmairix-widget-toggle-activate): Fix doc string.
7276
7277 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7278
7279         * nnir.el: Require edmacro when compiling with XEmacs.
7280         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7281         available in Emacs 21.
7282
7283 2008-06-11  Glenn Morris  <rgm@gnu.org>
7284
7285         * gnus-util.el (x-focus-frame):
7286         * gnus.el (image-size):
7287         * mm-decode.el (image-size): Declare.
7288
7289         * gnus-picon.el (declare-function): Add compat definition.
7290         (image-size): Declare.
7291
7292         * gnus-group.el (tool-bar-map):
7293         * gnus-sum.el (tool-bar-map): Define for compiler.
7294
7295         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7296
7297         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7298
7299         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7300         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7301         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7302         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7303         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7304         * sieve-manage.el, spam-report.el, spam.el:
7305         Remove unnecessary eval-and-compile of autoloads.
7306
7307 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7308
7309         * auth-source.el: Precise Tramp doc.
7310
7311 2008-06-07  Glenn Morris  <rgm@gnu.org>
7312
7313         * nnmairix.el: Remove unnecessary eval-when-compile.
7314
7315 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7316
7317         * lpath.el: Fbind propertize for XEmacs 21.4.
7318
7319 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7320
7321         * nnir.el: Move here from ../contrib.
7322
7323 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7324
7325         * gnus-util.el (gnus-read-shell-command): New function.
7326         * mm-decode.el (mm-pipe-part):
7327         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7328
7329 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7330
7331         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7332
7333 2008-06-03  Glenn Morris  <rgm@gnu.org>
7334
7335         * pop3.el (nnheader-accept-process-output): Autoload it.
7336
7337 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7338
7339         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7340         are not 2-digit hexadecimal characters that follow `%'s.
7341
7342 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7343
7344         * message.el (message-bogus-recipient-p): Fix type in doc string.
7345         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7346         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7347         Improve custom options.
7348         (message-bogus-recipient-p): Adjust accordingly.
7349
7350 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7351
7352         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7353         long-form month and day names.
7354
7355 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7356
7357         * dgnushack.el: Autoload debug, eudc-expand-inline and
7358         pgg-snarf-keys-region for XEmacs.
7359
7360         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7361
7362         * nnmairix.el: Require edmacro when compiling with XEmacs.
7363
7364 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7365
7366         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7367         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7368
7369 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7370
7371         * auth-source.el: Add more docs.
7372
7373         * netrc.el (netrc-machine): Always match if the port is not given.
7374
7375 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7376
7377         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7378         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7379         retrieval faster in some cases, but might make CPU usage larger.
7380         If this has any bad side effects, we might revert this change.
7381
7382         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7383         seems to make mail retrieval much, much faster.
7384         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7385         unconditionally.
7386
7387         * gnus-draft.el (gnus-group-send-queue):
7388         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7389
7390 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7391
7392         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7393
7394         * message.el (message-bogus-address-regexp): Fix and improve custom
7395         type.
7396         (message-setup-hook): Add message-check-recipients as custom option.
7397
7398 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7399
7400         * message.el (message-cite-function): Remove bogus autoload which crept
7401         in during merge from v5-10.
7402
7403 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7404
7405         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7406
7407         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7408
7409         * auth-source.el: Preliminary Tramp docs.
7410         (auth-sources): Change the default auth-sources to use
7411         EPA .gpg files.
7412
7413 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7414
7415         * nntp.el: Autoload `auth-source-user-or-password'.
7416         (nntp-send-authinfo): Use it.
7417
7418         * nnimap.el: Autoload `auth-source-user-or-password'.
7419         (nnimap-open-connection): Use it.
7420
7421         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7422         for the gnus-message function.
7423         (auth-source-user-or-password): Use it.
7424
7425 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7426
7427         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7428         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7429         (rfc2104-hash): Use it.
7430
7431 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7432
7433         * gnus-art.el (gnus-article-toggle-truncate-lines):
7434         Don't use `iff' in docstring.
7435
7436 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7437
7438         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7439
7440         * gnus-util.el (gnus-extract-address-component-name)
7441         (gnus-extract-address-component-email): Convenience functions around
7442         `gnus-extract-address-components'.
7443
7444         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7445         Use `gnus-extract-address-component-email' to fix bug of comparing full
7446         sender name to `user-mail-address'.
7447
7448 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7449
7450         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7451         catch/throw to optimize.
7452         (gnus-registry-find-keywords): Just use member to find a keyword.
7453
7454 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7455
7456         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7457         is current before calling gnus-server-prepare.
7458         (gnus-server-setup-buffer, gnus-server-update-server)
7459         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7460
7461 2008-05-04  Juri Linkov  <juri@jurta.org>
7462
7463         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7464         (mailcap-file-default-commands): Use mailcap-replace-in-string
7465         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7466         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7467
7468 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7469
7470         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7471
7472 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7473
7474         * gnus.el: Bump version to 0.11.
7475
7476 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7477
7478         * gnus.el: No Gnus v0.10 is released.
7479
7480 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7481
7482         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7483         hooks.
7484         (gnus-update-read-articles): Speed up non-marks-using users.
7485         (gnus-use-marks): Define gnus-use-marks.
7486         (gnus-propagate-marks): Rename variable to something more sensible.
7487
7488 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7489
7490         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7491         (gmm-image-load-path-for-library): Fix typos in docstrings.
7492         (gmm-message): Reflow docstring.
7493
7494 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7495
7496         * mail-source.el (mail-source-set-1, mail-source-bind):
7497         Move auth-source code out of the macro to clean it up and fix bugs.
7498
7499 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7500
7501         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7502         by sender if it's equal to user-mail-address, it's likely to be
7503         useless.
7504
7505         * mail-source.el (mail-source-bind): Don't use user or password if they
7506         are not bound.  Unintern them if they are nil.  Don't use server unless
7507         it's bound, and default it to empty string otherwise.
7508
7509 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7510
7511         * mail-source.el: Load auth-source.el.
7512         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7513         get user name or password, if auth-sources is set up.
7514
7515         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7516         strategy of splitting with parent.
7517         (gnus-registry-split-fancy-with-parent)
7518         (gnus-registry-post-process-groups): Use it and fix prior
7519         bug (returning a list as the split result).
7520
7521         * auth-source.el (auth-sources): Remove server parameter.
7522         (auth-source-pick, auth-source-user-or-password)
7523         (auth-source-user-or-password-imap)
7524         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7525         (auth-source-user-or-password-sftp)
7526         (auth-source-user-or-password-smtp): Remove server parameter.
7527
7528 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7529
7530         * smime.el (smime-sign-region, smime-encrypt-region)
7531         (smime-decrypt-region):
7532         Remove redundant calls to `generate-new-buffer-name'.
7533
7534 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7535
7536         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7537         Don't use QP for message/rfc822.
7538         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7539
7540 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7541
7542         * sieve-manage.el (sieve-string-bytes): Remove.
7543         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7544         correct byte-length only if the process's coding-system is the same as
7545         the one used internally by Emacs to represent strings.
7546
7547 2008-04-22  Juri Linkov  <juri@jurta.org>
7548
7549         * mailcap.el (mailcap-file-default-commands): New function.
7550
7551 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7552
7553         * message.el (message-signature-separator, message-cite-function):
7554         Change custom version.
7555
7556 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7557
7558         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7559         commands.
7560         (tls-checktrust): Ditto.
7561
7562 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7563
7564         * mm-decode.el (mm-display-external): Make temp file read-only.
7565
7566 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7567
7568         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7569         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7570         `C-c C-f d'.
7571
7572 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7573
7574         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7575
7576 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7577
7578         * gnus.el: Bump version to 0.9.
7579
7580 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7581
7582         * gnus.el: No Gnus v0.8 is released.
7583
7584 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7585
7586         * mail-source.el (mail-source-value):
7587         Prefer fboundp to functionp so it works with macros as well.
7588
7589 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7590
7591         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7592         Fix last change in case the element is not even a symbol.
7593
7594 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7595
7596         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7597         Prefer fboundp to functionp so it works with macros as well.
7598
7599 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7600
7601         * auth-source.el: Add docs.
7602         (auth-sources): Modify format to support server.
7603         (auth-source-pick, auth-source-user-or-password)
7604         (auth-source-user-or-password-imap)
7605         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7606         (auth-source-user-or-password-sftp)
7607         (auth-source-user-or-password-smtp): Add server parameter.
7608
7609 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7610
7611         * gnus-registry.el: Initialize the registry when gnus-registry-install
7612         is t.
7613
7614 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7615
7616         * compface.el (uncompface): Make buffer unibyte.
7617
7618 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7619
7620         * mail-source.el (mail-source-value):
7621         Prefer fboundp to functionp so it works with macros as well.
7622
7623 2008-04-05  Glenn Morris  <rgm@gnu.org>
7624
7625         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7626
7627 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7628
7629         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7630         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7631
7632         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7633         multibyteness after rather than before erasing it.
7634
7635         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7636         mm-with-multibyte.
7637         (gnus-request-article-this-buffer): Make sure the proper decoding is
7638         used if gnus-original-article-buffer happens to be unibyte.
7639
7640         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7641         default-enable-multibyte-characters.
7642
7643         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7644         default-enable-multibyte-characters.
7645
7646         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7647
7648         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7649
7650 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7651
7652         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7653         Fix last change in case the element is not even a symbol.
7654
7655 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7656
7657         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7658         (imap-message-copyuid-1): Use it.
7659         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7660         J. Williams in
7661         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7662
7663         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7664         imap-enable-exchange-bug-workaround.
7665         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7666
7667 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7668
7669         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7670         a 100 byte status-checks into a 2-3MB transfer for each group.
7671         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7672         to enable bug workaround or not.
7673         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7674
7675 2008-03-31  Glenn Morris  <rgm@gnu.org>
7676
7677         * message.el (mml2015-use): Declare for compiler.
7678         (message-info): Require mml2015 when appropriate.
7679
7680 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7681
7682         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7683         whitespace.
7684
7685 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7686
7687         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7688         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7689         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7690         (nntp-service-to-port): New function.
7691         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7692         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7693         (nntp-open-netcat-stream): New function.
7694         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7695
7696 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7697
7698         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7699
7700 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7701
7702         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7703
7704 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7705
7706         * dns.el (dns-write): Use set-buffer-multibyte.
7707
7708 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7709
7710         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7711
7712 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7713
7714         * message.el (message-signature-separator): Change default.
7715         Improve custom type.
7716         (message-cite-function): Change default to
7717         message-cite-original-without-signature.
7718
7719         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7720         toggle.
7721
7722         * message.el (message-check-news-body-syntax): Fix signature check.
7723         (message-setup-1): Mark buffer as unmodified _after_ running
7724         message-setup-hook and handling message-alternative-emails.
7725         (message-shorten-references): Be more strict when building list of
7726         valid references to comply with GNKSA.
7727
7728         * gnus-group.el (gnus-read-ephemeral-bug-group)
7729         (gnus-read-ephemeral-debian-bug-group)
7730         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7731
7732         * message.el (message-info): Don't use booleanp which isn't supported
7733         in Emacs 21 and XEmacs.
7734
7735 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7736
7737         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7738         gnus-group-gmane-group-download-format.
7739         (gnus-group-read-ephemeral-gmane-group): Rename from
7740         gnus-group-read-ephemeral-gmane-group.
7741         (gnus-read-ephemeral-gmane-group-url): Rename from
7742         gnus-group-read-ephemeral-gmane-group-url.
7743         (gnus-bug-group-download-format-alist): New variable.
7744         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7745         (gnus-read-ephemeral-emacs-bug-group): New commands.
7746
7747 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7748
7749         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7750         (gnus-visible-headers): Improve custom type.
7751
7752 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7753
7754         * mml.el (mml-menu): Add workarounds for XEmacs.
7755
7756         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7757         X-Boundary header.
7758
7759         * message.el (message-simplify-recipients): Fix previous commit.
7760
7761 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7762
7763         * mm-util.el (mm-set-buffer-multibyte): New function.
7764         * mm-decode.el (mm-copy-to-buffer): Use it.
7765
7766         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7767         Prefer fboundp to functionp so it works with macros as well.
7768
7769 2008-03-19  Glenn Morris  <rgm@gnu.org>
7770
7771         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7772         Accidentally removed in the sync process with Emacs.
7773
7774 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7775
7776         * message.el (message-alter-recipients-discard-bogus-full-name):
7777         New function.
7778         (message-alter-recipients-function): New variable.
7779         (message-get-reply-headers): Use it.
7780         (message-replace-header): New helper function.
7781         (message-recipients-without-full-name): New variable.
7782         (message-simplify-recipients): New command.
7783
7784         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7785
7786         * message.el (message-info): Handle EasyPG manual.
7787
7788         * mml.el (mml-menu): Add entry for EasyPG.
7789
7790 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7791
7792         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7793         parameter.
7794
7795         * message.el (message-disassociate-draft): Specify drafts group name
7796         fully.
7797
7798 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7799
7800         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7801         Eliminate unnecessary duplicates from the match list.
7802
7803 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7804
7805         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7806
7807         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7808
7809         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7810         args of `how-many' of which the XEmacs version doesn't take; declare
7811         Info-index-next as function.
7812
7813 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7814
7815         * gnus-score.el (gnus-score-headers): Fix handling of
7816         gnus-inhibit-slow-scoring.
7817
7818         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7819         string.
7820         (gnus-button-url-regexp): Improve handling of parenthesis.
7821         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7822         (gnus-button-handle-info-keystrokes): Handle index entries.
7823
7824 2008-03-15  Glenn Morris  <rgm@gnu.org>
7825
7826         * parse-time.el (parse-time-string): Simplify.
7827
7828 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7829
7830         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7831         Incoming* files.
7832
7833 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7834
7835         * auth-source.el (auth-sources): Rename from auth-source-choices.
7836         (auth-source-pick): Use it.
7837
7838 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7839
7840         * binhex.el (binhex-decode-region-internal):
7841         * uudecode.el (uudecode-decode-region-internal):
7842         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7843         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7844         setting default-enable-multibyte-characters.
7845
7846 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7847
7848         * auth-source.el (auth-source-protocols)
7849         (auth-source-protocols-customize, auth-source-choices): Add and
7850         modified variable customizations and defaults.
7851         (auth-source-pick, auth-source-user-or-password)
7852         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7853         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7854         (auth-source-user-or-password-sftp)
7855         (auth-source-user-or-password-smtp): Use new variables and provide an
7856         interface to netrc.el.
7857
7858 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7859
7860         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7861         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7862         Make sure the nntp port to specify is a string.
7863
7864 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7865
7866         * nntp.el: Use with-current-buffer.
7867         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7868         dubious mm-with-unibyte-current-buffer.
7869         (nntp-with-open-group-function): New function extracted from
7870         nntp-with-open-group macro.
7871         (nntp-with-open-group): Use the function, so it's easier to debug.
7872         Add indentation and debugging info.
7873         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7874         Recommend the use of the netcat alternatives.
7875
7876         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7877         Avoid mm-string-as-multibyte as well.
7878
7879         * nnweb.el (nnweb-insert-html):
7880         Remove use of nnheader-string-as-multibyte.
7881
7882         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7883         (nnheader-string-as-multibyte): Remove.
7884
7885         * mm-view.el: Use inhibit-read-only.
7886         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7887         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7888         or unibyte-string.
7889
7890         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7891         (mm-uu-yenc-extract): Use with-current-buffer.
7892
7893         * gnus-soup.el (gnus-soup-send-packet): Don't use
7894         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7895
7896         * nnmh.el: Use with-current-buffer.
7897         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7898         mm-string-as-multibyte on the output of mm-encode-coding-string.
7899
7900         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7901         (nnimap-request-move-article): Use with-current-buffer.
7902
7903         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7904         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7905         conversion uses string-make-unibyte rather than string-as-unibyte.
7906
7907         * gnus-msg.el: Use with-current-buffer.
7908
7909         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7910
7911 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7912
7913         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7914         string for caching if it is 'PIN.
7915
7916 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7917
7918         * lpath.el: Consider the case without Emacs/W3.
7919
7920 2008-03-08  Glenn Morris  <rgm@gnu.org>
7921
7922         * time-date.el (date-to-time, time-subtract, time-add)
7923         (safe-date-to-time): Doc fixes.
7924
7925 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7926
7927         * mail-source.el (mail-source-delete-old-incoming-confirm):
7928         Change default to nil.
7929         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7930
7931 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7932
7933         * lpath.el: Rearrange.
7934
7935         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7936         (gnus-article-goto-prev-page): Work for articles having ^L's.
7937
7938         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7939
7940         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7941
7942 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7943
7944         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7945         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7946         (gnus-bookmark-jump): Adjust some variable names.
7947
7948 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7949
7950         * auth-source.el: New package.
7951         (auth-source-choices): Add customization entry point variable.
7952
7953         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7954         bug.
7955
7956 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7957
7958         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7959         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7960         (gnus-registry-install-shortcuts): Rename from
7961         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7962         the `gnus-registry-mark-map' keymap dynamically from
7963         `gnus-registry-marks'.  The generated functions update the summary line
7964         when a registry mark is added or deleted, and will call
7965         `gnus-registry-install-p' (see the comments in the code).
7966         (gnus-registry-user-format-function-M): Use concat intelligently.
7967
7968         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7969         the registry mark functions.
7970
7971 2008-03-05  Glenn Morris  <rgm@gnu.org>
7972
7973         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7974         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7975         gnus-art.
7976         (top-level): No need to load own source when compiling.
7977
7978 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7979
7980         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7981         Suggested by <chris.anderton@zetnet.co.uk>.
7982
7983 2008-03-04  Glenn Morris  <rgm@gnu.org>
7984
7985         * gnus-sum.el (top-level): No need to require gnus when compiling,
7986         since unconditionally required near start of file.
7987         (gnus-summary-display-while-building): Move definition before use.
7988
7989 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7990
7991         * gnus-registry.el (gnus-registry-user-format-function-M):
7992         Add formatting function.
7993
7994 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7995
7996         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7997         with plists.
7998         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7999         Use new format.
8000
8001 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8002
8003         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8004         `where-is-internal' that returns a range of key sequences.
8005
8006 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8007
8008         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8009
8010         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8011         (gnus-summary-jump-to-group): Consider windows on other displayed
8012         frames as well.  Similar changes might be needed elsewhere, but that's
8013         the one I've bumped into during my use.
8014
8015         * nndoc.el (nndoc-oe-dbx-type-p):
8016         * gnus-msg.el (gnus-debug):
8017         * gnus-group.el (gnus-update-group-mark-positions):
8018         Use mm-string-to-multibyte.
8019
8020 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8021
8022         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8023         doesn't handle NotDashEscaped.
8024
8025         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8026         (mml-dnd-attach-options): Fix typo in custom choice.
8027
8028         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8029         Change nndoc-article-type to mbox.
8030         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8031
8032         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8033         to nil, instead of html2text.
8034
8035         * imap.el (imap-debug): Add `imap-ping-server'.
8036
8037         * gnus-bookmark.el: Add FIXMEs.
8038
8039         * message.el (message-form-letter-separator)
8040         (message-send-form-letter-delay): New variables.
8041         (message-send-form-letter): Use them.  New command to send form
8042         letters.  Requested by Uwe Siart.
8043         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8044
8045 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8046
8047         * Update copyright years.
8048
8049 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8050
8051         Sync from EMACS_22_BASE.
8052
8053         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8054
8055 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8056
8057         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8058         empty author.
8059
8060 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8061
8062         * gnus-registry.el (gnus-registry-marks): Add variable for
8063         customization of marks and their appearance.
8064         (gnus-registry-read-mark): Use it.
8065         (gnus-registry-do-marks): Add utility function to loop through
8066         `gnus-registry-marks'.
8067         (gnus-registry-install-shortcuts-and-menus): Add function to install
8068         shortcuts and menus.
8069         (gnus-registry-initialize): Use it.
8070         (gnus-registry-default-mark): Clarify documentation.
8071
8072 2008-02-29  Glenn Morris  <rgm@gnu.org>
8073
8074         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8075         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8076         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8077         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8078         Change defcustom :version from 23.0 to 23.1.
8079
8080 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8081
8082         * gnus-registry.el (gnus-registry-follow-group-p)
8083         (gnus-registry-post-process-groups): Add functions to aid registry
8084         splitting and improve logging.  Clarify behavior in function
8085         documentation.
8086         (gnus-registry-split-fancy-with-parent): Use them.
8087
8088 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8089
8090         * gnus-art.el: Use with-current-buffer.
8091
8092 2008-02-27  David Engster  <dengste@eml.cc>
8093
8094         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8095         Express real group name in the response.
8096
8097 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8098
8099         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8100         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8101         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8102         autoload gnus-registry-fetch-group when compiling.
8103         (nnmairix-request-group-with-article-number-correction):
8104         Remove unreferenced argument passed to nnmairix-call-backend.
8105
8106 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8107
8108         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8109         (mm-uu-extract): Improve face for low color ttys.
8110         Reported by Sascha Wilde.
8111
8112 2008-02-27  Glenn Morris  <rgm@gnu.org>
8113
8114         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8115         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8116         variables to defconsts.  Convert comments to doc-strings.
8117         (nnmairix-last-server, nnmairix-current-server): Convert from free
8118         variables to defvars.  Convert comments to doc-strings.
8119         (gnus-registry-fetch-group): Autoload.
8120         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8121         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8122         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8123         caddr.
8124         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8125         nnmairix-request-group-with-article-number-correction call.
8126         (nnmairix-fast, nnmairix-group): New, less general names, for free
8127         variables passed from nnmairix-request-group to
8128         nnmairix-request-group-with-article-number-correction.  Declare.
8129         (nnmairix-request-group-with-article-number-correction):
8130         Use nnmairix-fast, nnmairix-group rather than fast, group.
8131
8132 2008-02-26  David Engster  <dengste@eml.cc>
8133
8134         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8135         version 0.5.
8136
8137 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8138
8139         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8140         instead of making an extra function call.  Don't add the current group
8141         to articles only when they have the group.  Use
8142         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8143         Reported by David <de_bb@arcor.de>.
8144
8145 2008-02-24  Miles Bader  <miles@gnu.org>
8146
8147         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8148         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8149         (mm-find-mime-charset-region):
8150         * mm-bodies.el (mm-encode-body):
8151         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8152
8153 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8154
8155         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8156         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8157
8158 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8159
8160         * mail-source.el (mail-source-delete-incoming): Change default.
8161         Supplement doc string.
8162
8163         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8164
8165 2008-02-14  Glenn Morris  <rgm@gnu.org>
8166
8167         * time-date.el (format-seconds): New function.
8168
8169 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8170
8171         * nnmail.el (nnmail-message-id-cache-file): Derive from
8172         `gnus-home-directory'.
8173
8174 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8175
8176         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8177         Document negative prefix.
8178
8179         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8180
8181 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8182
8183         * message.el (message-unsent-separator): Add the Exim bounce
8184         separator.
8185
8186 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8187
8188         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8189         list.
8190         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8191         recipient/signer list.
8192
8193 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8194
8195         * Makefile.in (datarootdir): Define.
8196         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8197         name that might contain whitespace.
8198
8199 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8200
8201         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8202         fbound (Emacs 23 unicode), signal an error.
8203
8204 2008-02-08  Glenn Morris  <rgm@gnu.org>
8205
8206         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8207
8208 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8209
8210         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8211         ports to the calls to `netrc-machine-user-or-password' in addition to
8212         "imap" and "imaps".
8213
8214 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8215
8216         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8217
8218         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8219
8220 2008-02-01  Kenichi Handa  <handa@m17n.org>
8221
8222         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8223         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8224         (rfc2104-hash): Convert the result of concat to unibyte string.
8225
8226 2008-02-01  Dave Love  <fx@gnu.org>
8227
8228         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8229         coding-system-for-read.
8230         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8231
8232 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8233
8234         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8235         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8236         <hanche@math.ntnu.no>.
8237
8238 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8239
8240         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8241
8242         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8243
8244 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8245
8246         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8247         * message.el (message-beginning-of-line): Use featurep instead of bound
8248         tests in order to resolve conditionals at compile time.
8249
8250 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8251
8252         * mail-source.el (mail-sources): Add `group' choice.
8253
8254         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8255         parameter `in-group' to control into which group the articles go.
8256         Add treatment of `group' mail-source.
8257
8258 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8259
8260         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8261
8262         * mm-decode.el (mm-dissect-buffer): Decode description.
8263
8264         * mml.el (mml-to-mime): Encode message header first.
8265
8266 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8267
8268         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8269         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8270
8271         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8272         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8273
8274 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8275
8276         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8277
8278 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8279
8280         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8281         prefix keys.
8282         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8283         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8284         gnus-xmas.el.
8285
8286         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8287         (gnus-xmas-article-describe-bindings): New function.
8288         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8289         gnus-xmas-article-describe-bindings.
8290
8291         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8292
8293 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8294
8295         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8296         Add new variables for article mark management.
8297         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8298         list of extra data entries which, when present, will indicate that the
8299         article ID should not be trimmed from the registry.
8300         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8301         functions.
8302         (gnus-registry-read-mark): New function to read a mark name from the
8303         user.
8304         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8305         (gnus-registry-set-article-mark-internal): New functions to add and
8306         remove marks.
8307         (gnus-registry-get-article-marks): New function to show the marks for
8308         an article, or retrieve them for further use.
8309
8310 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8311
8312         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8313         keys when no argument is given.
8314
8315 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8316
8317         * imap.el (imap-ping-server): New variable.
8318         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8319         (imap-ping-server): Minor doc string fixes.
8320
8321 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8322
8323         * imap.el (imap-ping-server): New function.
8324         (imap-opened): Call imap-ping-server.
8325
8326 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8327
8328         * gnus-sum.el (gnus-article-sort-by-random)
8329         (gnus-thread-sort-by-random): Fix doc strings.
8330         Reported by jidanni@jidanni.org.
8331
8332 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8333
8334         * gnus-art.el (gnus-article-describe-bindings): New function.
8335         (gnus-article-read-summary-keys): Use it.
8336         (gnus-article-mode-map): Bind `C-h b' to it.
8337
8338 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8339
8340         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8341         XEmacs.
8342         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8343         Protect against non-character events.
8344
8345         * lpath.el: Fbind map-keymap for Emacs 21.
8346
8347 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8348
8349         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8350         New command.
8351         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8352         instead of END.  Change name of the temp file.
8353         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8354         customizable.
8355
8356 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8357
8358         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8359         bind `S W' to gnus-article-wide-reply-with-original; set default
8360         binding to gnus-article-read-summary-send-keys.
8361         (gnus-article-read-summary-keys): Fix the order of keys; display
8362         continuation keys correctly in the echo area; describe bindings
8363         correctly when keys end with `C-h'.
8364         (gnus-article-read-summary-send-keys): New function.
8365         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8366         Work for gnus-article-read-summary-send-keys; display continuation keys
8367         correctly in the echo area.
8368         (gnus-article-reply-with-original): Ignore prefix argument.
8369         (gnus-article-wide-reply-with-original): New function.
8370
8371         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8372         Emacs 21.
8373
8374 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8375
8376         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8377         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8378
8379 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8380
8381         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8382         (gnus-group-read-ephemeral-gmane-group): New command.
8383
8384 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8385
8386         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8387
8388 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8389
8390         * message.el (message-send-mail-function): Increase custom version.
8391
8392         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8393         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8394
8395 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8396
8397         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8398         for the cases where imap-authenticate is called with a nil buffer
8399         parameter.
8400
8401 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8402
8403         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8404         html parts correctly; support forwarded messages.
8405         (gnus-article-browse-html-article): Remove work buffers.
8406
8407         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8408         compiling.
8409         (netrc-bound-and-true-p): New macro.
8410         (netrc-parse): Use it instead of bound-and-true-p that is not available
8411         in XEmacs 21.4.
8412
8413 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8414
8415         * gnus-registry.el (gnus-registry-mark-article)
8416         (gnus-registry-article-marks): Add functionality to mark articles
8417         through the Gnus registry.
8418
8419         * encrypt.el: Clarify documentation for the new pgg method.
8420         (encrypt-file-alist): Add PGG option.
8421         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8422         functionality.  Abstract password key and messaging to external
8423         functions.
8424         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8425         (encrypt-message-method-and-cipher): Add new convenience external
8426         functions.
8427         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8428         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8429
8430         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8431         (netrc-parse): Use encrypt-file-alist to determine if
8432         encrypt-find-model or encrypt-insert-file-contents should be used.
8433
8434         * encrypt.el: Clarify documentation.  Load password-cache or
8435         password, whichever one is found first, instead of autoloading.
8436
8437 2007-12-19  Glenn Morris  <rgm@gnu.org>
8438
8439         * mml.el (message-options-set, message-narrow-to-head)
8440         (message-in-body-p, message-mail-p, message-encode-message-body):
8441         Autoload.
8442         (message-remove-header, message-narrow-to-headers-or-head)
8443         (message-subscribed-p, message-make-mail-followup-to)
8444         (message-position-on-field, message-news-p)
8445         (message-options-set-recipient, message-generate-headers)
8446         (message-sort-headers): Declare as functions.
8447
8448 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8449
8450         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8451         convention in doc string.
8452
8453 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8454
8455         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8456         title to html parts.
8457         (gnus-article-browse-html-article): Pass message header to it.
8458
8459         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8460
8461 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8462
8463         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8464         or password compatible with XEmacs.
8465
8466 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8467
8468         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8469         format document.
8470         (gnus-mime-delete-part): Don't write description line if empty.
8471         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8472
8473 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8474
8475         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8476         (gnus-summary-mark-read-and-unread-as-read)
8477         (gnus-summary-mark-current-read-and-unread-as-read)
8478         (gnus-summary-mark-unread-as-ticked): Doc fix.
8479         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8480
8481 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8482
8483         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8484         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8485
8486 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8487
8488         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8489         yes-or-no-p.
8490
8491 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8492
8493         * mm-decode.el (mm-add-meta-html-tag): New function.
8494         (mm-save-part-to-file, mm-pipe-part): Use it.
8495
8496         * gnus-art.el (gnus-article-browse-delete-temp-files):
8497         Use gnus-y-or-n-p instead of y-or-n-p.
8498         (gnus-article-browse-html-parts): Work with message/external-body; use
8499         mm-add-meta-html-tag.
8500
8501 2007-12-11  Glenn Morris  <rgm@gnu.org>
8502
8503         * gnus-cache.el: Require gnus-sum not just when compiling.
8504
8505         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8506
8507         * gnus-int.el (gnus-server-opened, gnus-status-message):
8508         Move definitions before use.
8509
8510         * mm-decode.el: Require gnus-util.
8511         (mm-remove-part): Only call delete-annotation on XEmacs.
8512
8513         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8514
8515         * nnmail.el: Require gnus-int.
8516
8517         * spam.el: Move `require's before `eval-when-compile's.
8518
8519         * gnus-ems.el (gnus-alive-p):
8520         * gnus-fun.el (message-goto-eoh):
8521         * gnus-util.el (gnus-group-name-decode):
8522         * mail-source.el (gnus-compress-sequence):
8523         * message.el (Info-goto-node, format-spec):
8524         * mm-bodies.el (message-options-get):
8525         * mm-decode.el (mm-view-pkcs7):
8526         * mm-util.el (gmm-write-region):
8527         * mml-smime.el (mml-compute-boundary)
8528         (gnus-completing-read-with-default):
8529         * mml.el (widget-button-press, gnus-make-hashtable):
8530         * mml1991.el (mm-decode-content-transfer-encoding)
8531         (mm-encode-content-transfer-encoding)
8532         (message-options-get, message-options-set):
8533         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8534         * nnfolder.el (gnus-request-group):
8535         * nnheader.el (ietf-drums-unfold-fws):
8536         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8537         * smime.el (gnus-run-mode-hooks):
8538         * spam-stat.el (gnus-message): Autoload.
8539
8540         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8541         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8542         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8543         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8544         Add declare-function compatibility definition.
8545
8546         * gnus-cache.el (nnvirtual-find-group-art):
8547         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8548         (gnus-add-image, gnus-add-wash-type):
8549         * gnus-group.el (nnkiboze-score-file):
8550         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8551         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8552         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8553         (message-tokenize-header, gnus-get-buffer-create)
8554         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8555         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8556         * gnus.el (gnus-group-decoded-name):
8557         * mail-source.el (imap-capability):
8558         * mm-bodies.el (message-options-set):
8559         * mm-decode.el (gnus-configure-windows):
8560         * mm-extern.el (message-goto-body):
8561         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8562         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8563         (epg-sub-key-validity, message-options-set):
8564         * mml.el (widget-event-point, gnus-configure-windows):
8565         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8566         * mml2015.el (epg-check-configuration, epg-configuration)
8567         (message-options-set):
8568         * nndb.el (nndb-request-article):
8569         * nnfolder.el (gnus-request-create-group):
8570         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8571         * nnmaildir.el (gnus-group-mark-article-read):
8572         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8573         * rfc1843.el (message-fetch-field):
8574         * spam.el (gnus-extract-address-components):
8575         Declare as functions.
8576
8577 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8578
8579         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8580
8581         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8582
8583         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8584         bind show-trailing-whitespace for XEmacs.
8585
8586 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8587
8588         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8589         new no-op macro for backward compatibility.
8590
8591         * imap.el (imap-string-to-integer): New function.
8592
8593 2007-12-09  Glenn Morris  <rgm@gnu.org>
8594
8595         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8596
8597         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8598         * message.el, mm-view.el, sieve-manage.el, smime.el:
8599         Add declare-function compatibility definition.
8600
8601         * gnus-art.el (w3-region, w3m-region, Info-menu):
8602         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8603         * gnus-sum.el (gnus-get-predicate):
8604         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8605         * message.el (mail-abbrev-in-expansion-header-p):
8606         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8607         (w3m-detect-meta-charset, w3m-region):
8608         * sieve-manage.el (password-read, password-cache-add)
8609         (password-cache-remove):
8610         * smime.el (password-read-and-add): Declare as functions.
8611
8612 2007-12-08  David Kastrup  <dak@gnu.org>
8613
8614         * gnus-sum.el (gnus-summary-simplify-subject-query):
8615         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8616         `message'.
8617
8618 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8619
8620         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8621         it to bind idna-program, installation-directory, defined-colors, and
8622         face-attribute for XEmacs of the version that compiles defcustom forms.
8623
8624 2007-12-07  Glenn Morris  <rgm@gnu.org>
8625
8626         * gnus-art.el (article-make-date-line): Revert previous change.
8627
8628 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8629
8630         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8631
8632 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8633
8634         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8635         Call gnus-add-to-range ranges only once with a prepared article-list.
8636
8637 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8638
8639         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8640         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8641         group names with backslashes.
8642         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8643
8644 2007-12-06  Deepak Goel  <deego3@gmail.com>
8645
8646         * gnus-art.el (article-make-date-line):
8647         * gnus-start.el (gnus-load):
8648         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8649
8650 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8651
8652         * gnus-art.el (gnus-use-idna)
8653         * gnus-start.el (gnus-site-init-file)
8654         * message.el (message-use-idna)
8655         * mm-uu.el (mm-uu-hide-markers)
8656         * smiley.el (smiley-style): Revert changes that suppress warnings.
8657
8658 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8659
8660         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8661         specify charset to html source.
8662         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8663
8664 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8665
8666         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8667         idna-program in order to suppress byte compile warning issued by XEmacs
8668         that came to byte compile the default value section of defcustom forms
8669         recently.
8670
8671         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8672         value of installation-directory.
8673
8674         * message.el (message-use-idna): Don't directly refer to the value of
8675         idna-program.
8676
8677         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8678
8679         * smiley.el (smiley-style): Don't directly call face-attribute.
8680
8681 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8682
8683         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8684
8685         * gnus-dired.el: Reduce Gnus dependencies.
8686         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8687         Don't require.  Use autoloads instead.
8688         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8689         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8690         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8691         (gnus-dired-mode): Adjust doc string.
8692         (gnus-dired-mail-mode): New variable.
8693         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8694         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8695         (gnus-dired-mail-buffers): New function.  Return mail or message
8696         composition buffers.
8697         (gnus-dired-attach): Use it.
8698         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8699         NO-DECODE.
8700         (gnus-dired-print): Use `gnus-print-buffer' depending on
8701         `gnus-dired-mail-mode'.
8702
8703 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8704
8705         * rfc2047.el (rfc2047-encoded-word-regexp)
8706         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8707         explaining what regexp patterns are for.
8708
8709 2007-12-04  Glenn Morris  <rgm@gnu.org>
8710
8711         * password.el: Move to password-cache.el.
8712
8713         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8714         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8715         * mml-smime.el (password-read, password-cache-add)
8716         (password-cache-remove):
8717         No need to autoload, since mml-sec requires password.
8718
8719         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8720         * message.el (gnus-extract-address-components):
8721         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8722
8723         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8724         password.
8725
8726 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8727
8728         * mailcap.el: Reduce dependencies.
8729         (mail-header-parse-content-type): Autoload.
8730         (mailcap-delete-duplicates): New alias.
8731         (mailcap-mime-info): Add optional argument NO-DECODE.
8732         (mailcap-mime-types): Use mailcap-delete-duplicates.
8733
8734         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8735
8736 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8737
8738         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8739         (imap-parse-status): Upcase status-att for servers that sends them
8740         lower-case (e.g., MS Exchange 2007).
8741
8742 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8743
8744         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8745         function.
8746
8747         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8748         (gnus-uu-yenc-article): New function.
8749
8750         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8751
8752         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8753
8754 2007-12-02  Glenn Morris  <rgm@gnu.org>
8755
8756         * binhex.el (binhex): New custom group.
8757         (binhex-decoder-program, binhex-decoder-switches)
8758         (binhex-use-external): Move to the binhex custom group.
8759
8760         * uudecode.el (uudecode): New custom group.
8761         (uudecode-decoder-program, uudecode-decoder-switches)
8762         (uudecode-use-external): Move to the uudecode custom group.
8763
8764         * netrc.el (top-level): Don't load `encrypt' features.
8765         (netrc-parse): Don't use encrypt.
8766         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8767
8768         * encrypt.el: Remove file.
8769
8770 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8771
8772         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8773         matches on patches.
8774
8775         * gnus-art.el (gnus-article-browse-html-article):
8776         Mention `mm-text-html-renderer' in the doc string.
8777
8778         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8779         string.  Add comments.
8780
8781         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8782         if rhs is ASCII.
8783
8784 2007-12-01  Glenn Morris  <rgm@gnu.org>
8785
8786         * mail-source.el (top-level): Require format-spec before
8787         eval-when-compile.
8788
8789 2007-11-30  Glenn Morris  <rgm@gnu.org>
8790
8791         * encrypt.el: Require password, rather than autoloading password-read.
8792
8793 2007-11-29  Glenn Morris  <rgm@gnu.org>
8794
8795         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8796         (sasl-make-client, sasl-next-step, sasl-step-data)
8797         (sasl-step-set-data): Declare as functions.
8798
8799 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8800
8801         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8802
8803 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8804
8805         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8806         certs should be verified and what is to be done in the event of a
8807         verification failure.
8808
8809         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8810         caller can indicate whether the cache should be disregarded for this
8811         call.  This way the result of the call is reproducible at all times and
8812         can be considered a canonical server name for the supplied method.
8813         (gnus-agent-method-p): Canonicalize server names by pushing their
8814         method through `gnus-method-to-server' using the no-cache argument.
8815
8816         * gnus-srvr.el (gnus-server-insert-server-line):
8817         Call `gnus-method-to-server' with `no-cache' argument.
8818
8819         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8820         gnus-agent-possibly-synchronize-flags as this should be called when the
8821         server is actually being opened.
8822         (gnus-agent-possibly-synchronize-flags)
8823         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8824         flags file of an agentized server to the latter function.
8825
8826         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8827         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8828         after a connection has been established successfully.
8829
8830 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8831
8832         * gnus-art.el (article-display-face): Force to display face if called
8833         interactively; check if gnus-article-x-face-too-ugly matches author.
8834         (article-display-x-face): Display face even if From header is missing
8835         as article-display-face does.
8836
8837 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8838
8839         * hashcash.el (message-narrow-to-headers-or-head)
8840         (message-fetch-field, message-goto-eoh)
8841         (message-narrow-to-headers): Declare as functions.
8842
8843 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8844
8845         * mail-source.el (mail-sources): Default to fetch from file for
8846         compatibility with default of nnmail-spool-file.
8847
8848 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8849
8850         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8851         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8852         to look for encoded word that should be encoded again.
8853         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8854         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8855         encoding pattern.
8856         (rfc2047-decode-region): Switch strict regexp and loose one according
8857         to rfc2047-allow-irregular-q-encoded-words.
8858
8859 2007-11-25  Romain Francoise  <romain@orebokech.com>
8860
8861         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8862
8863 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8864
8865         * tls.el (tls-program): Provide more custom choices from
8866         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8867         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8868
8869 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8870
8871         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8872         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8873
8874         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8875         `nnmail-spool-file'.
8876
8877         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8878         `nnmail-spool-file'.
8879
8880         * gnus-move.el (gnus-change-server): Ditto.
8881
8882         * gnus-kill.el (gnus-batch-score): Ditto.
8883
8884         * gnus-cache.el (gnus-jog-cache): Ditto.
8885
8886         * gnus-msg.el (gnus-summary-reply):
8887         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8888
8889 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8890
8891         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8892         version.  Minor improvement to doc strings.
8893         (tls-program): Add comment.
8894
8895 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8896
8897         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8898         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8899         mismatch between the hostname provided in the certificate and the name
8900         of the host connnecting to.
8901         (open-tls-stream): Use them.  Check certificates against trusted root
8902         certificates.
8903
8904 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8905
8906         * gnus-cache.el (gnus-cache-generate-nov-databases):
8907         Use nnml-generate-nov-databases-directory instead of
8908         nnml-generate-nov-databases-1.
8909
8910 2007-11-24  Glenn Morris  <rgm@gnu.org>
8911
8912         * message.el (message-tool-bar-retro): Update for rename
8913         mail_send.xpm->mail-send.xpm.
8914
8915 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8916
8917         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8918         `smime-ldap-search' for Emacs 22 and up.
8919
8920 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8921
8922         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8923
8924         * message.el (message-send-mail-function): Fix error convention.
8925         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8926         (message-widen-reply, message-send-mail, message-talkative-question)
8927         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8928         (message-clone-locals, message-send-news): Use with-current-buffer.
8929         (message-insert-or-toggle-importance): Remove unused var `valid'.
8930         (message-make-references): Remove unused var `new-references'.
8931         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8932
8933 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8934
8935         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8936         (spam-split-symbolic-return-positive): Reflow docstring.
8937         (spam-backends, spam-summary-exit-behavior)
8938         (spam-mark-ham-unread-before-move-from-spam-group)
8939         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8940         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8941         (spam-clear-cache, spam-backend-check, spam-install-backend)
8942         (spam-install-statistical-backend, spam-list-of-processors)
8943         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8944         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8945         (spam-check-crm114, spam-initialize, spam-unload-hook):
8946         Fix typos in docstrings.
8947
8948 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8949
8950         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8951         been checked if they have never been read and those group levels are
8952         higher than the one that a user specified.
8953
8954 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8955
8956         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8957         foreign groups unless a group level is specified by a user.
8958         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8959
8960 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8961
8962         * message.el (message-send-mail-function): Require sendmail.
8963
8964 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8965
8966         * message.el (message-send-mail-function): Check for smtpmail too.
8967
8968         * utf7.el (utf7-encode, utf7-decode): Use coding system
8969         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8970
8971         * message.el (message-send-mail-function): New function.
8972         (message-send-mail-function): Set default using
8973         message-send-mail-function.  Adjust doc string.
8974         (message-send-mail-with-mailclient): New function.
8975
8976 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8977
8978         * smime.el (from):
8979         * rfc2047.el (message-posting-charset):
8980         * qp.el (mm-use-ultra-safe-encoding):
8981         * pop3.el (parse-time-months):
8982         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8983         * nnml.el (files):
8984         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8985         (jka-compr-compression-info-list, ange-ftp-path-format)
8986         (efs-path-regexp):
8987         * nndiary.el (files):
8988         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8989         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8990         (epg-digest-algorithm-alist, inhibit-redisplay)
8991         (password-cache-expiry):
8992         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8993         (pgg-output-buffer, password-cache-expiry):
8994         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8995         (efs-path-regexp):
8996         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8997         (inhibit-redisplay):
8998         * mm-uu.el (file-name, start-point, end-point, entry)
8999         (gnus-newsgroup-name, gnus-newsgroup-charset):
9000         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9001         (latin-unity-ucs-list):
9002         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9003         (mm-uu-binhex-decode-function):
9004         * message.el (gnus-message-group-art, gnus-list-identifiers)
9005         (rmail-enable-mime-composing, gnus-local-organization)
9006         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9007         (gnus-read-active-file, facemenu-add-face-function)
9008         (facemenu-remove-face-function, gnus-article-decoded-p)
9009         (tool-bar-mode):
9010         * mail-source.el (display-time-mail-function):
9011         * gnus-util.el (nnmail-pathname-coding-system)
9012         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9013         (gnus-original-article-buffer, gnus-user-agent)
9014         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9015         (xemacs-codename, sxemacs-codename, emacs-program-version):
9016         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9017         * gnus-start.el (gnus-agent-covered-methods)
9018         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9019         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9020         (gnus-newsgroup-headers, gnus-group-list-mode)
9021         (gnus-group-mark-positions, gnus-newsgroup-data)
9022         (gnus-newsgroup-unreads, nnoo-state-alist)
9023         (gnus-current-select-method, mail-sources)
9024         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9025         (nnmail-spool-file, gnus-cache-active-hashtb):
9026         * gnus-mh.el (mh-lib-progs):
9027         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9028         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9029         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9030         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9031         (gnus-group-buffer):
9032         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9033         (font-lock-set-defaults):
9034         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9035         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9036         (gnus-summary-post-menu, total-parts, type, condition, length):
9037         * gnus-agent.el (gnus-agent-read-agentview):
9038         * flow-fill.el (show-trailing-whitespace):
9039         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9040         eval-and-compile wrappers for byte compiler pacifiers.
9041
9042         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9043         (mm-display-inline-fontify): Check for featurep 'xemacs not
9044         extent-list.
9045
9046         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9047         itimer-list.
9048         (mm-create-image-xemacs): Only do something for XEmacs.
9049         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9050
9051         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9052
9053         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9054         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9055
9056 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9057
9058         * nnimap.el (nnimap-split-download-body):
9059         * gnus-demon.el (gnus-demon):
9060         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9061
9062 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9063
9064         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9065         New macros.
9066         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9067         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9068         copy data from unibyte buffer to multibyte current buffer.
9069         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9070         to copy data from unibyte current buffer to multibyte buffer.
9071         (nntp-make-process-buffer): Make process buffer unibyte.
9072
9073         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9074
9075 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9076
9077         * pop3.el (pop3-open-server): Accept and process data more robustly at
9078         connexion start to avoid spurious "POP SSL connexion failed" errors.
9079
9080 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9081
9082         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9083         read group names.
9084
9085 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9086
9087         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9088
9089 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9090
9091         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9092         (nnmail-save-active): Use a unibyte buffer when saving active file,
9093         which may contain non-ASCII group names.
9094
9095         * nnml.el (nnml-request-group): Decode group names in messages.
9096
9097 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9098
9099         * message.el (message-citation-line-function)
9100         (message-insert-formatted-citation-line): Fix spelling of
9101         `message-insert-formated-citation-line'.
9102
9103 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9104
9105         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9106
9107 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9108
9109         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9110         nnmail-pathname-coding-system.
9111
9112         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9113         that a user enters; decode group names in messages.
9114
9115         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9116
9117 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9118
9119         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9120
9121         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9122
9123         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9124         risky local variable.
9125
9126         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9127
9128 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9129
9130         * encrypt.el: Improve documentation to fix function name typo.
9131         Reported by Daiki Ueno <ueno@unixuser.org>.
9132
9133 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9134
9135         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9136         even if the point is not in the last page of an article.
9137         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9138         back to the previous page.
9139
9140 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9141
9142         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9143
9144 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9145
9146         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9147
9148 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9149
9150         * message.el (message-check-news-body-syntax):
9151         Avoid mm-string-as-multibyte.
9152         (message-hide-headers): Don't assume (point-min)==1.
9153
9154 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9155
9156         * message.el (message-remove-blank-cited-lines): Fix if remove is
9157         given.
9158         (message-bogus-address-regexp): New variable.
9159         (message-bogus-recipient-p): New function.
9160         (message-check-recipients): New command.
9161         (message-syntax-checks): Add `bogus-recipient'.
9162         (message-fix-before-sending): Add `bogus-recipient'.
9163
9164         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9165         (gnus-treat-body-boundary): Don't test window-system.
9166
9167 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9168
9169         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9170
9171 2007-10-28  Miles Bader  <miles@gnu.org>
9172
9173         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9174         at compile-time too.
9175
9176 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9177
9178         * gnus-msg.el (gnus-message-setup-hook):
9179         Add `message-remove-blank-cited-lines' to options.
9180
9181 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9182
9183         * message.el (message-remove-blank-cited-lines): New function.
9184         Suggested by Karl Plästerer.
9185
9186 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9187
9188         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9189         mapc.
9190
9191         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9192         (top-level): Use mapc to set functions to be traced for debugging.
9193
9194         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9195         called for effect with while loop.
9196
9197         * message.el (message-talkative-question): Replace mapcar called for
9198         effect with mapc.
9199
9200         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9201         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9202         called for effect with dolist.
9203
9204         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9205
9206         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9207         gnus-extra-headers and nnmail-extra-headers.
9208
9209         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9210         called for effect with dolist.
9211         (top-level): Use mapc to set functions to be traced for debugging.
9212
9213         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9214         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9215         dolist.
9216
9217         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9218         Replace mapcar called for effect with mapc.
9219         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9220         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9221         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9222         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9223
9224         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9225         remove-if that's a cl function.
9226
9227         * webmail.el (webmail-debug): Replace mapcar called for effect with
9228         dolist.
9229
9230         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9231         with mapc.
9232
9233 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9234
9235         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9236         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9237         with while loop.
9238
9239         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9240         functions from article-* functions.
9241         (gnus-multi-decode-header): Replace mapcar called for effect with
9242         dolist.
9243
9244         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9245         (gnus-bookmark-show-details): Replace mapcar called for effect with
9246         while loop.
9247
9248         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9249         called for effect with while loop.
9250
9251         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9252         with dolist.
9253
9254         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9255         Replace mapcar called for effect with dolist.
9256
9257         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9258
9259         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9260         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9261         Replace mapcar called for effect with dolist.
9262         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9263         mapc.
9264
9265         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9266         Replace mapcar called for effect with dolist.
9267         (gnus-topic-list): Replace mapcar called for effect with mapc.
9268
9269         * gnus.el: Use mapc instead of mapcar to add autoloads.
9270
9271 2007-10-23  Richard Stallman  <rms@gnu.org>
9272
9273         * gnus-group.el (gnus-group-highlight): Mark as risky.
9274
9275 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9276
9277         * gnus.el (gnus-server-to-method): Return method found first in
9278         gnus-newsrc-alist.
9279
9280         * gnus-art.el (gnus-article-highlight-signature)
9281         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9282         button overlay without the front stickiness.
9283
9284 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9285
9286         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9287         overview buffer needed a catch to receive its throw.
9288         (gnus-agent-flush-cache): Declare as interactive to make this function
9289         easier to use.
9290
9291 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9292
9293         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9294         `next-line'.
9295
9296 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9297
9298         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9299         exclude address matching message-dont-reply-to-names.
9300
9301 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9302
9303         * gnus-util.el (gnus-string<): New function.
9304
9305         * gnus-sum.el (gnus-article-sort-by-author)
9306         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9307
9308 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9309
9310         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9311         the frame-focus tag is set in gnus-buffer-configuration.
9312
9313 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9314
9315         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9316         the front stickiness.
9317
9318 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9321         url pattern; remove duplicate one.
9322         (gnus-article-extend-url-button): New function.
9323         (gnus-article-add-buttons): Use it.
9324         (gnus-button-push): Use concatenated url that it makes.
9325
9326 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9327
9328         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9329
9330 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9331
9332         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9333         Don't hardcode point-min==1.
9334
9335 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9336
9337         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9338         Fix comment about "iso8859-1".
9339
9340 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9341
9342         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9343         ones returned from the verify-function.
9344
9345         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9346         Call mml2015-extract-cleartext-signature if extraction failed.
9347
9348 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9349
9350         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9351         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9352         failed.
9353
9354 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9355
9356         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9357
9358 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9359
9360         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9361         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9362         recommends to use EasyPG instead of PGG.
9363
9364         * pgg.el: Revert to revision 6.23.2.16.
9365
9366         * pgg-def.el: Revert to revision 6.6.2.14.
9367
9368         * pgg-gpg.el: Revert to revision 6.23.2.34.
9369
9370 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9371
9372         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9373         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9374         thread for both the null and zero (kill/expire thread) universal prefix
9375         cases.
9376         (gnus-summary-expire-thread): Add new function to expire a thread,
9377         using gnus-summary-kill-thread.
9378         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9379         shortcuts for gnus-summary-expire-thread.
9380         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9381         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9382
9383 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9384
9385         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9386         extras value, so an extras entry can be deleted.
9387         (gnus-registry-delete-extra-entry): Use it.
9388         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9389         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9390         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9391         storage through the gnus-registry, and provide an appropriate API for
9392         it.
9393
9394 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9395
9396         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9397         Suggested by Leo <sdl.web@gmail.com>.
9398
9399         * gnus.el: Do.
9400
9401 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9402
9403         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9404         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9405
9406         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9407
9408         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9409         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9410
9411 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9412
9413         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9414         newline.
9415         (nnmbox-request-accept-article): Don't change article in source buffer;
9416         narrow to header to use message-fetch-field rather than
9417         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9418         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9419         as delimiters; make sure article ends with newline.
9420         (nnmbox-delete-mail): Correct last position of article to be deleted;
9421         ignore X-Gnus-Newsgroup header in article body.
9422         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9423         positions; make sure article ends with newline.
9424
9425         * message.el (message-display-abbrev): Don't infloop when a user
9426         inserts SPC in the beginning of header.
9427
9428         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9429         coding-system-for-read and coding-system-for-write for XEmacs having no
9430         file-coding feature.
9431
9432         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9433
9434 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9435
9436         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9437         list of groups not followed by default.  Fix type to be regexp.
9438         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9439
9440 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9441
9442         * hmac-def.el (define-hmac-function): Switch from old-style to
9443         new-style backquotes.
9444
9445         * md4.el (md4-make-step): Likewise.
9446
9447 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9448
9449         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9450         raw-text coding system when saving .newsrc file, which may contain
9451         non-ASCII group names.
9452
9453 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9454
9455         * gnus-cus.el (gnus-score-extra): New widget.
9456         (gnus-score-extra-convert): New function.
9457         (gnus-score-customize): Use it for Extra.
9458
9459 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9460
9461         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9462         (mml2015-mailcrypt-clear-verify): Use it.
9463         (mml2015-gpg-clear-verify): Use it.
9464         (mml2015-pgg-clear-verify): Use it.
9465         (mml2015-epg-clear-verify): Replace the current part with the output
9466         from GnuPG; don't extract the plaintext by itself.
9467
9468         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9469         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9470         mml2015-clear-verify-function; don't touch the armor headers or
9471         dash-escaped text here.
9472
9473 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9474
9475         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9476         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9477         parts, or application/octet-stream as a last resort.
9478         (gnus-mime-view-part-as-type): Don't toggle display.
9479         (gnus-mime-view-part-as-charset): Don't turn off display before
9480         querying charset.
9481
9482         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9483         stuff to undisplayer function in Emacs.
9484         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9485
9486         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9487         text/calendar parts.
9488
9489 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9490
9491         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9492         decoding text/calendar parts.
9493
9494         * message.el (message-forward-make-body-mime): Always mark body as
9495         having no illegible text; remove signed-or-encrypted argument.
9496         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9497
9498         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9499         (mml-generate-mime-1): Don't encode body if it is specified to be in
9500         raw form; don't make buffer be unibyte when inserting multibyte string.
9501
9502 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9503
9504         * sha1.el: Fix up comment style.
9505         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9506         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9507
9508         * hex-util.el: Fix up comment style.
9509         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9510
9511         * gnus-salt.el: Use with-current-buffer.
9512         (gnus-pick-setup-message): Fix long-standing typo.
9513
9514 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9515
9516         * imap.el (imap-logout-timeout): New variable.
9517         (imap-logout, imap-logout-wait): New functions.
9518         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9519
9520         * nnimap.el (nnimap-logout-timeout): New server variable.
9521         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9522         nnimap-logout-timeout.
9523
9524         * gnus-art.el (gnus-article-summary-command-nosave)
9525         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9526
9527 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9528
9529         * gnus.el (gnus-maximum-newsgroup): New variable.
9530
9531         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9532         according to gnus-maximum-newsgroup.
9533
9534         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9535         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9536         Limit the range of articles according to gnus-maximum-newsgroup.
9537
9538 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9539
9540         * gnus-art.el (gnus-sticky-article): Fix problems described in
9541         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9542         Don't perform gnus-configure-windows here; reuse existing sticky
9543         article buffer.
9544
9545         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9546         it doesn't exist in gnus-article-mode.
9547
9548 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9549
9550         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9551         (gnus-agent-decoded-group-name): New function.
9552         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9553         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9554
9555 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9556
9557         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9558         Add binding for gnus-sticky-article.
9559         (gnus-summary-exit): Don't kill sticky article buffers.
9560
9561         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9562         article buffer.
9563         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9564         (gnus-kill-sticky-article-buffers): New commands.
9565
9566 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9567
9568         * nntp.el (nntp-xref-number-is-evil): New server variable.
9569         (nntp-find-group-and-number): If it is non-nil, don't trust article
9570         numbers in the Xref header.
9571
9572 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9573
9574         * gnus-agent.el (gnus-agent-read-group): New function.
9575         (gnus-agent-flush-group, gnus-agent-expire-group)
9576         (gnus-agent-regenerate-group): Use it.
9577         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9578         nnmail-pathname-coding-system.
9579
9580 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9581
9582         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9583
9584         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9585         that are unread as unread, and also as selected so that information of
9586         marks having been changed by a user may be updated when exiting group.
9587
9588 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9589
9590         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9591
9592 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9593
9594         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9595         calculated ignoring signature parts to gnus-treat-article.
9596
9597 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9598
9599         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9600         a point here in order to keep the window start.
9601         (gnus-insert-mime-security-button): Make a button overlay without the
9602         front stickiness.
9603         (gnus-mime-display-security): Goto the end of a button.
9604
9605         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9606
9607 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9608
9609         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9610         group-name-at-point.
9611         (gnus-group-completing-read): New function that offers decoded
9612         non-ASCII group names for completion.
9613         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9614         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9615         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9616         (gnus-group-fetch-control): Use it.
9617         (gnus-fetch-group): Use group-name-at-point for the initial value
9618         rather than the default value; use gnus-alive-p.
9619
9620         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9621         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9622         (gnus-summary-post-news): Use gnus-group-completing-read.
9623
9624         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9625         (gnus-read-move-group-name): Decode group name for completion.
9626
9627 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9628
9629         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9630         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9631         Yamaoka slightly modified the code).
9632
9633 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9634
9635         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9636         (nnmail-split-incoming): Bind it.
9637
9638         * nnml.el (nnml-group-name-charset): New function.
9639         (nnml-decoded-group-name): Use it; don't decode group name if
9640         nnmail-group-names-not-encoded-p is non-nil.
9641         (nnml-encoded-group-name): New function.
9642         (nnml-group-pathname): Inline nnml-decoded-group-name.
9643         (nnml-request-expire-articles): Decode group name in message.
9644         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9645         nnmail-pathname-coding-system.
9646         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9647         not decoded ones according to nnmail-group-names-not-encoded-p.
9648         (nnml-generate-active-info): Use nnml-encoded-group-name.
9649
9650 2007-08-08  Glenn Morris  <rgm@gnu.org>
9651
9652         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9653         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9654         doc-strings and comments.
9655
9656 2007-07-25  Glenn Morris  <rgm@gnu.org>
9657
9658         * Relicense all FSF files to GPLv3 or later.
9659
9660 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9661
9662         * gnus-sum.el (gnus-summary-move-article):
9663         Make gnus-summary-respool-article work.
9664
9665 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9666
9667         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9668         string.
9669
9670 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9671
9672         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9673         that should be ignored when comparing distant RSS articles with local
9674         ones.
9675         (nnrss-make-hash-index): New function.  Create a hash index according
9676         to the ignored fields.
9677         (nnrss-check-group): Use it.
9678
9679 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9680
9681         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9682
9683         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9684
9685         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9686         the new optional argument ENCODED is non-nil.
9687         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9688         coding system for encoding group name.
9689         (gnus-group-make-rss-group): Pass un-encoded group name to
9690         gnus-group-make-group.
9691         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9692         encoded.
9693
9694         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9695         Encode group name to which articles are moved or copied.
9696         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9697         coding system for encoding Newsgroup, Followup-To and Xref headers.
9698
9699         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9700         marks; use nnheader-file-coding-system to write a file.
9701         (nnagent-retrieve-headers): Bind file-name-coding-system to
9702         nnmail-pathname-coding-system.
9703
9704         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9705
9706         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9707         (nnml-request-article, nnml-request-create-group)
9708         (nnml-request-rename-group, nnml-find-id)
9709         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9710         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9711         (nnml-save-marks): Use nnml-group-pathname instead of
9712         nnmail-group-pathname.
9713
9714         (nnml-request-create-group, nnml-request-expire-articles)
9715         (nnml-request-move-article, nnml-request-delete-group)
9716         (nnml-deletable-article-p, nnml-possibly-create-directory)
9717         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9718         (nnml-open-marks): Bind file-name-coding-system to
9719         nnmail-pathname-coding-system.
9720
9721         (nnml-request-article): Pass server argument to nnml-find-group-number.
9722         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9723         Pass server argument to nnml-possibly-create-directory.
9724         (nnml-request-accept-article): Pass server argument to
9725         nnml-active-number and nnml-save-mail.
9726         (nnml-find-group-number): Pass server argument to nnml-find-id.
9727         (nnml-request-update-info): Pass server argument to
9728         nnml-marks-changed-p.
9729
9730         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9731         (nnml-save-mail, nnml-active-number): Add server argument.
9732
9733         (nnml-request-delete-group): Warn if group is missing.
9734         (nnml-get-nov-buffer): Decode group name.
9735         (nnml-generate-active-info): Encode group name.
9736         (nnml-open-marks): Decode group name in messages.
9737
9738 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9739
9740         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9741         if it is not specified.
9742         (gnus-article-pipe-part, gnus-article-save-part)
9743         (gnus-article-interactively-view-part, gnus-article-copy-part)
9744         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9745         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9746         (gnus-article-replace-part, gnus-article-delete-part)
9747         (gnus-article-view-part-as-type): Pass raw prefix argument to
9748         gnus-article-part-wrapper.
9749
9750 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9751
9752         * gnus-agent.el (gnus-agent-save-active):
9753         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9754
9755         * gnus-cache.el (gnus-cache-save-buffers)
9756         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9757         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9758         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9759         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9760         (gnus-cache-generate-active, gnus-cache-rename-group)
9761         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9762         (gnus-cache-update-overview-total-fetched-for):
9763         Bind file-name-coding-system to nnmail-pathname-coding-system.
9764         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9765         New variables.
9766         (gnus-cache-decoded-group-name): New function.
9767         (gnus-cache-file-name): Use it.
9768         (gnus-cache-generate-active): Use non-decoded group name for active.
9769
9770         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9771         right place.
9772         (gnus-write-active-file): Don't break non-ASCII group names.
9773
9774         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9775         nnmail-pathname-coding-system.
9776
9777         * lpath.el: Bind default-file-name-coding-system,
9778         file-name-coding-system and language-info-alist for XEmacs.
9779
9780         * gnus-uu.el (gnus-uu-decode-save): Typo.
9781
9782 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9783
9784         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9785
9786 2007-07-14  David Kastrup  <dak@gnu.org>
9787
9788         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9789         finishing actions if we did not edit the article.
9790
9791 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9792
9793         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9794         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9795         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9796         (gnus-agent-flush-group, gnus-agent-flush-cache)
9797         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9798         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9799         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9800         (gnus-agent-regenerate-group)
9801         (gnus-agent-update-files-total-fetched-for)
9802         (gnus-agent-update-view-total-fetched-for):
9803         Bind file-name-coding-system to nnmail-pathname-coding-system.
9804         (gnus-agent-group-pathname): Don't encode file names by
9805         nnmail-pathname-coding-system.
9806         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9807         coding-system-for-write instead of buffer-file-coding-system to
9808         gnus-agent-file-coding-system.
9809
9810         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9811         Decode group name.
9812
9813         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9814
9815         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9816         (gnus-read-newsrc-el-file): Make group names unibyte.
9817
9818         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9819         nnmail-pathname-coding-system.
9820
9821         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9822         (nnrss-request-delete-group): Bind file-name-coding-system to
9823         nnmail-pathname-coding-system.
9824         (nnrss-read-server-data, nnrss-read-group-data):
9825         Bind file-name-coding-system correctly.
9826         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9827
9828         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9829         (nntp-server-to-method-cache): New variable.
9830         (nntp-group-pathname): New function that decodes non-ASCII group names.
9831         (nntp-possibly-create-directory, nntp-marks-changed-p)
9832         (nntp-save-marks, nntp-open-marks): Use it.
9833         (nntp-possibly-create-directory, nntp-open-marks):
9834         Bind file-name-coding-system to nnmail-pathname-coding-system.
9835         (nntp-open-marks): Decode group names when bootstrapping marks.
9836
9837         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9838         Newsgroups and Folowup-To headers.
9839
9840 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9841
9842         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9843         (gnus-server-closed-face, gnus-server-denied-face)
9844         (gnus-server-offline-face): Remove variable.
9845         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9846
9847         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9848         of modifying message-stack directly for XEmacs.
9849
9850         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9851         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9852         if the coding-system argument is nil for XEmacs.
9853
9854         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9855         mm-charset-override-alist.
9856
9857         * rfc2047.el: Don't require base64; require rfc2045 for the function
9858         rfc2045-encode-string.
9859         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9860         to quote the parameter value.
9861
9862 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9863
9864         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9865         form in gnus-group-name-charset-method-alist.
9866
9867         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9868         overrides the default layout edit-form.
9869
9870         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9871
9872         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9873
9874 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9875
9876         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9877         as unfetched articles.
9878
9879 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9880
9881         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9882
9883 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9884
9885         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9886         original back end that keeps marks in the local system.
9887
9888 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9889
9890         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9891         arg of pop-to-buffer for XEmacs.
9892         (gnus-article-read-summary-keys): Ditto; don't restore window
9893         configuration if summary command ends up with neither article buffer
9894         nor summary buffer; describe bindings if summary keys end with C-h.
9895
9896 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9897
9898         * message.el (message-fix-before-sending): Skip raw message part to be
9899         forwarded while checking illegible text.
9900         (message-forward-make-body-mime, message-forward-make-body):
9901         Mark signed or encrypted raw message as having no illegible text.
9902
9903 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9904
9905         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9906         (gnus-message-with-timestamp-1): New macro.
9907         (gnus-message-with-timestamp): New function.
9908         (gnus-message): Use them.
9909
9910         * nnheader.el (nnheader-message): Use them.
9911
9912 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9913
9914         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9915         .newsrc.eld file.
9916
9917 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9918
9919         * gnus-agent.el (gnus-agent-fetch-headers)
9920         (gnus-agent-retrieve-headers):
9921         Bind gnus-decode-encoded-address-function to identity.
9922
9923         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9924         available also when the server returns simply a dot.
9925
9926         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9927
9928 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9929
9930         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9931
9932 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9933
9934         * gnus-ems.el (gnus-x-splash): Make it work.
9935
9936         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9937         from being used.
9938
9939         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9940
9941 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9942
9943         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9944         4th and the 5th arguments.
9945
9946         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9947         the front stickiness.
9948         (gnus-article-summary-command-nosave): Correct the order of the
9949         arguments passed to pop-to-buffer.
9950         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9951         summary command ends up with the article buffer.
9952
9953         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9954         the same faces.
9955
9956 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9957
9958         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9959
9960 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9961
9962         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9963         * gnus-sum.el (gnus-summary-highlight):
9964         * pgg.el (pgg-sign-region, pgg-sign):
9965         * mail-source.el (mail-source-delete-old-incoming-confirm):
9966         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9967
9968 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9969
9970         * gnus-art.el (gnus-mime-view-part-externally)
9971         (gnus-mime-view-part-internally): Fix predicate function passed to
9972         completing-read.
9973
9974         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9975
9976         * gnus.el (gnus-update-message-archive-method): Add :version.
9977
9978 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9979
9980         * gnus.el (gnus-update-message-archive-method): New variable.
9981
9982         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9983         according to gnus-message-archive-method if
9984         gnus-update-message-archive-method is non-nil.
9985
9986 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9987
9988         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9989         Suggested by Loic Dachary <loic@dachary.org>.
9990         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9991
9992 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9993
9994         * message.el (message-pop-to-buffer): Add switch-function argument.
9995         (message-mail): Pass switch-function argument to it.
9996
9997 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9998
9999         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10000         Improve doc string.
10001
10002 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10003
10004         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10005         (gnus-header-content)
10006         * gnus-cite.el (gnus-cite-10)
10007         * gnus-srvr.el (gnus-server-closed)
10008         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10009         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10010         (gnus-group-mail-3-empty, gnus-group-mail-low)
10011         (gnus-group-mail-low-empty, gnus-splash)
10012         * message.el (message-header-to, message-header-cc)
10013         (message-header-subject, message-header-other, message-header-name)
10014         (message-header-xheader, message-separator, message-cited-text)
10015         (message-mml): Lighten colors of faces used for dark background.
10016
10017 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10018
10019         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10020         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10021
10022 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10023
10024         * message.el (message-narrow-to-headers-or-head):
10025         Ignore mail-header-separator in the body.
10026
10027 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10028
10029         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10030         same as window size.
10031
10032 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10033
10034         * message.el (message-font-lock-keywords): Use message-header-xheader
10035         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10036         ahead of the anything pattern, to get it recognised.
10037
10038 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10039
10040         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10041         spam.el loads uses it in the compiled defadvice form.
10042
10043 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10044
10045         * gnus-sum.el (gnus-articles-to-read)
10046         (gnus-summary-insert-old-articles): Don't truncate group name for
10047         `read-string'.
10048
10049         * gnus-util.el (gnus-limit-string): Delete this function.
10050
10051         * gnus-sum.el (gnus-simplify-subject-fully):
10052         Use `truncate-string-to-width' instead.
10053
10054 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10055
10056         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10057         Tell if, on summary exit, the next group has to be selected.
10058         (gnus-summary-exit): Use it.
10059
10060 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10061
10062         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10063         non-break space.
10064
10065 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10066
10067         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10068         Check if group is not a directory.
10069         (nnfolder-request-expire-articles): Don't delete articles if the target
10070         group is not available.
10071
10072         * nnml.el (nnml-request-create-group): Properly check if group is not a
10073         file.
10074         (nnml-request-expire-articles): Don't delete articles if the target
10075         group is not available.
10076
10077         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10078         Don't quote characters that are within parentheses.
10079
10080 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10081
10082         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10083         (gnus-handle-ephemeral-exit): Select article according to it.
10084
10085 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10086
10087         * message.el (message-insert-formated-citation-line): Remove newline.
10088         (message-citation-line-format): Add final \n here so that the user can
10089         avoid a blank line.
10090
10091 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10092
10093         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10094         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10095         Update lanl/arXiv support.
10096
10097 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10098
10099         * gnus.el: Bump version number.
10100
10101 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10102
10103         * gnus.el (gnus-version-number): Bump version.
10104
10105 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10106
10107         * gnus.el: No Gnus v0.6 is released.
10108
10109 2007-04-27  Didier Verna  <didier@xemacs.org>
10110
10111         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10112         * gmm-utils.el (gmm-regexp-concat): ... here.
10113         * message.el: Don't require 'gnus-util.
10114         (message-dont-reply-to-names): Handle name change above.
10115         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10116
10117 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10118
10119         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10120         since the initial value varies according to the system.
10121
10122 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10123
10124         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10125
10126 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10127
10128         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10129
10130 2007-04-24  Didier Verna  <didier@xemacs.org>
10131
10132         Improve the type of gnus-ignored-from-addresses.
10133         * gnus-util.el (gnus-orify-regexp): New function.
10134         * message.el (gnus-util): Require it.
10135         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10136         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10137         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10138
10139 2007-04-24  Didier Verna  <didier@xemacs.org>
10140
10141         * gnus-sum.el:
10142         * gnus-utils.el: Fix some trailing whitespaces.
10143
10144 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10145
10146         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10147         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10148         article's Message-ID; refer parent article in summary buffer.
10149
10150         * message.el (message-bounce): Call mime-to-mml.
10151
10152         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10153         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10154         optimize and/or forms properly.
10155
10156 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10157
10158         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10159         URL.
10160
10161 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10162
10163         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10164
10165 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10166
10167         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10168         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10169         displayed of multipart/alternative part if it is invoked from summary
10170         buffer.
10171
10172         * mm-view.el (mm-inline-text-html-render-with-w3m)
10173         (mm-inline-text-html-render-with-w3m-standalone)
10174         (mm-inline-render-with-function): Use mail-parse-charset by default.
10175
10176 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10177
10178         * parse-time.el (parse-time-string-chars): Check if CHAR
10179         is less than the length of parse-time-syntax.
10180
10181 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10182
10183         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10184         from gnus-newsgroup-processable.
10185
10186 2007-04-16  Didier Verna  <didier@xemacs.org>
10187
10188         * gnus-msg.el (gnus-configure-posting-styles):
10189         Handle message-signature-directory properly with :file syntax.
10190         Reported by "Leo".
10191
10192 2007-04-11  Didier Verna  <didier@xemacs.org>
10193
10194         New user option: message-signature-directory.
10195         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10196         * message.el (message-insert-signature): Ditto.
10197         * message.el (message-signature-file): Doc update.
10198         * message.el (message-signature-directory): New.
10199
10200 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10201
10202         * gnus-msg.el (gnus-inews-yank-articles):
10203         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10204
10205 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10206
10207         * message.el (message-yank-original): Make sure cited text ends with
10208         newline; don't exchange point and mark.
10209
10210 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10211
10212         * tls.el (open-tls-stream): Properly handle case where there
10213         is no associated buffer.
10214
10215 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10216
10217         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10218         message-yank-original, make sure (< mark TEXT point).
10219
10220 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10221
10222         * message.el (message-fill-column): New variable.
10223         (message-mode): Use it.  Add comment on a possible new hook.
10224
10225         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10226         (nnmail-get-new-mail): Reformat.
10227
10228         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10229
10230         * gmm-utils.el: Fix Commentary.
10231         (gmm-tool-bar-from-list): Fix typo in doc string.
10232
10233 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10234
10235         * message.el (message-yank-original): Don't switch point and mark
10236         unnecessarily to put point and mark as documented.
10237
10238 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10239
10240         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10241         from the message heads.
10242
10243 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10244
10245         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10246         article buffer does not have a window.  This may not be the best
10247         solution but is certainly better than setting the start of the null,
10248         that is the current, window.
10249
10250 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10251
10252         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10253         (gnus-draft-setup): Run it.
10254
10255         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10256         gnus-score-fast-scoring.  Allow regexp.
10257         (gnus-score-headers): Use it.
10258
10259         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10260         XEmacs.
10261
10262         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10263         string.
10264         (gnus-button-alist): Also catch `<f1> k ...'.
10265         (gnus-treat-display-x-face): Fix doc string.
10266
10267 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10268
10269         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10270         evaluation of gnus-extended-version to ensure correct generation of the
10271         User-Agent header when message-generate-headers-first is used.
10272
10273 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10274
10275         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10276         hashcash-path is nil.  Don't call callback with incorrect number of
10277         parameters if val is 0.
10278
10279 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10280
10281         * message.el (message-required-news-headers):
10282         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10283
10284 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10285
10286         * tls.el (open-tls-stream): In handshake-waiting loop,
10287         don't wait more if there is output available to process.
10288
10289 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10290
10291         * tls.el (tls-program): Doc fix.
10292
10293 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10294
10295         * message.el (message-generate-new-buffers): Change the meaning of the
10296         nil value; add `standard' to the choices; treat t as `unique'; improve
10297         doc string.
10298         (gnus-select-frame-set-input-focus): Autoload.
10299         (message-buffer-name): Search for the existing message buffer if
10300         message-generate-new-buffers is nil or `standard'; treat the value t of
10301         message-generate-new-buffers as `unique'.
10302         (message-pop-to-buffer): Raise the frame already displaying the message
10303         buffer; clear the echo area after querying.
10304         (message-setup): Pass the `continue' argument to compose-mail.
10305         (message-mail): Prefer `switch-function' if it is given; search for the
10306         existing message buffer if the `continue' argument is non-nil; pass
10307         continue and switch-function arguments to compose-mail by way of
10308         message-setup.
10309         (message-mail-other-window): Adjust argument of message-setup.
10310         (message-mail-other-frame): Ditto.
10311
10312 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10313
10314         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10315         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10316         to turn font-lock on when turning gnus-message-citation-mode on.
10317
10318 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10319
10320         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10321         (mml-smime-function-alist): New variable; add epg as the backend.
10322         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10323         mml-smime- functions instead.
10324         * mm-view.el: Require smime.
10325
10326 2007-03-05  Didier Verna  <didier@xemacs.org>
10327
10328         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10329         instead of just inheritance for posting styles.
10330         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10331
10332 2007-02-24  Chris Moore  <dooglus@gmail.com>
10333
10334         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10335         * pgg-pgp.el (pgg-pgp-encrypt-region):
10336         * pgg-gpg.el (pgg-gpg-encrypt-region):
10337         Check pgg-encrypt-for-me if no other recipients.
10338
10339 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10340
10341         * tls.el (tls-certtool-program): Fix custom type.
10342
10343 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10344
10345         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10346         and point-at-eol instead of line-(beginning|end)-position.
10347
10348         * assistant.el (assistant-parse-buffer): Ditto.
10349
10350         * netrc.el (netrc-parse-services): Ditto.
10351
10352 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10353
10354         * mml2015.el (mml2015-epg-find-usable-key): New function.
10355         (mml2015-epg-sign): Use it.
10356         (mml2015-epg-encrypt): Use it.
10357
10358 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10359
10360         * message.el (message-make-in-reply-to): Quote name containing
10361         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10362         if there are special characters.  Reported by NAKAJI Hiroyuki
10363         <nakaji@jp.freebsd.org>.
10364
10365 2007-02-27  Didier Verna  <didier@xemacs.org>
10366
10367         Include the group parameters as well as the topic ones in the
10368         inheritance filter process.
10369         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10370         argument GROUP-PARAMS-LIST.
10371         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10372
10373 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10374
10375         * nntp.el (nntp-never-echoes-commands)
10376         (nntp-open-connection-functions-never-echo-commands): New variables.
10377         (nntp-send-command): Use them.
10378
10379 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10380
10381         * mml2015.el (mml2015-epg-verify): Simplify.
10382
10383 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10384
10385         * mml.el (mml-content-disposition-alist): New user option.
10386         (mml-content-disposition): New function.
10387         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10388         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10389
10390 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10391
10392         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10393         verification.
10394
10395 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10396
10397         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10398         articles posted in the last 24 hours.
10399
10400 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10401
10402         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10403
10404 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10405
10406         * nntp.el (nntp-send-command): Don't wait for echoes when
10407         nntp-open-ssl-stream is used.
10408
10409 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10410
10411         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10412         (gnus-message-add-citation-keywords)
10413         (gnus-message-remove-citation-keywords): Remove.
10414         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10415         directly, make the variables in font-lock-defaults buffer-local, add
10416         gnus-message-citation-keywords to them and then update the value of
10417         font-lock-keywords.
10418
10419 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10420
10421         * message.el (message-cite-original-1): Don't call
10422         gnus-article-highlight-citation.
10423
10424         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10425         citations; fix line count.
10426
10427 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10428
10429         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10430         (gnus-message-add-citation-keywords)
10431         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10432         versions of font-lock-add-keywords and font-lock-remove-keywords to
10433         work with XEmacs correctly.
10434
10435 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10436
10437         * gnus-cite.el (gnus-cite-face-list): Set the values of
10438         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10439         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10440         (gnus-message-cite-prefix-regexp): New variable.
10441         (gnus-message-search-citation-line): Use it; protect against long
10442         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10443         the 0th match data for Emacs.
10444         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10445         (gnus-message-add-citation-keywords): Append keywords rather than
10446         prepending; emulate font-lock-add-keywords if it is not available.
10447         (gnus-message-remove-citation-keywords):
10448         Emulate font-lock-remove-keywords if it is not available.
10449
10450         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10451
10452         * message.el (message-cite-prefix-regexp): Set the value of
10453         gnus-message-cite-prefix-regexp.
10454
10455 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10456
10457         * nnweb.el (nnweb-google-parse-1): Update parser.
10458
10459 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10460
10461         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10462
10463 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10464
10465         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10466         regexp.
10467
10468 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10469
10470         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10471         string-to-multibyte.
10472         (uudecode-decode-region-internal): Use it.
10473
10474         * lpath.el: Fbind string-as-multibyte for XEmacs.
10475
10476 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10477
10478         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10479         Fix custom choice.
10480
10481         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10482
10483 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10484
10485         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10486
10487         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10488         `write-region' to respect `mm-inhibit-file-name-handlers'.
10489
10490 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10491
10492         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10493         Use gnus-home-directory instead of "~/" or "$HOME".
10494
10495 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10496
10497         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10498         to mention filename.
10499         Add comments at beginning regarding usage.
10500         (encrypt-write-file-contents): Change interactive so a string is
10501         acceptable.  If the file has no associated model, show an error instead
10502         of a nonsense prompt.
10503
10504 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10505
10506         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10507         Thanks to Yoshihiko Yamada for kind notification of this typo.
10508
10509 2007-01-12  Kenichi Handa  <handa@m17n.org>
10510
10511         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10512         multibyte buffer.
10513
10514 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10515
10516         * gnus-score.el (gnus-score-fast-scoring): New variable.
10517         (gnus-score-headers): Use it.
10518
10519         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10520
10521         * message.el (message-cite-original-1):
10522         Call gnus-article-highlight-citation if requested.
10523         (message-make-from): Allow name and address as optional arguments.
10524
10525         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10526
10527         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10528         bugs to doc string.
10529         (gnus-button-alist): Add mid\\|message-id.
10530         (gnus-button-fetch-group): Extend for use in
10531         `browse-url-browser-function'.
10532         (gnus-button-url-regexp): Try to catch paired parentheses like in
10533         Wikipedia URLs.
10534
10535         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10536         Suggested by Simon Krahnke <overlord@gmx.li>.
10537
10538 2007-01-13  Romain Francoise  <romain@orebokech.com>
10539
10540         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10541         Update copyright.
10542
10543 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10544
10545         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10546
10547 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10548
10549         * gnus-registry.el (gnus-registry-unfollowed-groups)
10550         (gnus-registry-split-fancy-with-parent): Fix documentation.
10551
10552 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10553
10554         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10555         from nnweb groups.
10556
10557 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10558
10559         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10560         Xref urls.  Erase buffer before requesting head.
10561
10562         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10563
10564 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10565
10566         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10567         customizable.
10568
10569 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10570
10571         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10572         no signing key is found.
10573         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10574         no encrypting and/or signing key is found.
10575
10576 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10577
10578         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10579
10580 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10581
10582         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10583         headers read from disk with the ones newly found in the current search.
10584         This should no longer cause problems, because the article numbers in
10585         Gmane's `nov.php' output are ignored since the previous change.
10586
10587 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10588
10589         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10590
10591 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10592
10593         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10594         replace-regexp-in-string; bind url-version; fbind display-images-p and
10595         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10596         find-face and set-itimer-function for Emacs; bind itimer-list for
10597         Emacs.
10598
10599         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10600
10601 2007-01-01  Romain Francoise  <romain@orebokech.com>
10602
10603         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10604
10605 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10606
10607         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10608         `define-minor-mode' macro definition expanded properly.
10609         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10610         exclude it there.
10611
10612         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10613         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10614         `fboundp' test.
10615         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10616         This is OK to autoload in (S)XEmacs now.
10617
10618 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10619
10620         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10621         keystroke.
10622         (gnus-summary-limit-to-singletons): Fix typo.
10623
10624         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10625         else fails.
10626
10627 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10628
10629         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10630         docstring.
10631
10632         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10633         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10634         (gnus-summary-insert-dormant-articles): Fix typo in message.
10635
10636 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10637
10638         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10639         nil for XEmacs.
10640         (gnus-message-citation-mode): Don't autoload in XEmacs.
10641
10642         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10643
10644 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10645
10646         * nnimap.el (nnimap-expunge-search-string):
10647         Mention nnimap-search-uids-not-since-is-evil in docstring.
10648
10649 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10650
10651         * spam.el: Revert to make-obsolete-variable because
10652         define-obsolete-variable-alias is not supported in Emacs 21.
10653
10654         * spam.el (spam-ifile-path, spam-ifile-database-path)
10655         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10656         make-obsolete-variable.
10657         (spam-bsfilter-path, spam-bsfilter-program)
10658         (spam-spamassassin-path, spam-spamassassin-program)
10659         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10660         Don't use "path" inappropriately.
10661         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10662         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10663         variable names.
10664
10665 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10666
10667         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10668         summary buffer.
10669
10670         * password.el (password-cache-remove): Use clear-string to burn
10671         password, if available.
10672
10673 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10674
10675         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10676
10677         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10678
10679         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10680         (gnus-message-highlight-citation): Move defcustom here from
10681         gnus-cite.el.
10682         (gnus-message-citation-mode): Autoload.
10683
10684         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10685         checks to make it compile with XEmacs.
10686         (gnus-message-citation-mode): New minor mode.
10687         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10688         (gnus-message-highlight-citation): New variables.
10689         (gnus-message-search-citation-line)
10690         (gnus-message-add-citation-keywords)
10691         (gnus-message-remove-citation-keywords)
10692         (turn-on-gnus-message-citation-mode)
10693         (turn-off-gnus-message-citation-mode): New functions.
10694
10695 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10696
10697         * gnus-cite.el: Enable highlighting of different citation levels in
10698         message-mode.
10699
10700 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10701
10702         * message.el (message-make-fqdn): Fix comment.
10703         (message-bogus-system-names): Add ".local".
10704
10705         * spam.el (spam-ifile-path, spam-ifile-program)
10706         (spam-ifile-database-path, spam-ifile-database)
10707         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10708         Don't use "path" inappropriately.
10709         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10710         strings.
10711         (spam-check-ifile, spam-ifile-register-with-ifile)
10712         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10713         Use new variable names.
10714
10715         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10716         (gnus-treat-display-smileys): Simplify using
10717         gnus-image-type-available-p.
10718
10719         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10720         available.
10721
10722         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10723         Use `display-images-p' if available.
10724
10725 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10726
10727         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10728         one after turning on the buffer's multibyteness instead of decoding
10729         them directly in the unibyte buffer that causes unexpected conversion
10730         in Emacs 23 (unicode).
10731
10732 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10733
10734         * message.el (message-generate-hashcash): Fix custom type.
10735
10736 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10737
10738         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10739
10740 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10741
10742         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10743         disconnect icons.  Add help text.
10744
10745 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10746
10747         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10748         negated to be consistent with the others we handle.
10749
10750 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10751
10752         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10753         version of gnus-summary-buffer to something, so that we can use two
10754         article buffers at the same time.
10755
10756 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10757
10758         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10759         trigger all the extra headers.
10760         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10761         sorting.
10762
10763 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10764
10765         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10766         solid groups.
10767
10768 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10769
10770         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10771
10772 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10773
10774         * legacy-gnus-agent.el: Add Copyright notice.
10775
10776 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10777
10778         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10779
10780 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10781
10782         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10783
10784         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10785         to make it work reliably in CVS Emacs.
10786         (gnus-summary-limit-strange-charsets-predicate)
10787         (gnus-summary-limit-to-predicate): New functions.
10788
10789 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10790
10791         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10792         specifying array size.
10793         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10794         array if it is too small.
10795         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10796         (gnus-sort-threads-loop): New function.
10797
10798 2006-12-06  Chris Moore  <dooglus@gmail.com>
10799
10800         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10801         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10802
10803 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10804
10805         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10806         options.
10807
10808 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10809
10810         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10811         DOS-ing the recipient.
10812
10813         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10814         the headers when creating the mapping to avoid mismappings.
10815         (nnweb-gmane-create-mapping): Always nix out old mapping.
10816
10817 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10818
10819         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10820         and mm-verify-option to never.
10821
10822 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10823
10824         * message.el (message-signed-or-encrypted-p): New function.
10825         (message-forward-make-body): Use it.
10826
10827         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10828         Replace encode-coding-string with mm-encode-coding-string.
10829
10830 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10831
10832         * nneething.el (nneething-decode-file-name):
10833         Replace decode-coding-string with mm-decode-coding-string.
10834
10835         * gnus-int.el (gnus-open-server): Say failed server's name.
10836
10837 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10838
10839         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10840         strings to a single string.  Quote `errors-file-name'.
10841         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10842         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10843         Adjust calls.  Use `shell-quote-argument'.
10844
10845 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10846
10847         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10848         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10849
10850         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10851         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10852         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10853         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10854         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10855         (gnus-subscribe-newsgroup, gnus-1):
10856         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10857         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10858         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10859         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10860
10861 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10862
10863         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10864         keystroke.
10865         (gnus-summary-limit-to-bodies): Implement headersp.
10866
10867 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10868
10869         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10870
10871 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10872
10873         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10874
10875 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10876
10877         * message.el (message-generate-hashcash): Expand range of values to
10878         include `opportunistic'.
10879         (message-send-mail): Use it.
10880
10881 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10882
10883         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10884         and comment it.
10885
10886         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10887
10888 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10889
10890         * gnus-util.el (gnus-extract-address-components): Improve comment.
10891
10892 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10893
10894         * gnus-util.el (gnus-extract-address-components): Work with address in
10895         which the name portion contains @.
10896
10897         * lpath.el: Fbind custom-autoload.
10898
10899 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10900
10901         * gnus.el (gnus-start): Move custom group up.
10902         (gnus-select-method): Don't autoload, but make it available for
10903         `customize-variable'.
10904         (gnus-getenv-nntpserver): Don't autoload.
10905
10906 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10907
10908         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10909
10910 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10911
10912         * message.el (message-sendmail-extra-arguments): New variable.
10913         (message-send-mail-with-sendmail): Use it.
10914
10915 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10916
10917         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10918         mm-with-unibyte-current-buffer to make string unibyte.
10919
10920         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10921         mm-string-as-multibyte.
10922
10923 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10924
10925         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10926         Reported by Werner Koch <wk@gnupg.org>.
10927
10928 2006-11-14  Daiki Ueno  <ueno@p360>
10929
10930         * mml2015.el: Autoload epa-select-keys when compiling.
10931
10932 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10933
10934         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10935         message-options.
10936         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10937
10938 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10939
10940         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10941         EasyPG (< 0.0.6).
10942         (mml2015-always-trust): New user option.
10943         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10944         prompt.
10945
10946 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10947
10948         * nntp.el (nntp-authinfo-force): New variable.
10949         (nntp-send-authinfo): Use it.
10950
10951 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10952
10953         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10954         decode encoded words.  Improve prompt.  Add comment about forwarding.
10955         (message-replacement-char): Move up.
10956
10957 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10958
10959         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10960         instead of gnus-intersection because arguments of gnus-sorted-nunion
10961         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10962
10963 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10964
10965         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10966         (message-simplify-subject-functions):
10967         Enable message-strip-subject-encoded-words by default.
10968
10969 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10970
10971         * message.el (message-strip-subject-encoded-words): New function.
10972         (message-simplify-subject-functions): New variable.
10973         (message-simplify-subject): Use it.  Fix typo in doc string.
10974         Support message-strip-subject-encoded-words.
10975
10976 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10977
10978         * gnus-diary.el (gnus-diary-delay-format-function):
10979         * nndiary.el (nndiary-reminders):
10980         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10981
10982 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10983
10984         * gnus-art.el (article-hide-boring-headers): Fetch date from
10985         gnus-original-article-buffer to avoid problems with localized date
10986         strings.
10987
10988 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10989
10990         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10991
10992 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10993
10994         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10995         New variables.
10996         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10997         (mm-charset-synonym-alist): Move some entries to
10998         mm-codepage-iso-8859-list.
10999         (mm-charset-synonym-alist, mm-charset-override-alist):
11000         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11001
11002 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11003
11004         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11005
11006 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11007
11008         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11009         with Emacs 21 and XEmacs.
11010
11011 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11012
11013         * spam.el (spam-parse-address): New function for better parsing,
11014         catching errors, etc.
11015         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11016
11017 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11018
11019         * mm-view.el: Add interactive arg to html2text autoload.
11020
11021 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11022
11023         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11024
11025 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11026
11027         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11028         New variables.
11029         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11030         (mm-charset-synonym-alist): Move some entries to
11031         mm-codepage-iso-8859-list.
11032
11033         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11034
11035 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11036
11037         * message.el (message-citation-line-format)
11038         (message-insert-formated-citation-line): Fix implementation of %E, %N
11039         and %n according to the doc string.
11040
11041 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11042
11043         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11044         Use car-safe to avoid bad parses.
11045
11046 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11047
11048         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11049         names.
11050
11051         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11052
11053 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11054
11055         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11056         header.
11057
11058         * message.el (message-draft-headers): Add Date.
11059         (message-headers-to-generate): Fix typo in docstring.
11060
11061         * nndraft.el (nndraft-required-headers): New variable.
11062         (nndraft-generate-headers): Use it.
11063
11064         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11065
11066 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11067
11068         * gnus-registry.el (gnus-registry-wash-for-keywords)
11069         (gnus-registry-find-keywords): New functions to allow easy searching of
11070         articles that are in the registry.
11071
11072 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11073
11074         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11075         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11076         Reported by Damien Elmes <damien@repose.cx>.
11077
11078 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11079
11080         * gnus.el (gnus-mime): Remove unused custom group.
11081
11082 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11083
11084         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11085         "blank line" when searching for end of armor headers.
11086
11087 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11088
11089         * gmm-utils.el (gmm-write-region): Fix variable name.
11090
11091 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11092
11093         * gmm-utils.el (gmm-write-region): New function based on compatibility
11094         code from `mm-make-temp-file'.
11095
11096         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11097
11098         * nnmaildir.el (nnmaildir--update-nov)
11099         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11100         Use `gmm-write-region'.
11101
11102 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11103
11104         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11105         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11106
11107         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11108
11109         * message.el (message-replacement-char): New variable.
11110         (message-fix-before-sending): Use it.
11111         (message-simplify-subject): New function to remove duplicate code.
11112         (message-reply, message-followup): Use it.
11113
11114         * gnus-sum.el (gnus-summary-make-menu-bar):
11115         Clarify gnus-summary-limit-to-articles.
11116
11117 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11118
11119         * gnus-util.el (gnus-with-local-quit): New macro.
11120
11121         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11122
11123 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11124
11125         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11126         ignore non-string data.
11127
11128 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11129
11130         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11131         non-string data (needs to be done in the registry too).
11132
11133 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11134
11135         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11136         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11137         (gnus-registry-split-fancy-with-parent)
11138         (gnus-registry-fetch-simplified-message-subject-fast)
11139         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11140         Remove text properties on ingress into the registry and when it's saved.
11141         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11142         registry from entries with no groups.
11143
11144 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11145
11146         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11147         function to remove string properties.
11148
11149 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11150
11151         * gmm-utils.el (gmm): Adjust custom version.
11152
11153         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11154         Adjust custom version.
11155
11156         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11157
11158 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11159
11160         * gnus-art.el (gnus-insert-prev-page-button)
11161         (gnus-insert-next-page-button): Simplify.  Reformat.
11162
11163 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11164
11165         * gnus-art.el (gnus-insert-prev-page-button)
11166         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11167
11168 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11169
11170         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11171
11172 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11173
11174         * gnus-art.el (gnus-insert-mime-button)
11175         (gnus-insert-mime-security-button):
11176         Apply gnus-article-button-face to MIME and security buttons.
11177
11178 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11179
11180         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11181         readable.
11182
11183 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11184
11185         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11186
11187 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11188
11189         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11190         `browse-url-of-file' instead of `browse-url'.
11191
11192 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11193
11194         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11195         regexp.  Articles containing quotation were cut prematurely.
11196
11197 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * message.el (message-cite-original-1): Use nobody by default for the
11200         value of From header.
11201         (message-reply): Ditto.
11202
11203 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11204
11205         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11206         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11207         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11208
11209 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11210
11211         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11212         mails in the doc string.  Add some URLs in comment.
11213         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11214
11215 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11216
11217         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11218         backslashes handling and the way to find boundaries of quoted strings.
11219
11220 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11221
11222         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11223         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11224         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11225         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11226
11227 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11228
11229         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11230         doc string.
11231         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11232
11233 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11234
11235         * lpath.el: Fbind epg-check-configuration.
11236
11237 2006-09-06  Simon Josefsson  <jas@extundo.com>
11238
11239         * mml2015.el (mml2015-use): Doc fix, mention epg.
11240
11241 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11242
11243         * mml2015.el (mml2015-use): Default to epg, if available.
11244
11245 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11246
11247         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11248         message-sender.
11249         (mml1991-epg-encrypt): Ditto.
11250         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11251         message-sender.
11252         (mml2015-epg-encrypt): Ditto.
11253
11254 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11255
11256         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11257         several common directories.
11258
11259 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11260
11261         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11262         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11263
11264 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11265
11266         * gnus-art.el (article-decode-encoded-words): Make it fast.
11267
11268 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11269
11270         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11271
11272         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11273         in quoted string into `\'.
11274
11275 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11276
11277         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11278         Use standard-syntax-table.
11279
11280 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11281
11282         * gnus-art.el (gnus-decode-address-function): New variable.
11283         (article-decode-encoded-words): Use it to decode headers which are
11284         assumed to contain addresses.
11285         (gnus-mime-delete-part): Remove useless `or'.
11286
11287         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11288         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11289         (gnus-nov-parse-line): Use it to decode From header.
11290         (gnus-get-newsgroup-headers): Ditto.
11291         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11292
11293         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11294         (mail-decode-encoded-address-string): New alias.
11295
11296         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11297         New function.
11298         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11299         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11300         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11301         (rfc2047-decode-string): Ditto.
11302         (rfc2047-decode-address-region): New function.
11303         (rfc2047-decode-address-string): New function.
11304
11305 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11306
11307         * message.el (message-caesar-buffer-body): Allow rotating headers.
11308
11309         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11310
11311         * message.el (message-insert-formated-citation-line): Fix %f.
11312         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11313
11314 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11315
11316         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11317         (gnus-bookmark-mouse-available-p): New macro.
11318         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11319         (gnus-bookmark-bmenu-show-infos): Use it.
11320         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11321         (gnus-bookmark-bmenu-hide-infos): Ditto.
11322         (gnus-bookmark-remove-properties): New function.
11323         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11324         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11325         (gnus-bookmark-write-file): Bind coding-system-for-write.
11326         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11327         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11328         group before selecting it.
11329         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11330         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11331         quit-window if it is not available; use gnus-mouse-2 and bind it to
11332         gnus-bookmark-bmenu-select-by-mouse.
11333         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11334         (gnus-bookmark-bmenu-select-by-mouse): New function.
11335
11336 2006-08-13  Romain Francoise  <romain@orebokech.com>
11337
11338         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11339         space.
11340
11341 2006-08-10  Romain Francoise  <romain@orebokech.com>
11342
11343         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11344         (dns-mode-soa-auto-increment-serial): New user option.
11345         (dns-mode-soa-maybe-increment-serial): New function.
11346         (dns-mode): Add the latter to `write-contents-functions'.
11347
11348 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11349
11350         * compface.el (uncompface): Use binary rather than raw-text-unix.
11351
11352 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11353
11354         * compface.el (uncompface): Make sure the eol conversion doesn't take
11355         place when communicating with the external programs.
11356         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11357
11358 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11359
11360         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11361
11362 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11363
11364         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11365         Make it more robust by parsing author and date independently.
11366
11367 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11368
11369         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11370
11371 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11372
11373         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11374         first matching secret key.
11375         (mml2015-epg-encrypt): Ditto.
11376
11377         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11378         first matching secret key.
11379         (mml1991-epg-encrypt): Ditto.
11380
11381         * mml2015.el (mml2015-encrypt-to-self): New user option.
11382         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11383         mml2015-epg-encrypt-to-self is set.
11384
11385         * mml1991.el (mml1991-encrypt-to-self): New variable.
11386         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11387         mml1991-epg-encrypt-to-self is set.
11388
11389         * mml2015.el (mml2015-signers): New user option.
11390         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11391         (mml2015-epg-encrypt): Allow to select signing keys.
11392
11393         * mml1991.el (mml1991-signers): New variable.
11394         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11395         (mml1991-epg-encrypt): Allow to select signing keys.
11396
11397 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11398
11399         * nnheader.el (nnheader-insert-head): Make it work even if the file
11400         uses CRLF for the line-break code.
11401
11402 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11403
11404         * mml2015.el: Require mml-sec instead of password.
11405         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11406         (mml2015-cache-passphrase): Inherit the default value from
11407         mml-secure-cache-passphrase.
11408         (mml2015-passphrase-cache-expiry): Inherit the default value from
11409         mml-secure-passphrase-cache-expiry.
11410
11411         * mml1991.el: Require mml-sec instead of password.
11412         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11413         (mml1991-cache-passphrase): Inherit the default value from
11414         mml-secure-cache-passphrase.
11415         (mml1991-passphrase-cache-expiry): Inherit the default value from
11416         mml-secure-passphrase-cache-expiry.
11417
11418         * mml-sec.el: Require password.
11419         (mml-secure-verbose): New user option.
11420         (mml-secure-cache-passphrase): New user option.
11421         (mml-secure-passphrase-cache-expiry): New user option.
11422
11423 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11424
11425         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11426         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11427         andreas@altroot.de (Andreas Vögele).
11428
11429         FIXME: Use `tiny change'?
11430
11431 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11432
11433         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11434         workaround for the url package included with Emacs.
11435
11436         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11437
11438 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11439
11440         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11441         correctly.  This fixes a bug caused by the 2006-05-12 change.
11442
11443 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11444
11445         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11446         some information about the error when saying that the `bogus' mail
11447         group will be used.
11448
11449 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11450
11451         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11452         string.
11453
11454 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11455
11456         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11457
11458 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11459
11460         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11461
11462 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11463
11464         * mml1991.el (mml1991-function-alist): Add epg.
11465         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11466         (mml1991-epg-encrypt): New functions.
11467
11468 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11469
11470         * mml2015.el (mml2015-verbose): New variable.
11471         (mml2015-cache-passphrase): Ditto.
11472         (mml2015-passphrase-cache-expiry): Ditto.
11473         (mml2015-function-alist): Add epg.
11474         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11475         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11476         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11477         New functions.
11478
11479 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11480
11481         * message.el (message-cite-original-1): Preserve region when removing
11482         quoted text due to X-No-Archive in order to avoid bogus attribution
11483         when citing multiple messages.
11484
11485 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11486
11487         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11488         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11489
11490 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11491
11492         * gnus-diary.el (gnus-user-format-function-d)
11493         (gnus-user-format-function-D): Autoload.
11494
11495         * imap.el (Commentary): Fix typo.
11496
11497         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11498         2006-04-22 contribution.
11499
11500 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11501
11502         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11503         It didn't really fix the bogosity I'm seeing with solid web groups.
11504
11505 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11506
11507         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11508         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11509         created using server names.  If we use the feature without declaring
11510         it, Gnus does not properly manage server and group state.
11511
11512         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11513         bound.
11514
11515 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11516
11517         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11518         looking up the method using GROUP's prefix before inventing a new one.
11519         It is used on killed/unknown groups in various places where returning
11520         an all-new method isn't expected by the caller.
11521
11522         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11523         and match semantics of gnus-group-real-prefix.
11524
11525 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11526
11527         * nnmail.el (nnmail-broken-references-mailers): New variable.
11528         (nnmail-ignore-broken-references): New function generalizing
11529         nnmail-fix-eudora-headers.
11530         (nnmail-fix-eudora-headers): Now obsolete.
11531
11532         * gnus-art.el (gnus-button-handle-custom):
11533         Support `customize-apropos*'.
11534
11535 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11536
11537         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11538
11539         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11540         articles.
11541
11542 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11543
11544         * message.el (message-cite-reply-above): New variable.
11545         (message-yank-original): Use it.
11546
11547 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11548
11549         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11550
11551 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11552
11553         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11554         as read.
11555
11556         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11557
11558 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11559
11560         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11561         (gnus-bookmark-default-file): Use gnus-directory.
11562         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11563         Remove "*" in doc string.
11564         (gnus-bookmark-write-file): Simplify.
11565         (gnus-bookmark-maybe-sort-alist): Use `when'.
11566         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11567         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11568         Add FIXME about Emacs 21 and XEmacs compatibility.
11569         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11570         compatibility.
11571         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11572         compatibility.
11573         (gnus-bookmark-menu-heading): Fix version.
11574
11575 2006-06-19  Bastien Guerry  <bzg@altern.org>
11576
11577         * gnus-bookmark.el: New file.
11578
11579 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11580
11581         * message.el (message-syntax-checks): Doc fix.
11582
11583 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11584
11585         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11586         unsubscribed groups as if they were killed ones.  It causes duplicate
11587         entries in gnus-newsrc-alist.
11588
11589 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11590
11591         * message.el (message-syntax-checks): Doc fix.
11592         (message-send-mail): Add check for continuation headers.
11593         (message-check-news-header-syntax): Fix regexp used to check for
11594         continuation headers.
11595
11596 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11597
11598         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11599
11600 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11601
11602         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11603
11604 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11605
11606         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11607         default-truncate-lines.
11608
11609 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11610
11611         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11612         to fill the utf-8 entry.
11613
11614         * lpath.el: Fbind unicode-precedence-list.
11615
11616 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11617
11618         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11619
11620 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11621
11622         * gnus-agent.el (directory-files-and-attributes): Move all the way
11623         forward (the third and final move).
11624         (gnus-agent-read-agentview): Trap reconstruction errors due to
11625         nonexistent directory.  Handle by returning nil.
11626
11627 2006-05-30  Didier Verna  <didier@xemacs.org>
11628
11629         * message.el (message-dont-reply-to-names): Update the custom type.
11630         * message.el (message-dont-reply-to-names): New defsubst: potentially
11631         convert a list of regexps into a single one.
11632         * message.el (message-get-reply-headers): Use it.
11633         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11634
11635 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11636
11637         * gnus-agent.el (directory-files-and-attributes): Move forward.
11638
11639 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11640
11641         * gnus-ml.el (gnus-mailing-list-subscribe)
11642         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11643         (gnus-mailing-list-message): Fix doc strings.
11644
11645 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11646
11647         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11648         of doing it manually.
11649
11650 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11651
11652         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11653         comment.
11654
11655 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11656
11657         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11658         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11659         (gnus-agent-read-local): All symbols allocated in my-obarray.
11660         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11661         (gnus-agent-regenerate-group): Check numeric names to see if they are
11662         messages or groups.
11663         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11664         better way of do this...)
11665
11666         * gnus-cache.el (gnus-agent-total-fetched-for):
11667         Ignore 'dummy.group' (there should be a better way of do this...)
11668
11669 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11670
11671         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11672         (gnus-saved-headers): Ditto.
11673         (gnus-default-article-saver): Mention functions may have properties.
11674         (gnus-article-save): Override gnus-save-all-headers and
11675         gnus-saved-headers by :headers property which saver function may have.
11676         (gnus-summary-save-in-file): Add :headers property.
11677         (gnus-summary-write-to-file): Ditto.
11678
11679         * gnus-sum.el (gnus-summary-save-article): Bind
11680         gnus-prompt-before-saving to t when saving many articles in a file;
11681         always show all headers.
11682
11683         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11684
11685 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11686
11687         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11688         marks.
11689
11690         * message.el (message-indent-citation): Add optional arguments to allow
11691         using it outside of message buffers.
11692
11693         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11694         (gnus-article-treat-unfold-headers): Use it.
11695         (gnus-article-truncate-lines): New variable.
11696         (gnus-article-mode): Use it.
11697         (gnus-article-toggle-truncate-lines): New function.
11698
11699         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11700         Add gnus-article-toggle-truncate-lines.
11701
11702         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11703         coding system in XEmacs, use binary.
11704
11705 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11706
11707         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11708         after-load-alist.
11709
11710         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11711         this function should save decoded articles.
11712         (gnus-summary-write-to-file): Use property to specify this function
11713         should save decoded articles and specify gnus-summary-save-in-file
11714         should be used to save articles other than the first one when saving
11715         many articles.
11716         (gnus-summary-save-body-in-file): Use property to specify this
11717         function should save decoded articles.
11718         (gnus-summary-write-body-to-file): Use property to specify this
11719         function should save decoded articles and specify
11720         gnus-summary-save-body-in-file should be used to save articles other
11721         than the first one when saving many articles.
11722
11723         * gnus-sum.el (gnus-summary-save-article): Simplify.
11724
11725 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11726
11727         * gnus-art.el (gnus-default-article-saver):
11728         Add gnus-summary-write-body-to-file.
11729         (gnus-article-save-coding-system): Don't use coding system object
11730         in XEmacs.
11731         (gnus-read-save-file-name): Add optional `dir-var' argument which
11732         specifies directory in which files are saved; work even if optional
11733         `variable' argument is not specified.
11734         (gnus-summary-write-to-file): Read file name.
11735         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11736         (gnus-summary-write-body-to-file): New function.
11737
11738         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11739         (gnus-summary-local-variables): Add it.
11740         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11741         (gnus-summary-save-article): Remove optional `decode' argument;
11742         determine whether to decode articles by the value of
11743         gnus-default-article-saver; when saving many files using
11744         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11745         it first and use gnus-summary-save-in-file or
11746         gnus-summary-save-body-in-file thereafter unless
11747         gnus-prompt-before-saving is always; move point to article which
11748         will be saved.
11749         (gnus-summary-save-article-file): Revert.
11750         (gnus-summary-write-article-file): Revert.
11751         (gnus-summary-save-article-body-file): Revert.
11752         (gnus-summary-write-article-body-file): New function.
11753
11754 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11755
11756         * gnus-art.el (gnus-default-article-saver): Doc fix.
11757         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11758         from gnus-summary-save-article-coding-system, and default to a
11759         certain coding system.
11760         (gnus-output-to-file): Add coding cookie and encode text according
11761         to gnus-article-save-coding-system; don't use mm-append-to-file.
11762
11763         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11764         gnus-art.el and rename to gnus-article-save-coding-system.
11765         (gnus-summary-save-article): Require gnus-art; don't show all
11766         headers if it decodes articles; don't add coding cookie here;
11767         don't bind mm-text-coding-system-for-write.
11768         (gnus-summary-save-article-file): Save decoded articles.
11769         (gnus-summary-write-article-file): When saving many files, use
11770         gnus-summary-write-to-file first and gnus-summary-save-in-file
11771         thereafter unless gnus-prompt-before-saving is always.
11772         (gnus-summary-save-article-body-file): Save decoded articles.
11773
11774         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11775
11776 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11777
11778         * nnrss.el (nnrss-check-group): Bind hash-index.
11779
11780 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11781
11782         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11783         its hash index.  Store this hash in `nnrss-group-data'.
11784         (nnrss-read-group-data): Update accordingly.
11785
11786 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11787
11788         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11789         entry.
11790
11791         * gnus-sum.el (gnus-summary-make-menu-bar):
11792         Add gnus-article-browse-html-article.
11793
11794 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11795
11796         * gnus-sum.el (gnus-summary-mime-map):
11797         Add gnus-article-browse-html-article.
11798
11799         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11800
11801 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11802
11803         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11804         suitable coding systems in customize.
11805
11806 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11807
11808         * mail-source.el (mail-sources): Fix custom type.
11809
11810 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11811
11812         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11813         (gnus-summary-expire-articles-now): Shorten prompt.
11814
11815         * gmm-utils.el (wid-edit): Require.
11816         (defun-gmm): Rename from `gmm-defun-compat'.
11817         (gmm-image-search-load-path): Use it.
11818         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11819
11820 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11821
11822         * gnus-sum.el (gnus-summary-save-article-coding-system):
11823         New variable.
11824         (gnus-summary-save-article): Add optional `decode' argument.
11825         If it is set and gnus-summary-save-article-coding-system is non-nil,
11826         save decoded article.
11827         (gnus-summary-write-article-file): Save decoded article if
11828         gnus-summary-save-article-coding-system is non-nil.
11829
11830         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11831         type.
11832
11833 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11834
11835         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11836
11837 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11838
11839         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11840         first to test gnus-single-article-buffer which may be buffer-local.
11841
11842         * gnus-sum.el (gnus-summary-setup-buffer):
11843         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11844         group; make gnus-article-buffer, gnus-article-current, and
11845         gnus-original-article-buffer always buffer-local.
11846         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11847         group.
11848         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11849
11850 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11851
11852         * nnml.el (nnml-request-compact-group): Compressed files might not
11853         have .gz extension.
11854
11855 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11856
11857         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11858         (mm-copy-to-buffer): Use with-current-buffer.
11859         (mm-display-part): Simplify.
11860         (mm-inlinable-p): Add optional arg `type'.
11861
11862 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11863
11864         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11865         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11866         Try harder to show the attachment internally or externally using
11867         gnus-mime-view-part-as-type.
11868
11869 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11870
11871         * message.el (message-from-style, message-signature-separator)
11872         (message-user-organization-file, message-send-mail-function)
11873         (message-citation-line-function, message-yank-prefix)
11874         (message-indent-citation-function, message-signature)
11875         (message-signature-file, message-signature-insert-empty-line):
11876         Remove autoloads.
11877
11878         * gnus-art.el (gnus-buttonized-mime-types):
11879         Remove "multipart/signed".  Revert 2006-04-26 change.
11880
11881 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11882
11883         * gnus.el (gnus-version-number): Bump version.
11884
11885 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11886
11887         * gnus.el: No Gnus v0.5 is released.
11888
11889 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11890
11891         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11892         fetching articles by message-id.
11893
11894 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11895
11896         * message.el (hashcash): Require hashcash as normal.
11897
11898         * ecomplete.el (ecomplete-highlight-match-line):
11899         Use point-at-eol.
11900         (ecomplete-highlight-match-line): Use `highlight', because that
11901         face exists in both Emacs and XEmacs.
11902
11903         * message.el (message-display-abbrev): Use point-at-bol.
11904
11905         * mail-source.el: Don't require timer/timer-funcs.
11906
11907         * gnus-async.el: Ditto.
11908
11909         * password.el: Ditto.
11910
11911         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11912
11913         * mm-url.el: Ditto.
11914
11915         * gnus-xmas.el: Don't require timer-funcs.
11916
11917         * mm-util.el: Require timer/timer-funcs.
11918
11919 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11920
11921         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11922         Close.
11923
11924 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11925
11926         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11927         unibyte after clear-decrypt function runs.
11928
11929         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11930         returns as a unibyte string.
11931
11932 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11933
11934         * lpath.el: Revert.
11935
11936         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11937         (pgg-gpg-process-sentinel): Revert.
11938
11939         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11940         (pgg-pgp-lookup-key): Revert.
11941
11942         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11943         (pgg-pgp5-lookup-key): Revert.
11944
11945         * pgg.el (pgg-fetch-key): Revert.
11946
11947 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11948
11949         * lpath.el: Fbind string-as-multibyte for XEmacs.
11950
11951         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11952         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11953         (mml1991-pgg-encrypt): Ditto.
11954
11955         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11956         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11957         a multibyte buffer.
11958
11959         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11960         (pgg-pgp-lookup-key): Ditto.
11961
11962         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11963         (pgg-pgp5-lookup-key): Ditto.
11964
11965         * pgg.el (pgg-fetch-key): Ditto.
11966
11967 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11968
11969         * message.el (message-user-organization-file): Check several
11970         locations of the organization file.
11971
11972         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11973         Add gnus-article-view-part-as-type.
11974
11975         * gnus-art.el (gnus-article-view-part-as-type): New function.
11976
11977         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11978         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11979
11980         * mml.el: Simplify autoload.
11981         (mml-mode): defvar dnd-protocol-alist instead of using
11982         symbol-value.
11983         (mml-default-directory): New variable.
11984         (mml-minibuffer-read-file): Use it.
11985         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11986
11987         * message.el (message-citation-line-format): New variable.
11988         (message-insert-formated-citation-line): New function.
11989         (message-citation-line-function):
11990         Add `message-insert-formated-citation-line' to custom type.
11991
11992         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11993         to doc string.
11994
11995         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11996         depending on mm-verify-option.
11997
11998 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11999
12000         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12001         binding pgg-* variables; reimplement the section which prevents
12002         MIME header from being signed.
12003         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12004         pgg-text-mode; remove a blank line at the top of body.
12005
12006         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12007         lines at the top of body; use gnus-newsgroup-charset if there's no
12008         Charset header.
12009
12010 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12011
12012         * message.el (message-self-insert-commands): Doc fix.
12013
12014         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12015         (mm-uu-pgp-encrypted-test): Ditto.
12016         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12017         between header and body; return application/pgp-encrypted handle
12018         if decryption failed; decode decrypted body by charset.
12019
12020         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12021         element match to application/pgp-*.
12022
12023 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12024
12025         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12026         HTML.
12027
12028 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12029
12030         * mail-source.el (mail-source-call-script): Message the error
12031         string.
12032
12033 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12034
12035         * gnus-util.el (gnus-byte-compile): Use it.
12036
12037 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12038
12039         * gnus-util.el (kill-empty-logs): New function.
12040
12041 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12042
12043         * message.el (message-mail-alias-type): Doc fix.
12044         (message-mail-alias-type-p): New function.
12045         (message-send): Use it.
12046         (message-mode): Ditto.
12047         (message-strip-forbidden-properties): Ditto.
12048
12049         * ecomplete.el (ecomplete-database-file-coding-system):
12050         New variable.
12051         (ecomplete-save): Use it.
12052         (ecomplete-setup): Use it.
12053
12054 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12055
12056         * message.el (message-self-insert-commands): New variable.
12057         (message-strip-forbidden-properties): Use it.
12058
12059 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12060
12061         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12062         that doesn't make XEmacs choke.
12063
12064 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12065
12066         * gnus-util.el (gnus-replace-in-string):
12067         Prefer replace-regexp-in-string over of replace-in-string.
12068
12069 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12070
12071         * gnus-util.el (gnus-select-frame-set-input-focus):
12072         Use select-frame-set-input-focus if it is available in XEmacs; use
12073         definition defined in Emacs 22 for old Emacsen.
12074
12075         * dgnushack.el: Autoload unmorse-region for XEmacs.
12076
12077         * lpath.el: Bind cursor-in-non-selected-windows and
12078         select-frame-set-input-focus for XEmacs.
12079
12080 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12081
12082         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12083
12084 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12085
12086         * gnus-registry.el (gnus-registry-cache-save): Remove text
12087         properties when saving via the temp buffer.
12088
12089 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12090
12091         * message.el (message-generate-hashcash): Honor custom type.
12092
12093 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12094
12095         * message.el (message-generate-hashcash): Default to non-nil when
12096         hashcash is found.
12097
12098         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12099         (gnus-refer-thread-limit): Increase default to 500.
12100
12101         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12102
12103         * flow-fill.el (fill-flowed): Allow delete-space.
12104
12105 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12106
12107         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12108         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12109         Remove autoloads.
12110
12111 2006-04-18  Simon Josefsson  <jas@extundo.com>
12112
12113         * message.el (message-generate-hashcash): Default to.
12114
12115 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12116
12117         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12118         concatenating segments rather than before concatenating them.
12119
12120 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12121
12122         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12123
12124 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12125
12126         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12127
12128         * message.el (message-forward-make-body-plain):
12129         Allow message-forward-ignored-headers to be a list.
12130         (message-remove-ignored-headers): Factor out into function.
12131         (message-forward-make-body-mml): Use it.
12132
12133         * imap.el (imap-quote-specials): New function.
12134         (imap-login-auth): Quote specials.
12135
12136         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12137         (rfc2231-parse-string): Allow concatanation of parameters that
12138         aren't contiguous.  The test case is
12139           (mail-header-parse-content-type "message/external-body;
12140             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12141             access-type=LOCAL-FILE;
12142             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12143
12144 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12145
12146         * nntp.el (nntp-accept-process-output): Return the value of
12147         `nnheader-accept-process-output'.
12148
12149 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12150
12151         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12152         (gnus-button-alist): Recognize more diff formats.
12153         (gnus-button-patch): Strip directory.
12154
12155 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12156
12157         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12158         Emacs 22 when setting focus.
12159
12160 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12161
12162         * gnus-art.el (gnus-article-treat-types): Do treatment of
12163         text/x-verbatim parts.
12164         (gnus-button-patch): New command.
12165
12166         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12167         addresses that contain invalid characters.
12168
12169 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12170
12171         * message.el (message-put-addresses-in-ecomplete):
12172         Use gnus-replace-in-string.
12173         (message-is-yours-p): Use the more correct
12174         mail-header-parse-address instead of
12175         mail-extract-address-components.
12176         (message-put-addresses-in-ecomplete): Fix typo.
12177
12178         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12179         keystroke.
12180
12181         * gnus-art.el (gnus-treatment-function-alist): Change order of
12182         newsgroups/generic header folding to avoid double-folding.
12183
12184         * message.el (message-hidden-headers): Add X-Draft-From.
12185
12186         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12187         New command.
12188         (gnus-summary-repeat-search-article-backward): New command.
12189
12190         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12191         groups in the parent topic.
12192
12193 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12194
12195         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12196         (spam-extra-header-to-number): Return the CRM114 number as a
12197         number instead of a string.
12198
12199 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12200
12201         * gnus-art.el (gnus-face-properties-alist): Move here from
12202         gnus-fun.
12203
12204         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12205
12206 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12207
12208         * message.el (message-strip-forbidden-properties): Only display on
12209         self-insert-command.
12210
12211         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12212         reindent.
12213         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12214
12215 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12216
12217         * smiley.el (smiley-style): Fix typo.
12218
12219 2006-03-23  Kenichi Handa  <handa@m17n.org>
12220
12221         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12222         instead of set-buffer-multibyte.
12223
12224 2006-03-23  Kenichi Handa  <handa@m17n.org>
12225
12226         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12227         buffer and then decode the buffer text if necessary.
12228         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12229         first, and after mm-encode-body, change the buffer to unibyte.
12230
12231 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12232
12233         * hashcash.el (hashcash-insert-payment-async-2):
12234         Use message-goto-eoh instead of doing it manually.
12235         (mail-add-payment): Use message-narrow-to-header instead of trying
12236         to do the same itself.
12237
12238         * message.el (message-hidden-headers): Add Face.
12239
12240         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12241         reparenting code.
12242         (gnus-summary-reparent-children): Refactored out code.
12243         (gnus-summary-thread-map): New keystroke.
12244         (gnus-summary-reparent-children): Make into command.
12245
12246         * smiley.el (smiley-style): Default to `medium' if using a large
12247         font.
12248
12249         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12250         does it itself.
12251
12252         * message.el (message-point-in-header-p): Simplify definition.
12253
12254 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12255
12256         * nnagent.el (nnagent-request-set-mark): Silence log file
12257         writing.
12258         (nnagent-request-set-mark): Use write-region instead of
12259         append-to-file.
12260
12261         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12262         strange select method.
12263
12264         * ecomplete.el (ecomplete-display-matches): Get highlightling
12265         right.
12266         (ecomplete-display-matches): Use literals.
12267         (ecomplete-display-matches): Disable message logging.
12268
12269         * message.el (message-display-abbrev): Small optimization.
12270
12271         * ecomplete.el (ecomplete-display-matches): Allow automatic
12272         display.
12273
12274         * message.el (message-strip-forbidden-properties):
12275         Display abbrevs.
12276         (message-display-abbrev): Get automatic display right.
12277
12278         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12279         keystrokes.
12280
12281 2006-04-13  Romain Francoise  <romain@orebokech.com>
12282
12283         TODO: Backport to v5-10!
12284
12285         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12286         Move here (and rename) from gnus-registry.el.
12287
12288         * gnus-registry.el: Require gnus-util.
12289         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12290
12291 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12292
12293         * gnus-group.el (gnus-group-catchup-current):
12294         Change if-then-else-if-then-else into cond.
12295         (gnus-group-catchup): Indent.
12296         (group-name-at-point): New function.
12297         (gnus-fetch-group): Provide default from thing at point.
12298
12299 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12300
12301         * message.el (message-display-abbrev): Fix regexp.
12302
12303         * ecomplete.el (ecomplete-highlight-match-line):
12304         Reimplement choosing.
12305         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12306         dead variables.
12307
12308         * message.el (message-newline-and-indent): Remove debugging.
12309         (message-display-abbrev): Use new implementation.
12310
12311 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12312
12313         * gnus-art.el (gnus-article-mode):
12314         Set cursor-in-non-selected-windows to nil.
12315
12316         * smiley.el: Revert previous change.
12317         (smiley-data-directory): defvar it before using it in the
12318         defcustom of `smiley-style'.
12319
12320 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12321
12322         * message.el (message-newline-and-indent): New function.
12323
12324         * ecomplete.el: Implement more bits.
12325
12326         * message.el (message-put-addresses-in-ecomplete): Clean up the
12327         string.
12328
12329         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12330
12331         * gnus-sum.el (gnus-summary-save-parts):
12332         Bind gnus-summary-save-parts-counter and use it to make unique file
12333         names.
12334
12335         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12336
12337         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12338         parameter to say whether to actually parse the individual
12339         addresses.
12340
12341         * message.el (message-put-addresses-in-ecomplete): New function.
12342         (ecomplete): Require.
12343         (message-mail-alias-type): Add ecomplete as an option.
12344
12345 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12346
12347         * flow-fill.el (fill-flowed): Remove trailing space from blank
12348         quoted lines.
12349
12350 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12351
12352         * smiley.el (smiley-style): Move definition later to avoid a
12353         compilation warning.
12354
12355 2006-04-12  Kenichi Handa  <handa@m17n.org>
12356
12357         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12358         buffer and then decode the buffer text if necessary.
12359         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12360         first, and after mm-encode-body, change the buffer to unibyte.
12361         Use mm-disable-multibyte instead of set-buffer-multibyte.
12362
12363 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12364
12365         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12366         Content-Type header instead of Content-Disposition header.
12367         (gnus-mime-inline-part): Ditto.
12368         (gnus-mime-view-part-as-charset): Ignore charset that the part
12369         specifies.
12370
12371         * mm-decode.el (mm-display-part): Work with external parts and
12372         usual parts similarly.
12373
12374         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12375         instead of gnus-display-mime.
12376
12377         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12378         instead of with-temp-buffer.
12379
12380         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12381         tag to summarized topics part in order to encode non-ASCII text.
12382
12383 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12384
12385         * smiley.el (smiley-style): New variable.
12386         (smiley-directory): New function.
12387         (smiley-data-directory): Derive from `smiley-style' using
12388         `smiley-directory'.
12389         (smiley-regexp-alist): Add new entries.
12390
12391         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12392         (gnus-article-browse-delete-temp): Add :version.
12393
12394 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12395
12396         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12397         the sieve region.
12398
12399 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12400
12401         * gnus.el (gnus-version-number): Bump version.
12402
12403 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12404
12405         * gnus.el: No Gnus v0.4 is released.
12406
12407 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12408
12409         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12410         layout.
12411
12412         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12413         unknown charset.
12414
12415         * message.el (message-header-synonyms): Add Original-To to the
12416         default.
12417
12418         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12419         optional parameter.
12420
12421 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12422
12423         * gnus-fun.el (gnus): Require it for gnus-directory.
12424
12425 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12426
12427         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12428
12429 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12430
12431         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12432
12433 2006-04-05  Simon Josefsson  <jas@extundo.com>
12434
12435         * password.el (password-reset): New function.
12436
12437 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12438
12439         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12440         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12441
12442 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12443
12444         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12445         Some whitespace was matched into the url, which broke browsing hits
12446         > 100 when mm-url-use-external was nil.
12447
12448 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12449
12450         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12451         Check gnus-extra-headers for 'Newsgroups.
12452
12453         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12454         bound.
12455
12456 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12457
12458         * pgg-gpg.el: Clean up process buffers every time gpg processes
12459         complete.
12460
12461 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12462
12463         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12464         doc string.
12465
12466 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12467
12468         * pgg-gpg.el (pgg-gpg-process-filter)
12469         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12470
12471         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12472         lines, temporary fix.
12473
12474 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12475
12476         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12477
12478 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12479
12480         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12481         default-enable-multibyte-characters.  This reverts the change from
12482         revision 6.17 which is no longer necessary because the passphrase
12483         is sent separately now.  GnuPG messages are unreadable under
12484         multibyte locales with default-enable-multibyte-characters set to
12485         nil.
12486
12487 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12488
12489         * message.el (message-tool-bar-gnome): Move "spell".
12490
12491 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12492
12493         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12494         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12495         instead.
12496
12497 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12498
12499         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12500         Improve newsgroups handling for NNTP overviews which don't include
12501         Newsgroups.
12502
12503 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12504
12505         * message.el (message-resend): Bind message-generate-hashcash to nil.
12506
12507 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12508
12509         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12510         when searching for already-paid recipients.
12511
12512 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12513
12514         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12515         passphrases when it is not needed.
12516         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12517         passphrase stuff from gpg, should only be necessary when you use
12518         gpg with a smartcard.
12519
12520 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12521
12522         * mml.el (mml-insert-mime): Ignore cached contents of
12523         message/external-body part.
12524
12525         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12526         (mm-insert-part): Ditto.
12527
12528 2006-03-23  Simon Josefsson  <jas@extundo.com>
12529
12530         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12531         Reiner.
12532         (pgg-gpg-use-agent-p): Use it again.
12533
12534 2006-03-23  Simon Josefsson  <jas@extundo.com>
12535
12536         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12537         older emacsen.
12538         (pgg-gpg-use-agent-p): Don't use it.
12539
12540 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12541
12542         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12543         if we can.
12544
12545 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12546
12547         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12548         (pgg-gpg-update-agent): New function.
12549         (pgg-gpg-use-agent-p): New function.
12550         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12551         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12552         (pgg-gpg-sign-region): Use it.
12553
12554 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12555
12556         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12557         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12558
12559 2006-03-21  Simon Josefsson  <jas@extundo.com>
12560
12561         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12562         <wilde@sha-bang.de>.
12563         (pgg-gpg-use-agent): New variable.
12564         (pgg-gpg-process-region): Use it.
12565         (pgg-gpg-encrypt-region): Likewise.
12566         (pgg-gpg-encrypt-symmetric-region): Likewise.
12567         (pgg-gpg-decrypt-region): Likewise.
12568         (pgg-gpg-sign-region): Likewise.
12569         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12570
12571 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12572
12573         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12574
12575         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12576         Add comment on version.
12577
12578 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12579
12580         * smiley.el: Add missing test smiley.
12581
12582 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12583
12584         * mm-decode.el (mm-with-part): New macro.
12585         (mm-get-part): Use it; work with message/external-body as well.
12586         (mm-save-part): Treat name and filename equally.
12587
12588         * mm-extern.el (mm-extern-cache-contents): New function.
12589         (mm-inline-external-body): Use it; force the part to be displayed;
12590         move undisplayer added to the cached handle to the parent.
12591
12592         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12593         (gnus-mime-view-part-as-type): Work with message/external-body.
12594
12595         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12596
12597 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12598
12599         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12600         images in image-load-path.  [Sync with image.el, revision 1.60, in
12601         Emacs.]
12602
12603 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12604
12605         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12606         path rather than symbol.  Always return list of directories.
12607         Guarantee that image directory comes first.  [Sync with image.el,
12608         revision 1.59, in Emacs.]
12609
12610         * message.el (message-make-tool-bar): Adjust to new API of
12611         `gmm-image-load-path-for-library'.
12612
12613         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12614
12615         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12616
12617 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12618
12619         * gnus-art.el (gnus-article-only-boring-p):
12620         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12621         intangible text.
12622         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12623
12624 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12625
12626         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12627         Use `defun' instead of `gmm-defun-compat'.
12628
12629 2006-03-14  Simon Josefsson  <jas@extundo.com>
12630
12631         * message.el (message-unique-id): Don't use message-number-base36
12632         if (user-uid) is a float.
12633         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12634
12635 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12636
12637         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12638
12639         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12640         empty line between a part and a message part.
12641
12642 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12643
12644         * smiley.el: Add more test smileys.
12645         (smiley-data-directory, smiley-regexp-alist)
12646         (gnus-smiley-file-types): Fix doc strings.
12647         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12648         adding new elements.
12649         (smiley-mouse-map): Unused code.  Make it a comment.
12650
12651 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12652
12653         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12654         scan latest NoCeM messages instead of old ones.
12655         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12656         delimiters that are recently used.
12657         (gnus-nocem-load-cache): Add autoload cookie.
12658
12659         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12660
12661         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12662         level which is larger than gnus-use-nocem is specified.
12663
12664         * gnus-group.el (gnus-group-get-new-news): Ditto.
12665
12666 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12667
12668         * gnus-util.el (gnus-tool-bar-update): New function.
12669
12670         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12671         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12672
12673         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12674
12675         * gnus-group.el (gnus-group-redraw-when-idle)
12676         (gnus-group-redraw-check): Remove.
12677         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12678
12679 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12680
12681         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12682         if optional last element is specified in splits (FIELD VALUE...).
12683
12684 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12685
12686         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12687         to gmm-image-load-path-for-library.  Call with no-error argument.
12688         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12689
12690         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12691
12692         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12693
12694         * gmm-utils.el (gmm-image-load-path): Remove alias.
12695
12696 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12697
12698         * gmm-utils.el (gmm-image-load-path): Add alias.
12699
12700         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12701         nnml-generate-nov-databases-1.
12702         (nnml-generate-nov-databases): Use it.
12703         (nnml-generate-nov-databases-directory): Document no-active
12704         argument.
12705
12706         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12707         directory if path is t.  Add no-error.
12708
12709         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12710         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12711
12712         * gnus-art.el (gnus-article-browse-delete-temp-files):
12713         Simplify resetting gnus-article-browse-html-temp-list.
12714
12715         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12716         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12717         Add example to docstring.  Rename local variables.  Move error
12718         checks to default case in cond and simplify.
12719
12720 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12721
12722         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12723         handle is multipart when calling it recursively.
12724         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12725
12726 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12727
12728         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12729         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12730
12731 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12732
12733         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12734         is loaded.
12735
12736         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12737         loaded.
12738
12739 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12740
12741         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12742         to "Emacs 23 (unicode)" in doc string.
12743
12744         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12745         "Emacs 23 (unicode)" in comment.
12746
12747 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12748
12749         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12750
12751         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12752         characters 160 through 255 in Emacs 23.
12753
12754 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12755
12756         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12757         gnus-article-browse-html-temp.
12758         (gnus-article-browse-delete-temp): Make it customizable.
12759         Add `file'.  Adjust doc string.
12760         (gnus-article-browse-delete-temp-files): Add argument.
12761         Allow query for each file.  Adjust doc string.
12762         (gnus-article-browse-html-parts):
12763         Add `gnus-article-browse-delete-temp-files' to
12764         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12765
12766 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12767
12768         * gnus-art.el (gnus-article-browse-html-temp)
12769         (gnus-article-browse-delete-temp): New variables.
12770         (gnus-article-browse-delete-temp-files): New function.
12771         (gnus-article-browse-html-parts): Use it.
12772
12773 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12774
12775         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12776
12777         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12778         string.
12779
12780         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12781         gnus-summary-insert-new-articles when unplugged.
12782         Remove gnus-summary-search-article-forward.
12783
12784         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12785         display-visual-class instead of display-color-cells.
12786
12787 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12788
12789         * dgnushack.el: Autoload customize-group for XEmacs.
12790
12791         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12792         message/* containing non-ASCII text properly.
12793
12794 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12795
12796         * message.el: Require gmm-utils, remove autoloads.
12797         (message-tool-bar): Set default based on
12798         gmm-tool-bar-style.
12799         (message-tool-bar-gnome): Add gmm-customize-mode.
12800
12801         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12802         gmm-tool-bar-style.
12803         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12804
12805         * gnus-group.el (gnus-group-tool-bar): Set default based on
12806         gmm-tool-bar-style.
12807         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12808
12809         * gmm-utils.el (gmm-image-directory): Rename variable from
12810         gmm-image-load-path.
12811         (gmm-image-load-path): Use gmm-image-directory.
12812         (gmm-customize-mode): New function.
12813         (gmm-tool-bar-style): New variable.
12814
12815         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12816         gnus-group-redraw-line-number.
12817         (gnus-group-redraw-check): Simplify.
12818         (gnus-group-tool-bar-update): Remove redraw check.
12819         (gnus-group-make-tool-bar): Add redraw check.
12820
12821 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12822
12823         * gnus-art.el (gnus-button): Add missing parentheses.
12824
12825 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12826
12827         * lpath.el: Fbind line-number-at-pos.
12828
12829 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12830
12831         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12832
12833 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12834
12835         * gnus-art.el (gnus-button): New face.
12836         (gnus-article-button-face): Use it.
12837
12838         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12839         Add gnus-summary-next-page.  Re-order.
12840
12841         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12842         next-node are now included.
12843         (gnus-group-redraw-line-number): New internal variable.
12844         (gnus-group-redraw-check): Helper function for updating the tool
12845         bar.
12846         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12847
12848         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12849
12850         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12851         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12852         Use it to match format of Spamassassin 3.0 and later.
12853         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12854         (spam-check-bogofilter)
12855         (spam-bogofilter-register-with-bogofilter): Fix args of
12856         `gnus-error' calls.
12857
12858 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12859
12860         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12861         unnecessary interaction when sending queued mails.
12862         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12863
12864 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12865
12866         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12867         first or last are nil.
12868
12869 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12870
12871         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12872
12873 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12874
12875         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12876
12877 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12878
12879         * dns.el (query-dns): Protect more against buggy tcp output.
12880
12881 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12882
12883         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12884         nov.php.
12885
12886 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12887
12888         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12889         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12890         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12891         output on the server side.
12892         (nnweb-google-create-mapping): Update regexps and add some
12893         progress indication.
12894
12895 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12896
12897         * gnus-group.el (gnus-group-tool-bar-gnome):
12898         Fix gnus-agent-toggle-plugged.  Re-order icons.
12899         (gnus-group-tool-bar-gnome):
12900         Add gnus-group-{prev,next}-unread-group.
12901         (gnus-group-tool-bar-gnome): Re-order icons.
12902
12903         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12904         Move gnus-summary-insert-new-articles.
12905
12906         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12907         Fix comments.
12908
12909         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12910         also available in Emacs 21.3.
12911
12912         * message.el (message-fix-before-sending): Change "Emacs 22" to
12913         "Emacs 23 (unicode)" in comment.
12914
12915         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12916         "Emacs 23 (unicode)" in comment.
12917
12918         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12919         comment.
12920         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12921
12922         * mm-view.el (mm-fill-flowed): Add :version.
12923
12924 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12925
12926         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12927         and load-path.
12928
12929 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12930
12931         * message.el: Autoload gmm-image-load-path.
12932         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12933         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12934         consitency.
12935
12936         * gmm-utils.el (gmm-image-load-path): Also search in
12937         "../etc/images".  Don't set gmm-image-load-path if we don't find
12938         the image.
12939
12940 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12941
12942         * gmm-utils.el (gmm-image-load-path): Don't make
12943         `gmm-image-load-path' include subdirectories which the second arg
12944         `image' might specify.
12945
12946         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12947         subdirectory to icon file names.
12948
12949         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12950
12951 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12952
12953         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12954         gmm-image-load-path calls.
12955
12956         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12957
12958         * message.el (message-make-tool-bar): Ditto.
12959
12960         * mml.el (mml-preview): Add comment concerning tool bar icons.
12961
12962         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12963         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12964
12965         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12966         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12967
12968         * message.el (message-tool-bar-gnome): Use new icon names.
12969         (message-make-tool-bar): Use `gmm-image-load-path'.
12970
12971         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12972         New functions from MH-E.
12973         (gmm-image-load-path): New variable from MH-E.
12974         (gmm-image-load-path): New function from MH-E.  Add arguments
12975         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12976         *-image-load-path-called-flag.
12977
12978 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12979
12980         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12981
12982 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12983
12984         * nnimap.el (nnimap-request-move-article): Change folder back to
12985         source group before deleting.
12986
12987 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12988
12989         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12990
12991         * gnus-art.el (mm-url-insert-file-contents-external):
12992         Autoload mm-url.
12993
12994         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12995
12996 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12997
12998         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12999         coding system which mm-charset-to-coding-system returns for a
13000         given charset is valid.
13001
13002 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13003
13004         * html2text.el (html2text-remove-tag-list):
13005         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13006
13007 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13008
13009         * gnus-cus.el: Revert 2005-10-17 change.
13010
13011 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13012
13013         * gnus-art.el (article-strip-banner):
13014         Call article-really-strip-banner only when the regexp match is made.
13015
13016 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13017
13018         * gnus-art.el (article-strip-banner):
13019         Use gnus-extract-address-components instead of
13020         mail-header-parse-addresses to make it work with non-ASCII text;
13021         remove mail-encode-encoded-word-string.
13022
13023         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13024         values which are surrounded with \"...\"; make it never cause a
13025         Lisp error; give up parsing of parameters if it failed in
13026         extracting type.
13027
13028 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13029
13030         * smime.el (smime-cert-by-ldap-1): Fix bug where
13031         `smime-ldap-search' returns results without userCertificates.
13032
13033 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13034
13035         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13036
13037 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13038
13039         * spam.el (spam-check-spamassassin-headers): Adapt format for
13040         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13041         <ari@mbf.ocn.ne.jp>.
13042         (spam-list-of-processors): Add spam-use-gmane.
13043
13044 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13045
13046         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13047         make-temp-file; make it work with XEmacs as well.
13048
13049         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13050         mm-make-temp-file.
13051
13052         * mm-decode.el (mm-display-external): Use the 3rd arg of
13053         mm-make-temp-file.
13054         (mm-create-image-xemacs): Ditto.
13055
13056 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13057
13058         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13059         with message-narrow-to-headers.
13060         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13061         (gnus-draft-check-draft-articles): New function.
13062         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13063
13064 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13065
13066         * gnus-art.el (gnus-article-browse-html-parts):
13067         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13068         Don't use suffix argument for mm-make-temp-file for Emacs 21
13069         compatibility.  Remove useless `format'.
13070
13071 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13072
13073         * nnweb.el (nnweb-google-wash-article): Update regexps.
13074         (nnweb-group-alist): Use defvoo instead of defvar.
13075
13076 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13077
13078         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13079         re-loading nn* modules.
13080
13081 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13082
13083         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13084         for `tool-bar-mode' and don't check it's default-value.
13085
13086         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13087
13088         * message.el (message-make-tool-bar): Ditto.
13089
13090         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13091         `substring'.  Shorten tmp-file name.
13092
13093         * gnus.el: Remove bogus comment.
13094
13095 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13096
13097         * gnus-art.el (gnus-article-browse-html-parts): New function.
13098         (gnus-article-browse-html-article): New function for viewing html
13099         articles with a browser.
13100
13101 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13102
13103         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13104         in elisp.
13105         (pgg-gpg-encrypt-symmetric-region): Ditto.
13106         (pgg-gpg-sign-region): Ditto.
13107
13108         * pgg-def.el (pgg-text-mode): New variable.
13109
13110         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13111         (mml2015-pgg-encrypt): Ditto.
13112
13113         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13114         (mml1991-pgg-encrypt): Ditto.
13115
13116 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13117
13118         * nnfolder.el (nnfolder-insert-newsgroup-line):
13119         Use message-make-date instead of current-time-string.
13120
13121         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13122         to gnus-decoded which mm-uu might set.
13123
13124 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13125
13126         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13127         don't decode quoted parameters; remove misimported Emacs code.
13128         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13129         (rfc2231-decode-encoded-string): Don't use split-string which
13130         behaves differently according to Emacs version; use
13131         mm-decode-coding-region to convert charset to coding-system.
13132         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13133         (rfc2231-encode-string): Remove misimported Emacs code.
13134
13135 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13136
13137         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13138         when calling mail-header-parse-content-type.
13139         (article-de-quoted-unreadable): Ditto.
13140         (article-de-base64-unreadable): Ditto.
13141         (article-wash-html): Ditto.
13142
13143         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13144         calling mail-header-parse-content-type and
13145         mail-header-parse-content-disposition.
13146         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13147         mail-header-parse-content-type.
13148
13149         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13150         insert charset and format parameters; encode description after
13151         inserting it to buffer.
13152         (mml-insert-parameter): Fold lines properly even if a parameter is
13153         segmented into two or more lines; change the max column to 76.
13154
13155         * rfc1843.el (rfc1843-decode-article-body): Don't use
13156         ignore-errors when calling mail-header-parse-content-type.
13157
13158         * rfc2231.el (rfc2231-parse-string): Return at least type if
13159         possible; don't cause an error even if it fails in parsing of
13160         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13161         (rfc2231-encode-string): Don't break lines at the beginning, leave
13162         it to mml-insert-parameter.
13163
13164         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13165         calling mail-header-parse-content-type.
13166
13167 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13168
13169         * spam-report.el (spam-report-gmane-use-article-number):
13170         Improve doc string.
13171         (spam-report-gmane-internal): Check if a suitable header was found
13172         in the article.
13173
13174 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13175
13176         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13177         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13178
13179 2006-02-05  Romain Francoise  <romain@orebokech.com>
13180
13181         Update copyright notices of all files in the gnus directory.
13182
13183 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13184
13185         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13186
13187 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13188
13189         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13190         segmented lines of parameter value to cope with Thunderbird 1.5
13191         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13192         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13193         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13194
13195 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13196
13197         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13198         parts.
13199
13200 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13201
13202         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13203         there's only one active file for all servers.
13204         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13205         solid groups.  Gnus might have used a FAST request to select the group.
13206         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13207         and nnweb-search redundantly in the active file.
13208         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13209         (nnweb-request-create-group): Don't use ARGS.
13210         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13211         initialisations.  Let nnoo do the work.
13212
13213 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13214
13215         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13216         Say the part has been decoded.
13217
13218         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13219
13220 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13221
13222         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13223         mailcap-viewer-test-cache when there's no 'test clause, since that
13224         will invert the meaning of a "nil" test previously determined by
13225         mailcap-mailcap-entry-passes-test.
13226
13227 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13228
13229         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13230         compiling.
13231
13232         * gnus-sum.el: Ditto.
13233
13234         * message.el: Don't bind tool-bar-map when compiling.
13235
13236 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13237
13238         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13239
13240 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13241
13242         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13243         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13244         current Google Groups.
13245
13246 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13247
13248         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13249         and tool-bar-mode.
13250
13251         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13252         and tool-bar-mode.
13253
13254         * message.el (message-tool-bar-update): Simplify.
13255         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13256
13257         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13258         gnus-summary-buffer.
13259         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13260         gnus-summary-reply.
13261
13262         * gmm-utils.el (gmm): Add :version.
13263
13264 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13265
13266         * Makefile.in (clean): New rule.
13267         (distclean): Use it.
13268
13269 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13270
13271         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13272         Don't autoload.
13273
13274 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13275
13276         * gmm-utils.el (gmm-verbose): Add :group.
13277
13278 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13279
13280         * message.el: Change some comments WRT tool-bars.
13281
13282         * gnus-sum.el (gnus-summary-tool-bar)
13283         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13284         (gnus-summary-tool-bar-zap-list): New variables.
13285         (gnus-summary-make-tool-bar): Complete rewrite using
13286         `gmm-tool-bar-from-list'.
13287
13288         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13289         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13290         New variables.
13291         (gnus-group-make-tool-bar): Complete rewrite using
13292         `gmm-tool-bar-from-list'.
13293         (gnus-group-tool-bar-update): New function.
13294
13295         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13296
13297 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13298
13299         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13300         is dissected into a single part of which the type is the same as
13301         the given one; decode charset.
13302
13303 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13304
13305         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13306         into alists as symbol not string, since that's what
13307         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13308         look for.
13309
13310 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13311
13312         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13313         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13314
13315         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13316
13317 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13318
13319         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13320         (gnus-xmas-mime-security-button-menu): New function.
13321
13322         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13323         (gnus-mime-security-button-menu): New definition.
13324         (gnus-mime-security-button-map): Use them.
13325         (gnus-mime-security-button-menu): New function.
13326         (gnus-insert-mime-security-button): Addition to help echo.
13327         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13328         (gnus-mime-security-pipe-part): New functions.
13329
13330         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13331         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13332
13333         * mm-decode.el (mm-handle-set-disposition): Remove.
13334         (mm-handle-set-description): Remove.
13335
13336 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13337
13338         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13339         (mm-w3m-standalone-supports-m17n-p): New function.
13340         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13341         w3m usage.
13342
13343         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13344         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13345
13346 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13347
13348         * message.el (message-tool-bar-zap-list):
13349         Use gmm-tool-bar-zap-list as custom type.
13350         (message-tool-bar-update): New function.
13351         (message-tool-bar, message-tool-bar-gnome)
13352         (message-tool-bar-retro): Add message-tool-bar-update.
13353         (message-tool-bar-gnome): Add flyspell-buffer.
13354
13355         * gnus-util.el (gnus-error): Describe `args'.
13356
13357         * gmm-utils.el (gmm-error): Describe `args'.
13358         (gmm-tool-bar-zap-list): New widget.
13359         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13360
13361 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13362
13363         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13364         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13365         the number of recursive calls.
13366
13367         * mm-decode.el (mm-handle-set-disposition): New macro.
13368         (mm-handle-set-description): New macro.
13369
13370 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13371
13372         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13373         encoding.
13374
13375 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13376
13377         * message.el (message-tool-bar-zap-list, message-tool-bar)
13378         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13379         (message-tool-bar-local-item-from-menu): Remove.
13380         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13381         (message-make-tool-bar): New function.
13382         (message-mode): Use `message-make-tool-bar'.
13383
13384         * gmm-utils.el: New file.
13385         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13386         (gmm-lazy): New widget copied from `nnmail.el'.
13387         (gmm-tool-bar-from-list): New function for creating customizable
13388         tool bars.
13389         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13390         output.
13391         (gmm): Add :prefix to defgroup.
13392
13393 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13394
13395         * gmm-utils.el (gmm-widget-p): New function.
13396
13397 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13398
13399         * mml.el (mml-attach-file): Describe `description' in doc string.
13400         (mml-menu): Add Emacs MIME manual and PGG manual.
13401
13402 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13403
13404         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13405
13406 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13407
13408         * nntp.el (nntp-end-of-line): Doc fix.
13409
13410 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13411
13412         * imap.el (imap-open): Handle case where buffer is a buffer
13413         object.
13414
13415 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13416
13417         * gnus-delay.el (gnus-delay): Don't autoload.
13418         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13419         to be re-loaded when customizing the `gnus-delay' group.
13420
13421 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13422
13423         * message.el (message-insert-citation-line): Use newlines.
13424
13425 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13426
13427         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13428         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13429         these routines, so the passphrase can be managed externally and
13430         passed in to the system.
13431         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13432         pgg-add-passphrase-to-cache function.
13433
13434         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13435         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13436         these routines, so the passphrase can be managed externally and
13437         passed in to the system.
13438         (pgg-pgp5-sign-region): Use new name of
13439         pgg-add-passphrase-to-cache function.
13440
13441 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13442
13443         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13444         part of the decoded armor to find the key-identifier.
13445         (pgg-gpg-lookup-key-owner): New function to return the
13446         human-readable identifier of a key owner.
13447         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13448         itself.
13449         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13450         the key value) if we have a key and can match it against a secret
13451         key.  Also, added a note pointing out fact that the prompt only
13452         indicates the first matching key.
13453
13454         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13455         pgg-decrypt-region.
13456         (pgg-add-passphrase-to-cache): Rename from
13457         `pgg-add-passphrase-cache' to reduce confusion (all callers
13458         changed).
13459         (pgg-remove-passphrase-from-cache): Rename from
13460         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13461         changed).
13462         (pgg-read-passphrase, pgg-add-passphrase-cache)
13463         (pgg-remove-passphrase-cache): Add informative docstrings.
13464         (pgg-decrypt): Convey provided passphrase in subordinate call to
13465         pgg-decrypt-region.
13466
13467 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13468
13469         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13470         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13471         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13472         'passphrase' argument, so the passphrase can be managed externally
13473         and then passed in to the system.
13474
13475         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13476         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13477         so the passphrase cache can be used reliably with identifiers
13478         besides a pgp packet's key id.
13479
13480         * pgg-gpg.el (pgg-gpg-encrypt-region)
13481         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13482         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13483         these routines, so the passphrase can be managed externally and
13484         passed in to the system.
13485
13486         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13487         'notruncate' argument, so the passphrase cache can be used
13488         reliably with identifiers besides a pgp packet's key id.
13489
13490 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13491
13492         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13493         symmetric encryption.
13494         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13495         encrypted session key.
13496         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13497         message ask for the passphrase in a proper way.
13498
13499         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13500         New user commands for symmetric encryption.
13501
13502 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13503
13504         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13505
13506         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13507
13508 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13509
13510         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13511
13512 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13513
13514         * mm-decode.el (mm-inlined-types): Add application/pgp.
13515         (mm-automatic-display): Ditto.
13516
13517         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13518         part as text.
13519
13520 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13521
13522         * nnrss.el: Update copyright.
13523         (nnrss-opml-import): Query whether to subscribe to each entry.
13524
13525         * gnus-art.el:
13526         * gnus-sum.el:
13527         * gnus-xmas.el:
13528         * messagexmas.el:
13529         * mm-uu.el:
13530         * mm-view.el: Update copyright.
13531
13532 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13533
13534         * message.el (message-info): New function.
13535         (message-mode-menu): Add it.
13536         Update copyright.
13537
13538         * ChangeLog: Fix and update copyright.
13539
13540 2006-01-13  Romain Francoise  <romain@orebokech.com>
13541
13542         * message.el (message-forward-subject-name-subject): Prefer the
13543         address to 'nowhere' if the sender has no name.
13544         Fix typo.  Update copyright year.
13545
13546 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13547
13548         * gnus-art.el (article-wash-html):
13549         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13550         (gnus-article-wash-html-with-w3m-standalone): New function.
13551
13552         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13553         mm-inline-text-html-render-with-w3m-standalone.
13554         (mm-text-html-washer-alist): Map w3m-standalone to
13555         gnus-article-wash-html-with-w3m-standalone.
13556         (mm-inline-text-html-render-with-w3m-standalone): New function.
13557
13558 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13559
13560         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13561         Improve LaTeX.
13562
13563 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13564
13565         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13566         (nnrss-request-article): Render text/plain parts as HTML.
13567
13568         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13569         the buffer.
13570
13571 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13572
13573         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13574         custom definition of `gnus-posting-styles'.
13575
13576         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13577         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13578
13579 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13580
13581         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13582         Use nntp for bug archive.
13583
13584 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13585
13586         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13587         parts.
13588         (nnrss-normalize-date): New function converts ISO 8601 date into
13589         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13590         (nnrss-check-group): Use it.
13591
13592 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13593
13594         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13595
13596         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13597         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13598         (nnrss-insert-w3): Ditto.
13599
13600 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13601
13602         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13603         the articles to be forwarded including the case where neither a
13604         number of articles nor a region is specified.
13605
13606 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13607
13608         * nnrss.el (nnrss-request-article): Fix last change; fill
13609         text/plain parts.
13610
13611 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13612
13613         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13614         in text/plain part.
13615         (nnrss-check-group): Don't add excessive newline to dc:subject.
13616
13617 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13618
13619         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13620         article.
13621
13622 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13623
13624         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13625         (nnml-use-compressed-files, nnml-save-mail): Support other
13626         comression programs such as bzip2.
13627
13628 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13629
13630         * dns.el (query-dns): Make sure we check the buffer size before
13631         removing tcp headers.
13632
13633 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13634
13635         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13636         remove MIME buttons associated with multipart/alternative parts.
13637         (gnus-mime-display-alternative): Tag buttons using `article-type'
13638         text property.
13639
13640         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13641         associated with multipart/alternative parts.
13642
13643         * gnus-art.el (gnus-signature-separator): Fix custom type.
13644
13645         * mm-decode.el (mm-inlined-types): Fix custom type.
13646         (mm-keep-viewer-alive-types): Ditto.
13647         (mm-automatic-display): Ditto.
13648         (mm-attachment-override-types): Ditto.
13649         (mm-inline-override-types): Ditto.
13650         (mm-automatic-external-display): Ditto.
13651
13652 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13653
13654         * spam-report.el (spam-report-user-mail-address)
13655         (spam-report-user-agent): New variables.
13656         (spam-report-url-ping-plain): Use spam-report-user-agent.
13657
13658 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13659
13660         * gnus-art.el (gnus-button-handle-custom): Do not just use
13661         `customize-apropos' for any "M-x customize-*" button but the
13662         function called for.  Accept both the function name and its
13663         argument in order to achieve this.
13664         (gnus-button-alist): Remove support for "custom:" URL's.
13665         Pass function name to `gnus-button-handle-custom' in case of "M-x
13666         customize-*" buttons.
13667
13668 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13669
13670         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13671         multipart/alternative and add xref to mm-discouraged-alternatives
13672         in doc string.
13673
13674         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13675         gnus-buttonized-mime-types in doc string.
13676
13677 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13678
13679         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13680         Suggest image/.* in the doc string.
13681
13682 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13683
13684         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13685         message-marks (Debian bug #342521).
13686
13687 2005-12-12  Simon Josefsson  <jas@extundo.com>
13688
13689         * password.el (password-read-from-cache): Add.
13690         (password-read): Use it.
13691
13692 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13693
13694         * rfc2047.el (rfc2047-charset-to-coding-system):
13695         Recognize us-ascii as a MIME charset.
13696
13697         * mm-bodies.el (mm-decode-content-transfer-encoding):
13698         Protect against the case where the 2nd arg TYPE is nil.
13699
13700 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13701
13702         * pop3.el (pop3-stream-type): Fix custom version.
13703
13704         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13705
13706 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13707
13708         * mm-decode.el (mm-display-external): Add missing cdr.
13709
13710 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13711
13712         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13713         RFC1524) if it is in mailcap or add a suffix according to
13714         mailcap-mime-extensions when generating a temp filename; postpone
13715         deleting a temp file for 2 seconds for some wrappers, shell
13716         scripts, and so on, which might exit right after having started a
13717         viewer command as a background job.
13718
13719 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13720
13721         * nntp.el (nntp-marks-directory): Fix custom group.
13722
13723         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13724         steps when < 10.
13725
13726         * gnus-start.el (gnus-no-server-1):
13727         Mention `gnus-level-default-subscribed' in doc string.
13728
13729 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13730
13731         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13732         parens.
13733
13734 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13735
13736         * gnus-xmas.el (gnus-use-toolbar): Revert.
13737         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13738         gnus-use-toolbar is default.
13739
13740         * messagexmas.el (message-use-toolbar): Revert.
13741         (message-setup-toolbar): Use global default-toolbar if
13742         message-use-toolbar is default.
13743
13744 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13745
13746         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13747         according to default-toolbar-visible-p.
13748
13749         * messagexmas.el (message-use-toolbar): Ditto.
13750
13751 2005-11-26  Dave Love  <fx@gnu.org>
13752
13753         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13754         (tls-program, tls-success): Provide openssl alternative.
13755
13756         * starttls.el: Doc fixes.
13757         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13758         SERVICE to PORT.
13759
13760         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13761         port null or service name.
13762         (starttls-negotiate): Autoload.
13763
13764 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13765
13766         * message.el (message-kill-to-signature): Fix interactive spec.
13767
13768 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13769
13770         * pop3.el (pop3-open-server): Recognize a string as a service name.
13771
13772 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13773
13774         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13775
13776 2005-11-23  Dave Love  <fx@gnu.org>
13777
13778         Add pop3s, pop3/starttls.
13779
13780         * pop3.el (pop3-authentication-scheme): Clarify doc.
13781         (open-tls-stream, starttls-open-stream): Autoload.
13782         (pop3-stream-type): New.
13783         (pop3-open-server): Use it.
13784
13785         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13786         for POP.
13787         (mail-source-keyword-map): Add :stream for POP.
13788         (mail-source-fetch-pop): Use pop3-stream-type.
13789
13790 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13791
13792         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13793         of current-time-string.
13794
13795 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13796
13797         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13798         date header.
13799
13800 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13801
13802         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13803         it can seriously impact performance as it bypasses the agent's
13804         local caches.
13805
13806 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13807
13808         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13809         must be explicitly online rather than "not explicitly offline" for
13810         its flags to be synchronized.
13811
13812         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13813         that gnus-uu-unmark-thread will function correctly.
13814
13815         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13816         1024K is instead displayed as 1M.
13817
13818 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13819
13820         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13821
13822 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13823
13824         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13825
13826 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13827
13828         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13829         error message to display actual error condition.
13830         (gnus-agent-save-local): Avoid saving symbols that are bound to
13831         nil as they simply result in a warning message in
13832         gnus-agent-read-local.
13833
13834 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13835
13836         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13837         rather than make-variable-buffer-local for file-precious-flag.
13838
13839 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13840
13841         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13842         for duplicates which are removed.  The invalid sort check then
13843         triggers a rescan after the sort as sorting may have moved
13844         duplicate entries such that they can be cheaply detected.
13845
13846 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13847
13848         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13849
13850 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13851
13852         * gnus-agent.el (gnus-agent-article-alist-save-format):
13853         Change internal variable to a custom variable.  Change default value
13854         from compressed(2) to uncompressed(1).
13855         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13856         support for uncompressed agentview files.  Taken together, reading
13857         the agentview file should now be 6-7 times faster.
13858
13859 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13860
13861         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13862         as a buffer-local variable.  This avoids creating truncated
13863         dribble files as a result of a hang up, eg.
13864
13865 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13866
13867         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13868         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13869         XEmacs.
13870
13871 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13872
13873         * gnus-start.el (gnus-start-draft-setup):
13874         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13875
13876         * gnus.el (gnus-splash): Change custom group.
13877         (gnus-group-get-parameter, gnus-group-parameter-value):
13878         Describe allow-list argument.
13879
13880         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13881         string.
13882
13883 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13884
13885         * gnus-art.el (gnus-default-article-saver): Add user-defined
13886         `function' to custom type.
13887
13888 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13889
13890         * imap.el (imap-open): Handle case where buffer is a buffer
13891         object.
13892
13893 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13894
13895         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13896         long lines.
13897         (gnus-cache-delete-group): Wrap doc strings.
13898
13899         * gnus-agent.el (gnus-agent-rename-group)
13900         (gnus-agent-delete-group): Wrap doc strings.
13901
13902 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13903
13904         * messagexmas.el (message-use-toolbar): Change the valid values
13905         into default, top, bottom, left, and right.
13906         (message-toolbar-thickness): New variable.
13907         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13908         well.
13909         (message-setup-toolbar): Make it work.
13910
13911         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13912         (gnus-use-toolbar): Change the valid values into default, top,
13913         bottom, left, and right.
13914         (gnus-toolbar-thickness): New variable.
13915         (gnus-xmas-setup-toolbar): New function.
13916         (gnus-xmas-setup-group-toolbar): Use it.
13917         (gnus-xmas-setup-summary-toolbar): Use it.
13918
13919 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13920
13921         * gnus-start.el (gnus-1): Add "native" to
13922         gnus-predefined-server-alist.
13923
13924         * gnus.el (gnus-method-to-server): Don't add "native" to the
13925         lists here, because that leads to problems when
13926         gnus-select-method is bound.
13927
13928 2005-11-09  Simon Josefsson  <jas@extundo.com>
13929
13930         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13931         use (not sort-by-date) instead.
13932
13933 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13934
13935         * gnus-delay.el (gnus-delay-group): Don't autoload.
13936         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13937         to be re-loaded when customizing the `gnus-delay' group.
13938
13939 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13940
13941         * message.el: Revert last changes.
13942         (message-insert-citation-line): Use newlines.
13943
13944 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13945
13946         * message.el (message-courtesy-message)
13947         (message-mark-insert-begin, message-mark-insert-end)
13948         (message-elide-ellipsis, message-cancel-message)
13949         (message-add-header, message-change-subject)
13950         (message-cross-post-followup-to-header)
13951         (message-cross-post-insert-note, message-reduce-to-to-cc)
13952         (message-widen-reply, message-delete-not-region)
13953         (message-kill-to-signature, message-insert-signature)
13954         (message-insert-importance-high, message-insert-importance-low)
13955         (message-insert-or-toggle-importance)
13956         (message-insert-disposition-notification-to)
13957         (message-indent-citation, message-yank-original)
13958         (message-cite-original-without-signature, message-cite-original)
13959         (message-insert-citation-line, message-position-on-field)
13960         (message-fix-before-sending, message-send-mail-partially)
13961         (message-send-mail, message-send-mail-with-sendmail)
13962         (message-send-mail-with-qmail, message-send-news)
13963         (message-check-news-header-syntax, message-generate-headers)
13964         (message-insert-courtesy-copy, message-fill-address)
13965         (message-fill-header, message-shorten-references)
13966         (message-setup-1, message-cancel-news)
13967         (message-forward-make-body-plain, message-forward-make-body-mime)
13968         (message-forward-make-body-mml, message-encode-message-body)
13969         (message-forward-make-body-digest-plain)
13970         (message-forward-make-body-digest-mime)
13971         (message-use-alternative-email-as-from): Insert `hard-newline'
13972         instead of ordinary newlines.
13973
13974 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13975
13976         * message.el (message-generate-headers): Downcase the argument
13977         given to message-check-element.
13978
13979 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13980
13981         * nntp.el (nntp-authinfo-rejected): New error condition.
13982         (nntp-wait-for): Use new error condition to signal authentication
13983         error.
13984         (nntp-retrieve-data): Rethrow new error condition to break out of
13985         recursive call to nntp-send-authinfo.
13986
13987 2005-11-08  Romain Francoise  <romain@orebokech.com>
13988
13989         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13990         (gnus-summary-exit-map): Bind to `Z p'.
13991         (gnus-summary-make-menu-bar): Add menu item.
13992
13993 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13994
13995         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13996         (gnus-treat-*): Add `first' in all doc strings.
13997
13998         * gnus-group.el (gnus-group-compact-group): Fix typo.
13999
14000 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14001
14002         * gnus.el (gnus-parameters-case-fold-search): New variable.
14003         (gnus-parameters-get-parameter): Use it.
14004
14005         * gnus-score.el (gnus-home-score-file): Doc fix.
14006
14007 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14008
14009         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14010
14011 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14012
14013         * mm-util.el (mm-special-display-p): New function.
14014
14015         * mml.el (mml-preview): Use it; doc fix.
14016
14017 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14018
14019         * imap.el (imap-open): Handle case where buffer is a buffer object.
14020
14021 2005-10-29  Romain Francoise  <romain@orebokech.com>
14022
14023         * message.el (message-fix-before-sending): Fix comment.
14024
14025 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14026
14027         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14028
14029 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14030
14031         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14032         Used in gnus-score.el.
14033
14034 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14035
14036         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14037
14038 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14039
14040         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14041         whitespace removed in revision 7.8.  Use concatenated string to
14042         protect trailing whitespace.
14043
14044 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14045
14046         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14047         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14048         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14049         Courier IMAP ("some version from 2004").  Mostly based on similar
14050         code in the same function.
14051
14052 2005-10-26  Didier Verna  <didier@xemacs.org>
14053
14054         * gnus-group.el (gnus-group-compact-group): Invalidate original
14055         article buffer.
14056         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14057         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14058         NOV database and in article itself.
14059         Invalidate article backlog.
14060
14061 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14062
14063         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14064
14065 2005-10-26  Simon Josefsson  <jas@extundo.com>
14066
14067         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14068         part of 2004-07-25 change.
14069
14070 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14071
14072         * message.el (message-display-completion-list): New function.
14073         (message-expand-group): Use it; make sure the Completions buffer
14074         is modifiable.
14075 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14076
14077         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14078         user-mail-name is an empty string.
14079
14080 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14081
14082         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14083         depending on gnus-score-decay-constant.
14084
14085         * encrypt.el (encrypt-insert-file-contents)
14086         (encrypt-write-file-contents): Don't use `gnus-message'.
14087
14088         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14089         arguments.
14090         (mm-uu-type-alist): Add message-marks and insert-marks.
14091         Pass arguments to mm-uu-verbatim-marks-extract.
14092         (mm-uu-hide-markers): New variable.
14093         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14094
14095         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14096         (gnus-convert-image-to-face-command): Use "convert" by default to
14097         allow other input image formats.
14098         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14099         accordingly.
14100
14101 2005-10-23  Simon Josefsson  <jas@extundo.com>
14102
14103         * imap.el (imap-gssapi-program): Align command line parameters
14104         with latest GNU SASL.
14105         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14106
14107 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14108
14109         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14110         HTML.
14111         (nnslashdot-request-article): Ditto.
14112
14113         * lpath.el (featurep): Add nobreak-char-display.
14114
14115 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14116
14117         * mail-source.el (mail-source-fetch-pop): Require pop3.
14118         (mail-source-check-pop): Ditto.
14119
14120 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14121
14122         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14123         errors.
14124
14125 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14126
14127         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14128         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14129
14130         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14131
14132         * mm-bodies.el (mm-decode-string):
14133         Call `mm-charset-to-coding-system' with allow-override argument.
14134
14135 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14136
14137         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14138         (rfc2047-charset-to-coding-system): New function.
14139         (rfc2047-decode-encoded-words): New function.
14140         (rfc2047-decode-region): Use them.
14141         (rfc2047-decode-cte): Remove.
14142         (rfc2047-parse-and-decode): Remove.
14143         (rfc2047-decode): Remove.
14144
14145 2005-10-15  Kenichi Handa  <handa@m17n.org>
14146
14147         * rfc2047.el (rfc2047-decode-cte): New function.
14148         (rfc2047-decode-region): Change the way to decode successive
14149         encoded-words: decode B- or Q-encoding in each encoded-word,
14150         concatenate them, and decode it as charset.
14151
14152 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14153
14154         * lpath.el: Fbind codepage-setup for XEmacs.
14155
14156 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14157
14158         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14159         widget-move-and-invoke.
14160         (gnus-custom-mode): Use gnus-custom-map.
14161
14162 2005-10-15  Bill Wohler  <wohler@newt.com>
14163
14164         * message.el (message-tool-bar-map): Rename image file from
14165         mail_send to mail/send.
14166
14167 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14168
14169         * message.el (message-expand-group): Pass the common
14170         prefix substring of completion to `display-completion-list'.
14171
14172 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14173
14174         * mml-sec.el (mml-secure-method): New internal variable.
14175         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14176         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14177         New functions using mml-secure-method.
14178
14179         * mml.el (mml-mode-map): Add key bindings for those functions.
14180         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14181         Harder <harder@myrealbox.com>.
14182         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14183         Goto end of message if point is the headers of the message.
14184
14185         * message.el (message-in-body-p): New function.
14186
14187         * assistant.el: Autoload gnus-util and netrc.
14188
14189         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14190         Use `mm-charset-override-alist' only when decoding.
14191
14192         * mm-bodies.el (mm-decode-body):
14193         Call `mm-charset-to-coding-system' with allow-override argument.
14194
14195         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14196         `filename' from Content-Disposition if Content-Type doesn't
14197         provide `name'.
14198         (gnus-mime-view-part-as-type): Set default instead of
14199         initial-input.
14200
14201 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14202
14203         * format-spec.el (format-spec): Propagate text properties of % spec.
14204
14205 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14206
14207         * gnus-art.el (gnus-treat-predicate): Add `first'.
14208
14209 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14210
14211         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14212         (mm-charset-override-alist): New variable.
14213         (mm-charset-to-coding-system): Use it.
14214         (mm-codepage-setup): New helper function.
14215         (mm-charset-eval-alist): New variable.
14216         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14217         Warn about unknown charsets.
14218
14219         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14220
14221 2005-10-04  David Hansen  <david.hansen@gmx.net>
14222
14223         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14224         (nnrss-check-group): Ditto.
14225
14226 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14227
14228         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14229         Rename x-gnus-verbatim to x-verbatim.
14230         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14231
14232         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14233         x-verbatim.
14234
14235         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14236
14237         * gnus-util.el (gnus-remove-duplicates): Remove.
14238
14239         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14240         instead of gnus-remove-duplicates.
14241
14242         * message.el (message-remove-duplicates): Remove.
14243         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14244         message-remove-duplicates.
14245
14246         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14247         available, else use implementation from `delete-dups'.
14248
14249         * message.el (message-insert-expires): New function.
14250         (message-mode-map): Add key binding.
14251         (message-mode-field-menu): Add menu entry.
14252         (message-mode): Document it.
14253         (message-make-expires-date): Use `message-make-date'.
14254
14255 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14256
14257         * message.el (message-make-expires-date): New function.
14258
14259 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14260
14261         * Makefile.in (list-installed-shadows): New entry.
14262         (install): Use it.
14263         (remove-installed-shadows): New entry.
14264
14265         * dgnushack.el (dgnushack-default-load-path): New variable.
14266         (dgnushack-find-lisp-shadows): New function.
14267         (dgnushack-remove-lisp-shadows): New function.
14268
14269 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14270
14271         * Makefile.in (install-el-elc): New entry.
14272         (install): Use it so that .el files are necessarily installed.
14273
14274 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14275
14276         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14277
14278 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14279
14280         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14281         function rather than the diff-mode.el package.
14282         (mm-display-external): Use with-current-buffer.
14283         (mm-viewer-completion-map, mm-viewer-completion-map):
14284         Move initialization inside declaration.
14285
14286 2005-09-29  Simon Josefsson  <jas@extundo.com>
14287
14288         * spam.el: Load hashcash when compiling, to avoid warnings.
14289         Don't autoload mail-check-payment.
14290         (spam-check-hashcash): Define unconditionally, since hashcash.el
14291         is part of Gnus now.  Ignore errors from payment checking.
14292
14293 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14294
14295         * message.el (message-bold-region, message-unbold-region):
14296         Rename from `bold-region' and `unbold-region'.
14297
14298         * message.el: Remove useless autoloads.
14299
14300 2005-09-28  Simon Josefsson  <jas@extundo.com>
14301
14302         * message.el (message-use-idna): Default to t.
14303         (message-use-idna): Test whether encoding works too.  Doc fix.
14304
14305 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14306
14307         * nntp.el (nntp-warn-about-losing-connection): Remove.
14308
14309 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14310
14311         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14312         customizable.  Change default value.
14313         (mm-uu-diff-groups-regexp): Change default value.
14314         (mm-uu-type-alist): Add doc string.
14315         (mm-uu-configure): Add doc string.  Make it interactive.
14316         (mm-uu-tex-groups-regexp): New variable.
14317         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14318         (mm-uu-type-alist): Add LaTeX documents.
14319         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14320         of "text/verbatim".
14321         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14322
14323         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14324         instead of "text/verbatim".
14325
14326         * message.el (message-mark-inserted-region)
14327         (message-mark-insert-file): Use slrn style marks when called with
14328         prefix argument.
14329
14330 2005-09-27  Simon Josefsson  <jas@extundo.com>
14331
14332         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14333
14334 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14335
14336         * message.el (message-remove-duplicates): New function.
14337         Implementation borrowed from `gnus-remove-duplicates'.
14338         (message-idna-to-ascii-rhs): Also encode idna addresses in
14339         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14340         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14341         only ask about the same idna domain once per header and also tell
14342         in what header to replace the idna domain.
14343
14344         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14345         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14346         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14347         a header is decoded and not just the last one.
14348
14349 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14350
14351         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14352         has been decoded.
14353
14354         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14355         (mm-insert-part): Don't modify text if it has been decoded.
14356
14357         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14358         decoded.
14359
14360         * mm-view.el (mm-inline-text): Don't strip text props unless
14361         decoding enriched or richtext parts.
14362
14363 2005-09-25  Romain Francoise  <romain@orebokech.com>
14364
14365         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14366         * gnus-start.el (gnus-subscribe-interactively):
14367         * gnus-uu.el (gnus-uu-grab-articles):
14368         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14369         space.
14370
14371 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14372
14373         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14374         * mm-view.el (mm-view-pkcs7-decrypt):
14375         * gnus-sum.el (gnus-summary-limit-to-extra)
14376         (gnus-summary-respool-article, gnus-read-move-group-name):
14377         * gnus-score.el (gnus-summary-increase-score):
14378         * gnus-util.el (gnus-completing-read-with-default):
14379         * gnus-art.el (gnus-read-save-file-name)
14380         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14381         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14382         * message.el (message-check-news-header-syntax):
14383         Follow convention for reading with the minibuffer.
14384
14385 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14386
14387         * spam-report.el (spam-report-url-ping-plain):
14388         Use gnus-extended-version as User-Agent.
14389
14390         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14391         default value is nil.
14392
14393         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14394         (mm-uu-verbatim-marks-extract): New function.
14395         (mm-uu-extract): New face.
14396         (mm-uu-copy-to-buffer): Use it.
14397
14398         * spam-report.el (spam-report-gmane-ham): Rename from
14399         `spam-report-gmane-unspam'.
14400         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14401         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14402
14403         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14404         Autoload.
14405         (spam-report-gmane-unregister-routine):
14406         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14407
14408 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14409
14410         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14411         (spam-report-gmane-unregister-routine): Add support for gmane
14412         unregistration.
14413
14414         * spam-report.el (spam-report-gmane-unspam)
14415         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14416         (spam-report-gmane): Change to take a single article and do unspam
14417         registration.
14418
14419 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14420
14421         * mm-url.el (mm-url-decode-entities): Fix regexp.
14422
14423 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14424
14425         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14426         default to nil, to be able to use Gnus at all.  If the default
14427         switches to something else, then the function should be fixed not
14428         be exceedingly slow.
14429
14430 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14431
14432         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14433         fail hard.
14434
14435         * spam-report.el: Add better Keywords line.
14436
14437         * spam.el: Add Maintainer and better Keywords line.
14438
14439 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14440
14441         * gnus-art.el (gnus-article-replace-part)
14442         (gnus-mime-replace-part): New functions.
14443         (gnus-mime-action-alist, gnus-mime-button-commands)
14444         (gnus-mime-save-part-and-strip): Add file argument.
14445         (gnus-article-part-wrapper): Add interactive argument.
14446
14447         * gnus-sum.el (gnus-summary-mime-map):
14448         Add `gnus-article-replace-part'.
14449
14450 2005-09-19  Didier Verna  <didier@xemacs.org>
14451
14452         The nnml compaction feature:
14453         * nnml.el (nnml-request-compact-group): New function.
14454         * nnml.el (nnml-request-compact): New function.
14455         * gnus-int.el (gnus-request-compact-group): New function.
14456         * gnus-int.el (gnus-request-compact): New function.
14457         * gnus-group.el (gnus-group-compact-group): New function.
14458         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14459         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14460         * gnus-srvr.el (gnus-server-compact-server): New function.
14461         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14462         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14463
14464 2005-09-18  Deepak Goel  <deego@gnufans.org>
14465
14466         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14467         format spec.
14468
14469 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14470
14471         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14472
14473 2005-09-15  Romain Francoise  <romain@orebokech.com>
14474
14475         * message.el (message-fill-paragraph): Clarify docstring.
14476
14477 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14478
14479         * gnus-art.el (gnus-mime-display-part): Protect against broken
14480         MIME messages.
14481
14482 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14483
14484         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14485         before parsing header.
14486
14487 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14488
14489         * html2text.el (html2text-replace-list): Add new entities.
14490
14491 2005-09-11  Romain Francoise  <romain@orebokech.com>
14492
14493         * message.el (message-alternative-emails): Improve docstring.
14494         (message-setup-1): Call `message-use-alternative-email-as-from'
14495         after `message-setup-hook' to give it precedence over posting
14496         styles, etc.
14497         (message-use-alternative-email-as-from): Add docstring.
14498         Remove the original From header if present.
14499
14500         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14501         (nnml-save-mail): Use it.
14502
14503         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14504         articles.  Add new argument `silent'.
14505         (gnus-uu-mark-all): Report the total number of marked articles.
14506
14507 2005-09-10  Romain Francoise  <romain@orebokech.com>
14508
14509         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14510         (gnus-uu-mark-series): Likewise.
14511
14512 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14513
14514         * spam-report.el (spam-report-gmane): Fix generation of spam
14515         report URL.
14516
14517 2005-09-10  Simon Josefsson  <jas@extundo.com>
14518
14519         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14520         t, based on discussion on the ding list with Robert Epprecht
14521         <epprecht@solnet.ch>.
14522
14523 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14524
14525         * spam-report.el (spam-report-gmane): Make it work without
14526         X-Report-Spam header.  Gmane now only provides Archived-At.
14527         This is only used if `spam-report-gmane-use-article-number' is nil.
14528         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14529
14530         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14531         make `gnus-summary-sort-by-recipient' work with threading.
14532
14533         * nnweb.el (nnweb-google-wash-article): Print a message if article
14534         is not available.
14535
14536 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14537
14538         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14539         change.  Decode text/* parts content before displaying.
14540
14541 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14542
14543         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14544
14545 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14546
14547         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14548
14549         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14550         url-package-name, url-package-version,
14551         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14552         w3m-display-inline-images, and w3m-minor-mode-map.
14553
14554 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14555
14556         * message.el (message-tab-body-function): Fix mismatched custom type.
14557
14558         * gnus.el (gnus-group-change-level-function): Ditto.
14559
14560         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14561
14562         * gnus-art.el (gnus-signature-limit)
14563         (gnus-article-mime-part-function): Ditto.
14564
14565 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14566
14567         * mml.el (mml-mode): Silence the byte compiler.
14568
14569         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14570         using `(sit-for 0)' before moving the point to the specified part;
14571         skip unbuttonized parts.
14572         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14573         return to the summary window if gnus-auto-select-part is non-nil.
14574
14575 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14576
14577         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14578         New variables.
14579         (mml-dnd-attach-file, mml-mode): Use them.
14580
14581         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14582         Make fetching article by MID work again for Google Groups.
14583         Add FIXME concerning gnus-group-make-web-group.
14584
14585         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14586         Don't depend on Gnus by using mail-extract-address-components if
14587         gnus-extract-address-components is not bound.
14588
14589 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14590
14591         * gnus-art.el (gnus-mime-display-security): Don't display the
14592         signature, but only the signed part.
14593
14594 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14595
14596         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14597
14598         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14599         list, not listp.
14600
14601 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14602
14603         * mm-encode.el (mm-encode-content-transfer-encoding):
14604         Likewise when encoding.
14605
14606         * mm-bodies.el (mm-decode-content-transfer-encoding):
14607         De-canonicalize CRLF for all text content types, not just
14608         text/plain.
14609
14610 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14611
14612         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14613         valid article; point arrow and cursor at the MIME button.
14614
14615 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14616
14617         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14618         Suggested by Dan Christensen <jdc@uwo.ca>.
14619
14620         * mm-decode.el (mm-save-part): Enable change of prompt.
14621
14622 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14623
14624         * gnus-msg.el (gnus-inews-add-send-actions):
14625         Make `message-post-method' lambda parameter ARG `&optional'.
14626
14627 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14628
14629         * gnus-sum.el (gnus-summary-mime-map):
14630         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14631         gnus-article-jump-to-part.
14632
14633         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14634         (gnus-article-edit-part): Use it.
14635         (gnus-article-part-wrapper): Add no-handle argument.
14636         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14637         New functions.
14638
14639 2005-08-29  Romain Francoise  <romain@orebokech.com>
14640
14641         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14642         docstring.
14643         (gnus-face-from-file): Likewise.
14644
14645 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14646
14647         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14648         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14649         non-nil.
14650         (gnus-auto-select-part): New variable.
14651         (gnus-article-jump-to-part): New function.
14652         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14653         (gnus-mime-delete-part): Allow selecting specified part after
14654         deleting or stripping parts.
14655         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14656         part if argument is bogus.
14657
14658 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14659
14660         * gnus-art.el (w3m-minor-mode-map):
14661         * gnus-spec.el (gnus-newsrc-file-version):
14662         * gnus-util.el (nnmail-active-file-coding-system)
14663         (gnus-original-article-buffer, gnus-user-agent):
14664         * gnus.el (gnus-ham-process-destinations)
14665         (gnus-parameter-ham-marks-alist)
14666         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14667         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14668         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14669         * mm-decode.el (gnus-current-window-configuration):
14670         * mm-extern.el (gnus-article-mime-handles):
14671         * mm-url.el (url-current-object, url-package-name)
14672         (url-package-version):
14673         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14674         (smime-keys, w3m-cid-retrieve-function-alist)
14675         (w3m-current-buffer, w3m-display-inline-images)
14676         (w3m-minor-mode-map):
14677         * mml-smime.el (gnus-extract-address-components):
14678         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14679         (gnus-newsrc-hashtb, message-default-charset)
14680         (message-deletable-headers, message-options)
14681         (message-posting-charset, message-required-mail-headers)
14682         (message-required-news-headers):
14683         * mml1991.el (mc-pgp-always-sign):
14684         * mml2015.el (mc-pgp-always-sign):
14685         * nnheader.el (nnmail-extra-headers):
14686         * rfc1843.el (gnus-decode-encoded-word-function)
14687         (gnus-decode-header-function, gnus-newsgroup-name):
14688         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14689
14690 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14691
14692         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14693         the end of the date treatments.
14694
14695 2005-08-15  Simon Josefsson  <jas@extundo.com>
14696
14697         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14698         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14699         Capello and Romain Francoise.
14700         (pgg-fetch-key-function): Remove, not used?
14701         (pgg-insert-url-with-w3): Require url, to get
14702         url-insert-file-contents regardless of where it is defined.
14703
14704 2005-08-13  Romain Francoise  <romain@orebokech.com>
14705
14706         * message.el (message-cite-original-1): New function.
14707         (message-cite-original): Use it.
14708         (message-cite-original-without-signature): Ditto.
14709
14710 2005-08-08  Romain Francoise  <romain@orebokech.com>
14711
14712         * message.el (message-yank-empty-prefix): New variable.
14713         (message-indent-citation): Use it.
14714         (message-cite-original-without-signature): Respect X-No-Archive.
14715
14716 2005-08-08  Simon Josefsson  <jas@extundo.com>
14717
14718         * pgg.el: Autoload url-insert-file-contents instead of loading
14719         w3/url.
14720         (pgg-insert-url-with-w3): Don't load url here.
14721
14722 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14723
14724         * message.el (message-kill-to-signature): Don't insert newline at
14725         bol.
14726         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14727
14728 2005-08-06  Romain Francoise  <romain@orebokech.com>
14729
14730         * message.el (message-user-fqdn): Fix typo in docstring.
14731
14732 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14733
14734         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14735
14736         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14737
14738 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14739
14740         * mm-bodies.el (mm-encode-body): Use coding system rather than
14741         charset to encode text.
14742
14743         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14744         number of charsets if utf-8 is available (XEmacs).
14745
14746 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14747
14748         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14749         taken from `gnus-button-mid-or-mail-regexp'.
14750         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14751         (gnus-button-alist): Improve regexp for domain part of the MIDs
14752         for news:localpart@domain buttons.
14753         (gnus-button-ctan-directory-regexp): Update.
14754
14755 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14756
14757         * sieve-manage.el (sieve-manage-interactive-login):
14758         Use make-local-variable rather than make-variable-buffer-local.
14759         (sieve-manage-open): Ditto.
14760         (sieve-manage-authenticate): Ditto.
14761
14762         * mml.el (mml-generate-mime-1): Make the content type default to
14763         text/plain if the filename is not specified.
14764
14765 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14766
14767         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14768         instead of insert-buffer.
14769
14770         * message.el (message-yank-original): Ditto; set the mark at the
14771         end of the yanked message.
14772
14773 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14774
14775         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14776         lines to scroll rather than to stop it.
14777
14778         * mml.el (mml-generate-default-type): Add doc string.
14779         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14780         default to application/octet-stream when determining the content
14781         type if it is not specified for the part or the mml contents; add
14782         a comment about mml-generate-default-type.
14783
14784 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14785
14786         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14787         make it default to application/octet-stream when determining the
14788         content type if it is not specified for the external contents.
14789
14790 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14791
14792         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14793         segmented parameter but also other parameters might be there.
14794
14795 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14796
14797         * mm-decode.el (mm-display-external): Delete temp file, directory
14798         and buffer immediately if the external process is exited.
14799
14800 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14801
14802         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14803         fewer lines than that of scroll-margin.
14804         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14805
14806 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14807
14808         * gnus-art.el (gnus-article-next-page): Revert.
14809         (gnus-article-beginning-of-window): New macro.
14810         (gnus-article-next-page-1): Use it.
14811         (gnus-article-prev-page): Ditto.
14812         (gnus-article-edit-part): Use insert-buffer-substring instead of
14813         insert-buffer.
14814         (gnus-article-edit-exit): Ditto.
14815
14816         * gnus-util.el (gnus-beginning-of-window): Remove.
14817         (gnus-end-of-window): Remove.
14818
14819         * lpath.el: Don't bind header-line-format and scroll-margin.
14820
14821 2005-07-25  Simon Josefsson  <jas@extundo.com>
14822
14823         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14824         to have the url package without w3.  Reported by Daiki Ueno
14825         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14826
14827 2005-07-20  Didier Verna  <didier@xemacs.org>
14828
14829         * gnus-diary.el: Remove the description comment (nndiary is now
14830         properly documented in the Gnus manual).
14831         Fix the spelling of "Back End".
14832         * nndiary.el: Ditto.
14833         Fix the copyright notice.
14834
14835 2005-07-18  Romain Francoise  <romain@orebokech.com>
14836
14837         * gnus-sum.el (gnus-summary-to-prefix)
14838         (gnus-summary-newsgroup-prefix): New variables.
14839         (gnus-summary-from-or-to-or-newsgroups): Use them.
14840
14841 2005-07-17  Romain Francoise  <romain@orebokech.com>
14842
14843         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14844         space as it's generally not especially interesting to the user.
14845
14846 2005-07-16  Romain Francoise  <romain@orebokech.com>
14847
14848         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14849         nil to avoid prompting and file modification if one of the
14850         messages at the top of the nnfolder file contains a copyright
14851         notice.
14852         Update copyright notice.
14853
14854         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14855         instead of `current-time-string' as the latter creates a time
14856         string that is not RFC 2822 compliant (it lacks the zone).
14857         Update copyright notice.
14858
14859 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14860
14861         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14862         for text/rtf.  Display default in prompt.  Pass default for M-n.
14863
14864         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14865
14866 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14867
14868         * gnus-msg.el (gnus-button-mailto):
14869         Remove save-selected-window-window hackery because it relies on
14870         save-selected-window internals.
14871
14872 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14873
14874         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14875         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14876         (gnus-article-prev-page): Ditto.
14877
14878         * gnus-util.el (gnus-beginning-of-window): New function.
14879         (gnus-end-of-window): New function.
14880
14881         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14882
14883 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14884
14885         * gnus-score.el (gnus-score-edit-all-score):
14886         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14887         gnus-message.
14888
14889 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14890
14891         * gnus-msg.el (gnus-button-mailto):
14892         Remove save-selected-window-window hackery because it relies on
14893         save-selected-window internals.
14894
14895 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14896
14897         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14898         add-minor-mode.
14899         (gnus-binary-mode): Ditto.
14900
14901         * gnus-topic.el (gnus-topic-mode): Ditto.
14902
14903 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14904
14905         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14906         (gnus-article-prev-page): Take scroll-margin into consideration.
14907
14908 2005-07-04  Lute Kamstra  <lute@gnu.org>
14909
14910         Update FSF's address in GPL notices.
14911
14912 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14913
14914         * gnus.el (gnus-exit):
14915         * gnus-group.el (gnus-group-icons):
14916         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14917
14918         * gnus-nocem.el (gnus-nocem):
14919         * message.el (message-various, message-buffers, message-sending)
14920         (message-interface, message-forwarding, message-insertion)
14921         (message-headers, message-news, message-mail):
14922         * pgg-gpg.el (pgg-gpg):
14923         * pgg-parse.el (pgg-parse):
14924         * pgg-pgp.el (pgg-pgp):
14925         * pgg-pgp5.el (pgg-pgp5):
14926         * pop3.el (pop3): Finish `defgroup' description with period.
14927
14928 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14929
14930         * gnus-art.el (article-display-face): Improve the efficiency.
14931         (article-display-x-face): Ditto; remove grey x-face stuff.
14932
14933 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14934
14935         * gnus-art.el (article-display-face): Correct the position in
14936         which Faces are inserted.
14937
14938 2005-06-29  Didier Verna  <didier@xemacs.org>
14939
14940         * gnus-art.el (article-display-face): Display faces in correct
14941         order.
14942
14943 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14944
14945         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14946         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14947         (gnus-nocem-check-article): Fetch the Type header.
14948         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14949         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14950         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14951         make sure gnus-nocem-hashtb is initialized.
14952         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14953         (gnus-nocem-unwanted-article-p): Ditto.
14954
14955         * pgg.el (pgg-verify): Return the verification result.
14956
14957 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14958
14959         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14960         is ascii.
14961
14962 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14963
14964         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14965         `show-nonbreak-escape'.
14966
14967 2005-06-23  Lute Kamstra  <lute@gnu.org>
14968
14969         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14970
14971         * dig.el (dig-mode):
14972         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14973
14974 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14975
14976         * nnimap.el (nnimap-split-download-body): Fix spellings.
14977
14978 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14979
14980         * gnus-art.el (gnus-article-encrypt-body):
14981         * gnus-cus.el (gnus-score-customize):
14982         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14983         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14984
14985 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14986
14987         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14988         header by looking for magic "MII" at the beginnig.
14989
14990 2005-06-16  Miles Bader  <miles@gnu.org>
14991
14992         * gnus-xmas.el (gnus-xmas-group-startup-message):
14993         Use renamed gnus-splash face.
14994
14995         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14996         (assistant-field-face): New backward-compatibility alias for renamed
14997         face.
14998         (assistant-render-text): Use renamed assistant-field face.
14999
15000         * spam.el (spam): Remove "-face" suffix from face name.
15001         (spam-face): New backward-compatibility alias for renamed face.
15002         (spam-face, spam-initialize): Use renamed spam face.
15003
15004         * message.el (message-header-to, message-header-cc)
15005         (message-header-subject, message-header-newsgroups)
15006         (message-header-other, message-header-name)
15007         (message-header-xheader, message-separator, message-cited-text)
15008         (message-mml): Remove "-face" suffix from face names.
15009         (message-header-to-face, message-header-cc-face)
15010         (message-header-subject-face, message-header-newsgroups-face)
15011         (message-header-other-face, message-header-name-face)
15012         (message-header-xheader-face, message-separator-face)
15013         (message-cited-text-face, message-mml-face):
15014         New backward-compatibility aliases for renamed faces.
15015         (message-font-lock-keywords): Use renamed message faces.
15016
15017         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15018         (sieve-test-commands, sieve-tagged-arguments):
15019         Remove "-face" suffix from face names.
15020         (sieve-control-commands-face, sieve-action-commands-face)
15021         (sieve-test-commands-face, sieve-tagged-arguments-face):
15022         New backward-compatibility aliases for renamed faces.
15023         (sieve-control-commands-face, sieve-action-commands-face)
15024         (sieve-test-commands-face, sieve-tagged-arguments-face):
15025         Use renamed sieve faces.
15026
15027         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15028         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15029         (gnus-group-news-3-empty, gnus-group-news-4)
15030         (gnus-group-news-4-empty, gnus-group-news-5)
15031         (gnus-group-news-5-empty, gnus-group-news-6)
15032         (gnus-group-news-6-empty, gnus-group-news-low)
15033         (gnus-group-news-low-empty, gnus-group-mail-1)
15034         (gnus-group-mail-1-empty, gnus-group-mail-2)
15035         (gnus-group-mail-2-empty, gnus-group-mail-3)
15036         (gnus-group-mail-3-empty, gnus-group-mail-low)
15037         (gnus-group-mail-low-empty, gnus-summary-selected)
15038         (gnus-summary-cancelled, gnus-summary-high-ticked)
15039         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15040         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15041         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15042         (gnus-summary-low-undownloaded)
15043         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15044         (gnus-summary-low-unread, gnus-summary-normal-unread)
15045         (gnus-summary-high-read, gnus-summary-low-read)
15046         (gnus-summary-normal-read, gnus-splash):
15047         Remove "-face" suffix from face names.
15048         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15049         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15050         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15051         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15052         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15053         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15054         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15055         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15056         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15057         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15058         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15059         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15060         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15061         (gnus-summary-normal-ticked-face)
15062         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15063         (gnus-summary-normal-ancient-face)
15064         (gnus-summary-high-undownloaded-face)
15065         (gnus-summary-low-undownloaded-face)
15066         (gnus-summary-normal-undownloaded-face)
15067         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15068         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15069         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15070         (gnus-splash-face):
15071         New backward-compatibility aliases for renamed faces.
15072         (gnus-group-startup-message): Use renamed gnus faces.
15073
15074         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15075         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15076         (gnus-server-agent): Remove "-face" suffix from face names.
15077         (gnus-server-agent-face, gnus-server-opened-face)
15078         (gnus-server-closed-face, gnus-server-denied-face)
15079         (gnus-server-offline-face):
15080         New backward-compatibility aliases for renamed faces.
15081         (gnus-server-agent-face, gnus-server-opened-face)
15082         (gnus-server-closed-face, gnus-server-denied-face)
15083         (gnus-server-offline-face): Use renamed gnus faces.
15084
15085         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15086         Remove "-face" suffix from face names.
15087         (gnus-picon-xbm-face, gnus-picon-face):
15088         New backward-compatibility aliases for renamed faces.
15089
15090         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15091         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15092         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15093         (gnus-cite-11): Remove "-face" suffix from face names.
15094         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15095         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15096         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15097         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15098         New backward-compatibility aliases for renamed faces.
15099         (gnus-cite-attribution-face, gnus-cite-face-list)
15100         (gnus-article-boring-faces): Use renamed gnus faces.
15101
15102         * gnus-art.el (gnus-signature, gnus-header-from)
15103         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15104         (gnus-header-content): Remove "-face" suffix from face names.
15105         (gnus-signature-face, gnus-header-from-face)
15106         (gnus-header-subject-face, gnus-header-newsgroups-face)
15107         (gnus-header-name-face, gnus-header-content-face):
15108         New backward-compatibility aliases for renamed faces.
15109         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15110
15111         * gnus-sum.el (gnus-summary-selected-face)
15112         (gnus-summary-highlight): Use renamed gnus faces.
15113         * gnus-group.el (gnus-group-highlight): Likewise.
15114
15115 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15116
15117         * gnus-sieve.el (gnus-sieve-article-add-rule):
15118         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15119         * spam-stat.el (spam-stat-buffer-change-to-spam)
15120         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15121
15122         * message.el (message-is-yours-p):
15123         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15124
15125 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15126
15127         * mm-view.el (mm-inline-text): Withdraw the last change.
15128
15129 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15130
15131         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15132         executing enriched-decode.
15133
15134 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15135
15136         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15137         charset of tar files.
15138
15139 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15140
15141         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15142
15143 2005-06-04  Lute Kamstra  <lute@gnu.org>
15144
15145         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15146         information is never recorded.
15147
15148 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15149
15150         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15151
15152 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15153
15154         * pop3.el (pop3-apop): Run md5 in the binary mode.
15155
15156         * starttls.el (starttls-set-process-query-on-exit-flag):
15157         Use eval-and-compile.
15158
15159 2005-05-31  Simon Josefsson  <jas@extundo.com>
15160
15161         * smime.el (smime-replace-in-string): Define.
15162         (smime-cert-by-ldap-1): Use it.
15163
15164 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15165
15166         * gnus-art.el (article-display-x-face): Replace
15167         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15168
15169         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15170         set-process-query-on-exit-flag or process-kill-without-query.
15171
15172         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15173         loop instead of replace-regexp.
15174
15175         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15176         instead of process-kill-without-query if it is available.
15177
15178         * lpath.el: Fbind ldap-search-entries.
15179
15180         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15181         instead of find-file-hooks if it is available.
15182
15183         * mml1991.el: Bind pgg-default-user-id when compiling.
15184
15185         * mml2015.el: Bind pgg-default-user-id when compiling.
15186
15187         * nndraft.el (nndraft-request-associate-buffer):
15188         Use write-contents-functions instead of write-contents-hooks if it is
15189         available.
15190
15191         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15192         instead of find-file-hooks if it is available.
15193
15194         * nntp.el (nntp-open-connection): Replace
15195         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15196         (nntp-open-ssl-stream): Ditto.
15197         (nntp-open-tls-stream): Ditto.
15198
15199         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15200         set-process-query-on-exit-flag or process-kill-without-query.
15201         (starttls-open-stream-gnutls): Use it instead of
15202         process-kill-without-query.
15203         (starttls-open-stream): Ditto.
15204
15205 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15206
15207         * smime.el (smime-cert-by-ldap-1): Don't use
15208         replace-regexp-in-string.
15209
15210 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15211
15212         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15213
15214         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15215         in PEM format.  Adjust to the XEmacs compability.
15216
15217 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15218
15219         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15220         by `string-to-number'.
15221         * gnus-agent.el (gnus-agent-regenerate-group)
15222         (gnus-agent-fetch-articles): Ditto.
15223         * gnus-art.el (gnus-button-fetch-group): Ditto.
15224         * gnus-cache.el (gnus-cache-generate-active)
15225         (gnus-cache-articles-in-group): Ditto.
15226         * gnus-group.el (gnus-group-set-current-level)
15227         (gnus-group-insert-group-line): Ditto.
15228         * gnus-score.el (gnus-score-set-expunge-below)
15229         (gnus-score-set-mark-below, gnus-summary-score-effect)
15230         (gnus-summary-score-entry): Ditto.
15231         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15232         (gnus-soup-pack): Ditto.
15233         * gnus-spec.el (gnus-xmas-format): Ditto.
15234         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15235         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15236         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15237         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15238         * nndb.el (nndb-get-remote-expire-response): Ditto.
15239         * nndiary.el (nndiary-parse-schedule-value)
15240         (nndiary-string-to-number, nndiary-request-replace-article)
15241         (nndiary-request-article): Ditto.
15242         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15243         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15244         * nneething.el (nneething-make-head): Ditto.
15245         * nnfolder.el (nnfolder-request-article)
15246         (nnfolder-retrieve-headers): Ditto.
15247         * nnheader.el (nnheader-file-to-number): Ditto.
15248         * nnkiboze.el (nnkiboze-request-article): Ditto.
15249         * nnmail.el (nnmail-process-unix-mail-format)
15250         (nnmail-process-babyl-mail-format): Ditto.
15251         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15252         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15253         (nnmh-request-create-group, nnmh-request-list-1)
15254         (nnmh-request-group, nnmh-request-article): Ditto.
15255         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15256         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15257         * nnsoup.el (nnsoup-make-active): Ditto.
15258         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15259         * nntp.el (nntp-find-group-and-number)
15260         (nntp-retrieve-headers-with-xover): Ditto.
15261         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15262         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15263         (pgg-format-key-identifier): Ditto.
15264         * pop3.el (pop3-last, pop3-stat): Ditto.
15265         * qp.el (quoted-printable-decode-region): Ditto.
15266
15267         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15268         of concat.
15269
15270 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15271
15272         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15273
15274         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15275
15276         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15277
15278         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15279
15280         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15281
15282         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15283
15284         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15285         (gnus-carpal-mode): Ditto.
15286
15287         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15288         (gnus-browse-mode): Ditto.
15289
15290         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15291
15292         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15293
15294 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15295
15296         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15297
15298 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15299
15300         * gnus-util.el (gnus-run-mode-hooks): New function.
15301
15302         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15303
15304         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15305         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15306
15307 2005-05-27  Lute Kamstra  <lute@gnu.org>
15308
15309         * dns-mode.el (dns-mode): Specify customization group.
15310
15311 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15312
15313         * gnus-agent.el (gnus-agent-make-mode-line-string):
15314         Use mode-line-highlight as mouse-face.
15315
15316 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15317
15318         * canlock.el (canlock): Change the parent group to news.
15319
15320         * deuglify.el (gnus-outlook-deuglify): Add :group.
15321
15322         * dig.el (dig): Add :group.
15323
15324         * dns-mode.el (dns-mode): Add :group.
15325
15326         * encrypt.el (encrypt): Add :group.
15327
15328         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15329         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15330         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15331         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15332         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15333
15334         * gnus-diary.el (gnus-diary): Add :group.
15335
15336         * gnus.el (gnus-group-news-1-face): Add :group.
15337         (gnus-group-news-1-empty-face): Ditto.
15338         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15339         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15340         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15341         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15342         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15343         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15344         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15345         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15346         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15347         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15348         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15349         (gnus-summary-high-ticked-face): Ditto.
15350         (gnus-summary-low-ticked-face): Ditto.
15351         (gnus-summary-normal-ticked-face): Ditto.
15352         (gnus-summary-high-ancient-face): Ditto.
15353         (gnus-summary-low-ancient-face): Ditto.
15354         (gnus-summary-normal-ancient-face): Ditto.
15355         (gnus-summary-high-undownloaded-face): Ditto.
15356         (gnus-summary-low-undownloaded-face): Ditto.
15357         (gnus-summary-normal-undownloaded-face): Ditto.
15358         (gnus-summary-high-unread-face): Ditto.
15359         (gnus-summary-low-unread-face): Ditto.
15360         (gnus-summary-normal-unread-face): Ditto.
15361         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15362         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15363
15364         * hashcash.el (hashcash): New custom group.
15365         (hashcash-default-payment): Add :group.
15366         (hashcash-payment-alist): Ditto.
15367         (hashcash-default-accept-payment): Ditto.
15368         (hashcash-accept-resources): Ditto.
15369         (hashcash-path): Ditto.
15370         (hashcash-extra-generate-parameters): Ditto.
15371         (hashcash-double-spend-database): Ditto.
15372         (hashcash-in-news): Ditto.
15373
15374         * message.el (message-minibuffer-local-map): Add :group.
15375
15376         * netrc.el (netrc): Add :group.
15377
15378         * sieve-manage.el (sieve-manage-log): Add :group.
15379         (sieve-manage-default-user): Diito.
15380         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15381         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15382         (sieve-manage-authenticators): Ditto.
15383         (sieve-manage-authenticator-alist): Ditto.
15384         (sieve-manage-default-port): Ditto.
15385
15386         * sieve-mode.el (sieve-control-commands-face): Add :group.
15387         (sieve-action-commands-face): Ditto.
15388         (sieve-test-commands-face): Ditto.
15389         (sieve-tagged-arguments-face): Ditto.
15390
15391         * smime.el (smime): Add :group.
15392
15393         * spam-report.el (spam-report): Add :group.
15394
15395         * spam.el (spam, spam-face): Add :group.
15396
15397 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15398
15399         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15400         return \n.\n.\n at the end of articles.  Protect against that.
15401         (nntp-with-open-group): Allow debugging.
15402
15403         * nnheader.el (mail-header-set-extra): Make into a function
15404         because I just could't understand how to quote the list properly.
15405
15406         * dns.el (query-dns-cached): New function.
15407
15408 2005-05-26  Lute Kamstra  <lute@gnu.org>
15409
15410         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15411
15412 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15413
15414         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15415
15416         * gnus-art.el: Don't autoload mail-extract-address-components.
15417
15418         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15419         eval-and-compile to evaluate it.
15420
15421         * hashcash.el: Don't autoload executable-find.
15422
15423         * nndb.el: Don't declare the nndb back end two or more times; don't
15424         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15425
15426         * nntp.el: Autoload format-spec instead of format; use
15427         eval-and-compile to evaluate autoload forms.
15428
15429 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15430
15431         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15432
15433 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15434
15435         * gnus.el (gnus-version-number): Bump version.
15436
15437 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15438
15439         * gnus.el: No Gnus v0.3 is released.
15440
15441 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15442
15443         * lpath.el (featurep): Bind show-nonbreak-escape.
15444
15445 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15446
15447         * gnus-art.el (gnus-article-edit-part): Disable undo.
15448
15449 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15450
15451         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15452         gnus-article-date-lapsed-new-header is t if date timer is active;
15453         skip headers in which the original date value is empty.
15454         (gnus-article-save-original-date): Redefine it as a macro.
15455         (gnus-display-mime): Use it.
15456
15457 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15458
15459         * gnus-art.el (article-date-ut): Support converting date in
15460         forwarded parts as well.
15461         (gnus-article-save-original-date): New function.
15462         (gnus-display-mime): Use it.
15463
15464 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15465
15466         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15467         enclosure element of <item>.
15468
15469 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15470
15471         * message.el (message-kill-buffer-query): Rename from
15472         `message-kill-buffer-query-if-modified'.  Add :version.
15473
15474 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15475
15476         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15477         window layout.
15478
15479 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15480
15481         * mml.el: Autoload dnd when compiling.
15482
15483 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15484
15485         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15486         x-dnd-*.
15487
15488 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15489
15490         * qp.el (quoted-printable-encode-region): Save excursion.
15491
15492 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15493
15494         * message.el (message-kill-buffer-query-if-modified): Add new variable
15495         so the user can kill a modified message buffer quickly.
15496         (message-kill-buffer): Use it.
15497
15498 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15499
15500         * lpath.el: Fbind display-time-event-handler; don't fbind
15501         string-to-multibyte.
15502
15503         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15504
15505 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15506
15507         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15508         contained in text because xml.el decodes entities) with LFs.
15509
15510 2005-04-11  Lute Kamstra  <lute@gnu.org>
15511
15512         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15513         differently.
15514
15515 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15516
15517         * mm-util.el (mm-detect-coding-region): Typo.
15518
15519 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15520
15521         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15522
15523 2005-04-06  Deepak Goel  <deego@gnufans.org>
15524
15525         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15526         user-function allow user modifications of the scores.
15527         (spam-stat-score-buffer-user): New function, to allow
15528         user-computed modifications to the score.
15529         (spam-stat-score-buffer-user-functions): List of additional
15530         scoring functions.
15531         (spam-stat-error-holder): Global temporary error holder.
15532         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15533         variable.
15534
15535 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15536
15537         * gnus-registry.el (gnus-registry-clean-empty-function)
15538         (gnus-registry-trim, gnus-registry-fetch-groups)
15539         (gnus-registry-delete-group): Groups that match
15540         `gnus-registry-ignored-groups' are removed from the registry
15541         entries, not just ignored for splitting.  This helps clean up the
15542         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15543         to get all the groups a message ID is in.
15544
15545         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15546         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15547         (spam-stat-score-buffer-user-functions): Add :number custom type.
15548
15549 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15550
15551         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15552         argument in XEmacs.
15553
15554         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15555         (nnrss-request-group): Decode group name first.
15556         (nnrss-request-article): Make a text/plain article if mml-to-mime
15557         failed.
15558         (nnrss-get-encoding): Return a compatible encoding according to
15559         nnrss-compatible-encoding-alist.
15560         (nnrss-find-el): Use consp instead of listp.
15561         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15562
15563 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15564
15565         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15566         which Emacs 20 doesn't support.
15567         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15568
15569 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15570
15571         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15572         silence the byte compiler inside the defun.
15573
15574         * gnus-demon.el (parse-time-string): Add autoload.
15575
15576         * gnus-delay.el (parse-time-string): Add autoload.
15577
15578         * gnus-art.el (parse-time-string): Add autoload.
15579
15580         * nnultimate.el (parse-time): Require for `parse-time-string'.
15581
15582 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15583
15584         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15585
15586         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15587
15588         * smime.el (smime-ldap-host-list): Add :version.
15589
15590 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15591
15592         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15593         pass it to `gnus-browse-read-group'.
15594         (gnus-browse-read-group): Add NUMBER argument and pass it to
15595         `gnus-group-read-ephemeral-group'.
15596
15597         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15598         argument and pass it to `gnus-group-read-group'.
15599
15600 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15601
15602         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15603         mm-xemacs-find-mime-charset-1 if we have the mule feature
15604         available at runtime.
15605
15606 2005-03-25  Werner Lemberg  <wl@gnu.org>
15607
15608         * nnmaildir.el: Replace `illegal' with `invalid'.
15609
15610 2005-03-23  Lute Kamstra  <lute@gnu.org>
15611
15612         * time-date.el: Add comment on time value formats.
15613         Don't require parse-time.
15614         (with-decoded-time-value): New macro.
15615         (encode-time-value): New function.
15616         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15617         (days-to-time): Return a valid time value when arg is huge.
15618         (time-since): Use time-subtract.
15619         (time-to-number-of-days): Use time-to-seconds.
15620
15621 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15622
15623         * gnus-start.el (gnus-display-time-event-handler):
15624         Check display-time-timer at runtime rather than only at load time
15625         in case display-time-mode is turned off in the mean time.
15626
15627 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15628
15629         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15630         used.
15631
15632         * nneething.el (nneething-map-file-directory): Derive from
15633         `gnus-directory'.
15634
15635         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15636         the To/Cc button.
15637
15638 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15639
15640         * nnmaildir.el (nnmaildir-request-accept-article):
15641         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15642
15643 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15644
15645         * gnus-async.el: Require timer-funcs at compile time when in
15646         XEmacs for `run-with-idle-timer'.
15647
15648 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15649
15650         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15651         autoloaded function.
15652
15653 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15654
15655         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15656
15657 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15658
15659         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15660
15661 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15662
15663         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15664         Add gnus-expert-user to default.
15665
15666 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15667
15668         * nnimap.el (nnimap-open-server): Ditto.
15669
15670         * imap.el (imap-authenticate): Fix typo.
15671
15672 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15673
15674         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15675         buffer (since IMAP server might return FETCH response out of
15676         order, and the nntp buffer must be sorted).
15677
15678 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15679
15680         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15681         comparison on string.
15682
15683         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15684         (gnus-agent-score): Rename category keywords to match gnus-cus.
15685         (gnus-agent-summary-fetch-series): Modify to protect against
15686         gnus-agent-summary-fetch-group clearing processable flags.
15687         (gnus-agent-synchronize-group-flags): Update live group buffer as
15688         synchronization may occur due to the user toggle the plugged
15689         status.
15690         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15691         successfully downloaded.
15692         (gnus-agent-expire-group-1): Avoid using markers when the overview
15693         is in ascending order; greatly improves performance.
15694         (gnus-agent-regenerate-group):
15695         Use gnus-agent-synchronize-group-flags to reset read status in both
15696         gnus and server.
15697         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15698
15699 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15700
15701         * message.el: Don't autoload former message-utils variables.
15702         (message-strip-subject-trailing-was): Change doc string.
15703
15704         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15705         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15706         (nnweb-google-search): Add "hl=en" here.
15707         (nnweb-google-parse-1, nnweb-google-create-mapping):
15708         Don't hardcode URL.
15709
15710 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15711
15712         * message.el (message-get-reply-headers, message-followup):
15713         Mention related variables `message-use-followup-to' and
15714         `message-use-mail-followup-to', in the information buffer.
15715
15716         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15717         of broken groups(-beta).google.com.
15718
15719 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15720
15721         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15722         parameter to invoked gnus-request-move-article; remove the
15723         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15724         all at once instead of once per article.
15725         (gnus-summary-remove-process-mark): Accept a list of articles as
15726         well as a single article for processing.
15727
15728         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15729         parameter.
15730
15731         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15732
15733         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15734
15735         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15736         parameter.
15737
15738         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15739         parameter.
15740
15741         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15742         parameter and remove the gnus-sum-hint-move-is-internal variable.
15743
15744         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15745         parameter.
15746
15747         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15748         parameter.
15749
15750         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15751         parameter.
15752
15753         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15754
15755         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15756         parameter.
15757
15758         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15759         parameter.
15760
15761 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15762
15763         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15764         a more conservative way.
15765
15766 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15767
15768         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15769         buffer, so it moves the window's cursor.
15770
15771 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15772
15773         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15774         `mm-dissect-multipart' and receive the from field as an (optional)
15775         argument from `mm-dissect-multipart'.
15776         (mm-dissect-multipart): Receive the from field as an argument and
15777         pass it on when we call `mm-dissect-buffer' on MIME parts.
15778         Fixes verification/decryption of signed/encrypted MIME parts.
15779
15780 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15781
15782         * gnus-sum.el (gnus-summary-move-article):
15783         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15784         whatever it calls (right now, only nnimap-request-move article
15785         respects it).
15786
15787         * nnimap.el (nnimap-request-move-article):
15788         When gnus-sum-hint-move-is-internal is set, don't do the extra
15789         nnimap-request-article.
15790
15791 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15792
15793         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15794
15795         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15796         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15797
15798         * gnus-sum.el (gnus-summary-caesar-message):
15799         Apply `gnus-treat-article' after rotation.
15800
15801         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15802         doc string.
15803
15804 2005-02-22  Simon Josefsson  <jas@extundo.com>
15805
15806         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15807         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15808         <arne@arnested.dk>.
15809         (encrypt): Add password-cache and password-cache-expiry as group
15810         members.
15811
15812 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15813
15814         * smime.el (smime-ldap-host-list): Doc fix.
15815         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15816         cache) password.
15817         (smime-sign-region): Use it.
15818         (smime-decrypt-region): Use it.
15819         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15820         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15821         fails.
15822         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15823         certificate from DER to PEM format rather than calling openssl.
15824
15825         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15826
15827         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15828         for signing/encryption.
15829
15830         * mml.el (mml-parse-1): Use them.
15831
15832 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15833
15834         * nnrss.el (nnrss-verbose): Remove.
15835         (nnrss-request-group): Use `nnheader-message' instead.
15836
15837 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15838
15839         * nnrss.el (nnrss-verbose): New variable.
15840         (nnrss-request-group): Make it say nnrss is requesting a group.
15841
15842 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15843
15844         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15845         Handle news URL with given port correctly.
15846
15847 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15848
15849         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15850         containing special characters.
15851
15852         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15853
15854         * mml.el (mime-to-mml): Ditto.
15855
15856         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15857         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15858         (rfc2047-decode-region): Quote decoded words containing special
15859         characters when rfc2047-quote-decoded-words-containing-tspecials
15860         is non-nil.
15861
15862 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15863
15864         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15865
15866         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15867
15868 2005-02-15  Simon Josefsson  <jas@extundo.com>
15869
15870         * nnimap.el (nnimap-debug): Doc fix.
15871
15872         * imap.el (imap-debug): Doc fix.
15873
15874 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15875
15876         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15877
15878 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15879
15880         * gnus.el (spam-contents): Improve docs for spam-contents
15881         parameter in its variable incarnation.
15882
15883 2005-02-14  Simon Josefsson  <jas@extundo.com>
15884
15885         * smime-ldap.el: Use require instead of load-library for ldap.
15886         (smime-ldap-search): Indent.
15887         (smime-ldap-search-internal): Shorten line.
15888
15889         * smime.el (smime-cert-by-dns): Add doc-string.
15890         (smime-cert-by-ldap-1): Indent.
15891
15892         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15893         mml-smime-get-dns-ldap.
15894         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15895
15896 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15897
15898         * smime.el: Require smime-ldap.
15899         (smime-ldap-host-list): New variable.
15900         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15901
15902         * mml-smime.el (mml-smime-encrypt-query): New function.
15903         (mml-smime-encrypt-query): Use it.
15904
15905         * smime-ldap.el: New file.
15906
15907 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15908
15909         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15910
15911 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15912
15913         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15914         argument in doc string.  Make query for type more clear.
15915
15916 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15917
15918         * gnus.el (gnus-group-startup-message): Search for gnus images in
15919         etc/images/gnus.
15920         * mm-util.el (mm-image-load-path): Likewise.
15921         * smiley.el (smiley-data-directory): Search for smilies in
15922         etc/images/smilies.
15923
15924 2005-02-09  Kim F. Storm  <storm@cua.dk>
15925
15926         Change Emacs release version from 21.4 to 22.1 throughout.
15927         Change Emacs development version from 21.3.50 to 22.0.50.
15928
15929 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15930
15931         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15932
15933         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15934         non-Mule XEmacs as well.
15935         (mm-decompress-buffer): Signal an error intentionally if it does
15936         not decompress compressed data because auto-compression-mode is
15937         disabled.
15938
15939 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15940
15941         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15942         an ID in the registry even if it has no groups.
15943
15944 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15945
15946         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15947         merge it into mm-decompress-buffer.
15948         (gnus-mime-copy-part): Use the MIME part charset, the value which
15949         a user specified or gnus-newsgroup-charset for decoding, like
15950         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15951         save-buffer what was used.  Suggested by Kevin Ryde
15952         <user42@zip.com.au>.
15953         (gnus-mime-inline-part): Allow the name parameter as well as the
15954         filename parameter; force decompressing of compressed data; always
15955         display contents being not decoded as unibyte.
15956
15957         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15958         as well as the filename parameter.
15959
15960         * mm-util.el (mm-decompress-buffer):
15961         Merge gnus-mime-jka-compr-maybe-uncompress.
15962         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15963         of compressed data.
15964
15965 2005-02-08  Simon Josefsson  <jas@extundo.com>
15966
15967         * imap.el (imap-log): Doc fix.
15968
15969 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15970
15971         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15972         the coding cookies; decompress compressed parts.
15973
15974         * mml.el (mml-generate-mime-1): Add the charset parameter according
15975         to the value which a user specified manually or the coding cookie.
15976
15977         * mm-util.el (mm-string-to-multibyte): New function.
15978         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15979         (mm-coding-system-to-mime-charset): New function.
15980         (mm-decompress-buffer): New function.
15981         (mm-find-buffer-file-coding-system): New function.
15982
15983         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15984         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15985         parts.
15986
15987 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15988
15989         * mm-view.el (mm-display-inline-fontify): Decode a part according
15990         to the charset parameter.
15991
15992 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15993
15994         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15995         prefix arg is neither nil nor a number, as info specifies.
15996
15997 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15998
15999         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16000         timestamps.
16001
16002 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16003
16004         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16005         groups error checking and notify user.
16006
16007 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16008
16009         * message.el (message-send-mail-function): Check existence of
16010         sendmail-program first before using default value
16011         `message-send-mail-with-sendmail'.  Otherwise use more generic
16012         `smtpmail-send-it'.
16013
16014 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16015
16016         * nntp.el (nntp-request-update-info): Always return nil.
16017
16018 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16019
16020         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16021
16022 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16023
16024         * message.el (message-beginning-of-line): Change the behavior when
16025         invoked between BOL and : so that it first moves backward.
16026
16027 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16028
16029         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16030         article buffer when editing of the article is discarded.
16031         (gnus-article-prepare): Revert.
16032
16033 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16034
16035         * gnus-art.el (gnus-article-prepare):
16036         Remove message-strip-forbidden-properties from the local hook.
16037
16038 2005-01-27  Simon Josefsson  <jas@extundo.com>
16039
16040         * password.el (password-cache-add): Only start one timer per key.
16041         Reported by Derek Atkins <warlord@MIT.EDU>.
16042
16043 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16044
16045         * run-at-time.el: Remove.  It is no longer needed as
16046         timer-funcs.el in the xemacs-base package has a working version of
16047         `run-at-time'.
16048
16049         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16050
16051         * password.el: Require timer-funcs instead of run-at-time in
16052         XEmacs.
16053         Remove `password-run-at-time' macro.
16054         (password-cache-add): Use `run-at-time' instead of
16055         `password-run-at-time'.
16056
16057         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16058         Remove `nnheader-cancel-function-timers' alias,
16059         `cancel-function-timers' exists in XEmacs in timer-funcs.
16060
16061         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16062         for `run-with-idle-timer'.
16063
16064         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16065         for `run-at-time'.
16066
16067         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16068         for `with-timeout'.
16069
16070         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16071         the same as for XEmacs 21.4.
16072         No need to ignore `run-with-idle-timer', this function exists in
16073         XEmacs now in timer-funcs.el in the xemacs-base package.
16074         (dgnushack-compile): No need to delete
16075         run-at-time.el from the list of files to compile because it
16076         doesn't exist anymore.
16077
16078 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16079
16080         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16081         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16082
16083 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16084
16085         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16086         sensitively.
16087
16088 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16089
16090         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16091
16092 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16093
16094         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16095         which will be inserted according to the multibyteness of a buffer
16096         rather than the type of contents.  Suggested by ARISAWA Akihiro
16097         <ari@mbf.ocn.ne.jp>.
16098
16099         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16100         of string which old xml.el may return rather than a string.
16101
16102 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16103
16104         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16105
16106 2005-01-16  Simon Josefsson  <jas@extundo.com>
16107
16108         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16109         idn/idna.el isn't available.
16110         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16111         <michael@waxrat.com>.
16112
16113         * hashcash.el: Remove non-FSF copyright header.
16114
16115         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16116         (hashcash-generate-payment): Use it.
16117         (hashcash-generate-payment-async): Use it.
16118
16119 2005-01-15  Simon Josefsson  <jas@extundo.com>
16120
16121         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16122         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16123
16124         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16125         gnus-summary-idna-message.
16126         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16127         (gnus-summary-idna-message): New function.
16128
16129 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16130
16131         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16132         gnus-novice-user.
16133
16134 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16135
16136         * nnrss.el (nnrss-request-delete-group): Delete entries in
16137         nnrss-group-alist as well.
16138         (nnrss-save-server-data): Insert newline.
16139
16140 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16141
16142         * gnus.el (gnus-user-agent): Use list of symbols instead of
16143         symbols.  Display full version number for (S)XEmacs.
16144         Optionally display (S)XEmacs codename.
16145
16146         * gnus-util.el (gnus-emacs-version): Update for new
16147         `gnus-user-agent'.
16148
16149         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16150         Gnus version.
16151
16152 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16153
16154         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16155         which is unreadable in some setups.
16156
16157 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16158
16159         * gnus-spec.el (gnus-update-format-specifications): Flush the
16160         group format spec cache if it doesn't support decoded group names.
16161
16162 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16163
16164         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16165         Allow to apply decay on score files matching a regexp.
16166
16167 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16168
16169         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16170         compatibility in %g and %c.
16171
16172 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16173
16174         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16175         name for only %g and %c.
16176         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16177         of gnus-tmp-group to decoded group name.
16178         (gnus-group-make-rss-group): Exclude `/'s from group names.
16179
16180 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16181
16182         * nnrss.el (nnrss-get-encoding): Fix regexp.
16183
16184 2004-12-27  Simon Josefsson  <jas@extundo.com>
16185
16186         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16187         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16188         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16189
16190 2004-12-17  Kim F. Storm  <storm@cua.dk>
16191
16192         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16193
16194         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16195
16196 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16197
16198         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16199
16200 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16201
16202         * nnrss.el: Require rfc2047 and mml.
16203         (nnrss-file-coding-system): New variable.
16204         (nnrss-format-string): Redefine it as an inline function.
16205         (nnrss-decode-group-name): New function.
16206         (nnrss-string-as-multibyte): Remove.
16207         (nnrss-retrieve-headers): Decode group name; don't use
16208         nnrss-format-string.
16209         (nnrss-request-group): Decode group name.
16210         (nnrss-request-article): Decode group name; allow a Message-ID as
16211         well as an article number; don't use nnrss-format-string; encode a
16212         Message-ID string which may contain non-ASCII characters; use
16213         mml-to-mime to compose a MIME article.
16214         (nnrss-request-expire-articles): Decode group name.
16215         (nnrss-request-delete-group): Decode group name.
16216         (nnrss-fetch): Clarify error message.
16217         (nnrss-read-server-data): Use insert-file-contents instead of load;
16218         bind file-name-coding-system; use multibyte buffer.
16219         (nnrss-save-server-data): Bind coding-system-for-write to the
16220         value of nnrss-file-coding-system; bind file-name-coding-system;
16221         add coding cookie.
16222         (nnrss-read-group-data): Use insert-file-contents instead of load;
16223         bind file-name-coding-system; use multibyte buffer.
16224         (nnrss-save-group-data): Bind coding-system-for-write to the
16225         value of nnrss-file-coding-system; bind file-name-coding-system.
16226         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16227         make it work with non-ASCII text.
16228         (nnrss-find-el): Make it work with old xml.el as well.
16229
16230 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16231
16232         * nnrss.el (nnrss-get-encoding): New function.
16233         (nnrss-fetch): Use unibyte buffer initially; bind
16234         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16235         decode contents according to the encoding attribute.
16236         (nnrss-save-group-data): Add coding cookie.
16237         (nnrss-mime-encode-string): New function.
16238         (nnrss-check-group): Use it to encode subject and author.
16239
16240 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16241
16242         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16243         imaginary variable.
16244
16245 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16246
16247         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16248         correctly even if there are wide characters.
16249
16250 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16251
16252         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16253         downcased symbol names; make a new cache instead of reusing
16254         bbdb-hashtable.
16255
16256 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16257
16258         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16259         concatenating segments rather than before concatenating them.
16260         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16261
16262         * message.el (message-get-reply-headers): Bind `extra'.
16263
16264 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16265
16266         * message.el (message-extra-wide-headers): New variable.
16267         (message-get-reply-headers): Use it.
16268
16269 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16270
16271         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16272         (gnus-agent-group-pathname): Ditto.
16273
16274         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16275
16276         * gnus-group.el (gnus-group-make-group): Decode group name.
16277         (gnus-group-make-rss-group): Register the group data after opening
16278         the nnrss group.
16279
16280 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16281
16282         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16283         by expiry now get marked as read.
16284
16285 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16286
16287         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16288
16289 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16290
16291         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16292         unify Latin characters in XEmacs.
16293         (mm-find-mime-charset-region): Use it.
16294
16295 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16296
16297         * gnus-util.el (gnus-delete-directory): New function.
16298
16299         * gnus-agent.el (gnus-agent-delete-group): Use it.
16300
16301         * gnus-cache.el (gnus-cache-delete-group): Use it.
16302
16303 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16304
16305         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16306         names.
16307
16308 2004-12-16  Simon Josefsson  <jas@extundo.com>
16309
16310         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16311
16312 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16313
16314         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16315
16316         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16317         (gnus-group-set-current-level): Decode group name.
16318
16319 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16320
16321         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16322         failed.
16323
16324 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16325
16326         * gnus-group.el (gnus-group-delete-group): Decode group name.
16327         (gnus-group-make-rss-group): Encode group name.
16328         (gnus-group-catchup-current): Decode group name.
16329         (gnus-group-kill-group): Decode group name.
16330
16331 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16332
16333         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16334
16335 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16336
16337         * gnus-group.el (gnus-group-make-rss-group):
16338         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16339
16340         * gnus-start.el (gnus-setup-news): Honor user's setting to
16341         gnus-message-archive-method.  Suggested by Lute Kamstra
16342         <lute@gnu.org>.
16343
16344 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16345
16346         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16347         global counterparts of the buffer-local variables.
16348
16349 2004-11-16  Romain Francoise  <romain@orebokech.com>
16350
16351         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16352         counterparts of the buffer-local variables.
16353
16354 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16355
16356         * message.el (message-forbidden-properties): Fix typo in doc
16357         string.
16358
16359 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16360
16361         * gnus-util.el (gnus-replace-in-string): Add doc string.
16362
16363         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16364         to avoid problems when splitting mails with many recipients.
16365
16366 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16367
16368         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16369         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16370
16371 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16372
16373         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16374         if there is no hashtable in memory or file modification time is
16375         newer than cached timestamp.
16376
16377 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16378
16379         * gnus-sum.el (gnus-summary-limit-to-recipient):
16380         Implement not-matching option.
16381
16382 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16383
16384         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16385         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16386         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16387         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16388         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16389         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16390
16391 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16392
16393         * message.el (message-forward-make-body-mml): Remove headers
16394         according to message-forward-ignored-headers if a message is decoded.
16395
16396 2004-12-02  Romain Francoise  <romain@orebokech.com>
16397
16398         * message.el (message-forward-make-body-plain): Always remove
16399         headers according to message-forward-ignored-headers.
16400
16401 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16402
16403         * spam.el (spam-summary-prepare-exit): Remove the
16404         gnus-summary-limit pop for now, it has problems with ham marks for
16405         me.
16406
16407 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16408
16409         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16410         correctly.
16411
16412 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16413
16414         * format-spec.el (format-spec): Message the char.
16415
16416 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16417
16418         * gnus-art.el (gnus-split-methods): Reformat comments.
16419
16420         * spam.el (spam-summary-prepare-exit): Remove article limits
16421         before exiting the summary buffer.
16422
16423 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16424
16425         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16426         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16427
16428         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16429         order to silence the byte compiler.
16430
16431         * spam.el: Fix the way to silence the byte compiler, which
16432         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16433         bbdb-search-simple, spam-BBDB-register-routine,
16434         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16435         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16436         spam-stat-buffer-is-spam, spam-stat-load,
16437         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16438         spam-stat-save and spam-stat-split-fancy.
16439
16440 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16441
16442         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16443         which may confuse users.
16444         (canlock-password-for-verify): Ditto.
16445
16446         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16447
16448         * gnus-art.el (gnus-emphasis-alist): Ditto.
16449
16450         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16451
16452         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16453
16454         * gnus-start.el (gnus-save-killed-list): Ditto.
16455
16456         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16457         (gnus-sum-thread-tree-root): Ditto.
16458         (gnus-sum-thread-tree-false-root): Ditto.
16459         (gnus-sum-thread-tree-single-indent): Ditto.
16460
16461         * message.el (message-courtesy-message): Ditto.
16462         (message-archive-note): Ditto.
16463         (message-subscribed-address-file): Ditto.
16464         (message-user-fqdn): Ditto.
16465
16466         * spam-report.el (spam-report-gmane-regex): Ditto.
16467
16468         * spam.el (spam-blackhole-good-server-regex): Ditto.
16469
16470 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16471
16472         * mml.el (mml-preview): Widen the message buffer before copying
16473         the contents to the preview buffer; sort headers before previewing.
16474
16475         * message.el (message-hidden-headers): Fix the way to avoid a bug
16476         in the `repeat' widget in Emacs 21.3 or earlier.
16477
16478 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16479
16480         * message.el (message-hidden-headers): Default to "^References:".
16481         Improve customization type.  Suggested by Reiner Steib
16482         <Reiner.Steib@gmx.de>.
16483
16484 2004-11-25  Romain Francoise  <romain@orebokech.com>
16485
16486         * message.el (message-strip-forbidden-properties): Remove check for
16487         obsolete `message-hidden' text property, hidden headers are not
16488         accessible in the buffer anymore.
16489
16490 2004-11-22  Romain Francoise  <romain@orebokech.com>
16491
16492         * message.el (message-header-format-alist): Add `From' in list
16493         so that it can be sorted.
16494         (message-fix-before-sending): Widen and sort headers before
16495         sending.
16496         (message-hide-headers): Use narrowing to hide headers by moving
16497         them to the top of the buffer and narrowing to the region
16498         underneath.
16499
16500 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16501
16502         * message.el (message-strip-forbidden-properties):
16503         Bind buffer-read-only (etc) to nil.
16504
16505 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16506
16507         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16508         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16509
16510 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16511
16512         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16513
16514 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16515
16516         * dns.el (query-dns): Use sit-for to time instead of
16517         accept-process-output, since that doesn't seem to work on udp
16518         sockets.
16519
16520 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16521
16522         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16523
16524 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16525
16526         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16527         doc string.  Improve doc string.
16528
16529 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16530
16531         * nntp.el (nntp-request-update-info): Return nil if
16532         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16533         may not call gnus-activate-group which uselessly issues the GROUP
16534         commands for all nntp groups and wastes time.  Reported by Romain
16535         Francoise <romain@orebokech.com>.
16536
16537         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16538
16539 2004-11-15  Simon Josefsson  <jas@extundo.com>
16540
16541         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16542         headers separately.
16543         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16544         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16545
16546 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16547
16548         * gnus-start.el (gnus-convert-old-newsrc):
16549         Assign legacy-gnus-agent to 5.10.7.
16550
16551 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16552
16553         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16554         start of the lines.
16555
16556 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16557
16558         * hashcash.el (hashcash-default-payment): Change default to 20.
16559         (hashcash-default-accept-payment): Change default to 20.
16560         (hashcash-process-alist): New variable.
16561         (hashcash-generate-payment-async): Add.
16562         (hashcash-already-paid-p): Add.
16563         (hashcash-insert-payment): Don't generate payments twice.
16564         (hashcash-insert-payment-async): Add.
16565         (hashcash-insert-payment-async-2): Add.
16566         (hashcash-cancel-async): Add.
16567         (hashcash-wait-async): Add.
16568         (hashcash-processes-running-p): Add.
16569         (hashcash-wait-or-cancel): Add.
16570         (mail-add-payment): New optional argument.  Conditionally start
16571         asynchronous calculation.
16572         (mail-add-payment-async): Add.
16573
16574         * message.el (message-send-mail): Wait for asynchronous hashcash
16575         results.  Don't clobber existing X-Hashcash headers.
16576         (message-setup-1): Call mail-add-payment-async when
16577         message-generate-hashcash is non-nil.
16578
16579 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16580
16581         * message.el (message-use-alternative-email-as-from): Examine the
16582         From header as well; use message-make-from in order to include a
16583         user's full name.
16584
16585 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16586
16587         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16588         default; improve customization type.
16589         (gnus-emphasis-custom-with-format): New macro.
16590         (gnus-emphasis-custom-value-to-external): New function.
16591         (gnus-emphasis-custom-value-to-internal): New function.
16592
16593 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16594
16595         * dns.el (query-dns): Resolve reverse addresses.
16596
16597 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16598
16599         * gnus-group.el (gnus-group-get-new-news): Use it.
16600
16601         * gnus-start.el (gnus-check-reasonable-setup): New function.
16602
16603 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16604
16605         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16606         "Args out of range" error.  Reported by Arnaud Giersch
16607         <arnaud.giersch@free.fr>.
16608
16609 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16610
16611         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16612
16613 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16614
16615         * spam.el (spam group): Add :version.
16616
16617         * pgg-def.el (pgg group): Add :version.
16618
16619 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16620
16621         * gnus-art.el (gnus-article-edit-article): Don't associate the
16622         article buffer with a draft file.  This is a temporary measure
16623         against the 2004-08-22 change to gnus-article-edit-mode.
16624
16625 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16626
16627         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16628         (html2text-format-tags): Remove unused variable `attr'.
16629
16630 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16631
16632         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16633
16634         * tls.el (tls-process-connection-type, tls-success)
16635         (tls-certtool-program): Add :version.
16636
16637         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16638         (starttls-extra-arguments, starttls-process-connection-type)
16639         (starttls-connect, starttls-failure, starttls-success): Add :version.
16640
16641         * spam-stat.el (spam-stat): Add :version.
16642
16643         * sieve.el (sieve): Add :version.
16644
16645         * sha1.el (sha1): Add :version.
16646         (sha1-use-external): Remove redundant version.
16647
16648         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16649         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16650         (nnmail-split-fancy-match-partial-words)
16651         (nnmail-split-lowercase-expanded): Add :version.
16652
16653         * nndiary.el (nndiary): Add :version.
16654
16655         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16656
16657         * mml-sec.el (mml-default-sign-method)
16658         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16659         Add :version.
16660
16661         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16662
16663         * mm-url.el (mm-url-use-external, mm-url-program)
16664         (mm-url-arguments): Add :version.
16665
16666         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16667         (mm-attachment-file-modes, mm-decrypt-option)
16668         (mm-w3m-safe-url-regexp): Add :version.
16669
16670         * message.el (message-cite-prefix-regexp)
16671         (message-sendmail-envelope-from, message-minibuffer-local-map)
16672         (message-user-fqdn, message-completion-alist): Add :version.
16673
16674         * gnus-win.el (gnus-configure-windows-hook)
16675         (gnus-use-frames-on-any-display): Add :version.
16676
16677         * gnus-art.el (gnus-article-address-banner-alist)
16678         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16679         (gnus-treat-from-picon, gnus-treat-mail-picon)
16680         (gnus-treat-x-pgp-sig): Add :version.
16681
16682         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16683         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16684         (gnus-summary-article-delete-hook)
16685         (gnus-summary-display-while-building): Add :version.
16686
16687         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16688         (gnus-get-top-new-news-hook): Add :version.
16689
16690         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16691         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16692
16693         * gnus-registry.el (gnus-registry): Add :version.
16694
16695         * gnus-spec.el (gnus-use-correct-string-widths)
16696         (gnus-make-format-preserve-properties): Add :version.
16697
16698         * gnus.el (gnus-group-charter-alist)
16699         (gnus-group-fetch-control-use-browse-url)
16700         (gnus-install-group-spam-parameters): Add :version.
16701
16702         * gnus-diary.el (gnus-diary): Add :version.
16703
16704         * gnus-delay.el (gnus-delay): Add :version.
16705
16706         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16707         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16708         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16709         Add :version.
16710
16711         * gnus-agent.el (gnus-agent-max-fetch-size)
16712         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16713         (gnus-agent-prompt-send-queue): Add :version.
16714
16715         * deuglify.el (gnus-outlook-deuglify): Add :version.
16716
16717         * html2text.el: Beautify code.  Improve doc strings.
16718         Some checkdoc cleanup.
16719         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16720
16721 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16722
16723         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16724
16725 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16726
16727         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16728         when package is loaded.
16729
16730         * spam.el (spam-summary-score-preferred-header): Add global preference
16731         for people who want to override the default SpamAssassin over
16732         Bogofilter preference (when both are set).
16733         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16734         (spam-user-format-function-S):
16735         Check spam-summary-score-preferred-header.
16736         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16737         (spam-user-format-function-S): Format the score correctly.
16738
16739 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16740
16741         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16742         signature file.  Suggested by Manoj Srivastava
16743         <srivasta@golden-gryphon.com>.
16744
16745         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16746         iso-2022-jp even in the Japanese language environment.
16747         Suggested by Jason Rumney <jasonr@gnu.org>.
16748
16749 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16750
16751         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16752         use the same characters as the dummy marks; make it free from
16753         getting affected by the language environment.
16754         (gnus-summary-read-group-1): Update mark positions only when the
16755         format spec is updated.
16756
16757         * gnus-spec.el (gnus-update-format-specifications): Return a list
16758         of updated types.
16759
16760 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16761
16762         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16763         of boundp to check if display-warning is available.
16764
16765 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16766
16767         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16768
16769 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16770
16771         * nnspool.el (nnspool-spool-directory): Use news-path if the
16772         news-directory variable is not bound.
16773
16774         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16775         function instead of display-warning if it is not available.
16776
16777 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16778
16779         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16780         v5-10: Use `point-at-bol'.
16781
16782 2004-10-26  Simon Josefsson  <jas@extundo.com>
16783
16784         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16785         <chenggao@gmail.com>.
16786
16787 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16788
16789         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16790         instead.
16791
16792 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16793
16794         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16795         to remove a server from the nnimap-server-buffer-alist.
16796         (nnimap-open-connection, nnimap-close-server): Use it.
16797
16798         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16799
16800 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16801
16802         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16803         running the major-mode function.
16804
16805 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16806
16807         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16808         dummy marks in the right way.
16809
16810 2004-10-18  David Edmondson  <dme@dme.org>
16811
16812         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16813         excessively.
16814
16815 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16816
16817         * gnus-util.el (gnus-split-references): Accept a nil references
16818         string and go on blissfully.
16819
16820         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16821         cases where the references string is non-nil but has no references.
16822
16823         * encrypt.el: Add autoload tags.
16824
16825         * spam.el (spam-resolve-registrations-routine): Remove article
16826         from unregistration list too.  Reported by David Hanak
16827         <dhanak@isis.vanderbilt.edu>
16828
16829 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16830
16831         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16832         nil.  Change custom type.
16833
16834 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16835
16836         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16837
16838         * gnus-sum.el (gnus-summary-move-article): Use it.
16839
16840 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16841
16842         * encrypt.el: Add autoload cookies.
16843
16844         * spam.el (spam-backend-article-list-property)
16845         (spam-backend-get-article-todo-list)
16846         (spam-backend-put-article-todo-list)
16847         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16848         Resolve registrations separately.
16849         (spam-register-routine): Format comments.
16850         (spam-unregister-routine, spam-register-routine): Always call with
16851         specific-articles, no default list.
16852         (spam-summary-prepare-exit): Use the spam-classifications function.
16853
16854         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16855         gnus-encrypt.el.
16856
16857         * encrypt.el: Copied from gnus-encrypt.el.
16858
16859         * gnus-encrypt.el: Commented that it's obsolete.
16860
16861 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16862
16863         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16864         (gnus-score-save): Use it.
16865
16866         * message.el (message-bury): Use `window-dedicated-p'.
16867
16868 2004-10-15  Simon Josefsson  <jas@extundo.com>
16869
16870         * pop3.el (top-level): Don't require nnheader.
16871         (pop3-read-timeout): Add.
16872         (pop3-accept-process-output): Add.
16873         (pop3-read-response, pop3-retr): Use it.
16874
16875 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16876
16877         * spam.el (spam-register-routine): Move comment.
16878         (spam-verify-bogofilter): Use 'unknown for the initial
16879         spam-bogofilter-valid state, not 'never.
16880
16881         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16882         for netrc-machine.
16883
16884         * nnimap.el (nnimap-open-connection):
16885         Use netrc-machine-user-or-password.
16886
16887 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16888
16889         * gnus-registry.el (gnus-registry-unload-hook):
16890         Set as a variable with add-hook.
16891
16892         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16893         of news-path.
16894
16895         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16896
16897         * spam.el: Delete duplicate `provide'.
16898         (spam-unload-hook): Set as a variable with add-hook.
16899
16900 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16901
16902         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16903         in the doc string.
16904
16905         * message.el (message-ignored-news-headers)
16906         (message-ignored-supersedes-headers)
16907         (message-ignored-resent-headers)
16908         (message-forward-ignored-headers): Improve custom type.
16909
16910 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16911
16912         * message.el (message-tokenize-header): Fix 2004-09-06 change
16913         which used point-min in the wrong place.
16914
16915 2004-10-12  Simon Josefsson  <jas@extundo.com>
16916
16917         * tls.el (tls-certtool-program): New variable.
16918         (tls-certificate-information): New function, based on
16919         ssl-certificate-information.
16920
16921 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16922
16923         * compface.el: Move the version of ELisp-based uncompface program
16924         to the contrib directory because of the copyright problem.
16925
16926 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16927
16928         * message.el (message-kill-buffer): Raise the current frame.
16929
16930 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16931
16932         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16933
16934         * gnus.el (message-y-or-n-p): Autoload.
16935
16936         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16937         (pop3-password-required, pop3-authentication-scheme)
16938         (pop3-leave-mail-on-server): Make customizable.
16939         (pop3): New custom group.
16940         (pop3-retr): Remove `sleep-for' statements.
16941         Suggested by Dave Love <fx@gnu.org>.
16942
16943         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16944         Windows/DOS.
16945
16946         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16947         (imap-parse-body): Fix incorrect use of `assert'.
16948         Suggested by Dave Love <fx@gnu.org>.
16949
16950         * mml.el (mml-minibuffer-read-disposition): Require match.
16951         Suggested by Dave Love <fx@gnu.org>.
16952
16953 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16954
16955         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16956         doc string.
16957
16958 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16959
16960         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16961
16962 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16963
16964         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16965         instead of calling `mm-insert-inline', to decode text/* parts
16966         before displaying them.
16967
16968 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16969
16970         * mm-uu.el (mm-uu-text-plain-type): New variable.
16971         (mm-uu-pgp-signed-extract-1): Use it.
16972         (mm-uu-pgp-encrypted-extract-1): Use it.
16973         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16974         bind mm-uu-text-plain-type with that value.
16975         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16976         mm-uu-dissect.
16977
16978 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16979
16980         * gnus-group.el (gnus-update-group-mark-positions):
16981         * gnus-sum.el (gnus-update-summary-mark-positions):
16982         * message.el (message-check-news-body-syntax):
16983         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16984         of string-as-multibyte.
16985
16986 2004-10-05  Juri Linkov  <juri@jurta.org>
16987
16988         * gnus-group.el (gnus-update-group-mark-positions):
16989         * gnus-sum.el (gnus-update-summary-mark-positions):
16990         * message.el (message-check-news-body-syntax):
16991         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16992         8-bit unibyte values to a multibyte string for search functions.
16993
16994 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16995
16996         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16997         (mm-uu-dissect-text-parts): New function.
16998
16999         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17000         dissect text parts.
17001
17002         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17003         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17004
17005         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17006
17007         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17008         Use gnus-current-topics instead of gnus-current-topic.
17009
17010 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17011
17012         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17013
17014 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17015
17016         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17017         where approriate.
17018
17019         * nnml.el (nnml-generate-active-info): do.
17020
17021         * nndiary.el (nndiary-generate-active-info): do.
17022
17023         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17024         (gnus-topic-move): do.
17025
17026         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17027         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17028
17029         * gnus-srvr.el (gnus-server-prepare)
17030         (gnus-server-open-all-servers): do.
17031
17032         * gnus-msg.el (gnus-summary-cancel-article)
17033         (gnus-summary-resend-message)
17034         (gnus-summary-mail-crosspost-complaint): do.
17035
17036         * gnus-move.el (gnus-change-server): do.
17037
17038         * gnus-group.el (gnus-group-unmark-all-groups)
17039         (gnus-group-set-current-level): do.
17040
17041 2004-10-04  Simon Josefsson  <jas@extundo.com>
17042
17043         * message.el (message-generate-hashcash): Doc fix.
17044
17045 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17046
17047         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17048         avoid infinite recursion via gnus-get-function.
17049
17050 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17051
17052         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17053
17054         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17055
17056         * nnmail.el (nnmail-split-history): do.
17057
17058         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17059         (nnml-request-delete-group): do.
17060
17061         * nnslashdot.el (nnslashdot-read-groups): do.
17062
17063         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17064         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17065
17066         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17067         (nnspool-sift-nov-with-sed): Use last.
17068         (nnspool-retrieve-headers-with-nov): Use mapc.
17069         (nnspool-request-newgroups): Use dolist.
17070         (nnspool-request-group): Use last.
17071
17072         * nntp.el (nntp-read-server-type): Use dolist.
17073
17074         * nnvirtual.el (nnvirtual-create-mapping)
17075         (nnvirtual-update-read-and-marked): Use dolist.
17076         (nnvirtual-convert-headers): Simplify.
17077
17078 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17079
17080         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17081         Add support for sync'ing tick marks.
17082
17083 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17084
17085         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17086         there's no visible header.
17087
17088 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17089
17090         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17091         When necessary, pass full group name to gnus-request-set-marks.
17092
17093 2004-10-01  Simon Josefsson  <jas@extundo.com>
17094
17095         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17096         acroread.
17097
17098 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17099
17100         * spam-report.el (spam-report-gmane): Fix interactive.
17101
17102         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17103
17104         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17105         when writing file.
17106         (gnus-agent-synchronize-flags): Don't default to being
17107         interactive.
17108
17109 2004-09-30  Simon Josefsson  <jas@extundo.com>
17110
17111         * message.el (message-generate-hashcash): Add.
17112         (message-send-mail): Use it, call mail-add-payment.
17113
17114 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17115
17116         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17117
17118 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17119
17120         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17121         gnus-requst-update-info with explicit code to sync the in-memory
17122         info read flags with the marks being sync'd to the backend.
17123
17124         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17125
17126 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17127
17128         * spam.el (spam-verify-bogofilter): Add new function.
17129         (spam-check-bogofilter)
17130         (spam-bogofilter-register-with-bogofilter): Use it.
17131         (spam-verify-bogofilter): Add small fixes.
17132
17133 2004-09-28  Simon Josefsson  <jas@extundo.com>
17134
17135         * hashcash.el (hashcash-generate-payment): Revert.
17136
17137 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17138
17139         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17140         Use gnus-extract-references instead of gnus-split-references.
17141
17142         * gnus-util.el (gnus-extract-references): Add new function, analogous
17143         to gnus-split-references but extracts only the message-ID without
17144         anything extra.
17145
17146         * hashcash.el (hashcash-generate-payment)
17147         (hashcash-check-payment): Do the right thing if hashcash-path is
17148         nil (because the hashcash program could not be found).
17149
17150         * spam.el (spam-use-hashcash): Remove comment.
17151
17152 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17153
17154         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17155         (gnus-cache-enter-article, gnus-cache-remove-article)
17156         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17157
17158         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17159
17160         * gnus-art.el (article-hide-boring-headers)
17161         (article-translate-strings, article-display-face)
17162         (gnus-article-mime-match-handle-first)
17163         (gnus-article-highlight-headers)
17164         (gnus-article-add-buttons-to-head): do.
17165
17166 2004-09-27  Simon Josefsson  <jas@extundo.com>
17167
17168         * hashcash.el: New version, from
17169         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17170         ../contrib/.
17171
17172 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17173
17174         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17175
17176 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17177
17178         * gnus-dup.el (gnus-dup-open): Use mapc.
17179         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17180
17181         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17182         Reported by Stefan Wiens <s.wi@gmx.net>.
17183
17184         * gnus.el (gnus-shutdown): Use dolist.
17185
17186         * gnus-undo.el (gnus-undo): Use mapc.
17187
17188         * nnrss.el (nnrss-generate-active): do.
17189
17190         * message.el (message-cite-original-without-signature)
17191         (message-cite-original): Use mapc.
17192         (message-do-actions, message-make-forward-subject): Use dolist.
17193
17194 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17195
17196         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17197         deletion to remove entire duplicate line.  Fixes merged article
17198         number bug.
17199
17200 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17201
17202         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17203         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17204         first ask if you want to open a server and then, even when you
17205         responded with no, asking if you want to synchronize the server's
17206         flags.
17207         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17208         multi-line expressions.
17209         (gnus-agent-synchronize-group-flags): New internal function.
17210         Updates marks in memory (in the info structure) AND in the
17211         backend.
17212
17213         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17214
17215         * nnagent.el (nnagent-request-set-mark):
17216         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17217         method, to ensure that synchronization updates marks in the
17218         backend and in the info (in memory) structure.
17219
17220 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17221
17222         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17223         convention fully; don't miss the root article of a thread; make
17224         the X-Draft-From header with correct article numbers.
17225
17226 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17227
17228         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17229         unless plugged.  Disable the agent so that an open failure causes
17230         an error.
17231
17232         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17233         Revert 2004-09-21 change.  The backend must be opened while
17234         synchronizing flags even when the backend stores the flags
17235         locally.
17236
17237 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17238
17239         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17240         in `header' match.  Reported by Svend Tollak Munkejord.
17241
17242         * message.el (message-cite-original): Fix use of
17243         `message-cite-articles-with-x-no-archive'.
17244
17245 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17246
17247         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17248         (gnus-window-to-buffer): Ditto.
17249
17250         * mml.el (mml-preview-buffer): New variable.
17251         (mml-preview): Manage window layout with gnus-buffer-configuration.
17252
17253         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17254         X-Draft-From header even if those articles aren't quoted.
17255
17256 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17257
17258         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17259         (gnus-request-set-mark, gnus-request-update-mark): Use new
17260         g-s-t-u-l-m to decide to use backend even when unplugged.
17261
17262 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17263
17264         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17265         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17266
17267 2004-09-20  Simon Josefsson  <jas@extundo.com>
17268
17269         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17270         "utf-16-le".
17271
17272 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17273
17274         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17275
17276 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17277
17278         * uudecode.el (uudecode-use-external): Add :version.
17279
17280         * smime.el (smime-CA-file, smime-encrypt-cipher)
17281         (smime-dns-server): Add :version.
17282
17283         * smiley.el (gnus-smiley-file-types): Add :version.
17284
17285         * sha1.el (sha1-use-external): Add :version.
17286
17287         * pgg-def.el (pgg-query-keyserver): Add :version.
17288
17289         * nnmail.el (nnmail-fancy-expiry-targets)
17290         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17291         Add :version.
17292
17293         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17294         (nnimap-retrieve-groups-asynchronous): Add :version.
17295         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17296
17297         * mml.el (mml-content-disposition-parameters)
17298         (mml-insert-mime-headers-always): Add :version.
17299
17300         * mm-util.el (mm-coding-system-priorities): Add :version.
17301
17302         * mm-decode.el (mm-inline-text-html-with-images)
17303         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17304         (mm-verify-option): Add :version.
17305         (mm-text-html-renderer): Change :version.
17306
17307         * message.el (message-fcc-externalize-attachments)
17308         (message-required-headers, message-draft-headers)
17309         (message-subject-trailing-was-query)
17310         (message-subject-trailing-was-ask-regexp)
17311         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17312         (message-mark-insert-end, message-archive-header)
17313         (message-archive-note, message-cross-post-default)
17314         (message-cross-post-note, message-followup-to-note)
17315         (message-cross-post-note-function, message-use-mail-followup-to)
17316         (message-subscribed-address-functions)
17317         (message-subscribed-address-file, message-subscribed-addresses)
17318         (message-subscribed-regexps, message-allow-no-recipients)
17319         (message-yank-cited-prefix, message-signature-insert-empty-line)
17320         (message-hidden-headers, message-hierarchical-addresses)
17321         (message-mail-user-agent, message-use-idna)
17322         (message-valid-fqdn-regexp)
17323         (message-strip-special-text-properties, message-header-synonyms)
17324         (message-beginning-of-line, message-tab-body-function): Add :version.
17325         (message-insert-canlock, message-wide-reply-confirm-recipients):
17326         Change :version.
17327
17328         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17329         and :version.
17330         (mail-source-delete-old-incoming-confirm)
17331         (mail-source-movemail-program): Add :version.
17332
17333         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17334         (gnus-agent-cache, gnus-agent): Change :version.
17335
17336         * gnus-util.el (gnus-use-byte-compile): Change :version.
17337
17338         * gnus-sum.el (gnus-summary-make-false-root-always)
17339         (gnus-summary-default-high-score)
17340         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17341         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17342         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17343         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17344         (gnus-sum-thread-tree-single-indent)
17345         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17346         (gnus-sum-thread-tree-leaf-with-other)
17347         (gnus-sum-thread-tree-single-leaf): Add :version.
17348         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17349         (gnus-article-loose-mime): Change :version.
17350
17351         * gnus-start.el (gnus-backup-startup-file)
17352         (gnus-save-startup-file-via-temp-buffer): Add :version.
17353
17354         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17355         (gnus-server-offline-face): Add :version.
17356
17357         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17358
17359         * gnus-msg.el (gnus-gcc-externalize-attachments)
17360         (gnus-debug-files, gnus-debug-exclude-variables)
17361         (gnus-discouraged-post-methods): Change :version.
17362         (gnus-confirm-mail-reply-to-news)
17363         (gnus-confirm-treat-mail-like-news): Add :version.
17364
17365         * gnus-int.el (gnus-server-unopen-status): Add :version.
17366
17367         * gnus-group.el (gnus-group-jump-to-group-prompt)
17368         (gnus-large-ephemeral-newsgroup)
17369         (gnus-fetch-old-ephemeral-headers): Add :version.
17370
17371         * gnus-fun.el (gnus-x-face-directory)
17372         (gnus-convert-pbm-to-x-face-command)
17373         (gnus-convert-image-to-x-face-command)
17374         (gnus-convert-image-to-face-command): Add :version.
17375
17376         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17377
17378         * gnus-cite.el (gnus-cite-blank-line-after-header)
17379         (gnus-article-boring-faces): Add :version.
17380
17381         * gnus-art.el (gnus-buttonized-mime-types)
17382         (gnus-inhibit-mime-unbuttonizing)
17383         (gnus-treat-display-face)
17384         (gnus-treat-body-boundary): Change :version.
17385         (gnus-body-boundary-delimiter, gnus-picon-databases)
17386         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17387         (gnus-treat-date-english, gnus-treat-fold-headers)
17388         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17389         (gnus-treat-mail-picon, gnus-treat-wash-html)
17390         (gnus-article-encrypt-protocol)
17391         (gnus-use-idna, gnus-article-over-scroll)
17392         (gnus-mime-display-multipart-alternative-as-mixed)
17393         (gnus-mime-display-multipart-related-as-mixed)
17394         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17395         (gnus-ctan-url, gnus-button-ctan-handler)
17396         (gnus-button-handle-ctan-bogus-regexp)
17397         (gnus-button-ctan-directory-regexp)
17398         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17399         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17400         (gnus-button-man-level, gnus-button-emacs-level)
17401         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17402
17403         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17404         (gnus-agent-go-online): Change :version.
17405         (gnus-agent-expire-unagentized-dirs)
17406         (gnus-agent-auto-agentize-methods): Add :version.
17407
17408         * flow-fill.el (fill-flowed-display-column)
17409         (fill-flowed-encode-column): Add :version.
17410
17411         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17412         (gnus-outlook-deuglify-unwrap-max)
17413         (gnus-outlook-deuglify-cite-marks)
17414         (gnus-outlook-deuglify-unwrap-stop-chars)
17415         (gnus-outlook-deuglify-no-wrap-chars)
17416         (gnus-outlook-deuglify-attrib-cut-regexp)
17417         (gnus-outlook-deuglify-attrib-verb-regexp)
17418         (gnus-outlook-deuglify-attrib-end-regexp)
17419         (gnus-outlook-display-hook): Add :version.
17420
17421         * binhex.el (binhex-use-external): Add :version.
17422
17423 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17424
17425         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17426         and `invisible'.
17427
17428 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17429
17430         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17431         in gnus-registry-trim.
17432
17433 2004-09-13  Simon Josefsson  <jas@extundo.com>
17434
17435         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17436
17437         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17438
17439         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17440         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17441         <yamaoka@jpl.org>.
17442         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17443         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17444         <yamaoka@jpl.org>.
17445
17446         * sieve.el (sieve-manage-mode): Ditto.
17447
17448 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17449
17450         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17451
17452 2004-09-11  Simon Josefsson  <jas@extundo.com>
17453
17454         * dns-mode.el: Add.
17455
17456         * mm-view.el (mm-display-dns-inline): Add.
17457
17458         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17459         (mm-automatic-display): Ditto.
17460
17461         * mailcap.el (mailcap-mime-data): Add text/dns.
17462         (mailcap-mime-extensions): Map .soa to text/dns.
17463
17464 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17465
17466         * gnus-art.el (article-decode-mime-words, article-babel)
17467         (gnus-article-highlight-signature, gnus-article-add-buttons)
17468         (gnus-signature-toggle): Remove unnecessary bindings of
17469         `inhibit-read-only' inherited from v5.10 merge.
17470
17471 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17472
17473         * nntp.el (nntp): New customization group.
17474         (nntp-authinfo-file): Add customization group.
17475
17476         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17477
17478         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17479
17480         * gnus.el (to-address, to-list, subscribed)
17481         (large-newsgroup-initial): Ditto.
17482
17483         * flow-fill.el (fill-flowed-display-column)
17484         (fill-flowed-encode-column): Ditto.
17485
17486 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17487
17488         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17489         Use point-min rather than 1.
17490         (message-send-mail): Use buffer-size rather than point-max.
17491
17492         * gnus-sum.el (gnus-summary-search-article-forward):
17493         Signal a specific `search-failed' rather than a generic `error'.
17494
17495         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17496         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17497         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17498
17499 2004-09-10  Simon Josefsson  <jas@extundo.com>
17500
17501         * nndb.el (require): Remove tcp and duplicate cl.
17502
17503 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17504
17505         * gnus-agent.el (directory-files-and-attributes): Move forward.
17506
17507 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17508
17509         * gnus-agent.el (directory-files-and-attributes):
17510         Optionally defined to support XEmacs.
17511
17512 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17513
17514         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17515         to avoid run-time CL dependencies.
17516         (gnus-agent-unfetch-articles): New function.
17517         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17518         article numbers even when local .overview file is missing.
17519         (gnus-agent-read-article-number): New function.  Only accepts
17520         27-bit article numbers.
17521         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17522         Use gnus-agent-read-article-number.
17523         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17524         from backend while recognizing that article numbers in .overview
17525         must be valid.
17526         (gnus-agent-update-files-total-fetched-for):
17527         Use directory-files-and-attributes to improve performance.
17528         * gnus-int.el (gnus-request-move-article):
17529         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17530         improve performance.
17531
17532         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17533         some users confused by references to .newsrc when they only have a
17534         .newsrc.eld file.
17535         (gnus-convert-mark-converter-prompt)
17536         (gnus-convert-converter-needs-prompt): Fix use of property list.
17537         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17538         New function.  Used internally to only display 'gnus converting
17539         files' message when actually necessary.
17540
17541         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17542         methods now autoloaded.
17543
17544 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17545
17546         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17547         identifiers.
17548
17549 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17550
17551         * gnus-picon.el: Fix indentation and closing parenthesis.
17552
17553 2004-09-01  Simon Josefsson  <jas@extundo.com>
17554
17555         * message.el (message-canlock-generate): Require sha1, not
17556         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17557         to require within a function.  Sadly, if sha1.el isn't loaded, the
17558         let binding in m-c-g will hide the defcustom definition, which is
17559         bad.)
17560
17561         * canlock.el: Require sha1, not sha1-el.
17562
17563         * message.el: Don't autoload sha1 (there is a autoload cookie in
17564         sha1.el).
17565
17566         * sha1-el.el: Rename to sha1.el.
17567
17568 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17569
17570         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17571
17572 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17573
17574         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17575
17576 2004-08-30  Kim F. Storm  <storm@cua.dk>
17577
17578         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17579
17580         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17581         Add :group 'nnimap.
17582
17583 2004-08-30  Andreas Schwab  <schwab@suse.de>
17584
17585         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17586         ?* and ?\;.
17587
17588         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17589         and ?\' to symbol instead of whitespace.
17590
17591 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17592
17593         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17594
17595         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17596         instead of re-search-forward.
17597
17598         * gnus-uu.el (gnus-uu-save-article): Ditto.
17599         (gnus-uu-post-encode-uuencode): Ditto.
17600
17601         * html2text.el (html2text-clean-list-items): Ditto.
17602         (html2text-clean-dtdd): Ditto.
17603         (html2text-format-tags): Ditto.
17604
17605         * message.el (message-send-mail-with-sendmail): Fix regexp.
17606         (message-fill-field-general): Use search-forward instead of
17607         re-search-forward.
17608         (unbold-region): Ditto.
17609
17610         * nnrss.el (nnrss-request-article): Ditto.
17611
17612         * nnslashdot.el (nnslashdot-request-article): Ditto.
17613
17614         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17615
17616         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17617         "Unrecognized menu descriptor" error in XEmacs.
17618
17619 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17620
17621         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17622         parent article of a sparse article in the thread hashtb.
17623
17624 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17625
17626         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17627         (nnmail-expand-newtext): Lowercase expanded entries if
17628         nnmail-split-lowercase-expanded is non-nil.
17629
17630 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17631
17632         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17633
17634         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17635         of gnus-tmp-news-method into string under XEmacs.  It will be
17636         passed to gnus-correct-length which takes only a string argument.
17637
17638 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17639
17640         * gnus-util.el (gnus-bind-print-variables): New macro.
17641         (gnus-prin1): Use it.
17642         (gnus-prin1-to-string): Use it.
17643         (gnus-pp): New function.
17644         (gnus-pp-to-string): New function.
17645
17646         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17647         Replace pp-to-string with gnus-pp-to-string.
17648         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17649         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17650         * gnus-msg.el (gnus-debug): Ditto.
17651         * gnus-score.el (gnus-score-save): Ditto.
17652         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17653         gnus-pp-to-string.
17654         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17655         with gnus-pp.
17656         * score-mode.el (gnus-score-pretty-print): Ditto.
17657         * webmail.el (webmail-debug): Ditto.
17658
17659 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17660
17661         * gnus-art.el (article-display-face, article-display-x-face):
17662         Use buffer-read-only.
17663
17664 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17665
17666         * gnus-art.el (article-hide-list-identifiers):
17667         Bind inhibit-read-only as t.
17668
17669 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17670
17671         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17672
17673 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17674
17675         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17676         (gnus-narrow-to-page): Don't assume point-min == 1.
17677         (gnus-article-edit-mode): Derive from message-mode.
17678
17679         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17680         point-min == 1.
17681
17682         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17683         Disable incorrect use of `assert'.
17684
17685         * message.el (message-mode): Set comment-start-skip.
17686
17687
17688 2004-08-22  Sam Steingold  <sds@gnu.org>
17689
17690         * pop3.el (pop3-leave-mail-on-server): New user variable.
17691         (pop3-movemail): Delete mail only when it is nil.
17692
17693 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17694
17695         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17696
17697         * mml.el (mml-preview): Use `pop-to-buffer'.
17698
17699         * message.el (message-goto-mail-followup-to): Insert after "To".
17700         (message-carefully-insert-headers): Add comment.
17701
17702         * gnus.el: Remove unused variable `gnus-article-check-size'.
17703
17704         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17705
17706         * gnus-art.el (gnus-button-alist):
17707         Improve `gnus-button-handle-library' entry.
17708
17709 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17710
17711         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17712         Use downcase, since XEmacs capitalizes error messages differently.
17713
17714 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17715
17716         * nntp.el: Add (require 'gnus) due to reference to
17717         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17718
17719 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17720
17721         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17722         Bind `mm-fill-flowed'.
17723
17724         * mm-decode.el (mm-dissect-singlepart): Check it.
17725
17726 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17727
17728         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17729         'imap' for netrc parsing.
17730
17731 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17732
17733         * mailcap.el (mailcap-mime-data): Mark as risky.
17734
17735 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17736
17737         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17738         may be included in the encoded word.
17739         (rfc2047-encode): Don't append a space if the encoded word
17740         includes close parenthesis.
17741
17742 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17743
17744         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17745         of text within parentheses.
17746
17747 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17748
17749         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17750         (gnus-encrypt-write-file-contents): Make the password key the file
17751         name PLUS the cipher, not just the cipher.  Also remove failed
17752         passwords from the cache.
17753
17754 2004-08-06  Simon Josefsson  <jas@extundo.com>
17755
17756         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17757         Doc fix.
17758
17759 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17760
17761         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17762         LWSP.
17763
17764 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17765
17766         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17767         Try to append in-reply-to: data to the references: header.
17768
17769         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17770         (netrc-parse): Use gnus-encrypt.el functions.
17771
17772         * gnus-encrypt.el: Add new file for encryption support; currently
17773         does only a few GPG ciphers and an internal XOR cipher.
17774
17775         * password.el: Add comments on using password-read-and-add.
17776         (password-read-and-add): Add function to read and add the
17777         password to the cache at once.
17778
17779 2004-07-28  Simon Josefsson  <jas@extundo.com>
17780
17781         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17782         parameter (but don't use it, for now).
17783
17784         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17785         instead of hard coding to nil.
17786
17787 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17788
17789         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17790         as mm-inline-image-xemacs does.
17791
17792 2004-07-26  Simon Josefsson  <jas@extundo.com>
17793
17794         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17795         Revert part of 2004-07-17 change below.
17796
17797 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17798
17799         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17800         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17801
17802 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17803
17804         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17805         quotes that actually start with ">" at the beginning of the
17806         lines.
17807
17808 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17809
17810         * rfc2047.el (rfc2047-encode-region): Fix last change.
17811         (rfc2047-encode-parameter): Remove useless concat.
17812
17813 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17814
17815         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17816         encode special characters; fix some kind of misconfigured headers;
17817         signal a real error if debug-on-quit or debug-on-error is non-nil.
17818         (rfc2047-encode-max-chars): New variable.
17819         (rfc2047-encode-1): Use it.
17820         (rfc2047-encode-parameter): New function.
17821
17822         * mml.el (mml-insert-parameter): Remove an excessive space.
17823
17824 2004-07-17  Simon Josefsson  <jas@extundo.com>
17825
17826         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17827         Kai Grossjohann <kai@emptydomain.de>.
17828         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17829         (gnus-group-make-menu-bar): Ditto.
17830
17831         * gnus-util.el (gnus-group-server): Add.
17832
17833 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17834
17835         * message.el (message-clone-locals): Clone sendmail and smtp
17836         variables.
17837
17838 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17839
17840         * rfc2047.el (rfc2047-encode-region): Fix last change.
17841
17842 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17843
17844         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17845         characters as non-special.
17846
17847 2004-07-09  Simon Josefsson  <jas@extundo.com>
17848
17849         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17850         Users will lose all flag changes made while unplugged with
17851         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17852         good default.  See numerous reports on ding mailing list.
17853
17854 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17855
17856         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17857         add generate-head-function and generate-article-function to the
17858         rfc822-forward entry.
17859         (nndoc-rfc822-forward-generate-article): New function.
17860         (nndoc-rfc822-forward-generate-head): New function.
17861
17862         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17863
17864 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17865
17866         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17867         respect display group parameter and gnus-summary-expunge-below.
17868         (gnus-articles-to-read): Remove unused reference to display group
17869         parameter.
17870
17871 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17872
17873         * nnheader.el (nnheader-uniquify-message-id): New experimental
17874         variable.
17875         (nnheader-nov-read-message-id): Use it.
17876
17877         * spam-report.el (spam-report-gmane): Add interactive.
17878
17879 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17880
17881         * mm-encode.el (mm-content-transfer-encoding-defaults):
17882         Use qp-or-base64 for the application/* types.
17883
17884 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17885
17886         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17887
17888 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17889
17890         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17891         trim value.
17892
17893 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17894
17895         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17896         New macro and function.
17897         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17898
17899 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17900
17901         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17902         after-load-alist.
17903
17904 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17905
17906         * gnus-group.el (gnus-group-get-new-news-this-group):
17907         Don't update info that isn't there.
17908
17909 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17910
17911         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17912         entry.
17913
17914 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17915
17916         * mm-view.el (mm-inline-render-with-function): Use multibyte
17917         buffer; decode html source by charset.
17918
17919         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17920
17921         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17922         Mule-UCS is loaded under XEmacs.
17923         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17924
17925 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17926
17927         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17928
17929 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17930
17931         * mm-util.el (mm-coding-system-p): Return a coding-system.
17932         (mm-mime-mule-charset-alist): Use shift_jis instead of
17933         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17934         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17935         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17936         instead of japanese-shift-jis and iso-latin-1 respectively in
17937         order to share the default value with both Emacs and XEmacs-mule.
17938         (mm-mule-charset-to-mime-charset):
17939         Make mm-coding-system-priorities effective.
17940         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17941         while predicating of candidates upon the priorities.
17942
17943 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17944
17945         * gnus-sum.el (gnus-summary-make-menu-bar):
17946         Add gnus-uu-invert-processable.
17947
17948         * gnus.el: Autoload gnus-uu-invert-processable.
17949
17950 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17951
17952         * mm-util.el (mm-with-multibyte-buffer): New macro.
17953
17954         * rfc2047.el (rfc2047-encode-string): Use it.
17955         (rfc2047-encode-region): Move point to the end of the region after
17956         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17957
17958 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17959
17960         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17961         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17962
17963 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17964
17965         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17966         (gnus-cite-parse): Ignore quoted envelope From_.
17967         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17968
17969 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17970
17971         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17972         invalid addresses.
17973
17974 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17975
17976         * spam.el: Change section markers, revise TODO list.
17977         (spam-backends): Make new master list of all installed backends.
17978         (spam-summary-exit-behavior): Add new variable to determine how
17979         messages moves are done at summary exit.
17980         (spam-move-spam-nonspam-groups-only)
17981         (spam-process-ham-in-nonham-groups)
17982         (spam-process-ham-in-spam-groups): Remove variables, the
17983         spam-summary-exit-behavior variable should be used to manage this
17984         behavior.
17985         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17986         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17987         and spam-old-spam-articles.
17988         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17989         Add empty variables, placeholders for the backends they represent.
17990         (spam-set-difference): Move, unchanged.
17991         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17992         unless the user has a processor variable.
17993         (spam-classifications, spam-classification-valid-p)
17994         (spam-backend-properties, spam-backend-property-valid-p)
17995         (spam-backend-function-type-valid-p)
17996         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17997         (spam-report-articles-gmane, spam-report-articles-resend):
17998         Remove functions, they are not needed.
17999         (spam-install-backend-super, spam-backend-list)
18000         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18001         (spam-backend-function, spam-backend-ham-registration-function)
18002         (spam-backend-spam-registration-function)
18003         (spam-backend-ham-unregistration-function)
18004         (spam-backend-spam-unregistration-function)
18005         (spam-backend-statistical-p, spam-backend-mover-p)
18006         (spam-install-backend-alias, spam-install-checkonly-backend)
18007         (spam-install-mover-backend, spam-install-nocheck-backend)
18008         (spam-install-backend, spam-install-statistical-backend)
18009         (spam-install-statistical-checkonly-backend): Add backend installation
18010         support.
18011         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18012         (spam-group-processor-p): Use the new backend code and respect the
18013         summary exit behavior.
18014         (spam-mark-spam-as-expired-and-move-routine): Remove.
18015         (spam-summary-prepare): Change to use the new spam-old-articles
18016         variable.
18017         (spam-copy-or-move-routine, spam-copy-spam-routine)
18018         (spam-move-spam-routine, spam-copy-ham-routine)
18019         (spam-move-ham-routine): Add code to copy/move ham or spam.
18020         (spam-fetch-field-fast): Improve doc and code, plus allow the
18021         'number request.
18022         (spam-list-of-checks, spam-list-of-statistical-checks):
18023         Remove variables.
18024         (spam-split, spam-find-spam): Use the new backend code.
18025         (spam-registration-functions): Remove variable.
18026         (spam-unregister-routine): Add convenience wrapper.
18027         (spam-log-undo-registration, spam-register-routine)
18028         (spam-log-processing-to-registry)
18029         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18030         where possible.
18031         (spam-check-gmane-xref, spam-check-regex-headers)
18032         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18033         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18034         (spam-check-bogofilter-headers, spam-check-spamoracle)
18035         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18036         (spam-check-crm114-headers): Use the spam-split-group that
18037         spam-split prepares, no need to determine it every time.
18038
18039         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18040         to the nnheader-parse-naked-head call.
18041
18042         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18043
18044         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18045         the nnheader-nov-read-message-id call.
18046
18047 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18048
18049         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18050         gnus-activate-group twice.  Suggested by Markus Peter
18051         <warp@spin.de>.
18052
18053 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18054
18055         * gnus-art.el (gnus-article-time-format): Exchange the order of
18056         day and month in the default value; fix customization type.
18057         (article-date-ut): Use add-text-properties.
18058         (article-make-date-line): Use message-make-date instead of
18059         current-time-string.
18060
18061         * message.el (message-fetch-field): Don't use set-text-properties.
18062         (message-make-date): Simplify.
18063
18064         * messagexmas.el (message-xmas-make-date): New function.
18065         (message-xmas-redefine): Defalias message-make-date to it.
18066
18067 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18068
18069         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18070         (rfc2047-encode-region): Treat text within parentheses as special;
18071         show the original text when error has occurred.
18072
18073         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18074         already-computed method to gnus-activate-group.
18075
18076         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18077         same select-methods identical Lisp objects.
18078
18079         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18080         object when modifying the info.
18081
18082 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18083
18084         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18085         gnus-opened-servers since it has never been opened with the new
18086         configuration yet.
18087
18088 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18089
18090         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18091         arg to nnheader-generate-fake-message-id.
18092
18093 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18094
18095         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18096         number and build a fake message ID localized to a group and
18097         article number (so it's repeatable from that point on).
18098         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18099         ID format.
18100
18101         * gnus-sum.el (gnus-get-newsgroup-headers):
18102         Call nnheader-generate-fake-message-id with the article number.
18103
18104 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18105
18106         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18107         end-of-buffer.
18108
18109 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18110
18111         * message.el (message-ignored-supersedes-headers): Add Approved.
18112
18113 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18114
18115         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18116         goto-char.
18117         (rfc2047-encode): Fold the line before encoding.
18118
18119 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18120
18121         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18122         folding -- not all headers can be folded, and this should be done
18123         by the message composition mode.  Probably.  I think.
18124
18125 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18126
18127         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18128         fast.
18129
18130         * gnus-ems.el (gnus-remove-image): Don't use
18131         message-text-with-property; remove only the image found first.
18132
18133         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18134         found first.
18135
18136 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18137
18138         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18139
18140 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18141
18142         * message.el (message-text-with-property): Make it fast and accept
18143         optional arguments.
18144         (message-strip-forbidden-properties): Use it.
18145         (message-fix-before-sending): Follow the m-t-w-p change.
18146
18147         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18148
18149 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18150
18151         * gnus-art.el (article-hide-headers): Don't change the buffer
18152         mistakenly when performing mml-preview even if
18153         gnus-single-article-buffer is nil.
18154
18155 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18156
18157         * message.el (message-expand-name-databases): New user option.
18158         (message-expand-name): Use it.
18159
18160 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18161
18162         * spam.el (spam-report-articles-resend)
18163         (spam-report-resend-register-routine): Allow ham reporting.
18164         (spam-report-resend-register-ham-routine): Add wrapper.
18165         (spam-registration-functions): Add ham resending functions.
18166         (spam-list-of-processors): Add ham resend processor.
18167
18168         * gnus.el (ham-resend-to): Add new group parameter.
18169         (spam-process): Add ham resend option.
18170
18171         * spam-report.el (spam-report-resend): Allow reporting ham.
18172         (spam-report-resend-ham): Add wrapper.
18173
18174 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18175
18176         * message.el (message-cite-articles-with-x-no-archive):
18177         New variable.
18178         (message-cite-original): Use it.
18179
18180 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18181
18182         * message.el (message-cite-original): Respect X-No-Archive.
18183
18184 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18185
18186         * gnus-art.el (article-hide-headers): Refer to the values for
18187         gnus-ignored-headers and gnus-visible-headers in the summary
18188         buffer since a user may have set them as group parameters.
18189
18190 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18191
18192         * assistant.el (assistant-node-name): Add convenience function.
18193         (assistant-render-text, assistant-render-node): Add error handling,
18194         plus handle multiple next nodes.
18195         (assistant-find-next-node): Comment out for now.
18196         (assistant-find-next-nodes): Add function, returns list of next
18197         nodes.
18198
18199 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18200
18201         * mail-source.el (mail-source-directory): Fix doc-string.
18202
18203 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18204
18205         * assistant.el (assistant-render-text, assistant-eval): Add :set
18206         widget type, which is different because it takes and returns a
18207         list.  Much hilarity ensues.
18208
18209 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18210
18211         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18212
18213         * gnus-group.el (gnus-group-get-new-news-this-group):
18214         Add doc-string.
18215
18216         * gnus-start.el (gnus-activate-group): Add doc-string.
18217
18218 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18219
18220         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18221
18222 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18223
18224         * assistant.el (assistant-render-text): Try to add a :set
18225         widget, more to come.
18226
18227         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18228         strings.
18229         (spam-report-articles-resend)
18230         (spam-register-routine): Do registration iff any articles warrant
18231         it.
18232         (spam-summary-prepare-exit): Change log message for nil group
18233         destinations.
18234
18235 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18236
18237         * spam.el (spam-report-resend-register-routine):
18238         Allow spam-report-resend-to to be a group parameter or a global value.
18239
18240 2004-05-26  Simon Josefsson  <jas@extundo.com>
18241
18242         * starttls.el: Merge with my GNUTLS based starttls.el.
18243         (starttls-gnutls-program, starttls-use-gnutls)
18244         (starttls-extra-arguments, starttls-process-connection-type)
18245         (starttls-connect, starttls-failure, starttls-success):
18246         New variables.
18247         (starttls-program, starttls-extra-args): Doc fix.
18248         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18249         New functions.
18250         (starttls-negotiate, starttls-open-stream):
18251         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18252         function if it is set.
18253
18254 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18255
18256         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18257         structured fields.
18258
18259 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18260
18261         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18262
18263 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18264
18265         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18266         Add variable.
18267         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18268         assigning the spam-mark to new messages.
18269
18270 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18271
18272         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18273
18274 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18275
18276         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18277
18278         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18279         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18280         default.
18281
18282 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18283
18284         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18285         correct data.
18286
18287 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18288
18289         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18290         (spam-group-processor-p): Fix function.
18291         (spam-group-processor-multiple-p)
18292         (spam-group-spam-processor-report-gmane-p)
18293         (spam-group-spam-processor-report-resend-p)
18294         (spam-group-spam-processor-bogofilter-p)
18295         (spam-group-spam-processor-blacklist-p)
18296         (spam-group-spam-processor-ifile-p)
18297         (spam-group-ham-processor-ifile-p)
18298         (spam-group-spam-processor-spamoracle-p)
18299         (spam-group-spam-processor-crm114-p)
18300         (spam-group-ham-processor-bogofilter-p)
18301         (spam-group-spam-processor-stat-p)
18302         (spam-group-ham-processor-stat-p)
18303         (spam-group-ham-processor-whitelist-p)
18304         (spam-group-ham-processor-BBDB-p)
18305         (spam-group-ham-processor-spamoracle-p)
18306         (spam-group-ham-processor-copy-p): Remove functions with some
18307         prejudice against unneeded code.
18308         (spam-report-articles-resend)
18309         (spam-report-resend-register-routine): Allow the group/topic
18310         spam-resend-to value to override spam-report-resend-to.
18311         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18312         properly now.
18313
18314         * gnus.el (spam-resend-to): Add group/topic parameter.
18315         (spam-process): Move the OBSOLETE processors to the end of the
18316         choices.
18317
18318 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18319
18320         * spam-report.el (spam-report-resend-to, spam-report-resend):
18321         Start with resend-to set to nil, and then ask the user if necessary.
18322         (spam-report-resend): spam-report-resend takes a list of articles, not
18323         separate article numbers.
18324
18325 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18326
18327         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18328         addition to emacs-w3m.
18329
18330 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18331
18332         * assistant.el (assistant-authinfo-data): New function.
18333         (assistant-eval): Eval for entire assistant.
18334
18335         * netrc.el (netrc-services-file): New variable.
18336         (netrc-parse-services): New function.
18337         (netrc-find-service-name): New function.
18338         (netrc-find-service-number): New function.
18339         (netrc-port-equal): New function.
18340         (netrc-machine): Use it.
18341
18342         * nnimap.el (nnimap-open-connection): Use netrc.
18343
18344         * gnus-util.el (gnus-netrc-get): Remove aliases.
18345
18346         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18347
18348         * assistant.el (wid-edit): Fix compilation.
18349
18350         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18351
18352 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18353
18354         * gnus-util.el (gnus-set-file-modes): New function.  (small
18355         patch).
18356
18357 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18358
18359         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18360
18361         * assistant.el (assistant-render-node): Fix up rendering and
18362         read-only text.
18363         (assistant-render-node): Reset.
18364         (assistant-make-read-only): Not sticky.
18365
18366 2004-05-20  Danny Siu  <dsiu@adobe.com>
18367
18368         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18369         centered even when gnus-auto-center-summary is t.
18370
18371 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18372
18373         * dns.el (dns-get-txt-answer): New function.
18374         (dns-read-txt): Ditto.
18375         (query-dns): Use it.
18376
18377 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18378
18379         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18380         active for foreign groups even if the group level is higher than
18381         the specified value.
18382
18383 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18384
18385         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18386         non-active groups.
18387
18388         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18389
18390 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18391
18392         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18393
18394 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18395
18396         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18397         (spam-crm114-header, spam-crm114-spam-switch)
18398         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18399         (spam-crm114-positive-spam-header)
18400         (spam-crm114-database-directory, spam-list-of-processors)
18401         (spam-group-spam-processor-crm114-p)
18402         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18403         (spam-generic-score, spam-list-of-checks)
18404         (spam-list-of-statistical-checks, spam-registration-functions)
18405         (spam-check-crm114-headers, spam-crm114-score)
18406         (spam-check-crm114, spam-crm114-register-with-crm114)
18407         (spam-crm114-register-spam-routine)
18408         (spam-crm114-unregister-spam-routine)
18409         (spam-crm114-register-ham-routine)
18410         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18411         From asjo@koldfront.dk (Adam Sjøgren).
18412
18413         * gnus.el: Add spam-use-crm114.
18414
18415         * spam.el (spam-list-of-processors, spam-registration-functions):
18416         Add spam-use-resend.
18417         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18418         (spam-report-articles-gmane): Add doc fix.
18419         (spam-report-articles-resend, spam-report-resend-register-routine):
18420         Add wrappers around spam-report-resend-to.
18421
18422         * spam-report.el (spam-report-resend-to, spam-report-resend):
18423         Add support for resending spam.
18424         (spam-report-gmane): Fix line length >80.
18425
18426         * gnus.el (spam-process): Add spam-use-resend.
18427
18428 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18429
18430         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18431         number of processed spam messages.
18432         (spam-ham-copy-or-move-routine): Return the number of processed
18433         ham messages.
18434         (spam-summary-prepare-exit): Use the above values to decide
18435         whether status messages shouled be displayed.
18436
18437 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18438
18439         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18440         `rfc2047-encoding-function-alist' in order to avoid conflicting
18441         with the old version.
18442         (rfc2047-encode-region): Concatenate words containing non-ASCII
18443         characters in structured fields; don't encode space-delimited
18444         ASCII words even in unstructured fields; don't break words at
18445         char-category boundaries.
18446         (rfc2047-encode-1): New function.
18447         (rfc2047-encode): Use it; encode text so that it occupies the
18448         maximum width within 76-column; work correctly on Q encoding for
18449         iso-2022-* charsets.
18450         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18451         sure not to break a line just after the header name.
18452         (rfc2047-b-encode-region): Remove.
18453         (rfc2047-b-encode-string): New function.
18454         (rfc2047-q-encode-region): Remove.
18455         (rfc2047-q-encode-string): New function.
18456
18457         * mm-util.el (mm-replace-in-string): New function.
18458
18459 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18460
18461         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18462         Really get it right.
18463         (gnus-inews-make-draft): Really.
18464
18465 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18466
18467         * nnmh.el (nnmh-request-list-1): Don't check the link count
18468         before descending.  (small patch)
18469
18470 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18471
18472         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18473         stuff.
18474
18475         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18476         Match on real group name.
18477
18478         * gnus-art.el (gnus-signature-limit): Doc fix.
18479
18480         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18481
18482         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18483
18484 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18485
18486         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18487         isn't a string.
18488
18489 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18490
18491         * gnus-draft.el (gnus-draft-send):
18492         Bind rfc2047-encode-encoded-words.
18493
18494         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18495         (rfc2047-encodable-p): Say that =? needs encoding.
18496         (rfc2047-encode-encoded-words): New variable.
18497
18498         * gnus-group.el (gnus-group-select-group): Doc fix.
18499
18500         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18501
18502         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18503         to nil.
18504
18505         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18506
18507         * nnheader.el (nnheader-get-lines-and-char): New function.
18508
18509 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18510
18511         * gnus-msg.el (gnus-summary-followup-with-original):
18512         Document yanking of region when active.
18513
18514 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18515
18516         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18517         groups if the group level is higher than the specified value.
18518
18519 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18520
18521         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18522         (gnus-group-jump-to-group): Add prefix argument using
18523         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18524         non-active group.
18525
18526         * compface.el (uncompface): Be verbose when changing
18527         `uncompface-use-external'.
18528
18529         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18530         handle manual section.
18531
18532 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18533
18534         * gnus-art.el (gnus-button-alist): Revert previous change.
18535
18536 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18537
18538         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18539
18540 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18541
18542         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18543         whether backend can accept message.
18544
18545         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18546
18547 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18548
18549         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18550         Avoid creating directory when nntp-marks-is-evil is true.
18551         Reported by Reiner Steib.
18552
18553 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18554
18555         * gnus-picon.el (gnus-picon-style): New variable.
18556         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18557         (gnus-picon-transform-address): Support `gnus-picon-style'.
18558         From Jesper Harder <harder@ifa.au.dk>.
18559
18560 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18561
18562         * message.el (message-fill-field): Return point.
18563         (message-generate-headers): Go to end of field.
18564
18565         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18566         stuff for non-living groups.
18567
18568 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18569
18570         * gnus-art.el (gnus-article-followup-with-original)
18571         (gnus-article-reply-with-original): gnus-mark-active-p ->
18572         gnus-region-active-p.
18573
18574 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18575
18576         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18577         only when there is spam or ham to be processed.
18578
18579 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18580
18581         * mail-source.el (mail-source-delete-crash-box): Refactor.
18582         (mail-source-fetch): Use it.
18583         (mail-source-fetch-file): Ditto.
18584         (mail-source-fetch-directory): Run postscript in loop.
18585         (mail-source-fetch-pop): Delete.
18586         (mail-source-fetch-maildir): Ditto.
18587         (mail-source-fetch-imap): Ditto.
18588
18589         * imap.el (imap-authenticators): Comment out sasl.
18590
18591         * message.el (message-skip-to-next-address): New function.
18592         (message-fill-header-address): Refactor.
18593         (message-fill-address): Use it.
18594         (message-delete-address): Use it.
18595         (message-fill-header-general): Refactor.
18596         (message-fill-field-address): Rename.
18597         (message-narrow-to-field): Find the start of the header.
18598         (message-header-format-alist): Don't pre-fill.
18599         (message-fill-header): Remove.
18600         (message-insert-header): New function.
18601         (message-shorten-references): Use it.
18602
18603         * rfc2047.el (rfc2047-field-value): Strip props.
18604
18605         * mail-parse.el (mail-header-make-address): New alias.
18606
18607         * ietf-drums.el (ietf-drums-make-address): New function.
18608
18609         * imap.el: Add compiler directives.
18610
18611         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18612
18613         * gnus-art.el (article-decode-idna-rhs): Don't use
18614         message-idna-inside-rhs-p.
18615
18616 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18617
18618         * message.el (message-idna-inside-rhs-p): Remove.
18619         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18620
18621         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18622         false positives.
18623
18624 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18625
18626         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18627
18628 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18629
18630         * nneething.el (nneething-file-name): Don't create spurious
18631         files.
18632
18633         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18634         (gnus-inews-do-gcc): Remove sleep.
18635
18636         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18637         part under point.
18638
18639         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18640         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18641
18642 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18643
18644         * spam.el (spam-summary-prepare-exit): Fix (length).
18645
18646 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18647
18648         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18649         as expired without moving it" message when there are spam
18650         messages left.
18651
18652 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18653
18654         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18655         header is not nil.
18656
18657 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18658
18659         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18660         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18661         (nntp-marks-changed-p): New arg SERVER.
18662         (nntp-request-update-info): Adjust caller.
18663
18664 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18665
18666         * nntp.el (nntp-save-marks): Pass missing arg.
18667
18668 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18669
18670         * nntp.el: Support marks.
18671         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18672         (nntp-marks-modtime, nntp-marks-directory): New variables.
18673         (nntp-request-set-mark, nntp-request-update-info)
18674         (nntp-possibly-create-directory, nntp-marks-changed-p)
18675         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18676         New functions.
18677
18678 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18679
18680         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18681         (gnus-xmas-redefine): Rename.
18682
18683         * gnus-score.el (gnus-score-insert-help):
18684         Use gnus-select-lowest-window.
18685
18686         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18687         appt-select-lowest-window and rename to gnus-select-lowest-window.
18688
18689         * gnus.el: do.
18690
18691 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18692
18693         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18694         encodings of MIME-encoded words, in order to improve
18695         interoperability with several broken MUAs.
18696
18697 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18698
18699         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18700         tags, only when charsets are not specified in headers.
18701         (mm-inline-text-html-render-with-w3m): Ditto.
18702
18703         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18704         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18705
18706 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18707
18708         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18709         instead of MIME-decoded from fields when checking
18710         `gnus-article-address-banner-alist'.
18711
18712 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18713
18714         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18715         description rather than subject.
18716
18717 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18718
18719         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18720
18721 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18722
18723         * gnus.el (gnus-version-number): Bump.
18724
18725 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18726
18727         * gnus.el: No Gnus v0.2 is released.
18728
18729 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18730
18731         * gnus-agent.el (gnus-agent-read-agentview):
18732         Inline gnus-uncompress-range.
18733
18734 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18735
18736         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18737         `exec-installed-p'.
18738
18739 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18740
18741         * gnus.el (spam-process, spam-autodetect-methods):
18742         Add bsfilter and bsfilter-headers.
18743
18744         * spam.el (spam-bsfilter): New customize group.
18745         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18746         (spam-bsfilter-header, spam-bsfilter-probability-header)
18747         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18748         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18749         (spam-bsfilter-database-directory): New options.
18750         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18751         (spam-list-of-statistical-checks, spam-registration-functions):
18752         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18753         (spam-bsfilter-score): New command.
18754         (spam-check-bsfilter-headers, spam-check-bsfilter)
18755         (spam-bsfilter-register-with-bsfilter)
18756         (spam-bsfilter-register-spam-routine)
18757         (spam-bsfilter-unregister-spam-routine)
18758         (spam-bsfilter-register-ham-routine)
18759         (spam-bsfilter-unregister-ham-routine): New functions.
18760         (spam-generic-score): Support bsfilter; Accept an optional argument
18761         to recalcurate spam score even if scoring header has already been
18762         added.
18763         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18764         optional argument to recalcurate spam score even if scoring header
18765         has already been added.
18766
18767 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18768
18769         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18770         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18771         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18772         link is missing.
18773
18774 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18775
18776         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18777         (html2text-get-attr): Rewrite.
18778
18779         * message.el (message-setup-1): Remove redundant put-text-property
18780         on mail-header-separator.
18781
18782 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18783
18784         * gnus-registry.el (gnus-registry-cache-whitespace)
18785         (gnus-registry-action, gnus-registry-spool-action)
18786         (gnus-registry-split-fancy-with-parent): Change message levels
18787         from 5 to 3 or 7, as needed.
18788
18789         * spam.el (spam-summary-prepare-exit)
18790         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18791         (spam-split, spam-find-spam, spam-log-undo-registration)
18792         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18793         level from 5 to 6.
18794
18795 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18796
18797         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18798         2004-03-04 change).
18799
18800 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18801
18802         * sieve-manage.el (sieve-manage-open):
18803         * nnweb.el (nnweb-insert-html):
18804         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18805         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18806         * nnspool.el (nnspool-request-group):
18807         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18808         * nnml.el (nnml-request-update-info):
18809         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18810         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18811         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18812         (nnimap-request-set-mark):
18813         * nnfolder.el (nnfolder-request-update-info):
18814         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18815         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18816         * gnus-uu.el (gnus-uu-find-articles-matching):
18817         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18818         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18819         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18820         * gnus-nocem.el (gnus-nocem-scan-groups):
18821         * gnus-int.el (gnus-start-news-server):
18822         * gnus-group.el (gnus-group-make-kiboze-group)
18823         (gnus-group-browse-foreign-server):
18824         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18825         Use mapc when appropriate.
18826
18827 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18828
18829         FIXME: Make separate entries for each person.
18830
18831         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18832         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18833         <shields@msrl.com>:
18834
18835         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18836         may need for spam sorting and scoring.
18837         (spam-user-format-function-S): Add user format function suitable for
18838         general use.
18839         (spam-article-sort-by-spam-status): Add sorting function for summary
18840         sorting.
18841         (spam-extra-header-to-number): Add function to get a score from a
18842         header.
18843         (spam-summary-score): Add function to get a numeric score from the
18844         headers.
18845         (spam-generic-score): Fix function doc, was in wrong place.
18846         (spam-initialize): Take symbols when it's run, and install the
18847         extra headers that spam-necessary-extra-headers thinks we need.
18848
18849 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18850
18851         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18852         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18853
18854 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18855
18856         * gnus-sum.el (gnus-set-global-variables)
18857         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18858         (gnus-article-get-xrefs, gnus-summary-best-group)
18859         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18860         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18861         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18862         Use with-current-buffer.
18863
18864 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18865
18866         * spam.el (spam-summary-prepare-exit): Simplify logic.
18867         (spam-fetch-article-header): Read the article header if it's not
18868         available.
18869         (spam-list-articles): Simplify logic.
18870         (spam-filelist-register-routine): Fix bug with unregister-list.
18871
18872         * gnus-registry.el: Fix comments at beginning.
18873
18874 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18875
18876         * message.el (message-cater-to-broken-inn): Remove.
18877         (message-shorten-references): Make sure the total folded length of
18878         References is shorter than 998 characters to cater to a bug in INN
18879         2.3.  Also, don't pretend that references aren't folded -- this
18880         hasn't worked for a while.
18881
18882 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18883
18884         * gnus-agent.el (gnus-agentize):
18885         gnus-agent-send-mail-real-function no longer set to current value
18886         of message-send-mail-function but rather a lambda that calls
18887         message-send-mail-function.  The change makes the agent real-time
18888         responsive to user changes to message-send-mail-function.
18889
18890 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18891
18892         * legacy-gnus-agent.el
18893         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18894         help from Florian Weimer <fw@deneb.enyo.de>
18895
18896 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18897
18898         * nnmail.el (nnmail-cache-insert): Revert last change.
18899
18900 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18901
18902         * nnmail.el (nnmail-cache-insert): Always check whether
18903         nnmail-cache-ignore-groups matches a group name.
18904
18905 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18906
18907         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18908         (spam-find-spam, spam-log-processing-to-registry)
18909         (spam-log-registered-p, spam-log-unregistration-needed-p)
18910         (spam-log-undo-registration): Use gnus-message instead of
18911         gnus-error, none of these errors are fatal.
18912
18913         * gnus-registry.el (gnus-registry-clean-empty-function)
18914         (gnus-registry-clean-empty): Remove only empty entries without
18915         extra data.
18916
18917 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18918
18919         * spam-stat.el (spam-stat-buffer-change-to-spam)
18920         (spam-stat-buffer-change-to-non-spam): Change (error) to
18921         (gnus-message 8) invocation.
18922
18923 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18924
18925         * nntp.el (nntp-via-netcat-command): New variable.
18926         (nntp-via-netcat-switches): New variable.
18927         (nntp-open-via-rlogin-and-netcat): New function.
18928         (nntp-open-connection-function): Doc fix.
18929         (nntp-telnet-command): Doc fix.
18930         (nntp-end-of-line): Doc fix.
18931         (nntp-via-rlogin-command): Doc fix.
18932         (nntp-via-user-name): Doc fix.
18933         (nntp-via-address): Doc fix.
18934
18935 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18936
18937         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18938         error in Emacs 21.1.
18939
18940 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18941
18942         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18943
18944 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18945
18946         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18947         (gnus-agent-with-refreshed-group): New macro.
18948         (gnus-agent-rename-group): New function.
18949         (gnus-agent-delete-group): New function.
18950         (gnus-agent-save-group-info): Use gnus-command-method when
18951         `method' parameter is nil.  Don't write nil entries into the
18952         active file.
18953         (gnus-agent-get-group-info): New function.
18954         (gnus-agent-fetch-articles):
18955         Use gnus-agent-update-files-total-fetched-for to increment disk space
18956         used.
18957         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18958         Use gnus-agent-update-view-total-fetched-for to increment disk space
18959         used.
18960         (gnus-agent-get-local): Add optional parameters to avoid calling
18961         gnus-group-real-name and gnus-find-method-for-group.
18962         (gnus-agent-set-local): Delete stored entry if either min, or max,
18963         are nil.
18964         (gnus-agent-fetch-session): Reworded error/quit messages.
18965         On quit, use gnus-agent-regenerate-group to record existance of any
18966         articles fetched to disk before the quit occurred.
18967         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18968         gnus-agent-update-view-total-fetched-for, and
18969         gnus-agent-update-files-total-fetched-for to decrement disk space
18970         used.
18971         (gnus-agent-retrieve-headers):
18972         Use gnus-agent-update-view-total-fetched-for to increment disk space
18973         used.
18974         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18975         with gnus-agent-update-files-total-fetched-for to decrement disk
18976         space and fresh group buffer.
18977         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18978         (gnus-agent-need-update-total-fetched-for): New variable.
18979         (gnus-agent-update-files-total-fetched-for): New function.
18980         (gnus-agent-update-view-total-fetched-for): New function.
18981         (gnus-agent-total-fetched-for): New function.
18982
18983         * gnus-cache.el (gnus-cache-save-buffers):
18984         Use gnus-cache-update-overview-total-fetched-for to change disk space
18985         used by this group.
18986         (gnus-cache-possibly-enter-article):
18987         Use gnus-cache-update-file-total-fetched-for to increment disk space
18988         used by this group.
18989         (gnus-cache-possibly-remove-article):
18990         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18991         used by this group.
18992         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18993         (gnus-cache-rename-group): New function.
18994         (gnus-cache-delete-group): New function.
18995         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18996         (gnus-cache-need-update-total-fetched-for): New variable.
18997         (gnus-cache-with-refreshed-group): New macro.
18998         (gnus-cache-update-file-total-fetched-for): New function.
18999         (gnus-cache-update-overview-total-fetched-for): New function.
19000         (gnus-cache-rename-group-total-fetched-for): New function.
19001         (gnus-cache-delete-group-total-fetched-for): New function.
19002         (gnus-cache-total-fetched-for): New function.
19003
19004         * gnus-group.el: Require gnus-sum and autoload functions to
19005         resolve warnings when gnus-group.el compiled alone.
19006         (gnus-group-line-format): Documented new %F.
19007         (size of Fetched data) group line format; identifies disk space
19008         used by agent and cache.
19009         (gnus-group-line-format-alist): Defined new F format.
19010         (gnus-total-fetched-for): New function.
19011         (gnus-group-delete-group): No longer update
19012         gnus-cache-active-altered as gnus-request-delete-group now keeps
19013         the cache in sync.
19014         (gnus-group-list-active): Let the agent store a server's active
19015         list if currently plugged.
19016
19017         * gnus-int.el (gnus-request-delete-group):
19018         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19019         local disk in sync with the server.
19020         (gnus-request-rename-group):
19021         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19022         local disk in sync with the server.
19023
19024         * gnus-start.el (gnus-get-unread-articles):
19025         Cosmetic simplification to logic.
19026
19027         * gnus-util.el (gnus-rename-file): New function.
19028
19029 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19030
19031         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19032
19033 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19034
19035         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19036         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19037
19038 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19039
19040         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19041         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19042
19043 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19044
19045         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19046
19047 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19048
19049         * spam.el (spam-set-difference): Add function to replace
19050         gnus-set-difference in spam.el.
19051         (spam-summary-prepare-exit): Use spam-set-difference.
19052
19053 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19054
19055         * gnus-registry.el (gnus-registry-cache-file): Update to use
19056         gnus-dribble-directory OR gnus-home-directory OR ~.
19057         (gnus-registry-split-fancy-with-parent): Fix doc.
19058
19059 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19060
19061         * message.el (message-exchange-point-and-mark):
19062         Use message-mark-active-p.  Suggested by Jesper Harder
19063         <harder@ifa.au.dk>.
19064
19065 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19066
19067         * message.el (message-exchange-point-and-mark): Don't activate
19068         region if it was inactive.  Suggested by Hiroshi Fujishima
19069         <pooh@nature.tsukuba.ac.jp>.
19070
19071 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19072
19073         * gnus-art.el (article-display-face): Display Faces in the same
19074         order as X-Faces.
19075
19076 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19077
19078         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19079
19080 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19081
19082         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19083         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19084         (gnus-article-mime-hierarchy): Remove.
19085         (gnus-article-mime-hierarchy-next): Remove.
19086         (gnus-article-mode): Revert 2004-03-19 change.
19087         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19088         (gnus-insert-mime-button): Revert 2004-03-19 change.
19089         (gnus-mime-accumulate-hierarchy): Remove.
19090         (gnus-mime-enter-multipart): Remove.
19091         (gnus-mime-leave-multipart): Remove.
19092         (gnus-mime-display-part): Revert 2004-03-19 change.
19093         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19094
19095         * mml.el (mml-preview): Revert 2004-03-19 change.
19096
19097 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19098
19099         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19100
19101 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19102
19103         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19104         t while entering a file name using the mm-with-multibyte macro.
19105         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19106
19107         * mm-util.el (mm-with-multibyte): New macro.
19108
19109 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19110
19111         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19112         New user option.
19113         (gnus-mime-multipart-functions): Doc and customization fix.
19114         (gnus-article-mime-hierarchy): New variable.
19115         (gnus-article-mime-hierarchy-next): New variable.
19116         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19117         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19118         gnus-article-mime-hierarchy-next to nil.
19119         (gnus-insert-mime-button): Show hierarchy numbers.
19120         (gnus-mime-accumulate-hierarchy): New function.
19121         (gnus-mime-enter-multipart): New function.
19122         (gnus-mime-leave-multipart): New function.
19123         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19124         (gnus-mime-display-alternative): Show hierarchy numbers.
19125
19126         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19127         gnus-article-mime-hierarchy-next to nil.
19128
19129 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19130
19131         * dns.el: Don't require gnus-xmas.
19132
19133 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19134
19135         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19136         inline PGP.
19137         (mml-menu): Disable mml-quote-region if mark is inactive.
19138
19139 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19140
19141         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19142         when the group's active is not available.
19143
19144 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19145
19146         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19147         error.
19148
19149 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19150
19151         * imap.el (imap-store-password): New variable.
19152         (imap-interactive-login): Use it.
19153         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19154
19155 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19156
19157         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19158         window-start and hscroll to summary window.
19159
19160 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19161
19162         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19163         conversion message to newsrc-dribble when an actual conversion is
19164         performed.
19165
19166 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19167
19168         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19169
19170 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19171
19172         * mm-decode.el (mm-complicated-handles): New function reviving
19173         former definition of mm-multiple-handles.
19174
19175         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19176         (gnus-mime-delete-part): Use it.
19177
19178 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19179
19180         * gnus-agent.el (gnus-agent-read-local):
19181         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19182         avoid the implicit assumption that they will always be equal.
19183         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19184         coding-system-for-write, as the with-temp-file macro first prints
19185         to a buffer then saves the buffer.
19186
19187 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19188
19189         * gnus-art.el (gnus-article-edit-part): New function.
19190         (gnus-mime-save-part-and-strip): Use it; do query instead of
19191         signaling an error; don't use mm-multiple-handles.
19192         (gnus-mime-delete-part): Ditto.
19193
19194 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19195
19196         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19197         old file versions.
19198         (gnus-group-prepare-hook): Remove function that converted list
19199         form of gnus-agent-expire-days to group properties.
19200
19201         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19202         (gnus-request-accept-article): Re-indented.
19203
19204         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19205         converters to handle old agent file formats.  Add logic for a
19206         "backup before upgrading warning".
19207         (gnus-convert-mark-converter-prompt): Developers can mark
19208         functions as needing (default), or not needing,
19209         gnus-convert-old-newsrc's "backup before upgrading warning".
19210         (gnus-convert-converter-needs-prompt): Tests whether the user
19211         should be protected from potentially irreversable changes by the
19212         function.
19213
19214         * legacy-gnus-agent.el: New.  Provides converters that are only
19215         loaded when gnus-convert-old-newsrc needs to call them.
19216
19217 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19218
19219         * mail-source.el (mail-source-touch-pop): Doc fix.
19220
19221         * message.el (message-smtpmail-send-it): Doc fix.
19222
19223 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19224
19225         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19226
19227         * nnmail.el (nnmail-split-fancy): do.
19228
19229         * gnus-kill.el (gnus-kill, gnus-execute): do.
19230
19231 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19232
19233         * gnus-sum.el (gnus-widget-reversible-match)
19234         (gnus-widget-reversible-to-internal)
19235         (gnus-widget-reversible-to-external): New functions.
19236         (gnus-widget-reversible): New widget.
19237         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19238
19239 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19240
19241         * gnus-sum.el (gnus-thread-sort-functions)
19242         (gnus-article-sort-functions): Document `(not F)' items.
19243
19244 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19245
19246         * spam.el (spam-use-gmane-xref): Add new backend.
19247         (spam-gmane-xref-spam-group): Add variable to control the name of the
19248         Gmane spam group.
19249         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19250         (spam-regex-headers-spam, spam-regex-headers-ham)
19251         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19252         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19253         backends and checks.
19254         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19255
19256         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19257         an autodetect method.
19258
19259 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19260
19261         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19262         articles are being added to a group.
19263         (gnus-request-replace-article): Inform the agent that articles
19264         need to be uncached as the cached contents are no longer valid.
19265
19266 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19267
19268         * binhex.el: Don't autoload executable-find.
19269
19270         * canlock.el: Don't autoload mail-fetch-field.
19271
19272         * dgnushack.el: Autoload c-mode for XEmacs.
19273
19274         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19275
19276         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19277         rmail-dont-reply-to and rmail-output.
19278
19279         * gnus-score.el: Don't autoload ffap-string-at-point.
19280
19281         * gnus-setup.el: Don't autoload sc-cite-original.
19282
19283         * imap.el: Don't autoload base64-decode-string,
19284         base64-encode-string and md5.
19285
19286         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19287         and rmail-msg-restore-non-pruned-header.
19288
19289         * mm-decode.el: Don't autoload executable-find.
19290
19291         * mm-url.el: Don't autoload executable-find.
19292
19293         * mm-view.el: Don't autoload diff-mode.
19294
19295         * nndb.el: Don't autoload news-reply-mode, news-setup,
19296         cancel-timer and telnet.
19297
19298         * password.el: Don't autoload run-at-time for Emacs.
19299
19300         * sha1-el.el: Don't autoload executable-find.
19301
19302         * sieve-mode.el: Don't autoload c-mode.
19303
19304         * uudecode.el: Don't autoload executable-find.
19305
19306 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19307
19308         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19309         (gnus-agent-possibly-alter-active): Avoid null in numeric
19310         comparison.
19311         (gnus-agent-set-local): Refuse to save null in local object table.
19312         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19313         list of articles that will be marked as unread.
19314
19315 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19316
19317         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19318
19319 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19320
19321         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19322         language tags.
19323
19324 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19325
19326         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19327         Don't bind "obarray".
19328
19329         * gnus-sum.el (gnus-thread-sort-functions):
19330         Add `gnus-thread-sort-by-most-recent-number' and
19331         `gnus-thread-sort-by-most-recent-date'.
19332         Reported by Kai Grossjohann <kai@emptydomain.de>.
19333
19334 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19335
19336         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19337
19338 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19339
19340         * gnus-cus.el (gnus-agent-customize-category):
19341         Remove ignore-errors macro reference that required cl to be loaded at
19342         run-time.
19343
19344         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19345         single-interval range of the form (min . max).  Previously the
19346         range had to look like ((min . max)).  Likewise, return
19347         (min . max) rather than ((min . max)).
19348         (gnus-range-map): Use gnus-range-normalize to accept
19349         single-interval range.
19350
19351         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19352         the cache, but not the agent, now appear with their usual face.
19353
19354         * dgnushack.el (loaddir): New variable that is bound to the
19355         directory containing the dgnushack.el file. Use loaddir, rather
19356         than srcdir, to update load-path. Change lets dgnushack compile
19357         code in directories other than GNUS/lisp.
19358
19359 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19360
19361         * lpath.el: Don't bind w3m-safe-url-regexp.
19362
19363         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19364         w3m-safe-url-regexp variable buffer-local.
19365
19366         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19367
19368 2004-02-27  Simon Josefsson  <jas@extundo.com>
19369
19370         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19371         gnus-group-real-prefix.
19372         (gnus-summary-move-article): Use it, instead of
19373         gnus-group-real-prefix.
19374
19375 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19376
19377         * lpath.el: Bind w3m-safe-url-regexp.
19378
19379         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19380         w3m-safe-url-regexp variable buffer-local and set it as the value
19381         of mm-w3m-safe-url-regexp.
19382
19383         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19384
19385         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19386         parsing gnus-posting-styles when the message is not for replying.
19387
19388         * dgnushack.el: Autoload sgml-mode for XEmacs.
19389
19390         * nnrss.el (nnrss-opml-export):
19391         Use mm-set-buffer-file-coding-system instead of
19392         set-buffer-file-coding-system.
19393
19394 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19395
19396         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19397         of checkdoc.el).
19398         * nnrss.el: do.
19399         * gnus-mlspl.el: do.
19400         * gnus-ml.el: do.
19401         * gnus-srvr.el: do.
19402
19403         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19404
19405 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19406
19407         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19408         Corrections to custom-manual links.
19409
19410         * gnus-art.el (gnus-article): Ditto.
19411
19412         * mm-decode.el (mime-display, mime-security): Ditto.
19413
19414 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19415
19416         * flow-fill.el: Typo.
19417
19418 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19419
19420         * spam-wash.el: New file.
19421
19422 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19423
19424         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19425
19426 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19427
19428         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19429         to be run with new-articles as LIST1, not LIST2.
19430         (spam-registration-functions): Add spam-use-ham-copy as a nil
19431         registration backend.
19432
19433 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19434
19435         * spam-stat.el (spam-stat-washing-hook): New option.
19436         (spam-stat-buffer-words): Use it.
19437         (spam-stat-process-directory, spam-stat-test-directory):
19438         Use insert-file-contents-literally.
19439         (spam-stat-coding-system): New variable.
19440         (spam-stat-load, spam-stat-save): Use it.
19441
19442 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19443
19444         * spam-report.el (spam-report-plug-agent):
19445         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19446
19447 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19448
19449         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19450         Allow / in mailto URLs.
19451
19452 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19453
19454         * spam-report.el (spam-report-process-queue): Fix interactive use.
19455         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19456         (spam-report-unplug-agent): Doc fixes.
19457         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19458         (spam-report-agentize, spam-report-deagentize): Autoload.
19459
19460 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19461
19462         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19463
19464         * message.el (message-setup-fill-variables): Add mml tags to
19465         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19466         <ajk@iu.edu>.
19467         (message-mode): Don't modify paragraph-separate there.
19468
19469 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19470
19471         * compface.el (uncompface-use-external): Default to undecided.
19472         (uncompface-use-external-threshold): New variable.
19473         (uncompface-float-time): New macro.
19474         (uncompface): Determine whether to use the external decoder if
19475         uncompface-use-external is undecided.
19476
19477 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19478
19479         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19480         after images.
19481
19482         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19483
19484 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19485
19486         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19487
19488         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19489
19490         * gnus-sum.el (gnus-summary-limit-to-age)
19491         (gnus-summary-limit-children): do.
19492
19493         * gnus-int.el (gnus-request-scan): do.
19494
19495         * gnus-group.el (gnus-group-suspend): do.
19496
19497         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19498
19499         * gnus-cite.el (gnus-cite-parse-attributions): do.
19500
19501         * gnus-agent.el (gnus-summary-set-agent-mark)
19502         (gnus-agent-regenerate-group): do.
19503
19504         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19505
19506         * binhex.el (binhex-decode-region-internal): do.
19507
19508 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19509
19510         * gnus-fun.el (gnus-face-properties-alist): New user option.
19511         (gnus-display-x-face-in-from): Use it.
19512
19513         * gnus-art.el (article-display-face): Ditto.
19514
19515         * compface.el (uncompface-use-external): Default to nil.
19516
19517 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19518
19519         * nntp.el (nntp-erase-buffer): New function.
19520         (nntp-retrieve-data, nntp-send-command)
19521         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19522         (nntp-possibly-change-group): Use it.
19523
19524         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19525         Use with-current-buffer.
19526
19527 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19528
19529         * compface.el: Merge the ELisp-based uncompface program.
19530         (compface): New customization group.
19531         (uncompface-use-external): New user option.
19532         (uncompface): Call uncompface-internal if uncompface-use-external
19533         is nil.
19534         (uncompface-internal): New function.  Note that there are also
19535         some other functions and variables added for this function.
19536
19537 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19538
19539         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19540         if necessary.
19541
19542 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19543
19544         * spam-report.el (spam-report-unplug-agent)
19545         (spam-report-plug-agent, spam-report-deagentize)
19546         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19547         Add support for the Agent in spam-report: when unplugged, report to a
19548         file; when plugged, submit all the requests.
19549
19550         * spam.el (spam-register-routine): Fix message about
19551         registration.
19552
19553 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19554
19555         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19556         dependencies.
19557         (rfc2047-encode): Use it.
19558
19559         * gnus-art.el (gnus-button-marker-list): Move before first
19560         reference.
19561
19562         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19563         (imap-parse-body): Fix format string mismatch.
19564
19565         * gnus-score.el (gnus-summary-increase-score): do.
19566
19567         * nnrss.el (nnrss-close): New function.
19568
19569 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19570
19571         * nnrss.el (nnrss-make-filename): New function.
19572         (nnrss-request-delete-group, nnrss-read-server-data)
19573         (nnrss-save-server-data, nnrss-read-group-data)
19574         (nnrss-save-group-data): Use it.
19575         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19576         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19577         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19578
19579 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19580
19581         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19582
19583 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19584
19585         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19586         files.
19587
19588         * message.el (message-generate-headers-first): Don't quote nil
19589         and t in docstrings.
19590
19591         * imap.el (imap-id): do.
19592
19593         * gnus-agent.el (gnus-agent-consider-all-articles)
19594         (gnus-agent-queue-mail): do.
19595
19596 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19597
19598         * spam-report.el (spam-report-process-queue): New function.
19599         Process requests from `spam-report-requests-file'.
19600         (spam-report-process-queue): Doc fix.
19601
19602 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19603
19604         * spam.el (spam-register-routine)
19605         (spam-log-processing-to-registry, spam-log-registered-p)
19606         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19607         Change "check" to "spam-check" for semi-clarity.
19608
19609 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19610
19611         * pop3.el: Require nnheader.
19612
19613         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19614
19615         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19616
19617         * gnus-picon.el: Require cl.
19618
19619         * gnus-fun.el: Require gnus-ems and gnus-util.
19620
19621         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19622
19623         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19624
19625         * gnus-art.el (gnus-article-edit-mode): Define before first
19626         reference.
19627
19628 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19629
19630         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19631         (gnus-uu-post-encoded): Use point-at-bol.
19632
19633         * gnus-topic.el (gnus-group-active-topic-p): do.
19634
19635         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19636
19637         * gnus-group.el (gnus-group-kill-region): do.
19638
19639         * gnus-art.el (article-date-ut): do.
19640
19641         * message.el (message-fetch-field): Remove redundant
19642         case-fold-search binding.
19643         (message-narrow-to-field): Simplify.
19644
19645 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19646
19647         * spam.el (spam-directory): Derive from `gnus-directory'.
19648
19649         * spam-report.el (spam-report-url-to-file)
19650         (spam-report-requests-file): New function and variable for offline
19651         reporting.
19652         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19653         and user defined function.
19654         (spam-report-url-ping-mm-url): Remove doubled slash.
19655
19656 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19657
19658         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19659
19660 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19661
19662         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19663         Fix format string mismatch.
19664
19665         * sieve.el (sieve-deactivate-all): do.
19666
19667         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19668
19669         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19670
19671         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19672
19673         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19674
19675 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19676
19677         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19678         the list of checks.
19679
19680 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19681
19682         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19683         padding.
19684
19685 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19686
19687         * mm-view.el (mm-fill-flowed): New variable.
19688         (mm-inline-text): Use it.
19689
19690 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19691
19692         * spam.el (spam-spamassassin-register-ham-routine)
19693         (spam-spamassassin-register-spam-routine): Fix function names.
19694
19695 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19696
19697         * gnus.el (gnus-tmp-grouplens): Remove.
19698         (gnus-summary-line-format): Remove grouplens.
19699
19700         * gnus-group.el (gnus-group-line-format): Ditto.
19701
19702         * gnus-spec.el (gnus-format-specs): Ditto.
19703         (gnus-update-format-specifications): Flush the group format spec
19704         cache if there's the grouplens stuff.
19705         (gnus-parse-simple-format): Replace %l with the empty string.
19706
19707 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19708
19709         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19710         omission.
19711
19712 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19713
19714         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19715         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19716
19717 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19718
19719         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19720         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19721         New macros and functions.
19722         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19723         Handle > NLINK_MAX messages.
19724         * nnmaildir.el (nnmaildir-request-set-mark):
19725         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19726
19727 2004-01-25  Alex Schroeder  <alex@gnu.org>
19728
19729         * spam-stat.el (spam-stat-process-directory-age): New option.
19730         (spam-stat-process-directory): Use it.
19731
19732 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19733
19734         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19735         (spam-stat-save): Accept prefix argument.
19736
19737 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19738
19739         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19740         links" error.
19741
19742 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19743
19744         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19745         the rest of the and/or forms.
19746
19747 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19748
19749         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19750         compatibility with old .newsrc.eld files.
19751
19752         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19753
19754         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19755
19756         * gnus-start.el (gnus-1): do.
19757
19758         * gnus-group.el (gnus-group-line-format-alist): do.
19759
19760         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19761
19762         * gnus-gl.el: Remove.
19763
19764 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19765
19766         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19767         marks consisting of a single range {for example, (3 . 5)} rather
19768         than a list of a single range { ((3 . 5)) }.
19769
19770 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19771
19772         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19773         Use with-current-buffer.
19774         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19775         avoid consing a string.
19776
19777         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19778         Remove obsolete entries for big5 and gb2312.
19779
19780 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19781
19782         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19783         uncompressed list.
19784
19785 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19786
19787         * spam-stat.el (spam-stat-strip-xref): New function.
19788         (spam-stat-process-directory): Use it.
19789
19790         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19791         here -- it's done in message-fetch-field.
19792
19793 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19794
19795         * gnus-agent.el (gnus-agent-queue-mail)
19796         (gnus-agent-prompt-send-queue): New variables.
19797         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19798         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19799         "nndraft:queue" along to gnus-draft-send.
19800         Use gnus-agent-prompt-send-queue.
19801         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19802         is "nndraft:queue".  Suggested by Gaute Strokkenes
19803         <gs234@srcf.ucam.org>
19804
19805         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19806         (agent-enable-undownloaded-faces): Add.
19807         (gnus-agent-cat-groups): Use eval-and-compile, not
19808         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19809         method of gnus-agent-cat-groups even when the buffer has been
19810         evaled.
19811         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19812         delete gnus-agent-save-active-1.
19813         (gnus-agent-save-groups): Delete.  Identical to
19814         gnus-agent-save-active.
19815         (gnus-agent-write-active): No longer adjust agent's copy of active
19816         file as agent's adjustments are now stored in their own
19817         file.  Remove optional parameter.
19818         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19819         servers.  Add use of min/max range limits from server's local
19820         file.
19821         (gnus-agent-save-alist): Remove unused optional argument.
19822         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19823         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19824         (gnus-agent-set-local): A per-server file that keeps min/max range
19825         limits for articles known to the agent.  Provides a fast mechanism
19826         for altering many active ranges.
19827         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19828         active file (local makes it unnecessary).
19829         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19830
19831         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19832         (agent-enable-undownloaded-faces): Add.
19833
19834         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19835         disable it when sending to "nndraft:queue".
19836         (gnus-group-send-queue): Add safety check to avoid sending queue
19837         when unplugged.
19838
19839         * gnus-group.el (gnus-group-catchup): Use new
19840         gnus-sequence-of-unread-articles, not
19841         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19842         numbers of articles.  Use gnus-range-map to avoid having to
19843         uncompress the unread list.
19844         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19845         Fix invalid ange-ftp reference.
19846
19847         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19848         (gnus-sorted-range-intersection): Intersection of two ranges
19849         without requiring that they first be uncompressed.
19850
19851         * gnus-start.el (gnus-activate-group): Unless blocked by the
19852         caller, possibly expand the active range to include both cached
19853         and agentized articles.
19854         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19855         multiple version-dependent converters.
19856         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19857         gnus-agent-save-active.
19858         (gnus-save-newsrc-file): Save dirty agent range limits.
19859
19860         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19861         gnus-agent-possibly-alter-active.
19862         (gnus-adjust-marked-articles): Faster handling of simple lists.
19863
19864 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19865
19866         * spam-stat.el (spam-stat-test-directory): New optional argument
19867         displays a list of files detected.  Suggested by Andrew Cohen
19868         <cohen@andy.bu.edu>.
19869         (spam-stat-buffer-words-with-scores): Don't narrow and change
19870         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19871
19872 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19873
19874         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19875         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19876         (spam-spamassassin-arguments)
19877         (spam-spamassassin-spam-flag-header)
19878         (spam-spamassassin-positive-spam-flag-header)
19879         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19880         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19881         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19882         (spam-list-of-processors, spam-list-of-checks)
19883         (spam-list-of-statistical-checks, spam-registration-functions)
19884         (spam-check-spamassassin-headers, spam-check-spamassassin)
19885         (spam-spamassassin-score)
19886         (spam-spamassassin-register-with-sa-learn)
19887         (spam-spamassassin-register-spam-routine)
19888         (spam-spamassassin-register-ham-routine)
19889         (spam-assassin-register-spam-routine)
19890         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19891         (spam-bogofilter-score): Fix to show article before scoring.
19892
19893 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19894
19895         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19896         default scoring function.
19897         (spam-generic-score): Call spam-spamassassin-score if
19898         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19899         spam-bogofilter-score otherwise.
19900
19901         * gnus.el (spam-process, spam-autodetect-methods):
19902         Add spamassassin and spamassassin-headers.
19903
19904 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19905
19906         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19907         Suppress unnecessary messages.
19908
19909 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19910
19911         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19912         make-hash-table.
19913
19914 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19915
19916         * canlock.el (base64-encode-string): Don't autoload it.
19917
19918 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19919
19920         * run-at-time.el: Remove useless (require 'itimer),
19921         eval-and-compile and (featurep 'xemacs).
19922
19923 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19924
19925         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19926         GROUP is a virtual group.
19927
19928 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19929
19930         * gnus.el: Autoload `message-y-or-n-p'.
19931
19932 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19933
19934         * pgg-parse.el: Remove unnecessary (require 'custom).
19935
19936         * pgg-def.el: do.
19937
19938         * nnmail.el: do.
19939
19940         * gnus-undo.el: do.
19941
19942         * gnus-picon.el: do.
19943
19944         * gnus-util.el: do.
19945
19946 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19947
19948         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19949
19950 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19951
19952         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19953         handle, as well as a list.
19954
19955         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19956         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19957         (mm-w3m-cid-retrieve): Simplify.
19958
19959 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19960
19961         * message.el (message-kill-to-signature): Allow prefix arg to
19962         specify number of lines to keep before signature.
19963
19964 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19965
19966         * message.el (message-kill-to-signature): Change docstring.
19967
19968 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19969
19970         * canlock.el: Always require sha1-el.
19971         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19972
19973         * message.el: Autoload sha1 only when compiling.
19974
19975         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19976         eudc-expand-inline for XEmacs.
19977
19978 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19979
19980         * message.el (message-canlock-generate): Require sha1-el.
19981
19982 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19983
19984         * message.el (message-expand-name): Silence the byte compiler.
19985
19986         * lpath.el: Add detect-coding-system.
19987
19988         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19989         cus-edit.
19990
19991 2004-01-13  Simon Josefsson  <jas@extundo.com>
19992
19993         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19994         Invoke gnus-score-mode.
19995         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19996
19997         * gnus-range.el (gnus-compress-sequence): Doc fix.
19998         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19999
20000 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20001
20002         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20003
20004 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20005
20006         * spam.el (spam-get-article-as-string): Update to use
20007         gnus-request-article-this-buffer, much simpler.
20008         (spam-get-article-as-buffer): Remove.
20009
20010 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20011
20012         * message.el (message-expand-name): Use EUDC if the user uses that.
20013
20014 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20015
20016         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20017         character for the encoding to avoid consing a string.
20018
20019         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20020         unnecessarily.
20021
20022         * mm-util.el (mm-replace-chars-in-string): Remove.
20023
20024         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20025         of mm-replace-chars-in-string.
20026
20027 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20028
20029         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20030
20031         * mm-util.el (mm-subst-char-in-string): Support inplace.
20032
20033         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20034         a new string in every iteration.  Use shy groups.
20035
20036 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20037
20038         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20039         * gnus-soup.el (gnus-soup-group-brew):
20040         * gnus-msg.el (gnus-put-message):
20041         * gnus-move.el (gnus-group-move-group-to-server):
20042         * gnus-kill.el (gnus-batch-score):
20043         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20044         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20045         (gnus-group-update-group, gnus-group-read-group)
20046         (gnus-group-make-group, gnus-group-make-help-group)
20047         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20048         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20049         (gnus-group-sort-by-unread, gnus-group-catchup)
20050         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20051         (gnus-group-yank-group, gnus-group-set-info)
20052         (gnus-group-list-groups):
20053         * gnus.el (gnus-generate-new-group-name):
20054         * gnus-delay.el (gnus-delay-send-queue):
20055         * nnvirtual.el (nnvirtual-catchup-group):
20056         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20057         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20058         (gnus-group-prepare-topics, gnus-topic-check-topology):
20059         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20060         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20061         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20062         (gnus-group-make-articles-read):
20063         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20064         (gnus-group-change-level, gnus-kill-newsgroup)
20065         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20066         (gnus-get-unread-articles, gnus-make-articles-unread)
20067         (gnus-make-ascending-articles-unread): Use accessor
20068         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20069         to get group information for improved readability.
20070
20071
20072 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20073
20074         * gnus-art.el (article-decode-mime-words, article-babel)
20075         (gnus-article-highlight-signature, gnus-article-add-buttons)
20076         (gnus-signature-toggle): Use gnus-with-article-buffer.
20077
20078         * gnus-art.el (gnus-article-highlight-headers)
20079         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20080
20081         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20082         (gnus-article-set-globals, gnus-request-article-this-buffer)
20083         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20084         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20085         (gnus-mime-display-alternative): Use with-current-buffer.
20086
20087 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20088
20089         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20090         also under 80 char limit, and call gnus-error if needed.
20091         (spam-fetch-article-header): Fix - it was a
20092         buffer-local variable (gnus-newsgroup-data).
20093         (spam-find-spam): Use spam-generate-fake-headers, forget about
20094         spam-insert-fake-headers.
20095         (spam-insert-fake-headers): Remove.
20096
20097 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20098
20099         * deuglify.el (gnus-article-outlook-unwrap-lines)
20100         (gnus-outlook-rearrange-article)
20101         (gnus-outlook-repair-attribution-outlook)
20102         (gnus-outlook-repair-attribution-block)
20103         (gnus-outlook-repair-attribution-other): Remove redundant
20104         save-excursion.
20105
20106 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20107
20108         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20109         (spam-fetch-field-subject-fast)
20110         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20111         (spam-fetch-article-header): Add functions to deal with Gnus
20112         internals for fast retrieval of article header data.
20113         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20114
20115 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20116
20117         * pop3.el (pop3-md5): Remove.
20118         (pop3-apop): Replace pop3-md5 with md5.
20119
20120         * mm-bodies.el: base64 is always built-in.
20121
20122         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20123         Use with-current-buffer.
20124
20125 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20126
20127         * canlock.el (canlock-insert-header): Remove excessive grouping in
20128         regexp.
20129
20130         * gnus-sum.el (gnus-summary-read-document): Ditto.
20131
20132         * gnus-uu.el (gnus-uu-part-number): Ditto.
20133
20134         * html2text.el (html2text-remove-tags): Ditto.
20135         (html2text-format-tags): Ditto.
20136         (html2text-format-single-elements): Ditto.
20137
20138         * mml.el (mml-parse-1): Ditto.
20139
20140 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20141
20142         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20143
20144         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20145
20146         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20147
20148         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20149
20150 2003-11-15  Simon Josefsson  <jas@extundo.com>
20151
20152         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20153         (pgg-gpg-lookup-key): Use regexp match instead of
20154         split-string (split-string is different between emacs 21.2 and
20155         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20156
20157 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20158
20159         * gnus-art.el (gnus-mime-view-all-parts)
20160         (gnus-article-part-wrapper, gnus-article-view-part):
20161         Use with-current-buffer.
20162
20163 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20164
20165         * spam.el (spam-disable-spam-split-during-ham-respool)
20166         (spam-spamoracle-database, spam-cache-lookups)
20167         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20168         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20169         (spam-group-ham-marks, spam-group-spam-marks)
20170         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20171         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20172         also add spam-use-blackholes to the statistical checks.
20173         (spam-fetch-field-fast): Add interface to fetching fields, may
20174         become a macro.
20175         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20176         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20177         (spam-insert-fake-headers): Fake an article when needed.
20178         (spam-find-spam): Fake article when possible.
20179         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20180         (spam-check-bogofilter-headers): Use message-fetch-field instead
20181         of nnmail-fetch-field.
20182
20183 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20184
20185         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20186
20187 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20188
20189         * spam.el (spam-split): Do not require spam-use-CHECK to be
20190         enabled if that check is passed to spam-split explicitly; also
20191         fix so 'spam doesn't get converted to spam-split-group when
20192         spam-split-symbolic-return is t.
20193         (spam-find-spam): Find registrations of the article and use those
20194         instead of re-running spam-split to find the spam/ham
20195         classification of the article.
20196         (spam-log-processing-to-registry, spam-log-registered-p)
20197         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20198         Use gnus-error instead of gnus-message.
20199         (spam-log-registration-type): Add function to determine the
20200         classification of a message based on registry entries; will
20201         return nil if both 'spam and 'ham are found.
20202         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20203         a reasonably fast local cache without the loading errors.
20204         (spam-cache-lookups): Set to t by default.
20205         (spam-find-spam): Don't try to guess spam-cache-lookups.
20206         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20207         spam-caches entry.
20208         (spam-filelist-build-cache, spam-filelist-check-cache):
20209         Fix caching of whitelist/blacklist entries.
20210         (spam-check-whitelist, spam-check-blacklist):
20211         Invoke spam-from-listed-p with a type, not a cache variable.
20212         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20213
20214 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20215
20216         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20217
20218         * nnmail.el (nnmail-split-fancy): do.
20219
20220         * mml.el (mml-parse): do.
20221
20222         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20223         (gnus-score-adaptive): do.
20224
20225 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20226
20227         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20228         (gnus-mime-button-map): Don't set keymap parent.
20229         (gnus-button-ctan-directory-regexp): Use shy grouping.
20230         (gnus-prev-page-map): Don't set keymap parent.
20231         (gnus-prev-page-map): Remove duplicated one.
20232         (gnus-next-page-map): Don't set keymap parent.
20233         (gnus-mime-security-button-map): Ditto.
20234
20235         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20236         version number.
20237
20238         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20239
20240 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20241
20242         * canlock.el (canlock-sha1-function): Remove.
20243         (canlock-sha1-function-for-verify): Remove.
20244         (canlock-openssl-program): Remove.
20245         (canlock-openssl-args): Remove.
20246         (canlock-ignore-errors): Remove.
20247         (canlock-sha1-with-openssl): Remove.
20248         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20249         (canlock-verify): Don't use canlock-ignore-errors.
20250
20251         * sha1-el.el (sha1-string-external): Make it can return a string
20252         in binary form.
20253         (sha1-region-external): Ditto.
20254         (sha1-string-internal): Ditto.
20255         (sha1-region-internal): Ditto.
20256         (sha1-region): Ditto.
20257         (sha1-string): Ditto.
20258         (sha1): Ditto.
20259
20260 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20261
20262         * spam.el (spam-report-articles-gmane): New command.
20263
20264 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20265
20266         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20267
20268         * run-at-time.el (run-at-time-saved): Remove.
20269         (run-at-time): Doc fix.
20270
20271 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20272
20273         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20274         (gnus-summary-limit-map): Add it.
20275         (gnus-summary-make-menu-bar): do.
20276
20277 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20278
20279         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20280         Make attempt at some caching support (done for BBDB only now).
20281         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20282         addresses to be checked.
20283         (spam-clear-cache-BBDB): Add function, to be invoked by
20284         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20285         (spam-check-BBDB): Check and use the caches, if
20286         spam-cache-lookups is on, remove superfluous (provide).
20287
20288 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20289
20290         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20291
20292 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20293
20294         * run-at-time.el (run-at-time-saved): Move to after the definition
20295         of `run-at-time'.
20296
20297         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20298
20299 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20300
20301         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20302         mm-w3m-local-map-property.
20303
20304         * mm-view.el (mm-w3m-mode-map): Remove.
20305         (mm-w3m-local-map-property): Remove.
20306         (mm-inline-text-html-render-with-w3m): Don't use
20307         mm-w3m-local-map-property.
20308
20309 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20310
20311         * run-at-time.el: New file.
20312
20313         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20314         under Emacs.
20315
20316         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20317         of gnus-set-text-properties.
20318
20319         * gnus-uu.el (gnus-uu-save-article): Ditto.
20320
20321         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20322
20323         * gnus-cite.el (gnus-cite-parse): Ditto.
20324
20325         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20326         of gnus-.
20327
20328         * gnus-xmas.el (run-at-time): Require run-at-time.
20329
20330         * gnus.el: Change calls to nnheader-run-at-time and
20331         password-run-at-time throughout to use run-at-time directly.
20332
20333         * password.el: Remove definition of run-at-time.
20334
20335         * nnheaderxm.el: Remove definition of run-at-time.
20336
20337 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20338
20339         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20340         in prompt.
20341
20342 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20343
20344         * messagexmas.el (message-xmas-redefine): Alias
20345         `message-make-caesar-translation-table' to
20346         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20347         version.
20348
20349         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20350         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20351         `gnus-xmas-set-text-properties'.
20352         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20353         `gnus-xmas-completing-read'.
20354         (gnus-xmas-completing-read): Removed.
20355         (gnus-xmas-open-network-stream): Removed.
20356
20357         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20358         XEmacs version.
20359
20360         * dns.el (dns-make-network-process): Use `open-network-stream'
20361         instead of `gnus-xmas-open-network-stream'.
20362
20363         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20364
20365         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20366
20367 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20368
20369         * gnus-art.el (gnus-mime-display-alternative)
20370         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20371         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20372         Don't use gnus-local-map-property.
20373
20374         * gnus-util.el (gnus-local-map-property): Remove.
20375
20376         * mm-view.el (mm-view-pkcs7-decrypt):
20377         Replace gnus-completing-read-maybe-default with completing-read.
20378
20379         * gnus-util.el (gnus-completing-read): do.
20380         (gnus-completing-read-maybe-default): Remove.
20381
20382 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20383
20384         * password.el: Only autoload `run-at-time' if not XEmacs.
20385         Only autoload the itimer functions if XEmacs.
20386
20387 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20388
20389         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20390         XEmacsen.
20391
20392         * dgnushack.el: Autoload executable-find for XEmacs.
20393
20394 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20395
20396         * gnus-art.el (gnus-read-string): Remove.
20397         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20398         read-string.
20399
20400 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20401
20402         * netrc.el: Autoload password-read.
20403         (netrc): Add configuration group.
20404         (netrc-encoding-method, netrc-openssl-path):
20405         Add variables for encoding and decoding of files with symmetric
20406         ciphers.
20407         (netrc-encode): Add assistant function to encode a file with
20408         netrc-encoding-method.
20409         (netrc-parse): Add interactive parameter, added optional
20410         decoding if netrc-encoding-method is non-nil but otherwise
20411         behavior is standard.
20412         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20413         Do s/encode/encrypt/ everywhere.
20414
20415         * spam.el: Remove executable-find autoload.
20416
20417 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20418
20419         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20420
20421         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20422
20423 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20424
20425         * gnus-art.el (gnus-treat-ansi-sequences)
20426         (article-treat-ansi-sequences): New variable and function.
20427         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20428
20429         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20430         Use it.
20431
20432 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20433
20434         * mm-util.el (mm-quote-arg): Remove.
20435
20436         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20437         shell-quote-argument.
20438
20439         * gnus-uu.el (gnus-uu-command): do.
20440
20441         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20442
20443         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20444         with make-char.
20445
20446         * mm-util.el (mm-make-char): Remove.
20447
20448         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20449         add-minor-mode.
20450
20451         * gnus-undo.el (gnus-undo-mode): do.
20452
20453         * gnus-topic.el (gnus-topic-mode): do.
20454
20455         * gnus-sum.el (gnus-dead-summary-mode): do.
20456
20457         * gnus-start.el (gnus-slave-mode): do.
20458
20459         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20460
20461         * gnus-ml.el (gnus-mailing-list-mode): do.
20462
20463         * gnus-gl.el (gnus-grouplens-mode): do.
20464
20465         * gnus-draft.el (gnus-draft-mode): do.
20466
20467         * gnus-dired.el (gnus-dired-mode): do.
20468
20469         * gnus-ems.el (gnus-add-minor-mode): Remove.
20470
20471         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20472         Replace gnus-char-width with char-width.
20473
20474         * gnus-ems.el (gnus-char-width): Remove.
20475
20476         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20477         Replace gnus-char-width with char-width.
20478
20479         * gnus-ems.el (gnus-char-width): Remove.
20480
20481         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20482         definition.
20483         Remove Emacs 20 hash table compatibility code.
20484
20485         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20486         20 compatibility code.
20487
20488         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20489
20490         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20491
20492         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20493         Replace with point-at-{eol,bol}.
20494
20495         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20496
20497         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20498
20499         * flow-fill.el (fill-flowed-point-at-bol)
20500         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20501
20502         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20503         Replace with point-at-{eol,bol} throughout all files.
20504
20505 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20506
20507         * ntlm.el (ntlm-string-as-unibyte): New macro.
20508         (ntlm-build-auth-response): Use it.
20509
20510         Remove Emacs 20 stuff:
20511         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20512         (butlast, mapc, remove): Remove the compiler macros.
20513         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20514         of delq and copy-sequence.
20515         * gnus-art.el (popup-menu): Remove the compiler macro.
20516         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20517         Emacs 20.
20518
20519 2004-01-05  Simon Josefsson  <jas@extundo.com>
20520
20521         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20522         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20523         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20524         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20525         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20526         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20527         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20528         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20529         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20530         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20531         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20532         string-xor into ntlm-string-xor.
20533         Suggested by Jesper Harder <harder@myrealbox.com>.
20534
20535         * ntlm.el: Don't include poem.
20536
20537         * md4.el (print-int32, print-string-hexa): Remove.
20538         Suggested by Jesper Harder <harder@myrealbox.com>.
20539
20540         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20541
20542         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20543         probably breaks emacs with DL patch, but do we care? Is anyone
20544         still using the DL stuff?)
20545
20546         * sieve-manage.el: Use the password package.
20547         (sieve-manage-read-passwd): Remove.
20548         (sieve-manage-interactive-login): Use password.  Re-add
20549         condition-case around loop.
20550
20551         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20552         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20553         Use the password package.
20554
20555 2003-02-19  Simon Josefsson  <jas@extundo.com>
20556
20557         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20558         token.
20559
20560 2002-08-07  Simon Josefsson  <jas@extundo.com>
20561
20562         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20563         (sieve-manage-authenticators):
20564         (sieve-manage-authenticator-alist): Add some SASL mechs.
20565         (sieve-sasl-auth): New function.
20566         (sieve-manage-cram-md5-auth):
20567         (sieve-manage-plain-auth): Rewrite using SASL library.
20568         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20569         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20570         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20571         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20572
20573 2004-01-05  Simon Josefsson  <jas@extundo.com>
20574
20575         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20576         New files.
20577
20578 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20579
20580         * gnus-group.el (gnus-no-groups-message): Update.
20581
20582         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20583
20584 2003-11-09  Simon Josefsson  <jas@extundo.com>
20585
20586         * imap.el: Support for ID IMAP extension (RFC 2971).
20587         (imap-local-variables): Add imap-id.
20588         (imap-id): New variable.
20589         (imap-id): New function.
20590         (imap-parse-response): Parse untagged ID response.
20591         * nnimap.el (nnimap-id): New variable.
20592         (nnimap-open-connection): Use it.
20593
20594 2003-12-28  Simon Josefsson  <jas@extundo.com>
20595
20596         * gnus-score.el (gnus-score-edit-all-score): New.
20597         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20598
20599 2004-01-04  Simon Josefsson  <jas@extundo.com>
20600
20601         * password.el: Add.
20602
20603 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20604
20605         * dns.el (dns-query-types): Fix typo.
20606         (dns-query-types): New function.
20607         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20608         PTR and SOA replies, see RFC 1035.
20609
20610 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20611
20612         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20613
20614         * Move to Changelog.2.
20615
20616 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20617
20618         * gnus.el (gnus-version-number): Bump version.
20619
20620 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20621
20622         * gnus.el: No Gnus v0.1 is released.
20623
20624 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20625
20626         * gnus.el: No Gnus v0.0 is released.
20627
20628 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20629
20630         * gnus.el (gnus-version-number): Bump.
20631         (gnus-version): No.
20632
20633 See ChangeLog.2 for earlier changes.
20634
20635   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20636
20637   This file is part of GNU Emacs.
20638
20639   GNU Emacs is free software: you can redistribute it and/or modify
20640   it under the terms of the GNU General Public License as published by
20641   the Free Software Foundation, either version 3 of the License, or
20642   (at your option) any later version.
20643
20644   GNU Emacs is distributed in the hope that it will be useful,
20645   but WITHOUT ANY WARRANTY; without even the implied warranty of
20646   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20647   GNU General Public License for more details.
20648
20649   You should have received a copy of the GNU General Public License
20650   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20651
20652 ;; Local Variables:
20653 ;; coding: utf-8
20654 ;; fill-column: 79
20655 ;; add-log-time-zone-rule: t
20656 ;; End: