(article-update-date-lapsed): Make sure the window start doesn't move, either.
[gnus] / lisp / ChangeLog
1 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4         gnus-article-update-date-headers is nil.
5         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6         it didn't really work with defcustom.
7         (article-update-date-lapsed): Make sure the window start doesn't move,
8         either.
9
10 2011-02-01  Julien Danjou  <julien@danjou.info>
11
12         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
13         format.
14
15         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
16         standard in Emacs nowadays.
17
18         * color.el (color-gradient): Add a color-gradient function.
19
20 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21
22         * message.el (message-expand-name): Don't trust the return value of
23         bbdb-complete-name.
24         (message-check-news-header-syntax): Remove unused var `start'.
25         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
26         (message-inhibit-body-encoding): Move to before first use.
27         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
28         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
29         (Organization, Message-ID, Date, mh-previous-window-config):
30         Defvar the vars using dynamic scoping.
31
32 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
33
34         * shr.el (shr-render-td): Only do colours at the final rendering.
35         Should be slightly faster.
36         (shr-insert-table): Fix up TD background colours when doing the
37         vertical padding.
38
39         * gnus-art.el (article-date-ut): Protect against articles with no Date
40         header.
41         (article-update-date-lapsed): Don't use current-column to find the
42         horizontal position.  It's fragile in the presence of \003 characters.
43
44         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
45
46 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
47
48         * gnus-art.el (article-transform-date): Rewrite to still work when
49         there are several rfc2822 parts.
50         (article-transform-date): Fix infinite recursion.
51         (article-date-ut): Replace infinitely many Date headers with a single
52         one when called interactively.
53
54         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
55         secure manner.
56
57         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
58         move around by not using save-window-excursion.  It seems to work...
59
60 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
61
62         * gnus-art.el (article-make-date-line): Work for user-defined format.
63
64 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
65
66         * nntp.el (nntp-retrieve-group-data-early)
67         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
68         fetching functions.
69
70         * gnus-start.el (gnus-read-active-for-groups): Read the active files
71         thoroughly for all backends that have no known groups.  This should
72         allow new nnml methods to retrieve mail.
73
74         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
75         that Gnus doesn't know exists again.
76
77         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
78         (gnus-treat-date-ut): Ditto.
79         (gnus-article-update-date-header): Renamed.
80         (gnus-treat-date-local): Removed.
81         (gnus-treat-date-english): Removed.
82         (gnus-treat-date-lapsed): Removed.
83         (gnus-treat-date-combined-lapsed): Removed.
84         (gnus-treat-date-original): Removed.
85         (gnus-treat-date-iso8601): Removed.
86         (gnus-treat-date-user-defined): Removed.
87         (gnus-article-date-headers): New variable to control all the date
88         header options.
89         (article-date-ut): Rewrite to allow using the new way to format date
90         headers(s).
91
92 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
93
94         * nnmail.el (nnmail-article-group): Check for a direct fancy split
95         method.
96         (nnmail-article-group): A better test for fanciness.
97
98         * nnimap.el (nnimap-request-head): Protect against not finding the
99         article by Message-ID.
100
101 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
102
103         * gnus-art.el (article-update-date-lapsed): Try a better way to really
104         keep point at the "same place".
105
106 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
107
108         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
109         data if the group is unactivated.
110
111 2011-01-28  Julien Danjou  <julien@danjou.info>
112
113         * gnus-win.el: Remove dead function gnus-window-configuration-element.
114         (gnus-all-windows-visible-p): Remove old compatibility code.
115         (gnus-window-top-edge): Add docstring.
116
117         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
118
119 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
120
121         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
122         older request-update-info.
123
124         * gnus-art.el (article-make-date-line): Limit the length a bit more.
125
126 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
127
128         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Give
129         mml2015-signers higher precedence over mml2015-sign-with-sender.
130
131 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
132
133         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
134         groups.  This makes the nndraft:queue group pop up if it's not already
135         there.
136
137         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
138         messages" logic, which was reversed.
139
140         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
141         the "same place" even if point is on the line being replaced.
142         (article-update-date-lapsed): Allow updating both the combined lapsed
143         and the lapsed headers.
144         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
145         (article-make-date-line): Limit the number of segments dynamically to
146         avoid too-long lines.
147
148 2011-01-27  Julien Danjou  <julien@danjou.info>
149
150         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
151         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
152
153 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
154
155         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
156         Use plist-get instead of the cl function getf.
157
158 2011-01-27  Glenn Morris  <rgm@gnu.org>
159
160         * gnus-util.el (float-time): Get rid of compiler warning, again.
161
162 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
163
164         * shr.el (shr-put-color): Special-case background colours: Do put them
165         at the blank parts at the front of the lines.
166
167         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
168         exit hook to nix out all data on readedness on group exit.
169
170         * gnus-util.el (float-time): If float-time is bound, always use it on
171         all Emacsen.  It's unclear why the subrp check was there.
172         (time-date): Require to make some autoload issues on XEmacs go away.
173
174         * shr.el (shr-put-color): Don't do the box padding in tables, since
175         they're already padded.
176
177 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
178
179         * gnus-art.el (gnus-article-next-page): When the last line of the
180         article is displayed, scroll down once more instead of going to the
181         next article at once.
182         (article-lapsed-string): Refactor out and allow specifying how many
183         segments you want.
184         (gnus-article-setup-buffer): Start updating the lapsed header directly.
185         (gnus-article-update-lapsed-header): New variable.
186
187         * shr.el: Revert change that made headings use different-sized faces.
188         The Emacs display engine isn't advanced enough that, for instance,
189         tables can comfortably use differntly-sized faces.
190
191 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
192
193         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
194         used.
195         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
196         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
197         we're using an encrypted connection.
198
199         * proto-stream.el: Alter the interface functions to also return the
200         actual stream type used: network or tls.
201
202 2011-01-25  Julien Danjou  <julien@danjou.info>
203
204         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
205         (mm-display-javascript-inline): New function.
206
207         * mm-decode.el (mm-inline-media-tests): Add application/javascript
208         viewing function.
209
210 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
211
212         * shr.el (shr-expand-newlines): Fix variable name.
213
214 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
215
216         * shr.el (shr-expand-newlines): Make nested boxes work.
217
218 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
219
220         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
221         backgrounds.
222         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
223         in a more sensible manner.
224
225 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
226
227         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
228         if EPG is loaded.
229
230 2011-01-24  Julien Danjou  <julien@danjou.info>
231
232         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
233         tags.
234
235 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
236
237         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
238         commands.
239
240         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
241         in the article buffer.
242         (gnus-gravatar-insert): Use blank space from the current buffer to
243         avoid breaking text properties.  This makes X-Sent updating work again.
244
245         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
246
247 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
248
249         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
250         fix the bug in url-http.el instead.
251
252         * shr.el (shr-image-fetched): Ditto.
253
254         * shr.el (shr-image-fetched): Avoid having point move in the article
255         buffer.
256
257         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
258         buffer after being called.  It's apparently being killed by url.el, and
259         killing it made point move to end-of-buffer in a random buffer.
260
261         * shr.el (shr-image-fetched): Ditto.
262
263 2011-01-23  Julien Danjou  <julien@danjou.info>
264
265         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
266
267         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
268         text/x-org.
269
270 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
271
272         * gnus-sum.el (gnus-summary-move-article): Protect against backends
273         (i.e., nnimap) returning nil as the article number.
274
275 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
276
277         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
278         "DelSp" parameter in RFC3676.
279
280 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
281
282         * message.el (message-check-recipients): Display the encoded version of
283         the bogus address if they differ.
284
285         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
286         after sending.
287
288         * gnus-agent.el (gnus-agent-send-mail): Ditto.
289
290         * gnus-group.el (gnus-group-refresh-group): New convenience function.
291
292         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
293         group buffer after sending the queue.
294
295         * gnus-agent.el (gnus-agent-send-mail): Ditto.
296
297 2011-01-22  Julien Danjou  <julien@danjou.info>
298
299         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
300
301 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
302
303         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
304         nested related parts.
305
306         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
307         unexpired articles.  This fixes the regression that led expiry marks to
308         disappear from nnfolder groups.
309
310 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
311
312         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
313         Don't confuse the "ret" of "retrograde" with RET.
314
315 2011-01-21  Julien Danjou  <julien@danjou.info>
316
317         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
318         than mm-insert-inline.
319
320 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
321
322         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
323         Widen article buffer.
324
325 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
326
327         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
328         the temp buffer.
329         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
330
331 2011-01-20  Julien Danjou  <julien@danjou.info>
332
333         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
334
335         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
336         than mm-insert-inline to insert inline part: this respect
337         mm-inline-media-tests displayers.
338
339         * mm-view.el (mm-display-shell-script-inline): New function.
340
341         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
342
343         * mm-uu.el (mm-uu-type-alist): Add org block.
344         (mm-uu-org-src-code-block-extract): New function.
345
346         * mm-view.el (mm-display-org-inline): New function.
347
348         * mm-decode.el (mm-automatic-display): Add text/org.
349
350         * mailcap.el (mailcap-mime-extensions): Add .org.
351
352 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
353
354         * gnus-art.el (gnus-article-highlight): Remove argument passed to
355         gnus-article-add-buttons.
356
357 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
358
359         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
360         From header with a date and "nobody" as the sender.
361
362 2011-01-19  Julien Danjou  <julien@danjou.info>
363
364         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
365         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
366         if you have the same regexp several times.
367         (gnus-button-push): Fix matching when regexp is symbol.
368
369 2011-01-15  Glenn Morris  <rgm@gnu.org>
370
371         * message.el (message-mail): A compose-mail function should
372         accept headers as strings.
373
374 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
375
376         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
377         Add :vert-only tags.
378         (message-mail): New arg RETURN-ACTION.
379         (message-return-action): New var.
380         (message-bury): Use it.
381         (message-mode): Make it buffer-local.
382         (message-send-and-exit): Always call message-bury.
383
384         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
385         message-mail.
386
387 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
388
389         * nnimap.el (nnimap-convert-partial-article): Protect against
390         zero-length body parts.
391
392         * mm-decode.el (mm-preferred-alternative-precedence):
393         Discourage showing empty parts.
394
395         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
396         and stuff if the backend didn't return the article number.  This fixes
397         an Exchange-related nnimap bug.
398
399         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
400         group window, because it does the wrong thing when a separate frame
401         displays the group buffer.
402
403         * proto-stream.el (open-protocol-stream): Protect against the low-level
404         transport functions returning nil.
405
406 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
407
408         * mml2015.el (epg-sub-key-fingerprint): Autoload.
409         (mml2015-epg-find-usable-secret-key): New function.
410         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
411         mml2015-epg-find-usable-key (Bug#7797).
412         (mml2015-epg-encrypt): Ditto.
413
414 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
415
416         * dgnushack.el (rot13-string): Fix the way to get the argument.
417
418 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
419
420         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
421
422 2011-01-03  Glenn Morris  <rgm@gnu.org>
423
424         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
425
426         * sieve.el (sieve-open-server): Give a more explicit error if
427         sieve-manage-open returns nil.  (Bug#7720)
428
429 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
430
431         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
432
433 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
434
435         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
436         This avoids sending passwords in plain text over non-encrypted
437         channels.
438
439         * shr.el (shr-rescale-image): Display all GIF images as animated images.
440
441         * nnimap.el (nnimap-login): Refactored out into own function, and
442         implement CRAM-MD5.
443         (nnimap-wait-for-line): Refactored out.
444
445         * mm-view.el (mml-smime): Require.
446
447 2010-12-20  David Engster  <deng@eml.cc>
448
449         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
450         use EPG to decrypt S/MIME messages instead of openssl.
451
452 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
453
454         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
455
456         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
457         status is the group clearly is unreachable.
458
459         * auth-source.el (auth-source-create): Add the optional second
460         parameter to `local-variable-p' to be compatible with XEmacs.
461
462 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
463
464         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
465         work when using a compressed nnml folder.
466
467 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
468
469         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
470         backends after sanitising on entry, because this never makes sense:
471         If the articles have gone missing, then the data no longer exists on
472         the backend, and if they haven't, then Gnus is wrong, and shouldn't
473         overwrite anything anyway.
474
475         * shr.el (shr-insert-document): Bind shr-width dynamically to
476         window-width if it's nil.
477
478 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
479
480         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
481         with the meaning of using the full emacs window width for rendering.
482
483 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
484
485         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
486         case when sender is not given.
487
488 2010-12-23  Julien Danjou  <julien@danjou.info>
489
490         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
491         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
492         the addresses, otherwise we might misplaced the gravatar.
493
494 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
495
496         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
497         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
498         obsolete in Emacs.
499
500 2010-12-20  Julien Danjou  <julien@danjou.info>
501
502         * gnus-util.el (gnus-rescale-image): Revert last change.
503
504 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
505
506         * binhex.el: Improve commentary (Bug#7482).
507
508 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
509
510         * gnus-group.el (gnus-group-delete-articles): New command.
511
512 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
513
514         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
515
516 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
517
518         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
519         here, since it's up to the backends to do CRLF removal if their
520         protocol has it.
521
522         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
523
524 2010-12-17  Julien Danjou  <julien@danjou.info>
525
526         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
527         they are from file. Can also scale up.
528
529 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
530
531         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
532         gnus-use-agent.
533         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
534
535         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
536
537 2010-12-17  Julien Danjou  <julien@danjou.info>
538
539         * gravatar.el (gravatar-retrieve-synchronously): New function.
540         (gravatar-get-data): Make more robust.
541
542 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
543
544         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
545
546 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
547
548         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
549         to really consider the last line.
550
551 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
552
553         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
554         list of recipient keys, or use symmetric encryption if not a list.
555         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
556         EPA override, replacing the call to `netrc-store-data'.
557
558 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
559
560         * gnus-srvr.el: Avoid passing nil regexp argument to
561         delete-matching-lines.
562
563 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
564
565         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
566         fetching stops when Gnus exits.
567
568         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
569         function.
570         (nnfolder-request-expire-articles): Save all the buffers after doing
571         expiry.
572
573         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
574         the last article", since that led to serious performance regressions
575         when expiring nnml groups.
576
577 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
578
579         * nnir.el: Improve customizations.
580
581 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
582
583         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
584
585         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
586         group has been killed.
587         (gnus-group-yank-group): Ditto.
588
589         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
590
591         * nnimap.el (nnimap-request-update-group-status): New function.
592
593         * gnus-int.el (gnus-request-update-group-status): New interface
594         function.
595
596         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
597         copying read-ness to the backends.
598
599         * nnimap.el (nnimap-quirk): New function.
600         (nnimap-retrieve-group-data-early): Use it.
601         (nnimap-quirks): New alist.
602
603 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
604
605         * shr.el (shr-insert): Set shr-start after deleting trailing space;
606         don't delete it within indentation.
607
608 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
609
610         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
611         previous line.
612
613 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
614
615         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
616         QRESYNC command by deleting a superfluous space which broke Cyrus
617         servers.  This change will break other servers that are buggy the other
618         way around.
619
620 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
621
622         * spam.el: Reindent and fix long lines.
623         (spam-copy-or-move-routine): Exclude invalid move destinations.
624
625 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
626
627         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
628         installed the registry.
629
630 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
631
632         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
633
634 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
635
636         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
637         groupname doesn't contain "gmane".
638
639 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
640
641         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
642         and netrc-bound-and-true-p bindings.
643         (netrc-parse): Cache the netrc contents.
644
645         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
646         (gnus-1): Don't create the nndrafts group twice.
647         (gnus-setup-news): There's no need to read the active file here, since
648         that's done again later on a per-backend basis.
649         (gnus-start-draft-setup): Make sure that the new group is started out
650         empty.
651
652         * gnus-agent.el (gnus-agentize): Don't create the queue group
653         automatically on startup.  It'll be created later, if needed.
654
655         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
656         of automatically subscribed groups.
657         (gnus-auto-subscribed-categories): New variable.
658         (gnus-matches-options-n): Use it.
659         (gnus-default-subscribed-newsgroups): Remove unused variable.
660         (gnus-start-draft-setup): Message a bit less.
661
662 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
663
664         * nnir.el (nnir-run-imap): Return article list in order of increasing
665         UID.
666
667 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
668
669         * gnus-sum.el (gnus-summary-enter-digest-group):
670         Mention gnus-auto-select-on-ephemeral-exit.
671
672         * proto-stream.el (proto-stream-open-network-only): Fix the calling
673         convention of the network-only option.
674
675 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
676
677         * proto-stream.el (proto-stream-open-network-only): New function to
678         have a way to specify non-STARTTLS upgrade connections.
679
680 2010-12-10  Julien Danjou  <julien@danjou.info>
681
682         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
683         email address is nil.
684
685         * message.el (message-bogus-recipient-p): Set address to "" if nil.
686
687 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
688
689         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
690         deletion.
691         (nnir-run-imap): Only need to parse list once.
692
693 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
694
695         * shr.el (shr-tag-script): Ignore <script>.
696         (shr-tag-label): Add <label> support.
697
698 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
699
700         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
701
702         * shr.el (shr-image-displayer): Work for images lined side by side.
703
704 2010-12-08  Robert Pluim  <rpluim@gmail.com>
705
706         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
707         parameter, since XEmacs doesn't accept t as a parameter.
708
709 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
710
711         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
712         ids.
713         (nnir-run-gmane): Simplify groupspec formatting.
714         (nnir-request-expire-articles): New function.
715
716 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
717
718         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
719         overflow, possibly.
720
721         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
722         (shr-render-td): Handle td style="" better.
723         (shr-tag-table): Use the color from the style sheet.
724         (shr-render-td): Make sure we copy over all the overlays, too.
725
726 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
727
728         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
729         (nnir-request-article): Improve article retrieval.
730
731 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
732
733         * mm-util.el (mm-extra-numeric-entities): New variable.
734
735         * mm-url.el (mm-url-decode-entities):
736         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
737
738         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
739
740 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
741
742         * message.el: Use completion-at-point.
743         (message-completion-function): New fun, extracted from message-tab.
744         (message-mode): Use it for completion-at-point-functions.
745         (message-tab): Use it and completion-at-point.
746
747 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
748
749         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
750         character if a non-breakable character follows.
751
752 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
753
754         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
755         any stream.
756
757         * shr.el (shr-tag-font): Colorize the region.
758         (shr-tag-body): Ditto.
759         (shr-tag-font): Actually let the styles be inherited instead of
760         overwriting them.
761         (shr-tag-font): Get the background color right.
762         (shr-tag-style): Ignore all <style> tags for the moment.
763
764         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
765         a Message-ID to avoid having nnimap depend on gnus-sum.
766
767         * shr.el (shr-descend): Only colorize something if we have a node that
768         sets colors.
769
770 2010-12-06  Julien Danjou  <julien@danjou.info>
771
772         * shr.el (shr-render-td): Render td content with shr-descend, so style
773         will be applied to <td> too.
774         (shr-colorize-region): Colorize region even if we only have a background.
775         (shr-tag-body): Fix color and background color inheritance.
776         Do not recolorize after shr-generic.
777         (shr-tag-font): Let shr-generic colorize via inheritance.
778
779 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
780
781         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
782
783 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
784
785         * nnir.el (nnir-request-move-article): Remove obsolete code.
786
787 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
788
789         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
790
791 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
792
793         * gnus-sum.el (gnus-summary-respool-article): The completion function
794         expects a list instead of an alist.
795
796         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
797         string as the parameter.
798
799         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
800
801         * shr.el (shr-stylesheet): New dynamic variable for cascading the
802         styles.
803         (shr-colorize-region): New function.
804         (shr-insert-background-overlay): Remove.
805         (shr-render-td): Background setting should be taken care of on a higher
806         level.
807         (shr-tag-body): Use post-hoc colorizations.
808         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
809         (shr-put-color-1): Don't overwrite old colors.
810         (shr-colorize-region): When the background color isn't explicit, use
811         a fixed background.
812
813         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
814         nnmail variables.
815
816 2010-12-05  Bjørn Mork  <bjorn@mork.no>
817
818         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
819         unless necessary.
820
821 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
822
823         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
824         server.
825
826 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
827
828         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
829         so that TAB works.
830
831         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
832         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
833
834         * shr.el (shr-urlify): Show the URL before the title to avoid
835         misleading URLs.
836
837 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
838
839         * shr.el (shr-urlify): Display the title in <a> tags.
840
841 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
842
843         * nnir.el (nnir-categorize): Replace mapcar with mapc.
844
845 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
846
847         * nnir.el: Rearrange code to allow macros to be autoloaded by
848         gnus-sum.el.
849         (nnir-retrieve-headers-override-function): Make this variable
850         customizable.
851         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
852
853         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
854         from nnir.el.
855
856 2010-12-03  Julien Danjou  <julien@danjou.info>
857
858         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
859
860 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
861
862         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
863         allow optional argument `environment'.
864
865 2010-12-03  Glenn Morris  <rgm@gnu.org>
866
867         * mm-extern.el (message-goto-body): Update declaration.
868
869 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
870
871         * gnus-util.el (gnus-macroexpand-all): New function.
872
873         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
874         instead of macroexpand-all that is unavailable in XEmacs.
875
876 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
877
878         * nnir.el (nnir-summary-line-format): New variable.
879         (nnir-mode): Use it.
880         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
881         (nnir-article-ids): Reimplement as defsubst.
882         (nnir-retrieve-headers): Don't mangle the subject header.
883         (nnir-run-imap): Use 100 as RSV score.
884         (nnir-run-find-grep): Fix for full server searching.
885         (nnir-run-gmane): Better restriction to gmane groups.
886
887         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
888         summary buffers.
889
890 2010-12-02  Julien Danjou  <julien@danjou.info>
891
892         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
893
894         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
895
896         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
897         support.
898
899 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
900
901         * nnir.el: Update to handle the registry better.
902         (autoload): Silence byte-compiler.
903         (nnir-open-server): Add a hook for nnir groups.
904         (nnir-request-move-article): Don't mangle the header. Better to use
905         formating variables (which will be added in the future).
906         (nnir-registry-action): Update the registry using the original article
907         group name.
908         (nnir-mode): Install nnir-specific hooks for updating the registry.
909
910         * gnus-sum.el
911         (gnus-article-original-subject,gnus-newsgroup-original-name):
912         Remove obsolete variables.
913         (gnus-summary-move-article): Remove use of obsolete variables.
914         (gnus-summary-local-variables): Make move and delete hooks local to
915         summary buffers.
916
917 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
918
919         * rtree.el: New file.
920
921 2010-12-01  Julien Danjou  <julien@danjou.info>
922
923         * message.el (message-user-organization): Do not use
924         gnus-local-organization.
925
926         * gnus.el: Remove gnus-local-organization.
927
928         * gnus-msg.el: Remove nastygram thing.
929
930 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
931
932         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
933         funcall.
934
935 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
936
937         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
938         names.
939
940         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
941         characters.
942
943         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
944         to t of inhibit-read-only since it is inside gnus-with-article-headers.
945         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
946         (gnus-gravatar-transform-address): Use mail-extract-address-components
947         that supports non-ASCII names rather than mail-header-parse-addresses.
948
949 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
950
951         * proto-stream.el (open-protocol-stream): All starttls connections are
952         handled by the network handler.
953
954 2010-11-30  Julien Danjou  <julien@danjou.info>
955
956         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
957         (nnimap-open-connection-1): Fix PREAUTH.
958
959         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
960
961 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
962
963         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
964         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
965         (shr-insert): Use them.
966         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
967
968 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
969
970         * nnir.el (nnir-request-move-article): Bail out if original group
971         doesn't support article moves.
972         (nnir-get-active): Improve active list retrieval.
973
974 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
975
976         * shr.el (shr-find-fill-point): Don't break before apostrophes.
977
978 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
979
980         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
981         seem to accept strings-with-numbers as port numbers,
982
983 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
984
985         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
986         change the registry.
987
988 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
989
990         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
991         delete-dups that is not available in XEmacs 21.4.
992
993         * mm-util.el (mm-delete-duplicates): Add comment.
994
995 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
996
997         * nnir.el (nnir-ignored-newsgroups): New variable.
998         (nnir-get-active): Use it.
999
1000 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1001
1002         * proto-stream.el (proto-stream-open-network): Add some comments.
1003
1004         * nntp.el (nntp-open-connection): Provide a :success condition.
1005
1006         * nnimap.el (nnimap-open-connection-1): Ditto.
1007
1008         * proto-stream.el (proto-stream-open-network): See what the response to
1009         the STARTTLS command is.
1010
1011         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1012         backwards compatibility).
1013         (nnimap-open-connection-1): Really respect nnimap-server-port.
1014
1015         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1016         TLS upgrades we don't really care about the identity of the peer.
1017         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1018         that what we've checked for.
1019         (proto-stream-always-use-starttls): Only default to t if
1020         open-gnutls-stream exists.
1021         (proto-stream-open-network): If STARTTLS failed, then just open a
1022         normal connection.
1023         (proto-stream-open-network): Wait until the greeting before doing
1024         STARTTLS.
1025
1026         * nntp.el (nntp-open-connection): Report what the connection error is.
1027
1028         * proto-stream.el (open-protocol-stream): Rename from
1029         open-proto-stream.
1030
1031 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1032
1033         * nnimap.el (nnimap-stream): Change default to `undecided'.
1034         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1035         first, and then network.
1036         (nnimap-open-connection-1): Respect nnimap-server-port.
1037         (nnimap-open-connection): Be more backwards-compatible.
1038
1039         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1040         (proto-stream-open-starttls): De-duplicate the starttls code.
1041         (proto-stream-open-starttls): Folded back into the main function.
1042         (proto-stream-open-network): Fix typo in the gnutls path.
1043         (proto-stream-command): Refactor out.
1044
1045         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1046
1047         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1048         starttls.el STARTTLS.
1049
1050         * color.el (color-lab->srgb): Fix function call name.
1051
1052         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1053         if we're using tls.el.
1054         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1055         built in, then don't try to establish a STARTTLS connection.
1056
1057         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1058         servers.
1059
1060         * proto-stream.el (open-proto-stream): Use network, not stream.
1061         (open-proto-stream): Add a way to specify what the end of a command is.
1062
1063         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1064         connections types.
1065         (nntp-open-network-stream): Remove.
1066         (nntp-open-ssl-stream): Remove.
1067         (nntp-open-tls-stream): Remove.
1068         (nntp-ssl-program): Remove.
1069
1070         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1071
1072 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1073
1074         * nnir.el: Fix typos.
1075         (nnir-retrieve-headers-override-function): Rename variable to reflect
1076         new semantics.
1077         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1078         macros.
1079         (nnir-request-article, nnir-request-move-article): Use them.
1080         (nnir-categorize): New function.
1081         (nnir-run-query): Use it.
1082         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1083         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1084         sorted.
1085         (nnir-group-full-name): Use gnus-group-full-name instead.
1086         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1087         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1088
1089 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1090
1091         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1092
1093         * proto-stream.el: New library to provide protocol-specific
1094         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1095         protocols.
1096         (open-proto-stream): Complete the documentation.
1097         (proto-stream-open-network): Fix some typos.
1098
1099         * nnimap.el (nnimap-open-connection): Use it.
1100
1101 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1102
1103         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1104         negotiation.
1105
1106 2010-11-26  Julien Danjou  <julien@danjou.info>
1107
1108         * color.el: Rename various rgb functions to srgb.
1109
1110 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1111
1112         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1113         names.
1114
1115 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1116
1117         * shr.el (shr-insert): Revert last change.
1118         (shr-find-fill-point): Never leave point being at bol;
1119         relax the kinsoku limitation when rendering tables.
1120
1121 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1122
1123         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1124         results from -accept-article.
1125
1126         * shr-color.el: Require cl when compiling.
1127
1128         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1129         checkin.
1130
1131         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1132
1133         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1134
1135         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1136         'add and 'delete to set backend marks.
1137
1138         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1139
1140         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1141
1142         * nntp.el (nntp-request-set-mark): Use it.
1143
1144         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1145
1146         * nnml.el (nnml-request-set-mark): Ditto.
1147
1148         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1149         introduces regressions in article selection.
1150         (nnimap-find-uid-response): New function.
1151         (nnimap-request-accept-article): Use the UID returned, if any.
1152         (nnimap-request-move-article): Use the UID returned, if any.
1153         (nnimap-get-groups): Reimplement to work with folded lines.
1154         (nnimap-find-uid-response): The UID is the last element in the list.
1155         (nnimap-request-set-mark): Extend syntax with 'set.
1156
1157         * nnml.el (nnml-request-set-mark): Ditto.
1158
1159         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1160
1161         * nntp.el (nntp-request-set-mark): Ditto.
1162
1163 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1164
1165         * message.el (message-called-interactively-p): A temporary macro.
1166         (message-goto-body): Use it temporarily.
1167
1168 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1169
1170         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1171         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1172         (nnimap-last-response-string): Fix last unfolding fix.
1173
1174 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1175
1176         * shr.el (shr-insert): Fix the way to fold lines.
1177
1178 2010-11-25  Julien Danjou  <julien@danjou.info>
1179
1180         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1181
1182         * color.el: Rename from color-lab.el
1183         (color-rgb->hex): Add.
1184         (color-complement): Add.
1185         (color-complement-hex): Add.
1186
1187         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1188
1189 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1190
1191         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1192         don't exist.
1193
1194 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1195
1196         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1197         assuming that article displaying or another mml-preview may be
1198         interrupted for an error or for the like.
1199
1200         * shr.el (shr-get-background): Fix argument name.
1201
1202 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1203
1204         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1205
1206         * gnus-sum.el (gnus-summary-include-articles): New function.
1207
1208         * message.el (message-goto-body): called-interactively-p needs a
1209         parameter, so use `any'.
1210
1211         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1212         clear marks before moving, since they're synced from the Gnus side
1213         first.
1214
1215         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1216         (gnus-summary-move-article): Copy over all marks before moving, so that
1217         IMAP doesn't think a new article has arrived.
1218
1219 2010-11-24  Julien Danjou  <julien@danjou.info>
1220
1221         * shr.el (shr-insert-background-overlay): Fix typo.
1222         (shr-render-td): Copy the background before rendering.
1223
1224         * shr-color.el (shr-color-visible): Fix docstring.
1225
1226         * shr.el (shr-tag-table): Add bgcolor support.
1227         (shr-render-td): Add bgcolor support.
1228         (shr-get-background): Add.
1229         (shr-insert-foreground-overlay): Use shr-get-background.
1230
1231         * message.el (message-goto-body): Use called-interactively-p.
1232         (message-in-body-p): message-goto-body returns point.
1233
1234 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1235
1236         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1237         Fixes something or other in Emacs 23, and is backwards compatible.
1238
1239         * message.el (message-goto-body): Remove the <#secure special-casing,
1240         which is too special.
1241
1242         * shr.el (shr-parse-style): Drop !important from styles.
1243
1244 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1245
1246         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1247         this function to return incorrect results when calling it with an
1248         explicit article argument different from
1249         (gnus-summary-article-number).
1250
1251 2010-11-24  Julien Danjou  <julien@danjou.info>
1252
1253         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1254         (shr-tag-body): Add background support.
1255         (shr-descend): Add background support.
1256         (shr-tag-title): Add.
1257
1258         * shr-color.el (shr-color-visible): Really return original background
1259         if fixed.
1260
1261 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1262
1263         * shr.el (shr-color-check): Protect against non-existant colour names.
1264
1265 2010-11-24  Julien Danjou  <julien@danjou.info>
1266
1267         * color-lab.el: Require 'cl when compiling.
1268
1269         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1270
1271         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1272         matched part.
1273
1274         * color-lab.el: Fix all expt calls to use float type.
1275
1276 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1277
1278         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1279         expression to shr-color-check as is.
1280
1281         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1282
1283         * color-lab.el: Add coding cookie.
1284         (float-pi): Use eval-and-compile.
1285
1286         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1287         compiled for Emacsen having no `libxml-parse-html-region' support.
1288
1289 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1290
1291         * shr.el (shr-insert-color-overlay): Split stuff like
1292         "#444444 !important" to find the real colour.
1293         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1294         parse <font color="red"> entries.
1295
1296 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1297
1298         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1299         point when parsing headers.
1300
1301         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1302         is positioned properly when parsing headers.
1303
1304 2010-11-23  Julien Danjou  <julien@danjou.info>
1305
1306         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1307
1308         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1309
1310         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1311
1312         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1313         Use shr-color-hue-to-rgb.
1314         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1315
1316 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1317
1318         * shr.el (shr-color->hexadecimal): Autoload.
1319         (shr-descend): Add color to all tags.
1320
1321 2010-11-22  Julien Danjou  <julien@danjou.info>
1322
1323         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1324         shr-color->hexadecimal.
1325
1326         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1327         RGB() or HSL() color representation.
1328
1329         * shr.el (shr-tag-font): Add.
1330         (shr-tag-color-check): New function to get better colors.
1331         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1332         tag-span.
1333
1334         * shr-color.el: New file.
1335
1336         * color-lab.el: New file.
1337
1338         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1339
1340 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1341
1342         * nnir.el: Fix typo in comments.
1343         (nnir-run-imap): Simplify code. No need to reverse artlist.
1344         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1345
1346 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1347
1348         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1349
1350         * nnimap.el (nnimap-get-capabilities): Refactor out.
1351         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1352
1353 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1354
1355         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1356         appearing when `mm-uu-hide-markers' is nil.
1357
1358 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1359
1360         * nnimap.el (nnimap-unselect-group): Make into its own function.
1361         (nnimap-request-rename-group): Unselect group before renaming.
1362         This had gotten lost somewhere.
1363         (nnimap-request-accept-article): Keep track of examined groups, and
1364         unselect the group before APPENDing to read-only groups.
1365         (nnimap-request-move-article): Clear flags before moving so that they
1366         can be re-set later.
1367
1368 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1369
1370         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1371         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1372
1373 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1374
1375         * gnus-art.el (gnus-mime-display-single)
1376         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1377         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1378         parameter.
1379
1380 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1381
1382         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1383         (shr-table-vertical-line): New variable.
1384         (shr-insert-table): Use it.
1385
1386 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1387
1388         * gnus-html.el (gnus-html-wash-images): Don't display images if
1389         gnus-inhibit-images is non-nil; register displayer for cid images.
1390         (gnus-html-display-image): Work for cid image.
1391         (gnus-html-insert-image): Allow arguments.
1392         (gnus-html-put-image): Inhibit read-only.
1393         (gnus-html-prefetch-images): Don't prefetch images if
1394         gnus-inhibit-images is non-nil.
1395
1396 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1397
1398         * shr.el (shr-put-image): Break lines when inserting big pictures.
1399
1400 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1401
1402         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1403         sender, thanks Katsumi Yamaoka.
1404
1405 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1406
1407         * nnir.el (nnir-run-imap): Reverse the article list for each group
1408         rather than the whole list.
1409
1410 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1411
1412         * shr.el (shr-image-displayer): Protect function against non-existent
1413         image source.
1414
1415         * gnus-art.el (gnus-inhibit-images): New user option.
1416         (gnus-mime-display-single): Don't display image if it is non-nil.
1417
1418         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1419         gnus-inhibit-images.
1420
1421         * shr.el (shr-image-displayer): New function.
1422         (shr-tag-img): Use it.
1423
1424 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1425
1426         * mml2015.el (mml2015-epg-sign): Use From header.
1427
1428 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1429
1430         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1431
1432         * gnus-util.el (gnus-find-text-property-region): Return markers.
1433
1434         * shr.el (shr-tag-img): Put a displayer in the text property.
1435
1436         * gnus-util.el (gnus-find-text-property-region): New utility function.
1437
1438         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1439         (gnus-html-show-images): Remove.
1440
1441         * gnus-art.el (gnus-article-show-images): New, more general function.
1442
1443         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1444         image url text properties.
1445
1446         * shr.el: Ditto.
1447
1448         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1449         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1450
1451 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1452
1453         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1454         work for two or more articles.
1455
1456 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1457
1458         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1459         divide an image that's in an html article to two or more when washing
1460         non-ASCII characters in alt text of it.
1461
1462 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1463
1464         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1465         smime-decrypt-region using function argument.
1466         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1467
1468         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1469
1470         * smime.el (smime-decrypt-region): Catch it.
1471
1472 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1473
1474         * smime.el (smime-mode-map): Move initialization into declaration.
1475         (gnus-run-mode-hooks): Don't autoload.
1476         (smime-mode): Use define-derived-mode.
1477
1478 2010-11-11  Glenn Morris  <rgm@gnu.org>
1479
1480         * smime.el (from): Restrict declaration to XEmacs.
1481
1482         * nnir.el (gnus-group-topic-name): Autoload.
1483
1484 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1485
1486         * shr.el (shr-insert): Don't break long line if it is because of
1487         kinsoku-bol characters in the line end.
1488
1489 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1490
1491         * nnir.el (nnir-request-move-article): Fix to provide original group
1492         and subject.
1493         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1494         been retrieved.
1495
1496         * gnus-sum.el (gnus-summary-move-article): Use original group and
1497         subject for virtual articles such as those in an nnir summary buffer.
1498
1499 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1500
1501         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1502         least 21.5).
1503
1504         * smime.el (from): Declare it again for XEmacs.
1505
1506 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1507
1508         * message.el (message-resend): Don't disable encoding unless it's
1509         already encoded.
1510
1511         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1512         low-numbered articles.
1513
1514 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1515
1516         * rfc2047.el (rfc2047-syntax-table): Simplify.
1517
1518         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1519
1520         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1521         set-char-table-range for XEmacs.
1522
1523 2010-11-10  Glenn Morris  <rgm@gnu.org>
1524
1525         * time-date.el (time-to-seconds): Always an alias on Emacs,
1526         never a real function.
1527         (with-no-warnings): Remove compat stub, now unused.
1528         (time-less-p): Doc fix.
1529         (time-to-number-of-days): Simplify.
1530
1531         * smime.el (from): Remove unused declaration.
1532
1533         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1534         (gnus-float-time): On Emacs, always an alias.
1535
1536         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1537         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1538
1539 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1540
1541         * dgnushack.el: Don't use ignore-errors in the top level form since it
1542         is unavailable in XEmacs even if cl is loaded.
1543
1544         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1545
1546 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1547
1548         * shr.el (browse-url-mailto): Autoload.
1549
1550         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1551
1552         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1553         regexp doesn't need quoting.
1554
1555 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1556
1557         * message.el (message-subject-trailing-was-ask-regexp)
1558         (message-subject-trailing-was-regexp): Match was: in addition to was.
1559
1560 2010-11-09  Glenn Morris  <rgm@gnu.org>
1561
1562         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1563         (nnbabyl-check-mbox): Use point-at-bol.
1564
1565 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1566
1567         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1568
1569         * message.el (message-mailto): New function.
1570         (message-mailto): Should accept other parameters.
1571         (message-mailto): Remove since it duplicates browse-url-mailto
1572         functionality.
1573
1574 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1575
1576         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1577         methods.
1578         (gnus-read-active-file): Ditto.
1579
1580         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1581         ": " from the prompt.
1582         (gnus-group-make-group): Ditto.
1583
1584 2010-11-07  Glenn Morris  <rgm@gnu.org>
1585
1586         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1587         (gnus-bookmark-kill-line): Use point-at-eol.
1588
1589 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1590
1591         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1592         asterisks in From header.
1593
1594 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1595
1596         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1597         string to avoid making the From headers syntactically invalid.
1598
1599         * message.el (message-send-mail): Don't insert courtesy messages if the
1600         message already has List-Post and List-ID messages.
1601
1602 2010-11-06  Glenn Morris  <rgm@gnu.org>
1603
1604         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1605         `condition', `type', `length' a prefix.
1606         (gnus-treat-predicate): Update for above name changes.
1607
1608 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1609
1610         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1611         binding.  Handled by `gnus-summary-refer-thread' instead.
1612         (nnir-warp-to-article): New backend function.
1613
1614         * nnimap.el (nnimap-request-thread): Force dependency updating.
1615
1616         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1617         (gnus-summary-refer-thread): Rework to improve thread-referral.
1618
1619         * gnus-int.el (gnus-warp-to-article): New function.
1620
1621         * gnus-sum.el (gnus-summary-article-map): Bind it.
1622
1623 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1624
1625         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1626         gnus-summary-refer-thread.
1627
1628         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1629         headers.
1630         (gnus-summary-limit-include-thread): Prevent articles in thread from
1631         being cut in gnus-cut-threads.
1632         (gnus-summary-refer-thread): Limit retrieved headers to those in
1633         thread.
1634
1635 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1636
1637         * message.el (message-send-mail): Use the value of
1638         message-courtesy-message from the message buffer.
1639
1640         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1641
1642         * shr.el (shr-browse-url): Implement mailto: URLs.
1643
1644         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1645         "raw".
1646
1647         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1648         if it's already selected.
1649
1650         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1651
1652 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1653
1654         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1655         to measure the length and truncate alt text.
1656
1657 2010-11-03  Glenn Morris  <rgm@gnu.org>
1658
1659         * nndiary.el (nndiary-generate-nov-databases-1)
1660         (nndiary-generate-active-info): Rename dynamic variable `files' to
1661         something less generic.
1662
1663 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1664
1665         * nnir.el (nnir-request-move-article): Call the underlying backend to
1666         move articles from nnir.
1667
1668 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1669
1670         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1671
1672 2010-11-02  Julien Danjou  <julien@danjou.info>
1673
1674         * nnir.el: Remove wais support.
1675
1676 2010-11-02  Glenn Morris  <rgm@gnu.org>
1677
1678         * gnus-html.el: Reorder requirements to quieten compiler.
1679
1680 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1681
1682         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1683         properly for XEmacs as well.
1684         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1685         (gnus-article-natural-long-line-p): Use window-width rather than
1686         frame-width.
1687
1688 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1689
1690         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1691         (nnir-read-parms): Don't modify query.
1692         (nnir-run-query): Add ability to search topic on current line.
1693         (nnir-get-active): Clean up.
1694
1695 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1696
1697         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1698         degenerate articles.
1699
1700         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1701         (gnus-print-buffer): Just print the buffer as is, without any copying
1702         to a buffer and then re-highlighting.
1703
1704         * nnimap.el (nnimap-request-group): Store the new updated info.
1705         (nnimap-request-group): Select the group when we don't know whether it
1706         exists or not.
1707
1708         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1709         groups.
1710
1711         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1712         groups.
1713
1714         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1715         groups.
1716
1717         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1718         long-lines case by only filling the long lines.
1719
1720         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1721         (bug #7311).
1722
1723 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1724
1725         * shr.el: No need to declare `declare-function' since shr.el is for
1726         only Emacsen that provide `libxml-parse-html-region'.
1727
1728         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1729         effective only in a file it is referred to.
1730
1731 2010-11-01  Glenn Morris  <rgm@gnu.org>
1732
1733         * mm-util.el (gnus-completing-read): Autoload.
1734         (mm-read-coding-system): Simplify Emacs definition.
1735
1736         * nnmail.el (gnus-activate-group):
1737         * nnimap.el (gnutls-negotiate):
1738         * nntp.el (netrc-parse): Fix declarations.
1739
1740 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1741
1742         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1743         string-match-p in Emacs >=23.
1744
1745         * gnus-msg.el (gnus-configure-posting-styles)
1746         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1747
1748 2010-11-01  Glenn Morris  <rgm@gnu.org>
1749
1750         * nnir.el (declare-function): Add compat stub.
1751         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1752         (nnir-run-gmane): Require 'mm-url.
1753
1754         * mm-util.el (mm-string-to-multibyte): Simplify.
1755
1756         * shr.el (declare-function): Add compat stub.
1757         (url-cache-create-filename): Declare.
1758         (mm-disable-multibyte, widget-convert-button): Autoload.
1759
1760         * smime.el (ldap-search): Declare.
1761         (smime-cert-by-ldap-1): Require ldap on Emacs.
1762
1763         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1764         (nnimap-keepalive): Use gnus-float-time.
1765
1766         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1767         (mail-source-delete-crash-box): Use gnus-float-time.
1768
1769         * gnus-dired.el (gnus-completing-read): Autoload.
1770
1771         * mm-view.el (gnus-rescale-image): Autoload.
1772
1773         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1774
1775         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1776
1777         * sieve-manage.el: Require 'cl when compiling.
1778
1779         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1780         (gnus-iswitchb-completing-read): Require iswitchb.
1781         (gnus-select-frame-set-input-focus): Silence compiler.
1782
1783 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1784
1785         * message.el (message-subject-trailing-was-query): Change default to t,
1786         since I think that's what most people want.
1787
1788         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1789         appending for easier debugging.
1790         (nnimap-wait-for-connection): Take a regexp.
1791         (nnimap-request-accept-article): Wait for the continuation line before
1792         sending anything unless we're streaming.
1793
1794         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1795         leave the header washing to take place.
1796
1797 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1798
1799         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1800         regular expression match and replace in posting styles.
1801
1802 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1803
1804         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1805         an entire server.
1806         (nnir-get-active): New function.
1807         (nnir-run-imap): Use it.
1808         (nnir-run-gmane): Who knew, gmane search returns an article score!
1809
1810         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1811         server on the current line with nnir.
1812
1813 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1814
1815         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1816         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1817         left edge.
1818         (gnus-article-foldable-buffer): Skip past the prefix when determining
1819         raggedness.
1820
1821         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1822         the raw article, and change `C-u g' to show the article without doing
1823         treatments.
1824
1825         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1826         on to `gnus-treat-article'.
1827         (gnus-inhibit-article-treatments): New variable.
1828
1829         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1830
1831         * gnus-art.el (gnus-treatment-function-alist): Have
1832         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1833         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1834         sections.
1835
1836         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1837         parameter.
1838         (gnus-article-fill-cited-long-lines): New function.
1839         (gnus-article-fill-cited-article): Allow filling only long sections.
1840
1841         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1842         and non-punctuation (like after the apostrophe in "'We").
1843
1844         * gnus-sum.el (gnus-summary-select-article): Make sure
1845         gnus-original-article-buffer is alive.
1846
1847         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1848         reflect the order they're in in the digest.
1849
1850         * gnus.el (gnus-group-startup-message): Move point to the start of the
1851         buffer.
1852
1853         * nnimap.el (nnimap-capability): New function.
1854         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1855         is set.
1856
1857 2010-10-31  David Engster  <dengste@eml.cc>
1858
1859         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1860         conform with changes to gnus-completing-read.
1861
1862 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1863
1864         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1865
1866 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1867
1868         * nnir.el: Move defvar, defcustom around to keep file organized
1869         and keep byte-compiler quiet.
1870         (nnir-read-parms): Accept search-engine as arg.
1871         (nnir-run-query): Pass search-engine as arg.
1872         (nnir-search-engine): Remove.
1873
1874 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1875
1876         * shr.el (shr-generic): The text nodes should be text, not :text.
1877
1878         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1879         later in the file.
1880
1881 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1882
1883         * nnir.el: General clean up.  Allow searching with multiple engines.
1884         Allow separate extra-parameters for each engine.
1885         Batch queries when possible.
1886         (nnir-imap-default-search-key,nnir-method-default-engines):
1887         Add customize interface.
1888         (nnir-run-gmane): New engine.
1889         (nnir-engines): Use it.  Qualify all prompts with engine name.
1890         (nnir-search-engine): Remove global variable.
1891         (nnir-run-hyrex): Restore for now.
1892         (nnir-extra-parms,nnir-search-history): New variables.
1893         (gnus-group-make-nnir-group): Use them.
1894         (nnir-group-server): Remove in favor of gnus-group-server.
1895         (nnir-request-group): Avoid searching twice.
1896         (nnir-sort-groups-by-server): New function.
1897
1898 2010-10-30  Julien Danjou  <julien@danjou.info>
1899
1900         * gnus-group.el: Remove gnus-group-fetch-control.
1901
1902         * gnus-start.el (gnus-find-new-newsgroups):
1903         Remove gnus-check-first-time-used.
1904
1905         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1906
1907 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1908
1909         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1910         set on groups that don't have \* permanentflags.
1911
1912 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1913
1914         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1915         control the background color.
1916         (shr-tag-img): Ignore very small web bug type images.
1917         (shr-put-image): Add help-echo alt texts to the images.
1918         (shr-tag-video): Show the video poster image.
1919
1920 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1921
1922         * shr.el (shr-table-depth): New variable.
1923         (shr-tag-table-1): Only insert the images after the top-level table.
1924
1925         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1926
1927         * gnus-util.el (gnus-list-memq-of-list): New function.
1928
1929         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1930         selected.
1931         (nnimap-unsplittable-articles): New slot.
1932         (nnimap-new-articles): Use it.
1933
1934 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1935
1936         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1937         move to the previous line on `M-g'.
1938
1939 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1940
1941         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1942         *-request-group, which seems unnecessary.
1943
1944         * nnimap.el (nnimap-quote-specials): Function copied over from
1945         imap.el.
1946         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1947         they support that.  Suggested by Tom Regner.
1948
1949 2010-10-29  Julien Danjou  <julien@danjou.info>
1950
1951         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1952         defalias.
1953         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1954
1955         * gnus.el: Remove `gnus-nntp-service' variable.
1956         (gnus-secondary-servers): Make obsolete.
1957         (gnus-nntp-server): Make obsolete.
1958
1959         * gnus-start.el (gnus-1): Remove x-splash calls.
1960
1961         * gnus-ems.el (gnus-x-splash): Remove.
1962
1963         * gnus.el (gnus-group-startup-message): Simplify/update code.
1964
1965         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1966         definition.
1967
1968         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1969         capability before doing anything.
1970         (gnus-group-insert-group-line): Remove useless
1971         gnus-group-remove-excess-properties.
1972
1973 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1974
1975         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1976
1977 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1978
1979         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1980         config after reselecting.
1981
1982 2010-10-28  Julien Danjou  <julien@danjou.info>
1983
1984         * shr.el (shr-put-image): Use point even if only inserting text.
1985         (shr-put-image): Save excursion when inserting alt text on non-graphic
1986         display, so the behaviour is the same when we are on a graphic display.
1987
1988         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1989
1990 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1991
1992         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1993         (gnus-mime-copy-part): Check coding system, not charset.
1994         (gnus-mime-view-part-externally): Never remove part.
1995         (gnus-mime-view-part-internally): Don't remove part here.
1996         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1997         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1998         multipart/alternative.
1999
2000         * mm-decode.el (mm-display-part): Take optional arg `force'.
2001
2002 2010-10-26  Julien Danjou  <julien@danjou.info>
2003
2004         * gnus-group.el (gnus-group-default-list-level): Add this function to
2005         compute the default list level.
2006         (gnus-group-default-list-level): Add possibility to use a function.
2007
2008 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2009
2010         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2011
2012         * gnus-group.el (gnus-group-completing-read)
2013         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2014         gnus-replace-in-string.
2015
2016 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2017
2018         * shr.el (shr-tag-div): Add.
2019
2020         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2021
2022 2010-10-25  Julien Danjou  <julien@danjou.info>
2023
2024         * gnus-util.el: Remove `gnus-with-local-quit'.
2025
2026         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2027
2028 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2029
2030         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2031         the original article buffer.
2032
2033 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2034
2035         * nnimap.el (nnimap-request-head): New function.
2036         (nnimap-request-move-article): Try to be slighly faster by not
2037         requesting the entire message when moving.
2038         (nnimap-transform-headers): Don't bug out on bodiless articles.
2039         (nnimap-send-command): Have no outstanding messages if the IMAP server
2040         doesn't support streaming.
2041         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2042
2043 2010-10-24  Julien Danjou  <julien@danjou.info>
2044
2045         * message.el (message-default-headers): Fix type.
2046
2047 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2048
2049         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2050         prefetching images.
2051
2052         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2053         backend for unknown groups.  This is mainly useful for nnimap groups.
2054
2055         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2056         group isn't covered by the agent.
2057
2058 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2059
2060         * nnir.el (nnir-method-default-engines): New variable.
2061         (nnir-run-query): Use it.
2062         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2063         (gnus-summary-nnir-goto-thread): Change group if needed.
2064
2065         * gnus-group.el (gnus-group-group-map): Add key binding for
2066         gnus-group-make-nnir-group.
2067
2068 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2069
2070         * shr.el (shr-tag-object): Add.
2071
2072         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2073         original article buffer live.
2074         (gnus-summary-select-article-buffer):
2075         Mention gnus-widen-article-buffer.
2076
2077 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2078
2079         * shr.el (shr-tag-strong): Add.
2080
2081 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2082
2083         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2084         group names.  They mess up the group buffer badly.
2085
2086         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2087
2088         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2089         instead of the summary one.
2090
2091 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2092
2093         * mml.el (mml-preview): Work properly when editing article.
2094
2095         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2096         gnus-have-read-active-file if it's already been in.
2097
2098 2010-10-22  Tom Tromey  <tromey@redhat.com>
2099
2100         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2101         gnus-group-completing-read.
2102
2103 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2104
2105         * message.el (message-mode-map): Don't bind M-; to comment region, to
2106         allow the global comment-dwim to work.
2107
2108 2010-10-21  Julien Danjou  <julien@danjou.info>
2109
2110         * message.el (message-setup-1): Allow message-default-headers to be a
2111         function.
2112
2113 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2114
2115         * shr.el (shr-tag-table): Simplify.
2116
2117 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2118
2119         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2120         to avoid trying to snarf invalid stuff.
2121
2122         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2123
2124         * gnus.el (gnus-message-archive-group): Quote value.
2125         (gnus-message-archive-group): Mark as changed.
2126
2127         * shr.el (shr-add-font): Don't put the font properties on the newline
2128         or the indentation.
2129
2130         * message.el (message-fix-before-sending): Change options when sending
2131         non-printable characters.
2132
2133         * gnus.el (gnus-message-archive-method): Change the default to
2134         monthly outgoing groups.
2135
2136         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2137         that have gotten new numbers.
2138
2139         * nnimap.el (nnimap-request-replace-article): New function.
2140
2141 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2142
2143         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2144         (nnrss-request-article): Don't use special html washing code.
2145
2146 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2147
2148         * shr.el (shr-tag-table): Remove useless nconc.
2149
2150 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2151
2152         * gnus-art.el (article-wash-html): Simplify and remove the charset
2153         stuff.  Use the normal html rendering code instead of the special html
2154         washing code.
2155
2156         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2157         `gnus-w3m' symbols.
2158         (mm-text-html-washer-alist): Remove.
2159
2160         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2161         (mm-inline-media-tests): Remove use.
2162         (mm-text-html-renderer): Change default to the `shr' symbol.
2163
2164         * mm-view.el (mm-inline-text-html): Remove use.
2165
2166         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2167         `gnus-blocked-images' to be a function.
2168         (gnus-article-wash-function): Remove.
2169
2170 2010-10-20  Julien Danjou  <julien@danjou.info>
2171
2172         * spam.el (spam-list-of-processors): Mark as obsolete.
2173
2174         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2175         (nnimap-insert-partial-structure): Fix boundary detection.
2176
2177 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2178
2179         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2180         run file-truename on remote files.  This can be expensive and even
2181         prevent one from editing drafts if some unrelated buffer has a stale
2182         connection.
2183
2184 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2185
2186         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2187         kinsoku-eol regardless of shr-kinsoku-shorten.
2188         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2189         (shr-tag-table): Support caption, thead, and tfoot.
2190
2191 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2192
2193         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2194         lines.
2195         (shr-save-contents): New command and keystroke.
2196
2197         * nndoc.el (nndoc-type-alist): Add git support.
2198         (nndoc-git-type-p): New function.
2199         (nndoc-transform-git-article): Ditto.
2200         (nndoc-transform-git-headers): Ditto.
2201         (nndoc-transform-git-headers): Generate Subject headers.
2202
2203         * shr.el (shr-parse-style): New function.
2204         (shr-tag-span): Ditto.
2205
2206         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2207         to `G G' to avoid collisions.
2208
2209 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2210
2211         * shr.el: Load kinsoku if necessary.
2212         (shr-kinsoku-shorten): New internal variable.
2213         (shr-find-fill-point): Make kinsoku shorten text line if
2214         shr-kinsoku-shorten is bound to non-nil.
2215         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2216         shr-indentation too when testing if table is wider than frame width.
2217         (shr-insert-table): Use `string-width' instead of `length' to measure
2218         text width.
2219         (shr-insert-table-ruler): Make sure indentation is done at bol.
2220
2221 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2222
2223         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2224         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2225         undecoded network data.
2226
2227 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2228
2229         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2230         name in the mode line spec so that the mode line menu works
2231         (bug #2431).
2232
2233         * message.el (message-get-reply-headers): If we're fed `to-address',
2234         then always use that.
2235
2236         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2237         aren't so wide as to need to switch off the edit menu.
2238
2239         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2240         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2241
2242         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2243         `M-g'.
2244         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2245         the permanent marks.
2246
2247 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2248
2249         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2250         Splitting according to references/in-reply-to obeys the ignore-groups
2251         variable, while splitting by sender and subject do not.
2252
2253 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2254
2255         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2256         alist, so that we can look for non-Unicode chars.
2257         (article-translate-strings): Allow both character and string maps.
2258
2259 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2260
2261         * shr.el (shr-insert): Don't insert space behind a wide character
2262         categorized as kinsoku-bol, or between characters both categorized as
2263         nospace.
2264
2265 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2266
2267         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2268         headers to gnus-newsgroup-headers.
2269
2270 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2271
2272         * shr.el (shr-tag-img): Don't align images -- since we're not
2273         rescaling, this often leads to ugly displays.
2274
2275 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2276
2277         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2278         duplicates.
2279
2280 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2281
2282         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2283         call.
2284
2285 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2286
2287         * gnus.el: Autoload gnus-html-show-images.
2288
2289         * nnimap.el: Use nnheader-message throughout.
2290
2291         * shr.el (shr-tag-img): Ignore images with no data.
2292
2293 2010-10-15  Julien Danjou  <julien@danjou.info>
2294
2295         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2296         a possibility to disable format=flow encoding when using hard newlines.
2297
2298 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2299
2300         * shr.el (shr-insert): Remove space inserted before or after a
2301         breakable character or at the beginning or the end of a line.
2302         (shr-find-fill-point): Do kinsoku; find the second best point or give
2303         it up if there's no breakable point.
2304
2305 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2306
2307         * nnimap.el (nnimap-open-connection): Message when opening connection
2308         for debugging purposes.
2309
2310         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2311         on every setup buffer call to allow this to change from article to
2312         article.
2313
2314         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2315         buffers where we have a wide table.
2316
2317 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2318
2319         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2320         uses *-request-thread.
2321
2322 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2323
2324         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2325         incantation, which is no longer valid.
2326
2327 2010-10-14  Julien Danjou  <julien@danjou.info>
2328
2329         * shr.el: Fix defcustom type (char -> character).
2330
2331 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2332
2333         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2334         programs.
2335
2336 2010-10-14  Julien Danjou  <julien@danjou.info>
2337
2338         * shr.el (shr-tag-a): Use url-link as widget type.
2339
2340         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2341         `gnus-group-get-icon'.
2342
2343 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2344
2345         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2346         This should make server editing work better.
2347
2348         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2349
2350         * tls.el (tls-program): Remove spurious %s from openssl.
2351
2352         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2353         (nnimap-parse-flags): Fix regexp.
2354
2355         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2356         probably work for CJVK text, too.
2357
2358         * nnimap.el (nnimap-extend-tls-programs): Remove.
2359         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2360
2361         * tls.el (tls-starttls-switches): Remove starttls hack.
2362         (open-tls-stream): Ditto.
2363         (tls-find-starttls-argument): Ditto.
2364
2365 2010-10-13  Julien Danjou  <julien@danjou.info>
2366
2367         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2368         responses.
2369
2370 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2371
2372         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2373
2374         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2375         anything in Emacs.
2376
2377         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2378
2379 2010-10-13  Julien Danjou  <julien@danjou.info>
2380
2381         * shr.el (shr-width): Make shr-width a defcustom with default to
2382         fill-column.
2383         (shr-tag-img): Use shr-width rather than fill-column.
2384
2385 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2386
2387         * dgnushack.el (byte-optimize-apply)
2388         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2389
2390         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2391         position when (X-)Faces exist.
2392         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2393         avatars when called interactively.
2394
2395 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2396
2397         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2398         gnus-article-x-face-too-ugly is bound.
2399
2400 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2401
2402         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2403
2404         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2405         mailbox that doesn't exist.
2406
2407 2010-10-12  Julien Danjou  <julien@danjou.info>
2408
2409         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2410         (shr-get-image-data): Encode URL properly when fetching from cache.
2411         (shr-tag-img): Use aligned-to spaces to align correctly images.
2412
2413         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2414         before inserting the Gravatar.
2415
2416         * shr.el (shr-tag-img): Add align attribute support for <img>.
2417
2418 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2419
2420         * gnus-gravatar.el (gnus-art): Require.
2421
2422         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2423         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2424         Remove long obsoleted functions.
2425
2426 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2427
2428         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2429
2430         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2431
2432         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2433         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2434         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2435         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2436         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2437         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2438         * sieve-manage.el, smime.el, spam.el:
2439         Fix comment for declare-function.
2440
2441 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2442
2443         * nnimap.el (nnimap-request-rename-group): Select group read-only
2444         before renaming it.
2445
2446         * shr.el (shr-insert): Fix up the white space only regexp.
2447
2448         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2449         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2450
2451         * shr.el (shr-current-column): New function.
2452         (shr-find-fill-point): New function.
2453
2454 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2455
2456         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2457         numbers.
2458
2459 2010-10-11  Julien Danjou  <julien@danjou.info>
2460
2461         * shr.el (shr-hr-line): Add.
2462         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2463         display hr lines.
2464         (shr-max-columns): Do not change state to nil if we just inserting
2465         spaces.
2466
2467 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2468
2469         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2470         select the last group.
2471
2472 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2473
2474         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2475
2476 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2477
2478         * dig.el (dig-mode-map): Declare and define in one step.
2479
2480 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2481
2482         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2483         for Gnus.
2484         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2485         (nnimap-update-qresync-info): Mark \Seen articles as read.
2486
2487         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2488         non-variable, too.
2489
2490         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2491         available.
2492         (nnimap-update-info): Rely more on the current active than the param
2493         active to avoid marking articles as read too much.
2494
2495         * auth-source.el (auth-source-create): Use (user-login-name) for the
2496         user name default.
2497
2498         * nnimap.el (nnimap-update-info): If the server doesn't return any
2499         useful info, just use the previous info.
2500         (nnimap-update-info): Prefer old info over start-article.
2501         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2502
2503 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2504
2505         * nnir.el (autoload): Clean up autoloads.
2506         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2507         Use key rather than value.
2508         (nnir-imap-search-other): New variable.
2509         (nnir-read-parm): Use it.
2510         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2511         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2512
2513 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2514
2515         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2516         the process, too.
2517
2518 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2519
2520         * spam.el (gnus-summary-mode-map): Bind to "$".
2521         Suggested by Russ Allbery.
2522
2523         * shr.el: Rework the way things are indented by <li> slightly.
2524
2525         * gnus.el (gnus-group-set-parameter): Fix typo.
2526
2527         * nnimap.el: Start implementing QRESYNC support.
2528
2529 2010-10-09  Julien Danjou  <julien@danjou.info>
2530
2531         * nnir.el (nnir-engines): Fix too many arguments.
2532
2533 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2534
2535         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2536         group is the "last", so that the backends like nnfolder actually save
2537         their folders.
2538
2539         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2540         try to use that for the tls stream.
2541         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2542         UIDVALIDITY and find out which groups are read-only and not.
2543         (nnimap-get-flags): Use the same marks parsing code as the rest of
2544         nnimap.
2545
2546 2010-10-09  Julien Danjou  <julien@danjou.info>
2547
2548         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2549
2550         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2551         retrieving gravatars.
2552
2553         * shr.el (shr-table-corner): Add.
2554         (shr-table-line): Add.
2555         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2556
2557 2010-10-08  Julien Danjou  <julien@danjou.info>
2558
2559         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2560
2561 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2562
2563         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2564
2565         * gnus-sum.el (gnus-mark-article-as-unread)
2566         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2567         (gnus-summary-set-bookmark): Use it.
2568
2569         * gnus-msg.el (gnus-setup-message): Use it.
2570
2571         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2572
2573         * gnus.el (gnus-group-remove-parameter): Use it.
2574
2575         * gnus-group.el (gnus-group-make-web-group): Use it.
2576
2577         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2578
2579         * nnregistry.el: Update docs to mention manual.
2580
2581         * gnus-registry.el: Update docs to mention nnregistry.el.
2582         (gnus-registry-initialize): Don't install nnregistry refer method
2583         automatically.
2584         (gnus-registry-install-nnregistry): Remove it.
2585
2586 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2587
2588         * shr.el (shr-insert): Don't insert double spaces.
2589
2590 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2591
2592         * gnus-gravatar.el (gnus-treat-from-gravatar)
2593         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2594         called interactively.
2595
2596         * gnus-art.el (gnus-mime-view-part-externally)
2597         (gnus-mime-view-part-internally): Make predicate function passed to
2598         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2599         of a mime type.
2600
2601         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2602
2603 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2604
2605         * shr.el (require): Require cl when compiling.
2606         (shr-tag-hr): New function.
2607
2608         * nnimap.el (nnimap-update-info): Remove double setting of high.
2609         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2610         This makes nnimap work properly on Courier again.
2611
2612         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2613         the variable for backwards compatability.
2614
2615         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2616         the file name before using to avoid setting mm-default-directory to
2617         nil.
2618
2619         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2620         bidning gnus-agent variables.
2621
2622         * shr.el (shr-render-td): Use a cache for the table rendering function
2623         to avoid getting an exponential rendering behaviour in nested tables.
2624         (shr-insert): Rework the line-breaking algorithm.
2625         (shr-insert): Don't leave trailing spaces.
2626         (shr-insert-table): Also insert empty TDs.
2627         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2628
2629 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2630
2631         * gnus-sum.el (gnus-number): Rename from `number'.
2632         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2633         (gnus-summary-limit-children): Update uses correspondingly.
2634
2635 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2636
2637         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2638         (gnus-gravatar-transform-address): Don't show avatars of people of
2639         which mail addresses match gnus-gravatar-too-ugly.
2640
2641 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2642
2643         * shr.el (shr-table-widths): Expand TD elements to fill available
2644         space.
2645
2646 2010-10-07  Julien Danjou  <julien@danjou.info>
2647
2648         * nnimap.el (nnimap-request-rename-group): Add this method.
2649
2650 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2651
2652         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2653         name from XEmacs' function-arglist.
2654
2655         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2656         gravatar under XEmacs.
2657
2658 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2659
2660         * auth-source.el: Update docs with TODO items.
2661
2662         * gnus-sync.el: Update docs to explain state and plans.
2663
2664         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2665         Hooks for mark updates.
2666         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2667
2668         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2669         hooks with arguments, which is needed for mark update hooks.
2670
2671 2010-10-06  Julien Danjou  <julien@danjou.info>
2672
2673         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2674         was matched.
2675
2676         * sieve-manage.el: Update example in `Commentary'.
2677
2678         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2679
2680         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2681         not 2000.
2682         (sieve-manage-authenticate): Re-add function.
2683
2684 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2685
2686         * shr.el (shr-insert): Get 'space transition right.
2687         (shr-render-td): Only delete space at the end of the TD.
2688
2689         * nnimap.el (nnimap-open-connection): Prepare to support
2690         open-gnutls-stream.
2691
2692         * shr.el: Rearrange function order to be more logical.
2693
2694 2010-10-06  Julien Danjou  <julien@danjou.info>
2695
2696         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2697         (nnrss-discover-feed): Remove 404 URL in docstring.
2698
2699         * nnir.el: Fix Swish-E URL.
2700         Fix Namazu URL.
2701
2702         * message.el (message-change-subject): Remove 404 URL in a comment.
2703
2704 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2705
2706         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2707         called interactively.
2708
2709         * gnus-util.el (gnus-remove-if): Allow hash table.
2710         (gnus-remove-if-not): New function.
2711
2712         * gnus-art.el (gnus-mime-view-part-as-type)
2713         * gnus-score.el (gnus-summary-score-effect)
2714         * gnus-sum.el (gnus-read-move-group-name):
2715         Replace remove-if-not with gnus-remove-if-not.
2716
2717         * gnus-group.el (gnus-group-completing-read):
2718         Regard collection as a hash table if it is not a list.
2719
2720 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2721
2722         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2723
2724         * shr.el: Document the table-rendering algorithm.
2725
2726 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2727
2728         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2729         for Emacsen having no `libxml-parse-html-region' support.
2730
2731 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2732
2733         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2734         invalid URLs.
2735
2736         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2737         line-broken.
2738         (shr-tag-img): Ignore image fetching errors.
2739         (shr-overlays-in-region): Compute overlay positions correctly.
2740
2741         * mm-decode.el (mm-shr): Require shr.
2742
2743         * gnus-art.el (gnus-blocked-images): Move variable here.
2744
2745         * shr.el (shr-insert-table): Bind free variable.
2746
2747         * mm-decode.el (mm-shr): Bind shr-content-function.
2748
2749         * shr.el (shr-content-function): New variable.
2750
2751         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2752         added for symmetry.
2753
2754         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2755
2756         * gnus-group.el (gnus-group-make-group): Doc fix.
2757
2758         * nnimap.el (nnimap-request-newgroups): Return success.
2759
2760         * shr.el (shr-find-elements): New function.
2761         (shr-tag-table): Put all the images after the table.
2762         (shr-tag-table): Really inhibit images inside the table.
2763         (shr-collect-overlays): Copy over overlays from the TD elements to the
2764         main document.
2765
2766         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2767         gnus-blocked-images.
2768
2769 2010-10-05  Julien Danjou  <julien@danjou.info>
2770
2771         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2772
2773         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2774         (gnus-html-maximum-image-size): Add this function.
2775         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2776
2777         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2778         server-value of the capability is nil.
2779
2780 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2781
2782         * shr.el (shr-tag-em): Add <EM> tag.
2783
2784 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2785
2786         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2787         customizable.
2788
2789         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2790         handing broken links to browse-url.
2791
2792 2010-10-05  Julien Danjou  <julien@danjou.info>
2793
2794         * gnus-util.el (gnus-emacs-completing-read)
2795         (gnus-iswitchb-completing-read): Use autoload rather than require.
2796
2797 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2798
2799         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2800         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2801         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2802         iswitchb-temp-buflist for XEmacs.
2803
2804         * gnus-util.el (gnus-completing-read-function): Exclude
2805         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2806         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2807         XEmacs.
2808
2809         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2810         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2811
2812         * gnus-html.el: Don't require help-fns under XEmacs.
2813         (gnus-html-schedule-image-fetching): Work for XEmacs.
2814
2815         * mm-decode.el (mm-shr): Decode contents by charset.
2816
2817 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2818
2819         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2820         unknown.
2821
2822         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2823         (shr-get-image-data): Ensure against the cache file missing.
2824
2825         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2826         for data.
2827
2828         * spam-report.el (spam-report-url-ping-plain): Don't query about
2829         killing the process.
2830
2831         * shr.el (shr-render-td): Protect against too-wide text.
2832
2833 2010-10-04  Julien Danjou  <julien@danjou.info>
2834
2835         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2836         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2837
2838         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2839         retrieved.
2840
2841 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2842
2843         * shr.el (browse-url): Require.
2844         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2845         lines.
2846         (shr-show-alt-text, shr-browse-image): New commands.
2847         (shr-browse-url, shr-copy-url): New commands.
2848
2849         * gnus-sum.el (gnus-widen-article-window): New variable.
2850         (gnus-summary-select-article-buffer): Use it.
2851
2852         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2853         without @ signs.
2854
2855 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2856
2857         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2858
2859 2010-10-04  Julien Danjou  <julien@danjou.info>
2860
2861         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2862         for XEmacs.
2863
2864 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2865
2866         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2867
2868         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2869         (nnimap-close-server): Implement.
2870
2871         * dgnushack.el (iswitchb): Require to shut up the compiler.
2872
2873         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2874         (shr-insert): Tweak line breaking.
2875         (shr-insert): Handle <pre> better.
2876         (shr-tag-li): Get <li> indentation right.
2877         (shr-tag-li): Get <li> indentation even righter.
2878         (shr-tag-blockquote): Ensure paragraph start.
2879         (shr-make-table): Tweak table generation.
2880         (shr-make-table): Fix typo.
2881
2882         * shr.el: Implement table rendering.
2883
2884 2010-10-04  Julien Danjou  <julien@danjou.info>
2885
2886         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2887
2888 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2889
2890         * shr.el (shr-insert): Use string anchors instead of line anchors.
2891
2892 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2893
2894         * shr.el: Add headings.
2895         (shr-ensure-paragraph): Actually work.
2896         (shr-tag-li): Make <ul> prettier.
2897         (shr-insert): Get white space at the beginning/end of elements right.
2898         (shr-tag-p): Collapse subsequent <p>s.
2899         (shr-ensure-paragraph): Don't insert double line feeds after blank
2900         lines.
2901         (shr-insert): \t is also space.
2902         (shr-tag-s): Fix "s" tag name function.
2903         (shr-tag-s): Fix face prop name.
2904
2905 2010-10-03  Julien Danjou  <julien@danjou.info>
2906
2907         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2908
2909         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2910         gnus-window-inside-pixel-edges.
2911
2912         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2913         gnus-ems.
2914
2915         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2916
2917         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2918         function.
2919
2920         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2921         resize choice.
2922
2923 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2924
2925         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2926         beginning of the buffer.
2927
2928         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2929         article buffer again.
2930
2931         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2932
2933         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2934         when it's at the start of the buffer.
2935
2936         * shr.el (shr-tag-blockquote): Convert name.
2937         (shr-rescale-image): Use the right image-size variant.
2938
2939         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2940         buffer isn't shown, then select the current article first instead of
2941         bugging out.
2942         (gnus-summary-select-article-buffer): Show both the article and summary
2943         buffers again.
2944
2945         * shr.el (shr-fontize-cont): Protect against regions with no text.
2946         Rename tag functions to shr-tag-* for enhanced security.
2947         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2948
2949 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2950
2951         * shr.el (shr-insert):
2952         * pop3.el (pop3-movemail):
2953         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2954         loaded.
2955
2956 2010-10-03  Glenn Morris  <rgm@gnu.org>
2957
2958         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2959
2960         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2961
2962         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2963
2964         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2965
2966         * gnus-util.el (gnus-make-local-hook): Simplify.
2967
2968 2010-10-02  Julien Danjou  <julien@danjou.info>
2969
2970         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2971         (gnus-ido-completing-read): New function.
2972         (gnus-emacs-completing-read): New function.
2973         (gnus-completing-read): Use gnus-completing-read-function.
2974         Add gnus-completing-read-function.
2975
2976 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2977
2978         * shr.el (shr-insert-document): Autoload.
2979         (shr-img): Be silent.
2980         (shr-insert): Add a newline after every picture before text.
2981         (shr-add-font): Use overlays for combining faces.
2982         (shr-insert): Pass upwards the text start point.
2983
2984         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2985         possible.
2986         (mm-shr): New function.
2987
2988 2010-10-02  Julien Danjou  <julien@danjou.info>
2989
2990         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2991         should go backward.
2992
2993 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2994
2995         * shr.el (shr): Fix typo in provide call.
2996
2997 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2998
2999         * shr.el: New file.
3000
3001         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3002
3003         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3004         completing read.
3005
3006 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3007
3008         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3009         we're being queried about.  Suggested by Dan Jacobson.
3010
3011         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3012         Suggested by Jason Eisner.
3013
3014         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3015         table, too.  Suggested by Stefan Wiens.
3016         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3017         the table unnecessary.  Suggested by Stefan Wiens.
3018
3019         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3020         longer needed, and probably doesn't work either, as pointed out by
3021         Stefan Wiens.
3022         (gnus-summary-exit): Remove call to the clearing function.
3023         (gnus-summary-exit-no-update): Ditto.
3024
3025         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3026         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3027         Reported by Stefan Monnier.
3028         (gnus-summary-save-in-rmail): Ditto.
3029
3030         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3031         article buffer, instead of both the article buffer and the summary
3032         buffer.  Sort of suggested by Dan Jacobson.
3033
3034         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3035
3036         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3037         Suggested by Dan Jacobson.
3038
3039         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3040         documentation clearer.
3041
3042         * message.el (message-shorten-references): Comment on the number "21".
3043         Suggested by Stefan Monnier.
3044
3045         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3046         Suggested by Dan Jacobson.
3047
3048         * gnus.el (gnus-large-newsgroup):
3049         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3050
3051         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3052         externalize attachments.  Bug reported by Steve Wen.
3053
3054         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3055         really message anything to the user.
3056
3057         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3058         directly.
3059
3060         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3061         messages in empty groups.
3062
3063 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3064
3065         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3066         non-UIDNEXT group.
3067
3068 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3069
3070         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3071         not the value from the collection.
3072
3073         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3074         values.  This sometimes happens on some groups that have no info.
3075         (nnimap-request-newgroups): New function.
3076
3077 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3078
3079         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3080         check into `gnus-registry-initialize'.
3081         (gnus-registry-initialize): Ditto.
3082         Fix and extend header docs.
3083
3084 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3085
3086         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3087         regexp backtrace overflows.
3088
3089         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3090         for starttls that tls.el implements; i.e. openssl.
3091
3092         * tls.el (tls-starttls-switches): Give up on using starttls with
3093         gnutls-cli.
3094         (tls-program): Add --insecure to be consistent with the defaults from
3095         openssl s_client.  Now all three commands are insecure.
3096
3097 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3098
3099         * lpath.el: Bind completion-styles-alist for XEmacs.
3100
3101         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3102         (gravatar-create-image): New function that's an alias to
3103         gnus-xmas-create-image, gnus-create-image, or create-image.
3104         (gravatar-data->image): Use it.
3105
3106 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3107
3108         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3109         install the nnregistry refer method.
3110         (gnus-registry-install-hooks): Use it.
3111         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3112         unfollowed groups.
3113
3114 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3115
3116         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3117         expanding threads.
3118
3119 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3120
3121         * nnir.el: Use the server names without suffixes (bug #7009).
3122
3123         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3124         unencrypted to STARTTLS, if possible.
3125
3126 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3127
3128         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3129         headers before superseding.
3130
3131 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3132
3133         * nnrss.el (nnrss-use-local): Add documentation.
3134
3135         * nnimap.el (nnimap-extend-tls-programs): New function.
3136         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3137         (nnimap-wait-for-connection): Accept the greeting from the stupid
3138         output from openssl s_client -starttls, too.
3139
3140         * tls.el (tls-starttls-switches): New variable.
3141         (tls-find-starttls-argument): Use it.
3142         (open-tls-stream): Ditto.
3143
3144         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3145         (netrc-machine): Ditto.
3146
3147         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3148         article number.
3149         (nnimap-split-fancy): New variable.
3150         (nnimap-split-incoming-mail): Use it.
3151
3152         * nntp.el (nntp-server-list-active-group): Document.
3153
3154         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3155         SELECT to get the message-id.
3156
3157         * mail-source.el (mail-sources): Remove webmail support.
3158         (defvar): Ditto.
3159         (mail-source-fetcher-alist): Ditto.
3160         (mail-source-fetch-webmail): Remove.
3161
3162         * webmail.el: Remove -- doesn't seem relevant any more.
3163
3164         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3165
3166         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3167         the \r.
3168
3169 2010-09-30  Julien Danjou  <julien@danjou.info>
3170
3171         * gnus-agent.el (gnus-agent-add-group): Fix call to
3172         gnus-completing-read.
3173
3174 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3175
3176         * nndoc.el (nndoc-retrieve-groups): New function.
3177
3178         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3179         `default', use nnmail-split-methods.
3180         (nnimap-request-article): Downcase the NILs so that they are nil.
3181
3182         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3183         symbol.
3184
3185         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3186         code, since if the user has requested network, that's what they ought
3187         to get.
3188         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3189         (nnimap-split-rule): Mark as obsolete.
3190
3191         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3192         New variable.
3193
3194         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3195         correct slot, too.
3196
3197 2010-09-29  Julien Danjou  <julien@danjou.info>
3198
3199         * gnus.el (gnus-local-domain): Declare variable obsolete.
3200
3201         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3202         Fix history computing.
3203         (gnus-ido-completing-read): Require ido.
3204
3205 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3206
3207         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3208         build Gnus.
3209
3210         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3211         when interpreting the structures.
3212         (nnimap-request-accept-article): Add \r\n to the lines to make this
3213         work with Cyrus.
3214
3215         * nndraft.el (nndraft-request-expire-articles): Use the group name
3216         instead if "nndraft".  Fix found by Nils Ackermann.
3217
3218 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3219
3220         * nnregistry.el: Add.
3221
3222 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3223
3224         * nnmail.el (group, group-art-list, group-art):
3225         Remove unneeded directives.
3226
3227 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3228
3229         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3230         (mm-mime-charset)
3231         * rfc2047.el (rfc2047-syntax-table)
3232         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3233
3234         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3235         rather than `insert-file-contents' and `eval-region'.
3236
3237         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3238         construction.
3239
3240         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3241
3242         * time-date.el: No need to require cl for Emacs 21.
3243
3244 2010-09-29  Julien Danjou  <julien@danjou.info>
3245
3246         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3247         replacement of `gnus-gravatar-relief' to mimic
3248         `gnus-faces-properties-alist'.
3249         Add :version property.
3250
3251 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3252
3253         * mail-source.el (mail-source-report-new-mail)
3254         * message.el (message-default-mail-headers)
3255         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3256
3257         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3258
3259 2010-09-28  Julien Danjou  <julien@danjou.info>
3260
3261         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3262         mail-address contains the same string as real-name.
3263
3264         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3265         non-blank in header, otherwise it'll get stripped.
3266
3267         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3268         real-name, and then for mail address rather than doing : or , search.
3269
3270 2010-09-27  Julien Danjou  <julien@danjou.info>
3271
3272         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3273         right completing-read function.
3274         (gnus-use-ido): New variable
3275         (gnus-completing-read-with-default): Remove.
3276         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3277         (gnus-agent-add-group):
3278         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3279         * mm-view.el (mm-view-pkcs7-decrypt):
3280         * mm-util.el (mm-codepage-setup):
3281         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3282         * mml-smime.el (mml-smime-openssl-sign-query):
3283         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3284         (mml-insert-multipart):
3285         * gnus-msg.el (gnus-summary-yank-message):
3286         * gnus-int.el (gnus-start-news-server):
3287         * mm-decode.el (mm-interactively-view-part):
3288         * gnus-dired.el (gnus-dired-attach):
3289         * gnus.el (gnus-read-method):
3290         * gnus-bookmark.el (gnus-bookmark-jump):
3291         * gnus-art.el (gnus-mime-view-part-as-type)
3292         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3293         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3294         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3295         * nnmairix.el (nnmairix-create-server-and-default-group)
3296         (nnmairix-update-groups, nnmairix-get-server)
3297         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3298         (nnmairix-get-group-from-file-path):
3299         * nnrss.el (nnrss-find-rss-via-syndic8):
3300         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3301         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3302         (gnus-group-browse-foreign-server):
3303         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3304         (gnus-summary-execute-command, gnus-summary-respool-article)
3305         (gnus-read-move-group-name):
3306         * gnus-score.el (gnus-summary-increase-score)
3307         (gnus-summary-score-effect):
3308         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3309
3310 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3311
3312         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3313         x-focus-frame.
3314
3315         * nnimap.el (auth-source-forget-user-or-password)
3316         (auth-source-user-or-password): Autoload.
3317
3318         * message.el (message-from-style, message-interactive)
3319         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3320         (message-yank-prefix, message-indentation-spaces, message-signature)
3321         (message-signature-file): Add comment.
3322
3323 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3324
3325         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3326         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3327         new articles.
3328
3329         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3330         parts.
3331         (nnimap-request-article): Work with the t setting, too.
3332
3333         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3334         that you don't get flashes of other buffers.
3335         (gnus-summary-show-complete-article): Intern before setting.
3336
3337 2010-09-27  David Engster  <dengste@eml.cc>
3338
3339         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3340         well as HEADERS.
3341         (nnmairix-retrieve-headers): Provide new argument for the above.
3342
3343 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3344
3345         * gnus-sum.el (gnus-summary-move-article): Don't alter
3346         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3347         group.
3348
3349         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3350
3351         * message.el (message-cite-prefix-regexp): Revert my last edit.
3352
3353         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3354         variable instead of the Gnus variable.
3355
3356         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3357
3358         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3359
3360         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3361         since some servers don't like it.
3362         (nnimap-open-connection): Forget credentials if the server says the
3363         password was wrong.
3364         (nnimap-parse-line): Protect against invalid data.
3365
3366         * gnus-sum.el (gnus-summary-move-article): Add comment.
3367         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3368         nothing alters it while scanning for new messages.
3369
3370         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3371         which may or may not help.
3372         (nnimap-open-connection): If we're doing a stream connection, and then
3373         discover we're on a STARTTLS-capable server, then open a STARTTLS
3374         connection instead.
3375
3376 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3377
3378         * nnimap.el (utf7): Require.
3379
3380         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3381         prefix.
3382
3383 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3384
3385         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3386
3387 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3388
3389         * nnimap.el (nnimap-request-accept-article): Message the error on
3390         error.
3391
3392 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3393
3394         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3395
3396 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3397
3398         * nndoc.el (nndoc-request-list): Return success always.
3399
3400         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3401         `fetch-old' -- we only want to fetch the articles we've requested.
3402         The rest are in the agent, probably.
3403         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3404         disappeared server" to something low.  It's not important.
3405
3406         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3407         arrived before the FETCH data.
3408
3409         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3410         target here, because we don't know the Gnus name of the group.
3411
3412         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3413         for the correct group.
3414
3415         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3416
3417         * gnus.el (gnus): Give a final warning after startup.
3418
3419         * gnus-util.el (gnus-action-message-log): New variable.
3420         (gnus-message): Use it.
3421         (gnus-final-warning): New function.
3422
3423         * nnimap.el (nnimap-open-connection): Record the greeting.
3424         (nnimap): Add greeting.
3425
3426 2010-09-26  Julien Danjou  <julien@danjou.info>
3427
3428         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3429         arguments.
3430         (gnus-html-wash-images): Fix spec computing to include start/end.
3431
3432         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3433
3434 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3435
3436         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3437         deletion.
3438         (nnimap-retrieve-headers): Don't select the group, because that's
3439         already done by nnimap-possibly-change-group.
3440
3441         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3442         (gnus-picon-transform-address): Use it.
3443
3444         * mail-source.el (mail-source-value): Revert previous patch.
3445
3446         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3447         on failure.
3448         (nnimap-open-connection): Look up both virtual and physical server name
3449         credentials.
3450
3451         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3452
3453 2009-02-07  Dave Love  <fx@gnu.org>
3454
3455         * tls.el (open-tls-stream): Don't query killing process.
3456
3457 2009-02-08  Dave Love  <fx@gnu.org>
3458
3459         * gnus-win.el (gnus-window-to-buffer-helper)
3460         (gnus-all-windows-visible-p): Function needn't be a symbol.
3461
3462         * mail-source.el (mail-source-value): Function needn't be a symbol.
3463
3464 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3465
3466         * message.el (message-cite-prefix-regexp): Remove } from the cite
3467         prefix.
3468
3469         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3470         highlight again, so that the highlight is correct.
3471
3472         * gnus-picon.el (gnus-picon): Remove again.
3473         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3474
3475         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3476         doing the header highlightling, so that the background colour of the
3477         picon is correct.
3478
3479         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3480         (gnus-picon): Ditto.
3481         (gnus-picon): Reinstate.  The background colour for picons is white.
3482         (gnus-picon-insert-glyph): Make the background white.
3483
3484         * nnml.el (nnml-open-nov): Don't return dead buffers.
3485
3486         * auth-source.el (auth-source-create): Query the user for whether to
3487         store the credentials.
3488
3489         * netrc.el (netrc-store-data): New function.
3490
3491         * auth-source.el (auth-source-user-or-password): Use the existing auth
3492         sources, if any, for creation.
3493
3494         * gnus.el (gnus-group-fast-parameter): Return the last matching
3495         parameter instead of the first matching parameter.
3496
3497 2010-09-26  Julien Danjou  <julien@danjou.info>
3498
3499         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3500
3501 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3502
3503         * mml2015.el (mml2015-use): Remove gpg support.
3504
3505         * mml1991.el (mml1991-function-alist): Remove gpg function.
3506         (mml1991-gpg-sign): Remove.
3507
3508 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3509
3510         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3511         (gnus-browse-unsubscribe-current-group): Document it.
3512         (gnus-browse-unsubscribe-group): Use it.
3513
3514 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3515
3516         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3517         address to the To list for easier response.
3518
3519         * gnus.el (gnus-play-startup-jingle): Remove.
3520         (gnus-splash): Don't play jingle.
3521         (gnus): Silence gnus-load message.
3522
3523         * gnus-art.el (gnus-treat-play-sounds): Remove.
3524
3525         * gnus.el (gnus-play-jingle): Remove audio support.
3526
3527         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3528
3529         * earcon.el: Remove -- no users.
3530
3531         * gnus-audio.el: Remove -- no users of this package.
3532
3533         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3534
3535         * gnus-start.el (gnus-setup-news): Remove nocem support.
3536
3537         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3538
3539         * gnus.el (gnus-use-nocem): Remove.
3540
3541         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3542         Remove.
3543
3544         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3545         uses NoCeM any more.
3546
3547         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3548         (gnus-button-ctan-handler): Ditto.
3549         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3550         (gnus-button-ctan-directory-regexp): Ditto.
3551         (gnus-button-handle-ctan): Ditto.
3552         (gnus-button-tex-level): Ditto.
3553         (gnus-button-alist): Remove CTAN stuff.
3554
3555 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3556
3557         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3558         nnimap-streaming test.
3559
3560         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3561         servers twice.
3562
3563         * nnimap.el (nnimap-open-connection): Add more error reporting when
3564         nnimap fails early.
3565
3566         * nnheader.el (nnheader-get-report-string): New function.
3567         (nnheader-get-report): Use it.
3568
3569         * gnus-int.el (gnus-check-server): Say what the error was when opening
3570         failed.
3571
3572         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3573         using streaming.
3574
3575 2010-09-25  Julien Danjou  <julien@danjou.info>
3576
3577         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3578         gnus-window-inside-pixel-edges.
3579
3580 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3581
3582         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3583
3584         * mm-decode.el (mm-save-part): Allow saving to other directories the
3585         normal Emacs way.
3586
3587         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3588         Suggested by Jay Berkenbilt.
3589
3590         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3591         there isn't a single byte.
3592
3593         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3594         just do it.  It doesn't really seem to matter what the user responds
3595         here, I think, so it's just a confusing question.
3596
3597         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3598         non-streaming case.
3599
3600         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3601         (gnus-article-encrypt-body): Use it.
3602
3603         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3604         keystroke.
3605
3606         * nnimap.el (nnimap-find-wanted-parts-1):
3607         Use gnus-fetch-partial-articles.
3608
3609         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3610
3611         * nnimap.el (nnimap-insert-partial-structure): New function.
3612         (nnimap-get-partial-article): New function.
3613         (nnimap-request-article): Use it.
3614         (nnimap-wait-for-response): Return whether the wait was successful.
3615         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3616         retrieval wasn't successful.
3617         (nnimap-retrieve-group-data-early): Allow throttling servers.
3618         (nnimap-streaming): New variable.
3619         (nnimap-fetch-partial-articles): Remove.
3620
3621         * mm-decode.el (mm-with-part): Protect against killed buffers.
3622
3623         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3624         for prettier summary display.
3625
3626 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3627
3628         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3629
3630 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3631
3632         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3633         apparently third-party libraries depend on it.
3634
3635         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3636         before starting negotiation.
3637
3638         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3639         privacy reasons.
3640         (gnus-treat-mail-gravatar): Ditto.
3641
3642         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3643         buffer when inserting images.  Inserting text into the headers, for
3644         instance, can make them invalid.
3645
3646 2010-09-25  Julien Danjou  <julien@danjou.info>
3647
3648         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3649         variables.
3650
3651         * nnheader.el: Remove useless variables news-reply-yank-from and
3652         news-reply-yank-message-id.
3653
3654         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3655         variables.
3656
3657         * mml1991.el: Remove useless mml1991-verbose.
3658
3659         * gnus.el: Remove useless variable gnus-use-generic-from.
3660         Remove obsolete variable gnus-topic-indentation.
3661
3662         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3663
3664         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3665
3666         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3667
3668         * gnus-group.el: Remove useless gnus-group-icon-cache.
3669         Remove useless gnus-ephemeral-group-server.
3670
3671         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3672
3673         * mml2015.el: Remove useless mml2015-verbose.
3674
3675         * mml-smime.el: Remove useless mml-smime-verbose.
3676
3677         * gnus.el: Remove useless gnus-local-domain.
3678
3679         * gnus-gravatar.el (gnus-gravatar-transform-address):
3680         Use gnus-gravatar-size.
3681
3682         * gnus-art.el: Remove useless gnus-treat-translate.
3683
3684 2010-09-24  Julien Danjou  <julien@danjou.info>
3685
3686         * gnus-sum.el: Add support for Gravatars.
3687
3688         * gnus-art.el: Add support for Gravatars.
3689
3690         * gnus-gravatar.el: Add this file.
3691
3692         * gravatar.el: Add this file.
3693
3694 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3695
3696         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3697
3698         * gnus-group.el (gnus-group-fetch-faq): Remove.
3699
3700         * gnus.el (gnus-group-faq-directory): Remove.
3701
3702         * gnus-group.el (gnus-group-fetch-charter): Remove.
3703
3704         * gnus.el (gnus-group-charter-alist): Remove.
3705
3706         * gnus-group.el (gnus-group-archive-directory): Remove.
3707         (gnus-group-recent-archive-directory): Ditto.
3708         (gnus-group-make-archive-group): Remove.
3709
3710         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3711
3712         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3713         use the same article number for all the cached articles.
3714
3715         * nnimap.el (nnimap-command): Register the last command time so
3716         that we can use it for idling NOOPs.
3717         (nnimap-open-connection): Start the keeplive timer.
3718         (nnimap-make-process-buffer): Store all the process buffers.
3719         (nnimap-keepalive): New function.
3720
3721         * starttls.el (starttls-open-stream): Add autoload cookie.
3722
3723 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3724
3725         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3726         handling.
3727
3728 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3729
3730         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3731         its data structures.
3732
3733         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3734         instead of the cl.el copy-list.
3735         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3736         equalp.
3737
3738 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3739
3740         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3741         and tool-bar-local-item-from-menu.
3742
3743         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3744         mode-line-highlight face for Emacs.
3745
3746         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3747         loading gnus-sum.elc; fix comment for canlock-verify.
3748         (gnus-article-jump-to-part): Use read-number.
3749         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3750         Remove Emacs pre-21 compatible code for help-echo.
3751         (gnus-article-next-page-1): No need to adjust the number of lines.
3752         (gnus-article-describe-bindings): Always use help-buffer.
3753
3754         * gnus-audio.el (gnus-audio-inline-sound)
3755         * gnus-cus.el (gnus-custom-mode)
3756         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3757
3758         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3759
3760         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3761         compatible code.
3762
3763 2010-09-24  Glenn Morris  <rgm@gnu.org>
3764
3765         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3766         visiting the fcc file in rmail-mode.
3767
3768         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3769
3770 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3771
3772         * nnir.el: Silence the byte compiler.
3773
3774         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3775         alias to browse-url-url-encode-chars if any.
3776         (gnus-html-encode-url): Use it.
3777
3778 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3779
3780         * gnus-start.el (gnus-use-backend-marks): New variable.
3781         (gnus-get-unread-articles-in-group): Use it.
3782
3783         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3784         makeover.
3785
3786 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3787
3788         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3789
3790 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3791
3792         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3793         Remove.
3794         (gnus-setup-news-hook):
3795         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3796
3797         * gnus-int.el (gnus-request-update-info): Protect against backends not
3798         having the function.
3799
3800         * nnimap.el (nnimap-stream): Mention starttls.
3801         (nnimap-open-connection): Add starttls support.
3802
3803 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3804
3805         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3806
3807 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3808
3809         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3810         BODYSTRUCTUREs.
3811         (nnimap-transform-headers): Unfold quoted {42} headers.
3812
3813         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3814         the info.
3815         (gnus-get-unread-articles): Only call updatep on backends that support
3816         it.
3817
3818         * nnweb.el (nnweb-request-update-info): NOOP.
3819
3820         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3821
3822         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3823         since it only deals with marks.
3824
3825         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3826         gnus-request-marks, and make a new gnus-request-update-info.
3827
3828         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3829         the active instead of the high number, which is usually too low.
3830
3831 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3832
3833         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3834         * encrypt.el: Remove.
3835
3836 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3837
3838         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3839         server in symbolic form.
3840
3841         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3842
3843 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3844
3845         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3846         (nnimap-update-info): Fix up code slightly.
3847
3848         * gnus-int.el (gnus-open-server): Add tracing for performance
3849         debugging.
3850
3851         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3852         (gnus-group-insert-group-line): Pass the real group name so that it
3853         gets the right data.
3854
3855         * gnus-start.el (gnus-get-unread-articles): Don't have
3856         `gnus-get-unread-articles-in-group' update info, since that can be
3857         really slow and doesn't seem to be needed?
3858
3859 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3860
3861         * time-date.el (date-to-time): Try using parse-time-string first before
3862         using the slower timezone-make-date-arpa-standard.
3863
3864 2010-09-22  Julien Danjou  <julien@danjou.info>
3865
3866         * gnus-group.el (gnus-group-insert-group-line):
3867         Call gnus-group-highlight-line.
3868         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3869         default hook list.
3870         (gnus-group-update-eval-form): Add new function.
3871         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3872         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3873
3874 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3875
3876         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3877         immediate, then expire all articles.
3878         (nnimap-update-info): Fix off-by-one errors.
3879         (nnimap-flags-to-marks): Would return no marks lists for group with no
3880         flags.  Instead return the other data.
3881
3882 2010-09-22  Julien Danjou  <julien@danjou.info>
3883
3884         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3885         Only return an icon.
3886         (gnus-group-insert-group-line): Compute icon to return.
3887
3888         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3889         (gnus-html-image-fetched): Only cache if
3890         gnus-html-image-automatic-caching is set.
3891         (gnus-html-image-fetched): Check for errors.
3892
3893 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3894
3895         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3896         once per method on `g'.  This ensures that backends like nnfolder don't
3897         open all their folders.
3898
3899         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3900         (nnimap-request-list): Nix out group in the correct buffer.
3901         (nnimap-parse-flags): Implement by using `read' instead of
3902         hand-parsing.
3903         (nnimap-flags-to-marks): Pass on permanent-flags.
3904         (nnimap-make-process-buffer): Record the server name.
3905         (nnimap-parse-flags): Fix typo.
3906         (nnimap-request-scan): Run split on the server in general, not just a
3907         single group.
3908
3909         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3910         parameter, and propagate this downwards.
3911
3912         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3913         since EXAMINE changes it on the server.
3914
3915         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3916         this command might take a while.
3917
3918 2010-09-22  Julien Danjou  <julien@danjou.info>
3919
3920         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3921         harmful if you have 2 images side-by-side, they can't be properly
3922         update on text deletion.  Using text-property is safer here.
3923         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3924         data.
3925
3926 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3927
3928         * nnimap.el (nnimap-expunge-inbox): Remove.
3929         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3930         (nnimap-expunge): Flip default to t.
3931
3932         * gnus.el (gnus-method-to-server): Don't push things to the cache
3933         unless it's unique.
3934         (gnus-server-to-method): Ditto.
3935
3936 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3937
3938         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3939
3940 2010-09-22  Julien Danjou  <julien@danjou.info>
3941
3942         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3943         get the start of data.
3944         (gnus-html-encode-url): Add this function to encode special chars in
3945         URL.
3946         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3947         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3948
3949         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3950         default.
3951         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3952
3953         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3954         images alt-text.
3955         (gnus-html-put-image): Put alt-text as help-echo.
3956
3957 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3958
3959         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3960         * mm-util.el (mm-decompress-buffer)
3961         * nnir.el (nnir-run-find-grep)
3962         * pop3.el (pop3-list): Use 3rd arg of split-string.
3963
3964         * time-date.el (format-seconds): Comment fix.
3965
3966         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3967         and byte-optimize-form-code-walker.
3968         (dgnushack-make-auto-load): Don't advise make-autoload.
3969
3970         * lpath.el: Remove Emacs 21 stuff.
3971
3972 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3973
3974         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3975         outside the active range.  Suggested by Dan Christensen.
3976
3977         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3978         slightly later to avoid double-getting it.
3979
3980         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3981         previous patch.
3982
3983         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3984
3985 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3986
3987         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3988
3989 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3990
3991         * gnus-int.el (gnus-open-server): Give a better error message in the
3992         "go offline" case.
3993
3994         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3995         marks for nnimap, which is seldom the right thing to do.
3996
3997         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3998         (gnus-same-method-different-name): New function.
3999
4000         * nnimap.el (parse-time): Require.
4001
4002         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4003         method in the presence of many similar methods.
4004
4005         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4006
4007         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4008         nnml-inhibit-expiry.
4009
4010         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4011         find out whether methods are equal.
4012
4013         * nnimap.el (nnimap-find-expired-articles): New function.
4014         (nnimap-process-expiry-targets): New function.
4015         (nnimap-request-move-article): Request the article before looking at
4016         what the Message-ID is.  Fix found by Andrew Cohen.
4017         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4018
4019         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4020         for oldness in addition to being a predicate.
4021
4022         * nnimap.el (nnimap-request-group): When we have zero articles, return
4023         the right data to Gnus.
4024         (nnimap-request-expire-articles): Only delete articles immediately if
4025         the target is 'delete.
4026
4027         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4028         method, this would bug out.
4029
4030         * gnus-group.el (gnus-group-expunge-group): Rename from
4031         gnus-group-nnimap-expunge, and implemented as a normal interface
4032         function.
4033
4034         * gnus-int.el (gnus-request-expunge-group): New function.
4035
4036         * nnimap.el (nnimap-request-create-group): Implement.
4037         (nnimap-request-expunge-group): New function.
4038
4039 2010-09-21  Julien Danjou  <julien@danjou.info>
4040
4041         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4042         (gnus-html-cache-expired): Add new function.
4043         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4044         wethever we should display image for fetch it.
4045         Compute alt-text earlier to pass it to the fetching function too.
4046         (gnus-html-schedule-image-fetching): Change function argument to only
4047         get one image at a time, not a list.
4048         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4049         cache.
4050         (gnus-html-get-image-data): New function to retrieve image data from
4051         cache.
4052         (gnus-html-put-image): Change buffer argument to use image data rather
4053         than file, and place image above region rather than inserting a new
4054         one.  Do not take alt-text as argument, since it's useless now: we place
4055         the image above alt-text.
4056         (gnus-html-prune-cache): Remove.
4057         (gnus-html-show-images): Start to fetch image when we find one, do not
4058         push into a temporary list.
4059         (gnus-html-prefetch-images): Only fetch image if they have expired.
4060         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4061         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4062
4063 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4064
4065         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4066
4067 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4068
4069         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4070         spec inser "*" if the group isn't active instead of 0.
4071
4072         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4073         opening the server.
4074         (nnimap-request-delete-group): Implement group deletion.
4075         (nnimap-transform-headers): Return the size of the entire message in
4076         the Bytes header, not just the size of the first part.
4077         (nnimap-request-move-article): When moving an article from nnimap,
4078         request the article first so the accepting form has an article to
4079         accept.  Reported by Dan Christensen.
4080         (nnimap-command): Make sure that the error message doesn't error out.
4081
4082 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4083
4084         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4085         we haven't requested anything.
4086
4087 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4088
4089         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4090         "".  Fix found by Andrew Cohen.
4091
4092         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4093         instead of -encode-string.
4094
4095 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4096
4097         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4098
4099         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4100         by mm-subst-char-in-string.
4101
4102 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4103
4104         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4105         waiting for the connection string.
4106
4107         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4108         arriving.
4109
4110         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4111         bogus characters.  This allows selecting certain Gmail groups.
4112
4113         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4114         (nnimap-fetch-partial-articles): New variable.
4115         (nnimap-open-connection): When looking for credentials, also use the
4116         nnimap-server-port.
4117         (nnimap-request-article): Return the group/article number, so that Gnus
4118         `^' works as expected.
4119         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4120
4121         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4122         comments.
4123         (gnus-methods-sloppily-equal): New function.
4124         (gnus): When using the development version of Gnus, load the gnus-load
4125         file.
4126
4127         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4128         `gnus-open-server' on each method before trying to scan them etc.
4129         This ensures that all the backend parameters are set correctly.
4130
4131         * nnimap.el (nnimap-authenticator): New variable.
4132         (nnimap-open-connection): Allow anonymous login.
4133         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4134         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4135
4136         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4137         patch, found by Knut Anders Hatlen.
4138
4139 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4140
4141         * gnus-agent.el (gnus-agent-batch-confirmation)
4142         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4143         to gnus-message.
4144         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4145         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4146         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4147         * gnus-int.el (gnus-open-server): Likewise.
4148         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4149         (gnus-score-check-syntax): Likewise.
4150         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4151         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4152         Likewise.
4153         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4154
4155 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4156
4157         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4158         calling conventions so that prefetch doesn't bug out.
4159
4160 2010-09-19  Julien Danjou  <julien@danjou.info>
4161
4162         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4163         rather than `subst-char-in-region' in order to be able to replace ASCII
4164         char by UTF-8 ones.
4165
4166         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4167         than curl.
4168         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4169         the right URL and ALT text on images.
4170         (gnus-html-wash-tags): Fix tag case.
4171         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4172         (gnus-article-html): Add -o display_ins_del=2 option.
4173         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4174
4175 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4176
4177         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4178         the extra mail headers, which sometimes seem to happen for unknown
4179         reasons.
4180
4181         * mail-parse.el (mail-header-encode-parameter): Define as
4182         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4183         (or most, perhaps?) mail readers don't understand the latter, but do
4184         understand the former.
4185
4186         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4187         to nil, so that no methods are automatically agentized.  I think this
4188         is probably what most users want.
4189
4190         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4191         from url-retrieve, for instance about invalid URLs.
4192
4193         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4194         groups that have no articles.
4195         (nnimap-request-article): Check that we really got an article when we
4196         requested one.
4197
4198         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4199         doesn't exist.
4200
4201         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4202         nntp buffer so the agent can save it.
4203         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4204         that CRLF doesn't get translated to \n.
4205         (nnimap-open-connection): Don't make 'shell commands only send \n.
4206
4207 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4208
4209         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4210         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4211         Update var name.
4212         (nnml-generate-nov-file): Use dolist.
4213         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4214         Use with-current-buffer.
4215
4216 2010-09-18  Julien Danjou  <julien@danjou.info>
4217
4218         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4219         parallel.
4220
4221 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4222
4223         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4224         the range update right.
4225         (nnimap-request-group): Don't make `M-g' bug out on group with no
4226         marks.
4227         (nnoo): Require, so that other packages can require nnimap.
4228         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4229         command we're looking for.  This helps when the server sends more
4230         responses after we've gotten everything we expected.
4231         (nnimap): Add a `newlinep' field to keep track of end-of-line
4232         conventions.
4233         Don't send CRLF to things that don't want it.
4234         (nnimap-request-accept-article): Ditto.
4235
4236 2010-09-18  Julien Danjou  <julien@danjou.info>
4237
4238         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4239         than curl to retrieve images.
4240
4241 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4242
4243         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4244         the marks.
4245         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4246         (nnimap-wait-for-connection): New function.
4247         (nnimap-open-connection): If we have PREAUTH, don't query for login
4248         credentials.
4249         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4250         when doing a partial update.
4251
4252 2010-09-18  Julien Danjou  <julien@danjou.info>
4253
4254         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4255         tags.
4256
4257 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4258
4259         * nnimap.el (nnimap-credentials): New function.
4260         (nnimap-open-connection): Use the new function to look for credentials
4261         also on the numeric equivalents of "imap" and "imaps".
4262
4263         * gnus-start.el (gnus-activate-group): Send the info to
4264         gnus-request-group.
4265
4266         * nnimap.el (nnimap-request-group): Have the "check" version of the
4267         function parse flags and update the info, so that a `M-g' get a total
4268         resync of all flags from the group.
4269
4270         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4271         to allow backends to alter the info on group selection.  Also alter all
4272         the backend -request-group functions to take the parameter.
4273
4274         * nnimap.el (nnimap-store-info): New function.
4275         (nnimap-update-info): Store the info for later usage.
4276         (nnimap-request-group): Use the stored info for the dont-check case, so
4277         that we don't retrieve all marks when we enter a group.
4278
4279         * nnimap.el: Use deffoo instead of defun for interface functions.
4280
4281         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4282         update the group info.  This makes the nndraft groups, for instance, go
4283         back to their old behaviour.
4284
4285         * gnus-sum.el (gnus-select-newsgroup): Indent.
4286
4287         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4288         in.
4289         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4290         nothing.
4291
4292         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4293         from methods that are denied.
4294
4295         * gnus-int.el (gnus-method-denied-p): New function.
4296
4297         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4298         store the password instead of netrc.
4299         (nnimap-open-connection): Don't error out when we can't make a
4300         connections.
4301
4302         * auth-source.el (auth-source-create): In the password prompt, say what
4303         we're querying for.  Also prompt for user name if that hasn't been
4304         given.
4305
4306         * nnimap.el (nnimap-with-process-buffer): Remove.
4307
4308 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4309
4310         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4311         method when we're reading from the agent.
4312
4313         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4314
4315         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4316         that's probably most useful for users.
4317
4318         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4319         "failed" all the time.
4320
4321         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4322         ...)) with (with-current-buffer ... ).
4323
4324         * nntp.el (nntp-open-server): Return whether the open was successful or
4325         not.
4326
4327         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4328         select an unread unseen article first.
4329
4330         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4331         /etc/services, supply some sensible port defaults.
4332
4333         * dgnushack.el: Define netrc-credentials.
4334
4335 2010-09-17  Julien Danjou  <julien@danjou.info>
4336
4337         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4338
4339 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4340
4341         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4342         doesn't have any parameters.
4343
4344 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4345
4346         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4347         only upcased checks.
4348
4349         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4350
4351         * nnimap.el (nnimap-open-shell-stream): New function.
4352         (nnimap-open-connection): Use it.
4353         (nnimap-transform-headers): Get the number of lines in each message.
4354         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4355         number of lines.
4356         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4357         problem.
4358
4359         * utf7.el (utf7-encode): Autoload.
4360
4361         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4362         to allow the mail splitting to not return a default group.  This is
4363         useful for nnimap, which will leave unmatched mail in the inbox.
4364
4365         * nnimap.el: Rewritten.
4366
4367         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4368         nnimap usage.
4369
4370         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4371         if the move is internal, so that nnimap can do fast internal moves.
4372
4373         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4374         data.
4375         (gnus-read-active-for-groups): Support finishing the early retrieval of
4376         data.
4377
4378         * gnus-range.el (gnus-range-nconcat): New function.
4379
4380         * gnus-int.el (gnus-finish-retrieve-group-infos)
4381         (gnus-retrieve-group-data-early): New functions.
4382
4383 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4384
4385         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4386         (nnrss-retrieve-groups):
4387         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4388         (pop3-quit): Use with-current-buffer.
4389
4390 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4391
4392         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4393         instead of nnheader-accept-process-output.
4394
4395         * dgnushack.el (dgnushack-compile): Add comment.
4396
4397         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4398
4399         * gnus-html.el (gnus-html-schedule-image-fetching)
4400         (gnus-html-prefetch-images): Replace process-kill-without-query by
4401         gnus-set-process-query-on-exit-flag.
4402
4403 2010-09-16  Romain Francoise  <romain@orebokech.com>
4404
4405         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4406
4407 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4408
4409         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4410         parameter to unintern is mandatory-ish in Emacs 24.
4411
4412         * gnus-html.el (gnus-html-schedule-image-fetching)
4413         (gnus-html-prefetch-images): Check for curl before using it.
4414
4415         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4416         depend on curl, which isn't essential.
4417
4418         * imap.el: Revert back to version
4419         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4420         seem problematic.
4421
4422 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4423
4424         * gnus-registry.el (gnus-registry-install-shortcuts):
4425         Explicitly pass `obarray' to `unintern' to avoid a warning.
4426
4427 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4428
4429         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4430         change.
4431
4432         * nnrss.el (nnrss-request-list): Remove this function and related
4433         functions, including the moreover stuff.
4434
4435 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4436
4437         * nnrss.el (nnrss-retrieve-groups): New function.
4438
4439 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4440
4441         * .dir-locals.el: Add no-byte-compile cookie.
4442
4443 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4444
4445         * time-date.el (format-seconds): Comment fix.
4446
4447         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4448         for back end that doesn't support request-scan.
4449
4450 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4451
4452         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4453         then do request scans from the backends.
4454
4455         * netrc.el (netrc-credentials): New conveniency function.
4456
4457         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4458         avoid running a hook per line, since this takes a lot of time,
4459         profiling shows.
4460         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4461         directly if gnus-visual-p is true.
4462
4463 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4464
4465         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4466         groups; replace mapcar with dolist which is a bit faster; pass groups
4467         info to gnus-read-active-file-1.
4468         (gnus-read-active-file-1): Scan only specified groups if the new
4469         optional arg `infos' is given.
4470
4471 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4472
4473         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4474
4475         * pop3.el (pop3-movemail): Remove.
4476         (pop3-streaming-movemail): Rename to pop3-movemail.
4477
4478         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4479         don't restrict end-tag searches to the end of the line.
4480
4481 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4482
4483         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4484         articles of every unchecked group to t, which means unknown since the
4485         server has never been opened.
4486
4487 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4488
4489         * gnus-html.el (gnus-html-show-alt-text): New command.
4490         (gnus-html-browse-image): Ditto.
4491         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4492         to browse the image directly.
4493         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4494         better.
4495
4496         * gnus-async.el (gnus-async-article-callback):
4497         Call `gnus-html-prefetch-images' unconditionally.
4498
4499         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4500         before feeding URLs to curl.
4501
4502 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4503
4504         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4505         internal images as deletable by `W D D'.
4506
4507         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4508         (gnus-async-article-callback): Fix typo.
4509
4510 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4511
4512         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4513         current line to work around bugs in the output from w3m.
4514
4515         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4516         for groups that want that.
4517
4518         * nntp.el (nntp-wait-for-string): Supply a timeout for
4519         accept-process-output to ensure progress.
4520
4521         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4522         level to get unread articles from, then use that for foreign groups,
4523         too.
4524
4525         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4526         confuses the rest of the function.
4527
4528         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4529         for the methods that support -retrieve-groups, too.
4530
4531         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4532
4533 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4534
4535         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4536         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4537
4538         * pop3.el: Require cl when compiling.
4539         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4540
4541 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4542
4543         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4544         that aren't going to be activated.
4545         (gnus-get-unread-articles): Fix up the last commit.
4546
4547         * gnus-html.el (gnus-article-html): Allow calling without specifying
4548         the handle.  In that case, dissect the buffer first.
4549
4550         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4551
4552         * nnimap.el (nnimap-open-connection): Revert the change that would look
4553         into authinfo for imaps instead of imap.
4554
4555         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4556         say that you don't want to call gnus-request-group with don-check, but
4557         do check the reponse.  This is for virtual groups only.
4558         (gnus-get-unread-articles): Count the archive groups as secondary, so
4559         that they're activated the same way as before.
4560
4561         * imap.el (imap-message-map): Removed optional buffer parameter, since
4562         no callers use it.
4563         (imap-message-get): Ditto.
4564         (imap-message-put): Ditto.
4565         (imap-mailbox-map): Ditto.
4566         (imap-mailbox-put): Ditto.
4567         (imap-mailbox-get): Ditto.
4568         (imap-mailbox-get): Revert last change for this function.
4569
4570         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4571         case-insensitively.
4572         (nnimap-debug): Remove.
4573
4574         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4575         to use `imap-fetch' instead.  According to the comments, this should be
4576         safe, since all other IMAP clients use the 1:* syntax.
4577         (imap-enable-exchange-bug-workaround): Removed.
4578         (imap-debug): Removed -- doesn't seem very useful.
4579
4580         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4581         mail from a file, and the file doesn't exist.
4582
4583         * imap.el (imap-log): New convenience function used throughout instead
4584         of repeating the same code all over the place.
4585
4586         * pop3.el (pop3-streaming-movemail): Return t for success.
4587
4588         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4589         .authinfo if we're using ssl connection.
4590
4591         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4592         already have if we're in a main Gnus `g' run.
4593
4594         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4595
4596 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4597
4598         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4599
4600         * nnmh.el (nnmh-request-list-1): Bind `file'.
4601
4602         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4603         alias to set-process-query-on-exit-flag or process-kill-without-query.
4604         (pop3-open-server): Use it.
4605
4606 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4607
4608         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4609         box to the Incoming file.  Fixes mistake in previous checkin.
4610
4611         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4612         request loop (for debugging purposes) removed.
4613
4614         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4615         culprit is more visible.
4616         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4617         (nnml-add-incremental-nov): New functions to do "incremental" nov
4618         updates, where we just append to the end of the existing nov files
4619         without reading/writing them in full.
4620
4621         * mail-source.el (mail-source-delete-crash-box): Really only check the
4622         incoming files once in a while.
4623
4624         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4625
4626         * mail-source.el (mail-source-delete-crash-box): Only check the
4627         incoming files for deletion once per day to save a lot of file
4628         accesses.
4629
4630         * pop3.el (pop3-logon): Fix up unbound variable typo.
4631
4632         * mail-source.el (pop3-streaming-movemail): Autoload.
4633
4634         * pop3.el (pop3-streaming-movemail):
4635         Respect pop3-leave-mail-on-server.
4636
4637         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4638         retrieval.
4639
4640         * pop3.el (pop3-process-filter): Remove unused function.
4641         (pop3-streaming-movemail, pop3-send-streaming-command)
4642         (pop3-wait-for-messages, pop3-write-to-file)
4643         (pop3-number-of-responses): New functions for streaming pop3
4644         retrieval.
4645
4646         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4647         come from no known methods.
4648         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4649         list.
4650
4651         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4652         message sizes.
4653         (pop3-movemail): Use erase-buffer instead of looping and deleting
4654         regions, which seems rather odd.
4655
4656         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4657         file once per `g' run.
4658
4659         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4660         directories.  This makes the draft queue directory work.
4661
4662         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4663         data from the backends, so that we only request the list of groups from
4664         each method once.  This should speed things up considerably.
4665
4666         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4667         detect that it's not implemented.
4668
4669         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4670         we actually do recurse down into the tree, but don't stat all leaf
4671         nodes.
4672
4673         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4674         then say so instead of bugging out.
4675
4676         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4677         files exist before trying to read them.
4678
4679         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4680         around <pre_int>.
4681
4682         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4683
4684         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4685
4686 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4687
4688         * mm-util.el (mm-image-load-path): Just return the image directories,
4689         not all directories in the path in addition to the image directories.
4690         (mm-image-load-path): Maintain a cache of the image directories so that
4691         the `g' command in Gnus doesn't have to stat dozens of directories each
4692         time.
4693
4694         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4695         (gnus-html-wash-tags): Add a new `i' command to insert images.
4696         (gnus-html-insert-image): New command and keystroke.
4697         (gnus-html-redisplay-with-images): New command and keystroke.
4698         (gnus-html-show-images): Rename command.
4699         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4700         spacers.
4701         (gnus-html-wash-tags): Decode entities at the end, so that entities
4702         inside the tags don't mess up the rest of the "parsing".
4703
4704         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4705         so that nnimap methods aren't agentized by default.  There's apparently
4706         many problems related to agent/imap behaviour.
4707
4708         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4709
4710         * gnus-html.el: Doc fix.
4711
4712 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4713
4714         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4715         specifier-spec-list for Emacs 21.
4716
4717         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4718         glyph-width and glyph-height instead of display-graphic-p and
4719         image-size; make avoidance of displaying small images work for XEmacs.
4720
4721         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4722         for XEmacs.
4723
4724         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4725         of symbol that holds plist data.
4726         (gnus-process-plist): Remove plist of process after getting it.
4727
4728 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4729
4730         * message.el (message-generate-hashcash): Change default to
4731         'opportunistic if hashcash is installed.
4732
4733         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4734         (gnus-html-put-image): Only call image-size once, since it's somewhat
4735         time-consuming on remote X servers.
4736
4737 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4738
4739         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4740         type on data, not a file name.
4741
4742         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4743         window-pixel-edges for Emacs 21.
4744
4745         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4746         decoded contents.
4747         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4748
4749 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4750
4751         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4752         group line format, since it isn't very interesting.
4753
4754         * gnus-agent.el (gnus-agent-short-article),
4755         (gnus-agent-long-article): Increase values for these two variables,
4756         since most people are likely to have more network connection and
4757         storage than before.
4758
4759         * gnus.el (gnus-refer-article-method): Change default to 'current.
4760         When referring an article, the common behaviour is to refer it from the
4761         current select method, not the native select method.  The chances of
4762         the native select method having the message in question is rather slim
4763         these days.
4764
4765         * gnus-sum.el (gnus-auto-select-subject): Change default to
4766         `unseen-or-unread'.  I think it's likely that most people want to
4767         select an unseen article over a previously seen, but unread one.
4768
4769         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4770         means that in the article buffer none of the minor mode elements will
4771         be shown, usually, and this is not desirable in most cases.
4772
4773         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4774         that commands like `d' (and the like) go to the next line in the
4775         buffer, instead of the next unread article.  I think this is the
4776         behaviour that is most natural for most users.
4777         (gnus-single-article-buffer): Change default to nil, so that people can
4778         have as many article buffers open as they have summary buffer.  I think
4779         this is the most natural way for the groups to behave.
4780
4781         * message.el (message-generate-new-buffers): Change default to
4782         `unsent', so that all new message buffers start their names with the
4783         string "*unsent", and it's easier to find the buffers if you move from
4784         them.
4785
4786 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4787
4788         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4789         small.  They're probably tracking images.
4790         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4791         (gnus-html-rescale-image): Yet another try at getting the image sizing
4792         right.
4793
4794         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4795         nntp-marks-file-name is nil.
4796
4797 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4798
4799         * gnus-html.el (gnus-html-wash-tags)
4800         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4801         Better logging.
4802
4803 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4804
4805         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4806
4807         * gnus-html.el (gnus-html-wash-tags): Check the value of
4808         gnus-blocked-images in the summary buffer.
4809
4810 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4811
4812         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4813
4814 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4815
4816         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4817         like "a", it seems like.
4818         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4819         since it needs to be picked from the correct buffer.
4820
4821         * nnwfm.el: Remove.
4822
4823         * nnlistserv.el: Remove.
4824
4825 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4826
4827         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4828         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4829
4830 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4831
4832         * nnkiboze.el: Remove.
4833
4834         * nndb.el: Remove.
4835
4836         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4837         alt text.
4838         (gnus-html-rescale-image): Try to get the rescaling logic right for
4839         images that are just wide and not tall.
4840
4841         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4842         overshadow variable bindings.
4843
4844 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4845
4846         * gnus-html.el (gnus-html-wash-tags)
4847         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4848         Add extra logging.
4849
4850 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4851
4852         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4853         (gnus-max-image-proportion): New variable.
4854         (gnus-html-rescale-image): New function.
4855         (gnus-html-put-image): Rescale images.
4856
4857 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4858
4859         Fix up some byte-compiler warnings.
4860         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4861         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4862         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4863         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4864         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4865         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4866         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4867
4868 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * gnus-html.el (gnus-article-html): Decode contents by charset.
4871
4872 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4873
4874         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4875         (gnus-html-frame-width, gnus-blocked-images)
4876         * message.el (message-prune-recipient-rules): Add custom version.
4877         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4878
4879         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4880         functions.
4881
4882         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4883         gnus-process-get.
4884
4885 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4886
4887         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4888         instead of lsub directly.
4889
4890 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4891
4892         * nnwarchive.el: Remove.
4893
4894         * gnus-soup.el: Remove.
4895
4896         * nnsoup.el: Remove.
4897
4898         * nnultimate.el: Remove.
4899
4900         * gnus-html.el (gnus-blocked-images): New variable.
4901
4902         * message.el (message-prune-recipients): New function.
4903         (message-prune-recipient-rules): New variable.
4904
4905         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4906         guess whether a long line is natural text or not.
4907
4908         * gnus-html.el (gnus-html-schedule-image-fetching):
4909         Use gnus-process-plist and friends for compatibility.
4910
4911 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4912
4913         * gnus-html.el: Require packages that define macros used in this file.
4914         (gnus-article-mouse-face): Declare to silence byte-compiler.
4915         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4916         process-get.
4917         (gnus-html-put-image): Use plist-get to avoid getf.
4918         (gnus-html-prefetch-images): Use with-current-buffer.
4919
4920 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4921
4922         * gnus-ems.el: Provide compatibility functions for
4923         gnus-set-process-plist.
4924
4925         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4926         header-line-format for XEmacs 21.4.
4927
4928         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4929         * gnus.el (gnus-valid-select-methods)
4930         * message.el (message-send-mail-partially-limit)
4931         * mm-decode.el (mm-text-html-renderer)
4932         * mml.el (mml-insert-mime-headers-always)
4933         * smiley.el (smiley-regexp-alist): Bump custom version.
4934
4935 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4936
4937         * gnus-html.el: require mm-url.
4938         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4939         with the url to `url'.
4940         (gnus-html-wash-tags): Support cid: URLs/images.
4941
4942 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4943
4944         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4945         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4946         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4947
4948         * gnus-move.el: Remove file, since it doesn't really work.
4949
4950         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4951         UTF-8.  This seems to fix problems with some German web feeds.
4952
4953         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4954         at the top so that the proper colours are applied.
4955
4956         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4957         don't have dots in their names.
4958
4959         * gnus-art.el (gnus-article-view-part): Doc fix.
4960
4961         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4962         XEmacs-compatible.
4963         (gnus-html-put-image): Don't do images on non-graphic displays.
4964
4965         * nnslashdot.el: Remove this unused backend.
4966
4967         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4968         actions.
4969         (gnus-undo-register-1): Revert last change.
4970
4971         * gnus-group.el (gnus-group-completing-read): Protect against not
4972         having completion-styles bound.
4973
4974         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4975         make broken recipients happier.
4976
4977         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4978
4979         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4980         point parameter.
4981
4982         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4983
4984         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4985         completion-styles for group selection.
4986
4987 2009-02-04  Andreas Schwab  <schwab@suse.de>
4988
4989         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4990         headers and regexp-quote the match if necessary.
4991
4992 2009-03-24  Miles Bader  <miles@gnu.org>
4993
4994         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4995         the blinking smiley.
4996
4997 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4998
4999         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5000         blink smiley.
5001
5002 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5003
5004         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5005         where the dribbel file lives exists.
5006
5007         * message.el (message-send-mail-partially-limit): Change the default to
5008         nil, since most people don't want this.
5009
5010         * mm-url.el (mm-url-decode-entities): Also decode entities like
5011         &#x3212.
5012
5013 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5014
5015         * gnus-sum.el (gnus-summary-idna-message):
5016         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5017         Hyperlink urls in docstrings with URL `...'.
5018
5019 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5020
5021         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5022         functions.
5023
5024 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5025
5026         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5027         say what the mouseover text should be.
5028
5029         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5030         version of the mm-w3m-safe-url-regexp variable to only download images
5031         in the groups where we want that to happen.
5032
5033         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5034
5035         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5036         easier debugging.
5037         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5038         big pictures in the article buffer.
5039
5040         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5041         gnus-article-html.
5042         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5043         w3m.
5044
5045         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5046
5047 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5048
5049         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5050         which doesn't exist.
5051
5052         * message.el (message-inhibit-ecomplete): New variable to allow some
5053         function to inhibit ecomplete address storage.
5054         (message-resend): Disable ecomplete message storage when resending
5055         messages.
5056
5057         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5058
5059 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5060
5061         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5062         Save excursion while copying, moving, and deleting articles in order to
5063         prevent the cursor from jumping to unforeseen place.
5064
5065 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5066
5067         * lpath.el: No need to bind bookmark-current-buffer,
5068         bookmark-yank-point and bookmark-make-record-function.
5069
5070 2010-08-17  Glenn Morris  <rgm@gnu.org>
5071
5072         * gnus-sync.el: Require gnus components whose functions are used.
5073
5074         * gnus-art.el (bookmark-make-record-function):
5075         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5076         Declare for compiler.
5077
5078         * mm-url.el (mml-compute-boundary): Autoload.
5079
5080 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5081
5082         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5083
5084 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5085
5086         Typo fix "hoo4a" -> "hook".
5087
5088         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5089
5090 2010-08-14  Glenn Morris  <rgm@gnu.org>
5091
5092         * gnus-sync.el (gnus-sync): Fix defgroup version.
5093
5094 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5095
5096         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5097
5098         * gnus-sync.el: Fix docs.
5099         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5100         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5101
5102 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5103
5104         Optimizations for gnus-sync.el.
5105
5106         * gnus-sync.el: Add docs about gnus-sync-backend
5107         possibilities.
5108         (gnus-sync-save): Remove unnecessary message.
5109         (gnus-sync-read): Optimize and show what groups were skipped.
5110
5111 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5112
5113         Minor bug fixes for gnus-sync.el.
5114
5115         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5116         Don't read the sync on get-new-news.
5117
5118         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5119         quiet.
5120
5121         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5122         (fix typo).
5123
5124 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5125
5126         Make saving and restoring of hidden threads work with overlays.
5127         Patch applied by Ted Zlatanov.
5128
5129         * gnus-sum.el (gnus-hidden-threads-configuration)
5130         (gnus-restore-hidden-threads-configuration): Update to deal with text
5131         properties, rather than searching for a magic character.
5132
5133 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5134
5135         New gnus-sync.el library for synchronization of marks.
5136
5137         * gnus-sync.el: New library for synchronization of marks.
5138
5139         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5140         renamed from `gnus-registry-grep-in-list'.
5141
5142         * gnus-registry.el (gnus-registry-follow-group-p):
5143         Use `gnus-grep-in-list'.
5144
5145         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5146
5147 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5148
5149         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5150         determining charset of text fails.
5151
5152 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5153
5154         * nnmail.el (nnmail-get-new-mail-1): Revert.
5155
5156         * nnml.el (nnml-active-number): Make sure names of newly created groups
5157         in nnml-group-alist are encoded.
5158
5159 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5160
5161         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5162         containing non-ASCII characters in active file for nnml back end.
5163
5164 2010-07-24  David Engster  <dengste@eml.cc>
5165
5166         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5167         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5168
5169 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5170
5171         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5172         tag (Bug#6654).
5173
5174 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5175
5176         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5177         the article buffer, not the summary buffer.
5178
5179 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5180
5181         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5182         Emacs 23 as well.
5183
5184 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5185
5186         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5187         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5188
5189 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5190
5191         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5192         Patch applied by Karl Fogel.
5193
5194         * gnus-sum.el (gnus-summary-bookmark-make-record):
5195         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5196
5197 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5198
5199         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5200         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5201         C-w still not working correctly from Article buffers; Thierry's
5202         patch to fix that will be applied after this.
5203
5204         * gnus-art.el (bookmark-make-record-function): New local variable.
5205
5206         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5207         article buffer.
5208         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5209
5210 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5211
5212         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5213         on changes in bookmark.el.
5214
5215 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5216
5217         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5218         `no-log' instead of message not to log prompt string.
5219
5220 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5221
5222         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5223         the *other* type of HTML form submission.
5224
5225 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5226
5227         * auth-source.el (auth-source-pick): If choice does not contain a
5228         questioned keyword, set the check to t.
5229
5230 2010-06-12  Romain Francoise  <romain@orebokech.com>
5231
5232         * gnus-util.el (gnus-date-get-time): Move up before first use.
5233
5234 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5235
5236         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5237         (gnus-article-edit-part): Bind it to make last part that is substituted
5238         or deleted visible.
5239         (gnus-mime-display-single): Buttonize part of which id equals to
5240         gnus-mime-buttonized-part-id.
5241
5242 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5243
5244         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5245         (gnus-dd-mmm): Use gnus-date-get-time.
5246         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5247         simplify logic.
5248         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5249         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5250
5251 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5252
5253         * auth-source.el (top): Autoload `secrets-list-collections',
5254         `secrets-create-item', `secrets-delete-item'.
5255         (auth-sources): Fix tag string.
5256         (auth-get-source, auth-source-retrieve, auth-source-create)
5257         (auth-source-delete): New defuns.
5258         (auth-source-pick): Rewrite in order to avoid 2 passes.
5259         (auth-source-forget-user-or-password): New parameter USERNAME.
5260         (auth-source-user-or-password): New parameters CREATE-MISSING and
5261         DELETE-EXISTING.  Retrieve password interactively, if needed.
5262
5263 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5264
5265         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5266         deleting unused directories when gnus-expert-user is t.
5267
5268 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5269
5270         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5271         for each temp file when gnus-article-browse-delete-temp is ask.
5272
5273 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5274
5275         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5276         Lisp calls to delete-backward-char by calls to delete-char.
5277
5278 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5279
5280         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5281
5282 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5283
5284         * password-cache.el (password-cache-remove): Fix docstring.
5285
5286 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5287
5288         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5289         article unless decoding article to be saved.
5290
5291 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5292
5293         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5294         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5295         generated within the mm-with-unibyte-current-buffer macro.
5296
5297 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5298
5299         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5300         to nil when we're in a mml-preview buffer and no group is selected.
5301
5302 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5303
5304         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5305         when catching the `C-g'.  Reported by "Leo".
5306
5307 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5308
5309         * message.el (message-forward-make-body-plain)
5310         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5311         multibyte-string-p.
5312
5313         * lpath.el: Revert.
5314
5315 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5316
5317         * message.el (message-forward-make-body-mml): Assume original message
5318         is multibyte string; error on unibyte.
5319         (message-forward-make-body-plain): Ditto; don't add excessive newline
5320         in body end.
5321
5322         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5323
5324 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5325
5326         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5327         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5328
5329 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5330
5331         * mm-extern.el (mm-extern-url): Don't use
5332         mm-with-unibyte-current-buffer.
5333         (mm-extern-cache-contents): Use with-current-buffer instead of
5334         save-excursion + set-buffer.
5335
5336 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5337
5338         * mm-util.el (mm-emacs-mule): Remove.
5339
5340 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5341
5342         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5343         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5344         change.
5345
5346 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5347
5348         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5349         bind the default value of enable-multibyte-characters to nil.
5350
5351 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5352
5353         * message.el (message-forward-make-body-plain)
5354         (message-forward-make-body-mml):
5355         Don't use mm-with-unibyte-current-buffer.
5356
5357 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5358
5359         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5360
5361 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5362
5363         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5364         (Bug#5592).
5365
5366 2010-05-07  Julien Danjou  <julien@danjou.info>
5367
5368         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5369         it to mm-pipe-part.
5370
5371         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5372         it is given.
5373
5374 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5375
5376         * binhex.el (binhex-decode-region-internal)
5377         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5378         (dns-query)
5379         * nnweb.el (nnweb-gmane-search)
5380         * pgg-parse.el (pgg-parse-armor)
5381         * pgg.el (pgg-verify-region)
5382         * sha1.el (sha1-string-external)
5383         * uudecode.el (uudecode-decode-region-internal)
5384         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5385         XEmacs.
5386
5387         * gnus-art.el (gnus-article-browse-html-parts)
5388         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5389         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5390         make-temp-file.
5391
5392         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5393         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5394         compiling.
5395
5396         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5397         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5398         XEmacs when compiling.
5399
5400         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5401         gnus-pick-mode-off-hook for XEmacs when compiling.
5402         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5403         gnus-binary-mode-off-hook for XEmacs when compiling.
5404
5405         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5406         Return nil if char-charset is not available.
5407
5408         * imap.el (imap-disable-multibyte)
5409         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5410         macros.
5411
5412         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5413         instead of encode-coding-string.
5414
5415         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5416         'xemacs) instead of mm-emacs-mule to switch function definitions.
5417         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5418
5419         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5420         bind temporary-file-directory for XEmacs;
5421         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5422         timer-set-function for XEmacs 21.4 and SXEmacs;
5423         bind timer-list for XEmacs 21.4 and SXEmacs;
5424         fbind char-charset and find-charset-region for non-Mule XEmacs;
5425         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5426         encode-coding-region and encode-coding-string for XEmacs having no
5427         file-coding feature.
5428
5429 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5430
5431         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5432
5433 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5434
5435         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5436         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5437
5438 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5439
5440         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5441         alias `jka-compr-delete-temp-file' no longer exists.
5442
5443 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5444
5445         Use define-minor-mode in Gnus where applicable.
5446         * mml.el (mml-mode): Use define-minor-mode.
5447         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5448         (gnus-undo-mode): Use define-minor-mode.
5449         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5450         (gnus-dead-summary-mode): Use define-minor-mode.
5451         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5452         Initialize in declaration.
5453         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5454         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5455         (gnus-mailing-list-mode): Use define-minor-mode.
5456         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5457         (gnus-draft-mode): Use define-minor-mode.
5458         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5459         (gnus-dired-mode): Use define-minor-mode.
5460
5461 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5462
5463         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5464         handles on recursive mml-to-mime translation and check them for
5465         boundary delimiter collisions.  Reported by Greg Troxel.
5466
5467 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5468
5469         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5470
5471 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5472
5473         * mm-util.el (mm-find-buffer-file-coding-system):
5474         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5475
5476 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5477
5478         * message.el (message-generate-headers): Record insertion of optional
5479         headers as well.  Otherwise the check to prevent repeated insertion of
5480         optional headers is a no-op.
5481
5482 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5483
5484         * smime.el: Don't mention CVS.
5485
5486         * nnrss.el (nnrss-fetch): Don't mention CVS.
5487
5488         * nnir.el: Don't mention CVS.
5489
5490 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5491
5492         * gnus-sum.el (gnus-summary-bookmark-make-record):
5493         Add `location' field.
5494
5495 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5496
5497         * lpath.el: Fbind bookmark-default-handler,
5498         bookmark-get-bookmark-record, bookmark-make-record-default,
5499         bookmark-prop-get for Emacs <23 and XEmacs.
5500
5501 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5502
5503         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5504         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5505         Use with-current-buffer to silence the byte-compiler.
5506         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5507         bother to require `gnus'.
5508         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5509
5510 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5511
5512         * gnus-sum.el (gnus-summary-bookmark-make-record)
5513         (gnus-summary-bookmark-jump): New functions.
5514         (gnus-summary-mode): Setup bookmark support.
5515
5516 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5517
5518         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5519         if set.
5520
5521 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5522
5523         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5524         gnus-article-browse-html-save-cid-image; make it work recursively for
5525         forwarded messages as well.
5526         (gnus-article-browse-html-parts): Work when prefix arg is given.
5527         (gnus-article-browse-html-article): Doc fix.
5528
5529 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5530
5531         * message.el (message-default-mail-headers):
5532         (message-default-headers): Carry the value mail-default-headers over
5533         into message-default-mail-headers, rather than message-default-headers.
5534
5535 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5536
5537         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5538         charset.
5539
5540         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5541         charset into the <meta> tag when the article is encoded to utf-8.
5542
5543 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5544
5545         * gnus-art.el (gnus-article-browse-delete-temp-files):
5546         Delete directories as well.
5547         (gnus-article-browse-html-parts): Work for images that do not specify
5548         file names; delete temp directory when quitting; insert header at the
5549         right place; use file: scheme for image files.
5550
5551 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5552
5553         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5554         (gnus-article-browse-html-parts): Use it to make temporary cid image
5555         files in addition to html file so that browser may display them.
5556
5557 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5558
5559         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5560
5561 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5562
5563         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5564
5565 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5566
5567         * auth-source.el (auth-sources): Change default to be simpler.
5568         Explain about Secret Service API sources.  Improve Customize options.
5569         (auth-source-pick): Change to accept any number of search parameters.
5570         Implement fallbacks iteratively, not recursively.  Add scoring on the
5571         second pass and sort by score.  Call Secret Service API when needed.
5572         (auth-source-user-or-password): Use it.  Call Secret Service API
5573         directly when needed to get the user name and the password.
5574
5575 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5576
5577         * message.el (message-interactive): Doc fix.
5578         (message-qmail-inject-args): Reflow.
5579         (message-kill-to-signature): Fix typo in docstring.
5580
5581         * smiley.el (smiley-buffer): Fix typo in docstring.
5582
5583 2010-03-24  Glenn Morris  <rgm@gnu.org>
5584
5585         * mail-source.el (gnus-message): Declare.
5586         (mail-source-delete-old-incoming): Require gnus-util.
5587
5588 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5589
5590         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5591
5592         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5593
5594         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5595         password-cache's default if it is not bound.
5596         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5597         password-cache-expiry's default if it is not bound.
5598
5599         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5600         available in Emacs 21.
5601
5602         * lpath.el: Suppress compiler warnings for:
5603         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5604         XEmacs;
5605         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5606         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5607         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5608
5609 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5610
5611         * auth-source.el (auth-sources): Fix up definition so extra parameters
5612         are always inline.
5613
5614 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5615
5616         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5617         wasn't updated after mismatch.  Clear cached mailbox info correctly
5618         when uidvalidity changes.
5619         (nnimap-group-prefixed-name): New function to avoid some code
5620         duplication.
5621         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5622         (nnimap-request-group): Use it.
5623         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5624         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5625         with many imap folders.  This is done by caching the group status from
5626         the imap server persistently in a group parameter `imap-status'.  (This
5627         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5628         but not persistently, so every Gnus startup was still very slow.)
5629
5630 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5631
5632         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5633         delete the extra newline.  Otherwise editing of :string and :number
5634         types don't work.
5635
5636 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5637
5638         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5639         secrets.el dependency.
5640         (auth-sources): Add optional user name.  Add secrets.el configuration
5641         choice (unused right now).
5642
5643 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5644
5645         * gnus-sum.el (gnus-summary-make-menu-bar):
5646         Let `gnus-registry-install-shortcuts' fill in the functions.
5647
5648         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5649         warnings.
5650         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5651         (gnus-registry-install-shortcuts): Populate and use it in a
5652         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5653
5654 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5655
5656         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5657         In-place substitutions for the group name encoding/decoding.
5658         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5659         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5660         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5661         (nnimap-update-unseen, nnimap-request-list)
5662         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5663         (nnimap-request-set-mark, nnimap-split-to-groups)
5664         (nnimap-split-articles, nnimap-request-newgroups)
5665         (nnimap-request-create-group, nnimap-request-accept-article)
5666         (nnimap-request-delete-group, nnimap-request-rename-group)
5667         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5668         `encoded-mbx' for consistency.
5669         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5670         variable `imap-current-mailbox'.
5671
5672         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5673         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5674
5675 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5676
5677         * pop3.el (pop3-display-message-size-flag): Display message size byte
5678         counts during POP3 download.
5679         (pop3-movemail): Use it.
5680         (pop3-list): Implement listing of available messages.
5681
5682 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5683
5684         * nnir.el (nnir-get-article-nov-override-function): New function to
5685         override the normal NOV retrieval.
5686         (nnir-retrieve-headers): Use it.
5687
5688 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5689
5690         * auth-source.el (netrc-machine-user-or-password): Autoload.
5691
5692 2010-03-19  Glenn Morris  <rgm@gnu.org>
5693
5694         Stop message.el from loading about 40 libraries it doesn't always need.
5695         The general approach is to autoload rather than require, and to
5696         require in the specific functions rather than the file.  (Bug#5642)
5697
5698         * gmm-utils.el: Don't require wid-edit.
5699         (widget-create-child-value, widget-convert, widget-default-get):
5700         Autoload.
5701
5702         * gnus-util.el: Don't require time-date, netrc.
5703         (message-fetch-field, gnus-group-name-decode): Declare rather than
5704         autoloading.
5705         (gnus-fetch-field): Require message.
5706         (gnus-decode-newsgroups): Require gnus-group.
5707
5708         * ietf-drums.el: Don't require time-date.
5709
5710         * message.el: Don't require hashcash, canlock, ecomplete.
5711         Do require mail-utils.  Require nnheader only when compiling.
5712         (smtpmail-default-smtp-server): Remove declaration.
5713         (message-send-mail-function): Check smtpmail-default-smtp-server
5714         is bound rather than requiring smtpmail.
5715         (message-auto-save-directory, message-insert-signature):
5716         Use expand-file-name rather than nnheader-concat.
5717         (nnheader-insert-file-contents): Autoload.
5718         (hashcash-wait-async): Declare.
5719         (message-send-mail): Only call gnus-setup-posting-charset if
5720         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5721         (message-send-mail-with-sendmail): Require sendmail.
5722         (canlock-password, canlock-password-for-verify): Declare.
5723         (message-canlock-password): Require canlock.
5724         (nnheader-get-report): Autoload.
5725         (gnus-setup-posting-charset): Declare.
5726         (message-send-news): Require gnus-msg.
5727         (message-make-references, message-make-in-reply-to): Use mail-header-id
5728         rather than the alias mail-header-message-id.
5729         (ecomplete-add-item, ecomplete-save): Declare.
5730         (message-put-addresses-in-ecomplete): Require ecomplete.
5731         (ecomplete-display-matches): Autoload.
5732
5733         * mm-decode.el: Don't require mailcap, gnus-util.
5734         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5735         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5736         Autoload.
5737         (mailcap-mime-extensions): Declare.
5738
5739         * mm-encode.el: Don't require mailcap.
5740         (mailcap-extension-to-mime): Autoload.
5741
5742         * mml-sec.el: Don't require password-cache.
5743
5744         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5745         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5746         (mml-minibuffer-read-type): Require mailcap.
5747         (mml-preview): Require gnus-msg.
5748
5749         * mml1991.el: Require password-cache.
5750         (password-cache-expiry): Remove declaration.
5751
5752         * mml2015.el: Require password-cache.
5753         (password-cache-expiry): Remove declaration.
5754
5755         * nneething.el (mailcap): Require mailcap.
5756
5757         * nnheader.el (declare-function): Add compatibility stub.
5758         (message-remove-header): Declare rather than autoload.
5759         (nnheader-replace-header): Require message.
5760
5761         * nnimap.el (declare-function): Add compatibility stub.
5762         (netrc-parse, netrc-machine-user-or-password): Declare.
5763         (nnimap-open-connection): Require netrc.
5764
5765         * nntp.el (declare-function): Add compatibility stub.
5766         (netrc-parse, netrc-machine, netrc-get): Declare.
5767         (nntp-send-authinfo): Require netrc.
5768
5769         * rfc2047.el: Don't require qp.
5770         (quoted-printable-encode-region, quoted-printable-decode-string):
5771         Autoload.
5772
5773         * sieve-mode.el: Don't require easymenu.
5774         (easy-menu-add-item): Autoload it.
5775
5776         * spam-stat.el (time-to-number-of-days): Autoload it.
5777
5778 2010-03-19  Glenn Morris  <rgm@gnu.org>
5779
5780         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5781
5782 2010-03-18  Glenn Morris  <rgm@gnu.org>
5783
5784         * hashcash.el (declare-function): Remove duplicate definition.
5785
5786 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5787
5788         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5789         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5790         value if any backslash escapes).
5791
5792 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5793
5794         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5795         if it is available.  (bug#5647)
5796
5797         * lpath.el: Suppress compiler warning for coding-system-from-name for
5798         Emacs 21 and XEmacs.
5799
5800 2010-03-14  Juri Linkov  <juri@jurta.org>
5801
5802         * hmac-def.el:
5803         * hmac-md5.el:
5804         * netrc.el: Fix keywords.
5805
5806 2010-02-26  Glenn Morris  <rgm@gnu.org>
5807
5808         * message.el (message-send-mail-function): Change the default, so that
5809         it inherits from a customized send-mail-function.  (Bug#5643)
5810
5811 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5812
5813         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5814         shell-command-to-string signals an error (bug#5299).
5815
5816 2010-02-24  Glenn Morris  <rgm@gnu.org>
5817
5818         * message.el (message-smtpmail-send-it)
5819         (message-send-mail-with-mailclient): Doc fixes.
5820
5821 2010-02-16  Glenn Morris  <rgm@gnu.org>
5822
5823         * message.el (message-default-mail-headers): Change the default value
5824         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5825
5826 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5827
5828         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5829         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5830
5831 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5832
5833         * time-date.el (date-to-time): Doc fix (Bug#5408).
5834
5835 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5836
5837         * message.el (message-mail): Just pass yank-action on to message-setup.
5838         (message-setup): Handle (FUN . ARGS) form of yank-action.
5839         (message-with-reply-buffer, message-widen-reply)
5840         (message-yank-original): Handle non-buffer values of
5841         message-reply-buffer (Bug#4080).
5842         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5843
5844 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5845
5846         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5847         Fix typo in docstring.
5848
5849 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5850
5851         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5852         response.
5853
5854 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5855
5856         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5857
5858         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5859
5860         * message.el (message-check-news-header-syntax): Protect against a
5861         string that `rfc822-addresses' returns when parsing fails.
5862
5863 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5864
5865         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5866         (gnus-previous-char-property-change): New functions.
5867
5868         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5869
5870 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5871
5872         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5873         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5874
5875 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5876
5877         * message.el (message-exchange-point-and-mark): Rework last change to
5878         avoid using optional arg of exchange-point-and-mark, for backward
5879         compatibility.
5880
5881 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5882
5883         * message.el (message-exchange-point-and-mark):
5884         Call exchange-point-and-mark with an argument rather than setting
5885         mark-active by hand (Bug#5175).
5886
5887 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5888
5889         * nntp.el (nntp-service-to-port): Work for service expressed with
5890         numeric string; replace [:digit:] with [0-9] for XEmacs.
5891
5892 2009-12-17  Glenn Morris  <rgm@gnu.org>
5893
5894         * gnus-group.el (gnus-bug-group-download-format-alist):
5895         Change emacs entry to debbugs.gnu.org.  Bump :version.
5896
5897 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5898
5899         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5900
5901 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5902
5903         * message.el (message-info): Explain why we use `Info-goto-node'.
5904
5905 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5906
5907         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5908
5909 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5910
5911         * message.el (message-completion-in-region): New compatibility function.
5912         (message-expand-group): Use it.
5913
5914 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5915
5916         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5917         with no unread article should be listed if the 2nd arg `predicate' is
5918         given.
5919
5920 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5921
5922         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5923
5924 2009-11-29  Juri Linkov  <juri@jurta.org>
5925
5926         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5927         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5928         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5929
5930 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5931
5932         * sha1.el (sha1-string-external): default-directory "/" in case
5933         otherwise non-existent.  process-connection-type pipe for touch of
5934         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5935
5936 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5937
5938         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5939         it's comms related and sgml-mode.el has "comm" on that basis too.
5940
5941 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5942
5943         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5944         containing tspecial characters if they have been already quoted.
5945
5946 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5947
5948         * dns-mode.el (auto-mode-alist): Purecopy string.
5949
5950 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5951
5952         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5953
5954 2009-10-24  Glenn Morris  <rgm@gnu.org>
5955
5956         * gnus-art.el (help-xref-stack-item): Define for compiler.
5957
5958 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5959
5960         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5961
5962 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5963
5964         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5965
5966 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5967
5968         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5969         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5970
5971 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5972
5973         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5974         (gnus-overlays-in): New alias to overlays-in.
5975
5976         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5977         gnus-overlay-get, and gnus-delete-overlay.
5978         (gnus-summary-show-thread): Make it work as well for systems in which
5979         next-single-char-property-change is not available.
5980         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5981
5982         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5983         (gnus-overlay-get): New alias to extent-property.
5984         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5985
5986         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5987         SXEmacs.
5988
5989         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5990         SXEmacs.
5991
5992 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5993
5994         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5995
5996 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5997
5998         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5999         and XEmacs that don't have `remove-overlays'.
6000
6001 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6002
6003         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6004         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6005         selective display.  Use overlays instead.
6006
6007 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6008
6009         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6010
6011 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6012
6013         * spam-stat.el (spam-stat-load): Fix typo in message.
6014
6015 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6016
6017         * dig.el (dig-invoke): Fix typo in docstring.
6018         (query-dig): Reflow docstring.
6019
6020 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6021
6022         * gnus-art.el (gnus-article-encrypt-body):
6023         * message.el (message-check-recipients):
6024         * mm-util.el (mm-codepage-setup):
6025         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6026         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6027
6028 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6029
6030         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6031         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6032         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6033         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6034         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6035
6036 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6037
6038         * dig.el: Add "Keywords: comm", as per net-utils.el.
6039
6040 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6041
6042         * dig.el (dig-mode): Use define-derived-mode.
6043
6044 2009-09-19  Glenn Morris  <rgm@gnu.org>
6045
6046         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6047
6048 2009-09-18  Glenn Morris  <rgm@gnu.org>
6049
6050         * gnus-diary.el (gnus-diary-check-message):
6051         * message.el (message-insert-formatted-citation-line):
6052         * nnbabyl.el (top-level):
6053         * nndiary.el (nndiary-schedule):
6054         Fix typos in condition-case handlers.
6055
6056 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6057
6058         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6059         configuration that provides the sole article window in a frame;
6060         position point correctly after deleting a part.
6061
6062 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6063
6064         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6065         (spam-resolve-registrations-routine): Use it to unregister articles
6066         that change status.
6067
6068 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6069
6070         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6071         with XEmacs.
6072         (parse-time-string-chars): Use it.
6073
6074 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6075
6076         * imap.el (imap-interactive-login): Better messages.
6077         (imap-open): Fix bug with renamed buffer on reconnect.
6078         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6079         for easier debugging and cleaner code.  On successful (guessed based on
6080         server capabilities) secondary authentication, set imap-state
6081         correctly.
6082         (imap-last-authenticator): Define imap-last-authenticator as a variable
6083         to avoid warnings.
6084
6085 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6086
6087         * nnrss.el (nnrss-request-article): Remove binding of
6088         default-enable-multibyte-characters that has gotten needless by
6089         the 2007-07-13 change in rfc2047-encode-message-header.
6090
6091         * mml.el (mml-insert-multipart): Error on the message header.
6092         (mml-insert-part): Error on the message header; position point at
6093         the end of a MIME tag.
6094
6095 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6096
6097         * time-date.el (autoload): Expand define-obsolete-function-alias into
6098         defalias and make-obsolete for old Emacsen that Gnus supports.
6099         (with-no-warnings): Define it for old Emacsen.
6100         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6101         is available.
6102         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6103         float-time is available; suppress compile warning for time-to-seconds.
6104
6105         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6106         (gnus-float-time): Alias to float-time if it exists.
6107
6108         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6109         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6110         float-time is available; suppress compile warning for time-to-seconds.
6111
6112         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6113         XEmacs.
6114
6115 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6116
6117         * imap.el (imap-message-map): Docstring fix.
6118
6119 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6120
6121         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6122         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6123         Add the optional argument `encoding' that overrides the default.
6124
6125         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6126         mm-encode-buffer.
6127
6128 2009-09-04  Glenn Morris  <rgm@gnu.org>
6129
6130         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6131         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6132         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6133         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6134         * mm-util.el (mm-with-unibyte-current-buffer)
6135         (mm-find-buffer-file-coding-system):
6136         * yenc.el (yenc-decode-region): Use default-value rather than
6137         default-enable-multibyte-characters.
6138
6139 2009-09-03  Glenn Morris  <rgm@gnu.org>
6140
6141         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6142         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6143         than default-enable-multibyte-characters.
6144
6145 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6146
6147         * gnus-art.el (gnus-article-read-summary-keys):
6148         Fix gnus-buffer-configuration's value temporarily used.
6149
6150 2009-09-02  Glenn Morris  <rgm@gnu.org>
6151
6152         * gnus-util.el (gnus-float-time): New function.
6153         * gnus-delay.el (gnus-delay-article):
6154         * gnus-sum.el (gnus-thread-latest-date):
6155         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6156         * nnspool.el (nnspool-request-newgroups):
6157         Use gnus-float-time rather than time-to-seconds.
6158         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6159
6160         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6161         (gnus-header-subject-face, gnus-header-newsgroups-face)
6162         (gnus-header-name-face, gnus-header-content-face):
6163         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6164         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6165         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6166         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6167         (gnus-cite-face-11):
6168         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6169         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6170         (gnus-server-closed-face, gnus-server-denied-face)
6171         (gnus-server-offline-face):
6172         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6173         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6174         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6175         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6176         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6177         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6178         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6179         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6180         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6181         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6182         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6183         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6184         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6185         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6186         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6187         (gnus-summary-high-undownloaded-face)
6188         (gnus-summary-low-undownloaded-face)
6189         (gnus-summary-normal-undownloaded-face)
6190         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6191         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6192         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6193         (gnus-splash-face):
6194         * message.el (message-header-to-face, message-header-cc-face)
6195         (message-header-subject-face, message-header-newsgroups-face)
6196         (message-header-other-face, message-header-name-face)
6197         (message-header-xheader-face, message-separator-face)
6198         (message-cited-text-face, message-mml-face):
6199         * sieve-mode.el (sieve-control-commands-face)
6200         (sieve-action-commands-face, sieve-test-commands-face)
6201         (sieve-tagged-arguments-face):
6202         * spam.el (spam-face):
6203         Mark face aliases with "-face" in the name as obsolete.
6204
6205 2009-09-01  Glenn Morris  <rgm@gnu.org>
6206
6207         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6208         than goto-line.
6209
6210 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6211
6212         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6213         Don't move point if the command is invoked inside the message header.
6214
6215 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6216
6217         * imap.el (imap-send-command): Simplify.
6218         (imap-wait-for-tag): point-max -> buffer-size.
6219
6220 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6221
6222         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6223         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6224         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6225         * nnir.el (nnir-swish-e-index-file):
6226         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6227         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6228         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6229         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6230         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6231         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6232
6233 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6234
6235         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6236         Don't save excursion.
6237
6238 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6239
6240         * nnheader.el (nnheader-find-file-noselect):
6241         * mm-util.el (mm-insert-file-contents):
6242         Use (default-value 'major-mode) instead of default-major-mode.
6243
6244 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6245
6246         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6247
6248 2009-08-26  Glenn Morris  <rgm@gnu.org>
6249
6250         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6251         than placing in files.el.
6252
6253 2009-08-25  Glenn Morris  <rgm@gnu.org>
6254
6255         * nnir.el (top-level): Don't require cl at run-time.
6256         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6257         Replace cl-function substitute with gnus-replace-in-string.
6258         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6259         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6260         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6261         simplified expansions.
6262
6263 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6264
6265         * dig.el (dig): Add autoload cookie.
6266
6267 2009-08-22  Glenn Morris  <rgm@gnu.org>
6268
6269         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6270         goto-line.
6271
6272 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6273
6274         * parse-time.el (parse-time-string-chars): Save match data.
6275
6276 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6277
6278         * parse-time.el (parse-time-string-chars): Compute using character
6279         classes, to handle non-ascii characters (Bug#3190).
6280
6281 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6282
6283         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6284
6285         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6286         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6287         (gnus-mm-display-part, gnus-mime-display-single)
6288         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6289         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6290
6291         * gnus-sum.el
6292         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6293         (gnus-summary-move-article): Add expirable mark to articles copied or
6294         moved to group that has auto-expire turned on if the option is non-nil.
6295
6296 2009-07-24  Glenn Morris  <rgm@gnu.org>
6297
6298         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6299         Fix typo.  (Bug#3903)
6300
6301 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6302
6303         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6304         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6305         that should not be used for draft articles.
6306         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6307         that has no concern in minor mode keys.
6308         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6309         Abolish.
6310
6311 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6312
6313         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6314         article without making inquiry to a user for unknown encoding.
6315
6316         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6317         (nnmaildir--scan): Assume i-node and device number that file-attributes
6318         returns might be cons-cell.
6319
6320         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6321
6322         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6323
6324 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6325
6326         * auth-source.el: Remove docs now in auth.texi.  Don't use
6327         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6328         `auth-source-hide-passwords' and use them.
6329
6330 2009-07-15  Glenn Morris  <rgm@gnu.org>
6331
6332         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6333
6334 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6335
6336         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6337         excessive whitespace from the default values of title and description.
6338
6339 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6340
6341         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6342         mail-fetch-field to fetch Content-Description header in order to
6343         exclude newlines.
6344
6345 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6346
6347         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6348         format used by GnuPG 2.0.11.
6349
6350 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6351
6352         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6353         to deleted part.
6354
6355 2009-05-30  David Engster  <dengste@eml.cc>
6356
6357         * nnmairix.el: Remove old documentation in the commentary block.
6358         (nnmairix-request-group): Do not update active file for nnml back ends.
6359         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6360         end so that overview files are ignored.
6361         (nnmairix-update-groups): Make updating the groups more robust by using
6362         marks.
6363         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6364         with dollar characters in message-id.
6365
6366 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6367
6368         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6369         2008-12-25 in dns.el.
6370
6371 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6372
6373         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6374         could happen if the text is only composed of spaces and/or tabs.
6375
6376 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6377
6378         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6379         when sending a queued message to avoid extra mml tags.
6380
6381 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6382
6383         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6384
6385 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6386
6387         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6388         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6389         rmail-toggle-header for XEmacs;
6390         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6391
6392 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6393
6394         * gnus-dired.el: Remove autoload for gnus-setup-message.
6395         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6396         displaying Gnus logo; always use compose-mail.
6397
6398 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6399
6400         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6401
6402 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6403
6404         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6405         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6406         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6407         available.
6408         (gnus-nocem-epg-verify): New function.
6409
6410 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6411
6412         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6413
6414 2009-02-15  Glenn Morris  <rgm@gnu.org>
6415
6416         * gnus-util.el (rmail-insert-rmail-file-header)
6417         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6418         autoloads.
6419         (rmail-default-rmail-file): Remove unnecessary declaration.
6420         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6421
6422 2009-02-14  Glenn Morris  <rgm@gnu.org>
6423
6424         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6425         variable (only used in gnus-util, which declares it anyway).
6426         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6427         which was only needed by gnus-art (changed to not use it any more).
6428         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6429         only used in gnus-util, which autoloads it itself.
6430         (rmail-update-summary): Fix autoload.
6431
6432         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6433         rather than rmail-output-to-rmail-file.
6434
6435 2009-02-07  Glenn Morris  <rgm@gnu.org>
6436
6437         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6438         autoload of function that no longer exists.
6439         (rmail-toggle-header): Declare.
6440         (message-forward-rmail-make-body): Handle mbox Rmail.
6441
6442 2009-01-31  Glenn Morris  <rgm@gnu.org>
6443
6444         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6445         2009-01-09 change.
6446
6447 2009-01-31  Dave Love  <fx@gnu.org>
6448
6449         * imap.el (imap-fetch-safe): Bind debug-on-error.
6450         (imap-debug): Add imap-fetch-safe.
6451
6452 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6453
6454         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6455         (auth-source-forget-all-cached): New convenience function.
6456         (auth-source-user-or-password): Accept list of modes or a single mode.
6457
6458         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6459         auth-source modes.
6460
6461         * netrc.el (netrc-machine-user-or-password): Use list of
6462         auth-source modes.
6463
6464         * nnimap.el (nnimap-open-connection): Use list of
6465         auth-source modes.
6466
6467         * nntp.el (nntp-send-authinfo): Use list of
6468         auth-source modes.
6469
6470 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6471
6472         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6473         now.
6474
6475 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6476
6477         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6478         coding system in XEmacs; add a workaround for XEmacs.
6479
6480         * lpath.el: Fbind coding-system-aliasee.
6481
6482 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6483
6484         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6485         of current-language-environment.
6486
6487 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6488
6489         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6490         available at runtime.
6491
6492 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6493
6494         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6495
6496 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6497
6498         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6499         the greatest positive fixnum value doesn't work under an XEmacs with
6500         bignum support; use the most-positive-fixnum constant instead,
6501         available since Emacs 21.1 with cl and XEmacs 21.1.
6502
6503 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6504
6505         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6506         XEmacs gets not to work.
6507
6508 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6509
6510         * mm-util.el (mm-coding-system-priorities): Allow the value like
6511         "Japanese (UTF-8)" of current-language-environment.
6512
6513 2009-01-09  Glenn Morris  <rgm@gnu.org>
6514
6515         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6516         with last-command-event.
6517
6518 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6519
6520         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6521         in the doc string.
6522
6523         * message.el (message-fix-before-sending): Amend comment.
6524
6525 2009-01-08  Dave Love  <fx@gnu.org>
6526
6527         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6528
6529 2009-01-07  David Engster  <dengste@eml.cc>
6530
6531         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6532         simplified server definitions by converting it via
6533         gnus-server-to-method.
6534
6535 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6536
6537         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6538         parameter's operands.
6539
6540 2009-01-06  David Engster  <dengste@eml.cc>
6541
6542         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6543         primary select method (for gnus-group-mark-article-as-read).
6544
6545 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6546
6547         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6548         `(gnus)Face', not `(gnus)X-Face'.
6549
6550 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6551
6552         * mm-util.el (mm-ucs-to-char): New function.
6553
6554         * mm-url.el (mm-url-decode-entities): Use it.
6555
6556         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6557         unicode-to-char.
6558
6559 2009-01-05  Dave Love  <fx@gnu.org>
6560
6561         * time-date.el: Require cl for `declare'.
6562
6563 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6564
6565         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6566         Dave Love.
6567
6568 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6569
6570         * message.el (message-fix-before-sending): Add `eight-bit' to
6571         illegible-text check.
6572
6573 2009-01-03  Michael Olson  <mwolson@gnu.org>
6574
6575         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6576         `headers' is nil.  This can occur if the IMAP server does not have
6577         permissions to read messages from a folder, but can write new messages
6578         to the folder.
6579         (nnimap-request-article-part): Do not insert `data' if it is nil.
6580
6581         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6582         characters which will confuse `read', so skip past them.
6583
6584 2009-01-01  Dave Love  <fx@gnu.org>
6585
6586         * imap.el (imap-string-to-integer): Fix typo.
6587         (imap-fetch-safe): New function.
6588         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6589
6590         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6591
6592         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6593         (imap-parse-greeting): Fix doc strings.
6594         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6595         (imap-parse-flag-list): Make messages unique.
6596         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6597
6598         * nnimap.el: Fix author email.
6599         (nnimap-split-rule): Add FIXME comment.
6600         (nnimap-debug): Fix doc string.
6601
6602 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6603
6604         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6605
6606 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6607
6608         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6609         nslookup if resolv.conf isn't available.
6610         (dns-query): Rename from query-dns.
6611         (dns-query-cached): Rename from query-dns-cached.
6612
6613 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6614
6615         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6616         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6617         to check if those variables exist (first appeared in Emacs 18.50).
6618
6619 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6620
6621         * mm-util.el (mm-line-number-at-pos): New function.
6622
6623         * spam-report.el (spam-report-process-queue): Use it.
6624
6625 2008-12-24  David Engster  <dengste@eml.cc>
6626
6627         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6628         parameters that haven't existed as variables as buffer-local variables.
6629
6630 2008-12-23  Dave Love  <fx@gnu.org>
6631
6632         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6633         cadar.
6634
6635         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6636         imap-starttls-p.
6637         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6638
6639 2008-12-22  Dave Love  <fx@gnu.org>
6640
6641         * imap.el: Fix author email.  Doc fixes.
6642         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6643         reply.
6644
6645 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6646
6647         * spam-report.el (spam-report-gmane-max-requests): New constant.
6648         (spam-report-gmane-wait): New variable.
6649         (spam-report-gmane-ham, spam-report-gmane-spam)
6650         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6651         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6652         the server.
6653
6654         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6655         Add explanations.
6656
6657         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6658         nnheader-accept-process-output and nnheader-read-timeout if available.
6659         (pop3-movemail): Use it.
6660
6661         * message.el (message-check-news-body-syntax): Fix signature check if
6662         there's an attachment.
6663
6664 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6665
6666         * mm-util.el: Add comments to the mm- emulating functions.
6667
6668 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6669
6670         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6671         Reported by Stephen Berman <stephen.berman@gmx.net>.
6672
6673 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6674
6675         * mm-util.el (mm-substring-no-properties): New function.
6676         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6677         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6678         (mm-string-to-multibyte): Doc fix.
6679
6680         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6681
6682 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6683
6684         * mml.el (mml-attach-file): Strip text properties from file name.
6685         (Bug#1574)
6686
6687 2008-12-16  Glenn Morris  <rgm@gnu.org>
6688
6689         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6690
6691 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6692
6693         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6694         knows since the charset specified might be a bogus alias that
6695         mm-charset-synonym-alist provides.
6696
6697 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6698
6699         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6700         "ISO_8859-1".
6701
6702         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6703
6704 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6705
6706         * mm-util.el (mm-charset-eval-alist):
6707         Define it before mm-charset-to-coding-system.
6708         (mm-charset-to-coding-system): Add optional argument `silent';
6709         define it before mm-charset-override-alist.
6710         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6711         default value if it can be used in Emacs currently running;
6712         silence mm-charset-to-coding-system.
6713
6714 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6715
6716         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6717         `allow-override' which says whether to use `mm-charset-override-alist'.
6718         (rfc2047-decode-encoded-words): Use it.
6719
6720         * mm-util.el (mm-charset-override-alist): Fix custom type;
6721         add `(gb2312 . gbk)' to choices.
6722
6723 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6724
6725         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6726         fast.
6727
6728         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6729
6730         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6731
6732 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6733
6734         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6735         on links.
6736
6737         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6738
6739 2008-12-03  Lute Kamstra  <lute@gnu.org>
6740
6741         * sha1.el: Remove leading * from docstrings of defcustoms,
6742         deffaces, defconsts and defuns.
6743
6744 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6745
6746         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6747         users' addresses that don't have domain parts.
6748         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6749         rather than message-narrow-to-head since there will be the message
6750         header separator.
6751
6752 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6753
6754         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6755         since the result is inserted in a unibyte buffer anyway.
6756         (nnimap-demule-use-string-to-multibyte): Remove.
6757         (nnimap-demule): Alias it to mm-string-to-multibyte.
6758
6759 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6760
6761         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6762         variable for debugging bug#464 and bug#1174.
6763         (nnimap-demule): Use it.
6764
6765 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6766
6767         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6768         score calculation correctly.
6769
6770 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6771
6772         * message.el (message-send-mail): Just set the buffer to unibyte
6773         rather than use mm-with-unibyte-current-buffer which does a lot more.
6774         (message-send-mail-partially): Don't bother with
6775         mm-with-unibyte-current-buffer since it's already been made unibyte by
6776         message-send-mail.
6777
6778 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6779
6780         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6781
6782 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6783
6784         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6785
6786 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6787
6788         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6789         require itself and to remove `with-no-warnings'.
6790
6791 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6792
6793         * starttls.el (starttls-any-program-available): Get the name of the
6794         available TLS layer program.
6795         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6796         well as the host name in the "opening" message.
6797
6798         * auth-source.el (auth-source-cache, auth-source-do-cache)
6799         (auth-source-user-or-password): Cache passwords and logins by default,
6800         allow override with `auth-source-do-cache'.
6801         (auth-source-forget-user-or-password): Allow users to remove cache
6802         entries if needed.
6803
6804 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6805
6806         * md4.el (md4-buffer): Fix typo in docstring.
6807         (md4, md4-64): Doc fixes.
6808         (md4-pack-int32): Reflow docstring.
6809
6810 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6811
6812         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6813         condition-case to only the forward-sexp call.
6814
6815 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6816
6817         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6818         quotes contained.  Make it more robust regardless by an extra
6819         condition-case wrapper.
6820
6821 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6822
6823         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6824
6825 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6826
6827         * nnml.el (nnml-request-expire-articles): Check if the function set to
6828         `nnmail-expiry-target' returns the symbol `delete'.
6829
6830         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6831
6832         * nnmail.el (nnmail-expiry-target): Fix custom type.
6833
6834 2008-10-02  Glenn Morris  <rgm@gnu.org>
6835
6836         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6837         Silence compiler warning.
6838
6839 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6840
6841         * tls.el (open-tls-stream): Show the actual command being
6842         executed, instead of the format string.
6843
6844 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6845
6846         * lpath.el: Fbind codepage-setup for Emacs 23.
6847
6848 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6849
6850         * mml.el (mml-menu): Don't assume mml2015 is bound.
6851
6852 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6853
6854         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6855         exists.
6856
6857 2008-09-27  Glenn Morris  <rgm@gnu.org>
6858
6859         * gnus-util.el (mail-header-remove-comments): Autoload it.
6860
6861 2008-09-27  Andreas Schwab  <schwab@suse.de>
6862
6863         * gnus-util.el (gnus-split-references): Strip comments.
6864         (gnus-parent-id): Likewise.
6865
6866 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6867
6868         * message.el (message-confirm-send): Fix version.
6869
6870 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6871
6872         * message.el (message-idna-to-ascii-rhs-1): Use
6873         mail-extract-address-components rather than mail-header-parse-addresses
6874         that is an alias by default to ietf-drums-parse-addresses that does not
6875         support non-ASCII names in headers' contents.
6876
6877 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6878
6879         * message.el (message-confirm-send): Fix variable documentation to
6880         avoid the "y/n" wording.
6881
6882 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6883
6884         * message.el (message-set-auto-save-file-name): Save to a different
6885         filename so multiple messages (especially drafts) can be recovered.
6886
6887 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6888
6889         * message.el (message-confirm-send): Add appropriate version.
6890
6891 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6892
6893         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6894         defvar.
6895
6896 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6897
6898         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6899         (mm-pkcs7-enveloped-magic): Ditto.
6900
6901 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6902
6903         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6904         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6905
6906 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6907
6908         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6909         default, it's better.
6910
6911 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6912
6913         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6914         summary line gnus-number property and ignore them (with a warning
6915         message).
6916
6917 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6918
6919         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6920         macro caddr in the interactive form since it won't be expanded.
6921
6922 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6923
6924         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6925         `charset'; fix name of function called recursively.
6926         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6927
6928 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6929
6930         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6931         (gnus-mime-set-charset-parameters): New function.
6932         (gnus-mime-view-part-as-charset): Use it to correctly display part
6933         specifying wrong charset.
6934
6935 2008-09-08  David Engster  <dengste@eml.cc>
6936
6937         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6938         in completing-read for back end server.
6939
6940 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6941
6942         * message.el (message-confirm-send): New variable to confirm sending a
6943         message.
6944         (message-send): Use it.
6945
6946 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6947
6948         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6949
6950 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6951
6952         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6953
6954 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6955
6956         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6957         prevent tracking too many groups.
6958         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6959         Use it.
6960
6961 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6962
6963         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6964         moving point to the bottom of the window in order to avoid recentering.
6965
6966 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6969
6970         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6971         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6972         (gnus-article-beginning-of-window): Fix calculation.
6973
6974 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6975
6976         * gnus-msg.el (gnus-summary-supersede-article)
6977         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6978         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6979         message header.
6980
6981 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6982
6983         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6984         pending output coming after the status change.
6985
6986 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6987
6988         * message.el:
6989         * gnus-start.el:
6990         * gnus-registry.el: Remove VMS support.
6991
6992 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6993
6994         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6995         macro.
6996         (rfc2104-hash): Use it.
6997
6998 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6999
7000         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7001         (gnus-summary-sort-by-most-recent-date): New commands.
7002         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7003         and menu entries.
7004
7005 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7006
7007         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7008         don't redisplay article for raw contents; remove plural articles stuff.
7009
7010         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7011         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7012         on gnus-summary-save-article; display results properly.
7013
7014 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7015
7016         * lpath.el: No need to fbind ns-focus-frame.
7017
7018 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7019
7020         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7021
7022 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7023
7024         * gnus-art.el (gnus-summary-save-in-pipe):
7025         Consider gnus-save-all-headers.
7026
7027 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7028
7029         * gnus-util.el (ns-focus-frame): Remove declaration.
7030         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7031         like x.
7032
7033 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7034
7035         * rfc2104.el (rfc2104-zero): Delete defconst.
7036         (rfc2104-hex-alist): Likewise.
7037         (rfc2104-hex-to-int): Delete func.
7038         (rfc2104-hexstring-to-bitstring): Likewise.
7039         (rfc2104-nybbles): New defconst.
7040         (rfc2104-hash): Rewrite for speed.
7041
7042 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7043
7044         * tls.el (open-tls-stream): Make it work with the 2nd argument
7045         BUFFER that is a string but does not exist as a buffer object, as
7046         mentioned in the doc-string.
7047
7048 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7049
7050         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7051         SXEmacs.
7052
7053 2008-07-16  Glenn Morris  <rgm@gnu.org>
7054
7055         * gnus-util.el (ns-focus-frame): Declare for compiler.
7056
7057 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7058
7059         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7060         set as a group parameter.
7061         (gnus-summary-save-in-pipe): Work when it is called independently.
7062         (gnus-summary-pipe-to-muttprint): Don't modify
7063         gnus-summary-pipe-output-default-command.
7064
7065 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7066
7067         * message.el (message-send-mail-with-sendmail):
7068         Display the error message.
7069
7070 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7071
7072         * gnus-art.el (gnus-default-article-saver):
7073         Add gnus-summary-save-in-pipe to choices.
7074         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7075         gnus-summary-pipe-output-default-command as the default command.
7076         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7077         instead of gnus-last-shell-command.
7078
7079         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7080         New user option.
7081         (gnus-summary-muttprint-program): Mention the value will be changed.
7082         (gnus-summary-save-article): Force showing of all headers.
7083         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7084
7085 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7086
7087         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7088
7089 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7090
7091         * nnimap.el (nnimap-id):
7092         * sieve-manage.el (sieve-manage-open): Doc fixes.
7093
7094 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7095
7096         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7097         if available.
7098
7099 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7100
7101         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7102
7103         * nnkiboze.el (nnkiboze-generate-group):
7104         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7105
7106         * nnmairix.el: Require CL.
7107
7108 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7109
7110         * dgnushack.el: Autoload get-display-table and put-display-table for
7111         XEmacs 21.5.
7112
7113         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7114         21.4 and SXEmacs.
7115
7116 2008-06-15  David Engster  <dengste@eml.cc>
7117
7118         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7119
7120 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7121
7122         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7123         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7124         runtime choice under XEmacs.
7125
7126         * gnus-sum.el (gnus-summary-set-display-table):
7127         Use `gnus-put-display-table', `gnus-get-display-table',
7128         `gnus-set-display-table' for the display table, instead of `aset'.
7129
7130         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7131         Use `gnus-put-display-table', `gnus-get-display-table',
7132         `gnus-set-display-table' for the display table.
7133
7134 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7135
7136         * nnmairix.el: Add autoloads.
7137
7138 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7139
7140         * nnmairix.el (nnmairix-delete-recreate-group)
7141         (nnmairix-update-and-clear-marks): Fix error messages.
7142
7143 2008-06-14  David Engster  <dengste@eml.cc>
7144
7145         * nnmairix.el: Upgrade to version 0.6.
7146         (nnmairix-group-toggle-propmarks-this-group)
7147         (nnmairix-group-toggle-readmarks-this-group)
7148         (nnmairix-group-delete-recreate-this-group)
7149         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7150         (nnmairix-remove-tick-mark-original-article): New commands.
7151         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7152         (nnmairix-propagate-marks-to-nnmairix-groups)
7153         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7154         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7155         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7156         functions needed for marks propagation and manipulation of read marks.
7157         (nnmairix-update-groups): New function.
7158         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7159         (nnmairix-determine-original-group-from-registry)
7160         (nnmairix-determine-original-group-from-path)
7161         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7162         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7163         New helper functions.
7164         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7165         keystrokes for new commands.
7166         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7167         (nnmairix-request-group): Check allow-fast group parameter.
7168         (nnmairix-request-create-group): Set allow-fast group parameter if
7169         nnmairix-allowfast-default is set.
7170         (nnmairix-close-group): Propagate marks upon closing if needed.
7171         (nnmairix-group-toggle-threads-this-group): Use new.
7172         nnmairix-group-toggle-parameter helper function.
7173         (nnmairix-search): Better check for empty search result.
7174         (nnmairix-goto-original-article): Use new helper functions for
7175         determining original article.
7176         (nnmairix-show-original-article): Make sure message-id is in brackets.
7177         (nnmairix-call-mairix-binary): Change variable name.
7178         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7179         helper function.
7180         (nnmairix-widget-toggle-activate): Fix doc string.
7181
7182 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7183
7184         * nnir.el: Require edmacro when compiling with XEmacs.
7185         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7186         available in Emacs 21.
7187
7188 2008-06-11  Glenn Morris  <rgm@gnu.org>
7189
7190         * gnus-util.el (x-focus-frame):
7191         * gnus.el (image-size):
7192         * mm-decode.el (image-size): Declare.
7193
7194         * gnus-picon.el (declare-function): Add compat definition.
7195         (image-size): Declare.
7196
7197         * gnus-group.el (tool-bar-map):
7198         * gnus-sum.el (tool-bar-map): Define for compiler.
7199
7200         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7201
7202         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7203
7204         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7205         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7206         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7207         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7208         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7209         * sieve-manage.el, spam-report.el, spam.el:
7210         Remove unnecessary eval-and-compile of autoloads.
7211
7212 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7213
7214         * auth-source.el: Precise Tramp doc.
7215
7216 2008-06-07  Glenn Morris  <rgm@gnu.org>
7217
7218         * nnmairix.el: Remove unnecessary eval-when-compile.
7219
7220 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7221
7222         * lpath.el: Fbind propertize for XEmacs 21.4.
7223
7224 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7225
7226         * nnir.el: Move here from ../contrib.
7227
7228 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7229
7230         * gnus-util.el (gnus-read-shell-command): New function.
7231         * mm-decode.el (mm-pipe-part):
7232         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7233
7234 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7235
7236         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7237
7238 2008-06-03  Glenn Morris  <rgm@gnu.org>
7239
7240         * pop3.el (nnheader-accept-process-output): Autoload it.
7241
7242 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7243
7244         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7245         are not 2-digit hexadecimal characters that follow `%'s.
7246
7247 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7248
7249         * message.el (message-bogus-recipient-p): Fix type in doc string.
7250         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7251         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7252         Improve custom options.
7253         (message-bogus-recipient-p): Adjust accordingly.
7254
7255 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7256
7257         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7258         long-form month and day names.
7259
7260 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7261
7262         * dgnushack.el: Autoload debug, eudc-expand-inline and
7263         pgg-snarf-keys-region for XEmacs.
7264
7265         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7266
7267         * nnmairix.el: Require edmacro when compiling with XEmacs.
7268
7269 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7270
7271         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7272         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7273
7274 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7275
7276         * auth-source.el: Add more docs.
7277
7278         * netrc.el (netrc-machine): Always match if the port is not given.
7279
7280 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7281
7282         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7283         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7284         retrieval faster in some cases, but might make CPU usage larger.
7285         If this has any bad side effects, we might revert this change.
7286
7287         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7288         seems to make mail retrieval much, much faster.
7289         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7290         unconditionally.
7291
7292         * gnus-draft.el (gnus-group-send-queue):
7293         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7294
7295 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7296
7297         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7298
7299         * message.el (message-bogus-address-regexp): Fix and improve custom
7300         type.
7301         (message-setup-hook): Add message-check-recipients as custom option.
7302
7303 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7304
7305         * message.el (message-cite-function): Remove bogus autoload which crept
7306         in during merge from v5-10.
7307
7308 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7309
7310         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7311
7312         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7313
7314         * auth-source.el: Preliminary Tramp docs.
7315         (auth-sources): Change the default auth-sources to use
7316         EPA .gpg files.
7317
7318 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7319
7320         * nntp.el: Autoload `auth-source-user-or-password'.
7321         (nntp-send-authinfo): Use it.
7322
7323         * nnimap.el: Autoload `auth-source-user-or-password'.
7324         (nnimap-open-connection): Use it.
7325
7326         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7327         for the gnus-message function.
7328         (auth-source-user-or-password): Use it.
7329
7330 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7331
7332         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7333         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7334         (rfc2104-hash): Use it.
7335
7336 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7337
7338         * gnus-art.el (gnus-article-toggle-truncate-lines):
7339         Don't use `iff' in docstring.
7340
7341 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7342
7343         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7344
7345         * gnus-util.el (gnus-extract-address-component-name)
7346         (gnus-extract-address-component-email): Convenience functions around
7347         `gnus-extract-address-components'.
7348
7349         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7350         Use `gnus-extract-address-component-email' to fix bug of comparing full
7351         sender name to `user-mail-address'.
7352
7353 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7354
7355         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7356         catch/throw to optimize.
7357         (gnus-registry-find-keywords): Just use member to find a keyword.
7358
7359 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7360
7361         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7362         is current before calling gnus-server-prepare.
7363         (gnus-server-setup-buffer, gnus-server-update-server)
7364         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7365
7366 2008-05-04  Juri Linkov  <juri@jurta.org>
7367
7368         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7369         (mailcap-file-default-commands): Use mailcap-replace-in-string
7370         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7371         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7372
7373 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7374
7375         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7376
7377 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7378
7379         * gnus.el: Bump version to 0.11.
7380
7381 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7382
7383         * gnus.el: No Gnus v0.10 is released.
7384
7385 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7386
7387         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7388         hooks.
7389         (gnus-update-read-articles): Speed up non-marks-using users.
7390         (gnus-use-marks): Define gnus-use-marks.
7391         (gnus-propagate-marks): Rename variable to something more sensible.
7392
7393 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7394
7395         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7396         (gmm-image-load-path-for-library): Fix typos in docstrings.
7397         (gmm-message): Reflow docstring.
7398
7399 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7400
7401         * mail-source.el (mail-source-set-1, mail-source-bind):
7402         Move auth-source code out of the macro to clean it up and fix bugs.
7403
7404 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7405
7406         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7407         by sender if it's equal to user-mail-address, it's likely to be
7408         useless.
7409
7410         * mail-source.el (mail-source-bind): Don't use user or password if they
7411         are not bound.  Unintern them if they are nil.  Don't use server unless
7412         it's bound, and default it to empty string otherwise.
7413
7414 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7415
7416         * mail-source.el: Load auth-source.el.
7417         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7418         get user name or password, if auth-sources is set up.
7419
7420         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7421         strategy of splitting with parent.
7422         (gnus-registry-split-fancy-with-parent)
7423         (gnus-registry-post-process-groups): Use it and fix prior
7424         bug (returning a list as the split result).
7425
7426         * auth-source.el (auth-sources): Remove server parameter.
7427         (auth-source-pick, auth-source-user-or-password)
7428         (auth-source-user-or-password-imap)
7429         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7430         (auth-source-user-or-password-sftp)
7431         (auth-source-user-or-password-smtp): Remove server parameter.
7432
7433 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7434
7435         * smime.el (smime-sign-region, smime-encrypt-region)
7436         (smime-decrypt-region):
7437         Remove redundant calls to `generate-new-buffer-name'.
7438
7439 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7440
7441         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7442         Don't use QP for message/rfc822.
7443         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7444
7445 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7446
7447         * sieve-manage.el (sieve-string-bytes): Remove.
7448         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7449         correct byte-length only if the process's coding-system is the same as
7450         the one used internally by Emacs to represent strings.
7451
7452 2008-04-22  Juri Linkov  <juri@jurta.org>
7453
7454         * mailcap.el (mailcap-file-default-commands): New function.
7455
7456 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7457
7458         * message.el (message-signature-separator, message-cite-function):
7459         Change custom version.
7460
7461 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7462
7463         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7464         commands.
7465         (tls-checktrust): Ditto.
7466
7467 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7468
7469         * mm-decode.el (mm-display-external): Make temp file read-only.
7470
7471 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7472
7473         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7474         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7475         `C-c C-f d'.
7476
7477 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7478
7479         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7480
7481 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7482
7483         * gnus.el: Bump version to 0.9.
7484
7485 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7486
7487         * gnus.el: No Gnus v0.8 is released.
7488
7489 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7490
7491         * mail-source.el (mail-source-value):
7492         Prefer fboundp to functionp so it works with macros as well.
7493
7494 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7495
7496         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7497         Fix last change in case the element is not even a symbol.
7498
7499 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7500
7501         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7502         Prefer fboundp to functionp so it works with macros as well.
7503
7504 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7505
7506         * auth-source.el: Add docs.
7507         (auth-sources): Modify format to support server.
7508         (auth-source-pick, auth-source-user-or-password)
7509         (auth-source-user-or-password-imap)
7510         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7511         (auth-source-user-or-password-sftp)
7512         (auth-source-user-or-password-smtp): Add server parameter.
7513
7514 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7515
7516         * gnus-registry.el: Initialize the registry when gnus-registry-install
7517         is t.
7518
7519 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7520
7521         * compface.el (uncompface): Make buffer unibyte.
7522
7523 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7524
7525         * mail-source.el (mail-source-value):
7526         Prefer fboundp to functionp so it works with macros as well.
7527
7528 2008-04-05  Glenn Morris  <rgm@gnu.org>
7529
7530         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7531
7532 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7533
7534         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7535         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7536
7537         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7538         multibyteness after rather than before erasing it.
7539
7540         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7541         mm-with-multibyte.
7542         (gnus-request-article-this-buffer): Make sure the proper decoding is
7543         used if gnus-original-article-buffer happens to be unibyte.
7544
7545         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7546         default-enable-multibyte-characters.
7547
7548         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7549         default-enable-multibyte-characters.
7550
7551         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7552
7553         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7554
7555 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7556
7557         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7558         Fix last change in case the element is not even a symbol.
7559
7560 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7561
7562         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7563         (imap-message-copyuid-1): Use it.
7564         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7565         J. Williams in
7566         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7567
7568         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7569         imap-enable-exchange-bug-workaround.
7570         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7571
7572 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7573
7574         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7575         a 100 byte status-checks into a 2-3MB transfer for each group.
7576         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7577         to enable bug workaround or not.
7578         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7579
7580 2008-03-31  Glenn Morris  <rgm@gnu.org>
7581
7582         * message.el (mml2015-use): Declare for compiler.
7583         (message-info): Require mml2015 when appropriate.
7584
7585 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7586
7587         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7588         whitespace.
7589
7590 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7591
7592         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7593         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7594         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7595         (nntp-service-to-port): New function.
7596         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7597         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7598         (nntp-open-netcat-stream): New function.
7599         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7600
7601 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7602
7603         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7604
7605 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7606
7607         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7608
7609 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7610
7611         * dns.el (dns-write): Use set-buffer-multibyte.
7612
7613 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7614
7615         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7616
7617 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7618
7619         * message.el (message-signature-separator): Change default.
7620         Improve custom type.
7621         (message-cite-function): Change default to
7622         message-cite-original-without-signature.
7623
7624         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7625         toggle.
7626
7627         * message.el (message-check-news-body-syntax): Fix signature check.
7628         (message-setup-1): Mark buffer as unmodified _after_ running
7629         message-setup-hook and handling message-alternative-emails.
7630         (message-shorten-references): Be more strict when building list of
7631         valid references to comply with GNKSA.
7632
7633         * gnus-group.el (gnus-read-ephemeral-bug-group)
7634         (gnus-read-ephemeral-debian-bug-group)
7635         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7636
7637         * message.el (message-info): Don't use booleanp which isn't supported
7638         in Emacs 21 and XEmacs.
7639
7640 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7641
7642         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7643         gnus-group-gmane-group-download-format.
7644         (gnus-group-read-ephemeral-gmane-group): Rename from
7645         gnus-group-read-ephemeral-gmane-group.
7646         (gnus-read-ephemeral-gmane-group-url): Rename from
7647         gnus-group-read-ephemeral-gmane-group-url.
7648         (gnus-bug-group-download-format-alist): New variable.
7649         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7650         (gnus-read-ephemeral-emacs-bug-group): New commands.
7651
7652 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7653
7654         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7655         (gnus-visible-headers): Improve custom type.
7656
7657 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7658
7659         * mml.el (mml-menu): Add workarounds for XEmacs.
7660
7661         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7662         X-Boundary header.
7663
7664         * message.el (message-simplify-recipients): Fix previous commit.
7665
7666 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7667
7668         * mm-util.el (mm-set-buffer-multibyte): New function.
7669         * mm-decode.el (mm-copy-to-buffer): Use it.
7670
7671         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7672         Prefer fboundp to functionp so it works with macros as well.
7673
7674 2008-03-19  Glenn Morris  <rgm@gnu.org>
7675
7676         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7677         Accidentally removed in the sync process with Emacs.
7678
7679 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7680
7681         * message.el (message-alter-recipients-discard-bogus-full-name):
7682         New function.
7683         (message-alter-recipients-function): New variable.
7684         (message-get-reply-headers): Use it.
7685         (message-replace-header): New helper function.
7686         (message-recipients-without-full-name): New variable.
7687         (message-simplify-recipients): New command.
7688
7689         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7690
7691         * message.el (message-info): Handle EasyPG manual.
7692
7693         * mml.el (mml-menu): Add entry for EasyPG.
7694
7695 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7696
7697         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7698         parameter.
7699
7700         * message.el (message-disassociate-draft): Specify drafts group name
7701         fully.
7702
7703 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7704
7705         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7706         Eliminate unnecessary duplicates from the match list.
7707
7708 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7709
7710         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7711
7712         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7713
7714         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7715         args of `how-many' of which the XEmacs version doesn't take; declare
7716         Info-index-next as function.
7717
7718 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7719
7720         * gnus-score.el (gnus-score-headers): Fix handling of
7721         gnus-inhibit-slow-scoring.
7722
7723         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7724         string.
7725         (gnus-button-url-regexp): Improve handling of parenthesis.
7726         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7727         (gnus-button-handle-info-keystrokes): Handle index entries.
7728
7729 2008-03-15  Glenn Morris  <rgm@gnu.org>
7730
7731         * parse-time.el (parse-time-string): Simplify.
7732
7733 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7734
7735         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7736         Incoming* files.
7737
7738 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7739
7740         * auth-source.el (auth-sources): Rename from auth-source-choices.
7741         (auth-source-pick): Use it.
7742
7743 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7744
7745         * binhex.el (binhex-decode-region-internal):
7746         * uudecode.el (uudecode-decode-region-internal):
7747         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7748         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7749         setting default-enable-multibyte-characters.
7750
7751 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7752
7753         * auth-source.el (auth-source-protocols)
7754         (auth-source-protocols-customize, auth-source-choices): Add and
7755         modified variable customizations and defaults.
7756         (auth-source-pick, auth-source-user-or-password)
7757         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7758         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7759         (auth-source-user-or-password-sftp)
7760         (auth-source-user-or-password-smtp): Use new variables and provide an
7761         interface to netrc.el.
7762
7763 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7764
7765         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7766         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7767         Make sure the nntp port to specify is a string.
7768
7769 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7770
7771         * nntp.el: Use with-current-buffer.
7772         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7773         dubious mm-with-unibyte-current-buffer.
7774         (nntp-with-open-group-function): New function extracted from
7775         nntp-with-open-group macro.
7776         (nntp-with-open-group): Use the function, so it's easier to debug.
7777         Add indentation and debugging info.
7778         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7779         Recommend the use of the netcat alternatives.
7780
7781         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7782         Avoid mm-string-as-multibyte as well.
7783
7784         * nnweb.el (nnweb-insert-html):
7785         Remove use of nnheader-string-as-multibyte.
7786
7787         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7788         (nnheader-string-as-multibyte): Remove.
7789
7790         * mm-view.el: Use inhibit-read-only.
7791         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7792         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7793         or unibyte-string.
7794
7795         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7796         (mm-uu-yenc-extract): Use with-current-buffer.
7797
7798         * gnus-soup.el (gnus-soup-send-packet): Don't use
7799         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7800
7801         * nnmh.el: Use with-current-buffer.
7802         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7803         mm-string-as-multibyte on the output of mm-encode-coding-string.
7804
7805         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7806         (nnimap-request-move-article): Use with-current-buffer.
7807
7808         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7809         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7810         conversion uses string-make-unibyte rather than string-as-unibyte.
7811
7812         * gnus-msg.el: Use with-current-buffer.
7813
7814         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7815
7816 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7817
7818         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7819         string for caching if it is 'PIN.
7820
7821 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7822
7823         * lpath.el: Consider the case without Emacs/W3.
7824
7825 2008-03-08  Glenn Morris  <rgm@gnu.org>
7826
7827         * time-date.el (date-to-time, time-subtract, time-add)
7828         (safe-date-to-time): Doc fixes.
7829
7830 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7831
7832         * mail-source.el (mail-source-delete-old-incoming-confirm):
7833         Change default to nil.
7834         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7835
7836 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7837
7838         * lpath.el: Rearrange.
7839
7840         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7841         (gnus-article-goto-prev-page): Work for articles having ^L's.
7842
7843         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7844
7845         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7846
7847 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7848
7849         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7850         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7851         (gnus-bookmark-jump): Adjust some variable names.
7852
7853 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7854
7855         * auth-source.el: New package.
7856         (auth-source-choices): Add customization entry point variable.
7857
7858         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7859         bug.
7860
7861 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7862
7863         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7864         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7865         (gnus-registry-install-shortcuts): Rename from
7866         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7867         the `gnus-registry-mark-map' keymap dynamically from
7868         `gnus-registry-marks'.  The generated functions update the summary line
7869         when a registry mark is added or deleted, and will call
7870         `gnus-registry-install-p' (see the comments in the code).
7871         (gnus-registry-user-format-function-M): Use concat intelligently.
7872
7873         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7874         the registry mark functions.
7875
7876 2008-03-05  Glenn Morris  <rgm@gnu.org>
7877
7878         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7879         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7880         gnus-art.
7881         (top-level): No need to load own source when compiling.
7882
7883 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7884
7885         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7886         Suggested by <chris.anderton@zetnet.co.uk>.
7887
7888 2008-03-04  Glenn Morris  <rgm@gnu.org>
7889
7890         * gnus-sum.el (top-level): No need to require gnus when compiling,
7891         since unconditionally required near start of file.
7892         (gnus-summary-display-while-building): Move definition before use.
7893
7894 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7895
7896         * gnus-registry.el (gnus-registry-user-format-function-M):
7897         Add formatting function.
7898
7899 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7900
7901         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7902         with plists.
7903         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7904         Use new format.
7905
7906 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7907
7908         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7909         `where-is-internal' that returns a range of key sequences.
7910
7911 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7912
7913         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7914
7915         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7916         (gnus-summary-jump-to-group): Consider windows on other displayed
7917         frames as well.  Similar changes might be needed elsewhere, but that's
7918         the one I've bumped into during my use.
7919
7920         * nndoc.el (nndoc-oe-dbx-type-p):
7921         * gnus-msg.el (gnus-debug):
7922         * gnus-group.el (gnus-update-group-mark-positions):
7923         Use mm-string-to-multibyte.
7924
7925 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7926
7927         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7928         doesn't handle NotDashEscaped.
7929
7930         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7931         (mml-dnd-attach-options): Fix typo in custom choice.
7932
7933         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7934         Change nndoc-article-type to mbox.
7935         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7936
7937         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7938         to nil, instead of html2text.
7939
7940         * imap.el (imap-debug): Add `imap-ping-server'.
7941
7942         * gnus-bookmark.el: Add FIXMEs.
7943
7944         * message.el (message-form-letter-separator)
7945         (message-send-form-letter-delay): New variables.
7946         (message-send-form-letter): Use them.  New command to send form
7947         letters.  Requested by Uwe Siart.
7948         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7949
7950 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7951
7952         * Update copyright years.
7953
7954 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7955
7956         Sync from EMACS_22_BASE.
7957
7958         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7959
7960 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7961
7962         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7963         empty author.
7964
7965 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7966
7967         * gnus-registry.el (gnus-registry-marks): Add variable for
7968         customization of marks and their appearance.
7969         (gnus-registry-read-mark): Use it.
7970         (gnus-registry-do-marks): Add utility function to loop through
7971         `gnus-registry-marks'.
7972         (gnus-registry-install-shortcuts-and-menus): Add function to install
7973         shortcuts and menus.
7974         (gnus-registry-initialize): Use it.
7975         (gnus-registry-default-mark): Clarify documentation.
7976
7977 2008-02-29  Glenn Morris  <rgm@gnu.org>
7978
7979         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7980         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7981         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7982         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7983         Change defcustom :version from 23.0 to 23.1.
7984
7985 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7986
7987         * gnus-registry.el (gnus-registry-follow-group-p)
7988         (gnus-registry-post-process-groups): Add functions to aid registry
7989         splitting and improve logging.  Clarify behavior in function
7990         documentation.
7991         (gnus-registry-split-fancy-with-parent): Use them.
7992
7993 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7994
7995         * gnus-art.el: Use with-current-buffer.
7996
7997 2008-02-27  David Engster  <dengste@eml.cc>
7998
7999         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8000         Express real group name in the response.
8001
8002 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8003
8004         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8005         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8006         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8007         autoload gnus-registry-fetch-group when compiling.
8008         (nnmairix-request-group-with-article-number-correction):
8009         Remove unreferenced argument passed to nnmairix-call-backend.
8010
8011 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8012
8013         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8014         (mm-uu-extract): Improve face for low color ttys.
8015         Reported by Sascha Wilde.
8016
8017 2008-02-27  Glenn Morris  <rgm@gnu.org>
8018
8019         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8020         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8021         variables to defconsts.  Convert comments to doc-strings.
8022         (nnmairix-last-server, nnmairix-current-server): Convert from free
8023         variables to defvars.  Convert comments to doc-strings.
8024         (gnus-registry-fetch-group): Autoload.
8025         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8026         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8027         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8028         caddr.
8029         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8030         nnmairix-request-group-with-article-number-correction call.
8031         (nnmairix-fast, nnmairix-group): New, less general names, for free
8032         variables passed from nnmairix-request-group to
8033         nnmairix-request-group-with-article-number-correction.  Declare.
8034         (nnmairix-request-group-with-article-number-correction):
8035         Use nnmairix-fast, nnmairix-group rather than fast, group.
8036
8037 2008-02-26  David Engster  <dengste@eml.cc>
8038
8039         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8040         version 0.5.
8041
8042 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8043
8044         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8045         instead of making an extra function call.  Don't add the current group
8046         to articles only when they have the group.  Use
8047         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8048         Reported by David <de_bb@arcor.de>.
8049
8050 2008-02-24  Miles Bader  <miles@gnu.org>
8051
8052         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8053         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8054         (mm-find-mime-charset-region):
8055         * mm-bodies.el (mm-encode-body):
8056         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8057
8058 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8059
8060         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8061         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8062
8063 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8064
8065         * mail-source.el (mail-source-delete-incoming): Change default.
8066         Supplement doc string.
8067
8068         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8069
8070 2008-02-14  Glenn Morris  <rgm@gnu.org>
8071
8072         * time-date.el (format-seconds): New function.
8073
8074 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8075
8076         * nnmail.el (nnmail-message-id-cache-file): Derive from
8077         `gnus-home-directory'.
8078
8079 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8080
8081         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8082         Document negative prefix.
8083
8084         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8085
8086 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8087
8088         * message.el (message-unsent-separator): Add the Exim bounce
8089         separator.
8090
8091 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8092
8093         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8094         list.
8095         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8096         recipient/signer list.
8097
8098 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8099
8100         * Makefile.in (datarootdir): Define.
8101         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8102         name that might contain whitespace.
8103
8104 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8105
8106         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8107         fbound (Emacs 23 unicode), signal an error.
8108
8109 2008-02-08  Glenn Morris  <rgm@gnu.org>
8110
8111         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8112
8113 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8114
8115         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8116         ports to the calls to `netrc-machine-user-or-password' in addition to
8117         "imap" and "imaps".
8118
8119 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8120
8121         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8122
8123         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8124
8125 2008-02-01  Kenichi Handa  <handa@m17n.org>
8126
8127         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8128         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8129         (rfc2104-hash): Convert the result of concat to unibyte string.
8130
8131 2008-02-01  Dave Love  <fx@gnu.org>
8132
8133         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8134         coding-system-for-read.
8135         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8136
8137 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8138
8139         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8140         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8141         <hanche@math.ntnu.no>.
8142
8143 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8144
8145         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8146
8147         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8148
8149 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8150
8151         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8152         * message.el (message-beginning-of-line): Use featurep instead of bound
8153         tests in order to resolve conditionals at compile time.
8154
8155 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8156
8157         * mail-source.el (mail-sources): Add `group' choice.
8158
8159         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8160         parameter `in-group' to control into which group the articles go.
8161         Add treatment of `group' mail-source.
8162
8163 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8164
8165         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8166
8167         * mm-decode.el (mm-dissect-buffer): Decode description.
8168
8169         * mml.el (mml-to-mime): Encode message header first.
8170
8171 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8172
8173         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8174         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8175
8176         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8177         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8178
8179 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8180
8181         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8182
8183 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8184
8185         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8186         prefix keys.
8187         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8188         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8189         gnus-xmas.el.
8190
8191         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8192         (gnus-xmas-article-describe-bindings): New function.
8193         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8194         gnus-xmas-article-describe-bindings.
8195
8196         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8197
8198 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8199
8200         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8201         Add new variables for article mark management.
8202         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8203         list of extra data entries which, when present, will indicate that the
8204         article ID should not be trimmed from the registry.
8205         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8206         functions.
8207         (gnus-registry-read-mark): New function to read a mark name from the
8208         user.
8209         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8210         (gnus-registry-set-article-mark-internal): New functions to add and
8211         remove marks.
8212         (gnus-registry-get-article-marks): New function to show the marks for
8213         an article, or retrieve them for further use.
8214
8215 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8216
8217         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8218         keys when no argument is given.
8219
8220 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8221
8222         * imap.el (imap-ping-server): New variable.
8223         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8224         (imap-ping-server): Minor doc string fixes.
8225
8226 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8227
8228         * imap.el (imap-ping-server): New function.
8229         (imap-opened): Call imap-ping-server.
8230
8231 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8232
8233         * gnus-sum.el (gnus-article-sort-by-random)
8234         (gnus-thread-sort-by-random): Fix doc strings.
8235         Reported by jidanni@jidanni.org.
8236
8237 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8238
8239         * gnus-art.el (gnus-article-describe-bindings): New function.
8240         (gnus-article-read-summary-keys): Use it.
8241         (gnus-article-mode-map): Bind `C-h b' to it.
8242
8243 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8244
8245         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8246         XEmacs.
8247         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8248         Protect against non-character events.
8249
8250         * lpath.el: Fbind map-keymap for Emacs 21.
8251
8252 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8253
8254         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8255         New command.
8256         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8257         instead of END.  Change name of the temp file.
8258         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8259         customizable.
8260
8261 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8262
8263         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8264         bind `S W' to gnus-article-wide-reply-with-original; set default
8265         binding to gnus-article-read-summary-send-keys.
8266         (gnus-article-read-summary-keys): Fix the order of keys; display
8267         continuation keys correctly in the echo area; describe bindings
8268         correctly when keys end with `C-h'.
8269         (gnus-article-read-summary-send-keys): New function.
8270         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8271         Work for gnus-article-read-summary-send-keys; display continuation keys
8272         correctly in the echo area.
8273         (gnus-article-reply-with-original): Ignore prefix argument.
8274         (gnus-article-wide-reply-with-original): New function.
8275
8276         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8277         Emacs 21.
8278
8279 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8280
8281         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8282         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8283
8284 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8285
8286         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8287         (gnus-group-read-ephemeral-gmane-group): New command.
8288
8289 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8290
8291         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8292
8293 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8294
8295         * message.el (message-send-mail-function): Increase custom version.
8296
8297         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8298         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8299
8300 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8301
8302         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8303         for the cases where imap-authenticate is called with a nil buffer
8304         parameter.
8305
8306 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8307
8308         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8309         html parts correctly; support forwarded messages.
8310         (gnus-article-browse-html-article): Remove work buffers.
8311
8312         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8313         compiling.
8314         (netrc-bound-and-true-p): New macro.
8315         (netrc-parse): Use it instead of bound-and-true-p that is not available
8316         in XEmacs 21.4.
8317
8318 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8319
8320         * gnus-registry.el (gnus-registry-mark-article)
8321         (gnus-registry-article-marks): Add functionality to mark articles
8322         through the Gnus registry.
8323
8324         * encrypt.el: Clarify documentation for the new pgg method.
8325         (encrypt-file-alist): Add PGG option.
8326         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8327         functionality.  Abstract password key and messaging to external
8328         functions.
8329         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8330         (encrypt-message-method-and-cipher): Add new convenience external
8331         functions.
8332         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8333         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8334
8335         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8336         (netrc-parse): Use encrypt-file-alist to determine if
8337         encrypt-find-model or encrypt-insert-file-contents should be used.
8338
8339         * encrypt.el: Clarify documentation.  Load password-cache or
8340         password, whichever one is found first, instead of autoloading.
8341
8342 2007-12-19  Glenn Morris  <rgm@gnu.org>
8343
8344         * mml.el (message-options-set, message-narrow-to-head)
8345         (message-in-body-p, message-mail-p, message-encode-message-body):
8346         Autoload.
8347         (message-remove-header, message-narrow-to-headers-or-head)
8348         (message-subscribed-p, message-make-mail-followup-to)
8349         (message-position-on-field, message-news-p)
8350         (message-options-set-recipient, message-generate-headers)
8351         (message-sort-headers): Declare as functions.
8352
8353 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8354
8355         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8356         convention in doc string.
8357
8358 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8359
8360         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8361         title to html parts.
8362         (gnus-article-browse-html-article): Pass message header to it.
8363
8364         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8365
8366 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8367
8368         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8369         or password compatible with XEmacs.
8370
8371 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8372
8373         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8374         format document.
8375         (gnus-mime-delete-part): Don't write description line if empty.
8376         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8377
8378 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8379
8380         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8381         (gnus-summary-mark-read-and-unread-as-read)
8382         (gnus-summary-mark-current-read-and-unread-as-read)
8383         (gnus-summary-mark-unread-as-ticked): Doc fix.
8384         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8385
8386 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8387
8388         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8389         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8390
8391 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8392
8393         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8394         yes-or-no-p.
8395
8396 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8397
8398         * mm-decode.el (mm-add-meta-html-tag): New function.
8399         (mm-save-part-to-file, mm-pipe-part): Use it.
8400
8401         * gnus-art.el (gnus-article-browse-delete-temp-files):
8402         Use gnus-y-or-n-p instead of y-or-n-p.
8403         (gnus-article-browse-html-parts): Work with message/external-body; use
8404         mm-add-meta-html-tag.
8405
8406 2007-12-11  Glenn Morris  <rgm@gnu.org>
8407
8408         * gnus-cache.el: Require gnus-sum not just when compiling.
8409
8410         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8411
8412         * gnus-int.el (gnus-server-opened, gnus-status-message):
8413         Move definitions before use.
8414
8415         * mm-decode.el: Require gnus-util.
8416         (mm-remove-part): Only call delete-annotation on XEmacs.
8417
8418         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8419
8420         * nnmail.el: Require gnus-int.
8421
8422         * spam.el: Move `require's before `eval-when-compile's.
8423
8424         * gnus-ems.el (gnus-alive-p):
8425         * gnus-fun.el (message-goto-eoh):
8426         * gnus-util.el (gnus-group-name-decode):
8427         * mail-source.el (gnus-compress-sequence):
8428         * message.el (Info-goto-node, format-spec):
8429         * mm-bodies.el (message-options-get):
8430         * mm-decode.el (mm-view-pkcs7):
8431         * mm-util.el (gmm-write-region):
8432         * mml-smime.el (mml-compute-boundary)
8433         (gnus-completing-read-with-default):
8434         * mml.el (widget-button-press, gnus-make-hashtable):
8435         * mml1991.el (mm-decode-content-transfer-encoding)
8436         (mm-encode-content-transfer-encoding)
8437         (message-options-get, message-options-set):
8438         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8439         * nnfolder.el (gnus-request-group):
8440         * nnheader.el (ietf-drums-unfold-fws):
8441         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8442         * smime.el (gnus-run-mode-hooks):
8443         * spam-stat.el (gnus-message): Autoload.
8444
8445         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8446         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8447         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8448         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8449         Add declare-function compatibility definition.
8450
8451         * gnus-cache.el (nnvirtual-find-group-art):
8452         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8453         (gnus-add-image, gnus-add-wash-type):
8454         * gnus-group.el (nnkiboze-score-file):
8455         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8456         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8457         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8458         (message-tokenize-header, gnus-get-buffer-create)
8459         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8460         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8461         * gnus.el (gnus-group-decoded-name):
8462         * mail-source.el (imap-capability):
8463         * mm-bodies.el (message-options-set):
8464         * mm-decode.el (gnus-configure-windows):
8465         * mm-extern.el (message-goto-body):
8466         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8467         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8468         (epg-sub-key-validity, message-options-set):
8469         * mml.el (widget-event-point, gnus-configure-windows):
8470         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8471         * mml2015.el (epg-check-configuration, epg-configuration)
8472         (message-options-set):
8473         * nndb.el (nndb-request-article):
8474         * nnfolder.el (gnus-request-create-group):
8475         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8476         * nnmaildir.el (gnus-group-mark-article-read):
8477         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8478         * rfc1843.el (message-fetch-field):
8479         * spam.el (gnus-extract-address-components):
8480         Declare as functions.
8481
8482 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8483
8484         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8485
8486         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8487
8488         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8489         bind show-trailing-whitespace for XEmacs.
8490
8491 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8492
8493         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8494         new no-op macro for backward compatibility.
8495
8496         * imap.el (imap-string-to-integer): New function.
8497
8498 2007-12-09  Glenn Morris  <rgm@gnu.org>
8499
8500         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8501
8502         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8503         * message.el, mm-view.el, sieve-manage.el, smime.el:
8504         Add declare-function compatibility definition.
8505
8506         * gnus-art.el (w3-region, w3m-region, Info-menu):
8507         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8508         * gnus-sum.el (gnus-get-predicate):
8509         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8510         * message.el (mail-abbrev-in-expansion-header-p):
8511         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8512         (w3m-detect-meta-charset, w3m-region):
8513         * sieve-manage.el (password-read, password-cache-add)
8514         (password-cache-remove):
8515         * smime.el (password-read-and-add): Declare as functions.
8516
8517 2007-12-08  David Kastrup  <dak@gnu.org>
8518
8519         * gnus-sum.el (gnus-summary-simplify-subject-query):
8520         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8521         `message'.
8522
8523 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8524
8525         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8526         it to bind idna-program, installation-directory, defined-colors, and
8527         face-attribute for XEmacs of the version that compiles defcustom forms.
8528
8529 2007-12-07  Glenn Morris  <rgm@gnu.org>
8530
8531         * gnus-art.el (article-make-date-line): Revert previous change.
8532
8533 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8534
8535         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8536
8537 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8538
8539         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8540         Call gnus-add-to-range ranges only once with a prepared article-list.
8541
8542 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8543
8544         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8545         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8546         group names with backslashes.
8547         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8548
8549 2007-12-06  Deepak Goel  <deego3@gmail.com>
8550
8551         * gnus-art.el (article-make-date-line):
8552         * gnus-start.el (gnus-load):
8553         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8554
8555 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8556
8557         * gnus-art.el (gnus-use-idna)
8558         * gnus-start.el (gnus-site-init-file)
8559         * message.el (message-use-idna)
8560         * mm-uu.el (mm-uu-hide-markers)
8561         * smiley.el (smiley-style): Revert changes that suppress warnings.
8562
8563 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8564
8565         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8566         specify charset to html source.
8567         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8568
8569 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8570
8571         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8572         idna-program in order to suppress byte compile warning issued by XEmacs
8573         that came to byte compile the default value section of defcustom forms
8574         recently.
8575
8576         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8577         value of installation-directory.
8578
8579         * message.el (message-use-idna): Don't directly refer to the value of
8580         idna-program.
8581
8582         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8583
8584         * smiley.el (smiley-style): Don't directly call face-attribute.
8585
8586 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8587
8588         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8589
8590         * gnus-dired.el: Reduce Gnus dependencies.
8591         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8592         Don't require.  Use autoloads instead.
8593         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8594         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8595         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8596         (gnus-dired-mode): Adjust doc string.
8597         (gnus-dired-mail-mode): New variable.
8598         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8599         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8600         (gnus-dired-mail-buffers): New function.  Return mail or message
8601         composition buffers.
8602         (gnus-dired-attach): Use it.
8603         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8604         NO-DECODE.
8605         (gnus-dired-print): Use `gnus-print-buffer' depending on
8606         `gnus-dired-mail-mode'.
8607
8608 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8609
8610         * rfc2047.el (rfc2047-encoded-word-regexp)
8611         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8612         explaining what regexp patterns are for.
8613
8614 2007-12-04  Glenn Morris  <rgm@gnu.org>
8615
8616         * password.el: Move to password-cache.el.
8617
8618         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8619         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8620         * mml-smime.el (password-read, password-cache-add)
8621         (password-cache-remove):
8622         No need to autoload, since mml-sec requires password.
8623
8624         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8625         * message.el (gnus-extract-address-components):
8626         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8627
8628         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8629         password.
8630
8631 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8632
8633         * mailcap.el: Reduce dependencies.
8634         (mail-header-parse-content-type): Autoload.
8635         (mailcap-delete-duplicates): New alias.
8636         (mailcap-mime-info): Add optional argument NO-DECODE.
8637         (mailcap-mime-types): Use mailcap-delete-duplicates.
8638
8639         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8640
8641 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8642
8643         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8644         (imap-parse-status): Upcase status-att for servers that sends them
8645         lower-case (e.g., MS Exchange 2007).
8646
8647 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8648
8649         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8650         function.
8651
8652         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8653         (gnus-uu-yenc-article): New function.
8654
8655         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8656
8657         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8658
8659 2007-12-02  Glenn Morris  <rgm@gnu.org>
8660
8661         * binhex.el (binhex): New custom group.
8662         (binhex-decoder-program, binhex-decoder-switches)
8663         (binhex-use-external): Move to the binhex custom group.
8664
8665         * uudecode.el (uudecode): New custom group.
8666         (uudecode-decoder-program, uudecode-decoder-switches)
8667         (uudecode-use-external): Move to the uudecode custom group.
8668
8669         * netrc.el (top-level): Don't load `encrypt' features.
8670         (netrc-parse): Don't use encrypt.
8671         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8672
8673         * encrypt.el: Remove file.
8674
8675 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8676
8677         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8678         matches on patches.
8679
8680         * gnus-art.el (gnus-article-browse-html-article):
8681         Mention `mm-text-html-renderer' in the doc string.
8682
8683         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8684         string.  Add comments.
8685
8686         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8687         if rhs is ASCII.
8688
8689 2007-12-01  Glenn Morris  <rgm@gnu.org>
8690
8691         * mail-source.el (top-level): Require format-spec before
8692         eval-when-compile.
8693
8694 2007-11-30  Glenn Morris  <rgm@gnu.org>
8695
8696         * encrypt.el: Require password, rather than autoloading password-read.
8697
8698 2007-11-29  Glenn Morris  <rgm@gnu.org>
8699
8700         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8701         (sasl-make-client, sasl-next-step, sasl-step-data)
8702         (sasl-step-set-data): Declare as functions.
8703
8704 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8705
8706         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8707
8708 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8709
8710         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8711         certs should be verified and what is to be done in the event of a
8712         verification failure.
8713
8714         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8715         caller can indicate whether the cache should be disregarded for this
8716         call.  This way the result of the call is reproducible at all times and
8717         can be considered a canonical server name for the supplied method.
8718         (gnus-agent-method-p): Canonicalize server names by pushing their
8719         method through `gnus-method-to-server' using the no-cache argument.
8720
8721         * gnus-srvr.el (gnus-server-insert-server-line):
8722         Call `gnus-method-to-server' with `no-cache' argument.
8723
8724         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8725         gnus-agent-possibly-synchronize-flags as this should be called when the
8726         server is actually being opened.
8727         (gnus-agent-possibly-synchronize-flags)
8728         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8729         flags file of an agentized server to the latter function.
8730
8731         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8732         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8733         after a connection has been established successfully.
8734
8735 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8736
8737         * gnus-art.el (article-display-face): Force to display face if called
8738         interactively; check if gnus-article-x-face-too-ugly matches author.
8739         (article-display-x-face): Display face even if From header is missing
8740         as article-display-face does.
8741
8742 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8743
8744         * hashcash.el (message-narrow-to-headers-or-head)
8745         (message-fetch-field, message-goto-eoh)
8746         (message-narrow-to-headers): Declare as functions.
8747
8748 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8749
8750         * mail-source.el (mail-sources): Default to fetch from file for
8751         compatibility with default of nnmail-spool-file.
8752
8753 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8756         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8757         to look for encoded word that should be encoded again.
8758         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8759         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8760         encoding pattern.
8761         (rfc2047-decode-region): Switch strict regexp and loose one according
8762         to rfc2047-allow-irregular-q-encoded-words.
8763
8764 2007-11-25  Romain Francoise  <romain@orebokech.com>
8765
8766         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8767
8768 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8769
8770         * tls.el (tls-program): Provide more custom choices from
8771         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8772         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8773
8774 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8775
8776         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8777         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8778
8779         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8780         `nnmail-spool-file'.
8781
8782         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8783         `nnmail-spool-file'.
8784
8785         * gnus-move.el (gnus-change-server): Ditto.
8786
8787         * gnus-kill.el (gnus-batch-score): Ditto.
8788
8789         * gnus-cache.el (gnus-jog-cache): Ditto.
8790
8791         * gnus-msg.el (gnus-summary-reply):
8792         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8793
8794 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8795
8796         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8797         version.  Minor improvement to doc strings.
8798         (tls-program): Add comment.
8799
8800 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8801
8802         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8803         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8804         mismatch between the hostname provided in the certificate and the name
8805         of the host connnecting to.
8806         (open-tls-stream): Use them.  Check certificates against trusted root
8807         certificates.
8808
8809 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8810
8811         * gnus-cache.el (gnus-cache-generate-nov-databases):
8812         Use nnml-generate-nov-databases-directory instead of
8813         nnml-generate-nov-databases-1.
8814
8815 2007-11-24  Glenn Morris  <rgm@gnu.org>
8816
8817         * message.el (message-tool-bar-retro): Update for rename
8818         mail_send.xpm->mail-send.xpm.
8819
8820 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8821
8822         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8823         `smime-ldap-search' for Emacs 22 and up.
8824
8825 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8826
8827         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8828
8829         * message.el (message-send-mail-function): Fix error convention.
8830         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8831         (message-widen-reply, message-send-mail, message-talkative-question)
8832         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8833         (message-clone-locals, message-send-news): Use with-current-buffer.
8834         (message-insert-or-toggle-importance): Remove unused var `valid'.
8835         (message-make-references): Remove unused var `new-references'.
8836         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8837
8838 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8839
8840         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8841         (spam-split-symbolic-return-positive): Reflow docstring.
8842         (spam-backends, spam-summary-exit-behavior)
8843         (spam-mark-ham-unread-before-move-from-spam-group)
8844         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8845         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8846         (spam-clear-cache, spam-backend-check, spam-install-backend)
8847         (spam-install-statistical-backend, spam-list-of-processors)
8848         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8849         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8850         (spam-check-crm114, spam-initialize, spam-unload-hook):
8851         Fix typos in docstrings.
8852
8853 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8854
8855         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8856         been checked if they have never been read and those group levels are
8857         higher than the one that a user specified.
8858
8859 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8860
8861         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8862         foreign groups unless a group level is specified by a user.
8863         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8864
8865 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8866
8867         * message.el (message-send-mail-function): Require sendmail.
8868
8869 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8870
8871         * message.el (message-send-mail-function): Check for smtpmail too.
8872
8873         * utf7.el (utf7-encode, utf7-decode): Use coding system
8874         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8875
8876         * message.el (message-send-mail-function): New function.
8877         (message-send-mail-function): Set default using
8878         message-send-mail-function.  Adjust doc string.
8879         (message-send-mail-with-mailclient): New function.
8880
8881 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8882
8883         * smime.el (from):
8884         * rfc2047.el (message-posting-charset):
8885         * qp.el (mm-use-ultra-safe-encoding):
8886         * pop3.el (parse-time-months):
8887         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8888         * nnml.el (files):
8889         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8890         (jka-compr-compression-info-list, ange-ftp-path-format)
8891         (efs-path-regexp):
8892         * nndiary.el (files):
8893         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8894         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8895         (epg-digest-algorithm-alist, inhibit-redisplay)
8896         (password-cache-expiry):
8897         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8898         (pgg-output-buffer, password-cache-expiry):
8899         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8900         (efs-path-regexp):
8901         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8902         (inhibit-redisplay):
8903         * mm-uu.el (file-name, start-point, end-point, entry)
8904         (gnus-newsgroup-name, gnus-newsgroup-charset):
8905         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8906         (latin-unity-ucs-list):
8907         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8908         (mm-uu-binhex-decode-function):
8909         * message.el (gnus-message-group-art, gnus-list-identifiers)
8910         (rmail-enable-mime-composing, gnus-local-organization)
8911         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8912         (gnus-read-active-file, facemenu-add-face-function)
8913         (facemenu-remove-face-function, gnus-article-decoded-p)
8914         (tool-bar-mode):
8915         * mail-source.el (display-time-mail-function):
8916         * gnus-util.el (nnmail-pathname-coding-system)
8917         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8918         (gnus-original-article-buffer, gnus-user-agent)
8919         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8920         (xemacs-codename, sxemacs-codename, emacs-program-version):
8921         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8922         * gnus-start.el (gnus-agent-covered-methods)
8923         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8924         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8925         (gnus-newsgroup-headers, gnus-group-list-mode)
8926         (gnus-group-mark-positions, gnus-newsgroup-data)
8927         (gnus-newsgroup-unreads, nnoo-state-alist)
8928         (gnus-current-select-method, mail-sources)
8929         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8930         (nnmail-spool-file, gnus-cache-active-hashtb):
8931         * gnus-mh.el (mh-lib-progs):
8932         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8933         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8934         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8935         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8936         (gnus-group-buffer):
8937         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8938         (font-lock-set-defaults):
8939         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8940         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8941         (gnus-summary-post-menu, total-parts, type, condition, length):
8942         * gnus-agent.el (gnus-agent-read-agentview):
8943         * flow-fill.el (show-trailing-whitespace):
8944         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8945         eval-and-compile wrappers for byte compiler pacifiers.
8946
8947         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8948         (mm-display-inline-fontify): Check for featurep 'xemacs not
8949         extent-list.
8950
8951         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8952         itimer-list.
8953         (mm-create-image-xemacs): Only do something for XEmacs.
8954         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8955
8956         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8957
8958         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8959         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8960
8961 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8962
8963         * nnimap.el (nnimap-split-download-body):
8964         * gnus-demon.el (gnus-demon):
8965         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8966
8967 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8968
8969         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8970         New macros.
8971         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8972         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8973         copy data from unibyte buffer to multibyte current buffer.
8974         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8975         to copy data from unibyte current buffer to multibyte buffer.
8976         (nntp-make-process-buffer): Make process buffer unibyte.
8977
8978         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8979
8980 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8981
8982         * pop3.el (pop3-open-server): Accept and process data more robustly at
8983         connexion start to avoid spurious "POP SSL connexion failed" errors.
8984
8985 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8986
8987         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8988         read group names.
8989
8990 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8991
8992         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8993
8994 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8995
8996         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8997         (nnmail-save-active): Use a unibyte buffer when saving active file,
8998         which may contain non-ASCII group names.
8999
9000         * nnml.el (nnml-request-group): Decode group names in messages.
9001
9002 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9003
9004         * message.el (message-citation-line-function)
9005         (message-insert-formatted-citation-line): Fix spelling of
9006         `message-insert-formated-citation-line'.
9007
9008 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9009
9010         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9011
9012 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9013
9014         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9015         nnmail-pathname-coding-system.
9016
9017         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9018         that a user enters; decode group names in messages.
9019
9020         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9021
9022 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9023
9024         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9025
9026         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9027
9028         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9029         risky local variable.
9030
9031         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9032
9033 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9034
9035         * encrypt.el: Improve documentation to fix function name typo.
9036         Reported by Daiki Ueno <ueno@unixuser.org>.
9037
9038 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9039
9040         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9041         even if the point is not in the last page of an article.
9042         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9043         back to the previous page.
9044
9045 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9046
9047         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9048
9049 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9050
9051         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9052
9053 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9054
9055         * message.el (message-check-news-body-syntax):
9056         Avoid mm-string-as-multibyte.
9057         (message-hide-headers): Don't assume (point-min)==1.
9058
9059 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9060
9061         * message.el (message-remove-blank-cited-lines): Fix if remove is
9062         given.
9063         (message-bogus-address-regexp): New variable.
9064         (message-bogus-recipient-p): New function.
9065         (message-check-recipients): New command.
9066         (message-syntax-checks): Add `bogus-recipient'.
9067         (message-fix-before-sending): Add `bogus-recipient'.
9068
9069         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9070         (gnus-treat-body-boundary): Don't test window-system.
9071
9072 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9073
9074         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9075
9076 2007-10-28  Miles Bader  <miles@gnu.org>
9077
9078         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9079         at compile-time too.
9080
9081 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9082
9083         * gnus-msg.el (gnus-message-setup-hook):
9084         Add `message-remove-blank-cited-lines' to options.
9085
9086 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9087
9088         * message.el (message-remove-blank-cited-lines): New function.
9089         Suggested by Karl Plästerer.
9090
9091 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9092
9093         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9094         mapc.
9095
9096         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9097         (top-level): Use mapc to set functions to be traced for debugging.
9098
9099         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9100         called for effect with while loop.
9101
9102         * message.el (message-talkative-question): Replace mapcar called for
9103         effect with mapc.
9104
9105         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9106         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9107         called for effect with dolist.
9108
9109         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9110
9111         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9112         gnus-extra-headers and nnmail-extra-headers.
9113
9114         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9115         called for effect with dolist.
9116         (top-level): Use mapc to set functions to be traced for debugging.
9117
9118         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9119         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9120         dolist.
9121
9122         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9123         Replace mapcar called for effect with mapc.
9124         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9125         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9126         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9127         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9128
9129         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9130         remove-if that's a cl function.
9131
9132         * webmail.el (webmail-debug): Replace mapcar called for effect with
9133         dolist.
9134
9135         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9136         with mapc.
9137
9138 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9139
9140         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9141         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9142         with while loop.
9143
9144         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9145         functions from article-* functions.
9146         (gnus-multi-decode-header): Replace mapcar called for effect with
9147         dolist.
9148
9149         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9150         (gnus-bookmark-show-details): Replace mapcar called for effect with
9151         while loop.
9152
9153         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9154         called for effect with while loop.
9155
9156         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9157         with dolist.
9158
9159         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9160         Replace mapcar called for effect with dolist.
9161
9162         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9163
9164         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9165         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9166         Replace mapcar called for effect with dolist.
9167         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9168         mapc.
9169
9170         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9171         Replace mapcar called for effect with dolist.
9172         (gnus-topic-list): Replace mapcar called for effect with mapc.
9173
9174         * gnus.el: Use mapc instead of mapcar to add autoloads.
9175
9176 2007-10-23  Richard Stallman  <rms@gnu.org>
9177
9178         * gnus-group.el (gnus-group-highlight): Mark as risky.
9179
9180 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9181
9182         * gnus.el (gnus-server-to-method): Return method found first in
9183         gnus-newsrc-alist.
9184
9185         * gnus-art.el (gnus-article-highlight-signature)
9186         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9187         button overlay without the front stickiness.
9188
9189 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9190
9191         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9192         overview buffer needed a catch to receive its throw.
9193         (gnus-agent-flush-cache): Declare as interactive to make this function
9194         easier to use.
9195
9196 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9197
9198         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9199         `next-line'.
9200
9201 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9202
9203         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9204         exclude address matching message-dont-reply-to-names.
9205
9206 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9207
9208         * gnus-util.el (gnus-string<): New function.
9209
9210         * gnus-sum.el (gnus-article-sort-by-author)
9211         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9212
9213 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9214
9215         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9216         the frame-focus tag is set in gnus-buffer-configuration.
9217
9218 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9219
9220         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9221         the front stickiness.
9222
9223 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9224
9225         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9226         url pattern; remove duplicate one.
9227         (gnus-article-extend-url-button): New function.
9228         (gnus-article-add-buttons): Use it.
9229         (gnus-button-push): Use concatenated url that it makes.
9230
9231 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9232
9233         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9234
9235 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9236
9237         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9238         Don't hardcode point-min==1.
9239
9240 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9241
9242         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9243         Fix comment about "iso8859-1".
9244
9245 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9246
9247         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9248         ones returned from the verify-function.
9249
9250         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9251         Call mml2015-extract-cleartext-signature if extraction failed.
9252
9253 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9254
9255         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9256         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9257         failed.
9258
9259 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9260
9261         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9262
9263 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9264
9265         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9266         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9267         recommends to use EasyPG instead of PGG.
9268
9269         * pgg.el: Revert to revision 6.23.2.16.
9270
9271         * pgg-def.el: Revert to revision 6.6.2.14.
9272
9273         * pgg-gpg.el: Revert to revision 6.23.2.34.
9274
9275 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9276
9277         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9278         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9279         thread for both the null and zero (kill/expire thread) universal prefix
9280         cases.
9281         (gnus-summary-expire-thread): Add new function to expire a thread,
9282         using gnus-summary-kill-thread.
9283         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9284         shortcuts for gnus-summary-expire-thread.
9285         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9286         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9287
9288 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9289
9290         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9291         extras value, so an extras entry can be deleted.
9292         (gnus-registry-delete-extra-entry): Use it.
9293         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9294         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9295         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9296         storage through the gnus-registry, and provide an appropriate API for
9297         it.
9298
9299 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9300
9301         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9302         Suggested by Leo <sdl.web@gmail.com>.
9303
9304         * gnus.el: Do.
9305
9306 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9309         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9310
9311         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9312
9313         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9314         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9315
9316 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9317
9318         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9319         newline.
9320         (nnmbox-request-accept-article): Don't change article in source buffer;
9321         narrow to header to use message-fetch-field rather than
9322         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9323         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9324         as delimiters; make sure article ends with newline.
9325         (nnmbox-delete-mail): Correct last position of article to be deleted;
9326         ignore X-Gnus-Newsgroup header in article body.
9327         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9328         positions; make sure article ends with newline.
9329
9330         * message.el (message-display-abbrev): Don't infloop when a user
9331         inserts SPC in the beginning of header.
9332
9333         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9334         coding-system-for-read and coding-system-for-write for XEmacs having no
9335         file-coding feature.
9336
9337         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9338
9339 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9340
9341         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9342         list of groups not followed by default.  Fix type to be regexp.
9343         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9344
9345 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9346
9347         * hmac-def.el (define-hmac-function): Switch from old-style to
9348         new-style backquotes.
9349
9350         * md4.el (md4-make-step): Likewise.
9351
9352 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9353
9354         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9355         raw-text coding system when saving .newsrc file, which may contain
9356         non-ASCII group names.
9357
9358 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9359
9360         * gnus-cus.el (gnus-score-extra): New widget.
9361         (gnus-score-extra-convert): New function.
9362         (gnus-score-customize): Use it for Extra.
9363
9364 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9365
9366         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9367         (mml2015-mailcrypt-clear-verify): Use it.
9368         (mml2015-gpg-clear-verify): Use it.
9369         (mml2015-pgg-clear-verify): Use it.
9370         (mml2015-epg-clear-verify): Replace the current part with the output
9371         from GnuPG; don't extract the plaintext by itself.
9372
9373         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9374         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9375         mml2015-clear-verify-function; don't touch the armor headers or
9376         dash-escaped text here.
9377
9378 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9379
9380         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9381         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9382         parts, or application/octet-stream as a last resort.
9383         (gnus-mime-view-part-as-type): Don't toggle display.
9384         (gnus-mime-view-part-as-charset): Don't turn off display before
9385         querying charset.
9386
9387         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9388         stuff to undisplayer function in Emacs.
9389         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9390
9391         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9392         text/calendar parts.
9393
9394 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9395
9396         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9397         decoding text/calendar parts.
9398
9399         * message.el (message-forward-make-body-mime): Always mark body as
9400         having no illegible text; remove signed-or-encrypted argument.
9401         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9402
9403         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9404         (mml-generate-mime-1): Don't encode body if it is specified to be in
9405         raw form; don't make buffer be unibyte when inserting multibyte string.
9406
9407 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9408
9409         * sha1.el: Fix up comment style.
9410         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9411         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9412
9413         * hex-util.el: Fix up comment style.
9414         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9415
9416         * gnus-salt.el: Use with-current-buffer.
9417         (gnus-pick-setup-message): Fix long-standing typo.
9418
9419 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9420
9421         * imap.el (imap-logout-timeout): New variable.
9422         (imap-logout, imap-logout-wait): New functions.
9423         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9424
9425         * nnimap.el (nnimap-logout-timeout): New server variable.
9426         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9427         nnimap-logout-timeout.
9428
9429         * gnus-art.el (gnus-article-summary-command-nosave)
9430         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9431
9432 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9433
9434         * gnus.el (gnus-maximum-newsgroup): New variable.
9435
9436         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9437         according to gnus-maximum-newsgroup.
9438
9439         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9440         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9441         Limit the range of articles according to gnus-maximum-newsgroup.
9442
9443 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9444
9445         * gnus-art.el (gnus-sticky-article): Fix problems described in
9446         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9447         Don't perform gnus-configure-windows here; reuse existing sticky
9448         article buffer.
9449
9450         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9451         it doesn't exist in gnus-article-mode.
9452
9453 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9454
9455         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9456         (gnus-agent-decoded-group-name): New function.
9457         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9458         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9459
9460 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9461
9462         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9463         Add binding for gnus-sticky-article.
9464         (gnus-summary-exit): Don't kill sticky article buffers.
9465
9466         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9467         article buffer.
9468         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9469         (gnus-kill-sticky-article-buffers): New commands.
9470
9471 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9472
9473         * nntp.el (nntp-xref-number-is-evil): New server variable.
9474         (nntp-find-group-and-number): If it is non-nil, don't trust article
9475         numbers in the Xref header.
9476
9477 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9478
9479         * gnus-agent.el (gnus-agent-read-group): New function.
9480         (gnus-agent-flush-group, gnus-agent-expire-group)
9481         (gnus-agent-regenerate-group): Use it.
9482         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9483         nnmail-pathname-coding-system.
9484
9485 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9486
9487         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9488
9489         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9490         that are unread as unread, and also as selected so that information of
9491         marks having been changed by a user may be updated when exiting group.
9492
9493 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9494
9495         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9496
9497 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9498
9499         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9500         calculated ignoring signature parts to gnus-treat-article.
9501
9502 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9503
9504         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9505         a point here in order to keep the window start.
9506         (gnus-insert-mime-security-button): Make a button overlay without the
9507         front stickiness.
9508         (gnus-mime-display-security): Goto the end of a button.
9509
9510         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9511
9512 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9513
9514         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9515         group-name-at-point.
9516         (gnus-group-completing-read): New function that offers decoded
9517         non-ASCII group names for completion.
9518         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9519         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9520         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9521         (gnus-group-fetch-control): Use it.
9522         (gnus-fetch-group): Use group-name-at-point for the initial value
9523         rather than the default value; use gnus-alive-p.
9524
9525         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9526         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9527         (gnus-summary-post-news): Use gnus-group-completing-read.
9528
9529         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9530         (gnus-read-move-group-name): Decode group name for completion.
9531
9532 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9533
9534         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9535         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9536         Yamaoka slightly modified the code).
9537
9538 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9539
9540         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9541         (nnmail-split-incoming): Bind it.
9542
9543         * nnml.el (nnml-group-name-charset): New function.
9544         (nnml-decoded-group-name): Use it; don't decode group name if
9545         nnmail-group-names-not-encoded-p is non-nil.
9546         (nnml-encoded-group-name): New function.
9547         (nnml-group-pathname): Inline nnml-decoded-group-name.
9548         (nnml-request-expire-articles): Decode group name in message.
9549         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9550         nnmail-pathname-coding-system.
9551         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9552         not decoded ones according to nnmail-group-names-not-encoded-p.
9553         (nnml-generate-active-info): Use nnml-encoded-group-name.
9554
9555 2007-08-08  Glenn Morris  <rgm@gnu.org>
9556
9557         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9558         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9559         doc-strings and comments.
9560
9561 2007-07-25  Glenn Morris  <rgm@gnu.org>
9562
9563         * Relicense all FSF files to GPLv3 or later.
9564
9565 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9566
9567         * gnus-sum.el (gnus-summary-move-article):
9568         Make gnus-summary-respool-article work.
9569
9570 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9571
9572         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9573         string.
9574
9575 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9576
9577         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9578         that should be ignored when comparing distant RSS articles with local
9579         ones.
9580         (nnrss-make-hash-index): New function.  Create a hash index according
9581         to the ignored fields.
9582         (nnrss-check-group): Use it.
9583
9584 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9585
9586         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9587
9588         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9589
9590         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9591         the new optional argument ENCODED is non-nil.
9592         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9593         coding system for encoding group name.
9594         (gnus-group-make-rss-group): Pass un-encoded group name to
9595         gnus-group-make-group.
9596         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9597         encoded.
9598
9599         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9600         Encode group name to which articles are moved or copied.
9601         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9602         coding system for encoding Newsgroup, Followup-To and Xref headers.
9603
9604         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9605         marks; use nnheader-file-coding-system to write a file.
9606         (nnagent-retrieve-headers): Bind file-name-coding-system to
9607         nnmail-pathname-coding-system.
9608
9609         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9610
9611         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9612         (nnml-request-article, nnml-request-create-group)
9613         (nnml-request-rename-group, nnml-find-id)
9614         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9615         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9616         (nnml-save-marks): Use nnml-group-pathname instead of
9617         nnmail-group-pathname.
9618
9619         (nnml-request-create-group, nnml-request-expire-articles)
9620         (nnml-request-move-article, nnml-request-delete-group)
9621         (nnml-deletable-article-p, nnml-possibly-create-directory)
9622         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9623         (nnml-open-marks): Bind file-name-coding-system to
9624         nnmail-pathname-coding-system.
9625
9626         (nnml-request-article): Pass server argument to nnml-find-group-number.
9627         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9628         Pass server argument to nnml-possibly-create-directory.
9629         (nnml-request-accept-article): Pass server argument to
9630         nnml-active-number and nnml-save-mail.
9631         (nnml-find-group-number): Pass server argument to nnml-find-id.
9632         (nnml-request-update-info): Pass server argument to
9633         nnml-marks-changed-p.
9634
9635         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9636         (nnml-save-mail, nnml-active-number): Add server argument.
9637
9638         (nnml-request-delete-group): Warn if group is missing.
9639         (nnml-get-nov-buffer): Decode group name.
9640         (nnml-generate-active-info): Encode group name.
9641         (nnml-open-marks): Decode group name in messages.
9642
9643 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9644
9645         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9646         if it is not specified.
9647         (gnus-article-pipe-part, gnus-article-save-part)
9648         (gnus-article-interactively-view-part, gnus-article-copy-part)
9649         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9650         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9651         (gnus-article-replace-part, gnus-article-delete-part)
9652         (gnus-article-view-part-as-type): Pass raw prefix argument to
9653         gnus-article-part-wrapper.
9654
9655 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9656
9657         * gnus-agent.el (gnus-agent-save-active):
9658         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9659
9660         * gnus-cache.el (gnus-cache-save-buffers)
9661         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9662         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9663         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9664         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9665         (gnus-cache-generate-active, gnus-cache-rename-group)
9666         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9667         (gnus-cache-update-overview-total-fetched-for):
9668         Bind file-name-coding-system to nnmail-pathname-coding-system.
9669         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9670         New variables.
9671         (gnus-cache-decoded-group-name): New function.
9672         (gnus-cache-file-name): Use it.
9673         (gnus-cache-generate-active): Use non-decoded group name for active.
9674
9675         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9676         right place.
9677         (gnus-write-active-file): Don't break non-ASCII group names.
9678
9679         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9680         nnmail-pathname-coding-system.
9681
9682         * lpath.el: Bind default-file-name-coding-system,
9683         file-name-coding-system and language-info-alist for XEmacs.
9684
9685         * gnus-uu.el (gnus-uu-decode-save): Typo.
9686
9687 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9688
9689         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9690
9691 2007-07-14  David Kastrup  <dak@gnu.org>
9692
9693         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9694         finishing actions if we did not edit the article.
9695
9696 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9697
9698         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9699         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9700         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9701         (gnus-agent-flush-group, gnus-agent-flush-cache)
9702         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9703         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9704         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9705         (gnus-agent-regenerate-group)
9706         (gnus-agent-update-files-total-fetched-for)
9707         (gnus-agent-update-view-total-fetched-for):
9708         Bind file-name-coding-system to nnmail-pathname-coding-system.
9709         (gnus-agent-group-pathname): Don't encode file names by
9710         nnmail-pathname-coding-system.
9711         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9712         coding-system-for-write instead of buffer-file-coding-system to
9713         gnus-agent-file-coding-system.
9714
9715         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9716         Decode group name.
9717
9718         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9719
9720         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9721         (gnus-read-newsrc-el-file): Make group names unibyte.
9722
9723         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9724         nnmail-pathname-coding-system.
9725
9726         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9727         (nnrss-request-delete-group): Bind file-name-coding-system to
9728         nnmail-pathname-coding-system.
9729         (nnrss-read-server-data, nnrss-read-group-data):
9730         Bind file-name-coding-system correctly.
9731         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9732
9733         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9734         (nntp-server-to-method-cache): New variable.
9735         (nntp-group-pathname): New function that decodes non-ASCII group names.
9736         (nntp-possibly-create-directory, nntp-marks-changed-p)
9737         (nntp-save-marks, nntp-open-marks): Use it.
9738         (nntp-possibly-create-directory, nntp-open-marks):
9739         Bind file-name-coding-system to nnmail-pathname-coding-system.
9740         (nntp-open-marks): Decode group names when bootstrapping marks.
9741
9742         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9743         Newsgroups and Folowup-To headers.
9744
9745 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9746
9747         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9748         (gnus-server-closed-face, gnus-server-denied-face)
9749         (gnus-server-offline-face): Remove variable.
9750         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9751
9752         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9753         of modifying message-stack directly for XEmacs.
9754
9755         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9756         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9757         if the coding-system argument is nil for XEmacs.
9758
9759         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9760         mm-charset-override-alist.
9761
9762         * rfc2047.el: Don't require base64; require rfc2045 for the function
9763         rfc2045-encode-string.
9764         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9765         to quote the parameter value.
9766
9767 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9768
9769         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9770         form in gnus-group-name-charset-method-alist.
9771
9772         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9773         overrides the default layout edit-form.
9774
9775         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9776
9777         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9778
9779 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9780
9781         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9782         as unfetched articles.
9783
9784 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9785
9786         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9787
9788 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9789
9790         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9791         original back end that keeps marks in the local system.
9792
9793 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9794
9795         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9796         arg of pop-to-buffer for XEmacs.
9797         (gnus-article-read-summary-keys): Ditto; don't restore window
9798         configuration if summary command ends up with neither article buffer
9799         nor summary buffer; describe bindings if summary keys end with C-h.
9800
9801 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9802
9803         * message.el (message-fix-before-sending): Skip raw message part to be
9804         forwarded while checking illegible text.
9805         (message-forward-make-body-mime, message-forward-make-body):
9806         Mark signed or encrypted raw message as having no illegible text.
9807
9808 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9809
9810         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9811         (gnus-message-with-timestamp-1): New macro.
9812         (gnus-message-with-timestamp): New function.
9813         (gnus-message): Use them.
9814
9815         * nnheader.el (nnheader-message): Use them.
9816
9817 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9818
9819         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9820         .newsrc.eld file.
9821
9822 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9823
9824         * gnus-agent.el (gnus-agent-fetch-headers)
9825         (gnus-agent-retrieve-headers):
9826         Bind gnus-decode-encoded-address-function to identity.
9827
9828         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9829         available also when the server returns simply a dot.
9830
9831         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9832
9833 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9834
9835         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9836
9837 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9838
9839         * gnus-ems.el (gnus-x-splash): Make it work.
9840
9841         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9842         from being used.
9843
9844         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9845
9846 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9847
9848         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9849         4th and the 5th arguments.
9850
9851         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9852         the front stickiness.
9853         (gnus-article-summary-command-nosave): Correct the order of the
9854         arguments passed to pop-to-buffer.
9855         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9856         summary command ends up with the article buffer.
9857
9858         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9859         the same faces.
9860
9861 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9862
9863         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9864
9865 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9866
9867         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9868         * gnus-sum.el (gnus-summary-highlight):
9869         * pgg.el (pgg-sign-region, pgg-sign):
9870         * mail-source.el (mail-source-delete-old-incoming-confirm):
9871         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9872
9873 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9874
9875         * gnus-art.el (gnus-mime-view-part-externally)
9876         (gnus-mime-view-part-internally): Fix predicate function passed to
9877         completing-read.
9878
9879         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9880
9881         * gnus.el (gnus-update-message-archive-method): Add :version.
9882
9883 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9884
9885         * gnus.el (gnus-update-message-archive-method): New variable.
9886
9887         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9888         according to gnus-message-archive-method if
9889         gnus-update-message-archive-method is non-nil.
9890
9891 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9892
9893         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9894         Suggested by Loic Dachary <loic@dachary.org>.
9895         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9896
9897 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9898
9899         * message.el (message-pop-to-buffer): Add switch-function argument.
9900         (message-mail): Pass switch-function argument to it.
9901
9902 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9903
9904         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9905         Improve doc string.
9906
9907 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9908
9909         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9910         (gnus-header-content)
9911         * gnus-cite.el (gnus-cite-10)
9912         * gnus-srvr.el (gnus-server-closed)
9913         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9914         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9915         (gnus-group-mail-3-empty, gnus-group-mail-low)
9916         (gnus-group-mail-low-empty, gnus-splash)
9917         * message.el (message-header-to, message-header-cc)
9918         (message-header-subject, message-header-other, message-header-name)
9919         (message-header-xheader, message-separator, message-cited-text)
9920         (message-mml): Lighten colors of faces used for dark background.
9921
9922 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9923
9924         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9925         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9926
9927 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9928
9929         * message.el (message-narrow-to-headers-or-head):
9930         Ignore mail-header-separator in the body.
9931
9932 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9933
9934         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9935         same as window size.
9936
9937 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9938
9939         * message.el (message-font-lock-keywords): Use message-header-xheader
9940         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9941         ahead of the anything pattern, to get it recognised.
9942
9943 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9944
9945         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9946         spam.el loads uses it in the compiled defadvice form.
9947
9948 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9949
9950         * gnus-sum.el (gnus-articles-to-read)
9951         (gnus-summary-insert-old-articles): Don't truncate group name for
9952         `read-string'.
9953
9954         * gnus-util.el (gnus-limit-string): Delete this function.
9955
9956         * gnus-sum.el (gnus-simplify-subject-fully):
9957         Use `truncate-string-to-width' instead.
9958
9959 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9960
9961         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9962         Tell if, on summary exit, the next group has to be selected.
9963         (gnus-summary-exit): Use it.
9964
9965 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9966
9967         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9968         non-break space.
9969
9970 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9971
9972         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9973         Check if group is not a directory.
9974         (nnfolder-request-expire-articles): Don't delete articles if the target
9975         group is not available.
9976
9977         * nnml.el (nnml-request-create-group): Properly check if group is not a
9978         file.
9979         (nnml-request-expire-articles): Don't delete articles if the target
9980         group is not available.
9981
9982         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9983         Don't quote characters that are within parentheses.
9984
9985 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9986
9987         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9988         (gnus-handle-ephemeral-exit): Select article according to it.
9989
9990 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9991
9992         * message.el (message-insert-formated-citation-line): Remove newline.
9993         (message-citation-line-format): Add final \n here so that the user can
9994         avoid a blank line.
9995
9996 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9997
9998         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9999         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10000         Update lanl/arXiv support.
10001
10002 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10003
10004         * gnus.el: Bump version number.
10005
10006 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10007
10008         * gnus.el (gnus-version-number): Bump version.
10009
10010 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10011
10012         * gnus.el: No Gnus v0.6 is released.
10013
10014 2007-04-27  Didier Verna  <didier@xemacs.org>
10015
10016         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10017         * gmm-utils.el (gmm-regexp-concat): ... here.
10018         * message.el: Don't require 'gnus-util.
10019         (message-dont-reply-to-names): Handle name change above.
10020         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10021
10022 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10023
10024         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10025         since the initial value varies according to the system.
10026
10027 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10028
10029         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10030
10031 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10032
10033         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10034
10035 2007-04-24  Didier Verna  <didier@xemacs.org>
10036
10037         Improve the type of gnus-ignored-from-addresses.
10038         * gnus-util.el (gnus-orify-regexp): New function.
10039         * message.el (gnus-util): Require it.
10040         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10041         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10042         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10043
10044 2007-04-24  Didier Verna  <didier@xemacs.org>
10045
10046         * gnus-sum.el:
10047         * gnus-utils.el: Fix some trailing whitespaces.
10048
10049 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10050
10051         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10052         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10053         article's Message-ID; refer parent article in summary buffer.
10054
10055         * message.el (message-bounce): Call mime-to-mml.
10056
10057         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10058         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10059         optimize and/or forms properly.
10060
10061 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10062
10063         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10064         URL.
10065
10066 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10067
10068         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10069
10070 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10071
10072         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10073         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10074         displayed of multipart/alternative part if it is invoked from summary
10075         buffer.
10076
10077         * mm-view.el (mm-inline-text-html-render-with-w3m)
10078         (mm-inline-text-html-render-with-w3m-standalone)
10079         (mm-inline-render-with-function): Use mail-parse-charset by default.
10080
10081 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10082
10083         * parse-time.el (parse-time-string-chars): Check if CHAR
10084         is less than the length of parse-time-syntax.
10085
10086 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10087
10088         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10089         from gnus-newsgroup-processable.
10090
10091 2007-04-16  Didier Verna  <didier@xemacs.org>
10092
10093         * gnus-msg.el (gnus-configure-posting-styles):
10094         Handle message-signature-directory properly with :file syntax.
10095         Reported by "Leo".
10096
10097 2007-04-11  Didier Verna  <didier@xemacs.org>
10098
10099         New user option: message-signature-directory.
10100         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10101         * message.el (message-insert-signature): Ditto.
10102         * message.el (message-signature-file): Doc update.
10103         * message.el (message-signature-directory): New.
10104
10105 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10106
10107         * gnus-msg.el (gnus-inews-yank-articles):
10108         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10109
10110 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10111
10112         * message.el (message-yank-original): Make sure cited text ends with
10113         newline; don't exchange point and mark.
10114
10115 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10116
10117         * tls.el (open-tls-stream): Properly handle case where there
10118         is no associated buffer.
10119
10120 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10121
10122         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10123         message-yank-original, make sure (< mark TEXT point).
10124
10125 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10126
10127         * message.el (message-fill-column): New variable.
10128         (message-mode): Use it.  Add comment on a possible new hook.
10129
10130         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10131         (nnmail-get-new-mail): Reformat.
10132
10133         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10134
10135         * gmm-utils.el: Fix Commentary.
10136         (gmm-tool-bar-from-list): Fix typo in doc string.
10137
10138 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10139
10140         * message.el (message-yank-original): Don't switch point and mark
10141         unnecessarily to put point and mark as documented.
10142
10143 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10144
10145         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10146         from the message heads.
10147
10148 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10149
10150         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10151         article buffer does not have a window.  This may not be the best
10152         solution but is certainly better than setting the start of the null,
10153         that is the current, window.
10154
10155 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10156
10157         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10158         (gnus-draft-setup): Run it.
10159
10160         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10161         gnus-score-fast-scoring.  Allow regexp.
10162         (gnus-score-headers): Use it.
10163
10164         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10165         XEmacs.
10166
10167         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10168         string.
10169         (gnus-button-alist): Also catch `<f1> k ...'.
10170         (gnus-treat-display-x-face): Fix doc string.
10171
10172 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10173
10174         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10175         evaluation of gnus-extended-version to ensure correct generation of the
10176         User-Agent header when message-generate-headers-first is used.
10177
10178 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10179
10180         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10181         hashcash-path is nil.  Don't call callback with incorrect number of
10182         parameters if val is 0.
10183
10184 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10185
10186         * message.el (message-required-news-headers):
10187         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10188
10189 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10190
10191         * tls.el (open-tls-stream): In handshake-waiting loop,
10192         don't wait more if there is output available to process.
10193
10194 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10195
10196         * tls.el (tls-program): Doc fix.
10197
10198 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10199
10200         * message.el (message-generate-new-buffers): Change the meaning of the
10201         nil value; add `standard' to the choices; treat t as `unique'; improve
10202         doc string.
10203         (gnus-select-frame-set-input-focus): Autoload.
10204         (message-buffer-name): Search for the existing message buffer if
10205         message-generate-new-buffers is nil or `standard'; treat the value t of
10206         message-generate-new-buffers as `unique'.
10207         (message-pop-to-buffer): Raise the frame already displaying the message
10208         buffer; clear the echo area after querying.
10209         (message-setup): Pass the `continue' argument to compose-mail.
10210         (message-mail): Prefer `switch-function' if it is given; search for the
10211         existing message buffer if the `continue' argument is non-nil; pass
10212         continue and switch-function arguments to compose-mail by way of
10213         message-setup.
10214         (message-mail-other-window): Adjust argument of message-setup.
10215         (message-mail-other-frame): Ditto.
10216
10217 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10218
10219         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10220         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10221         to turn font-lock on when turning gnus-message-citation-mode on.
10222
10223 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10224
10225         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10226         (mml-smime-function-alist): New variable; add epg as the backend.
10227         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10228         mml-smime- functions instead.
10229         * mm-view.el: Require smime.
10230
10231 2007-03-05  Didier Verna  <didier@xemacs.org>
10232
10233         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10234         instead of just inheritance for posting styles.
10235         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10236
10237 2007-02-24  Chris Moore  <dooglus@gmail.com>
10238
10239         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10240         * pgg-pgp.el (pgg-pgp-encrypt-region):
10241         * pgg-gpg.el (pgg-gpg-encrypt-region):
10242         Check pgg-encrypt-for-me if no other recipients.
10243
10244 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10245
10246         * tls.el (tls-certtool-program): Fix custom type.
10247
10248 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10249
10250         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10251         and point-at-eol instead of line-(beginning|end)-position.
10252
10253         * assistant.el (assistant-parse-buffer): Ditto.
10254
10255         * netrc.el (netrc-parse-services): Ditto.
10256
10257 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10258
10259         * mml2015.el (mml2015-epg-find-usable-key): New function.
10260         (mml2015-epg-sign): Use it.
10261         (mml2015-epg-encrypt): Use it.
10262
10263 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10264
10265         * message.el (message-make-in-reply-to): Quote name containing
10266         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10267         if there are special characters.  Reported by NAKAJI Hiroyuki
10268         <nakaji@jp.freebsd.org>.
10269
10270 2007-02-27  Didier Verna  <didier@xemacs.org>
10271
10272         Include the group parameters as well as the topic ones in the
10273         inheritance filter process.
10274         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10275         argument GROUP-PARAMS-LIST.
10276         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10277
10278 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10279
10280         * nntp.el (nntp-never-echoes-commands)
10281         (nntp-open-connection-functions-never-echo-commands): New variables.
10282         (nntp-send-command): Use them.
10283
10284 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10285
10286         * mml2015.el (mml2015-epg-verify): Simplify.
10287
10288 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10289
10290         * mml.el (mml-content-disposition-alist): New user option.
10291         (mml-content-disposition): New function.
10292         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10293         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10294
10295 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10296
10297         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10298         verification.
10299
10300 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10301
10302         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10303         articles posted in the last 24 hours.
10304
10305 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10306
10307         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10308
10309 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10310
10311         * nntp.el (nntp-send-command): Don't wait for echoes when
10312         nntp-open-ssl-stream is used.
10313
10314 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10315
10316         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10317         (gnus-message-add-citation-keywords)
10318         (gnus-message-remove-citation-keywords): Remove.
10319         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10320         directly, make the variables in font-lock-defaults buffer-local, add
10321         gnus-message-citation-keywords to them and then update the value of
10322         font-lock-keywords.
10323
10324 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10325
10326         * message.el (message-cite-original-1): Don't call
10327         gnus-article-highlight-citation.
10328
10329         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10330         citations; fix line count.
10331
10332 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10333
10334         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10335         (gnus-message-add-citation-keywords)
10336         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10337         versions of font-lock-add-keywords and font-lock-remove-keywords to
10338         work with XEmacs correctly.
10339
10340 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10341
10342         * gnus-cite.el (gnus-cite-face-list): Set the values of
10343         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10344         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10345         (gnus-message-cite-prefix-regexp): New variable.
10346         (gnus-message-search-citation-line): Use it; protect against long
10347         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10348         the 0th match data for Emacs.
10349         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10350         (gnus-message-add-citation-keywords): Append keywords rather than
10351         prepending; emulate font-lock-add-keywords if it is not available.
10352         (gnus-message-remove-citation-keywords):
10353         Emulate font-lock-remove-keywords if it is not available.
10354
10355         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10356
10357         * message.el (message-cite-prefix-regexp): Set the value of
10358         gnus-message-cite-prefix-regexp.
10359
10360 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10361
10362         * nnweb.el (nnweb-google-parse-1): Update parser.
10363
10364 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10365
10366         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10367
10368 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10369
10370         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10371         regexp.
10372
10373 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10374
10375         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10376         string-to-multibyte.
10377         (uudecode-decode-region-internal): Use it.
10378
10379         * lpath.el: Fbind string-as-multibyte for XEmacs.
10380
10381 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10382
10383         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10384         Fix custom choice.
10385
10386         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10387
10388 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10389
10390         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10391
10392         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10393         `write-region' to respect `mm-inhibit-file-name-handlers'.
10394
10395 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10396
10397         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10398         Use gnus-home-directory instead of "~/" or "$HOME".
10399
10400 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10401
10402         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10403         to mention filename.
10404         Add comments at beginning regarding usage.
10405         (encrypt-write-file-contents): Change interactive so a string is
10406         acceptable.  If the file has no associated model, show an error instead
10407         of a nonsense prompt.
10408
10409 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10410
10411         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10412         Thanks to Yoshihiko Yamada for kind notification of this typo.
10413
10414 2007-01-12  Kenichi Handa  <handa@m17n.org>
10415
10416         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10417         multibyte buffer.
10418
10419 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10420
10421         * gnus-score.el (gnus-score-fast-scoring): New variable.
10422         (gnus-score-headers): Use it.
10423
10424         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10425
10426         * message.el (message-cite-original-1):
10427         Call gnus-article-highlight-citation if requested.
10428         (message-make-from): Allow name and address as optional arguments.
10429
10430         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10431
10432         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10433         bugs to doc string.
10434         (gnus-button-alist): Add mid\\|message-id.
10435         (gnus-button-fetch-group): Extend for use in
10436         `browse-url-browser-function'.
10437         (gnus-button-url-regexp): Try to catch paired parentheses like in
10438         Wikipedia URLs.
10439
10440         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10441         Suggested by Simon Krahnke <overlord@gmx.li>.
10442
10443 2007-01-13  Romain Francoise  <romain@orebokech.com>
10444
10445         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10446         Update copyright.
10447
10448 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10449
10450         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10451
10452 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10453
10454         * gnus-registry.el (gnus-registry-unfollowed-groups)
10455         (gnus-registry-split-fancy-with-parent): Fix documentation.
10456
10457 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10458
10459         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10460         from nnweb groups.
10461
10462 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10463
10464         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10465         Xref urls.  Erase buffer before requesting head.
10466
10467         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10468
10469 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10470
10471         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10472         customizable.
10473
10474 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10475
10476         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10477         no signing key is found.
10478         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10479         no encrypting and/or signing key is found.
10480
10481 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10482
10483         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10484
10485 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10486
10487         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10488         headers read from disk with the ones newly found in the current search.
10489         This should no longer cause problems, because the article numbers in
10490         Gmane's `nov.php' output are ignored since the previous change.
10491
10492 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10493
10494         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10495
10496 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10497
10498         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10499         replace-regexp-in-string; bind url-version; fbind display-images-p and
10500         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10501         find-face and set-itimer-function for Emacs; bind itimer-list for
10502         Emacs.
10503
10504         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10505
10506 2007-01-01  Romain Francoise  <romain@orebokech.com>
10507
10508         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10509
10510 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10511
10512         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10513         `define-minor-mode' macro definition expanded properly.
10514         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10515         exclude it there.
10516
10517         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10518         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10519         `fboundp' test.
10520         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10521         This is OK to autoload in (S)XEmacs now.
10522
10523 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10524
10525         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10526         keystroke.
10527         (gnus-summary-limit-to-singletons): Fix typo.
10528
10529         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10530         else fails.
10531
10532 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10533
10534         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10535         docstring.
10536
10537         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10538         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10539         (gnus-summary-insert-dormant-articles): Fix typo in message.
10540
10541 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10542
10543         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10544         nil for XEmacs.
10545         (gnus-message-citation-mode): Don't autoload in XEmacs.
10546
10547         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10548
10549 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10550
10551         * nnimap.el (nnimap-expunge-search-string):
10552         Mention nnimap-search-uids-not-since-is-evil in docstring.
10553
10554 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10555
10556         * spam.el: Revert to make-obsolete-variable because
10557         define-obsolete-variable-alias is not supported in Emacs 21.
10558
10559         * spam.el (spam-ifile-path, spam-ifile-database-path)
10560         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10561         make-obsolete-variable.
10562         (spam-bsfilter-path, spam-bsfilter-program)
10563         (spam-spamassassin-path, spam-spamassassin-program)
10564         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10565         Don't use "path" inappropriately.
10566         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10567         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10568         variable names.
10569
10570 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10571
10572         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10573         summary buffer.
10574
10575         * password.el (password-cache-remove): Use clear-string to burn
10576         password, if available.
10577
10578 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10579
10580         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10581
10582         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10583
10584         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10585         (gnus-message-highlight-citation): Move defcustom here from
10586         gnus-cite.el.
10587         (gnus-message-citation-mode): Autoload.
10588
10589         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10590         checks to make it compile with XEmacs.
10591         (gnus-message-citation-mode): New minor mode.
10592         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10593         (gnus-message-highlight-citation): New variables.
10594         (gnus-message-search-citation-line)
10595         (gnus-message-add-citation-keywords)
10596         (gnus-message-remove-citation-keywords)
10597         (turn-on-gnus-message-citation-mode)
10598         (turn-off-gnus-message-citation-mode): New functions.
10599
10600 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10601
10602         * gnus-cite.el: Enable highlighting of different citation levels in
10603         message-mode.
10604
10605 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10606
10607         * message.el (message-make-fqdn): Fix comment.
10608         (message-bogus-system-names): Add ".local".
10609
10610         * spam.el (spam-ifile-path, spam-ifile-program)
10611         (spam-ifile-database-path, spam-ifile-database)
10612         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10613         Don't use "path" inappropriately.
10614         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10615         strings.
10616         (spam-check-ifile, spam-ifile-register-with-ifile)
10617         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10618         Use new variable names.
10619
10620         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10621         (gnus-treat-display-smileys): Simplify using
10622         gnus-image-type-available-p.
10623
10624         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10625         available.
10626
10627         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10628         Use `display-images-p' if available.
10629
10630 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10631
10632         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10633         one after turning on the buffer's multibyteness instead of decoding
10634         them directly in the unibyte buffer that causes unexpected conversion
10635         in Emacs 23 (unicode).
10636
10637 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10638
10639         * message.el (message-generate-hashcash): Fix custom type.
10640
10641 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10642
10643         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10644
10645 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10646
10647         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10648         disconnect icons.  Add help text.
10649
10650 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10651
10652         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10653         negated to be consistent with the others we handle.
10654
10655 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10656
10657         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10658         version of gnus-summary-buffer to something, so that we can use two
10659         article buffers at the same time.
10660
10661 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10662
10663         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10664         trigger all the extra headers.
10665         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10666         sorting.
10667
10668 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10669
10670         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10671         solid groups.
10672
10673 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10674
10675         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10676
10677 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10678
10679         * legacy-gnus-agent.el: Add Copyright notice.
10680
10681 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10682
10683         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10684
10685 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10686
10687         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10688
10689         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10690         to make it work reliably in CVS Emacs.
10691         (gnus-summary-limit-strange-charsets-predicate)
10692         (gnus-summary-limit-to-predicate): New functions.
10693
10694 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10695
10696         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10697         specifying array size.
10698         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10699         array if it is too small.
10700         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10701         (gnus-sort-threads-loop): New function.
10702
10703 2006-12-06  Chris Moore  <dooglus@gmail.com>
10704
10705         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10706         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10707
10708 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10709
10710         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10711         options.
10712
10713 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10714
10715         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10716         DOS-ing the recipient.
10717
10718         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10719         the headers when creating the mapping to avoid mismappings.
10720         (nnweb-gmane-create-mapping): Always nix out old mapping.
10721
10722 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10723
10724         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10725         and mm-verify-option to never.
10726
10727 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10728
10729         * message.el (message-signed-or-encrypted-p): New function.
10730         (message-forward-make-body): Use it.
10731
10732         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10733         Replace encode-coding-string with mm-encode-coding-string.
10734
10735 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10736
10737         * nneething.el (nneething-decode-file-name):
10738         Replace decode-coding-string with mm-decode-coding-string.
10739
10740         * gnus-int.el (gnus-open-server): Say failed server's name.
10741
10742 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10743
10744         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10745         strings to a single string.  Quote `errors-file-name'.
10746         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10747         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10748         Adjust calls.  Use `shell-quote-argument'.
10749
10750 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10751
10752         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10753         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10754
10755         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10756         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10757         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10758         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10759         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10760         (gnus-subscribe-newsgroup, gnus-1):
10761         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10762         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10763         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10764         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10765
10766 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10767
10768         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10769         keystroke.
10770         (gnus-summary-limit-to-bodies): Implement headersp.
10771
10772 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10773
10774         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10775
10776 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10777
10778         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10779
10780 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10781
10782         * message.el (message-generate-hashcash): Expand range of values to
10783         include `opportunistic'.
10784         (message-send-mail): Use it.
10785
10786 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10787
10788         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10789         and comment it.
10790
10791         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10792
10793 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10794
10795         * gnus-util.el (gnus-extract-address-components): Improve comment.
10796
10797 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10798
10799         * gnus-util.el (gnus-extract-address-components): Work with address in
10800         which the name portion contains @.
10801
10802         * lpath.el: Fbind custom-autoload.
10803
10804 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10805
10806         * gnus.el (gnus-start): Move custom group up.
10807         (gnus-select-method): Don't autoload, but make it available for
10808         `customize-variable'.
10809         (gnus-getenv-nntpserver): Don't autoload.
10810
10811 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10812
10813         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10814
10815 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10816
10817         * message.el (message-sendmail-extra-arguments): New variable.
10818         (message-send-mail-with-sendmail): Use it.
10819
10820 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10821
10822         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10823         mm-with-unibyte-current-buffer to make string unibyte.
10824
10825         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10826         mm-string-as-multibyte.
10827
10828 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10829
10830         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10831         Reported by Werner Koch <wk@gnupg.org>.
10832
10833 2006-11-14  Daiki Ueno  <ueno@p360>
10834
10835         * mml2015.el: Autoload epa-select-keys when compiling.
10836
10837 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10838
10839         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10840         message-options.
10841         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10842
10843 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10844
10845         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10846         EasyPG (< 0.0.6).
10847         (mml2015-always-trust): New user option.
10848         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10849         prompt.
10850
10851 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10852
10853         * nntp.el (nntp-authinfo-force): New variable.
10854         (nntp-send-authinfo): Use it.
10855
10856 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10857
10858         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10859         decode encoded words.  Improve prompt.  Add comment about forwarding.
10860         (message-replacement-char): Move up.
10861
10862 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10863
10864         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10865         instead of gnus-intersection because arguments of gnus-sorted-nunion
10866         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10867
10868 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10869
10870         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10871         (message-simplify-subject-functions):
10872         Enable message-strip-subject-encoded-words by default.
10873
10874 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10875
10876         * message.el (message-strip-subject-encoded-words): New function.
10877         (message-simplify-subject-functions): New variable.
10878         (message-simplify-subject): Use it.  Fix typo in doc string.
10879         Support message-strip-subject-encoded-words.
10880
10881 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10882
10883         * gnus-diary.el (gnus-diary-delay-format-function):
10884         * nndiary.el (nndiary-reminders):
10885         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10886
10887 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10888
10889         * gnus-art.el (article-hide-boring-headers): Fetch date from
10890         gnus-original-article-buffer to avoid problems with localized date
10891         strings.
10892
10893 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10894
10895         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10896
10897 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10898
10899         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10900         New variables.
10901         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10902         (mm-charset-synonym-alist): Move some entries to
10903         mm-codepage-iso-8859-list.
10904         (mm-charset-synonym-alist, mm-charset-override-alist):
10905         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10906
10907 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10908
10909         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10910
10911 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10912
10913         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10914         with Emacs 21 and XEmacs.
10915
10916 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10917
10918         * spam.el (spam-parse-address): New function for better parsing,
10919         catching errors, etc.
10920         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10921
10922 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10923
10924         * mm-view.el: Add interactive arg to html2text autoload.
10925
10926 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10927
10928         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10929
10930 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10931
10932         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10933         New variables.
10934         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10935         (mm-charset-synonym-alist): Move some entries to
10936         mm-codepage-iso-8859-list.
10937
10938         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10939
10940 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10941
10942         * message.el (message-citation-line-format)
10943         (message-insert-formated-citation-line): Fix implementation of %E, %N
10944         and %n according to the doc string.
10945
10946 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10947
10948         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10949         Use car-safe to avoid bad parses.
10950
10951 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10952
10953         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10954         names.
10955
10956         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10957
10958 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10959
10960         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10961         header.
10962
10963         * message.el (message-draft-headers): Add Date.
10964         (message-headers-to-generate): Fix typo in docstring.
10965
10966         * nndraft.el (nndraft-required-headers): New variable.
10967         (nndraft-generate-headers): Use it.
10968
10969         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10970
10971 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10972
10973         * gnus-registry.el (gnus-registry-wash-for-keywords)
10974         (gnus-registry-find-keywords): New functions to allow easy searching of
10975         articles that are in the registry.
10976
10977 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10978
10979         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10980         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10981         Reported by Damien Elmes <damien@repose.cx>.
10982
10983 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10984
10985         * gnus.el (gnus-mime): Remove unused custom group.
10986
10987 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10988
10989         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10990         "blank line" when searching for end of armor headers.
10991
10992 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10993
10994         * gmm-utils.el (gmm-write-region): Fix variable name.
10995
10996 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10997
10998         * gmm-utils.el (gmm-write-region): New function based on compatibility
10999         code from `mm-make-temp-file'.
11000
11001         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11002
11003         * nnmaildir.el (nnmaildir--update-nov)
11004         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11005         Use `gmm-write-region'.
11006
11007 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11008
11009         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11010         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11011
11012         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11013
11014         * message.el (message-replacement-char): New variable.
11015         (message-fix-before-sending): Use it.
11016         (message-simplify-subject): New function to remove duplicate code.
11017         (message-reply, message-followup): Use it.
11018
11019         * gnus-sum.el (gnus-summary-make-menu-bar):
11020         Clarify gnus-summary-limit-to-articles.
11021
11022 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11023
11024         * gnus-util.el (gnus-with-local-quit): New macro.
11025
11026         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11027
11028 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11029
11030         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11031         ignore non-string data.
11032
11033 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11034
11035         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11036         non-string data (needs to be done in the registry too).
11037
11038 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11039
11040         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11041         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11042         (gnus-registry-split-fancy-with-parent)
11043         (gnus-registry-fetch-simplified-message-subject-fast)
11044         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11045         Remove text properties on ingress into the registry and when it's saved.
11046         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11047         registry from entries with no groups.
11048
11049 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11050
11051         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11052         function to remove string properties.
11053
11054 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11055
11056         * gmm-utils.el (gmm): Adjust custom version.
11057
11058         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11059         Adjust custom version.
11060
11061         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11062
11063 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11064
11065         * gnus-art.el (gnus-insert-prev-page-button)
11066         (gnus-insert-next-page-button): Simplify.  Reformat.
11067
11068 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11069
11070         * gnus-art.el (gnus-insert-prev-page-button)
11071         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11072
11073 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11074
11075         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11076
11077 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11078
11079         * gnus-art.el (gnus-insert-mime-button)
11080         (gnus-insert-mime-security-button):
11081         Apply gnus-article-button-face to MIME and security buttons.
11082
11083 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11084
11085         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11086         readable.
11087
11088 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11089
11090         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11091
11092 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11093
11094         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11095         `browse-url-of-file' instead of `browse-url'.
11096
11097 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11098
11099         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11100         regexp.  Articles containing quotation were cut prematurely.
11101
11102 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11103
11104         * message.el (message-cite-original-1): Use nobody by default for the
11105         value of From header.
11106         (message-reply): Ditto.
11107
11108 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11109
11110         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11111         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11112         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11113
11114 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11115
11116         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11117         mails in the doc string.  Add some URLs in comment.
11118         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11119
11120 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11121
11122         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11123         backslashes handling and the way to find boundaries of quoted strings.
11124
11125 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11126
11127         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11128         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11129         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11130         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11131
11132 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11133
11134         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11135         doc string.
11136         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11137
11138 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11139
11140         * lpath.el: Fbind epg-check-configuration.
11141
11142 2006-09-06  Simon Josefsson  <jas@extundo.com>
11143
11144         * mml2015.el (mml2015-use): Doc fix, mention epg.
11145
11146 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11147
11148         * mml2015.el (mml2015-use): Default to epg, if available.
11149
11150 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11151
11152         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11153         message-sender.
11154         (mml1991-epg-encrypt): Ditto.
11155         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11156         message-sender.
11157         (mml2015-epg-encrypt): Ditto.
11158
11159 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11160
11161         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11162         several common directories.
11163
11164 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11165
11166         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11167         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11168
11169 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11170
11171         * gnus-art.el (article-decode-encoded-words): Make it fast.
11172
11173 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11174
11175         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11176
11177         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11178         in quoted string into `\'.
11179
11180 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11181
11182         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11183         Use standard-syntax-table.
11184
11185 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11186
11187         * gnus-art.el (gnus-decode-address-function): New variable.
11188         (article-decode-encoded-words): Use it to decode headers which are
11189         assumed to contain addresses.
11190         (gnus-mime-delete-part): Remove useless `or'.
11191
11192         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11193         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11194         (gnus-nov-parse-line): Use it to decode From header.
11195         (gnus-get-newsgroup-headers): Ditto.
11196         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11197
11198         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11199         (mail-decode-encoded-address-string): New alias.
11200
11201         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11202         New function.
11203         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11204         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11205         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11206         (rfc2047-decode-string): Ditto.
11207         (rfc2047-decode-address-region): New function.
11208         (rfc2047-decode-address-string): New function.
11209
11210 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11211
11212         * message.el (message-caesar-buffer-body): Allow rotating headers.
11213
11214         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11215
11216         * message.el (message-insert-formated-citation-line): Fix %f.
11217         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11218
11219 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11220
11221         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11222         (gnus-bookmark-mouse-available-p): New macro.
11223         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11224         (gnus-bookmark-bmenu-show-infos): Use it.
11225         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11226         (gnus-bookmark-bmenu-hide-infos): Ditto.
11227         (gnus-bookmark-remove-properties): New function.
11228         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11229         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11230         (gnus-bookmark-write-file): Bind coding-system-for-write.
11231         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11232         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11233         group before selecting it.
11234         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11235         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11236         quit-window if it is not available; use gnus-mouse-2 and bind it to
11237         gnus-bookmark-bmenu-select-by-mouse.
11238         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11239         (gnus-bookmark-bmenu-select-by-mouse): New function.
11240
11241 2006-08-13  Romain Francoise  <romain@orebokech.com>
11242
11243         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11244         space.
11245
11246 2006-08-10  Romain Francoise  <romain@orebokech.com>
11247
11248         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11249         (dns-mode-soa-auto-increment-serial): New user option.
11250         (dns-mode-soa-maybe-increment-serial): New function.
11251         (dns-mode): Add the latter to `write-contents-functions'.
11252
11253 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11254
11255         * compface.el (uncompface): Use binary rather than raw-text-unix.
11256
11257 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11258
11259         * compface.el (uncompface): Make sure the eol conversion doesn't take
11260         place when communicating with the external programs.
11261         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11262
11263 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11264
11265         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11266
11267 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11268
11269         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11270         Make it more robust by parsing author and date independently.
11271
11272 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11273
11274         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11275
11276 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11277
11278         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11279         first matching secret key.
11280         (mml2015-epg-encrypt): Ditto.
11281
11282         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11283         first matching secret key.
11284         (mml1991-epg-encrypt): Ditto.
11285
11286         * mml2015.el (mml2015-encrypt-to-self): New user option.
11287         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11288         mml2015-epg-encrypt-to-self is set.
11289
11290         * mml1991.el (mml1991-encrypt-to-self): New variable.
11291         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11292         mml1991-epg-encrypt-to-self is set.
11293
11294         * mml2015.el (mml2015-signers): New user option.
11295         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11296         (mml2015-epg-encrypt): Allow to select signing keys.
11297
11298         * mml1991.el (mml1991-signers): New variable.
11299         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11300         (mml1991-epg-encrypt): Allow to select signing keys.
11301
11302 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11303
11304         * nnheader.el (nnheader-insert-head): Make it work even if the file
11305         uses CRLF for the line-break code.
11306
11307 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11308
11309         * mml2015.el: Require mml-sec instead of password.
11310         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11311         (mml2015-cache-passphrase): Inherit the default value from
11312         mml-secure-cache-passphrase.
11313         (mml2015-passphrase-cache-expiry): Inherit the default value from
11314         mml-secure-passphrase-cache-expiry.
11315
11316         * mml1991.el: Require mml-sec instead of password.
11317         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11318         (mml1991-cache-passphrase): Inherit the default value from
11319         mml-secure-cache-passphrase.
11320         (mml1991-passphrase-cache-expiry): Inherit the default value from
11321         mml-secure-passphrase-cache-expiry.
11322
11323         * mml-sec.el: Require password.
11324         (mml-secure-verbose): New user option.
11325         (mml-secure-cache-passphrase): New user option.
11326         (mml-secure-passphrase-cache-expiry): New user option.
11327
11328 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11329
11330         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11331         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11332         andreas@altroot.de (Andreas Vögele).
11333
11334         FIXME: Use `tiny change'?
11335
11336 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11337
11338         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11339         workaround for the url package included with Emacs.
11340
11341         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11342
11343 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11344
11345         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11346         correctly.  This fixes a bug caused by the 2006-05-12 change.
11347
11348 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11349
11350         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11351         some information about the error when saying that the `bogus' mail
11352         group will be used.
11353
11354 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11355
11356         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11357         string.
11358
11359 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11360
11361         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11362
11363 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11364
11365         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11366
11367 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11368
11369         * mml1991.el (mml1991-function-alist): Add epg.
11370         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11371         (mml1991-epg-encrypt): New functions.
11372
11373 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11374
11375         * mml2015.el (mml2015-verbose): New variable.
11376         (mml2015-cache-passphrase): Ditto.
11377         (mml2015-passphrase-cache-expiry): Ditto.
11378         (mml2015-function-alist): Add epg.
11379         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11380         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11381         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11382         New functions.
11383
11384 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11385
11386         * message.el (message-cite-original-1): Preserve region when removing
11387         quoted text due to X-No-Archive in order to avoid bogus attribution
11388         when citing multiple messages.
11389
11390 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11391
11392         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11393         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11394
11395 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11396
11397         * gnus-diary.el (gnus-user-format-function-d)
11398         (gnus-user-format-function-D): Autoload.
11399
11400         * imap.el (Commentary): Fix typo.
11401
11402         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11403         2006-04-22 contribution.
11404
11405 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11406
11407         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11408         It didn't really fix the bogosity I'm seeing with solid web groups.
11409
11410 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11411
11412         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11413         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11414         created using server names.  If we use the feature without declaring
11415         it, Gnus does not properly manage server and group state.
11416
11417         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11418         bound.
11419
11420 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11421
11422         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11423         looking up the method using GROUP's prefix before inventing a new one.
11424         It is used on killed/unknown groups in various places where returning
11425         an all-new method isn't expected by the caller.
11426
11427         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11428         and match semantics of gnus-group-real-prefix.
11429
11430 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11431
11432         * nnmail.el (nnmail-broken-references-mailers): New variable.
11433         (nnmail-ignore-broken-references): New function generalizing
11434         nnmail-fix-eudora-headers.
11435         (nnmail-fix-eudora-headers): Now obsolete.
11436
11437         * gnus-art.el (gnus-button-handle-custom):
11438         Support `customize-apropos*'.
11439
11440 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11441
11442         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11443
11444         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11445         articles.
11446
11447 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11448
11449         * message.el (message-cite-reply-above): New variable.
11450         (message-yank-original): Use it.
11451
11452 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11453
11454         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11455
11456 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11457
11458         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11459         as read.
11460
11461         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11462
11463 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11464
11465         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11466         (gnus-bookmark-default-file): Use gnus-directory.
11467         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11468         Remove "*" in doc string.
11469         (gnus-bookmark-write-file): Simplify.
11470         (gnus-bookmark-maybe-sort-alist): Use `when'.
11471         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11472         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11473         Add FIXME about Emacs 21 and XEmacs compatibility.
11474         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11475         compatibility.
11476         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11477         compatibility.
11478         (gnus-bookmark-menu-heading): Fix version.
11479
11480 2006-06-19  Bastien Guerry  <bzg@altern.org>
11481
11482         * gnus-bookmark.el: New file.
11483
11484 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11485
11486         * message.el (message-syntax-checks): Doc fix.
11487
11488 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11489
11490         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11491         unsubscribed groups as if they were killed ones.  It causes duplicate
11492         entries in gnus-newsrc-alist.
11493
11494 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11495
11496         * message.el (message-syntax-checks): Doc fix.
11497         (message-send-mail): Add check for continuation headers.
11498         (message-check-news-header-syntax): Fix regexp used to check for
11499         continuation headers.
11500
11501 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11502
11503         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11504
11505 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11506
11507         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11508
11509 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11510
11511         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11512         default-truncate-lines.
11513
11514 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11515
11516         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11517         to fill the utf-8 entry.
11518
11519         * lpath.el: Fbind unicode-precedence-list.
11520
11521 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11522
11523         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11524
11525 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11526
11527         * gnus-agent.el (directory-files-and-attributes): Move all the way
11528         forward (the third and final move).
11529         (gnus-agent-read-agentview): Trap reconstruction errors due to
11530         nonexistent directory.  Handle by returning nil.
11531
11532 2006-05-30  Didier Verna  <didier@xemacs.org>
11533
11534         * message.el (message-dont-reply-to-names): Update the custom type.
11535         * message.el (message-dont-reply-to-names): New defsubst: potentially
11536         convert a list of regexps into a single one.
11537         * message.el (message-get-reply-headers): Use it.
11538         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11539
11540 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11541
11542         * gnus-agent.el (directory-files-and-attributes): Move forward.
11543
11544 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11545
11546         * gnus-ml.el (gnus-mailing-list-subscribe)
11547         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11548         (gnus-mailing-list-message): Fix doc strings.
11549
11550 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11551
11552         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11553         of doing it manually.
11554
11555 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11556
11557         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11558         comment.
11559
11560 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11561
11562         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11563         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11564         (gnus-agent-read-local): All symbols allocated in my-obarray.
11565         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11566         (gnus-agent-regenerate-group): Check numeric names to see if they are
11567         messages or groups.
11568         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11569         better way of do this...)
11570
11571         * gnus-cache.el (gnus-agent-total-fetched-for):
11572         Ignore 'dummy.group' (there should be a better way of do this...)
11573
11574 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11575
11576         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11577         (gnus-saved-headers): Ditto.
11578         (gnus-default-article-saver): Mention functions may have properties.
11579         (gnus-article-save): Override gnus-save-all-headers and
11580         gnus-saved-headers by :headers property which saver function may have.
11581         (gnus-summary-save-in-file): Add :headers property.
11582         (gnus-summary-write-to-file): Ditto.
11583
11584         * gnus-sum.el (gnus-summary-save-article): Bind
11585         gnus-prompt-before-saving to t when saving many articles in a file;
11586         always show all headers.
11587
11588         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11589
11590 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11591
11592         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11593         marks.
11594
11595         * message.el (message-indent-citation): Add optional arguments to allow
11596         using it outside of message buffers.
11597
11598         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11599         (gnus-article-treat-unfold-headers): Use it.
11600         (gnus-article-truncate-lines): New variable.
11601         (gnus-article-mode): Use it.
11602         (gnus-article-toggle-truncate-lines): New function.
11603
11604         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11605         Add gnus-article-toggle-truncate-lines.
11606
11607         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11608         coding system in XEmacs, use binary.
11609
11610 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11611
11612         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11613         after-load-alist.
11614
11615         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11616         this function should save decoded articles.
11617         (gnus-summary-write-to-file): Use property to specify this function
11618         should save decoded articles and specify gnus-summary-save-in-file
11619         should be used to save articles other than the first one when saving
11620         many articles.
11621         (gnus-summary-save-body-in-file): Use property to specify this
11622         function should save decoded articles.
11623         (gnus-summary-write-body-to-file): Use property to specify this
11624         function should save decoded articles and specify
11625         gnus-summary-save-body-in-file should be used to save articles other
11626         than the first one when saving many articles.
11627
11628         * gnus-sum.el (gnus-summary-save-article): Simplify.
11629
11630 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11631
11632         * gnus-art.el (gnus-default-article-saver):
11633         Add gnus-summary-write-body-to-file.
11634         (gnus-article-save-coding-system): Don't use coding system object
11635         in XEmacs.
11636         (gnus-read-save-file-name): Add optional `dir-var' argument which
11637         specifies directory in which files are saved; work even if optional
11638         `variable' argument is not specified.
11639         (gnus-summary-write-to-file): Read file name.
11640         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11641         (gnus-summary-write-body-to-file): New function.
11642
11643         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11644         (gnus-summary-local-variables): Add it.
11645         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11646         (gnus-summary-save-article): Remove optional `decode' argument;
11647         determine whether to decode articles by the value of
11648         gnus-default-article-saver; when saving many files using
11649         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11650         it first and use gnus-summary-save-in-file or
11651         gnus-summary-save-body-in-file thereafter unless
11652         gnus-prompt-before-saving is always; move point to article which
11653         will be saved.
11654         (gnus-summary-save-article-file): Revert.
11655         (gnus-summary-write-article-file): Revert.
11656         (gnus-summary-save-article-body-file): Revert.
11657         (gnus-summary-write-article-body-file): New function.
11658
11659 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11660
11661         * gnus-art.el (gnus-default-article-saver): Doc fix.
11662         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11663         from gnus-summary-save-article-coding-system, and default to a
11664         certain coding system.
11665         (gnus-output-to-file): Add coding cookie and encode text according
11666         to gnus-article-save-coding-system; don't use mm-append-to-file.
11667
11668         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11669         gnus-art.el and rename to gnus-article-save-coding-system.
11670         (gnus-summary-save-article): Require gnus-art; don't show all
11671         headers if it decodes articles; don't add coding cookie here;
11672         don't bind mm-text-coding-system-for-write.
11673         (gnus-summary-save-article-file): Save decoded articles.
11674         (gnus-summary-write-article-file): When saving many files, use
11675         gnus-summary-write-to-file first and gnus-summary-save-in-file
11676         thereafter unless gnus-prompt-before-saving is always.
11677         (gnus-summary-save-article-body-file): Save decoded articles.
11678
11679         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11680
11681 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11682
11683         * nnrss.el (nnrss-check-group): Bind hash-index.
11684
11685 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11686
11687         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11688         its hash index.  Store this hash in `nnrss-group-data'.
11689         (nnrss-read-group-data): Update accordingly.
11690
11691 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11692
11693         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11694         entry.
11695
11696         * gnus-sum.el (gnus-summary-make-menu-bar):
11697         Add gnus-article-browse-html-article.
11698
11699 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11700
11701         * gnus-sum.el (gnus-summary-mime-map):
11702         Add gnus-article-browse-html-article.
11703
11704         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11705
11706 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11707
11708         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11709         suitable coding systems in customize.
11710
11711 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11712
11713         * mail-source.el (mail-sources): Fix custom type.
11714
11715 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11716
11717         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11718         (gnus-summary-expire-articles-now): Shorten prompt.
11719
11720         * gmm-utils.el (wid-edit): Require.
11721         (defun-gmm): Rename from `gmm-defun-compat'.
11722         (gmm-image-search-load-path): Use it.
11723         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11724
11725 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11726
11727         * gnus-sum.el (gnus-summary-save-article-coding-system):
11728         New variable.
11729         (gnus-summary-save-article): Add optional `decode' argument.
11730         If it is set and gnus-summary-save-article-coding-system is non-nil,
11731         save decoded article.
11732         (gnus-summary-write-article-file): Save decoded article if
11733         gnus-summary-save-article-coding-system is non-nil.
11734
11735         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11736         type.
11737
11738 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11739
11740         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11741
11742 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11743
11744         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11745         first to test gnus-single-article-buffer which may be buffer-local.
11746
11747         * gnus-sum.el (gnus-summary-setup-buffer):
11748         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11749         group; make gnus-article-buffer, gnus-article-current, and
11750         gnus-original-article-buffer always buffer-local.
11751         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11752         group.
11753         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11754
11755 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11756
11757         * nnml.el (nnml-request-compact-group): Compressed files might not
11758         have .gz extension.
11759
11760 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11761
11762         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11763         (mm-copy-to-buffer): Use with-current-buffer.
11764         (mm-display-part): Simplify.
11765         (mm-inlinable-p): Add optional arg `type'.
11766
11767 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11768
11769         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11770         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11771         Try harder to show the attachment internally or externally using
11772         gnus-mime-view-part-as-type.
11773
11774 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11775
11776         * message.el (message-from-style, message-signature-separator)
11777         (message-user-organization-file, message-send-mail-function)
11778         (message-citation-line-function, message-yank-prefix)
11779         (message-indent-citation-function, message-signature)
11780         (message-signature-file, message-signature-insert-empty-line):
11781         Remove autoloads.
11782
11783         * gnus-art.el (gnus-buttonized-mime-types):
11784         Remove "multipart/signed".  Revert 2006-04-26 change.
11785
11786 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11787
11788         * gnus.el (gnus-version-number): Bump version.
11789
11790 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11791
11792         * gnus.el: No Gnus v0.5 is released.
11793
11794 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11795
11796         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11797         fetching articles by message-id.
11798
11799 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11800
11801         * message.el (hashcash): Require hashcash as normal.
11802
11803         * ecomplete.el (ecomplete-highlight-match-line):
11804         Use point-at-eol.
11805         (ecomplete-highlight-match-line): Use `highlight', because that
11806         face exists in both Emacs and XEmacs.
11807
11808         * message.el (message-display-abbrev): Use point-at-bol.
11809
11810         * mail-source.el: Don't require timer/timer-funcs.
11811
11812         * gnus-async.el: Ditto.
11813
11814         * password.el: Ditto.
11815
11816         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11817
11818         * mm-url.el: Ditto.
11819
11820         * gnus-xmas.el: Don't require timer-funcs.
11821
11822         * mm-util.el: Require timer/timer-funcs.
11823
11824 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11825
11826         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11827         Close.
11828
11829 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11830
11831         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11832         unibyte after clear-decrypt function runs.
11833
11834         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11835         returns as a unibyte string.
11836
11837 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11838
11839         * lpath.el: Revert.
11840
11841         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11842         (pgg-gpg-process-sentinel): Revert.
11843
11844         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11845         (pgg-pgp-lookup-key): Revert.
11846
11847         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11848         (pgg-pgp5-lookup-key): Revert.
11849
11850         * pgg.el (pgg-fetch-key): Revert.
11851
11852 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11853
11854         * lpath.el: Fbind string-as-multibyte for XEmacs.
11855
11856         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11857         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11858         (mml1991-pgg-encrypt): Ditto.
11859
11860         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11861         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11862         a multibyte buffer.
11863
11864         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11865         (pgg-pgp-lookup-key): Ditto.
11866
11867         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11868         (pgg-pgp5-lookup-key): Ditto.
11869
11870         * pgg.el (pgg-fetch-key): Ditto.
11871
11872 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11873
11874         * message.el (message-user-organization-file): Check several
11875         locations of the organization file.
11876
11877         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11878         Add gnus-article-view-part-as-type.
11879
11880         * gnus-art.el (gnus-article-view-part-as-type): New function.
11881
11882         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11883         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11884
11885         * mml.el: Simplify autoload.
11886         (mml-mode): defvar dnd-protocol-alist instead of using
11887         symbol-value.
11888         (mml-default-directory): New variable.
11889         (mml-minibuffer-read-file): Use it.
11890         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11891
11892         * message.el (message-citation-line-format): New variable.
11893         (message-insert-formated-citation-line): New function.
11894         (message-citation-line-function):
11895         Add `message-insert-formated-citation-line' to custom type.
11896
11897         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11898         to doc string.
11899
11900         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11901         depending on mm-verify-option.
11902
11903 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11904
11905         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11906         binding pgg-* variables; reimplement the section which prevents
11907         MIME header from being signed.
11908         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11909         pgg-text-mode; remove a blank line at the top of body.
11910
11911         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11912         lines at the top of body; use gnus-newsgroup-charset if there's no
11913         Charset header.
11914
11915 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11916
11917         * message.el (message-self-insert-commands): Doc fix.
11918
11919         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11920         (mm-uu-pgp-encrypted-test): Ditto.
11921         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11922         between header and body; return application/pgp-encrypted handle
11923         if decryption failed; decode decrypted body by charset.
11924
11925         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11926         element match to application/pgp-*.
11927
11928 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11929
11930         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11931         HTML.
11932
11933 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11934
11935         * mail-source.el (mail-source-call-script): Message the error
11936         string.
11937
11938 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11939
11940         * gnus-util.el (gnus-byte-compile): Use it.
11941
11942 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11943
11944         * gnus-util.el (kill-empty-logs): New function.
11945
11946 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11947
11948         * message.el (message-mail-alias-type): Doc fix.
11949         (message-mail-alias-type-p): New function.
11950         (message-send): Use it.
11951         (message-mode): Ditto.
11952         (message-strip-forbidden-properties): Ditto.
11953
11954         * ecomplete.el (ecomplete-database-file-coding-system):
11955         New variable.
11956         (ecomplete-save): Use it.
11957         (ecomplete-setup): Use it.
11958
11959 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11960
11961         * message.el (message-self-insert-commands): New variable.
11962         (message-strip-forbidden-properties): Use it.
11963
11964 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11965
11966         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11967         that doesn't make XEmacs choke.
11968
11969 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11970
11971         * gnus-util.el (gnus-replace-in-string):
11972         Prefer replace-regexp-in-string over of replace-in-string.
11973
11974 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11975
11976         * gnus-util.el (gnus-select-frame-set-input-focus):
11977         Use select-frame-set-input-focus if it is available in XEmacs; use
11978         definition defined in Emacs 22 for old Emacsen.
11979
11980         * dgnushack.el: Autoload unmorse-region for XEmacs.
11981
11982         * lpath.el: Bind cursor-in-non-selected-windows and
11983         select-frame-set-input-focus for XEmacs.
11984
11985 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11986
11987         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11988
11989 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11990
11991         * gnus-registry.el (gnus-registry-cache-save): Remove text
11992         properties when saving via the temp buffer.
11993
11994 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11995
11996         * message.el (message-generate-hashcash): Honor custom type.
11997
11998 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11999
12000         * message.el (message-generate-hashcash): Default to non-nil when
12001         hashcash is found.
12002
12003         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12004         (gnus-refer-thread-limit): Increase default to 500.
12005
12006         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12007
12008         * flow-fill.el (fill-flowed): Allow delete-space.
12009
12010 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12011
12012         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12013         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12014         Remove autoloads.
12015
12016 2006-04-18  Simon Josefsson  <jas@extundo.com>
12017
12018         * message.el (message-generate-hashcash): Default to.
12019
12020 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12021
12022         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12023         concatenating segments rather than before concatenating them.
12024
12025 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12026
12027         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12028
12029 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12030
12031         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12032
12033         * message.el (message-forward-make-body-plain):
12034         Allow message-forward-ignored-headers to be a list.
12035         (message-remove-ignored-headers): Factor out into function.
12036         (message-forward-make-body-mml): Use it.
12037
12038         * imap.el (imap-quote-specials): New function.
12039         (imap-login-auth): Quote specials.
12040
12041         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12042         (rfc2231-parse-string): Allow concatanation of parameters that
12043         aren't contiguous.  The test case is
12044           (mail-header-parse-content-type "message/external-body;
12045             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12046             access-type=LOCAL-FILE;
12047             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12048
12049 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12050
12051         * nntp.el (nntp-accept-process-output): Return the value of
12052         `nnheader-accept-process-output'.
12053
12054 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12055
12056         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12057         (gnus-button-alist): Recognize more diff formats.
12058         (gnus-button-patch): Strip directory.
12059
12060 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12061
12062         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12063         Emacs 22 when setting focus.
12064
12065 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12066
12067         * gnus-art.el (gnus-article-treat-types): Do treatment of
12068         text/x-verbatim parts.
12069         (gnus-button-patch): New command.
12070
12071         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12072         addresses that contain invalid characters.
12073
12074 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12075
12076         * message.el (message-put-addresses-in-ecomplete):
12077         Use gnus-replace-in-string.
12078         (message-is-yours-p): Use the more correct
12079         mail-header-parse-address instead of
12080         mail-extract-address-components.
12081         (message-put-addresses-in-ecomplete): Fix typo.
12082
12083         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12084         keystroke.
12085
12086         * gnus-art.el (gnus-treatment-function-alist): Change order of
12087         newsgroups/generic header folding to avoid double-folding.
12088
12089         * message.el (message-hidden-headers): Add X-Draft-From.
12090
12091         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12092         New command.
12093         (gnus-summary-repeat-search-article-backward): New command.
12094
12095         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12096         groups in the parent topic.
12097
12098 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12099
12100         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12101         (spam-extra-header-to-number): Return the CRM114 number as a
12102         number instead of a string.
12103
12104 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12105
12106         * gnus-art.el (gnus-face-properties-alist): Move here from
12107         gnus-fun.
12108
12109         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12110
12111 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12112
12113         * message.el (message-strip-forbidden-properties): Only display on
12114         self-insert-command.
12115
12116         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12117         reindent.
12118         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12119
12120 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12121
12122         * smiley.el (smiley-style): Fix typo.
12123
12124 2006-03-23  Kenichi Handa  <handa@m17n.org>
12125
12126         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12127         instead of set-buffer-multibyte.
12128
12129 2006-03-23  Kenichi Handa  <handa@m17n.org>
12130
12131         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12132         buffer and then decode the buffer text if necessary.
12133         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12134         first, and after mm-encode-body, change the buffer to unibyte.
12135
12136 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12137
12138         * hashcash.el (hashcash-insert-payment-async-2):
12139         Use message-goto-eoh instead of doing it manually.
12140         (mail-add-payment): Use message-narrow-to-header instead of trying
12141         to do the same itself.
12142
12143         * message.el (message-hidden-headers): Add Face.
12144
12145         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12146         reparenting code.
12147         (gnus-summary-reparent-children): Refactored out code.
12148         (gnus-summary-thread-map): New keystroke.
12149         (gnus-summary-reparent-children): Make into command.
12150
12151         * smiley.el (smiley-style): Default to `medium' if using a large
12152         font.
12153
12154         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12155         does it itself.
12156
12157         * message.el (message-point-in-header-p): Simplify definition.
12158
12159 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12160
12161         * nnagent.el (nnagent-request-set-mark): Silence log file
12162         writing.
12163         (nnagent-request-set-mark): Use write-region instead of
12164         append-to-file.
12165
12166         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12167         strange select method.
12168
12169         * ecomplete.el (ecomplete-display-matches): Get highlightling
12170         right.
12171         (ecomplete-display-matches): Use literals.
12172         (ecomplete-display-matches): Disable message logging.
12173
12174         * message.el (message-display-abbrev): Small optimization.
12175
12176         * ecomplete.el (ecomplete-display-matches): Allow automatic
12177         display.
12178
12179         * message.el (message-strip-forbidden-properties):
12180         Display abbrevs.
12181         (message-display-abbrev): Get automatic display right.
12182
12183         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12184         keystrokes.
12185
12186 2006-04-13  Romain Francoise  <romain@orebokech.com>
12187
12188         TODO: Backport to v5-10!
12189
12190         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12191         Move here (and rename) from gnus-registry.el.
12192
12193         * gnus-registry.el: Require gnus-util.
12194         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12195
12196 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12197
12198         * gnus-group.el (gnus-group-catchup-current):
12199         Change if-then-else-if-then-else into cond.
12200         (gnus-group-catchup): Indent.
12201         (group-name-at-point): New function.
12202         (gnus-fetch-group): Provide default from thing at point.
12203
12204 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12205
12206         * message.el (message-display-abbrev): Fix regexp.
12207
12208         * ecomplete.el (ecomplete-highlight-match-line):
12209         Reimplement choosing.
12210         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12211         dead variables.
12212
12213         * message.el (message-newline-and-indent): Remove debugging.
12214         (message-display-abbrev): Use new implementation.
12215
12216 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12217
12218         * gnus-art.el (gnus-article-mode):
12219         Set cursor-in-non-selected-windows to nil.
12220
12221         * smiley.el: Revert previous change.
12222         (smiley-data-directory): defvar it before using it in the
12223         defcustom of `smiley-style'.
12224
12225 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12226
12227         * message.el (message-newline-and-indent): New function.
12228
12229         * ecomplete.el: Implement more bits.
12230
12231         * message.el (message-put-addresses-in-ecomplete): Clean up the
12232         string.
12233
12234         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12235
12236         * gnus-sum.el (gnus-summary-save-parts):
12237         Bind gnus-summary-save-parts-counter and use it to make unique file
12238         names.
12239
12240         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12241
12242         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12243         parameter to say whether to actually parse the individual
12244         addresses.
12245
12246         * message.el (message-put-addresses-in-ecomplete): New function.
12247         (ecomplete): Require.
12248         (message-mail-alias-type): Add ecomplete as an option.
12249
12250 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12251
12252         * flow-fill.el (fill-flowed): Remove trailing space from blank
12253         quoted lines.
12254
12255 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12256
12257         * smiley.el (smiley-style): Move definition later to avoid a
12258         compilation warning.
12259
12260 2006-04-12  Kenichi Handa  <handa@m17n.org>
12261
12262         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12263         buffer and then decode the buffer text if necessary.
12264         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12265         first, and after mm-encode-body, change the buffer to unibyte.
12266         Use mm-disable-multibyte instead of set-buffer-multibyte.
12267
12268 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12269
12270         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12271         Content-Type header instead of Content-Disposition header.
12272         (gnus-mime-inline-part): Ditto.
12273         (gnus-mime-view-part-as-charset): Ignore charset that the part
12274         specifies.
12275
12276         * mm-decode.el (mm-display-part): Work with external parts and
12277         usual parts similarly.
12278
12279         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12280         instead of gnus-display-mime.
12281
12282         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12283         instead of with-temp-buffer.
12284
12285         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12286         tag to summarized topics part in order to encode non-ASCII text.
12287
12288 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12289
12290         * smiley.el (smiley-style): New variable.
12291         (smiley-directory): New function.
12292         (smiley-data-directory): Derive from `smiley-style' using
12293         `smiley-directory'.
12294         (smiley-regexp-alist): Add new entries.
12295
12296         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12297         (gnus-article-browse-delete-temp): Add :version.
12298
12299 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12300
12301         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12302         the sieve region.
12303
12304 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12305
12306         * gnus.el (gnus-version-number): Bump version.
12307
12308 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12309
12310         * gnus.el: No Gnus v0.4 is released.
12311
12312 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12313
12314         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12315         layout.
12316
12317         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12318         unknown charset.
12319
12320         * message.el (message-header-synonyms): Add Original-To to the
12321         default.
12322
12323         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12324         optional parameter.
12325
12326 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12327
12328         * gnus-fun.el (gnus): Require it for gnus-directory.
12329
12330 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12331
12332         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12333
12334 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12335
12336         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12337
12338 2006-04-05  Simon Josefsson  <jas@extundo.com>
12339
12340         * password.el (password-reset): New function.
12341
12342 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12343
12344         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12345         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12346
12347 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12348
12349         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12350         Some whitespace was matched into the url, which broke browsing hits
12351         > 100 when mm-url-use-external was nil.
12352
12353 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12354
12355         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12356         Check gnus-extra-headers for 'Newsgroups.
12357
12358         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12359         bound.
12360
12361 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12362
12363         * pgg-gpg.el: Clean up process buffers every time gpg processes
12364         complete.
12365
12366 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12367
12368         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12369         doc string.
12370
12371 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12372
12373         * pgg-gpg.el (pgg-gpg-process-filter)
12374         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12375
12376         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12377         lines, temporary fix.
12378
12379 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12380
12381         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12382
12383 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12384
12385         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12386         default-enable-multibyte-characters.  This reverts the change from
12387         revision 6.17 which is no longer necessary because the passphrase
12388         is sent separately now.  GnuPG messages are unreadable under
12389         multibyte locales with default-enable-multibyte-characters set to
12390         nil.
12391
12392 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12393
12394         * message.el (message-tool-bar-gnome): Move "spell".
12395
12396 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12397
12398         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12399         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12400         instead.
12401
12402 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12403
12404         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12405         Improve newsgroups handling for NNTP overviews which don't include
12406         Newsgroups.
12407
12408 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12409
12410         * message.el (message-resend): Bind message-generate-hashcash to nil.
12411
12412 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12413
12414         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12415         when searching for already-paid recipients.
12416
12417 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12418
12419         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12420         passphrases when it is not needed.
12421         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12422         passphrase stuff from gpg, should only be necessary when you use
12423         gpg with a smartcard.
12424
12425 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12426
12427         * mml.el (mml-insert-mime): Ignore cached contents of
12428         message/external-body part.
12429
12430         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12431         (mm-insert-part): Ditto.
12432
12433 2006-03-23  Simon Josefsson  <jas@extundo.com>
12434
12435         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12436         Reiner.
12437         (pgg-gpg-use-agent-p): Use it again.
12438
12439 2006-03-23  Simon Josefsson  <jas@extundo.com>
12440
12441         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12442         older emacsen.
12443         (pgg-gpg-use-agent-p): Don't use it.
12444
12445 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12446
12447         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12448         if we can.
12449
12450 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12451
12452         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12453         (pgg-gpg-update-agent): New function.
12454         (pgg-gpg-use-agent-p): New function.
12455         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12456         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12457         (pgg-gpg-sign-region): Use it.
12458
12459 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12460
12461         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12462         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12463
12464 2006-03-21  Simon Josefsson  <jas@extundo.com>
12465
12466         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12467         <wilde@sha-bang.de>.
12468         (pgg-gpg-use-agent): New variable.
12469         (pgg-gpg-process-region): Use it.
12470         (pgg-gpg-encrypt-region): Likewise.
12471         (pgg-gpg-encrypt-symmetric-region): Likewise.
12472         (pgg-gpg-decrypt-region): Likewise.
12473         (pgg-gpg-sign-region): Likewise.
12474         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12475
12476 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12477
12478         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12479
12480         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12481         Add comment on version.
12482
12483 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12484
12485         * smiley.el: Add missing test smiley.
12486
12487 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12488
12489         * mm-decode.el (mm-with-part): New macro.
12490         (mm-get-part): Use it; work with message/external-body as well.
12491         (mm-save-part): Treat name and filename equally.
12492
12493         * mm-extern.el (mm-extern-cache-contents): New function.
12494         (mm-inline-external-body): Use it; force the part to be displayed;
12495         move undisplayer added to the cached handle to the parent.
12496
12497         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12498         (gnus-mime-view-part-as-type): Work with message/external-body.
12499
12500         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12501
12502 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12503
12504         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12505         images in image-load-path.  [Sync with image.el, revision 1.60, in
12506         Emacs.]
12507
12508 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12509
12510         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12511         path rather than symbol.  Always return list of directories.
12512         Guarantee that image directory comes first.  [Sync with image.el,
12513         revision 1.59, in Emacs.]
12514
12515         * message.el (message-make-tool-bar): Adjust to new API of
12516         `gmm-image-load-path-for-library'.
12517
12518         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12519
12520         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12521
12522 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12523
12524         * gnus-art.el (gnus-article-only-boring-p):
12525         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12526         intangible text.
12527         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12528
12529 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12530
12531         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12532         Use `defun' instead of `gmm-defun-compat'.
12533
12534 2006-03-14  Simon Josefsson  <jas@extundo.com>
12535
12536         * message.el (message-unique-id): Don't use message-number-base36
12537         if (user-uid) is a float.
12538         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12539
12540 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12541
12542         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12543
12544         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12545         empty line between a part and a message part.
12546
12547 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12548
12549         * smiley.el: Add more test smileys.
12550         (smiley-data-directory, smiley-regexp-alist)
12551         (gnus-smiley-file-types): Fix doc strings.
12552         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12553         adding new elements.
12554         (smiley-mouse-map): Unused code.  Make it a comment.
12555
12556 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12557
12558         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12559         scan latest NoCeM messages instead of old ones.
12560         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12561         delimiters that are recently used.
12562         (gnus-nocem-load-cache): Add autoload cookie.
12563
12564         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12565
12566         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12567         level which is larger than gnus-use-nocem is specified.
12568
12569         * gnus-group.el (gnus-group-get-new-news): Ditto.
12570
12571 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12572
12573         * gnus-util.el (gnus-tool-bar-update): New function.
12574
12575         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12576         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12577
12578         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12579
12580         * gnus-group.el (gnus-group-redraw-when-idle)
12581         (gnus-group-redraw-check): Remove.
12582         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12583
12584 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12585
12586         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12587         if optional last element is specified in splits (FIELD VALUE...).
12588
12589 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12590
12591         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12592         to gmm-image-load-path-for-library.  Call with no-error argument.
12593         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12594
12595         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12596
12597         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12598
12599         * gmm-utils.el (gmm-image-load-path): Remove alias.
12600
12601 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12602
12603         * gmm-utils.el (gmm-image-load-path): Add alias.
12604
12605         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12606         nnml-generate-nov-databases-1.
12607         (nnml-generate-nov-databases): Use it.
12608         (nnml-generate-nov-databases-directory): Document no-active
12609         argument.
12610
12611         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12612         directory if path is t.  Add no-error.
12613
12614         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12615         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12616
12617         * gnus-art.el (gnus-article-browse-delete-temp-files):
12618         Simplify resetting gnus-article-browse-html-temp-list.
12619
12620         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12621         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12622         Add example to docstring.  Rename local variables.  Move error
12623         checks to default case in cond and simplify.
12624
12625 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12626
12627         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12628         handle is multipart when calling it recursively.
12629         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12630
12631 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12632
12633         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12634         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12635
12636 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12637
12638         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12639         is loaded.
12640
12641         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12642         loaded.
12643
12644 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12645
12646         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12647         to "Emacs 23 (unicode)" in doc string.
12648
12649         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12650         "Emacs 23 (unicode)" in comment.
12651
12652 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12653
12654         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12655
12656         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12657         characters 160 through 255 in Emacs 23.
12658
12659 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12660
12661         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12662         gnus-article-browse-html-temp.
12663         (gnus-article-browse-delete-temp): Make it customizable.
12664         Add `file'.  Adjust doc string.
12665         (gnus-article-browse-delete-temp-files): Add argument.
12666         Allow query for each file.  Adjust doc string.
12667         (gnus-article-browse-html-parts):
12668         Add `gnus-article-browse-delete-temp-files' to
12669         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12670
12671 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12672
12673         * gnus-art.el (gnus-article-browse-html-temp)
12674         (gnus-article-browse-delete-temp): New variables.
12675         (gnus-article-browse-delete-temp-files): New function.
12676         (gnus-article-browse-html-parts): Use it.
12677
12678 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12679
12680         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12681
12682         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12683         string.
12684
12685         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12686         gnus-summary-insert-new-articles when unplugged.
12687         Remove gnus-summary-search-article-forward.
12688
12689         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12690         display-visual-class instead of display-color-cells.
12691
12692 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12693
12694         * dgnushack.el: Autoload customize-group for XEmacs.
12695
12696         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12697         message/* containing non-ASCII text properly.
12698
12699 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12700
12701         * message.el: Require gmm-utils, remove autoloads.
12702         (message-tool-bar): Set default based on
12703         gmm-tool-bar-style.
12704         (message-tool-bar-gnome): Add gmm-customize-mode.
12705
12706         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12707         gmm-tool-bar-style.
12708         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12709
12710         * gnus-group.el (gnus-group-tool-bar): Set default based on
12711         gmm-tool-bar-style.
12712         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12713
12714         * gmm-utils.el (gmm-image-directory): Rename variable from
12715         gmm-image-load-path.
12716         (gmm-image-load-path): Use gmm-image-directory.
12717         (gmm-customize-mode): New function.
12718         (gmm-tool-bar-style): New variable.
12719
12720         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12721         gnus-group-redraw-line-number.
12722         (gnus-group-redraw-check): Simplify.
12723         (gnus-group-tool-bar-update): Remove redraw check.
12724         (gnus-group-make-tool-bar): Add redraw check.
12725
12726 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12727
12728         * gnus-art.el (gnus-button): Add missing parentheses.
12729
12730 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12731
12732         * lpath.el: Fbind line-number-at-pos.
12733
12734 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12735
12736         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12737
12738 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12739
12740         * gnus-art.el (gnus-button): New face.
12741         (gnus-article-button-face): Use it.
12742
12743         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12744         Add gnus-summary-next-page.  Re-order.
12745
12746         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12747         next-node are now included.
12748         (gnus-group-redraw-line-number): New internal variable.
12749         (gnus-group-redraw-check): Helper function for updating the tool
12750         bar.
12751         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12752
12753         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12754
12755         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12756         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12757         Use it to match format of Spamassassin 3.0 and later.
12758         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12759         (spam-check-bogofilter)
12760         (spam-bogofilter-register-with-bogofilter): Fix args of
12761         `gnus-error' calls.
12762
12763 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12764
12765         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12766         unnecessary interaction when sending queued mails.
12767         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12768
12769 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12770
12771         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12772         first or last are nil.
12773
12774 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12775
12776         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12777
12778 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12779
12780         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12781
12782 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12783
12784         * dns.el (query-dns): Protect more against buggy tcp output.
12785
12786 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12787
12788         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12789         nov.php.
12790
12791 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12792
12793         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12794         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12795         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12796         output on the server side.
12797         (nnweb-google-create-mapping): Update regexps and add some
12798         progress indication.
12799
12800 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12801
12802         * gnus-group.el (gnus-group-tool-bar-gnome):
12803         Fix gnus-agent-toggle-plugged.  Re-order icons.
12804         (gnus-group-tool-bar-gnome):
12805         Add gnus-group-{prev,next}-unread-group.
12806         (gnus-group-tool-bar-gnome): Re-order icons.
12807
12808         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12809         Move gnus-summary-insert-new-articles.
12810
12811         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12812         Fix comments.
12813
12814         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12815         also available in Emacs 21.3.
12816
12817         * message.el (message-fix-before-sending): Change "Emacs 22" to
12818         "Emacs 23 (unicode)" in comment.
12819
12820         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12821         "Emacs 23 (unicode)" in comment.
12822
12823         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12824         comment.
12825         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12826
12827         * mm-view.el (mm-fill-flowed): Add :version.
12828
12829 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12830
12831         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12832         and load-path.
12833
12834 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12835
12836         * message.el: Autoload gmm-image-load-path.
12837         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12838         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12839         consitency.
12840
12841         * gmm-utils.el (gmm-image-load-path): Also search in
12842         "../etc/images".  Don't set gmm-image-load-path if we don't find
12843         the image.
12844
12845 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12846
12847         * gmm-utils.el (gmm-image-load-path): Don't make
12848         `gmm-image-load-path' include subdirectories which the second arg
12849         `image' might specify.
12850
12851         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12852         subdirectory to icon file names.
12853
12854         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12855
12856 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12857
12858         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12859         gmm-image-load-path calls.
12860
12861         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12862
12863         * message.el (message-make-tool-bar): Ditto.
12864
12865         * mml.el (mml-preview): Add comment concerning tool bar icons.
12866
12867         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12868         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12869
12870         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12871         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12872
12873         * message.el (message-tool-bar-gnome): Use new icon names.
12874         (message-make-tool-bar): Use `gmm-image-load-path'.
12875
12876         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12877         New functions from MH-E.
12878         (gmm-image-load-path): New variable from MH-E.
12879         (gmm-image-load-path): New function from MH-E.  Add arguments
12880         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12881         *-image-load-path-called-flag.
12882
12883 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12884
12885         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12886
12887 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12888
12889         * nnimap.el (nnimap-request-move-article): Change folder back to
12890         source group before deleting.
12891
12892 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12893
12894         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12895
12896         * gnus-art.el (mm-url-insert-file-contents-external):
12897         Autoload mm-url.
12898
12899         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12900
12901 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12902
12903         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12904         coding system which mm-charset-to-coding-system returns for a
12905         given charset is valid.
12906
12907 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12908
12909         * html2text.el (html2text-remove-tag-list):
12910         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12911
12912 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12913
12914         * gnus-cus.el: Revert 2005-10-17 change.
12915
12916 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12917
12918         * gnus-art.el (article-strip-banner):
12919         Call article-really-strip-banner only when the regexp match is made.
12920
12921 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12922
12923         * gnus-art.el (article-strip-banner):
12924         Use gnus-extract-address-components instead of
12925         mail-header-parse-addresses to make it work with non-ASCII text;
12926         remove mail-encode-encoded-word-string.
12927
12928         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12929         values which are surrounded with \"...\"; make it never cause a
12930         Lisp error; give up parsing of parameters if it failed in
12931         extracting type.
12932
12933 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12934
12935         * smime.el (smime-cert-by-ldap-1): Fix bug where
12936         `smime-ldap-search' returns results without userCertificates.
12937
12938 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12939
12940         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12941
12942 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12943
12944         * spam.el (spam-check-spamassassin-headers): Adapt format for
12945         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12946         <ari@mbf.ocn.ne.jp>.
12947         (spam-list-of-processors): Add spam-use-gmane.
12948
12949 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12950
12951         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12952         make-temp-file; make it work with XEmacs as well.
12953
12954         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12955         mm-make-temp-file.
12956
12957         * mm-decode.el (mm-display-external): Use the 3rd arg of
12958         mm-make-temp-file.
12959         (mm-create-image-xemacs): Ditto.
12960
12961 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12962
12963         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12964         with message-narrow-to-headers.
12965         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12966         (gnus-draft-check-draft-articles): New function.
12967         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12968
12969 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12970
12971         * gnus-art.el (gnus-article-browse-html-parts):
12972         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12973         Don't use suffix argument for mm-make-temp-file for Emacs 21
12974         compatibility.  Remove useless `format'.
12975
12976 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12977
12978         * nnweb.el (nnweb-google-wash-article): Update regexps.
12979         (nnweb-group-alist): Use defvoo instead of defvar.
12980
12981 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12982
12983         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12984         re-loading nn* modules.
12985
12986 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12987
12988         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12989         for `tool-bar-mode' and don't check it's default-value.
12990
12991         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12992
12993         * message.el (message-make-tool-bar): Ditto.
12994
12995         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12996         `substring'.  Shorten tmp-file name.
12997
12998         * gnus.el: Remove bogus comment.
12999
13000 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13001
13002         * gnus-art.el (gnus-article-browse-html-parts): New function.
13003         (gnus-article-browse-html-article): New function for viewing html
13004         articles with a browser.
13005
13006 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13007
13008         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13009         in elisp.
13010         (pgg-gpg-encrypt-symmetric-region): Ditto.
13011         (pgg-gpg-sign-region): Ditto.
13012
13013         * pgg-def.el (pgg-text-mode): New variable.
13014
13015         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13016         (mml2015-pgg-encrypt): Ditto.
13017
13018         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13019         (mml1991-pgg-encrypt): Ditto.
13020
13021 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13022
13023         * nnfolder.el (nnfolder-insert-newsgroup-line):
13024         Use message-make-date instead of current-time-string.
13025
13026         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13027         to gnus-decoded which mm-uu might set.
13028
13029 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13030
13031         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13032         don't decode quoted parameters; remove misimported Emacs code.
13033         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13034         (rfc2231-decode-encoded-string): Don't use split-string which
13035         behaves differently according to Emacs version; use
13036         mm-decode-coding-region to convert charset to coding-system.
13037         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13038         (rfc2231-encode-string): Remove misimported Emacs code.
13039
13040 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13041
13042         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13043         when calling mail-header-parse-content-type.
13044         (article-de-quoted-unreadable): Ditto.
13045         (article-de-base64-unreadable): Ditto.
13046         (article-wash-html): Ditto.
13047
13048         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13049         calling mail-header-parse-content-type and
13050         mail-header-parse-content-disposition.
13051         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13052         mail-header-parse-content-type.
13053
13054         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13055         insert charset and format parameters; encode description after
13056         inserting it to buffer.
13057         (mml-insert-parameter): Fold lines properly even if a parameter is
13058         segmented into two or more lines; change the max column to 76.
13059
13060         * rfc1843.el (rfc1843-decode-article-body): Don't use
13061         ignore-errors when calling mail-header-parse-content-type.
13062
13063         * rfc2231.el (rfc2231-parse-string): Return at least type if
13064         possible; don't cause an error even if it fails in parsing of
13065         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13066         (rfc2231-encode-string): Don't break lines at the beginning, leave
13067         it to mml-insert-parameter.
13068
13069         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13070         calling mail-header-parse-content-type.
13071
13072 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13073
13074         * spam-report.el (spam-report-gmane-use-article-number):
13075         Improve doc string.
13076         (spam-report-gmane-internal): Check if a suitable header was found
13077         in the article.
13078
13079 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13080
13081         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13082         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13083
13084 2006-02-05  Romain Francoise  <romain@orebokech.com>
13085
13086         Update copyright notices of all files in the gnus directory.
13087
13088 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13089
13090         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13091
13092 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13093
13094         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13095         segmented lines of parameter value to cope with Thunderbird 1.5
13096         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13097         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13098         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13099
13100 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13101
13102         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13103         parts.
13104
13105 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13106
13107         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13108         there's only one active file for all servers.
13109         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13110         solid groups.  Gnus might have used a FAST request to select the group.
13111         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13112         and nnweb-search redundantly in the active file.
13113         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13114         (nnweb-request-create-group): Don't use ARGS.
13115         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13116         initialisations.  Let nnoo do the work.
13117
13118 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13119
13120         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13121         Say the part has been decoded.
13122
13123         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13124
13125 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13126
13127         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13128         mailcap-viewer-test-cache when there's no 'test clause, since that
13129         will invert the meaning of a "nil" test previously determined by
13130         mailcap-mailcap-entry-passes-test.
13131
13132 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13133
13134         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13135         compiling.
13136
13137         * gnus-sum.el: Ditto.
13138
13139         * message.el: Don't bind tool-bar-map when compiling.
13140
13141 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13142
13143         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13144
13145 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13146
13147         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13148         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13149         current Google Groups.
13150
13151 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13152
13153         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13154         and tool-bar-mode.
13155
13156         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13157         and tool-bar-mode.
13158
13159         * message.el (message-tool-bar-update): Simplify.
13160         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13161
13162         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13163         gnus-summary-buffer.
13164         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13165         gnus-summary-reply.
13166
13167         * gmm-utils.el (gmm): Add :version.
13168
13169 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13170
13171         * Makefile.in (clean): New rule.
13172         (distclean): Use it.
13173
13174 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13175
13176         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13177         Don't autoload.
13178
13179 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13180
13181         * gmm-utils.el (gmm-verbose): Add :group.
13182
13183 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13184
13185         * message.el: Change some comments WRT tool-bars.
13186
13187         * gnus-sum.el (gnus-summary-tool-bar)
13188         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13189         (gnus-summary-tool-bar-zap-list): New variables.
13190         (gnus-summary-make-tool-bar): Complete rewrite using
13191         `gmm-tool-bar-from-list'.
13192
13193         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13194         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13195         New variables.
13196         (gnus-group-make-tool-bar): Complete rewrite using
13197         `gmm-tool-bar-from-list'.
13198         (gnus-group-tool-bar-update): New function.
13199
13200         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13201
13202 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13203
13204         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13205         is dissected into a single part of which the type is the same as
13206         the given one; decode charset.
13207
13208 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13209
13210         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13211         into alists as symbol not string, since that's what
13212         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13213         look for.
13214
13215 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13216
13217         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13218         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13219
13220         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13221
13222 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13223
13224         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13225         (gnus-xmas-mime-security-button-menu): New function.
13226
13227         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13228         (gnus-mime-security-button-menu): New definition.
13229         (gnus-mime-security-button-map): Use them.
13230         (gnus-mime-security-button-menu): New function.
13231         (gnus-insert-mime-security-button): Addition to help echo.
13232         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13233         (gnus-mime-security-pipe-part): New functions.
13234
13235         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13236         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13237
13238         * mm-decode.el (mm-handle-set-disposition): Remove.
13239         (mm-handle-set-description): Remove.
13240
13241 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13242
13243         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13244         (mm-w3m-standalone-supports-m17n-p): New function.
13245         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13246         w3m usage.
13247
13248         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13249         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13250
13251 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13252
13253         * message.el (message-tool-bar-zap-list):
13254         Use gmm-tool-bar-zap-list as custom type.
13255         (message-tool-bar-update): New function.
13256         (message-tool-bar, message-tool-bar-gnome)
13257         (message-tool-bar-retro): Add message-tool-bar-update.
13258         (message-tool-bar-gnome): Add flyspell-buffer.
13259
13260         * gnus-util.el (gnus-error): Describe `args'.
13261
13262         * gmm-utils.el (gmm-error): Describe `args'.
13263         (gmm-tool-bar-zap-list): New widget.
13264         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13265
13266 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13267
13268         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13269         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13270         the number of recursive calls.
13271
13272         * mm-decode.el (mm-handle-set-disposition): New macro.
13273         (mm-handle-set-description): New macro.
13274
13275 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13276
13277         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13278         encoding.
13279
13280 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13281
13282         * message.el (message-tool-bar-zap-list, message-tool-bar)
13283         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13284         (message-tool-bar-local-item-from-menu): Remove.
13285         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13286         (message-make-tool-bar): New function.
13287         (message-mode): Use `message-make-tool-bar'.
13288
13289         * gmm-utils.el: New file.
13290         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13291         (gmm-lazy): New widget copied from `nnmail.el'.
13292         (gmm-tool-bar-from-list): New function for creating customizable
13293         tool bars.
13294         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13295         output.
13296         (gmm): Add :prefix to defgroup.
13297
13298 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13299
13300         * gmm-utils.el (gmm-widget-p): New function.
13301
13302 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13303
13304         * mml.el (mml-attach-file): Describe `description' in doc string.
13305         (mml-menu): Add Emacs MIME manual and PGG manual.
13306
13307 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13308
13309         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13310
13311 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13312
13313         * nntp.el (nntp-end-of-line): Doc fix.
13314
13315 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13316
13317         * imap.el (imap-open): Handle case where buffer is a buffer
13318         object.
13319
13320 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13321
13322         * gnus-delay.el (gnus-delay): Don't autoload.
13323         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13324         to be re-loaded when customizing the `gnus-delay' group.
13325
13326 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13327
13328         * message.el (message-insert-citation-line): Use newlines.
13329
13330 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13331
13332         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13333         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13334         these routines, so the passphrase can be managed externally and
13335         passed in to the system.
13336         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13337         pgg-add-passphrase-to-cache function.
13338
13339         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13340         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13341         these routines, so the passphrase can be managed externally and
13342         passed in to the system.
13343         (pgg-pgp5-sign-region): Use new name of
13344         pgg-add-passphrase-to-cache function.
13345
13346 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13347
13348         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13349         part of the decoded armor to find the key-identifier.
13350         (pgg-gpg-lookup-key-owner): New function to return the
13351         human-readable identifier of a key owner.
13352         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13353         itself.
13354         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13355         the key value) if we have a key and can match it against a secret
13356         key.  Also, added a note pointing out fact that the prompt only
13357         indicates the first matching key.
13358
13359         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13360         pgg-decrypt-region.
13361         (pgg-add-passphrase-to-cache): Rename from
13362         `pgg-add-passphrase-cache' to reduce confusion (all callers
13363         changed).
13364         (pgg-remove-passphrase-from-cache): Rename from
13365         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13366         changed).
13367         (pgg-read-passphrase, pgg-add-passphrase-cache)
13368         (pgg-remove-passphrase-cache): Add informative docstrings.
13369         (pgg-decrypt): Convey provided passphrase in subordinate call to
13370         pgg-decrypt-region.
13371
13372 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13373
13374         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13375         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13376         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13377         'passphrase' argument, so the passphrase can be managed externally
13378         and then passed in to the system.
13379
13380         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13381         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13382         so the passphrase cache can be used reliably with identifiers
13383         besides a pgp packet's key id.
13384
13385         * pgg-gpg.el (pgg-gpg-encrypt-region)
13386         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13387         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13388         these routines, so the passphrase can be managed externally and
13389         passed in to the system.
13390
13391         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13392         'notruncate' argument, so the passphrase cache can be used
13393         reliably with identifiers besides a pgp packet's key id.
13394
13395 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13396
13397         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13398         symmetric encryption.
13399         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13400         encrypted session key.
13401         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13402         message ask for the passphrase in a proper way.
13403
13404         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13405         New user commands for symmetric encryption.
13406
13407 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13408
13409         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13410
13411         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13412
13413 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13414
13415         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13416
13417 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13418
13419         * mm-decode.el (mm-inlined-types): Add application/pgp.
13420         (mm-automatic-display): Ditto.
13421
13422         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13423         part as text.
13424
13425 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13426
13427         * nnrss.el: Update copyright.
13428         (nnrss-opml-import): Query whether to subscribe to each entry.
13429
13430         * gnus-art.el:
13431         * gnus-sum.el:
13432         * gnus-xmas.el:
13433         * messagexmas.el:
13434         * mm-uu.el:
13435         * mm-view.el: Update copyright.
13436
13437 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13438
13439         * message.el (message-info): New function.
13440         (message-mode-menu): Add it.
13441         Update copyright.
13442
13443         * ChangeLog: Fix and update copyright.
13444
13445 2006-01-13  Romain Francoise  <romain@orebokech.com>
13446
13447         * message.el (message-forward-subject-name-subject): Prefer the
13448         address to 'nowhere' if the sender has no name.
13449         Fix typo.  Update copyright year.
13450
13451 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13452
13453         * gnus-art.el (article-wash-html):
13454         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13455         (gnus-article-wash-html-with-w3m-standalone): New function.
13456
13457         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13458         mm-inline-text-html-render-with-w3m-standalone.
13459         (mm-text-html-washer-alist): Map w3m-standalone to
13460         gnus-article-wash-html-with-w3m-standalone.
13461         (mm-inline-text-html-render-with-w3m-standalone): New function.
13462
13463 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13464
13465         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13466         Improve LaTeX.
13467
13468 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13469
13470         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13471         (nnrss-request-article): Render text/plain parts as HTML.
13472
13473         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13474         the buffer.
13475
13476 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13477
13478         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13479         custom definition of `gnus-posting-styles'.
13480
13481         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13482         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13483
13484 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13485
13486         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13487         Use nntp for bug archive.
13488
13489 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13490
13491         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13492         parts.
13493         (nnrss-normalize-date): New function converts ISO 8601 date into
13494         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13495         (nnrss-check-group): Use it.
13496
13497 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13498
13499         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13500
13501         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13502         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13503         (nnrss-insert-w3): Ditto.
13504
13505 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13506
13507         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13508         the articles to be forwarded including the case where neither a
13509         number of articles nor a region is specified.
13510
13511 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13512
13513         * nnrss.el (nnrss-request-article): Fix last change; fill
13514         text/plain parts.
13515
13516 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13517
13518         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13519         in text/plain part.
13520         (nnrss-check-group): Don't add excessive newline to dc:subject.
13521
13522 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13523
13524         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13525         article.
13526
13527 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13528
13529         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13530         (nnml-use-compressed-files, nnml-save-mail): Support other
13531         comression programs such as bzip2.
13532
13533 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13534
13535         * dns.el (query-dns): Make sure we check the buffer size before
13536         removing tcp headers.
13537
13538 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13539
13540         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13541         remove MIME buttons associated with multipart/alternative parts.
13542         (gnus-mime-display-alternative): Tag buttons using `article-type'
13543         text property.
13544
13545         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13546         associated with multipart/alternative parts.
13547
13548         * gnus-art.el (gnus-signature-separator): Fix custom type.
13549
13550         * mm-decode.el (mm-inlined-types): Fix custom type.
13551         (mm-keep-viewer-alive-types): Ditto.
13552         (mm-automatic-display): Ditto.
13553         (mm-attachment-override-types): Ditto.
13554         (mm-inline-override-types): Ditto.
13555         (mm-automatic-external-display): Ditto.
13556
13557 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13558
13559         * spam-report.el (spam-report-user-mail-address)
13560         (spam-report-user-agent): New variables.
13561         (spam-report-url-ping-plain): Use spam-report-user-agent.
13562
13563 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13564
13565         * gnus-art.el (gnus-button-handle-custom): Do not just use
13566         `customize-apropos' for any "M-x customize-*" button but the
13567         function called for.  Accept both the function name and its
13568         argument in order to achieve this.
13569         (gnus-button-alist): Remove support for "custom:" URL's.
13570         Pass function name to `gnus-button-handle-custom' in case of "M-x
13571         customize-*" buttons.
13572
13573 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13574
13575         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13576         multipart/alternative and add xref to mm-discouraged-alternatives
13577         in doc string.
13578
13579         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13580         gnus-buttonized-mime-types in doc string.
13581
13582 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13583
13584         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13585         Suggest image/.* in the doc string.
13586
13587 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13588
13589         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13590         message-marks (Debian bug #342521).
13591
13592 2005-12-12  Simon Josefsson  <jas@extundo.com>
13593
13594         * password.el (password-read-from-cache): Add.
13595         (password-read): Use it.
13596
13597 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13598
13599         * rfc2047.el (rfc2047-charset-to-coding-system):
13600         Recognize us-ascii as a MIME charset.
13601
13602         * mm-bodies.el (mm-decode-content-transfer-encoding):
13603         Protect against the case where the 2nd arg TYPE is nil.
13604
13605 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13606
13607         * pop3.el (pop3-stream-type): Fix custom version.
13608
13609         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13610
13611 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13612
13613         * mm-decode.el (mm-display-external): Add missing cdr.
13614
13615 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13616
13617         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13618         RFC1524) if it is in mailcap or add a suffix according to
13619         mailcap-mime-extensions when generating a temp filename; postpone
13620         deleting a temp file for 2 seconds for some wrappers, shell
13621         scripts, and so on, which might exit right after having started a
13622         viewer command as a background job.
13623
13624 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13625
13626         * nntp.el (nntp-marks-directory): Fix custom group.
13627
13628         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13629         steps when < 10.
13630
13631         * gnus-start.el (gnus-no-server-1):
13632         Mention `gnus-level-default-subscribed' in doc string.
13633
13634 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13635
13636         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13637         parens.
13638
13639 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13640
13641         * gnus-xmas.el (gnus-use-toolbar): Revert.
13642         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13643         gnus-use-toolbar is default.
13644
13645         * messagexmas.el (message-use-toolbar): Revert.
13646         (message-setup-toolbar): Use global default-toolbar if
13647         message-use-toolbar is default.
13648
13649 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13650
13651         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13652         according to default-toolbar-visible-p.
13653
13654         * messagexmas.el (message-use-toolbar): Ditto.
13655
13656 2005-11-26  Dave Love  <fx@gnu.org>
13657
13658         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13659         (tls-program, tls-success): Provide openssl alternative.
13660
13661         * starttls.el: Doc fixes.
13662         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13663         SERVICE to PORT.
13664
13665         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13666         port null or service name.
13667         (starttls-negotiate): Autoload.
13668
13669 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13670
13671         * message.el (message-kill-to-signature): Fix interactive spec.
13672
13673 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13674
13675         * pop3.el (pop3-open-server): Recognize a string as a service name.
13676
13677 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13678
13679         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13680
13681 2005-11-23  Dave Love  <fx@gnu.org>
13682
13683         Add pop3s, pop3/starttls.
13684
13685         * pop3.el (pop3-authentication-scheme): Clarify doc.
13686         (open-tls-stream, starttls-open-stream): Autoload.
13687         (pop3-stream-type): New.
13688         (pop3-open-server): Use it.
13689
13690         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13691         for POP.
13692         (mail-source-keyword-map): Add :stream for POP.
13693         (mail-source-fetch-pop): Use pop3-stream-type.
13694
13695 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13696
13697         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13698         of current-time-string.
13699
13700 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13701
13702         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13703         date header.
13704
13705 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13706
13707         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13708         it can seriously impact performance as it bypasses the agent's
13709         local caches.
13710
13711 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13712
13713         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13714         must be explicitly online rather than "not explicitly offline" for
13715         its flags to be synchronized.
13716
13717         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13718         that gnus-uu-unmark-thread will function correctly.
13719
13720         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13721         1024K is instead displayed as 1M.
13722
13723 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13724
13725         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13726
13727 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13728
13729         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13730
13731 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13732
13733         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13734         error message to display actual error condition.
13735         (gnus-agent-save-local): Avoid saving symbols that are bound to
13736         nil as they simply result in a warning message in
13737         gnus-agent-read-local.
13738
13739 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13740
13741         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13742         rather than make-variable-buffer-local for file-precious-flag.
13743
13744 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13745
13746         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13747         for duplicates which are removed.  The invalid sort check then
13748         triggers a rescan after the sort as sorting may have moved
13749         duplicate entries such that they can be cheaply detected.
13750
13751 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13752
13753         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13754
13755 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13756
13757         * gnus-agent.el (gnus-agent-article-alist-save-format):
13758         Change internal variable to a custom variable.  Change default value
13759         from compressed(2) to uncompressed(1).
13760         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13761         support for uncompressed agentview files.  Taken together, reading
13762         the agentview file should now be 6-7 times faster.
13763
13764 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13765
13766         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13767         as a buffer-local variable.  This avoids creating truncated
13768         dribble files as a result of a hang up, eg.
13769
13770 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13771
13772         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13773         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13774         XEmacs.
13775
13776 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13777
13778         * gnus-start.el (gnus-start-draft-setup):
13779         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13780
13781         * gnus.el (gnus-splash): Change custom group.
13782         (gnus-group-get-parameter, gnus-group-parameter-value):
13783         Describe allow-list argument.
13784
13785         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13786         string.
13787
13788 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13789
13790         * gnus-art.el (gnus-default-article-saver): Add user-defined
13791         `function' to custom type.
13792
13793 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13794
13795         * imap.el (imap-open): Handle case where buffer is a buffer
13796         object.
13797
13798 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13799
13800         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13801         long lines.
13802         (gnus-cache-delete-group): Wrap doc strings.
13803
13804         * gnus-agent.el (gnus-agent-rename-group)
13805         (gnus-agent-delete-group): Wrap doc strings.
13806
13807 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13808
13809         * messagexmas.el (message-use-toolbar): Change the valid values
13810         into default, top, bottom, left, and right.
13811         (message-toolbar-thickness): New variable.
13812         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13813         well.
13814         (message-setup-toolbar): Make it work.
13815
13816         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13817         (gnus-use-toolbar): Change the valid values into default, top,
13818         bottom, left, and right.
13819         (gnus-toolbar-thickness): New variable.
13820         (gnus-xmas-setup-toolbar): New function.
13821         (gnus-xmas-setup-group-toolbar): Use it.
13822         (gnus-xmas-setup-summary-toolbar): Use it.
13823
13824 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13825
13826         * gnus-start.el (gnus-1): Add "native" to
13827         gnus-predefined-server-alist.
13828
13829         * gnus.el (gnus-method-to-server): Don't add "native" to the
13830         lists here, because that leads to problems when
13831         gnus-select-method is bound.
13832
13833 2005-11-09  Simon Josefsson  <jas@extundo.com>
13834
13835         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13836         use (not sort-by-date) instead.
13837
13838 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13839
13840         * gnus-delay.el (gnus-delay-group): Don't autoload.
13841         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13842         to be re-loaded when customizing the `gnus-delay' group.
13843
13844 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13845
13846         * message.el: Revert last changes.
13847         (message-insert-citation-line): Use newlines.
13848
13849 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13850
13851         * message.el (message-courtesy-message)
13852         (message-mark-insert-begin, message-mark-insert-end)
13853         (message-elide-ellipsis, message-cancel-message)
13854         (message-add-header, message-change-subject)
13855         (message-cross-post-followup-to-header)
13856         (message-cross-post-insert-note, message-reduce-to-to-cc)
13857         (message-widen-reply, message-delete-not-region)
13858         (message-kill-to-signature, message-insert-signature)
13859         (message-insert-importance-high, message-insert-importance-low)
13860         (message-insert-or-toggle-importance)
13861         (message-insert-disposition-notification-to)
13862         (message-indent-citation, message-yank-original)
13863         (message-cite-original-without-signature, message-cite-original)
13864         (message-insert-citation-line, message-position-on-field)
13865         (message-fix-before-sending, message-send-mail-partially)
13866         (message-send-mail, message-send-mail-with-sendmail)
13867         (message-send-mail-with-qmail, message-send-news)
13868         (message-check-news-header-syntax, message-generate-headers)
13869         (message-insert-courtesy-copy, message-fill-address)
13870         (message-fill-header, message-shorten-references)
13871         (message-setup-1, message-cancel-news)
13872         (message-forward-make-body-plain, message-forward-make-body-mime)
13873         (message-forward-make-body-mml, message-encode-message-body)
13874         (message-forward-make-body-digest-plain)
13875         (message-forward-make-body-digest-mime)
13876         (message-use-alternative-email-as-from): Insert `hard-newline'
13877         instead of ordinary newlines.
13878
13879 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13880
13881         * message.el (message-generate-headers): Downcase the argument
13882         given to message-check-element.
13883
13884 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13885
13886         * nntp.el (nntp-authinfo-rejected): New error condition.
13887         (nntp-wait-for): Use new error condition to signal authentication
13888         error.
13889         (nntp-retrieve-data): Rethrow new error condition to break out of
13890         recursive call to nntp-send-authinfo.
13891
13892 2005-11-08  Romain Francoise  <romain@orebokech.com>
13893
13894         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13895         (gnus-summary-exit-map): Bind to `Z p'.
13896         (gnus-summary-make-menu-bar): Add menu item.
13897
13898 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13899
13900         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13901         (gnus-treat-*): Add `first' in all doc strings.
13902
13903         * gnus-group.el (gnus-group-compact-group): Fix typo.
13904
13905 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13906
13907         * gnus.el (gnus-parameters-case-fold-search): New variable.
13908         (gnus-parameters-get-parameter): Use it.
13909
13910         * gnus-score.el (gnus-home-score-file): Doc fix.
13911
13912 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13913
13914         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13915
13916 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13917
13918         * mm-util.el (mm-special-display-p): New function.
13919
13920         * mml.el (mml-preview): Use it; doc fix.
13921
13922 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13923
13924         * imap.el (imap-open): Handle case where buffer is a buffer object.
13925
13926 2005-10-29  Romain Francoise  <romain@orebokech.com>
13927
13928         * message.el (message-fix-before-sending): Fix comment.
13929
13930 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13931
13932         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13933
13934 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13935
13936         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13937         Used in gnus-score.el.
13938
13939 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13940
13941         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13942
13943 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13944
13945         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13946         whitespace removed in revision 7.8.  Use concatenated string to
13947         protect trailing whitespace.
13948
13949 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13950
13951         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13952         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13953         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13954         Courier IMAP ("some version from 2004").  Mostly based on similar
13955         code in the same function.
13956
13957 2005-10-26  Didier Verna  <didier@xemacs.org>
13958
13959         * gnus-group.el (gnus-group-compact-group): Invalidate original
13960         article buffer.
13961         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13962         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13963         NOV database and in article itself.
13964         Invalidate article backlog.
13965
13966 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13967
13968         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13969
13970 2005-10-26  Simon Josefsson  <jas@extundo.com>
13971
13972         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13973         part of 2004-07-25 change.
13974
13975 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13976
13977         * message.el (message-display-completion-list): New function.
13978         (message-expand-group): Use it; make sure the Completions buffer
13979         is modifiable.
13980 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13981
13982         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13983         user-mail-name is an empty string.
13984
13985 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13986
13987         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13988         depending on gnus-score-decay-constant.
13989
13990         * encrypt.el (encrypt-insert-file-contents)
13991         (encrypt-write-file-contents): Don't use `gnus-message'.
13992
13993         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13994         arguments.
13995         (mm-uu-type-alist): Add message-marks and insert-marks.
13996         Pass arguments to mm-uu-verbatim-marks-extract.
13997         (mm-uu-hide-markers): New variable.
13998         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13999
14000         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14001         (gnus-convert-image-to-face-command): Use "convert" by default to
14002         allow other input image formats.
14003         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14004         accordingly.
14005
14006 2005-10-23  Simon Josefsson  <jas@extundo.com>
14007
14008         * imap.el (imap-gssapi-program): Align command line parameters
14009         with latest GNU SASL.
14010         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14011
14012 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14013
14014         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14015         HTML.
14016         (nnslashdot-request-article): Ditto.
14017
14018         * lpath.el (featurep): Add nobreak-char-display.
14019
14020 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14021
14022         * mail-source.el (mail-source-fetch-pop): Require pop3.
14023         (mail-source-check-pop): Ditto.
14024
14025 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14026
14027         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14028         errors.
14029
14030 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14031
14032         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14033         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14034
14035         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14036
14037         * mm-bodies.el (mm-decode-string):
14038         Call `mm-charset-to-coding-system' with allow-override argument.
14039
14040 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14041
14042         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14043         (rfc2047-charset-to-coding-system): New function.
14044         (rfc2047-decode-encoded-words): New function.
14045         (rfc2047-decode-region): Use them.
14046         (rfc2047-decode-cte): Remove.
14047         (rfc2047-parse-and-decode): Remove.
14048         (rfc2047-decode): Remove.
14049
14050 2005-10-15  Kenichi Handa  <handa@m17n.org>
14051
14052         * rfc2047.el (rfc2047-decode-cte): New function.
14053         (rfc2047-decode-region): Change the way to decode successive
14054         encoded-words: decode B- or Q-encoding in each encoded-word,
14055         concatenate them, and decode it as charset.
14056
14057 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14058
14059         * lpath.el: Fbind codepage-setup for XEmacs.
14060
14061 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14062
14063         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14064         widget-move-and-invoke.
14065         (gnus-custom-mode): Use gnus-custom-map.
14066
14067 2005-10-15  Bill Wohler  <wohler@newt.com>
14068
14069         * message.el (message-tool-bar-map): Rename image file from
14070         mail_send to mail/send.
14071
14072 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14073
14074         * message.el (message-expand-group): Pass the common
14075         prefix substring of completion to `display-completion-list'.
14076
14077 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14078
14079         * mml-sec.el (mml-secure-method): New internal variable.
14080         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14081         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14082         New functions using mml-secure-method.
14083
14084         * mml.el (mml-mode-map): Add key bindings for those functions.
14085         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14086         Harder <harder@myrealbox.com>.
14087         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14088         Goto end of message if point is the headers of the message.
14089
14090         * message.el (message-in-body-p): New function.
14091
14092         * assistant.el: Autoload gnus-util and netrc.
14093
14094         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14095         Use `mm-charset-override-alist' only when decoding.
14096
14097         * mm-bodies.el (mm-decode-body):
14098         Call `mm-charset-to-coding-system' with allow-override argument.
14099
14100         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14101         `filename' from Content-Disposition if Content-Type doesn't
14102         provide `name'.
14103         (gnus-mime-view-part-as-type): Set default instead of
14104         initial-input.
14105
14106 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14107
14108         * format-spec.el (format-spec): Propagate text properties of % spec.
14109
14110 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14111
14112         * gnus-art.el (gnus-treat-predicate): Add `first'.
14113
14114 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14115
14116         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14117         (mm-charset-override-alist): New variable.
14118         (mm-charset-to-coding-system): Use it.
14119         (mm-codepage-setup): New helper function.
14120         (mm-charset-eval-alist): New variable.
14121         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14122         Warn about unknown charsets.
14123
14124         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14125
14126 2005-10-04  David Hansen  <david.hansen@gmx.net>
14127
14128         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14129         (nnrss-check-group): Ditto.
14130
14131 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14132
14133         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14134         Rename x-gnus-verbatim to x-verbatim.
14135         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14136
14137         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14138         x-verbatim.
14139
14140         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14141
14142         * gnus-util.el (gnus-remove-duplicates): Remove.
14143
14144         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14145         instead of gnus-remove-duplicates.
14146
14147         * message.el (message-remove-duplicates): Remove.
14148         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14149         message-remove-duplicates.
14150
14151         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14152         available, else use implementation from `delete-dups'.
14153
14154         * message.el (message-insert-expires): New function.
14155         (message-mode-map): Add key binding.
14156         (message-mode-field-menu): Add menu entry.
14157         (message-mode): Document it.
14158         (message-make-expires-date): Use `message-make-date'.
14159
14160 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14161
14162         * message.el (message-make-expires-date): New function.
14163
14164 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14165
14166         * Makefile.in (list-installed-shadows): New entry.
14167         (install): Use it.
14168         (remove-installed-shadows): New entry.
14169
14170         * dgnushack.el (dgnushack-default-load-path): New variable.
14171         (dgnushack-find-lisp-shadows): New function.
14172         (dgnushack-remove-lisp-shadows): New function.
14173
14174 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14175
14176         * Makefile.in (install-el-elc): New entry.
14177         (install): Use it so that .el files are necessarily installed.
14178
14179 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14180
14181         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14182
14183 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14184
14185         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14186         function rather than the diff-mode.el package.
14187         (mm-display-external): Use with-current-buffer.
14188         (mm-viewer-completion-map, mm-viewer-completion-map):
14189         Move initialization inside declaration.
14190
14191 2005-09-29  Simon Josefsson  <jas@extundo.com>
14192
14193         * spam.el: Load hashcash when compiling, to avoid warnings.
14194         Don't autoload mail-check-payment.
14195         (spam-check-hashcash): Define unconditionally, since hashcash.el
14196         is part of Gnus now.  Ignore errors from payment checking.
14197
14198 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14199
14200         * message.el (message-bold-region, message-unbold-region):
14201         Rename from `bold-region' and `unbold-region'.
14202
14203         * message.el: Remove useless autoloads.
14204
14205 2005-09-28  Simon Josefsson  <jas@extundo.com>
14206
14207         * message.el (message-use-idna): Default to t.
14208         (message-use-idna): Test whether encoding works too.  Doc fix.
14209
14210 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * nntp.el (nntp-warn-about-losing-connection): Remove.
14213
14214 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14215
14216         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14217         customizable.  Change default value.
14218         (mm-uu-diff-groups-regexp): Change default value.
14219         (mm-uu-type-alist): Add doc string.
14220         (mm-uu-configure): Add doc string.  Make it interactive.
14221         (mm-uu-tex-groups-regexp): New variable.
14222         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14223         (mm-uu-type-alist): Add LaTeX documents.
14224         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14225         of "text/verbatim".
14226         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14227
14228         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14229         instead of "text/verbatim".
14230
14231         * message.el (message-mark-inserted-region)
14232         (message-mark-insert-file): Use slrn style marks when called with
14233         prefix argument.
14234
14235 2005-09-27  Simon Josefsson  <jas@extundo.com>
14236
14237         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14238
14239 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14240
14241         * message.el (message-remove-duplicates): New function.
14242         Implementation borrowed from `gnus-remove-duplicates'.
14243         (message-idna-to-ascii-rhs): Also encode idna addresses in
14244         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14245         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14246         only ask about the same idna domain once per header and also tell
14247         in what header to replace the idna domain.
14248
14249         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14250         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14251         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14252         a header is decoded and not just the last one.
14253
14254 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14255
14256         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14257         has been decoded.
14258
14259         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14260         (mm-insert-part): Don't modify text if it has been decoded.
14261
14262         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14263         decoded.
14264
14265         * mm-view.el (mm-inline-text): Don't strip text props unless
14266         decoding enriched or richtext parts.
14267
14268 2005-09-25  Romain Francoise  <romain@orebokech.com>
14269
14270         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14271         * gnus-start.el (gnus-subscribe-interactively):
14272         * gnus-uu.el (gnus-uu-grab-articles):
14273         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14274         space.
14275
14276 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14277
14278         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14279         * mm-view.el (mm-view-pkcs7-decrypt):
14280         * gnus-sum.el (gnus-summary-limit-to-extra)
14281         (gnus-summary-respool-article, gnus-read-move-group-name):
14282         * gnus-score.el (gnus-summary-increase-score):
14283         * gnus-util.el (gnus-completing-read-with-default):
14284         * gnus-art.el (gnus-read-save-file-name)
14285         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14286         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14287         * message.el (message-check-news-header-syntax):
14288         Follow convention for reading with the minibuffer.
14289
14290 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14291
14292         * spam-report.el (spam-report-url-ping-plain):
14293         Use gnus-extended-version as User-Agent.
14294
14295         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14296         default value is nil.
14297
14298         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14299         (mm-uu-verbatim-marks-extract): New function.
14300         (mm-uu-extract): New face.
14301         (mm-uu-copy-to-buffer): Use it.
14302
14303         * spam-report.el (spam-report-gmane-ham): Rename from
14304         `spam-report-gmane-unspam'.
14305         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14306         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14307
14308         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14309         Autoload.
14310         (spam-report-gmane-unregister-routine):
14311         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14312
14313 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14314
14315         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14316         (spam-report-gmane-unregister-routine): Add support for gmane
14317         unregistration.
14318
14319         * spam-report.el (spam-report-gmane-unspam)
14320         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14321         (spam-report-gmane): Change to take a single article and do unspam
14322         registration.
14323
14324 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14325
14326         * mm-url.el (mm-url-decode-entities): Fix regexp.
14327
14328 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14329
14330         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14331         default to nil, to be able to use Gnus at all.  If the default
14332         switches to something else, then the function should be fixed not
14333         be exceedingly slow.
14334
14335 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14336
14337         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14338         fail hard.
14339
14340         * spam-report.el: Add better Keywords line.
14341
14342         * spam.el: Add Maintainer and better Keywords line.
14343
14344 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14345
14346         * gnus-art.el (gnus-article-replace-part)
14347         (gnus-mime-replace-part): New functions.
14348         (gnus-mime-action-alist, gnus-mime-button-commands)
14349         (gnus-mime-save-part-and-strip): Add file argument.
14350         (gnus-article-part-wrapper): Add interactive argument.
14351
14352         * gnus-sum.el (gnus-summary-mime-map):
14353         Add `gnus-article-replace-part'.
14354
14355 2005-09-19  Didier Verna  <didier@xemacs.org>
14356
14357         The nnml compaction feature:
14358         * nnml.el (nnml-request-compact-group): New function.
14359         * nnml.el (nnml-request-compact): New function.
14360         * gnus-int.el (gnus-request-compact-group): New function.
14361         * gnus-int.el (gnus-request-compact): New function.
14362         * gnus-group.el (gnus-group-compact-group): New function.
14363         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14364         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14365         * gnus-srvr.el (gnus-server-compact-server): New function.
14366         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14367         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14368
14369 2005-09-18  Deepak Goel  <deego@gnufans.org>
14370
14371         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14372         format spec.
14373
14374 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14375
14376         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14377
14378 2005-09-15  Romain Francoise  <romain@orebokech.com>
14379
14380         * message.el (message-fill-paragraph): Clarify docstring.
14381
14382 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14383
14384         * gnus-art.el (gnus-mime-display-part): Protect against broken
14385         MIME messages.
14386
14387 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14388
14389         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14390         before parsing header.
14391
14392 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14393
14394         * html2text.el (html2text-replace-list): Add new entities.
14395
14396 2005-09-11  Romain Francoise  <romain@orebokech.com>
14397
14398         * message.el (message-alternative-emails): Improve docstring.
14399         (message-setup-1): Call `message-use-alternative-email-as-from'
14400         after `message-setup-hook' to give it precedence over posting
14401         styles, etc.
14402         (message-use-alternative-email-as-from): Add docstring.
14403         Remove the original From header if present.
14404
14405         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14406         (nnml-save-mail): Use it.
14407
14408         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14409         articles.  Add new argument `silent'.
14410         (gnus-uu-mark-all): Report the total number of marked articles.
14411
14412 2005-09-10  Romain Francoise  <romain@orebokech.com>
14413
14414         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14415         (gnus-uu-mark-series): Likewise.
14416
14417 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14418
14419         * spam-report.el (spam-report-gmane): Fix generation of spam
14420         report URL.
14421
14422 2005-09-10  Simon Josefsson  <jas@extundo.com>
14423
14424         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14425         t, based on discussion on the ding list with Robert Epprecht
14426         <epprecht@solnet.ch>.
14427
14428 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14429
14430         * spam-report.el (spam-report-gmane): Make it work without
14431         X-Report-Spam header.  Gmane now only provides Archived-At.
14432         This is only used if `spam-report-gmane-use-article-number' is nil.
14433         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14434
14435         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14436         make `gnus-summary-sort-by-recipient' work with threading.
14437
14438         * nnweb.el (nnweb-google-wash-article): Print a message if article
14439         is not available.
14440
14441 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14442
14443         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14444         change.  Decode text/* parts content before displaying.
14445
14446 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14447
14448         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14449
14450 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14451
14452         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14453
14454         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14455         url-package-name, url-package-version,
14456         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14457         w3m-display-inline-images, and w3m-minor-mode-map.
14458
14459 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14460
14461         * message.el (message-tab-body-function): Fix mismatched custom type.
14462
14463         * gnus.el (gnus-group-change-level-function): Ditto.
14464
14465         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14466
14467         * gnus-art.el (gnus-signature-limit)
14468         (gnus-article-mime-part-function): Ditto.
14469
14470 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14471
14472         * mml.el (mml-mode): Silence the byte compiler.
14473
14474         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14475         using `(sit-for 0)' before moving the point to the specified part;
14476         skip unbuttonized parts.
14477         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14478         return to the summary window if gnus-auto-select-part is non-nil.
14479
14480 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14481
14482         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14483         New variables.
14484         (mml-dnd-attach-file, mml-mode): Use them.
14485
14486         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14487         Make fetching article by MID work again for Google Groups.
14488         Add FIXME concerning gnus-group-make-web-group.
14489
14490         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14491         Don't depend on Gnus by using mail-extract-address-components if
14492         gnus-extract-address-components is not bound.
14493
14494 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14495
14496         * gnus-art.el (gnus-mime-display-security): Don't display the
14497         signature, but only the signed part.
14498
14499 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14500
14501         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14502
14503         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14504         list, not listp.
14505
14506 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14507
14508         * mm-encode.el (mm-encode-content-transfer-encoding):
14509         Likewise when encoding.
14510
14511         * mm-bodies.el (mm-decode-content-transfer-encoding):
14512         De-canonicalize CRLF for all text content types, not just
14513         text/plain.
14514
14515 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14516
14517         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14518         valid article; point arrow and cursor at the MIME button.
14519
14520 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14521
14522         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14523         Suggested by Dan Christensen <jdc@uwo.ca>.
14524
14525         * mm-decode.el (mm-save-part): Enable change of prompt.
14526
14527 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14528
14529         * gnus-msg.el (gnus-inews-add-send-actions):
14530         Make `message-post-method' lambda parameter ARG `&optional'.
14531
14532 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14533
14534         * gnus-sum.el (gnus-summary-mime-map):
14535         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14536         gnus-article-jump-to-part.
14537
14538         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14539         (gnus-article-edit-part): Use it.
14540         (gnus-article-part-wrapper): Add no-handle argument.
14541         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14542         New functions.
14543
14544 2005-08-29  Romain Francoise  <romain@orebokech.com>
14545
14546         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14547         docstring.
14548         (gnus-face-from-file): Likewise.
14549
14550 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14551
14552         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14553         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14554         non-nil.
14555         (gnus-auto-select-part): New variable.
14556         (gnus-article-jump-to-part): New function.
14557         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14558         (gnus-mime-delete-part): Allow selecting specified part after
14559         deleting or stripping parts.
14560         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14561         part if argument is bogus.
14562
14563 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14564
14565         * gnus-art.el (w3m-minor-mode-map):
14566         * gnus-spec.el (gnus-newsrc-file-version):
14567         * gnus-util.el (nnmail-active-file-coding-system)
14568         (gnus-original-article-buffer, gnus-user-agent):
14569         * gnus.el (gnus-ham-process-destinations)
14570         (gnus-parameter-ham-marks-alist)
14571         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14572         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14573         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14574         * mm-decode.el (gnus-current-window-configuration):
14575         * mm-extern.el (gnus-article-mime-handles):
14576         * mm-url.el (url-current-object, url-package-name)
14577         (url-package-version):
14578         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14579         (smime-keys, w3m-cid-retrieve-function-alist)
14580         (w3m-current-buffer, w3m-display-inline-images)
14581         (w3m-minor-mode-map):
14582         * mml-smime.el (gnus-extract-address-components):
14583         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14584         (gnus-newsrc-hashtb, message-default-charset)
14585         (message-deletable-headers, message-options)
14586         (message-posting-charset, message-required-mail-headers)
14587         (message-required-news-headers):
14588         * mml1991.el (mc-pgp-always-sign):
14589         * mml2015.el (mc-pgp-always-sign):
14590         * nnheader.el (nnmail-extra-headers):
14591         * rfc1843.el (gnus-decode-encoded-word-function)
14592         (gnus-decode-header-function, gnus-newsgroup-name):
14593         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14594
14595 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14596
14597         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14598         the end of the date treatments.
14599
14600 2005-08-15  Simon Josefsson  <jas@extundo.com>
14601
14602         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14603         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14604         Capello and Romain Francoise.
14605         (pgg-fetch-key-function): Remove, not used?
14606         (pgg-insert-url-with-w3): Require url, to get
14607         url-insert-file-contents regardless of where it is defined.
14608
14609 2005-08-13  Romain Francoise  <romain@orebokech.com>
14610
14611         * message.el (message-cite-original-1): New function.
14612         (message-cite-original): Use it.
14613         (message-cite-original-without-signature): Ditto.
14614
14615 2005-08-08  Romain Francoise  <romain@orebokech.com>
14616
14617         * message.el (message-yank-empty-prefix): New variable.
14618         (message-indent-citation): Use it.
14619         (message-cite-original-without-signature): Respect X-No-Archive.
14620
14621 2005-08-08  Simon Josefsson  <jas@extundo.com>
14622
14623         * pgg.el: Autoload url-insert-file-contents instead of loading
14624         w3/url.
14625         (pgg-insert-url-with-w3): Don't load url here.
14626
14627 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14628
14629         * message.el (message-kill-to-signature): Don't insert newline at
14630         bol.
14631         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14632
14633 2005-08-06  Romain Francoise  <romain@orebokech.com>
14634
14635         * message.el (message-user-fqdn): Fix typo in docstring.
14636
14637 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14638
14639         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14640
14641         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14642
14643 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14644
14645         * mm-bodies.el (mm-encode-body): Use coding system rather than
14646         charset to encode text.
14647
14648         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14649         number of charsets if utf-8 is available (XEmacs).
14650
14651 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14652
14653         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14654         taken from `gnus-button-mid-or-mail-regexp'.
14655         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14656         (gnus-button-alist): Improve regexp for domain part of the MIDs
14657         for news:localpart@domain buttons.
14658         (gnus-button-ctan-directory-regexp): Update.
14659
14660 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14661
14662         * sieve-manage.el (sieve-manage-interactive-login):
14663         Use make-local-variable rather than make-variable-buffer-local.
14664         (sieve-manage-open): Ditto.
14665         (sieve-manage-authenticate): Ditto.
14666
14667         * mml.el (mml-generate-mime-1): Make the content type default to
14668         text/plain if the filename is not specified.
14669
14670 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14671
14672         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14673         instead of insert-buffer.
14674
14675         * message.el (message-yank-original): Ditto; set the mark at the
14676         end of the yanked message.
14677
14678 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14679
14680         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14681         lines to scroll rather than to stop it.
14682
14683         * mml.el (mml-generate-default-type): Add doc string.
14684         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14685         default to application/octet-stream when determining the content
14686         type if it is not specified for the part or the mml contents; add
14687         a comment about mml-generate-default-type.
14688
14689 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14690
14691         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14692         make it default to application/octet-stream when determining the
14693         content type if it is not specified for the external contents.
14694
14695 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14696
14697         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14698         segmented parameter but also other parameters might be there.
14699
14700 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14701
14702         * mm-decode.el (mm-display-external): Delete temp file, directory
14703         and buffer immediately if the external process is exited.
14704
14705 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14706
14707         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14708         fewer lines than that of scroll-margin.
14709         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14710
14711 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14712
14713         * gnus-art.el (gnus-article-next-page): Revert.
14714         (gnus-article-beginning-of-window): New macro.
14715         (gnus-article-next-page-1): Use it.
14716         (gnus-article-prev-page): Ditto.
14717         (gnus-article-edit-part): Use insert-buffer-substring instead of
14718         insert-buffer.
14719         (gnus-article-edit-exit): Ditto.
14720
14721         * gnus-util.el (gnus-beginning-of-window): Remove.
14722         (gnus-end-of-window): Remove.
14723
14724         * lpath.el: Don't bind header-line-format and scroll-margin.
14725
14726 2005-07-25  Simon Josefsson  <jas@extundo.com>
14727
14728         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14729         to have the url package without w3.  Reported by Daiki Ueno
14730         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14731
14732 2005-07-20  Didier Verna  <didier@xemacs.org>
14733
14734         * gnus-diary.el: Remove the description comment (nndiary is now
14735         properly documented in the Gnus manual).
14736         Fix the spelling of "Back End".
14737         * nndiary.el: Ditto.
14738         Fix the copyright notice.
14739
14740 2005-07-18  Romain Francoise  <romain@orebokech.com>
14741
14742         * gnus-sum.el (gnus-summary-to-prefix)
14743         (gnus-summary-newsgroup-prefix): New variables.
14744         (gnus-summary-from-or-to-or-newsgroups): Use them.
14745
14746 2005-07-17  Romain Francoise  <romain@orebokech.com>
14747
14748         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14749         space as it's generally not especially interesting to the user.
14750
14751 2005-07-16  Romain Francoise  <romain@orebokech.com>
14752
14753         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14754         nil to avoid prompting and file modification if one of the
14755         messages at the top of the nnfolder file contains a copyright
14756         notice.
14757         Update copyright notice.
14758
14759         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14760         instead of `current-time-string' as the latter creates a time
14761         string that is not RFC 2822 compliant (it lacks the zone).
14762         Update copyright notice.
14763
14764 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14765
14766         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14767         for text/rtf.  Display default in prompt.  Pass default for M-n.
14768
14769         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14770
14771 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14772
14773         * gnus-msg.el (gnus-button-mailto):
14774         Remove save-selected-window-window hackery because it relies on
14775         save-selected-window internals.
14776
14777 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14778
14779         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14780         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14781         (gnus-article-prev-page): Ditto.
14782
14783         * gnus-util.el (gnus-beginning-of-window): New function.
14784         (gnus-end-of-window): New function.
14785
14786         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14787
14788 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14789
14790         * gnus-score.el (gnus-score-edit-all-score):
14791         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14792         gnus-message.
14793
14794 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14795
14796         * gnus-msg.el (gnus-button-mailto):
14797         Remove save-selected-window-window hackery because it relies on
14798         save-selected-window internals.
14799
14800 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14801
14802         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14803         add-minor-mode.
14804         (gnus-binary-mode): Ditto.
14805
14806         * gnus-topic.el (gnus-topic-mode): Ditto.
14807
14808 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14809
14810         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14811         (gnus-article-prev-page): Take scroll-margin into consideration.
14812
14813 2005-07-04  Lute Kamstra  <lute@gnu.org>
14814
14815         Update FSF's address in GPL notices.
14816
14817 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14818
14819         * gnus.el (gnus-exit):
14820         * gnus-group.el (gnus-group-icons):
14821         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14822
14823         * gnus-nocem.el (gnus-nocem):
14824         * message.el (message-various, message-buffers, message-sending)
14825         (message-interface, message-forwarding, message-insertion)
14826         (message-headers, message-news, message-mail):
14827         * pgg-gpg.el (pgg-gpg):
14828         * pgg-parse.el (pgg-parse):
14829         * pgg-pgp.el (pgg-pgp):
14830         * pgg-pgp5.el (pgg-pgp5):
14831         * pop3.el (pop3): Finish `defgroup' description with period.
14832
14833 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14834
14835         * gnus-art.el (article-display-face): Improve the efficiency.
14836         (article-display-x-face): Ditto; remove grey x-face stuff.
14837
14838 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14839
14840         * gnus-art.el (article-display-face): Correct the position in
14841         which Faces are inserted.
14842
14843 2005-06-29  Didier Verna  <didier@xemacs.org>
14844
14845         * gnus-art.el (article-display-face): Display faces in correct
14846         order.
14847
14848 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14849
14850         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14851         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14852         (gnus-nocem-check-article): Fetch the Type header.
14853         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14854         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14855         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14856         make sure gnus-nocem-hashtb is initialized.
14857         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14858         (gnus-nocem-unwanted-article-p): Ditto.
14859
14860         * pgg.el (pgg-verify): Return the verification result.
14861
14862 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14863
14864         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14865         is ascii.
14866
14867 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14868
14869         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14870         `show-nonbreak-escape'.
14871
14872 2005-06-23  Lute Kamstra  <lute@gnu.org>
14873
14874         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14875
14876         * dig.el (dig-mode):
14877         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14878
14879 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14880
14881         * nnimap.el (nnimap-split-download-body): Fix spellings.
14882
14883 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14884
14885         * gnus-art.el (gnus-article-encrypt-body):
14886         * gnus-cus.el (gnus-score-customize):
14887         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14888         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14889
14890 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14891
14892         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14893         header by looking for magic "MII" at the beginnig.
14894
14895 2005-06-16  Miles Bader  <miles@gnu.org>
14896
14897         * gnus-xmas.el (gnus-xmas-group-startup-message):
14898         Use renamed gnus-splash face.
14899
14900         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14901         (assistant-field-face): New backward-compatibility alias for renamed
14902         face.
14903         (assistant-render-text): Use renamed assistant-field face.
14904
14905         * spam.el (spam): Remove "-face" suffix from face name.
14906         (spam-face): New backward-compatibility alias for renamed face.
14907         (spam-face, spam-initialize): Use renamed spam face.
14908
14909         * message.el (message-header-to, message-header-cc)
14910         (message-header-subject, message-header-newsgroups)
14911         (message-header-other, message-header-name)
14912         (message-header-xheader, message-separator, message-cited-text)
14913         (message-mml): Remove "-face" suffix from face names.
14914         (message-header-to-face, message-header-cc-face)
14915         (message-header-subject-face, message-header-newsgroups-face)
14916         (message-header-other-face, message-header-name-face)
14917         (message-header-xheader-face, message-separator-face)
14918         (message-cited-text-face, message-mml-face):
14919         New backward-compatibility aliases for renamed faces.
14920         (message-font-lock-keywords): Use renamed message faces.
14921
14922         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14923         (sieve-test-commands, sieve-tagged-arguments):
14924         Remove "-face" suffix from face names.
14925         (sieve-control-commands-face, sieve-action-commands-face)
14926         (sieve-test-commands-face, sieve-tagged-arguments-face):
14927         New backward-compatibility aliases for renamed faces.
14928         (sieve-control-commands-face, sieve-action-commands-face)
14929         (sieve-test-commands-face, sieve-tagged-arguments-face):
14930         Use renamed sieve faces.
14931
14932         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14933         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14934         (gnus-group-news-3-empty, gnus-group-news-4)
14935         (gnus-group-news-4-empty, gnus-group-news-5)
14936         (gnus-group-news-5-empty, gnus-group-news-6)
14937         (gnus-group-news-6-empty, gnus-group-news-low)
14938         (gnus-group-news-low-empty, gnus-group-mail-1)
14939         (gnus-group-mail-1-empty, gnus-group-mail-2)
14940         (gnus-group-mail-2-empty, gnus-group-mail-3)
14941         (gnus-group-mail-3-empty, gnus-group-mail-low)
14942         (gnus-group-mail-low-empty, gnus-summary-selected)
14943         (gnus-summary-cancelled, gnus-summary-high-ticked)
14944         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14945         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14946         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14947         (gnus-summary-low-undownloaded)
14948         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14949         (gnus-summary-low-unread, gnus-summary-normal-unread)
14950         (gnus-summary-high-read, gnus-summary-low-read)
14951         (gnus-summary-normal-read, gnus-splash):
14952         Remove "-face" suffix from face names.
14953         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14954         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14955         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14956         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14957         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14958         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14959         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14960         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14961         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14962         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14963         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14964         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14965         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14966         (gnus-summary-normal-ticked-face)
14967         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14968         (gnus-summary-normal-ancient-face)
14969         (gnus-summary-high-undownloaded-face)
14970         (gnus-summary-low-undownloaded-face)
14971         (gnus-summary-normal-undownloaded-face)
14972         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14973         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14974         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14975         (gnus-splash-face):
14976         New backward-compatibility aliases for renamed faces.
14977         (gnus-group-startup-message): Use renamed gnus faces.
14978
14979         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14980         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14981         (gnus-server-agent): Remove "-face" suffix from face names.
14982         (gnus-server-agent-face, gnus-server-opened-face)
14983         (gnus-server-closed-face, gnus-server-denied-face)
14984         (gnus-server-offline-face):
14985         New backward-compatibility aliases for renamed faces.
14986         (gnus-server-agent-face, gnus-server-opened-face)
14987         (gnus-server-closed-face, gnus-server-denied-face)
14988         (gnus-server-offline-face): Use renamed gnus faces.
14989
14990         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14991         Remove "-face" suffix from face names.
14992         (gnus-picon-xbm-face, gnus-picon-face):
14993         New backward-compatibility aliases for renamed faces.
14994
14995         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14996         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14997         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14998         (gnus-cite-11): Remove "-face" suffix from face names.
14999         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15000         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15001         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15002         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15003         New backward-compatibility aliases for renamed faces.
15004         (gnus-cite-attribution-face, gnus-cite-face-list)
15005         (gnus-article-boring-faces): Use renamed gnus faces.
15006
15007         * gnus-art.el (gnus-signature, gnus-header-from)
15008         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15009         (gnus-header-content): Remove "-face" suffix from face names.
15010         (gnus-signature-face, gnus-header-from-face)
15011         (gnus-header-subject-face, gnus-header-newsgroups-face)
15012         (gnus-header-name-face, gnus-header-content-face):
15013         New backward-compatibility aliases for renamed faces.
15014         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15015
15016         * gnus-sum.el (gnus-summary-selected-face)
15017         (gnus-summary-highlight): Use renamed gnus faces.
15018         * gnus-group.el (gnus-group-highlight): Likewise.
15019
15020 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15021
15022         * gnus-sieve.el (gnus-sieve-article-add-rule):
15023         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15024         * spam-stat.el (spam-stat-buffer-change-to-spam)
15025         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15026
15027         * message.el (message-is-yours-p):
15028         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15029
15030 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15031
15032         * mm-view.el (mm-inline-text): Withdraw the last change.
15033
15034 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15035
15036         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15037         executing enriched-decode.
15038
15039 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15040
15041         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15042         charset of tar files.
15043
15044 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15045
15046         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15047
15048 2005-06-04  Lute Kamstra  <lute@gnu.org>
15049
15050         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15051         information is never recorded.
15052
15053 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15054
15055         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15056
15057 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15058
15059         * pop3.el (pop3-apop): Run md5 in the binary mode.
15060
15061         * starttls.el (starttls-set-process-query-on-exit-flag):
15062         Use eval-and-compile.
15063
15064 2005-05-31  Simon Josefsson  <jas@extundo.com>
15065
15066         * smime.el (smime-replace-in-string): Define.
15067         (smime-cert-by-ldap-1): Use it.
15068
15069 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15070
15071         * gnus-art.el (article-display-x-face): Replace
15072         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15073
15074         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15075         set-process-query-on-exit-flag or process-kill-without-query.
15076
15077         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15078         loop instead of replace-regexp.
15079
15080         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15081         instead of process-kill-without-query if it is available.
15082
15083         * lpath.el: Fbind ldap-search-entries.
15084
15085         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15086         instead of find-file-hooks if it is available.
15087
15088         * mml1991.el: Bind pgg-default-user-id when compiling.
15089
15090         * mml2015.el: Bind pgg-default-user-id when compiling.
15091
15092         * nndraft.el (nndraft-request-associate-buffer):
15093         Use write-contents-functions instead of write-contents-hooks if it is
15094         available.
15095
15096         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15097         instead of find-file-hooks if it is available.
15098
15099         * nntp.el (nntp-open-connection): Replace
15100         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15101         (nntp-open-ssl-stream): Ditto.
15102         (nntp-open-tls-stream): Ditto.
15103
15104         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15105         set-process-query-on-exit-flag or process-kill-without-query.
15106         (starttls-open-stream-gnutls): Use it instead of
15107         process-kill-without-query.
15108         (starttls-open-stream): Ditto.
15109
15110 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15111
15112         * smime.el (smime-cert-by-ldap-1): Don't use
15113         replace-regexp-in-string.
15114
15115 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15116
15117         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15118
15119         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15120         in PEM format.  Adjust to the XEmacs compability.
15121
15122 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15123
15124         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15125         by `string-to-number'.
15126         * gnus-agent.el (gnus-agent-regenerate-group)
15127         (gnus-agent-fetch-articles): Ditto.
15128         * gnus-art.el (gnus-button-fetch-group): Ditto.
15129         * gnus-cache.el (gnus-cache-generate-active)
15130         (gnus-cache-articles-in-group): Ditto.
15131         * gnus-group.el (gnus-group-set-current-level)
15132         (gnus-group-insert-group-line): Ditto.
15133         * gnus-score.el (gnus-score-set-expunge-below)
15134         (gnus-score-set-mark-below, gnus-summary-score-effect)
15135         (gnus-summary-score-entry): Ditto.
15136         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15137         (gnus-soup-pack): Ditto.
15138         * gnus-spec.el (gnus-xmas-format): Ditto.
15139         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15140         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15141         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15142         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15143         * nndb.el (nndb-get-remote-expire-response): Ditto.
15144         * nndiary.el (nndiary-parse-schedule-value)
15145         (nndiary-string-to-number, nndiary-request-replace-article)
15146         (nndiary-request-article): Ditto.
15147         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15148         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15149         * nneething.el (nneething-make-head): Ditto.
15150         * nnfolder.el (nnfolder-request-article)
15151         (nnfolder-retrieve-headers): Ditto.
15152         * nnheader.el (nnheader-file-to-number): Ditto.
15153         * nnkiboze.el (nnkiboze-request-article): Ditto.
15154         * nnmail.el (nnmail-process-unix-mail-format)
15155         (nnmail-process-babyl-mail-format): Ditto.
15156         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15157         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15158         (nnmh-request-create-group, nnmh-request-list-1)
15159         (nnmh-request-group, nnmh-request-article): Ditto.
15160         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15161         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15162         * nnsoup.el (nnsoup-make-active): Ditto.
15163         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15164         * nntp.el (nntp-find-group-and-number)
15165         (nntp-retrieve-headers-with-xover): Ditto.
15166         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15167         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15168         (pgg-format-key-identifier): Ditto.
15169         * pop3.el (pop3-last, pop3-stat): Ditto.
15170         * qp.el (quoted-printable-decode-region): Ditto.
15171
15172         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15173         of concat.
15174
15175 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15176
15177         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15178
15179         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15180
15181         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15182
15183         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15184
15185         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15186
15187         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15188
15189         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15190         (gnus-carpal-mode): Ditto.
15191
15192         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15193         (gnus-browse-mode): Ditto.
15194
15195         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15196
15197         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15198
15199 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15200
15201         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15202
15203 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15204
15205         * gnus-util.el (gnus-run-mode-hooks): New function.
15206
15207         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15208
15209         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15210         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15211
15212 2005-05-27  Lute Kamstra  <lute@gnu.org>
15213
15214         * dns-mode.el (dns-mode): Specify customization group.
15215
15216 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15217
15218         * gnus-agent.el (gnus-agent-make-mode-line-string):
15219         Use mode-line-highlight as mouse-face.
15220
15221 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15222
15223         * canlock.el (canlock): Change the parent group to news.
15224
15225         * deuglify.el (gnus-outlook-deuglify): Add :group.
15226
15227         * dig.el (dig): Add :group.
15228
15229         * dns-mode.el (dns-mode): Add :group.
15230
15231         * encrypt.el (encrypt): Add :group.
15232
15233         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15234         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15235         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15236         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15237         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15238
15239         * gnus-diary.el (gnus-diary): Add :group.
15240
15241         * gnus.el (gnus-group-news-1-face): Add :group.
15242         (gnus-group-news-1-empty-face): Ditto.
15243         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15244         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15245         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15246         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15247         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15248         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15249         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15250         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15251         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15252         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15253         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15254         (gnus-summary-high-ticked-face): Ditto.
15255         (gnus-summary-low-ticked-face): Ditto.
15256         (gnus-summary-normal-ticked-face): Ditto.
15257         (gnus-summary-high-ancient-face): Ditto.
15258         (gnus-summary-low-ancient-face): Ditto.
15259         (gnus-summary-normal-ancient-face): Ditto.
15260         (gnus-summary-high-undownloaded-face): Ditto.
15261         (gnus-summary-low-undownloaded-face): Ditto.
15262         (gnus-summary-normal-undownloaded-face): Ditto.
15263         (gnus-summary-high-unread-face): Ditto.
15264         (gnus-summary-low-unread-face): Ditto.
15265         (gnus-summary-normal-unread-face): Ditto.
15266         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15267         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15268
15269         * hashcash.el (hashcash): New custom group.
15270         (hashcash-default-payment): Add :group.
15271         (hashcash-payment-alist): Ditto.
15272         (hashcash-default-accept-payment): Ditto.
15273         (hashcash-accept-resources): Ditto.
15274         (hashcash-path): Ditto.
15275         (hashcash-extra-generate-parameters): Ditto.
15276         (hashcash-double-spend-database): Ditto.
15277         (hashcash-in-news): Ditto.
15278
15279         * message.el (message-minibuffer-local-map): Add :group.
15280
15281         * netrc.el (netrc): Add :group.
15282
15283         * sieve-manage.el (sieve-manage-log): Add :group.
15284         (sieve-manage-default-user): Diito.
15285         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15286         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15287         (sieve-manage-authenticators): Ditto.
15288         (sieve-manage-authenticator-alist): Ditto.
15289         (sieve-manage-default-port): Ditto.
15290
15291         * sieve-mode.el (sieve-control-commands-face): Add :group.
15292         (sieve-action-commands-face): Ditto.
15293         (sieve-test-commands-face): Ditto.
15294         (sieve-tagged-arguments-face): Ditto.
15295
15296         * smime.el (smime): Add :group.
15297
15298         * spam-report.el (spam-report): Add :group.
15299
15300         * spam.el (spam, spam-face): Add :group.
15301
15302 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15303
15304         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15305         return \n.\n.\n at the end of articles.  Protect against that.
15306         (nntp-with-open-group): Allow debugging.
15307
15308         * nnheader.el (mail-header-set-extra): Make into a function
15309         because I just could't understand how to quote the list properly.
15310
15311         * dns.el (query-dns-cached): New function.
15312
15313 2005-05-26  Lute Kamstra  <lute@gnu.org>
15314
15315         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15316
15317 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15318
15319         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15320
15321         * gnus-art.el: Don't autoload mail-extract-address-components.
15322
15323         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15324         eval-and-compile to evaluate it.
15325
15326         * hashcash.el: Don't autoload executable-find.
15327
15328         * nndb.el: Don't declare the nndb back end two or more times; don't
15329         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15330
15331         * nntp.el: Autoload format-spec instead of format; use
15332         eval-and-compile to evaluate autoload forms.
15333
15334 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15335
15336         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15337
15338 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15339
15340         * gnus.el (gnus-version-number): Bump version.
15341
15342 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15343
15344         * gnus.el: No Gnus v0.3 is released.
15345
15346 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15347
15348         * lpath.el (featurep): Bind show-nonbreak-escape.
15349
15350 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15351
15352         * gnus-art.el (gnus-article-edit-part): Disable undo.
15353
15354 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15355
15356         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15357         gnus-article-date-lapsed-new-header is t if date timer is active;
15358         skip headers in which the original date value is empty.
15359         (gnus-article-save-original-date): Redefine it as a macro.
15360         (gnus-display-mime): Use it.
15361
15362 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15363
15364         * gnus-art.el (article-date-ut): Support converting date in
15365         forwarded parts as well.
15366         (gnus-article-save-original-date): New function.
15367         (gnus-display-mime): Use it.
15368
15369 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15370
15371         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15372         enclosure element of <item>.
15373
15374 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15375
15376         * message.el (message-kill-buffer-query): Rename from
15377         `message-kill-buffer-query-if-modified'.  Add :version.
15378
15379 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15380
15381         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15382         window layout.
15383
15384 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15385
15386         * mml.el: Autoload dnd when compiling.
15387
15388 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15389
15390         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15391         x-dnd-*.
15392
15393 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15394
15395         * qp.el (quoted-printable-encode-region): Save excursion.
15396
15397 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15398
15399         * message.el (message-kill-buffer-query-if-modified): Add new variable
15400         so the user can kill a modified message buffer quickly.
15401         (message-kill-buffer): Use it.
15402
15403 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15404
15405         * lpath.el: Fbind display-time-event-handler; don't fbind
15406         string-to-multibyte.
15407
15408         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15409
15410 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15411
15412         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15413         contained in text because xml.el decodes entities) with LFs.
15414
15415 2005-04-11  Lute Kamstra  <lute@gnu.org>
15416
15417         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15418         differently.
15419
15420 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15421
15422         * mm-util.el (mm-detect-coding-region): Typo.
15423
15424 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15425
15426         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15427
15428 2005-04-06  Deepak Goel  <deego@gnufans.org>
15429
15430         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15431         user-function allow user modifications of the scores.
15432         (spam-stat-score-buffer-user): New function, to allow
15433         user-computed modifications to the score.
15434         (spam-stat-score-buffer-user-functions): List of additional
15435         scoring functions.
15436         (spam-stat-error-holder): Global temporary error holder.
15437         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15438         variable.
15439
15440 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15441
15442         * gnus-registry.el (gnus-registry-clean-empty-function)
15443         (gnus-registry-trim, gnus-registry-fetch-groups)
15444         (gnus-registry-delete-group): Groups that match
15445         `gnus-registry-ignored-groups' are removed from the registry
15446         entries, not just ignored for splitting.  This helps clean up the
15447         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15448         to get all the groups a message ID is in.
15449
15450         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15451         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15452         (spam-stat-score-buffer-user-functions): Add :number custom type.
15453
15454 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15455
15456         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15457         argument in XEmacs.
15458
15459         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15460         (nnrss-request-group): Decode group name first.
15461         (nnrss-request-article): Make a text/plain article if mml-to-mime
15462         failed.
15463         (nnrss-get-encoding): Return a compatible encoding according to
15464         nnrss-compatible-encoding-alist.
15465         (nnrss-find-el): Use consp instead of listp.
15466         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15467
15468 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15469
15470         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15471         which Emacs 20 doesn't support.
15472         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15473
15474 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15475
15476         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15477         silence the byte compiler inside the defun.
15478
15479         * gnus-demon.el (parse-time-string): Add autoload.
15480
15481         * gnus-delay.el (parse-time-string): Add autoload.
15482
15483         * gnus-art.el (parse-time-string): Add autoload.
15484
15485         * nnultimate.el (parse-time): Require for `parse-time-string'.
15486
15487 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15488
15489         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15490
15491         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15492
15493         * smime.el (smime-ldap-host-list): Add :version.
15494
15495 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15496
15497         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15498         pass it to `gnus-browse-read-group'.
15499         (gnus-browse-read-group): Add NUMBER argument and pass it to
15500         `gnus-group-read-ephemeral-group'.
15501
15502         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15503         argument and pass it to `gnus-group-read-group'.
15504
15505 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15506
15507         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15508         mm-xemacs-find-mime-charset-1 if we have the mule feature
15509         available at runtime.
15510
15511 2005-03-25  Werner Lemberg  <wl@gnu.org>
15512
15513         * nnmaildir.el: Replace `illegal' with `invalid'.
15514
15515 2005-03-23  Lute Kamstra  <lute@gnu.org>
15516
15517         * time-date.el: Add comment on time value formats.
15518         Don't require parse-time.
15519         (with-decoded-time-value): New macro.
15520         (encode-time-value): New function.
15521         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15522         (days-to-time): Return a valid time value when arg is huge.
15523         (time-since): Use time-subtract.
15524         (time-to-number-of-days): Use time-to-seconds.
15525
15526 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15527
15528         * gnus-start.el (gnus-display-time-event-handler):
15529         Check display-time-timer at runtime rather than only at load time
15530         in case display-time-mode is turned off in the mean time.
15531
15532 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15533
15534         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15535         used.
15536
15537         * nneething.el (nneething-map-file-directory): Derive from
15538         `gnus-directory'.
15539
15540         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15541         the To/Cc button.
15542
15543 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15544
15545         * nnmaildir.el (nnmaildir-request-accept-article):
15546         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15547
15548 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15549
15550         * gnus-async.el: Require timer-funcs at compile time when in
15551         XEmacs for `run-with-idle-timer'.
15552
15553 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15554
15555         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15556         autoloaded function.
15557
15558 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15559
15560         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15561
15562 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15563
15564         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15565
15566 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15567
15568         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15569         Add gnus-expert-user to default.
15570
15571 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15572
15573         * nnimap.el (nnimap-open-server): Ditto.
15574
15575         * imap.el (imap-authenticate): Fix typo.
15576
15577 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15578
15579         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15580         buffer (since IMAP server might return FETCH response out of
15581         order, and the nntp buffer must be sorted).
15582
15583 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15584
15585         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15586         comparison on string.
15587
15588         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15589         (gnus-agent-score): Rename category keywords to match gnus-cus.
15590         (gnus-agent-summary-fetch-series): Modify to protect against
15591         gnus-agent-summary-fetch-group clearing processable flags.
15592         (gnus-agent-synchronize-group-flags): Update live group buffer as
15593         synchronization may occur due to the user toggle the plugged
15594         status.
15595         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15596         successfully downloaded.
15597         (gnus-agent-expire-group-1): Avoid using markers when the overview
15598         is in ascending order; greatly improves performance.
15599         (gnus-agent-regenerate-group):
15600         Use gnus-agent-synchronize-group-flags to reset read status in both
15601         gnus and server.
15602         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15603
15604 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15605
15606         * message.el: Don't autoload former message-utils variables.
15607         (message-strip-subject-trailing-was): Change doc string.
15608
15609         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15610         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15611         (nnweb-google-search): Add "hl=en" here.
15612         (nnweb-google-parse-1, nnweb-google-create-mapping):
15613         Don't hardcode URL.
15614
15615 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15616
15617         * message.el (message-get-reply-headers, message-followup):
15618         Mention related variables `message-use-followup-to' and
15619         `message-use-mail-followup-to', in the information buffer.
15620
15621         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15622         of broken groups(-beta).google.com.
15623
15624 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15625
15626         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15627         parameter to invoked gnus-request-move-article; remove the
15628         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15629         all at once instead of once per article.
15630         (gnus-summary-remove-process-mark): Accept a list of articles as
15631         well as a single article for processing.
15632
15633         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15634         parameter.
15635
15636         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15637
15638         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15639
15640         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15641         parameter.
15642
15643         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15644         parameter.
15645
15646         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15647         parameter and remove the gnus-sum-hint-move-is-internal variable.
15648
15649         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15650         parameter.
15651
15652         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15653         parameter.
15654
15655         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15656         parameter.
15657
15658         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15659
15660         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15661         parameter.
15662
15663         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15664         parameter.
15665
15666 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15667
15668         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15669         a more conservative way.
15670
15671 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15672
15673         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15674         buffer, so it moves the window's cursor.
15675
15676 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15677
15678         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15679         `mm-dissect-multipart' and receive the from field as an (optional)
15680         argument from `mm-dissect-multipart'.
15681         (mm-dissect-multipart): Receive the from field as an argument and
15682         pass it on when we call `mm-dissect-buffer' on MIME parts.
15683         Fixes verification/decryption of signed/encrypted MIME parts.
15684
15685 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15686
15687         * gnus-sum.el (gnus-summary-move-article):
15688         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15689         whatever it calls (right now, only nnimap-request-move article
15690         respects it).
15691
15692         * nnimap.el (nnimap-request-move-article):
15693         When gnus-sum-hint-move-is-internal is set, don't do the extra
15694         nnimap-request-article.
15695
15696 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15697
15698         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15699
15700         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15701         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15702
15703         * gnus-sum.el (gnus-summary-caesar-message):
15704         Apply `gnus-treat-article' after rotation.
15705
15706         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15707         doc string.
15708
15709 2005-02-22  Simon Josefsson  <jas@extundo.com>
15710
15711         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15712         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15713         <arne@arnested.dk>.
15714         (encrypt): Add password-cache and password-cache-expiry as group
15715         members.
15716
15717 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15718
15719         * smime.el (smime-ldap-host-list): Doc fix.
15720         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15721         cache) password.
15722         (smime-sign-region): Use it.
15723         (smime-decrypt-region): Use it.
15724         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15725         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15726         fails.
15727         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15728         certificate from DER to PEM format rather than calling openssl.
15729
15730         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15731
15732         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15733         for signing/encryption.
15734
15735         * mml.el (mml-parse-1): Use them.
15736
15737 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15738
15739         * nnrss.el (nnrss-verbose): Remove.
15740         (nnrss-request-group): Use `nnheader-message' instead.
15741
15742 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15743
15744         * nnrss.el (nnrss-verbose): New variable.
15745         (nnrss-request-group): Make it say nnrss is requesting a group.
15746
15747 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15748
15749         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15750         Handle news URL with given port correctly.
15751
15752 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15753
15754         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15755         containing special characters.
15756
15757         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15758
15759         * mml.el (mime-to-mml): Ditto.
15760
15761         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15762         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15763         (rfc2047-decode-region): Quote decoded words containing special
15764         characters when rfc2047-quote-decoded-words-containing-tspecials
15765         is non-nil.
15766
15767 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15768
15769         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15770
15771         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15772
15773 2005-02-15  Simon Josefsson  <jas@extundo.com>
15774
15775         * nnimap.el (nnimap-debug): Doc fix.
15776
15777         * imap.el (imap-debug): Doc fix.
15778
15779 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15780
15781         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15782
15783 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15784
15785         * gnus.el (spam-contents): Improve docs for spam-contents
15786         parameter in its variable incarnation.
15787
15788 2005-02-14  Simon Josefsson  <jas@extundo.com>
15789
15790         * smime-ldap.el: Use require instead of load-library for ldap.
15791         (smime-ldap-search): Indent.
15792         (smime-ldap-search-internal): Shorten line.
15793
15794         * smime.el (smime-cert-by-dns): Add doc-string.
15795         (smime-cert-by-ldap-1): Indent.
15796
15797         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15798         mml-smime-get-dns-ldap.
15799         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15800
15801 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15802
15803         * smime.el: Require smime-ldap.
15804         (smime-ldap-host-list): New variable.
15805         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15806
15807         * mml-smime.el (mml-smime-encrypt-query): New function.
15808         (mml-smime-encrypt-query): Use it.
15809
15810         * smime-ldap.el: New file.
15811
15812 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15813
15814         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15815
15816 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15817
15818         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15819         argument in doc string.  Make query for type more clear.
15820
15821 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15822
15823         * gnus.el (gnus-group-startup-message): Search for gnus images in
15824         etc/images/gnus.
15825         * mm-util.el (mm-image-load-path): Likewise.
15826         * smiley.el (smiley-data-directory): Search for smilies in
15827         etc/images/smilies.
15828
15829 2005-02-09  Kim F. Storm  <storm@cua.dk>
15830
15831         Change Emacs release version from 21.4 to 22.1 throughout.
15832         Change Emacs development version from 21.3.50 to 22.0.50.
15833
15834 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15835
15836         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15837
15838         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15839         non-Mule XEmacs as well.
15840         (mm-decompress-buffer): Signal an error intentionally if it does
15841         not decompress compressed data because auto-compression-mode is
15842         disabled.
15843
15844 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15845
15846         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15847         an ID in the registry even if it has no groups.
15848
15849 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15850
15851         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15852         merge it into mm-decompress-buffer.
15853         (gnus-mime-copy-part): Use the MIME part charset, the value which
15854         a user specified or gnus-newsgroup-charset for decoding, like
15855         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15856         save-buffer what was used.  Suggested by Kevin Ryde
15857         <user42@zip.com.au>.
15858         (gnus-mime-inline-part): Allow the name parameter as well as the
15859         filename parameter; force decompressing of compressed data; always
15860         display contents being not decoded as unibyte.
15861
15862         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15863         as well as the filename parameter.
15864
15865         * mm-util.el (mm-decompress-buffer):
15866         Merge gnus-mime-jka-compr-maybe-uncompress.
15867         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15868         of compressed data.
15869
15870 2005-02-08  Simon Josefsson  <jas@extundo.com>
15871
15872         * imap.el (imap-log): Doc fix.
15873
15874 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15875
15876         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15877         the coding cookies; decompress compressed parts.
15878
15879         * mml.el (mml-generate-mime-1): Add the charset parameter according
15880         to the value which a user specified manually or the coding cookie.
15881
15882         * mm-util.el (mm-string-to-multibyte): New function.
15883         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15884         (mm-coding-system-to-mime-charset): New function.
15885         (mm-decompress-buffer): New function.
15886         (mm-find-buffer-file-coding-system): New function.
15887
15888         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15889         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15890         parts.
15891
15892 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15893
15894         * mm-view.el (mm-display-inline-fontify): Decode a part according
15895         to the charset parameter.
15896
15897 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15898
15899         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15900         prefix arg is neither nil nor a number, as info specifies.
15901
15902 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15903
15904         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15905         timestamps.
15906
15907 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15908
15909         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15910         groups error checking and notify user.
15911
15912 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15913
15914         * message.el (message-send-mail-function): Check existence of
15915         sendmail-program first before using default value
15916         `message-send-mail-with-sendmail'.  Otherwise use more generic
15917         `smtpmail-send-it'.
15918
15919 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15920
15921         * nntp.el (nntp-request-update-info): Always return nil.
15922
15923 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15924
15925         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15926
15927 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15928
15929         * message.el (message-beginning-of-line): Change the behavior when
15930         invoked between BOL and : so that it first moves backward.
15931
15932 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15933
15934         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15935         article buffer when editing of the article is discarded.
15936         (gnus-article-prepare): Revert.
15937
15938 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15939
15940         * gnus-art.el (gnus-article-prepare):
15941         Remove message-strip-forbidden-properties from the local hook.
15942
15943 2005-01-27  Simon Josefsson  <jas@extundo.com>
15944
15945         * password.el (password-cache-add): Only start one timer per key.
15946         Reported by Derek Atkins <warlord@MIT.EDU>.
15947
15948 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15949
15950         * run-at-time.el: Remove.  It is no longer needed as
15951         timer-funcs.el in the xemacs-base package has a working version of
15952         `run-at-time'.
15953
15954         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15955
15956         * password.el: Require timer-funcs instead of run-at-time in
15957         XEmacs.
15958         Remove `password-run-at-time' macro.
15959         (password-cache-add): Use `run-at-time' instead of
15960         `password-run-at-time'.
15961
15962         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15963         Remove `nnheader-cancel-function-timers' alias,
15964         `cancel-function-timers' exists in XEmacs in timer-funcs.
15965
15966         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15967         for `run-with-idle-timer'.
15968
15969         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15970         for `run-at-time'.
15971
15972         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15973         for `with-timeout'.
15974
15975         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15976         the same as for XEmacs 21.4.
15977         No need to ignore `run-with-idle-timer', this function exists in
15978         XEmacs now in timer-funcs.el in the xemacs-base package.
15979         (dgnushack-compile): No need to delete
15980         run-at-time.el from the list of files to compile because it
15981         doesn't exist anymore.
15982
15983 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15984
15985         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15986         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15987
15988 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15989
15990         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15991         sensitively.
15992
15993 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15994
15995         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15996
15997 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15998
15999         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16000         which will be inserted according to the multibyteness of a buffer
16001         rather than the type of contents.  Suggested by ARISAWA Akihiro
16002         <ari@mbf.ocn.ne.jp>.
16003
16004         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16005         of string which old xml.el may return rather than a string.
16006
16007 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16008
16009         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16010
16011 2005-01-16  Simon Josefsson  <jas@extundo.com>
16012
16013         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16014         idn/idna.el isn't available.
16015         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16016         <michael@waxrat.com>.
16017
16018         * hashcash.el: Remove non-FSF copyright header.
16019
16020         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16021         (hashcash-generate-payment): Use it.
16022         (hashcash-generate-payment-async): Use it.
16023
16024 2005-01-15  Simon Josefsson  <jas@extundo.com>
16025
16026         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16027         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16028
16029         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16030         gnus-summary-idna-message.
16031         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16032         (gnus-summary-idna-message): New function.
16033
16034 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16035
16036         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16037         gnus-novice-user.
16038
16039 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16040
16041         * nnrss.el (nnrss-request-delete-group): Delete entries in
16042         nnrss-group-alist as well.
16043         (nnrss-save-server-data): Insert newline.
16044
16045 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16046
16047         * gnus.el (gnus-user-agent): Use list of symbols instead of
16048         symbols.  Display full version number for (S)XEmacs.
16049         Optionally display (S)XEmacs codename.
16050
16051         * gnus-util.el (gnus-emacs-version): Update for new
16052         `gnus-user-agent'.
16053
16054         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16055         Gnus version.
16056
16057 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16058
16059         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16060         which is unreadable in some setups.
16061
16062 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16063
16064         * gnus-spec.el (gnus-update-format-specifications): Flush the
16065         group format spec cache if it doesn't support decoded group names.
16066
16067 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16068
16069         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16070         Allow to apply decay on score files matching a regexp.
16071
16072 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16073
16074         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16075         compatibility in %g and %c.
16076
16077 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16078
16079         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16080         name for only %g and %c.
16081         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16082         of gnus-tmp-group to decoded group name.
16083         (gnus-group-make-rss-group): Exclude `/'s from group names.
16084
16085 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16086
16087         * nnrss.el (nnrss-get-encoding): Fix regexp.
16088
16089 2004-12-27  Simon Josefsson  <jas@extundo.com>
16090
16091         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16092         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16093         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16094
16095 2004-12-17  Kim F. Storm  <storm@cua.dk>
16096
16097         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16098
16099         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16100
16101 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16102
16103         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16104
16105 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16106
16107         * nnrss.el: Require rfc2047 and mml.
16108         (nnrss-file-coding-system): New variable.
16109         (nnrss-format-string): Redefine it as an inline function.
16110         (nnrss-decode-group-name): New function.
16111         (nnrss-string-as-multibyte): Remove.
16112         (nnrss-retrieve-headers): Decode group name; don't use
16113         nnrss-format-string.
16114         (nnrss-request-group): Decode group name.
16115         (nnrss-request-article): Decode group name; allow a Message-ID as
16116         well as an article number; don't use nnrss-format-string; encode a
16117         Message-ID string which may contain non-ASCII characters; use
16118         mml-to-mime to compose a MIME article.
16119         (nnrss-request-expire-articles): Decode group name.
16120         (nnrss-request-delete-group): Decode group name.
16121         (nnrss-fetch): Clarify error message.
16122         (nnrss-read-server-data): Use insert-file-contents instead of load;
16123         bind file-name-coding-system; use multibyte buffer.
16124         (nnrss-save-server-data): Bind coding-system-for-write to the
16125         value of nnrss-file-coding-system; bind file-name-coding-system;
16126         add coding cookie.
16127         (nnrss-read-group-data): Use insert-file-contents instead of load;
16128         bind file-name-coding-system; use multibyte buffer.
16129         (nnrss-save-group-data): Bind coding-system-for-write to the
16130         value of nnrss-file-coding-system; bind file-name-coding-system.
16131         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16132         make it work with non-ASCII text.
16133         (nnrss-find-el): Make it work with old xml.el as well.
16134
16135 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16136
16137         * nnrss.el (nnrss-get-encoding): New function.
16138         (nnrss-fetch): Use unibyte buffer initially; bind
16139         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16140         decode contents according to the encoding attribute.
16141         (nnrss-save-group-data): Add coding cookie.
16142         (nnrss-mime-encode-string): New function.
16143         (nnrss-check-group): Use it to encode subject and author.
16144
16145 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16146
16147         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16148         imaginary variable.
16149
16150 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16151
16152         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16153         correctly even if there are wide characters.
16154
16155 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16156
16157         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16158         downcased symbol names; make a new cache instead of reusing
16159         bbdb-hashtable.
16160
16161 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16162
16163         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16164         concatenating segments rather than before concatenating them.
16165         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16166
16167         * message.el (message-get-reply-headers): Bind `extra'.
16168
16169 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16170
16171         * message.el (message-extra-wide-headers): New variable.
16172         (message-get-reply-headers): Use it.
16173
16174 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16175
16176         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16177         (gnus-agent-group-pathname): Ditto.
16178
16179         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16180
16181         * gnus-group.el (gnus-group-make-group): Decode group name.
16182         (gnus-group-make-rss-group): Register the group data after opening
16183         the nnrss group.
16184
16185 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16186
16187         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16188         by expiry now get marked as read.
16189
16190 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16191
16192         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16193
16194 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16195
16196         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16197         unify Latin characters in XEmacs.
16198         (mm-find-mime-charset-region): Use it.
16199
16200 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16201
16202         * gnus-util.el (gnus-delete-directory): New function.
16203
16204         * gnus-agent.el (gnus-agent-delete-group): Use it.
16205
16206         * gnus-cache.el (gnus-cache-delete-group): Use it.
16207
16208 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16209
16210         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16211         names.
16212
16213 2004-12-16  Simon Josefsson  <jas@extundo.com>
16214
16215         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16216
16217 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16218
16219         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16220
16221         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16222         (gnus-group-set-current-level): Decode group name.
16223
16224 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16225
16226         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16227         failed.
16228
16229 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16230
16231         * gnus-group.el (gnus-group-delete-group): Decode group name.
16232         (gnus-group-make-rss-group): Encode group name.
16233         (gnus-group-catchup-current): Decode group name.
16234         (gnus-group-kill-group): Decode group name.
16235
16236 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16237
16238         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16239
16240 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16241
16242         * gnus-group.el (gnus-group-make-rss-group):
16243         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16244
16245         * gnus-start.el (gnus-setup-news): Honor user's setting to
16246         gnus-message-archive-method.  Suggested by Lute Kamstra
16247         <lute@gnu.org>.
16248
16249 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16250
16251         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16252         global counterparts of the buffer-local variables.
16253
16254 2004-11-16  Romain Francoise  <romain@orebokech.com>
16255
16256         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16257         counterparts of the buffer-local variables.
16258
16259 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16260
16261         * message.el (message-forbidden-properties): Fix typo in doc
16262         string.
16263
16264 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16265
16266         * gnus-util.el (gnus-replace-in-string): Add doc string.
16267
16268         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16269         to avoid problems when splitting mails with many recipients.
16270
16271 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16272
16273         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16274         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16275
16276 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16277
16278         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16279         if there is no hashtable in memory or file modification time is
16280         newer than cached timestamp.
16281
16282 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16283
16284         * gnus-sum.el (gnus-summary-limit-to-recipient):
16285         Implement not-matching option.
16286
16287 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16288
16289         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16290         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16291         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16292         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16293         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16294         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16295
16296 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16297
16298         * message.el (message-forward-make-body-mml): Remove headers
16299         according to message-forward-ignored-headers if a message is decoded.
16300
16301 2004-12-02  Romain Francoise  <romain@orebokech.com>
16302
16303         * message.el (message-forward-make-body-plain): Always remove
16304         headers according to message-forward-ignored-headers.
16305
16306 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16307
16308         * spam.el (spam-summary-prepare-exit): Remove the
16309         gnus-summary-limit pop for now, it has problems with ham marks for
16310         me.
16311
16312 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16313
16314         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16315         correctly.
16316
16317 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16318
16319         * format-spec.el (format-spec): Message the char.
16320
16321 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16322
16323         * gnus-art.el (gnus-split-methods): Reformat comments.
16324
16325         * spam.el (spam-summary-prepare-exit): Remove article limits
16326         before exiting the summary buffer.
16327
16328 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16329
16330         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16331         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16332
16333         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16334         order to silence the byte compiler.
16335
16336         * spam.el: Fix the way to silence the byte compiler, which
16337         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16338         bbdb-search-simple, spam-BBDB-register-routine,
16339         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16340         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16341         spam-stat-buffer-is-spam, spam-stat-load,
16342         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16343         spam-stat-save and spam-stat-split-fancy.
16344
16345 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16346
16347         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16348         which may confuse users.
16349         (canlock-password-for-verify): Ditto.
16350
16351         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16352
16353         * gnus-art.el (gnus-emphasis-alist): Ditto.
16354
16355         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16356
16357         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16358
16359         * gnus-start.el (gnus-save-killed-list): Ditto.
16360
16361         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16362         (gnus-sum-thread-tree-root): Ditto.
16363         (gnus-sum-thread-tree-false-root): Ditto.
16364         (gnus-sum-thread-tree-single-indent): Ditto.
16365
16366         * message.el (message-courtesy-message): Ditto.
16367         (message-archive-note): Ditto.
16368         (message-subscribed-address-file): Ditto.
16369         (message-user-fqdn): Ditto.
16370
16371         * spam-report.el (spam-report-gmane-regex): Ditto.
16372
16373         * spam.el (spam-blackhole-good-server-regex): Ditto.
16374
16375 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16376
16377         * mml.el (mml-preview): Widen the message buffer before copying
16378         the contents to the preview buffer; sort headers before previewing.
16379
16380         * message.el (message-hidden-headers): Fix the way to avoid a bug
16381         in the `repeat' widget in Emacs 21.3 or earlier.
16382
16383 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16384
16385         * message.el (message-hidden-headers): Default to "^References:".
16386         Improve customization type.  Suggested by Reiner Steib
16387         <Reiner.Steib@gmx.de>.
16388
16389 2004-11-25  Romain Francoise  <romain@orebokech.com>
16390
16391         * message.el (message-strip-forbidden-properties): Remove check for
16392         obsolete `message-hidden' text property, hidden headers are not
16393         accessible in the buffer anymore.
16394
16395 2004-11-22  Romain Francoise  <romain@orebokech.com>
16396
16397         * message.el (message-header-format-alist): Add `From' in list
16398         so that it can be sorted.
16399         (message-fix-before-sending): Widen and sort headers before
16400         sending.
16401         (message-hide-headers): Use narrowing to hide headers by moving
16402         them to the top of the buffer and narrowing to the region
16403         underneath.
16404
16405 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16406
16407         * message.el (message-strip-forbidden-properties):
16408         Bind buffer-read-only (etc) to nil.
16409
16410 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16411
16412         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16413         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16414
16415 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16416
16417         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16418
16419 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16420
16421         * dns.el (query-dns): Use sit-for to time instead of
16422         accept-process-output, since that doesn't seem to work on udp
16423         sockets.
16424
16425 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16426
16427         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16428
16429 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16430
16431         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16432         doc string.  Improve doc string.
16433
16434 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16435
16436         * nntp.el (nntp-request-update-info): Return nil if
16437         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16438         may not call gnus-activate-group which uselessly issues the GROUP
16439         commands for all nntp groups and wastes time.  Reported by Romain
16440         Francoise <romain@orebokech.com>.
16441
16442         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16443
16444 2004-11-15  Simon Josefsson  <jas@extundo.com>
16445
16446         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16447         headers separately.
16448         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16449         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16450
16451 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16452
16453         * gnus-start.el (gnus-convert-old-newsrc):
16454         Assign legacy-gnus-agent to 5.10.7.
16455
16456 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16457
16458         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16459         start of the lines.
16460
16461 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16462
16463         * hashcash.el (hashcash-default-payment): Change default to 20.
16464         (hashcash-default-accept-payment): Change default to 20.
16465         (hashcash-process-alist): New variable.
16466         (hashcash-generate-payment-async): Add.
16467         (hashcash-already-paid-p): Add.
16468         (hashcash-insert-payment): Don't generate payments twice.
16469         (hashcash-insert-payment-async): Add.
16470         (hashcash-insert-payment-async-2): Add.
16471         (hashcash-cancel-async): Add.
16472         (hashcash-wait-async): Add.
16473         (hashcash-processes-running-p): Add.
16474         (hashcash-wait-or-cancel): Add.
16475         (mail-add-payment): New optional argument.  Conditionally start
16476         asynchronous calculation.
16477         (mail-add-payment-async): Add.
16478
16479         * message.el (message-send-mail): Wait for asynchronous hashcash
16480         results.  Don't clobber existing X-Hashcash headers.
16481         (message-setup-1): Call mail-add-payment-async when
16482         message-generate-hashcash is non-nil.
16483
16484 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16485
16486         * message.el (message-use-alternative-email-as-from): Examine the
16487         From header as well; use message-make-from in order to include a
16488         user's full name.
16489
16490 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16491
16492         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16493         default; improve customization type.
16494         (gnus-emphasis-custom-with-format): New macro.
16495         (gnus-emphasis-custom-value-to-external): New function.
16496         (gnus-emphasis-custom-value-to-internal): New function.
16497
16498 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16499
16500         * dns.el (query-dns): Resolve reverse addresses.
16501
16502 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16503
16504         * gnus-group.el (gnus-group-get-new-news): Use it.
16505
16506         * gnus-start.el (gnus-check-reasonable-setup): New function.
16507
16508 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16509
16510         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16511         "Args out of range" error.  Reported by Arnaud Giersch
16512         <arnaud.giersch@free.fr>.
16513
16514 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16515
16516         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16517
16518 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16519
16520         * spam.el (spam group): Add :version.
16521
16522         * pgg-def.el (pgg group): Add :version.
16523
16524 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16525
16526         * gnus-art.el (gnus-article-edit-article): Don't associate the
16527         article buffer with a draft file.  This is a temporary measure
16528         against the 2004-08-22 change to gnus-article-edit-mode.
16529
16530 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16531
16532         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16533         (html2text-format-tags): Remove unused variable `attr'.
16534
16535 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16536
16537         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16538
16539         * tls.el (tls-process-connection-type, tls-success)
16540         (tls-certtool-program): Add :version.
16541
16542         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16543         (starttls-extra-arguments, starttls-process-connection-type)
16544         (starttls-connect, starttls-failure, starttls-success): Add :version.
16545
16546         * spam-stat.el (spam-stat): Add :version.
16547
16548         * sieve.el (sieve): Add :version.
16549
16550         * sha1.el (sha1): Add :version.
16551         (sha1-use-external): Remove redundant version.
16552
16553         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16554         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16555         (nnmail-split-fancy-match-partial-words)
16556         (nnmail-split-lowercase-expanded): Add :version.
16557
16558         * nndiary.el (nndiary): Add :version.
16559
16560         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16561
16562         * mml-sec.el (mml-default-sign-method)
16563         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16564         Add :version.
16565
16566         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16567
16568         * mm-url.el (mm-url-use-external, mm-url-program)
16569         (mm-url-arguments): Add :version.
16570
16571         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16572         (mm-attachment-file-modes, mm-decrypt-option)
16573         (mm-w3m-safe-url-regexp): Add :version.
16574
16575         * message.el (message-cite-prefix-regexp)
16576         (message-sendmail-envelope-from, message-minibuffer-local-map)
16577         (message-user-fqdn, message-completion-alist): Add :version.
16578
16579         * gnus-win.el (gnus-configure-windows-hook)
16580         (gnus-use-frames-on-any-display): Add :version.
16581
16582         * gnus-art.el (gnus-article-address-banner-alist)
16583         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16584         (gnus-treat-from-picon, gnus-treat-mail-picon)
16585         (gnus-treat-x-pgp-sig): Add :version.
16586
16587         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16588         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16589         (gnus-summary-article-delete-hook)
16590         (gnus-summary-display-while-building): Add :version.
16591
16592         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16593         (gnus-get-top-new-news-hook): Add :version.
16594
16595         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16596         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16597
16598         * gnus-registry.el (gnus-registry): Add :version.
16599
16600         * gnus-spec.el (gnus-use-correct-string-widths)
16601         (gnus-make-format-preserve-properties): Add :version.
16602
16603         * gnus.el (gnus-group-charter-alist)
16604         (gnus-group-fetch-control-use-browse-url)
16605         (gnus-install-group-spam-parameters): Add :version.
16606
16607         * gnus-diary.el (gnus-diary): Add :version.
16608
16609         * gnus-delay.el (gnus-delay): Add :version.
16610
16611         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16612         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16613         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16614         Add :version.
16615
16616         * gnus-agent.el (gnus-agent-max-fetch-size)
16617         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16618         (gnus-agent-prompt-send-queue): Add :version.
16619
16620         * deuglify.el (gnus-outlook-deuglify): Add :version.
16621
16622         * html2text.el: Beautify code.  Improve doc strings.
16623         Some checkdoc cleanup.
16624         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16625
16626 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16627
16628         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16629
16630 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16631
16632         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16633         when package is loaded.
16634
16635         * spam.el (spam-summary-score-preferred-header): Add global preference
16636         for people who want to override the default SpamAssassin over
16637         Bogofilter preference (when both are set).
16638         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16639         (spam-user-format-function-S):
16640         Check spam-summary-score-preferred-header.
16641         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16642         (spam-user-format-function-S): Format the score correctly.
16643
16644 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16645
16646         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16647         signature file.  Suggested by Manoj Srivastava
16648         <srivasta@golden-gryphon.com>.
16649
16650         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16651         iso-2022-jp even in the Japanese language environment.
16652         Suggested by Jason Rumney <jasonr@gnu.org>.
16653
16654 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16655
16656         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16657         use the same characters as the dummy marks; make it free from
16658         getting affected by the language environment.
16659         (gnus-summary-read-group-1): Update mark positions only when the
16660         format spec is updated.
16661
16662         * gnus-spec.el (gnus-update-format-specifications): Return a list
16663         of updated types.
16664
16665 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16666
16667         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16668         of boundp to check if display-warning is available.
16669
16670 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16671
16672         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16673
16674 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16675
16676         * nnspool.el (nnspool-spool-directory): Use news-path if the
16677         news-directory variable is not bound.
16678
16679         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16680         function instead of display-warning if it is not available.
16681
16682 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16683
16684         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16685         v5-10: Use `point-at-bol'.
16686
16687 2004-10-26  Simon Josefsson  <jas@extundo.com>
16688
16689         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16690         <chenggao@gmail.com>.
16691
16692 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16693
16694         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16695         instead.
16696
16697 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16698
16699         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16700         to remove a server from the nnimap-server-buffer-alist.
16701         (nnimap-open-connection, nnimap-close-server): Use it.
16702
16703         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16704
16705 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16706
16707         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16708         running the major-mode function.
16709
16710 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16711
16712         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16713         dummy marks in the right way.
16714
16715 2004-10-18  David Edmondson  <dme@dme.org>
16716
16717         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16718         excessively.
16719
16720 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16721
16722         * gnus-util.el (gnus-split-references): Accept a nil references
16723         string and go on blissfully.
16724
16725         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16726         cases where the references string is non-nil but has no references.
16727
16728         * encrypt.el: Add autoload tags.
16729
16730         * spam.el (spam-resolve-registrations-routine): Remove article
16731         from unregistration list too.  Reported by David Hanak
16732         <dhanak@isis.vanderbilt.edu>
16733
16734 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16735
16736         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16737         nil.  Change custom type.
16738
16739 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16740
16741         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16742
16743         * gnus-sum.el (gnus-summary-move-article): Use it.
16744
16745 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16746
16747         * encrypt.el: Add autoload cookies.
16748
16749         * spam.el (spam-backend-article-list-property)
16750         (spam-backend-get-article-todo-list)
16751         (spam-backend-put-article-todo-list)
16752         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16753         Resolve registrations separately.
16754         (spam-register-routine): Format comments.
16755         (spam-unregister-routine, spam-register-routine): Always call with
16756         specific-articles, no default list.
16757         (spam-summary-prepare-exit): Use the spam-classifications function.
16758
16759         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16760         gnus-encrypt.el.
16761
16762         * encrypt.el: Copied from gnus-encrypt.el.
16763
16764         * gnus-encrypt.el: Commented that it's obsolete.
16765
16766 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16767
16768         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16769         (gnus-score-save): Use it.
16770
16771         * message.el (message-bury): Use `window-dedicated-p'.
16772
16773 2004-10-15  Simon Josefsson  <jas@extundo.com>
16774
16775         * pop3.el (top-level): Don't require nnheader.
16776         (pop3-read-timeout): Add.
16777         (pop3-accept-process-output): Add.
16778         (pop3-read-response, pop3-retr): Use it.
16779
16780 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16781
16782         * spam.el (spam-register-routine): Move comment.
16783         (spam-verify-bogofilter): Use 'unknown for the initial
16784         spam-bogofilter-valid state, not 'never.
16785
16786         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16787         for netrc-machine.
16788
16789         * nnimap.el (nnimap-open-connection):
16790         Use netrc-machine-user-or-password.
16791
16792 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16793
16794         * gnus-registry.el (gnus-registry-unload-hook):
16795         Set as a variable with add-hook.
16796
16797         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16798         of news-path.
16799
16800         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16801
16802         * spam.el: Delete duplicate `provide'.
16803         (spam-unload-hook): Set as a variable with add-hook.
16804
16805 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16806
16807         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16808         in the doc string.
16809
16810         * message.el (message-ignored-news-headers)
16811         (message-ignored-supersedes-headers)
16812         (message-ignored-resent-headers)
16813         (message-forward-ignored-headers): Improve custom type.
16814
16815 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16816
16817         * message.el (message-tokenize-header): Fix 2004-09-06 change
16818         which used point-min in the wrong place.
16819
16820 2004-10-12  Simon Josefsson  <jas@extundo.com>
16821
16822         * tls.el (tls-certtool-program): New variable.
16823         (tls-certificate-information): New function, based on
16824         ssl-certificate-information.
16825
16826 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16827
16828         * compface.el: Move the version of ELisp-based uncompface program
16829         to the contrib directory because of the copyright problem.
16830
16831 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16832
16833         * message.el (message-kill-buffer): Raise the current frame.
16834
16835 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16836
16837         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16838
16839         * gnus.el (message-y-or-n-p): Autoload.
16840
16841         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16842         (pop3-password-required, pop3-authentication-scheme)
16843         (pop3-leave-mail-on-server): Make customizable.
16844         (pop3): New custom group.
16845         (pop3-retr): Remove `sleep-for' statements.
16846         Suggested by Dave Love <fx@gnu.org>.
16847
16848         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16849         Windows/DOS.
16850
16851         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16852         (imap-parse-body): Fix incorrect use of `assert'.
16853         Suggested by Dave Love <fx@gnu.org>.
16854
16855         * mml.el (mml-minibuffer-read-disposition): Require match.
16856         Suggested by Dave Love <fx@gnu.org>.
16857
16858 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16859
16860         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16861         doc string.
16862
16863 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16864
16865         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16866
16867 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16868
16869         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16870         instead of calling `mm-insert-inline', to decode text/* parts
16871         before displaying them.
16872
16873 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16874
16875         * mm-uu.el (mm-uu-text-plain-type): New variable.
16876         (mm-uu-pgp-signed-extract-1): Use it.
16877         (mm-uu-pgp-encrypted-extract-1): Use it.
16878         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16879         bind mm-uu-text-plain-type with that value.
16880         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16881         mm-uu-dissect.
16882
16883 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16884
16885         * gnus-group.el (gnus-update-group-mark-positions):
16886         * gnus-sum.el (gnus-update-summary-mark-positions):
16887         * message.el (message-check-news-body-syntax):
16888         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16889         of string-as-multibyte.
16890
16891 2004-10-05  Juri Linkov  <juri@jurta.org>
16892
16893         * gnus-group.el (gnus-update-group-mark-positions):
16894         * gnus-sum.el (gnus-update-summary-mark-positions):
16895         * message.el (message-check-news-body-syntax):
16896         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16897         8-bit unibyte values to a multibyte string for search functions.
16898
16899 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16900
16901         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16902         (mm-uu-dissect-text-parts): New function.
16903
16904         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16905         dissect text parts.
16906
16907         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16908         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16909
16910         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16911
16912         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16913         Use gnus-current-topics instead of gnus-current-topic.
16914
16915 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16916
16917         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16918
16919 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16920
16921         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16922         where approriate.
16923
16924         * nnml.el (nnml-generate-active-info): do.
16925
16926         * nndiary.el (nndiary-generate-active-info): do.
16927
16928         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16929         (gnus-topic-move): do.
16930
16931         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16932         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16933
16934         * gnus-srvr.el (gnus-server-prepare)
16935         (gnus-server-open-all-servers): do.
16936
16937         * gnus-msg.el (gnus-summary-cancel-article)
16938         (gnus-summary-resend-message)
16939         (gnus-summary-mail-crosspost-complaint): do.
16940
16941         * gnus-move.el (gnus-change-server): do.
16942
16943         * gnus-group.el (gnus-group-unmark-all-groups)
16944         (gnus-group-set-current-level): do.
16945
16946 2004-10-04  Simon Josefsson  <jas@extundo.com>
16947
16948         * message.el (message-generate-hashcash): Doc fix.
16949
16950 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16951
16952         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16953         avoid infinite recursion via gnus-get-function.
16954
16955 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16956
16957         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16958
16959         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16960
16961         * nnmail.el (nnmail-split-history): do.
16962
16963         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16964         (nnml-request-delete-group): do.
16965
16966         * nnslashdot.el (nnslashdot-read-groups): do.
16967
16968         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16969         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16970
16971         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16972         (nnspool-sift-nov-with-sed): Use last.
16973         (nnspool-retrieve-headers-with-nov): Use mapc.
16974         (nnspool-request-newgroups): Use dolist.
16975         (nnspool-request-group): Use last.
16976
16977         * nntp.el (nntp-read-server-type): Use dolist.
16978
16979         * nnvirtual.el (nnvirtual-create-mapping)
16980         (nnvirtual-update-read-and-marked): Use dolist.
16981         (nnvirtual-convert-headers): Simplify.
16982
16983 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16984
16985         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16986         Add support for sync'ing tick marks.
16987
16988 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16989
16990         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16991         there's no visible header.
16992
16993 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16994
16995         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16996         When necessary, pass full group name to gnus-request-set-marks.
16997
16998 2004-10-01  Simon Josefsson  <jas@extundo.com>
16999
17000         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17001         acroread.
17002
17003 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17004
17005         * spam-report.el (spam-report-gmane): Fix interactive.
17006
17007         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17008
17009         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17010         when writing file.
17011         (gnus-agent-synchronize-flags): Don't default to being
17012         interactive.
17013
17014 2004-09-30  Simon Josefsson  <jas@extundo.com>
17015
17016         * message.el (message-generate-hashcash): Add.
17017         (message-send-mail): Use it, call mail-add-payment.
17018
17019 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17020
17021         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17022
17023 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17024
17025         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17026         gnus-requst-update-info with explicit code to sync the in-memory
17027         info read flags with the marks being sync'd to the backend.
17028
17029         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17030
17031 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17032
17033         * spam.el (spam-verify-bogofilter): Add new function.
17034         (spam-check-bogofilter)
17035         (spam-bogofilter-register-with-bogofilter): Use it.
17036         (spam-verify-bogofilter): Add small fixes.
17037
17038 2004-09-28  Simon Josefsson  <jas@extundo.com>
17039
17040         * hashcash.el (hashcash-generate-payment): Revert.
17041
17042 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17043
17044         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17045         Use gnus-extract-references instead of gnus-split-references.
17046
17047         * gnus-util.el (gnus-extract-references): Add new function, analogous
17048         to gnus-split-references but extracts only the message-ID without
17049         anything extra.
17050
17051         * hashcash.el (hashcash-generate-payment)
17052         (hashcash-check-payment): Do the right thing if hashcash-path is
17053         nil (because the hashcash program could not be found).
17054
17055         * spam.el (spam-use-hashcash): Remove comment.
17056
17057 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17058
17059         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17060         (gnus-cache-enter-article, gnus-cache-remove-article)
17061         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17062
17063         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17064
17065         * gnus-art.el (article-hide-boring-headers)
17066         (article-translate-strings, article-display-face)
17067         (gnus-article-mime-match-handle-first)
17068         (gnus-article-highlight-headers)
17069         (gnus-article-add-buttons-to-head): do.
17070
17071 2004-09-27  Simon Josefsson  <jas@extundo.com>
17072
17073         * hashcash.el: New version, from
17074         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17075         ../contrib/.
17076
17077 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17078
17079         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17080
17081 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17082
17083         * gnus-dup.el (gnus-dup-open): Use mapc.
17084         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17085
17086         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17087         Reported by Stefan Wiens <s.wi@gmx.net>.
17088
17089         * gnus.el (gnus-shutdown): Use dolist.
17090
17091         * gnus-undo.el (gnus-undo): Use mapc.
17092
17093         * nnrss.el (nnrss-generate-active): do.
17094
17095         * message.el (message-cite-original-without-signature)
17096         (message-cite-original): Use mapc.
17097         (message-do-actions, message-make-forward-subject): Use dolist.
17098
17099 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17100
17101         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17102         deletion to remove entire duplicate line.  Fixes merged article
17103         number bug.
17104
17105 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17106
17107         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17108         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17109         first ask if you want to open a server and then, even when you
17110         responded with no, asking if you want to synchronize the server's
17111         flags.
17112         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17113         multi-line expressions.
17114         (gnus-agent-synchronize-group-flags): New internal function.
17115         Updates marks in memory (in the info structure) AND in the
17116         backend.
17117
17118         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17119
17120         * nnagent.el (nnagent-request-set-mark):
17121         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17122         method, to ensure that synchronization updates marks in the
17123         backend and in the info (in memory) structure.
17124
17125 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17126
17127         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17128         convention fully; don't miss the root article of a thread; make
17129         the X-Draft-From header with correct article numbers.
17130
17131 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17132
17133         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17134         unless plugged.  Disable the agent so that an open failure causes
17135         an error.
17136
17137         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17138         Revert 2004-09-21 change.  The backend must be opened while
17139         synchronizing flags even when the backend stores the flags
17140         locally.
17141
17142 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17143
17144         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17145         in `header' match.  Reported by Svend Tollak Munkejord.
17146
17147         * message.el (message-cite-original): Fix use of
17148         `message-cite-articles-with-x-no-archive'.
17149
17150 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17151
17152         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17153         (gnus-window-to-buffer): Ditto.
17154
17155         * mml.el (mml-preview-buffer): New variable.
17156         (mml-preview): Manage window layout with gnus-buffer-configuration.
17157
17158         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17159         X-Draft-From header even if those articles aren't quoted.
17160
17161 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17162
17163         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17164         (gnus-request-set-mark, gnus-request-update-mark): Use new
17165         g-s-t-u-l-m to decide to use backend even when unplugged.
17166
17167 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17168
17169         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17170         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17171
17172 2004-09-20  Simon Josefsson  <jas@extundo.com>
17173
17174         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17175         "utf-16-le".
17176
17177 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17178
17179         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17180
17181 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17182
17183         * uudecode.el (uudecode-use-external): Add :version.
17184
17185         * smime.el (smime-CA-file, smime-encrypt-cipher)
17186         (smime-dns-server): Add :version.
17187
17188         * smiley.el (gnus-smiley-file-types): Add :version.
17189
17190         * sha1.el (sha1-use-external): Add :version.
17191
17192         * pgg-def.el (pgg-query-keyserver): Add :version.
17193
17194         * nnmail.el (nnmail-fancy-expiry-targets)
17195         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17196         Add :version.
17197
17198         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17199         (nnimap-retrieve-groups-asynchronous): Add :version.
17200         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17201
17202         * mml.el (mml-content-disposition-parameters)
17203         (mml-insert-mime-headers-always): Add :version.
17204
17205         * mm-util.el (mm-coding-system-priorities): Add :version.
17206
17207         * mm-decode.el (mm-inline-text-html-with-images)
17208         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17209         (mm-verify-option): Add :version.
17210         (mm-text-html-renderer): Change :version.
17211
17212         * message.el (message-fcc-externalize-attachments)
17213         (message-required-headers, message-draft-headers)
17214         (message-subject-trailing-was-query)
17215         (message-subject-trailing-was-ask-regexp)
17216         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17217         (message-mark-insert-end, message-archive-header)
17218         (message-archive-note, message-cross-post-default)
17219         (message-cross-post-note, message-followup-to-note)
17220         (message-cross-post-note-function, message-use-mail-followup-to)
17221         (message-subscribed-address-functions)
17222         (message-subscribed-address-file, message-subscribed-addresses)
17223         (message-subscribed-regexps, message-allow-no-recipients)
17224         (message-yank-cited-prefix, message-signature-insert-empty-line)
17225         (message-hidden-headers, message-hierarchical-addresses)
17226         (message-mail-user-agent, message-use-idna)
17227         (message-valid-fqdn-regexp)
17228         (message-strip-special-text-properties, message-header-synonyms)
17229         (message-beginning-of-line, message-tab-body-function): Add :version.
17230         (message-insert-canlock, message-wide-reply-confirm-recipients):
17231         Change :version.
17232
17233         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17234         and :version.
17235         (mail-source-delete-old-incoming-confirm)
17236         (mail-source-movemail-program): Add :version.
17237
17238         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17239         (gnus-agent-cache, gnus-agent): Change :version.
17240
17241         * gnus-util.el (gnus-use-byte-compile): Change :version.
17242
17243         * gnus-sum.el (gnus-summary-make-false-root-always)
17244         (gnus-summary-default-high-score)
17245         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17246         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17247         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17248         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17249         (gnus-sum-thread-tree-single-indent)
17250         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17251         (gnus-sum-thread-tree-leaf-with-other)
17252         (gnus-sum-thread-tree-single-leaf): Add :version.
17253         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17254         (gnus-article-loose-mime): Change :version.
17255
17256         * gnus-start.el (gnus-backup-startup-file)
17257         (gnus-save-startup-file-via-temp-buffer): Add :version.
17258
17259         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17260         (gnus-server-offline-face): Add :version.
17261
17262         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17263
17264         * gnus-msg.el (gnus-gcc-externalize-attachments)
17265         (gnus-debug-files, gnus-debug-exclude-variables)
17266         (gnus-discouraged-post-methods): Change :version.
17267         (gnus-confirm-mail-reply-to-news)
17268         (gnus-confirm-treat-mail-like-news): Add :version.
17269
17270         * gnus-int.el (gnus-server-unopen-status): Add :version.
17271
17272         * gnus-group.el (gnus-group-jump-to-group-prompt)
17273         (gnus-large-ephemeral-newsgroup)
17274         (gnus-fetch-old-ephemeral-headers): Add :version.
17275
17276         * gnus-fun.el (gnus-x-face-directory)
17277         (gnus-convert-pbm-to-x-face-command)
17278         (gnus-convert-image-to-x-face-command)
17279         (gnus-convert-image-to-face-command): Add :version.
17280
17281         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17282
17283         * gnus-cite.el (gnus-cite-blank-line-after-header)
17284         (gnus-article-boring-faces): Add :version.
17285
17286         * gnus-art.el (gnus-buttonized-mime-types)
17287         (gnus-inhibit-mime-unbuttonizing)
17288         (gnus-treat-display-face)
17289         (gnus-treat-body-boundary): Change :version.
17290         (gnus-body-boundary-delimiter, gnus-picon-databases)
17291         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17292         (gnus-treat-date-english, gnus-treat-fold-headers)
17293         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17294         (gnus-treat-mail-picon, gnus-treat-wash-html)
17295         (gnus-article-encrypt-protocol)
17296         (gnus-use-idna, gnus-article-over-scroll)
17297         (gnus-mime-display-multipart-alternative-as-mixed)
17298         (gnus-mime-display-multipart-related-as-mixed)
17299         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17300         (gnus-ctan-url, gnus-button-ctan-handler)
17301         (gnus-button-handle-ctan-bogus-regexp)
17302         (gnus-button-ctan-directory-regexp)
17303         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17304         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17305         (gnus-button-man-level, gnus-button-emacs-level)
17306         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17307
17308         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17309         (gnus-agent-go-online): Change :version.
17310         (gnus-agent-expire-unagentized-dirs)
17311         (gnus-agent-auto-agentize-methods): Add :version.
17312
17313         * flow-fill.el (fill-flowed-display-column)
17314         (fill-flowed-encode-column): Add :version.
17315
17316         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17317         (gnus-outlook-deuglify-unwrap-max)
17318         (gnus-outlook-deuglify-cite-marks)
17319         (gnus-outlook-deuglify-unwrap-stop-chars)
17320         (gnus-outlook-deuglify-no-wrap-chars)
17321         (gnus-outlook-deuglify-attrib-cut-regexp)
17322         (gnus-outlook-deuglify-attrib-verb-regexp)
17323         (gnus-outlook-deuglify-attrib-end-regexp)
17324         (gnus-outlook-display-hook): Add :version.
17325
17326         * binhex.el (binhex-use-external): Add :version.
17327
17328 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17329
17330         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17331         and `invisible'.
17332
17333 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17334
17335         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17336         in gnus-registry-trim.
17337
17338 2004-09-13  Simon Josefsson  <jas@extundo.com>
17339
17340         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17341
17342         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17343
17344         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17345         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17346         <yamaoka@jpl.org>.
17347         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17348         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17349         <yamaoka@jpl.org>.
17350
17351         * sieve.el (sieve-manage-mode): Ditto.
17352
17353 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17354
17355         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17356
17357 2004-09-11  Simon Josefsson  <jas@extundo.com>
17358
17359         * dns-mode.el: Add.
17360
17361         * mm-view.el (mm-display-dns-inline): Add.
17362
17363         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17364         (mm-automatic-display): Ditto.
17365
17366         * mailcap.el (mailcap-mime-data): Add text/dns.
17367         (mailcap-mime-extensions): Map .soa to text/dns.
17368
17369 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17370
17371         * gnus-art.el (article-decode-mime-words, article-babel)
17372         (gnus-article-highlight-signature, gnus-article-add-buttons)
17373         (gnus-signature-toggle): Remove unnecessary bindings of
17374         `inhibit-read-only' inherited from v5.10 merge.
17375
17376 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17377
17378         * nntp.el (nntp): New customization group.
17379         (nntp-authinfo-file): Add customization group.
17380
17381         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17382
17383         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17384
17385         * gnus.el (to-address, to-list, subscribed)
17386         (large-newsgroup-initial): Ditto.
17387
17388         * flow-fill.el (fill-flowed-display-column)
17389         (fill-flowed-encode-column): Ditto.
17390
17391 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17392
17393         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17394         Use point-min rather than 1.
17395         (message-send-mail): Use buffer-size rather than point-max.
17396
17397         * gnus-sum.el (gnus-summary-search-article-forward):
17398         Signal a specific `search-failed' rather than a generic `error'.
17399
17400         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17401         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17402         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17403
17404 2004-09-10  Simon Josefsson  <jas@extundo.com>
17405
17406         * nndb.el (require): Remove tcp and duplicate cl.
17407
17408 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17409
17410         * gnus-agent.el (directory-files-and-attributes): Move forward.
17411
17412 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17413
17414         * gnus-agent.el (directory-files-and-attributes):
17415         Optionally defined to support XEmacs.
17416
17417 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17418
17419         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17420         to avoid run-time CL dependencies.
17421         (gnus-agent-unfetch-articles): New function.
17422         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17423         article numbers even when local .overview file is missing.
17424         (gnus-agent-read-article-number): New function.  Only accepts
17425         27-bit article numbers.
17426         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17427         Use gnus-agent-read-article-number.
17428         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17429         from backend while recognizing that article numbers in .overview
17430         must be valid.
17431         (gnus-agent-update-files-total-fetched-for):
17432         Use directory-files-and-attributes to improve performance.
17433         * gnus-int.el (gnus-request-move-article):
17434         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17435         improve performance.
17436
17437         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17438         some users confused by references to .newsrc when they only have a
17439         .newsrc.eld file.
17440         (gnus-convert-mark-converter-prompt)
17441         (gnus-convert-converter-needs-prompt): Fix use of property list.
17442         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17443         New function.  Used internally to only display 'gnus converting
17444         files' message when actually necessary.
17445
17446         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17447         methods now autoloaded.
17448
17449 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17450
17451         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17452         identifiers.
17453
17454 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17455
17456         * gnus-picon.el: Fix indentation and closing parenthesis.
17457
17458 2004-09-01  Simon Josefsson  <jas@extundo.com>
17459
17460         * message.el (message-canlock-generate): Require sha1, not
17461         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17462         to require within a function.  Sadly, if sha1.el isn't loaded, the
17463         let binding in m-c-g will hide the defcustom definition, which is
17464         bad.)
17465
17466         * canlock.el: Require sha1, not sha1-el.
17467
17468         * message.el: Don't autoload sha1 (there is a autoload cookie in
17469         sha1.el).
17470
17471         * sha1-el.el: Rename to sha1.el.
17472
17473 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17474
17475         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17476
17477 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17478
17479         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17480
17481 2004-08-30  Kim F. Storm  <storm@cua.dk>
17482
17483         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17484
17485         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17486         Add :group 'nnimap.
17487
17488 2004-08-30  Andreas Schwab  <schwab@suse.de>
17489
17490         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17491         ?* and ?\;.
17492
17493         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17494         and ?\' to symbol instead of whitespace.
17495
17496 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17497
17498         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17499
17500         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17501         instead of re-search-forward.
17502
17503         * gnus-uu.el (gnus-uu-save-article): Ditto.
17504         (gnus-uu-post-encode-uuencode): Ditto.
17505
17506         * html2text.el (html2text-clean-list-items): Ditto.
17507         (html2text-clean-dtdd): Ditto.
17508         (html2text-format-tags): Ditto.
17509
17510         * message.el (message-send-mail-with-sendmail): Fix regexp.
17511         (message-fill-field-general): Use search-forward instead of
17512         re-search-forward.
17513         (unbold-region): Ditto.
17514
17515         * nnrss.el (nnrss-request-article): Ditto.
17516
17517         * nnslashdot.el (nnslashdot-request-article): Ditto.
17518
17519         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17520
17521         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17522         "Unrecognized menu descriptor" error in XEmacs.
17523
17524 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17525
17526         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17527         parent article of a sparse article in the thread hashtb.
17528
17529 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17530
17531         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17532         (nnmail-expand-newtext): Lowercase expanded entries if
17533         nnmail-split-lowercase-expanded is non-nil.
17534
17535 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17536
17537         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17538
17539         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17540         of gnus-tmp-news-method into string under XEmacs.  It will be
17541         passed to gnus-correct-length which takes only a string argument.
17542
17543 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17544
17545         * gnus-util.el (gnus-bind-print-variables): New macro.
17546         (gnus-prin1): Use it.
17547         (gnus-prin1-to-string): Use it.
17548         (gnus-pp): New function.
17549         (gnus-pp-to-string): New function.
17550
17551         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17552         Replace pp-to-string with gnus-pp-to-string.
17553         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17554         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17555         * gnus-msg.el (gnus-debug): Ditto.
17556         * gnus-score.el (gnus-score-save): Ditto.
17557         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17558         gnus-pp-to-string.
17559         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17560         with gnus-pp.
17561         * score-mode.el (gnus-score-pretty-print): Ditto.
17562         * webmail.el (webmail-debug): Ditto.
17563
17564 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17565
17566         * gnus-art.el (article-display-face, article-display-x-face):
17567         Use buffer-read-only.
17568
17569 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17570
17571         * gnus-art.el (article-hide-list-identifiers):
17572         Bind inhibit-read-only as t.
17573
17574 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17575
17576         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17577
17578 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17579
17580         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17581         (gnus-narrow-to-page): Don't assume point-min == 1.
17582         (gnus-article-edit-mode): Derive from message-mode.
17583
17584         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17585         point-min == 1.
17586
17587         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17588         Disable incorrect use of `assert'.
17589
17590         * message.el (message-mode): Set comment-start-skip.
17591
17592
17593 2004-08-22  Sam Steingold  <sds@gnu.org>
17594
17595         * pop3.el (pop3-leave-mail-on-server): New user variable.
17596         (pop3-movemail): Delete mail only when it is nil.
17597
17598 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17599
17600         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17601
17602         * mml.el (mml-preview): Use `pop-to-buffer'.
17603
17604         * message.el (message-goto-mail-followup-to): Insert after "To".
17605         (message-carefully-insert-headers): Add comment.
17606
17607         * gnus.el: Remove unused variable `gnus-article-check-size'.
17608
17609         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17610
17611         * gnus-art.el (gnus-button-alist):
17612         Improve `gnus-button-handle-library' entry.
17613
17614 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17615
17616         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17617         Use downcase, since XEmacs capitalizes error messages differently.
17618
17619 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17620
17621         * nntp.el: Add (require 'gnus) due to reference to
17622         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17623
17624 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17625
17626         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17627         Bind `mm-fill-flowed'.
17628
17629         * mm-decode.el (mm-dissect-singlepart): Check it.
17630
17631 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17632
17633         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17634         'imap' for netrc parsing.
17635
17636 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17637
17638         * mailcap.el (mailcap-mime-data): Mark as risky.
17639
17640 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17641
17642         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17643         may be included in the encoded word.
17644         (rfc2047-encode): Don't append a space if the encoded word
17645         includes close parenthesis.
17646
17647 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17648
17649         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17650         of text within parentheses.
17651
17652 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17653
17654         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17655         (gnus-encrypt-write-file-contents): Make the password key the file
17656         name PLUS the cipher, not just the cipher.  Also remove failed
17657         passwords from the cache.
17658
17659 2004-08-06  Simon Josefsson  <jas@extundo.com>
17660
17661         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17662         Doc fix.
17663
17664 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17665
17666         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17667         LWSP.
17668
17669 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17670
17671         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17672         Try to append in-reply-to: data to the references: header.
17673
17674         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17675         (netrc-parse): Use gnus-encrypt.el functions.
17676
17677         * gnus-encrypt.el: Add new file for encryption support; currently
17678         does only a few GPG ciphers and an internal XOR cipher.
17679
17680         * password.el: Add comments on using password-read-and-add.
17681         (password-read-and-add): Add function to read and add the
17682         password to the cache at once.
17683
17684 2004-07-28  Simon Josefsson  <jas@extundo.com>
17685
17686         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17687         parameter (but don't use it, for now).
17688
17689         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17690         instead of hard coding to nil.
17691
17692 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17693
17694         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17695         as mm-inline-image-xemacs does.
17696
17697 2004-07-26  Simon Josefsson  <jas@extundo.com>
17698
17699         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17700         Revert part of 2004-07-17 change below.
17701
17702 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17703
17704         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17705         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17706
17707 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17708
17709         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17710         quotes that actually start with ">" at the beginning of the
17711         lines.
17712
17713 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17714
17715         * rfc2047.el (rfc2047-encode-region): Fix last change.
17716         (rfc2047-encode-parameter): Remove useless concat.
17717
17718 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17719
17720         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17721         encode special characters; fix some kind of misconfigured headers;
17722         signal a real error if debug-on-quit or debug-on-error is non-nil.
17723         (rfc2047-encode-max-chars): New variable.
17724         (rfc2047-encode-1): Use it.
17725         (rfc2047-encode-parameter): New function.
17726
17727         * mml.el (mml-insert-parameter): Remove an excessive space.
17728
17729 2004-07-17  Simon Josefsson  <jas@extundo.com>
17730
17731         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17732         Kai Grossjohann <kai@emptydomain.de>.
17733         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17734         (gnus-group-make-menu-bar): Ditto.
17735
17736         * gnus-util.el (gnus-group-server): Add.
17737
17738 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17739
17740         * message.el (message-clone-locals): Clone sendmail and smtp
17741         variables.
17742
17743 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17744
17745         * rfc2047.el (rfc2047-encode-region): Fix last change.
17746
17747 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17748
17749         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17750         characters as non-special.
17751
17752 2004-07-09  Simon Josefsson  <jas@extundo.com>
17753
17754         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17755         Users will lose all flag changes made while unplugged with
17756         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17757         good default.  See numerous reports on ding mailing list.
17758
17759 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17760
17761         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17762         add generate-head-function and generate-article-function to the
17763         rfc822-forward entry.
17764         (nndoc-rfc822-forward-generate-article): New function.
17765         (nndoc-rfc822-forward-generate-head): New function.
17766
17767         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17768
17769 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17770
17771         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17772         respect display group parameter and gnus-summary-expunge-below.
17773         (gnus-articles-to-read): Remove unused reference to display group
17774         parameter.
17775
17776 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17777
17778         * nnheader.el (nnheader-uniquify-message-id): New experimental
17779         variable.
17780         (nnheader-nov-read-message-id): Use it.
17781
17782         * spam-report.el (spam-report-gmane): Add interactive.
17783
17784 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17785
17786         * mm-encode.el (mm-content-transfer-encoding-defaults):
17787         Use qp-or-base64 for the application/* types.
17788
17789 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17790
17791         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17792
17793 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17794
17795         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17796         trim value.
17797
17798 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17799
17800         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17801         New macro and function.
17802         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17803
17804 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17805
17806         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17807         after-load-alist.
17808
17809 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17810
17811         * gnus-group.el (gnus-group-get-new-news-this-group):
17812         Don't update info that isn't there.
17813
17814 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17815
17816         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17817         entry.
17818
17819 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17820
17821         * mm-view.el (mm-inline-render-with-function): Use multibyte
17822         buffer; decode html source by charset.
17823
17824         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17825
17826         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17827         Mule-UCS is loaded under XEmacs.
17828         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17829
17830 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17831
17832         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17833
17834 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17835
17836         * mm-util.el (mm-coding-system-p): Return a coding-system.
17837         (mm-mime-mule-charset-alist): Use shift_jis instead of
17838         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17839         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17840         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17841         instead of japanese-shift-jis and iso-latin-1 respectively in
17842         order to share the default value with both Emacs and XEmacs-mule.
17843         (mm-mule-charset-to-mime-charset):
17844         Make mm-coding-system-priorities effective.
17845         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17846         while predicating of candidates upon the priorities.
17847
17848 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17849
17850         * gnus-sum.el (gnus-summary-make-menu-bar):
17851         Add gnus-uu-invert-processable.
17852
17853         * gnus.el: Autoload gnus-uu-invert-processable.
17854
17855 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17856
17857         * mm-util.el (mm-with-multibyte-buffer): New macro.
17858
17859         * rfc2047.el (rfc2047-encode-string): Use it.
17860         (rfc2047-encode-region): Move point to the end of the region after
17861         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17862
17863 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17864
17865         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17866         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17867
17868 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17869
17870         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17871         (gnus-cite-parse): Ignore quoted envelope From_.
17872         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17873
17874 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17875
17876         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17877         invalid addresses.
17878
17879 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17880
17881         * spam.el: Change section markers, revise TODO list.
17882         (spam-backends): Make new master list of all installed backends.
17883         (spam-summary-exit-behavior): Add new variable to determine how
17884         messages moves are done at summary exit.
17885         (spam-move-spam-nonspam-groups-only)
17886         (spam-process-ham-in-nonham-groups)
17887         (spam-process-ham-in-spam-groups): Remove variables, the
17888         spam-summary-exit-behavior variable should be used to manage this
17889         behavior.
17890         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17891         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17892         and spam-old-spam-articles.
17893         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17894         Add empty variables, placeholders for the backends they represent.
17895         (spam-set-difference): Move, unchanged.
17896         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17897         unless the user has a processor variable.
17898         (spam-classifications, spam-classification-valid-p)
17899         (spam-backend-properties, spam-backend-property-valid-p)
17900         (spam-backend-function-type-valid-p)
17901         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17902         (spam-report-articles-gmane, spam-report-articles-resend):
17903         Remove functions, they are not needed.
17904         (spam-install-backend-super, spam-backend-list)
17905         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17906         (spam-backend-function, spam-backend-ham-registration-function)
17907         (spam-backend-spam-registration-function)
17908         (spam-backend-ham-unregistration-function)
17909         (spam-backend-spam-unregistration-function)
17910         (spam-backend-statistical-p, spam-backend-mover-p)
17911         (spam-install-backend-alias, spam-install-checkonly-backend)
17912         (spam-install-mover-backend, spam-install-nocheck-backend)
17913         (spam-install-backend, spam-install-statistical-backend)
17914         (spam-install-statistical-checkonly-backend): Add backend installation
17915         support.
17916         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17917         (spam-group-processor-p): Use the new backend code and respect the
17918         summary exit behavior.
17919         (spam-mark-spam-as-expired-and-move-routine): Remove.
17920         (spam-summary-prepare): Change to use the new spam-old-articles
17921         variable.
17922         (spam-copy-or-move-routine, spam-copy-spam-routine)
17923         (spam-move-spam-routine, spam-copy-ham-routine)
17924         (spam-move-ham-routine): Add code to copy/move ham or spam.
17925         (spam-fetch-field-fast): Improve doc and code, plus allow the
17926         'number request.
17927         (spam-list-of-checks, spam-list-of-statistical-checks):
17928         Remove variables.
17929         (spam-split, spam-find-spam): Use the new backend code.
17930         (spam-registration-functions): Remove variable.
17931         (spam-unregister-routine): Add convenience wrapper.
17932         (spam-log-undo-registration, spam-register-routine)
17933         (spam-log-processing-to-registry)
17934         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17935         where possible.
17936         (spam-check-gmane-xref, spam-check-regex-headers)
17937         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17938         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17939         (spam-check-bogofilter-headers, spam-check-spamoracle)
17940         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17941         (spam-check-crm114-headers): Use the spam-split-group that
17942         spam-split prepares, no need to determine it every time.
17943
17944         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17945         to the nnheader-parse-naked-head call.
17946
17947         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17948
17949         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17950         the nnheader-nov-read-message-id call.
17951
17952 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17953
17954         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17955         gnus-activate-group twice.  Suggested by Markus Peter
17956         <warp@spin.de>.
17957
17958 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17959
17960         * gnus-art.el (gnus-article-time-format): Exchange the order of
17961         day and month in the default value; fix customization type.
17962         (article-date-ut): Use add-text-properties.
17963         (article-make-date-line): Use message-make-date instead of
17964         current-time-string.
17965
17966         * message.el (message-fetch-field): Don't use set-text-properties.
17967         (message-make-date): Simplify.
17968
17969         * messagexmas.el (message-xmas-make-date): New function.
17970         (message-xmas-redefine): Defalias message-make-date to it.
17971
17972 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17973
17974         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17975         (rfc2047-encode-region): Treat text within parentheses as special;
17976         show the original text when error has occurred.
17977
17978         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17979         already-computed method to gnus-activate-group.
17980
17981         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17982         same select-methods identical Lisp objects.
17983
17984         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17985         object when modifying the info.
17986
17987 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17988
17989         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17990         gnus-opened-servers since it has never been opened with the new
17991         configuration yet.
17992
17993 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17994
17995         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17996         arg to nnheader-generate-fake-message-id.
17997
17998 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17999
18000         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18001         number and build a fake message ID localized to a group and
18002         article number (so it's repeatable from that point on).
18003         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18004         ID format.
18005
18006         * gnus-sum.el (gnus-get-newsgroup-headers):
18007         Call nnheader-generate-fake-message-id with the article number.
18008
18009 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18010
18011         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18012         end-of-buffer.
18013
18014 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18015
18016         * message.el (message-ignored-supersedes-headers): Add Approved.
18017
18018 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18019
18020         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18021         goto-char.
18022         (rfc2047-encode): Fold the line before encoding.
18023
18024 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18025
18026         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18027         folding -- not all headers can be folded, and this should be done
18028         by the message composition mode.  Probably.  I think.
18029
18030 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18031
18032         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18033         fast.
18034
18035         * gnus-ems.el (gnus-remove-image): Don't use
18036         message-text-with-property; remove only the image found first.
18037
18038         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18039         found first.
18040
18041 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18042
18043         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18044
18045 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18046
18047         * message.el (message-text-with-property): Make it fast and accept
18048         optional arguments.
18049         (message-strip-forbidden-properties): Use it.
18050         (message-fix-before-sending): Follow the m-t-w-p change.
18051
18052         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18053
18054 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18055
18056         * gnus-art.el (article-hide-headers): Don't change the buffer
18057         mistakenly when performing mml-preview even if
18058         gnus-single-article-buffer is nil.
18059
18060 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18061
18062         * message.el (message-expand-name-databases): New user option.
18063         (message-expand-name): Use it.
18064
18065 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18066
18067         * spam.el (spam-report-articles-resend)
18068         (spam-report-resend-register-routine): Allow ham reporting.
18069         (spam-report-resend-register-ham-routine): Add wrapper.
18070         (spam-registration-functions): Add ham resending functions.
18071         (spam-list-of-processors): Add ham resend processor.
18072
18073         * gnus.el (ham-resend-to): Add new group parameter.
18074         (spam-process): Add ham resend option.
18075
18076         * spam-report.el (spam-report-resend): Allow reporting ham.
18077         (spam-report-resend-ham): Add wrapper.
18078
18079 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18080
18081         * message.el (message-cite-articles-with-x-no-archive):
18082         New variable.
18083         (message-cite-original): Use it.
18084
18085 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18086
18087         * message.el (message-cite-original): Respect X-No-Archive.
18088
18089 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18090
18091         * gnus-art.el (article-hide-headers): Refer to the values for
18092         gnus-ignored-headers and gnus-visible-headers in the summary
18093         buffer since a user may have set them as group parameters.
18094
18095 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18096
18097         * assistant.el (assistant-node-name): Add convenience function.
18098         (assistant-render-text, assistant-render-node): Add error handling,
18099         plus handle multiple next nodes.
18100         (assistant-find-next-node): Comment out for now.
18101         (assistant-find-next-nodes): Add function, returns list of next
18102         nodes.
18103
18104 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18105
18106         * mail-source.el (mail-source-directory): Fix doc-string.
18107
18108 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18109
18110         * assistant.el (assistant-render-text, assistant-eval): Add :set
18111         widget type, which is different because it takes and returns a
18112         list.  Much hilarity ensues.
18113
18114 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18115
18116         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18117
18118         * gnus-group.el (gnus-group-get-new-news-this-group):
18119         Add doc-string.
18120
18121         * gnus-start.el (gnus-activate-group): Add doc-string.
18122
18123 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18124
18125         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18126
18127 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18128
18129         * assistant.el (assistant-render-text): Try to add a :set
18130         widget, more to come.
18131
18132         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18133         strings.
18134         (spam-report-articles-resend)
18135         (spam-register-routine): Do registration iff any articles warrant
18136         it.
18137         (spam-summary-prepare-exit): Change log message for nil group
18138         destinations.
18139
18140 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18141
18142         * spam.el (spam-report-resend-register-routine):
18143         Allow spam-report-resend-to to be a group parameter or a global value.
18144
18145 2004-05-26  Simon Josefsson  <jas@extundo.com>
18146
18147         * starttls.el: Merge with my GNUTLS based starttls.el.
18148         (starttls-gnutls-program, starttls-use-gnutls)
18149         (starttls-extra-arguments, starttls-process-connection-type)
18150         (starttls-connect, starttls-failure, starttls-success):
18151         New variables.
18152         (starttls-program, starttls-extra-args): Doc fix.
18153         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18154         New functions.
18155         (starttls-negotiate, starttls-open-stream):
18156         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18157         function if it is set.
18158
18159 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18160
18161         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18162         structured fields.
18163
18164 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18165
18166         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18167
18168 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18169
18170         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18171         Add variable.
18172         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18173         assigning the spam-mark to new messages.
18174
18175 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18176
18177         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18178
18179 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18180
18181         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18182
18183         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18184         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18185         default.
18186
18187 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18188
18189         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18190         correct data.
18191
18192 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18193
18194         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18195         (spam-group-processor-p): Fix function.
18196         (spam-group-processor-multiple-p)
18197         (spam-group-spam-processor-report-gmane-p)
18198         (spam-group-spam-processor-report-resend-p)
18199         (spam-group-spam-processor-bogofilter-p)
18200         (spam-group-spam-processor-blacklist-p)
18201         (spam-group-spam-processor-ifile-p)
18202         (spam-group-ham-processor-ifile-p)
18203         (spam-group-spam-processor-spamoracle-p)
18204         (spam-group-spam-processor-crm114-p)
18205         (spam-group-ham-processor-bogofilter-p)
18206         (spam-group-spam-processor-stat-p)
18207         (spam-group-ham-processor-stat-p)
18208         (spam-group-ham-processor-whitelist-p)
18209         (spam-group-ham-processor-BBDB-p)
18210         (spam-group-ham-processor-spamoracle-p)
18211         (spam-group-ham-processor-copy-p): Remove functions with some
18212         prejudice against unneeded code.
18213         (spam-report-articles-resend)
18214         (spam-report-resend-register-routine): Allow the group/topic
18215         spam-resend-to value to override spam-report-resend-to.
18216         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18217         properly now.
18218
18219         * gnus.el (spam-resend-to): Add group/topic parameter.
18220         (spam-process): Move the OBSOLETE processors to the end of the
18221         choices.
18222
18223 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18224
18225         * spam-report.el (spam-report-resend-to, spam-report-resend):
18226         Start with resend-to set to nil, and then ask the user if necessary.
18227         (spam-report-resend): spam-report-resend takes a list of articles, not
18228         separate article numbers.
18229
18230 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18231
18232         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18233         addition to emacs-w3m.
18234
18235 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18236
18237         * assistant.el (assistant-authinfo-data): New function.
18238         (assistant-eval): Eval for entire assistant.
18239
18240         * netrc.el (netrc-services-file): New variable.
18241         (netrc-parse-services): New function.
18242         (netrc-find-service-name): New function.
18243         (netrc-find-service-number): New function.
18244         (netrc-port-equal): New function.
18245         (netrc-machine): Use it.
18246
18247         * nnimap.el (nnimap-open-connection): Use netrc.
18248
18249         * gnus-util.el (gnus-netrc-get): Remove aliases.
18250
18251         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18252
18253         * assistant.el (wid-edit): Fix compilation.
18254
18255         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18256
18257 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18258
18259         * gnus-util.el (gnus-set-file-modes): New function.  (small
18260         patch).
18261
18262 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18263
18264         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18265
18266         * assistant.el (assistant-render-node): Fix up rendering and
18267         read-only text.
18268         (assistant-render-node): Reset.
18269         (assistant-make-read-only): Not sticky.
18270
18271 2004-05-20  Danny Siu  <dsiu@adobe.com>
18272
18273         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18274         centered even when gnus-auto-center-summary is t.
18275
18276 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18277
18278         * dns.el (dns-get-txt-answer): New function.
18279         (dns-read-txt): Ditto.
18280         (query-dns): Use it.
18281
18282 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18283
18284         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18285         active for foreign groups even if the group level is higher than
18286         the specified value.
18287
18288 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18289
18290         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18291         non-active groups.
18292
18293         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18294
18295 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18296
18297         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18298
18299 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18300
18301         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18302         (spam-crm114-header, spam-crm114-spam-switch)
18303         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18304         (spam-crm114-positive-spam-header)
18305         (spam-crm114-database-directory, spam-list-of-processors)
18306         (spam-group-spam-processor-crm114-p)
18307         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18308         (spam-generic-score, spam-list-of-checks)
18309         (spam-list-of-statistical-checks, spam-registration-functions)
18310         (spam-check-crm114-headers, spam-crm114-score)
18311         (spam-check-crm114, spam-crm114-register-with-crm114)
18312         (spam-crm114-register-spam-routine)
18313         (spam-crm114-unregister-spam-routine)
18314         (spam-crm114-register-ham-routine)
18315         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18316         From asjo@koldfront.dk (Adam Sjøgren).
18317
18318         * gnus.el: Add spam-use-crm114.
18319
18320         * spam.el (spam-list-of-processors, spam-registration-functions):
18321         Add spam-use-resend.
18322         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18323         (spam-report-articles-gmane): Add doc fix.
18324         (spam-report-articles-resend, spam-report-resend-register-routine):
18325         Add wrappers around spam-report-resend-to.
18326
18327         * spam-report.el (spam-report-resend-to, spam-report-resend):
18328         Add support for resending spam.
18329         (spam-report-gmane): Fix line length >80.
18330
18331         * gnus.el (spam-process): Add spam-use-resend.
18332
18333 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18334
18335         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18336         number of processed spam messages.
18337         (spam-ham-copy-or-move-routine): Return the number of processed
18338         ham messages.
18339         (spam-summary-prepare-exit): Use the above values to decide
18340         whether status messages shouled be displayed.
18341
18342 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18343
18344         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18345         `rfc2047-encoding-function-alist' in order to avoid conflicting
18346         with the old version.
18347         (rfc2047-encode-region): Concatenate words containing non-ASCII
18348         characters in structured fields; don't encode space-delimited
18349         ASCII words even in unstructured fields; don't break words at
18350         char-category boundaries.
18351         (rfc2047-encode-1): New function.
18352         (rfc2047-encode): Use it; encode text so that it occupies the
18353         maximum width within 76-column; work correctly on Q encoding for
18354         iso-2022-* charsets.
18355         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18356         sure not to break a line just after the header name.
18357         (rfc2047-b-encode-region): Remove.
18358         (rfc2047-b-encode-string): New function.
18359         (rfc2047-q-encode-region): Remove.
18360         (rfc2047-q-encode-string): New function.
18361
18362         * mm-util.el (mm-replace-in-string): New function.
18363
18364 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18365
18366         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18367         Really get it right.
18368         (gnus-inews-make-draft): Really.
18369
18370 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18371
18372         * nnmh.el (nnmh-request-list-1): Don't check the link count
18373         before descending.  (small patch)
18374
18375 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18376
18377         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18378         stuff.
18379
18380         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18381         Match on real group name.
18382
18383         * gnus-art.el (gnus-signature-limit): Doc fix.
18384
18385         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18386
18387         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18388
18389 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18390
18391         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18392         isn't a string.
18393
18394 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18395
18396         * gnus-draft.el (gnus-draft-send):
18397         Bind rfc2047-encode-encoded-words.
18398
18399         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18400         (rfc2047-encodable-p): Say that =? needs encoding.
18401         (rfc2047-encode-encoded-words): New variable.
18402
18403         * gnus-group.el (gnus-group-select-group): Doc fix.
18404
18405         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18406
18407         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18408         to nil.
18409
18410         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18411
18412         * nnheader.el (nnheader-get-lines-and-char): New function.
18413
18414 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18415
18416         * gnus-msg.el (gnus-summary-followup-with-original):
18417         Document yanking of region when active.
18418
18419 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18420
18421         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18422         groups if the group level is higher than the specified value.
18423
18424 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18425
18426         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18427         (gnus-group-jump-to-group): Add prefix argument using
18428         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18429         non-active group.
18430
18431         * compface.el (uncompface): Be verbose when changing
18432         `uncompface-use-external'.
18433
18434         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18435         handle manual section.
18436
18437 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18438
18439         * gnus-art.el (gnus-button-alist): Revert previous change.
18440
18441 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18442
18443         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18444
18445 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18446
18447         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18448         whether backend can accept message.
18449
18450         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18451
18452 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18453
18454         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18455         Avoid creating directory when nntp-marks-is-evil is true.
18456         Reported by Reiner Steib.
18457
18458 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18459
18460         * gnus-picon.el (gnus-picon-style): New variable.
18461         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18462         (gnus-picon-transform-address): Support `gnus-picon-style'.
18463         From Jesper Harder <harder@ifa.au.dk>.
18464
18465 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18466
18467         * message.el (message-fill-field): Return point.
18468         (message-generate-headers): Go to end of field.
18469
18470         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18471         stuff for non-living groups.
18472
18473 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18474
18475         * gnus-art.el (gnus-article-followup-with-original)
18476         (gnus-article-reply-with-original): gnus-mark-active-p ->
18477         gnus-region-active-p.
18478
18479 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18480
18481         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18482         only when there is spam or ham to be processed.
18483
18484 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18485
18486         * mail-source.el (mail-source-delete-crash-box): Refactor.
18487         (mail-source-fetch): Use it.
18488         (mail-source-fetch-file): Ditto.
18489         (mail-source-fetch-directory): Run postscript in loop.
18490         (mail-source-fetch-pop): Delete.
18491         (mail-source-fetch-maildir): Ditto.
18492         (mail-source-fetch-imap): Ditto.
18493
18494         * imap.el (imap-authenticators): Comment out sasl.
18495
18496         * message.el (message-skip-to-next-address): New function.
18497         (message-fill-header-address): Refactor.
18498         (message-fill-address): Use it.
18499         (message-delete-address): Use it.
18500         (message-fill-header-general): Refactor.
18501         (message-fill-field-address): Rename.
18502         (message-narrow-to-field): Find the start of the header.
18503         (message-header-format-alist): Don't pre-fill.
18504         (message-fill-header): Remove.
18505         (message-insert-header): New function.
18506         (message-shorten-references): Use it.
18507
18508         * rfc2047.el (rfc2047-field-value): Strip props.
18509
18510         * mail-parse.el (mail-header-make-address): New alias.
18511
18512         * ietf-drums.el (ietf-drums-make-address): New function.
18513
18514         * imap.el: Add compiler directives.
18515
18516         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18517
18518         * gnus-art.el (article-decode-idna-rhs): Don't use
18519         message-idna-inside-rhs-p.
18520
18521 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18522
18523         * message.el (message-idna-inside-rhs-p): Remove.
18524         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18525
18526         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18527         false positives.
18528
18529 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18530
18531         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18532
18533 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18534
18535         * nneething.el (nneething-file-name): Don't create spurious
18536         files.
18537
18538         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18539         (gnus-inews-do-gcc): Remove sleep.
18540
18541         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18542         part under point.
18543
18544         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18545         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18546
18547 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18548
18549         * spam.el (spam-summary-prepare-exit): Fix (length).
18550
18551 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18552
18553         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18554         as expired without moving it" message when there are spam
18555         messages left.
18556
18557 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18558
18559         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18560         header is not nil.
18561
18562 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18563
18564         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18565         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18566         (nntp-marks-changed-p): New arg SERVER.
18567         (nntp-request-update-info): Adjust caller.
18568
18569 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18570
18571         * nntp.el (nntp-save-marks): Pass missing arg.
18572
18573 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18574
18575         * nntp.el: Support marks.
18576         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18577         (nntp-marks-modtime, nntp-marks-directory): New variables.
18578         (nntp-request-set-mark, nntp-request-update-info)
18579         (nntp-possibly-create-directory, nntp-marks-changed-p)
18580         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18581         New functions.
18582
18583 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18584
18585         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18586         (gnus-xmas-redefine): Rename.
18587
18588         * gnus-score.el (gnus-score-insert-help):
18589         Use gnus-select-lowest-window.
18590
18591         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18592         appt-select-lowest-window and rename to gnus-select-lowest-window.
18593
18594         * gnus.el: do.
18595
18596 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18597
18598         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18599         encodings of MIME-encoded words, in order to improve
18600         interoperability with several broken MUAs.
18601
18602 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18603
18604         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18605         tags, only when charsets are not specified in headers.
18606         (mm-inline-text-html-render-with-w3m): Ditto.
18607
18608         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18609         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18610
18611 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18612
18613         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18614         instead of MIME-decoded from fields when checking
18615         `gnus-article-address-banner-alist'.
18616
18617 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18618
18619         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18620         description rather than subject.
18621
18622 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18623
18624         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18625
18626 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18627
18628         * gnus.el (gnus-version-number): Bump.
18629
18630 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18631
18632         * gnus.el: No Gnus v0.2 is released.
18633
18634 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18635
18636         * gnus-agent.el (gnus-agent-read-agentview):
18637         Inline gnus-uncompress-range.
18638
18639 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18640
18641         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18642         `exec-installed-p'.
18643
18644 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18645
18646         * gnus.el (spam-process, spam-autodetect-methods):
18647         Add bsfilter and bsfilter-headers.
18648
18649         * spam.el (spam-bsfilter): New customize group.
18650         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18651         (spam-bsfilter-header, spam-bsfilter-probability-header)
18652         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18653         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18654         (spam-bsfilter-database-directory): New options.
18655         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18656         (spam-list-of-statistical-checks, spam-registration-functions):
18657         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18658         (spam-bsfilter-score): New command.
18659         (spam-check-bsfilter-headers, spam-check-bsfilter)
18660         (spam-bsfilter-register-with-bsfilter)
18661         (spam-bsfilter-register-spam-routine)
18662         (spam-bsfilter-unregister-spam-routine)
18663         (spam-bsfilter-register-ham-routine)
18664         (spam-bsfilter-unregister-ham-routine): New functions.
18665         (spam-generic-score): Support bsfilter; Accept an optional argument
18666         to recalcurate spam score even if scoring header has already been
18667         added.
18668         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18669         optional argument to recalcurate spam score even if scoring header
18670         has already been added.
18671
18672 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18673
18674         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18675         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18676         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18677         link is missing.
18678
18679 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18680
18681         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18682         (html2text-get-attr): Rewrite.
18683
18684         * message.el (message-setup-1): Remove redundant put-text-property
18685         on mail-header-separator.
18686
18687 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18688
18689         * gnus-registry.el (gnus-registry-cache-whitespace)
18690         (gnus-registry-action, gnus-registry-spool-action)
18691         (gnus-registry-split-fancy-with-parent): Change message levels
18692         from 5 to 3 or 7, as needed.
18693
18694         * spam.el (spam-summary-prepare-exit)
18695         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18696         (spam-split, spam-find-spam, spam-log-undo-registration)
18697         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18698         level from 5 to 6.
18699
18700 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18701
18702         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18703         2004-03-04 change).
18704
18705 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18706
18707         * sieve-manage.el (sieve-manage-open):
18708         * nnweb.el (nnweb-insert-html):
18709         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18710         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18711         * nnspool.el (nnspool-request-group):
18712         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18713         * nnml.el (nnml-request-update-info):
18714         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18715         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18716         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18717         (nnimap-request-set-mark):
18718         * nnfolder.el (nnfolder-request-update-info):
18719         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18720         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18721         * gnus-uu.el (gnus-uu-find-articles-matching):
18722         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18723         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18724         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18725         * gnus-nocem.el (gnus-nocem-scan-groups):
18726         * gnus-int.el (gnus-start-news-server):
18727         * gnus-group.el (gnus-group-make-kiboze-group)
18728         (gnus-group-browse-foreign-server):
18729         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18730         Use mapc when appropriate.
18731
18732 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18733
18734         FIXME: Make separate entries for each person.
18735
18736         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18737         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18738         <shields@msrl.com>:
18739
18740         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18741         may need for spam sorting and scoring.
18742         (spam-user-format-function-S): Add user format function suitable for
18743         general use.
18744         (spam-article-sort-by-spam-status): Add sorting function for summary
18745         sorting.
18746         (spam-extra-header-to-number): Add function to get a score from a
18747         header.
18748         (spam-summary-score): Add function to get a numeric score from the
18749         headers.
18750         (spam-generic-score): Fix function doc, was in wrong place.
18751         (spam-initialize): Take symbols when it's run, and install the
18752         extra headers that spam-necessary-extra-headers thinks we need.
18753
18754 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18755
18756         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18757         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18758
18759 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18760
18761         * gnus-sum.el (gnus-set-global-variables)
18762         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18763         (gnus-article-get-xrefs, gnus-summary-best-group)
18764         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18765         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18766         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18767         Use with-current-buffer.
18768
18769 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18770
18771         * spam.el (spam-summary-prepare-exit): Simplify logic.
18772         (spam-fetch-article-header): Read the article header if it's not
18773         available.
18774         (spam-list-articles): Simplify logic.
18775         (spam-filelist-register-routine): Fix bug with unregister-list.
18776
18777         * gnus-registry.el: Fix comments at beginning.
18778
18779 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18780
18781         * message.el (message-cater-to-broken-inn): Remove.
18782         (message-shorten-references): Make sure the total folded length of
18783         References is shorter than 998 characters to cater to a bug in INN
18784         2.3.  Also, don't pretend that references aren't folded -- this
18785         hasn't worked for a while.
18786
18787 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18788
18789         * gnus-agent.el (gnus-agentize):
18790         gnus-agent-send-mail-real-function no longer set to current value
18791         of message-send-mail-function but rather a lambda that calls
18792         message-send-mail-function.  The change makes the agent real-time
18793         responsive to user changes to message-send-mail-function.
18794
18795 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18796
18797         * legacy-gnus-agent.el
18798         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18799         help from Florian Weimer <fw@deneb.enyo.de>
18800
18801 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18802
18803         * nnmail.el (nnmail-cache-insert): Revert last change.
18804
18805 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18806
18807         * nnmail.el (nnmail-cache-insert): Always check whether
18808         nnmail-cache-ignore-groups matches a group name.
18809
18810 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18811
18812         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18813         (spam-find-spam, spam-log-processing-to-registry)
18814         (spam-log-registered-p, spam-log-unregistration-needed-p)
18815         (spam-log-undo-registration): Use gnus-message instead of
18816         gnus-error, none of these errors are fatal.
18817
18818         * gnus-registry.el (gnus-registry-clean-empty-function)
18819         (gnus-registry-clean-empty): Remove only empty entries without
18820         extra data.
18821
18822 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18823
18824         * spam-stat.el (spam-stat-buffer-change-to-spam)
18825         (spam-stat-buffer-change-to-non-spam): Change (error) to
18826         (gnus-message 8) invocation.
18827
18828 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18829
18830         * nntp.el (nntp-via-netcat-command): New variable.
18831         (nntp-via-netcat-switches): New variable.
18832         (nntp-open-via-rlogin-and-netcat): New function.
18833         (nntp-open-connection-function): Doc fix.
18834         (nntp-telnet-command): Doc fix.
18835         (nntp-end-of-line): Doc fix.
18836         (nntp-via-rlogin-command): Doc fix.
18837         (nntp-via-user-name): Doc fix.
18838         (nntp-via-address): Doc fix.
18839
18840 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18841
18842         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18843         error in Emacs 21.1.
18844
18845 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18846
18847         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18848
18849 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18850
18851         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18852         (gnus-agent-with-refreshed-group): New macro.
18853         (gnus-agent-rename-group): New function.
18854         (gnus-agent-delete-group): New function.
18855         (gnus-agent-save-group-info): Use gnus-command-method when
18856         `method' parameter is nil.  Don't write nil entries into the
18857         active file.
18858         (gnus-agent-get-group-info): New function.
18859         (gnus-agent-fetch-articles):
18860         Use gnus-agent-update-files-total-fetched-for to increment disk space
18861         used.
18862         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18863         Use gnus-agent-update-view-total-fetched-for to increment disk space
18864         used.
18865         (gnus-agent-get-local): Add optional parameters to avoid calling
18866         gnus-group-real-name and gnus-find-method-for-group.
18867         (gnus-agent-set-local): Delete stored entry if either min, or max,
18868         are nil.
18869         (gnus-agent-fetch-session): Reworded error/quit messages.
18870         On quit, use gnus-agent-regenerate-group to record existance of any
18871         articles fetched to disk before the quit occurred.
18872         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18873         gnus-agent-update-view-total-fetched-for, and
18874         gnus-agent-update-files-total-fetched-for to decrement disk space
18875         used.
18876         (gnus-agent-retrieve-headers):
18877         Use gnus-agent-update-view-total-fetched-for to increment disk space
18878         used.
18879         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18880         with gnus-agent-update-files-total-fetched-for to decrement disk
18881         space and fresh group buffer.
18882         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18883         (gnus-agent-need-update-total-fetched-for): New variable.
18884         (gnus-agent-update-files-total-fetched-for): New function.
18885         (gnus-agent-update-view-total-fetched-for): New function.
18886         (gnus-agent-total-fetched-for): New function.
18887
18888         * gnus-cache.el (gnus-cache-save-buffers):
18889         Use gnus-cache-update-overview-total-fetched-for to change disk space
18890         used by this group.
18891         (gnus-cache-possibly-enter-article):
18892         Use gnus-cache-update-file-total-fetched-for to increment disk space
18893         used by this group.
18894         (gnus-cache-possibly-remove-article):
18895         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18896         used by this group.
18897         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18898         (gnus-cache-rename-group): New function.
18899         (gnus-cache-delete-group): New function.
18900         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18901         (gnus-cache-need-update-total-fetched-for): New variable.
18902         (gnus-cache-with-refreshed-group): New macro.
18903         (gnus-cache-update-file-total-fetched-for): New function.
18904         (gnus-cache-update-overview-total-fetched-for): New function.
18905         (gnus-cache-rename-group-total-fetched-for): New function.
18906         (gnus-cache-delete-group-total-fetched-for): New function.
18907         (gnus-cache-total-fetched-for): New function.
18908
18909         * gnus-group.el: Require gnus-sum and autoload functions to
18910         resolve warnings when gnus-group.el compiled alone.
18911         (gnus-group-line-format): Documented new %F.
18912         (size of Fetched data) group line format; identifies disk space
18913         used by agent and cache.
18914         (gnus-group-line-format-alist): Defined new F format.
18915         (gnus-total-fetched-for): New function.
18916         (gnus-group-delete-group): No longer update
18917         gnus-cache-active-altered as gnus-request-delete-group now keeps
18918         the cache in sync.
18919         (gnus-group-list-active): Let the agent store a server's active
18920         list if currently plugged.
18921
18922         * gnus-int.el (gnus-request-delete-group):
18923         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18924         local disk in sync with the server.
18925         (gnus-request-rename-group):
18926         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18927         local disk in sync with the server.
18928
18929         * gnus-start.el (gnus-get-unread-articles):
18930         Cosmetic simplification to logic.
18931
18932         * gnus-util.el (gnus-rename-file): New function.
18933
18934 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18935
18936         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18937
18938 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18939
18940         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18941         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18942
18943 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18944
18945         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18946         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18947
18948 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18949
18950         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18951
18952 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18953
18954         * spam.el (spam-set-difference): Add function to replace
18955         gnus-set-difference in spam.el.
18956         (spam-summary-prepare-exit): Use spam-set-difference.
18957
18958 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18959
18960         * gnus-registry.el (gnus-registry-cache-file): Update to use
18961         gnus-dribble-directory OR gnus-home-directory OR ~.
18962         (gnus-registry-split-fancy-with-parent): Fix doc.
18963
18964 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18965
18966         * message.el (message-exchange-point-and-mark):
18967         Use message-mark-active-p.  Suggested by Jesper Harder
18968         <harder@ifa.au.dk>.
18969
18970 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18971
18972         * message.el (message-exchange-point-and-mark): Don't activate
18973         region if it was inactive.  Suggested by Hiroshi Fujishima
18974         <pooh@nature.tsukuba.ac.jp>.
18975
18976 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18977
18978         * gnus-art.el (article-display-face): Display Faces in the same
18979         order as X-Faces.
18980
18981 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18982
18983         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18984
18985 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18986
18987         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18988         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18989         (gnus-article-mime-hierarchy): Remove.
18990         (gnus-article-mime-hierarchy-next): Remove.
18991         (gnus-article-mode): Revert 2004-03-19 change.
18992         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18993         (gnus-insert-mime-button): Revert 2004-03-19 change.
18994         (gnus-mime-accumulate-hierarchy): Remove.
18995         (gnus-mime-enter-multipart): Remove.
18996         (gnus-mime-leave-multipart): Remove.
18997         (gnus-mime-display-part): Revert 2004-03-19 change.
18998         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18999
19000         * mml.el (mml-preview): Revert 2004-03-19 change.
19001
19002 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19003
19004         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19005
19006 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19007
19008         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19009         t while entering a file name using the mm-with-multibyte macro.
19010         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19011
19012         * mm-util.el (mm-with-multibyte): New macro.
19013
19014 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19015
19016         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19017         New user option.
19018         (gnus-mime-multipart-functions): Doc and customization fix.
19019         (gnus-article-mime-hierarchy): New variable.
19020         (gnus-article-mime-hierarchy-next): New variable.
19021         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19022         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19023         gnus-article-mime-hierarchy-next to nil.
19024         (gnus-insert-mime-button): Show hierarchy numbers.
19025         (gnus-mime-accumulate-hierarchy): New function.
19026         (gnus-mime-enter-multipart): New function.
19027         (gnus-mime-leave-multipart): New function.
19028         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19029         (gnus-mime-display-alternative): Show hierarchy numbers.
19030
19031         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19032         gnus-article-mime-hierarchy-next to nil.
19033
19034 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19035
19036         * dns.el: Don't require gnus-xmas.
19037
19038 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19039
19040         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19041         inline PGP.
19042         (mml-menu): Disable mml-quote-region if mark is inactive.
19043
19044 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19045
19046         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19047         when the group's active is not available.
19048
19049 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19050
19051         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19052         error.
19053
19054 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19055
19056         * imap.el (imap-store-password): New variable.
19057         (imap-interactive-login): Use it.
19058         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19059
19060 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19061
19062         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19063         window-start and hscroll to summary window.
19064
19065 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19066
19067         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19068         conversion message to newsrc-dribble when an actual conversion is
19069         performed.
19070
19071 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19072
19073         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19074
19075 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19076
19077         * mm-decode.el (mm-complicated-handles): New function reviving
19078         former definition of mm-multiple-handles.
19079
19080         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19081         (gnus-mime-delete-part): Use it.
19082
19083 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19084
19085         * gnus-agent.el (gnus-agent-read-local):
19086         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19087         avoid the implicit assumption that they will always be equal.
19088         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19089         coding-system-for-write, as the with-temp-file macro first prints
19090         to a buffer then saves the buffer.
19091
19092 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19093
19094         * gnus-art.el (gnus-article-edit-part): New function.
19095         (gnus-mime-save-part-and-strip): Use it; do query instead of
19096         signaling an error; don't use mm-multiple-handles.
19097         (gnus-mime-delete-part): Ditto.
19098
19099 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19100
19101         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19102         old file versions.
19103         (gnus-group-prepare-hook): Remove function that converted list
19104         form of gnus-agent-expire-days to group properties.
19105
19106         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19107         (gnus-request-accept-article): Re-indented.
19108
19109         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19110         converters to handle old agent file formats.  Add logic for a
19111         "backup before upgrading warning".
19112         (gnus-convert-mark-converter-prompt): Developers can mark
19113         functions as needing (default), or not needing,
19114         gnus-convert-old-newsrc's "backup before upgrading warning".
19115         (gnus-convert-converter-needs-prompt): Tests whether the user
19116         should be protected from potentially irreversable changes by the
19117         function.
19118
19119         * legacy-gnus-agent.el: New.  Provides converters that are only
19120         loaded when gnus-convert-old-newsrc needs to call them.
19121
19122 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19123
19124         * mail-source.el (mail-source-touch-pop): Doc fix.
19125
19126         * message.el (message-smtpmail-send-it): Doc fix.
19127
19128 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19129
19130         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19131
19132         * nnmail.el (nnmail-split-fancy): do.
19133
19134         * gnus-kill.el (gnus-kill, gnus-execute): do.
19135
19136 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19137
19138         * gnus-sum.el (gnus-widget-reversible-match)
19139         (gnus-widget-reversible-to-internal)
19140         (gnus-widget-reversible-to-external): New functions.
19141         (gnus-widget-reversible): New widget.
19142         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19143
19144 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19145
19146         * gnus-sum.el (gnus-thread-sort-functions)
19147         (gnus-article-sort-functions): Document `(not F)' items.
19148
19149 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19150
19151         * spam.el (spam-use-gmane-xref): Add new backend.
19152         (spam-gmane-xref-spam-group): Add variable to control the name of the
19153         Gmane spam group.
19154         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19155         (spam-regex-headers-spam, spam-regex-headers-ham)
19156         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19157         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19158         backends and checks.
19159         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19160
19161         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19162         an autodetect method.
19163
19164 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19165
19166         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19167         articles are being added to a group.
19168         (gnus-request-replace-article): Inform the agent that articles
19169         need to be uncached as the cached contents are no longer valid.
19170
19171 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19172
19173         * binhex.el: Don't autoload executable-find.
19174
19175         * canlock.el: Don't autoload mail-fetch-field.
19176
19177         * dgnushack.el: Autoload c-mode for XEmacs.
19178
19179         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19180
19181         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19182         rmail-dont-reply-to and rmail-output.
19183
19184         * gnus-score.el: Don't autoload ffap-string-at-point.
19185
19186         * gnus-setup.el: Don't autoload sc-cite-original.
19187
19188         * imap.el: Don't autoload base64-decode-string,
19189         base64-encode-string and md5.
19190
19191         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19192         and rmail-msg-restore-non-pruned-header.
19193
19194         * mm-decode.el: Don't autoload executable-find.
19195
19196         * mm-url.el: Don't autoload executable-find.
19197
19198         * mm-view.el: Don't autoload diff-mode.
19199
19200         * nndb.el: Don't autoload news-reply-mode, news-setup,
19201         cancel-timer and telnet.
19202
19203         * password.el: Don't autoload run-at-time for Emacs.
19204
19205         * sha1-el.el: Don't autoload executable-find.
19206
19207         * sieve-mode.el: Don't autoload c-mode.
19208
19209         * uudecode.el: Don't autoload executable-find.
19210
19211 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19212
19213         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19214         (gnus-agent-possibly-alter-active): Avoid null in numeric
19215         comparison.
19216         (gnus-agent-set-local): Refuse to save null in local object table.
19217         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19218         list of articles that will be marked as unread.
19219
19220 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19221
19222         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19223
19224 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19225
19226         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19227         language tags.
19228
19229 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19230
19231         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19232         Don't bind "obarray".
19233
19234         * gnus-sum.el (gnus-thread-sort-functions):
19235         Add `gnus-thread-sort-by-most-recent-number' and
19236         `gnus-thread-sort-by-most-recent-date'.
19237         Reported by Kai Grossjohann <kai@emptydomain.de>.
19238
19239 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19240
19241         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19242
19243 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19244
19245         * gnus-cus.el (gnus-agent-customize-category):
19246         Remove ignore-errors macro reference that required cl to be loaded at
19247         run-time.
19248
19249         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19250         single-interval range of the form (min . max).  Previously the
19251         range had to look like ((min . max)).  Likewise, return
19252         (min . max) rather than ((min . max)).
19253         (gnus-range-map): Use gnus-range-normalize to accept
19254         single-interval range.
19255
19256         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19257         the cache, but not the agent, now appear with their usual face.
19258
19259         * dgnushack.el (loaddir): New variable that is bound to the
19260         directory containing the dgnushack.el file. Use loaddir, rather
19261         than srcdir, to update load-path. Change lets dgnushack compile
19262         code in directories other than GNUS/lisp.
19263
19264 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19265
19266         * lpath.el: Don't bind w3m-safe-url-regexp.
19267
19268         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19269         w3m-safe-url-regexp variable buffer-local.
19270
19271         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19272
19273 2004-02-27  Simon Josefsson  <jas@extundo.com>
19274
19275         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19276         gnus-group-real-prefix.
19277         (gnus-summary-move-article): Use it, instead of
19278         gnus-group-real-prefix.
19279
19280 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19281
19282         * lpath.el: Bind w3m-safe-url-regexp.
19283
19284         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19285         w3m-safe-url-regexp variable buffer-local and set it as the value
19286         of mm-w3m-safe-url-regexp.
19287
19288         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19289
19290         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19291         parsing gnus-posting-styles when the message is not for replying.
19292
19293         * dgnushack.el: Autoload sgml-mode for XEmacs.
19294
19295         * nnrss.el (nnrss-opml-export):
19296         Use mm-set-buffer-file-coding-system instead of
19297         set-buffer-file-coding-system.
19298
19299 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19300
19301         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19302         of checkdoc.el).
19303         * nnrss.el: do.
19304         * gnus-mlspl.el: do.
19305         * gnus-ml.el: do.
19306         * gnus-srvr.el: do.
19307
19308         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19309
19310 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19311
19312         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19313         Corrections to custom-manual links.
19314
19315         * gnus-art.el (gnus-article): Ditto.
19316
19317         * mm-decode.el (mime-display, mime-security): Ditto.
19318
19319 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19320
19321         * flow-fill.el: Typo.
19322
19323 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19324
19325         * spam-wash.el: New file.
19326
19327 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19328
19329         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19330
19331 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19332
19333         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19334         to be run with new-articles as LIST1, not LIST2.
19335         (spam-registration-functions): Add spam-use-ham-copy as a nil
19336         registration backend.
19337
19338 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19339
19340         * spam-stat.el (spam-stat-washing-hook): New option.
19341         (spam-stat-buffer-words): Use it.
19342         (spam-stat-process-directory, spam-stat-test-directory):
19343         Use insert-file-contents-literally.
19344         (spam-stat-coding-system): New variable.
19345         (spam-stat-load, spam-stat-save): Use it.
19346
19347 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19348
19349         * spam-report.el (spam-report-plug-agent):
19350         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19351
19352 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19353
19354         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19355         Allow / in mailto URLs.
19356
19357 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19358
19359         * spam-report.el (spam-report-process-queue): Fix interactive use.
19360         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19361         (spam-report-unplug-agent): Doc fixes.
19362         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19363         (spam-report-agentize, spam-report-deagentize): Autoload.
19364
19365 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19366
19367         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19368
19369         * message.el (message-setup-fill-variables): Add mml tags to
19370         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19371         <ajk@iu.edu>.
19372         (message-mode): Don't modify paragraph-separate there.
19373
19374 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19375
19376         * compface.el (uncompface-use-external): Default to undecided.
19377         (uncompface-use-external-threshold): New variable.
19378         (uncompface-float-time): New macro.
19379         (uncompface): Determine whether to use the external decoder if
19380         uncompface-use-external is undecided.
19381
19382 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19383
19384         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19385         after images.
19386
19387         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19388
19389 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19390
19391         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19392
19393         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19394
19395         * gnus-sum.el (gnus-summary-limit-to-age)
19396         (gnus-summary-limit-children): do.
19397
19398         * gnus-int.el (gnus-request-scan): do.
19399
19400         * gnus-group.el (gnus-group-suspend): do.
19401
19402         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19403
19404         * gnus-cite.el (gnus-cite-parse-attributions): do.
19405
19406         * gnus-agent.el (gnus-summary-set-agent-mark)
19407         (gnus-agent-regenerate-group): do.
19408
19409         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19410
19411         * binhex.el (binhex-decode-region-internal): do.
19412
19413 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19414
19415         * gnus-fun.el (gnus-face-properties-alist): New user option.
19416         (gnus-display-x-face-in-from): Use it.
19417
19418         * gnus-art.el (article-display-face): Ditto.
19419
19420         * compface.el (uncompface-use-external): Default to nil.
19421
19422 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19423
19424         * nntp.el (nntp-erase-buffer): New function.
19425         (nntp-retrieve-data, nntp-send-command)
19426         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19427         (nntp-possibly-change-group): Use it.
19428
19429         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19430         Use with-current-buffer.
19431
19432 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19433
19434         * compface.el: Merge the ELisp-based uncompface program.
19435         (compface): New customization group.
19436         (uncompface-use-external): New user option.
19437         (uncompface): Call uncompface-internal if uncompface-use-external
19438         is nil.
19439         (uncompface-internal): New function.  Note that there are also
19440         some other functions and variables added for this function.
19441
19442 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19443
19444         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19445         if necessary.
19446
19447 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19448
19449         * spam-report.el (spam-report-unplug-agent)
19450         (spam-report-plug-agent, spam-report-deagentize)
19451         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19452         Add support for the Agent in spam-report: when unplugged, report to a
19453         file; when plugged, submit all the requests.
19454
19455         * spam.el (spam-register-routine): Fix message about
19456         registration.
19457
19458 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19459
19460         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19461         dependencies.
19462         (rfc2047-encode): Use it.
19463
19464         * gnus-art.el (gnus-button-marker-list): Move before first
19465         reference.
19466
19467         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19468         (imap-parse-body): Fix format string mismatch.
19469
19470         * gnus-score.el (gnus-summary-increase-score): do.
19471
19472         * nnrss.el (nnrss-close): New function.
19473
19474 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19475
19476         * nnrss.el (nnrss-make-filename): New function.
19477         (nnrss-request-delete-group, nnrss-read-server-data)
19478         (nnrss-save-server-data, nnrss-read-group-data)
19479         (nnrss-save-group-data): Use it.
19480         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19481         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19482         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19483
19484 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19485
19486         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19487
19488 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19489
19490         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19491         files.
19492
19493         * message.el (message-generate-headers-first): Don't quote nil
19494         and t in docstrings.
19495
19496         * imap.el (imap-id): do.
19497
19498         * gnus-agent.el (gnus-agent-consider-all-articles)
19499         (gnus-agent-queue-mail): do.
19500
19501 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19502
19503         * spam-report.el (spam-report-process-queue): New function.
19504         Process requests from `spam-report-requests-file'.
19505         (spam-report-process-queue): Doc fix.
19506
19507 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19508
19509         * spam.el (spam-register-routine)
19510         (spam-log-processing-to-registry, spam-log-registered-p)
19511         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19512         Change "check" to "spam-check" for semi-clarity.
19513
19514 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19515
19516         * pop3.el: Require nnheader.
19517
19518         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19519
19520         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19521
19522         * gnus-picon.el: Require cl.
19523
19524         * gnus-fun.el: Require gnus-ems and gnus-util.
19525
19526         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19527
19528         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19529
19530         * gnus-art.el (gnus-article-edit-mode): Define before first
19531         reference.
19532
19533 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19534
19535         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19536         (gnus-uu-post-encoded): Use point-at-bol.
19537
19538         * gnus-topic.el (gnus-group-active-topic-p): do.
19539
19540         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19541
19542         * gnus-group.el (gnus-group-kill-region): do.
19543
19544         * gnus-art.el (article-date-ut): do.
19545
19546         * message.el (message-fetch-field): Remove redundant
19547         case-fold-search binding.
19548         (message-narrow-to-field): Simplify.
19549
19550 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19551
19552         * spam.el (spam-directory): Derive from `gnus-directory'.
19553
19554         * spam-report.el (spam-report-url-to-file)
19555         (spam-report-requests-file): New function and variable for offline
19556         reporting.
19557         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19558         and user defined function.
19559         (spam-report-url-ping-mm-url): Remove doubled slash.
19560
19561 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19562
19563         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19564
19565 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19566
19567         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19568         Fix format string mismatch.
19569
19570         * sieve.el (sieve-deactivate-all): do.
19571
19572         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19573
19574         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19575
19576         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19577
19578         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19579
19580 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19581
19582         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19583         the list of checks.
19584
19585 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19586
19587         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19588         padding.
19589
19590 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19591
19592         * mm-view.el (mm-fill-flowed): New variable.
19593         (mm-inline-text): Use it.
19594
19595 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19596
19597         * spam.el (spam-spamassassin-register-ham-routine)
19598         (spam-spamassassin-register-spam-routine): Fix function names.
19599
19600 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19601
19602         * gnus.el (gnus-tmp-grouplens): Remove.
19603         (gnus-summary-line-format): Remove grouplens.
19604
19605         * gnus-group.el (gnus-group-line-format): Ditto.
19606
19607         * gnus-spec.el (gnus-format-specs): Ditto.
19608         (gnus-update-format-specifications): Flush the group format spec
19609         cache if there's the grouplens stuff.
19610         (gnus-parse-simple-format): Replace %l with the empty string.
19611
19612 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19613
19614         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19615         omission.
19616
19617 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19618
19619         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19620         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19621
19622 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19623
19624         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19625         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19626         New macros and functions.
19627         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19628         Handle > NLINK_MAX messages.
19629         * nnmaildir.el (nnmaildir-request-set-mark):
19630         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19631
19632 2004-01-25  Alex Schroeder  <alex@gnu.org>
19633
19634         * spam-stat.el (spam-stat-process-directory-age): New option.
19635         (spam-stat-process-directory): Use it.
19636
19637 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19638
19639         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19640         (spam-stat-save): Accept prefix argument.
19641
19642 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19643
19644         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19645         links" error.
19646
19647 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19648
19649         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19650         the rest of the and/or forms.
19651
19652 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19653
19654         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19655         compatibility with old .newsrc.eld files.
19656
19657         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19658
19659         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19660
19661         * gnus-start.el (gnus-1): do.
19662
19663         * gnus-group.el (gnus-group-line-format-alist): do.
19664
19665         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19666
19667         * gnus-gl.el: Remove.
19668
19669 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19670
19671         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19672         marks consisting of a single range {for example, (3 . 5)} rather
19673         than a list of a single range { ((3 . 5)) }.
19674
19675 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19676
19677         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19678         Use with-current-buffer.
19679         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19680         avoid consing a string.
19681
19682         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19683         Remove obsolete entries for big5 and gb2312.
19684
19685 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19686
19687         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19688         uncompressed list.
19689
19690 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19691
19692         * spam-stat.el (spam-stat-strip-xref): New function.
19693         (spam-stat-process-directory): Use it.
19694
19695         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19696         here -- it's done in message-fetch-field.
19697
19698 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19699
19700         * gnus-agent.el (gnus-agent-queue-mail)
19701         (gnus-agent-prompt-send-queue): New variables.
19702         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19703         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19704         "nndraft:queue" along to gnus-draft-send.
19705         Use gnus-agent-prompt-send-queue.
19706         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19707         is "nndraft:queue".  Suggested by Gaute Strokkenes
19708         <gs234@srcf.ucam.org>
19709
19710         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19711         (agent-enable-undownloaded-faces): Add.
19712         (gnus-agent-cat-groups): Use eval-and-compile, not
19713         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19714         method of gnus-agent-cat-groups even when the buffer has been
19715         evaled.
19716         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19717         delete gnus-agent-save-active-1.
19718         (gnus-agent-save-groups): Delete.  Identical to
19719         gnus-agent-save-active.
19720         (gnus-agent-write-active): No longer adjust agent's copy of active
19721         file as agent's adjustments are now stored in their own
19722         file.  Remove optional parameter.
19723         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19724         servers.  Add use of min/max range limits from server's local
19725         file.
19726         (gnus-agent-save-alist): Remove unused optional argument.
19727         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19728         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19729         (gnus-agent-set-local): A per-server file that keeps min/max range
19730         limits for articles known to the agent.  Provides a fast mechanism
19731         for altering many active ranges.
19732         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19733         active file (local makes it unnecessary).
19734         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19735
19736         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19737         (agent-enable-undownloaded-faces): Add.
19738
19739         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19740         disable it when sending to "nndraft:queue".
19741         (gnus-group-send-queue): Add safety check to avoid sending queue
19742         when unplugged.
19743
19744         * gnus-group.el (gnus-group-catchup): Use new
19745         gnus-sequence-of-unread-articles, not
19746         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19747         numbers of articles.  Use gnus-range-map to avoid having to
19748         uncompress the unread list.
19749         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19750         Fix invalid ange-ftp reference.
19751
19752         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19753         (gnus-sorted-range-intersection): Intersection of two ranges
19754         without requiring that they first be uncompressed.
19755
19756         * gnus-start.el (gnus-activate-group): Unless blocked by the
19757         caller, possibly expand the active range to include both cached
19758         and agentized articles.
19759         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19760         multiple version-dependent converters.
19761         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19762         gnus-agent-save-active.
19763         (gnus-save-newsrc-file): Save dirty agent range limits.
19764
19765         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19766         gnus-agent-possibly-alter-active.
19767         (gnus-adjust-marked-articles): Faster handling of simple lists.
19768
19769 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19770
19771         * spam-stat.el (spam-stat-test-directory): New optional argument
19772         displays a list of files detected.  Suggested by Andrew Cohen
19773         <cohen@andy.bu.edu>.
19774         (spam-stat-buffer-words-with-scores): Don't narrow and change
19775         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19776
19777 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19778
19779         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19780         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19781         (spam-spamassassin-arguments)
19782         (spam-spamassassin-spam-flag-header)
19783         (spam-spamassassin-positive-spam-flag-header)
19784         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19785         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19786         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19787         (spam-list-of-processors, spam-list-of-checks)
19788         (spam-list-of-statistical-checks, spam-registration-functions)
19789         (spam-check-spamassassin-headers, spam-check-spamassassin)
19790         (spam-spamassassin-score)
19791         (spam-spamassassin-register-with-sa-learn)
19792         (spam-spamassassin-register-spam-routine)
19793         (spam-spamassassin-register-ham-routine)
19794         (spam-assassin-register-spam-routine)
19795         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19796         (spam-bogofilter-score): Fix to show article before scoring.
19797
19798 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19799
19800         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19801         default scoring function.
19802         (spam-generic-score): Call spam-spamassassin-score if
19803         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19804         spam-bogofilter-score otherwise.
19805
19806         * gnus.el (spam-process, spam-autodetect-methods):
19807         Add spamassassin and spamassassin-headers.
19808
19809 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19810
19811         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19812         Suppress unnecessary messages.
19813
19814 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19815
19816         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19817         make-hash-table.
19818
19819 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19820
19821         * canlock.el (base64-encode-string): Don't autoload it.
19822
19823 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19824
19825         * run-at-time.el: Remove useless (require 'itimer),
19826         eval-and-compile and (featurep 'xemacs).
19827
19828 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19829
19830         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19831         GROUP is a virtual group.
19832
19833 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19834
19835         * gnus.el: Autoload `message-y-or-n-p'.
19836
19837 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19838
19839         * pgg-parse.el: Remove unnecessary (require 'custom).
19840
19841         * pgg-def.el: do.
19842
19843         * nnmail.el: do.
19844
19845         * gnus-undo.el: do.
19846
19847         * gnus-picon.el: do.
19848
19849         * gnus-util.el: do.
19850
19851 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19852
19853         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19854
19855 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19856
19857         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19858         handle, as well as a list.
19859
19860         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19861         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19862         (mm-w3m-cid-retrieve): Simplify.
19863
19864 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19865
19866         * message.el (message-kill-to-signature): Allow prefix arg to
19867         specify number of lines to keep before signature.
19868
19869 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19870
19871         * message.el (message-kill-to-signature): Change docstring.
19872
19873 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19874
19875         * canlock.el: Always require sha1-el.
19876         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19877
19878         * message.el: Autoload sha1 only when compiling.
19879
19880         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19881         eudc-expand-inline for XEmacs.
19882
19883 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19884
19885         * message.el (message-canlock-generate): Require sha1-el.
19886
19887 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19888
19889         * message.el (message-expand-name): Silence the byte compiler.
19890
19891         * lpath.el: Add detect-coding-system.
19892
19893         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19894         cus-edit.
19895
19896 2004-01-13  Simon Josefsson  <jas@extundo.com>
19897
19898         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19899         Invoke gnus-score-mode.
19900         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19901
19902         * gnus-range.el (gnus-compress-sequence): Doc fix.
19903         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19904
19905 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19906
19907         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19908
19909 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19910
19911         * spam.el (spam-get-article-as-string): Update to use
19912         gnus-request-article-this-buffer, much simpler.
19913         (spam-get-article-as-buffer): Remove.
19914
19915 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19916
19917         * message.el (message-expand-name): Use EUDC if the user uses that.
19918
19919 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19920
19921         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19922         character for the encoding to avoid consing a string.
19923
19924         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19925         unnecessarily.
19926
19927         * mm-util.el (mm-replace-chars-in-string): Remove.
19928
19929         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19930         of mm-replace-chars-in-string.
19931
19932 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19933
19934         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19935
19936         * mm-util.el (mm-subst-char-in-string): Support inplace.
19937
19938         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19939         a new string in every iteration.  Use shy groups.
19940
19941 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19942
19943         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19944         * gnus-soup.el (gnus-soup-group-brew):
19945         * gnus-msg.el (gnus-put-message):
19946         * gnus-move.el (gnus-group-move-group-to-server):
19947         * gnus-kill.el (gnus-batch-score):
19948         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19949         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19950         (gnus-group-update-group, gnus-group-read-group)
19951         (gnus-group-make-group, gnus-group-make-help-group)
19952         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19953         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19954         (gnus-group-sort-by-unread, gnus-group-catchup)
19955         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19956         (gnus-group-yank-group, gnus-group-set-info)
19957         (gnus-group-list-groups):
19958         * gnus.el (gnus-generate-new-group-name):
19959         * gnus-delay.el (gnus-delay-send-queue):
19960         * nnvirtual.el (nnvirtual-catchup-group):
19961         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19962         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19963         (gnus-group-prepare-topics, gnus-topic-check-topology):
19964         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19965         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19966         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19967         (gnus-group-make-articles-read):
19968         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19969         (gnus-group-change-level, gnus-kill-newsgroup)
19970         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19971         (gnus-get-unread-articles, gnus-make-articles-unread)
19972         (gnus-make-ascending-articles-unread): Use accessor
19973         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19974         to get group information for improved readability.
19975
19976
19977 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19978
19979         * gnus-art.el (article-decode-mime-words, article-babel)
19980         (gnus-article-highlight-signature, gnus-article-add-buttons)
19981         (gnus-signature-toggle): Use gnus-with-article-buffer.
19982
19983         * gnus-art.el (gnus-article-highlight-headers)
19984         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19985
19986         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19987         (gnus-article-set-globals, gnus-request-article-this-buffer)
19988         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19989         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19990         (gnus-mime-display-alternative): Use with-current-buffer.
19991
19992 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19993
19994         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19995         also under 80 char limit, and call gnus-error if needed.
19996         (spam-fetch-article-header): Fix - it was a
19997         buffer-local variable (gnus-newsgroup-data).
19998         (spam-find-spam): Use spam-generate-fake-headers, forget about
19999         spam-insert-fake-headers.
20000         (spam-insert-fake-headers): Remove.
20001
20002 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20003
20004         * deuglify.el (gnus-article-outlook-unwrap-lines)
20005         (gnus-outlook-rearrange-article)
20006         (gnus-outlook-repair-attribution-outlook)
20007         (gnus-outlook-repair-attribution-block)
20008         (gnus-outlook-repair-attribution-other): Remove redundant
20009         save-excursion.
20010
20011 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20012
20013         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20014         (spam-fetch-field-subject-fast)
20015         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20016         (spam-fetch-article-header): Add functions to deal with Gnus
20017         internals for fast retrieval of article header data.
20018         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20019
20020 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20021
20022         * pop3.el (pop3-md5): Remove.
20023         (pop3-apop): Replace pop3-md5 with md5.
20024
20025         * mm-bodies.el: base64 is always built-in.
20026
20027         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20028         Use with-current-buffer.
20029
20030 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20031
20032         * canlock.el (canlock-insert-header): Remove excessive grouping in
20033         regexp.
20034
20035         * gnus-sum.el (gnus-summary-read-document): Ditto.
20036
20037         * gnus-uu.el (gnus-uu-part-number): Ditto.
20038
20039         * html2text.el (html2text-remove-tags): Ditto.
20040         (html2text-format-tags): Ditto.
20041         (html2text-format-single-elements): Ditto.
20042
20043         * mml.el (mml-parse-1): Ditto.
20044
20045 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20046
20047         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20048
20049         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20050
20051         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20052
20053         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20054
20055 2003-11-15  Simon Josefsson  <jas@extundo.com>
20056
20057         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20058         (pgg-gpg-lookup-key): Use regexp match instead of
20059         split-string (split-string is different between emacs 21.2 and
20060         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20061
20062 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20063
20064         * gnus-art.el (gnus-mime-view-all-parts)
20065         (gnus-article-part-wrapper, gnus-article-view-part):
20066         Use with-current-buffer.
20067
20068 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20069
20070         * spam.el (spam-disable-spam-split-during-ham-respool)
20071         (spam-spamoracle-database, spam-cache-lookups)
20072         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20073         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20074         (spam-group-ham-marks, spam-group-spam-marks)
20075         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20076         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20077         also add spam-use-blackholes to the statistical checks.
20078         (spam-fetch-field-fast): Add interface to fetching fields, may
20079         become a macro.
20080         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20081         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20082         (spam-insert-fake-headers): Fake an article when needed.
20083         (spam-find-spam): Fake article when possible.
20084         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20085         (spam-check-bogofilter-headers): Use message-fetch-field instead
20086         of nnmail-fetch-field.
20087
20088 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20089
20090         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20091
20092 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20093
20094         * spam.el (spam-split): Do not require spam-use-CHECK to be
20095         enabled if that check is passed to spam-split explicitly; also
20096         fix so 'spam doesn't get converted to spam-split-group when
20097         spam-split-symbolic-return is t.
20098         (spam-find-spam): Find registrations of the article and use those
20099         instead of re-running spam-split to find the spam/ham
20100         classification of the article.
20101         (spam-log-processing-to-registry, spam-log-registered-p)
20102         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20103         Use gnus-error instead of gnus-message.
20104         (spam-log-registration-type): Add function to determine the
20105         classification of a message based on registry entries; will
20106         return nil if both 'spam and 'ham are found.
20107         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20108         a reasonably fast local cache without the loading errors.
20109         (spam-cache-lookups): Set to t by default.
20110         (spam-find-spam): Don't try to guess spam-cache-lookups.
20111         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20112         spam-caches entry.
20113         (spam-filelist-build-cache, spam-filelist-check-cache):
20114         Fix caching of whitelist/blacklist entries.
20115         (spam-check-whitelist, spam-check-blacklist):
20116         Invoke spam-from-listed-p with a type, not a cache variable.
20117         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20118
20119 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20120
20121         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20122
20123         * nnmail.el (nnmail-split-fancy): do.
20124
20125         * mml.el (mml-parse): do.
20126
20127         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20128         (gnus-score-adaptive): do.
20129
20130 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20131
20132         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20133         (gnus-mime-button-map): Don't set keymap parent.
20134         (gnus-button-ctan-directory-regexp): Use shy grouping.
20135         (gnus-prev-page-map): Don't set keymap parent.
20136         (gnus-prev-page-map): Remove duplicated one.
20137         (gnus-next-page-map): Don't set keymap parent.
20138         (gnus-mime-security-button-map): Ditto.
20139
20140         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20141         version number.
20142
20143         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20144
20145 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20146
20147         * canlock.el (canlock-sha1-function): Remove.
20148         (canlock-sha1-function-for-verify): Remove.
20149         (canlock-openssl-program): Remove.
20150         (canlock-openssl-args): Remove.
20151         (canlock-ignore-errors): Remove.
20152         (canlock-sha1-with-openssl): Remove.
20153         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20154         (canlock-verify): Don't use canlock-ignore-errors.
20155
20156         * sha1-el.el (sha1-string-external): Make it can return a string
20157         in binary form.
20158         (sha1-region-external): Ditto.
20159         (sha1-string-internal): Ditto.
20160         (sha1-region-internal): Ditto.
20161         (sha1-region): Ditto.
20162         (sha1-string): Ditto.
20163         (sha1): Ditto.
20164
20165 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20166
20167         * spam.el (spam-report-articles-gmane): New command.
20168
20169 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20170
20171         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20172
20173         * run-at-time.el (run-at-time-saved): Remove.
20174         (run-at-time): Doc fix.
20175
20176 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20177
20178         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20179         (gnus-summary-limit-map): Add it.
20180         (gnus-summary-make-menu-bar): do.
20181
20182 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20183
20184         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20185         Make attempt at some caching support (done for BBDB only now).
20186         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20187         addresses to be checked.
20188         (spam-clear-cache-BBDB): Add function, to be invoked by
20189         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20190         (spam-check-BBDB): Check and use the caches, if
20191         spam-cache-lookups is on, remove superfluous (provide).
20192
20193 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20194
20195         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20196
20197 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20198
20199         * run-at-time.el (run-at-time-saved): Move to after the definition
20200         of `run-at-time'.
20201
20202         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20203
20204 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20205
20206         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20207         mm-w3m-local-map-property.
20208
20209         * mm-view.el (mm-w3m-mode-map): Remove.
20210         (mm-w3m-local-map-property): Remove.
20211         (mm-inline-text-html-render-with-w3m): Don't use
20212         mm-w3m-local-map-property.
20213
20214 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20215
20216         * run-at-time.el: New file.
20217
20218         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20219         under Emacs.
20220
20221         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20222         of gnus-set-text-properties.
20223
20224         * gnus-uu.el (gnus-uu-save-article): Ditto.
20225
20226         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20227
20228         * gnus-cite.el (gnus-cite-parse): Ditto.
20229
20230         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20231         of gnus-.
20232
20233         * gnus-xmas.el (run-at-time): Require run-at-time.
20234
20235         * gnus.el: Change calls to nnheader-run-at-time and
20236         password-run-at-time throughout to use run-at-time directly.
20237
20238         * password.el: Remove definition of run-at-time.
20239
20240         * nnheaderxm.el: Remove definition of run-at-time.
20241
20242 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20243
20244         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20245         in prompt.
20246
20247 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20248
20249         * messagexmas.el (message-xmas-redefine): Alias
20250         `message-make-caesar-translation-table' to
20251         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20252         version.
20253
20254         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20255         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20256         `gnus-xmas-set-text-properties'.
20257         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20258         `gnus-xmas-completing-read'.
20259         (gnus-xmas-completing-read): Removed.
20260         (gnus-xmas-open-network-stream): Removed.
20261
20262         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20263         XEmacs version.
20264
20265         * dns.el (dns-make-network-process): Use `open-network-stream'
20266         instead of `gnus-xmas-open-network-stream'.
20267
20268         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20269
20270         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20271
20272 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20273
20274         * gnus-art.el (gnus-mime-display-alternative)
20275         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20276         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20277         Don't use gnus-local-map-property.
20278
20279         * gnus-util.el (gnus-local-map-property): Remove.
20280
20281         * mm-view.el (mm-view-pkcs7-decrypt):
20282         Replace gnus-completing-read-maybe-default with completing-read.
20283
20284         * gnus-util.el (gnus-completing-read): do.
20285         (gnus-completing-read-maybe-default): Remove.
20286
20287 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20288
20289         * password.el: Only autoload `run-at-time' if not XEmacs.
20290         Only autoload the itimer functions if XEmacs.
20291
20292 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20293
20294         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20295         XEmacsen.
20296
20297         * dgnushack.el: Autoload executable-find for XEmacs.
20298
20299 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20300
20301         * gnus-art.el (gnus-read-string): Remove.
20302         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20303         read-string.
20304
20305 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20306
20307         * netrc.el: Autoload password-read.
20308         (netrc): Add configuration group.
20309         (netrc-encoding-method, netrc-openssl-path):
20310         Add variables for encoding and decoding of files with symmetric
20311         ciphers.
20312         (netrc-encode): Add assistant function to encode a file with
20313         netrc-encoding-method.
20314         (netrc-parse): Add interactive parameter, added optional
20315         decoding if netrc-encoding-method is non-nil but otherwise
20316         behavior is standard.
20317         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20318         Do s/encode/encrypt/ everywhere.
20319
20320         * spam.el: Remove executable-find autoload.
20321
20322 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20323
20324         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20325
20326         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20327
20328 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20329
20330         * gnus-art.el (gnus-treat-ansi-sequences)
20331         (article-treat-ansi-sequences): New variable and function.
20332         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20333
20334         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20335         Use it.
20336
20337 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20338
20339         * mm-util.el (mm-quote-arg): Remove.
20340
20341         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20342         shell-quote-argument.
20343
20344         * gnus-uu.el (gnus-uu-command): do.
20345
20346         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20347
20348         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20349         with make-char.
20350
20351         * mm-util.el (mm-make-char): Remove.
20352
20353         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20354         add-minor-mode.
20355
20356         * gnus-undo.el (gnus-undo-mode): do.
20357
20358         * gnus-topic.el (gnus-topic-mode): do.
20359
20360         * gnus-sum.el (gnus-dead-summary-mode): do.
20361
20362         * gnus-start.el (gnus-slave-mode): do.
20363
20364         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20365
20366         * gnus-ml.el (gnus-mailing-list-mode): do.
20367
20368         * gnus-gl.el (gnus-grouplens-mode): do.
20369
20370         * gnus-draft.el (gnus-draft-mode): do.
20371
20372         * gnus-dired.el (gnus-dired-mode): do.
20373
20374         * gnus-ems.el (gnus-add-minor-mode): Remove.
20375
20376         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20377         Replace gnus-char-width with char-width.
20378
20379         * gnus-ems.el (gnus-char-width): Remove.
20380
20381         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20382         Replace gnus-char-width with char-width.
20383
20384         * gnus-ems.el (gnus-char-width): Remove.
20385
20386         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20387         definition.
20388         Remove Emacs 20 hash table compatibility code.
20389
20390         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20391         20 compatibility code.
20392
20393         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20394
20395         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20396
20397         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20398         Replace with point-at-{eol,bol}.
20399
20400         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20401
20402         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20403
20404         * flow-fill.el (fill-flowed-point-at-bol)
20405         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20406
20407         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20408         Replace with point-at-{eol,bol} throughout all files.
20409
20410 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20411
20412         * ntlm.el (ntlm-string-as-unibyte): New macro.
20413         (ntlm-build-auth-response): Use it.
20414
20415         Remove Emacs 20 stuff:
20416         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20417         (butlast, mapc, remove): Remove the compiler macros.
20418         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20419         of delq and copy-sequence.
20420         * gnus-art.el (popup-menu): Remove the compiler macro.
20421         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20422         Emacs 20.
20423
20424 2004-01-05  Simon Josefsson  <jas@extundo.com>
20425
20426         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20427         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20428         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20429         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20430         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20431         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20432         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20433         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20434         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20435         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20436         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20437         string-xor into ntlm-string-xor.
20438         Suggested by Jesper Harder <harder@myrealbox.com>.
20439
20440         * ntlm.el: Don't include poem.
20441
20442         * md4.el (print-int32, print-string-hexa): Remove.
20443         Suggested by Jesper Harder <harder@myrealbox.com>.
20444
20445         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20446
20447         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20448         probably breaks emacs with DL patch, but do we care? Is anyone
20449         still using the DL stuff?)
20450
20451         * sieve-manage.el: Use the password package.
20452         (sieve-manage-read-passwd): Remove.
20453         (sieve-manage-interactive-login): Use password.  Re-add
20454         condition-case around loop.
20455
20456         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20457         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20458         Use the password package.
20459
20460 2003-02-19  Simon Josefsson  <jas@extundo.com>
20461
20462         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20463         token.
20464
20465 2002-08-07  Simon Josefsson  <jas@extundo.com>
20466
20467         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20468         (sieve-manage-authenticators):
20469         (sieve-manage-authenticator-alist): Add some SASL mechs.
20470         (sieve-sasl-auth): New function.
20471         (sieve-manage-cram-md5-auth):
20472         (sieve-manage-plain-auth): Rewrite using SASL library.
20473         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20474         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20475         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20476         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20477
20478 2004-01-05  Simon Josefsson  <jas@extundo.com>
20479
20480         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20481         New files.
20482
20483 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20484
20485         * gnus-group.el (gnus-no-groups-message): Update.
20486
20487         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20488
20489 2003-11-09  Simon Josefsson  <jas@extundo.com>
20490
20491         * imap.el: Support for ID IMAP extension (RFC 2971).
20492         (imap-local-variables): Add imap-id.
20493         (imap-id): New variable.
20494         (imap-id): New function.
20495         (imap-parse-response): Parse untagged ID response.
20496         * nnimap.el (nnimap-id): New variable.
20497         (nnimap-open-connection): Use it.
20498
20499 2003-12-28  Simon Josefsson  <jas@extundo.com>
20500
20501         * gnus-score.el (gnus-score-edit-all-score): New.
20502         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20503
20504 2004-01-04  Simon Josefsson  <jas@extundo.com>
20505
20506         * password.el: Add.
20507
20508 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20509
20510         * dns.el (dns-query-types): Fix typo.
20511         (dns-query-types): New function.
20512         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20513         PTR and SOA replies, see RFC 1035.
20514
20515 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20516
20517         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20518
20519         * Move to Changelog.2.
20520
20521 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20522
20523         * gnus.el (gnus-version-number): Bump version.
20524
20525 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20526
20527         * gnus.el: No Gnus v0.1 is released.
20528
20529 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20530
20531         * gnus.el: No Gnus v0.0 is released.
20532
20533 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20534
20535         * gnus.el (gnus-version-number): Bump.
20536         (gnus-version): No.
20537
20538 See ChangeLog.2 for earlier changes.
20539
20540   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20541
20542   This file is part of GNU Emacs.
20543
20544   GNU Emacs is free software: you can redistribute it and/or modify
20545   it under the terms of the GNU General Public License as published by
20546   the Free Software Foundation, either version 3 of the License, or
20547   (at your option) any later version.
20548
20549   GNU Emacs is distributed in the hope that it will be useful,
20550   but WITHOUT ANY WARRANTY; without even the implied warranty of
20551   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20552   GNU General Public License for more details.
20553
20554   You should have received a copy of the GNU General Public License
20555   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20556
20557 ;; Local Variables:
20558 ;; coding: utf-8
20559 ;; fill-column: 79
20560 ;; add-log-time-zone-rule: t
20561 ;; End: