gnus-sum: use read-directory-name
[gnus] / lisp / ChangeLog
1 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2
3         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
4
5 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
6
7         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
8         code for now, since it doesn't work for all users.
9
10 2011-02-09  Julien Danjou  <julien@danjou.info>
11
12         * message.el (message-options): Make message-options really buffer
13         local.
14
15 2011-02-08  Julien Danjou  <julien@danjou.info>
16
17         * shr.el (shr-tag-body): Add support for text attribute in body
18         markups.
19
20         * message.el (message-options): Make message-options a local variable.
21
22 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
23
24         * nnimap.el (nnimap-update-info): Refactor slightly.
25         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
26         (nnimap-update-info): Clean up slightly.
27         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
28         characters.
29         (nnimap-process-quirk): Renamed function to avoid collision.
30         (nnimap-update-info): Fix macrology bug-out.
31         (nnimap-update-info): Simplify split history test.
32
33 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
34
35         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
36         part not returning any data.
37
38         * proto-stream.el (open-protocol-stream): Document the return value.
39
40 2011-02-06  Julien Danjou  <julien@danjou.info>
41
42         * message.el (message-setup-1): Handle message-generate-headers-first
43         set to t.
44
45 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
46
47         * message.el (message-setup-1): Remove the read-only stuff, since it
48         doesn't work under XEmacs, for some reason.
49
50         * gnus-sum.el (gnus-user-date): Renamed back from
51         gnus-summary-user-date since user code refers to it.
52
53         * shr.el (shr-render-td): Store the actual background colour used.
54
55         * message.el (message-setup-1): Don't bind the constant
56         -forbidden-properties.
57         (message-setup-1): Revert previous change, since it needs to bind the
58         props to insert them.
59         (message-resend): Allow removing the read-only separator line.
60
61 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
62
63         * nnimap.el (nnimap-request-accept-article): Give an error message if
64         the APPEND wasn't successful.
65
66 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
67
68         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
69         that have no groups.
70
71 2011-02-03  Julien Danjou  <julien@danjou.info>
72
73         * gnus-draft.el: Remove progn around gnus-draft-setup.
74
75 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
76
77         * gnus-start.el (gnus-read-active-for-groups): This function is never
78         called with a nil `infos', so clean that up.
79         (gnus-get-unread-articles): Request active files from primary/secondary
80         methods that have no groups (yet).
81
82 2011-02-03  Julien Danjou  <julien@danjou.info>
83
84         * message.el (message-setup-1): Always generate References first.
85         (message-mail): Return the return value of message-setup, not always t.
86         (message-setup-1): Insert mail-header-separator with read-only and
87         intangible properties set.
88
89         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
90         user-date in docstring.
91
92         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
93
94         * gnus.el (gnus-summary-line-format): Mention &user-date format in
95         docstring.
96
97         * gnus.el (gnus-user-date-format-alist): Change default value. Use
98         defcustom, with type and group. Move from gnus-util.el. Rename to
99         gnus-summary-user-date-format-alist.
100
101 2011-02-03  Glenn Morris  <rgm@gnu.org>
102
103         * nnimap.el (gnus-fetch-headers): Declare.
104
105         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
106
107 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
108
109         * message.el (message-forward-make-body-digest-plain)
110         (message-followup, message-reply): Clean up things noted by Stefan.
111
112         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
113         gnus-article-update-date-headers is nil.
114         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
115         it didn't really work with defcustom.
116         (article-update-date-lapsed): Make sure the window start doesn't move,
117         either.
118
119 2011-02-01  Julien Danjou  <julien@danjou.info>
120
121         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
122         format.
123
124         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
125         standard in Emacs nowadays.
126
127         * color.el (color-gradient): Add a color-gradient function.
128
129 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
130
131         * message.el (message-expand-name): Don't trust the return value of
132         bbdb-complete-name.
133         (message-check-news-header-syntax): Remove unused var `start'.
134         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
135         (message-inhibit-body-encoding): Move to before first use.
136         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
137         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
138         (Organization, Message-ID, Date, mh-previous-window-config):
139         Defvar the vars using dynamic scoping.
140
141 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
142
143         * shr.el (shr-render-td): Only do colours at the final rendering.
144         Should be slightly faster.
145         (shr-insert-table): Fix up TD background colours when doing the
146         vertical padding.
147
148         * gnus-art.el (article-date-ut): Protect against articles with no Date
149         header.
150         (article-update-date-lapsed): Don't use current-column to find the
151         horizontal position.  It's fragile in the presence of \003 characters.
152
153         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
154
155 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
156
157         * gnus-art.el (article-transform-date): Rewrite to still work when
158         there are several rfc2822 parts.
159         (article-transform-date): Fix infinite recursion.
160         (article-date-ut): Replace infinitely many Date headers with a single
161         one when called interactively.
162
163         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
164         secure manner.
165
166         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
167         move around by not using save-window-excursion.  It seems to work...
168
169 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
170
171         * gnus-art.el (article-make-date-line): Work for user-defined format.
172
173 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
174
175         * nntp.el (nntp-retrieve-group-data-early)
176         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
177         fetching functions.
178
179         * gnus-start.el (gnus-read-active-for-groups): Read the active files
180         thoroughly for all backends that have no known groups.  This should
181         allow new nnml methods to retrieve mail.
182
183         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
184         that Gnus doesn't know exists again.
185
186         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
187         (gnus-treat-date-ut): Ditto.
188         (gnus-article-update-date-header): Renamed.
189         (gnus-treat-date-local): Removed.
190         (gnus-treat-date-english): Removed.
191         (gnus-treat-date-lapsed): Removed.
192         (gnus-treat-date-combined-lapsed): Removed.
193         (gnus-treat-date-original): Removed.
194         (gnus-treat-date-iso8601): Removed.
195         (gnus-treat-date-user-defined): Removed.
196         (gnus-article-date-headers): New variable to control all the date
197         header options.
198         (article-date-ut): Rewrite to allow using the new way to format date
199         headers(s).
200
201 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
202
203         * nnmail.el (nnmail-article-group): Check for a direct fancy split
204         method.
205         (nnmail-article-group): A better test for fanciness.
206
207         * nnimap.el (nnimap-request-head): Protect against not finding the
208         article by Message-ID.
209
210 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
211
212         * gnus-art.el (article-update-date-lapsed): Try a better way to really
213         keep point at the "same place".
214
215 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
216
217         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
218         data if the group is unactivated.
219
220 2011-01-28  Julien Danjou  <julien@danjou.info>
221
222         * gnus-win.el: Remove dead function gnus-window-configuration-element.
223         (gnus-all-windows-visible-p): Remove old compatibility code.
224         (gnus-window-top-edge): Add docstring.
225
226         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
227
228 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
229
230         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
231         older request-update-info.
232
233         * gnus-art.el (article-make-date-line): Limit the length a bit more.
234
235 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
236
237         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Give
238         mml2015-signers higher precedence over mml2015-sign-with-sender.
239
240 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
241
242         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
243         groups.  This makes the nndraft:queue group pop up if it's not already
244         there.
245
246         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
247         messages" logic, which was reversed.
248
249         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
250         the "same place" even if point is on the line being replaced.
251         (article-update-date-lapsed): Allow updating both the combined lapsed
252         and the lapsed headers.
253         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
254         (article-make-date-line): Limit the number of segments dynamically to
255         avoid too-long lines.
256
257 2011-01-27  Julien Danjou  <julien@danjou.info>
258
259         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
260         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
261
262 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
263
264         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
265         Use plist-get instead of the cl function getf.
266
267 2011-01-27  Glenn Morris  <rgm@gnu.org>
268
269         * gnus-util.el (float-time): Get rid of compiler warning, again.
270
271 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
272
273         * shr.el (shr-put-color): Special-case background colours: Do put them
274         at the blank parts at the front of the lines.
275
276         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
277         exit hook to nix out all data on readedness on group exit.
278
279         * gnus-util.el (float-time): If float-time is bound, always use it on
280         all Emacsen.  It's unclear why the subrp check was there.
281         (time-date): Require to make some autoload issues on XEmacs go away.
282
283         * shr.el (shr-put-color): Don't do the box padding in tables, since
284         they're already padded.
285
286 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
287
288         * gnus-art.el (gnus-article-next-page): When the last line of the
289         article is displayed, scroll down once more instead of going to the
290         next article at once.
291         (article-lapsed-string): Refactor out and allow specifying how many
292         segments you want.
293         (gnus-article-setup-buffer): Start updating the lapsed header directly.
294         (gnus-article-update-lapsed-header): New variable.
295
296         * shr.el: Revert change that made headings use different-sized faces.
297         The Emacs display engine isn't advanced enough that, for instance,
298         tables can comfortably use differntly-sized faces.
299
300 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
301
302         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
303         used.
304         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
305         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
306         we're using an encrypted connection.
307
308         * proto-stream.el: Alter the interface functions to also return the
309         actual stream type used: network or tls.
310
311 2011-01-25  Julien Danjou  <julien@danjou.info>
312
313         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
314         (mm-display-javascript-inline): New function.
315
316         * mm-decode.el (mm-inline-media-tests): Add application/javascript
317         viewing function.
318
319 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
320
321         * shr.el (shr-expand-newlines): Fix variable name.
322
323 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
324
325         * shr.el (shr-expand-newlines): Make nested boxes work.
326
327 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
328
329         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
330         backgrounds.
331         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
332         in a more sensible manner.
333
334 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
335
336         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
337         if EPG is loaded.
338
339 2011-01-24  Julien Danjou  <julien@danjou.info>
340
341         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
342         tags.
343
344 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
345
346         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
347         commands.
348
349         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
350         in the article buffer.
351         (gnus-gravatar-insert): Use blank space from the current buffer to
352         avoid breaking text properties.  This makes X-Sent updating work again.
353
354         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
355
356 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
357
358         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
359         fix the bug in url-http.el instead.
360
361         * shr.el (shr-image-fetched): Ditto.
362
363         * shr.el (shr-image-fetched): Avoid having point move in the article
364         buffer.
365
366         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
367         buffer after being called.  It's apparently being killed by url.el, and
368         killing it made point move to end-of-buffer in a random buffer.
369
370         * shr.el (shr-image-fetched): Ditto.
371
372 2011-01-23  Julien Danjou  <julien@danjou.info>
373
374         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
375
376         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
377         text/x-org.
378
379 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
380
381         * gnus-sum.el (gnus-summary-move-article): Protect against backends
382         (i.e., nnimap) returning nil as the article number.
383
384 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
385
386         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
387         "DelSp" parameter in RFC3676.
388
389 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
390
391         * message.el (message-check-recipients): Display the encoded version of
392         the bogus address if they differ.
393
394         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
395         after sending.
396
397         * gnus-agent.el (gnus-agent-send-mail): Ditto.
398
399         * gnus-group.el (gnus-group-refresh-group): New convenience function.
400
401         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
402         group buffer after sending the queue.
403
404         * gnus-agent.el (gnus-agent-send-mail): Ditto.
405
406 2011-01-22  Julien Danjou  <julien@danjou.info>
407
408         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
409
410 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
411
412         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
413         nested related parts.
414
415         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
416         unexpired articles.  This fixes the regression that led expiry marks to
417         disappear from nnfolder groups.
418
419 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
420
421         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
422         Don't confuse the "ret" of "retrograde" with RET.
423
424 2011-01-21  Julien Danjou  <julien@danjou.info>
425
426         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
427         than mm-insert-inline.
428
429 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
430
431         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
432         Widen article buffer.
433
434 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
435
436         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
437         the temp buffer.
438         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
439
440 2011-01-20  Julien Danjou  <julien@danjou.info>
441
442         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
443
444         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
445         than mm-insert-inline to insert inline part: this respect
446         mm-inline-media-tests displayers.
447
448         * mm-view.el (mm-display-shell-script-inline): New function.
449
450         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
451
452         * mm-uu.el (mm-uu-type-alist): Add org block.
453         (mm-uu-org-src-code-block-extract): New function.
454
455         * mm-view.el (mm-display-org-inline): New function.
456
457         * mm-decode.el (mm-automatic-display): Add text/org.
458
459         * mailcap.el (mailcap-mime-extensions): Add .org.
460
461 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
462
463         * gnus-art.el (gnus-article-highlight): Remove argument passed to
464         gnus-article-add-buttons.
465
466 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
467
468         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
469         From header with a date and "nobody" as the sender.
470
471 2011-01-19  Julien Danjou  <julien@danjou.info>
472
473         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
474         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
475         if you have the same regexp several times.
476         (gnus-button-push): Fix matching when regexp is symbol.
477
478 2011-01-15  Glenn Morris  <rgm@gnu.org>
479
480         * message.el (message-mail): A compose-mail function should
481         accept headers as strings.
482
483 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
484
485         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
486         Add :vert-only tags.
487         (message-mail): New arg RETURN-ACTION.
488         (message-return-action): New var.
489         (message-bury): Use it.
490         (message-mode): Make it buffer-local.
491         (message-send-and-exit): Always call message-bury.
492
493         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
494         message-mail.
495
496 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
497
498         * nnimap.el (nnimap-convert-partial-article): Protect against
499         zero-length body parts.
500
501         * mm-decode.el (mm-preferred-alternative-precedence):
502         Discourage showing empty parts.
503
504         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
505         and stuff if the backend didn't return the article number.  This fixes
506         an Exchange-related nnimap bug.
507
508         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
509         group window, because it does the wrong thing when a separate frame
510         displays the group buffer.
511
512         * proto-stream.el (open-protocol-stream): Protect against the low-level
513         transport functions returning nil.
514
515 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
516
517         * mml2015.el (epg-sub-key-fingerprint): Autoload.
518         (mml2015-epg-find-usable-secret-key): New function.
519         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
520         mml2015-epg-find-usable-key (Bug#7797).
521         (mml2015-epg-encrypt): Ditto.
522
523 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
524
525         * dgnushack.el (rot13-string): Fix the way to get the argument.
526
527 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
528
529         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
530
531 2011-01-03  Glenn Morris  <rgm@gnu.org>
532
533         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
534
535         * sieve.el (sieve-open-server): Give a more explicit error if
536         sieve-manage-open returns nil.  (Bug#7720)
537
538 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
539
540         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
541
542 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
543
544         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
545         This avoids sending passwords in plain text over non-encrypted
546         channels.
547
548         * shr.el (shr-rescale-image): Display all GIF images as animated images.
549
550         * nnimap.el (nnimap-login): Refactored out into own function, and
551         implement CRAM-MD5.
552         (nnimap-wait-for-line): Refactored out.
553
554         * mm-view.el (mml-smime): Require.
555
556 2010-12-20  David Engster  <deng@eml.cc>
557
558         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
559         use EPG to decrypt S/MIME messages instead of openssl.
560
561 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
562
563         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
564
565         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
566         status is the group clearly is unreachable.
567
568         * auth-source.el (auth-source-create): Add the optional second
569         parameter to `local-variable-p' to be compatible with XEmacs.
570
571 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
572
573         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
574         work when using a compressed nnml folder.
575
576 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
577
578         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
579         backends after sanitising on entry, because this never makes sense:
580         If the articles have gone missing, then the data no longer exists on
581         the backend, and if they haven't, then Gnus is wrong, and shouldn't
582         overwrite anything anyway.
583
584         * shr.el (shr-insert-document): Bind shr-width dynamically to
585         window-width if it's nil.
586
587 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
588
589         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
590         with the meaning of using the full emacs window width for rendering.
591
592 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
593
594         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
595         case when sender is not given.
596
597 2010-12-23  Julien Danjou  <julien@danjou.info>
598
599         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
600         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
601         the addresses, otherwise we might misplaced the gravatar.
602
603 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
604
605         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
606         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
607         obsolete in Emacs.
608
609 2010-12-20  Julien Danjou  <julien@danjou.info>
610
611         * gnus-util.el (gnus-rescale-image): Revert last change.
612
613 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
614
615         * binhex.el: Improve commentary (Bug#7482).
616
617 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
618
619         * gnus-group.el (gnus-group-delete-articles): New command.
620
621 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
622
623         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
624
625 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
626
627         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
628         here, since it's up to the backends to do CRLF removal if their
629         protocol has it.
630
631         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
632
633 2010-12-17  Julien Danjou  <julien@danjou.info>
634
635         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
636         they are from file. Can also scale up.
637
638 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
639
640         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
641         gnus-use-agent.
642         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
643
644         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
645
646 2010-12-17  Julien Danjou  <julien@danjou.info>
647
648         * gravatar.el (gravatar-retrieve-synchronously): New function.
649         (gravatar-get-data): Make more robust.
650
651 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
652
653         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
654
655 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
656
657         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
658         to really consider the last line.
659
660 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
661
662         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
663         list of recipient keys, or use symmetric encryption if not a list.
664         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
665         EPA override, replacing the call to `netrc-store-data'.
666
667 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
668
669         * gnus-srvr.el: Avoid passing nil regexp argument to
670         delete-matching-lines.
671
672 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
673
674         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
675         fetching stops when Gnus exits.
676
677         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
678         function.
679         (nnfolder-request-expire-articles): Save all the buffers after doing
680         expiry.
681
682         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
683         the last article", since that led to serious performance regressions
684         when expiring nnml groups.
685
686 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
687
688         * nnir.el: Improve customizations.
689
690 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
691
692         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
693
694         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
695         group has been killed.
696         (gnus-group-yank-group): Ditto.
697
698         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
699
700         * nnimap.el (nnimap-request-update-group-status): New function.
701
702         * gnus-int.el (gnus-request-update-group-status): New interface
703         function.
704
705         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
706         copying read-ness to the backends.
707
708         * nnimap.el (nnimap-quirk): New function.
709         (nnimap-retrieve-group-data-early): Use it.
710         (nnimap-quirks): New alist.
711
712 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
713
714         * shr.el (shr-insert): Set shr-start after deleting trailing space;
715         don't delete it within indentation.
716
717 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
718
719         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
720         previous line.
721
722 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
723
724         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
725         QRESYNC command by deleting a superfluous space which broke Cyrus
726         servers.  This change will break other servers that are buggy the other
727         way around.
728
729 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
730
731         * spam.el: Reindent and fix long lines.
732         (spam-copy-or-move-routine): Exclude invalid move destinations.
733
734 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
735
736         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
737         installed the registry.
738
739 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
740
741         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
742
743 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
744
745         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
746         groupname doesn't contain "gmane".
747
748 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
749
750         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
751         and netrc-bound-and-true-p bindings.
752         (netrc-parse): Cache the netrc contents.
753
754         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
755         (gnus-1): Don't create the nndrafts group twice.
756         (gnus-setup-news): There's no need to read the active file here, since
757         that's done again later on a per-backend basis.
758         (gnus-start-draft-setup): Make sure that the new group is started out
759         empty.
760
761         * gnus-agent.el (gnus-agentize): Don't create the queue group
762         automatically on startup.  It'll be created later, if needed.
763
764         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
765         of automatically subscribed groups.
766         (gnus-auto-subscribed-categories): New variable.
767         (gnus-matches-options-n): Use it.
768         (gnus-default-subscribed-newsgroups): Remove unused variable.
769         (gnus-start-draft-setup): Message a bit less.
770
771 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
772
773         * nnir.el (nnir-run-imap): Return article list in order of increasing
774         UID.
775
776 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
777
778         * gnus-sum.el (gnus-summary-enter-digest-group):
779         Mention gnus-auto-select-on-ephemeral-exit.
780
781         * proto-stream.el (proto-stream-open-network-only): Fix the calling
782         convention of the network-only option.
783
784 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
785
786         * proto-stream.el (proto-stream-open-network-only): New function to
787         have a way to specify non-STARTTLS upgrade connections.
788
789 2010-12-10  Julien Danjou  <julien@danjou.info>
790
791         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
792         email address is nil.
793
794         * message.el (message-bogus-recipient-p): Set address to "" if nil.
795
796 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
797
798         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
799         deletion.
800         (nnir-run-imap): Only need to parse list once.
801
802 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
803
804         * shr.el (shr-tag-script): Ignore <script>.
805         (shr-tag-label): Add <label> support.
806
807 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
808
809         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
810
811         * shr.el (shr-image-displayer): Work for images lined side by side.
812
813 2010-12-08  Robert Pluim  <rpluim@gmail.com>
814
815         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
816         parameter, since XEmacs doesn't accept t as a parameter.
817
818 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
819
820         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
821         ids.
822         (nnir-run-gmane): Simplify groupspec formatting.
823         (nnir-request-expire-articles): New function.
824
825 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
826
827         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
828         overflow, possibly.
829
830         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
831         (shr-render-td): Handle td style="" better.
832         (shr-tag-table): Use the color from the style sheet.
833         (shr-render-td): Make sure we copy over all the overlays, too.
834
835 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
836
837         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
838         (nnir-request-article): Improve article retrieval.
839
840 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
841
842         * mm-util.el (mm-extra-numeric-entities): New variable.
843
844         * mm-url.el (mm-url-decode-entities):
845         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
846
847         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
848
849 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
850
851         * message.el: Use completion-at-point.
852         (message-completion-function): New fun, extracted from message-tab.
853         (message-mode): Use it for completion-at-point-functions.
854         (message-tab): Use it and completion-at-point.
855
856 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
857
858         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
859         character if a non-breakable character follows.
860
861 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
862
863         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
864         any stream.
865
866         * shr.el (shr-tag-font): Colorize the region.
867         (shr-tag-body): Ditto.
868         (shr-tag-font): Actually let the styles be inherited instead of
869         overwriting them.
870         (shr-tag-font): Get the background color right.
871         (shr-tag-style): Ignore all <style> tags for the moment.
872
873         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
874         a Message-ID to avoid having nnimap depend on gnus-sum.
875
876         * shr.el (shr-descend): Only colorize something if we have a node that
877         sets colors.
878
879 2010-12-06  Julien Danjou  <julien@danjou.info>
880
881         * shr.el (shr-render-td): Render td content with shr-descend, so style
882         will be applied to <td> too.
883         (shr-colorize-region): Colorize region even if we only have a background.
884         (shr-tag-body): Fix color and background color inheritance.
885         Do not recolorize after shr-generic.
886         (shr-tag-font): Let shr-generic colorize via inheritance.
887
888 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
889
890         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
891
892 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
893
894         * nnir.el (nnir-request-move-article): Remove obsolete code.
895
896 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
897
898         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
899
900 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
901
902         * gnus-sum.el (gnus-summary-respool-article): The completion function
903         expects a list instead of an alist.
904
905         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
906         string as the parameter.
907
908         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
909
910         * shr.el (shr-stylesheet): New dynamic variable for cascading the
911         styles.
912         (shr-colorize-region): New function.
913         (shr-insert-background-overlay): Remove.
914         (shr-render-td): Background setting should be taken care of on a higher
915         level.
916         (shr-tag-body): Use post-hoc colorizations.
917         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
918         (shr-put-color-1): Don't overwrite old colors.
919         (shr-colorize-region): When the background color isn't explicit, use
920         a fixed background.
921
922         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
923         nnmail variables.
924
925 2010-12-05  Bjørn Mork  <bjorn@mork.no>
926
927         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
928         unless necessary.
929
930 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
931
932         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
933         server.
934
935 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
936
937         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
938         so that TAB works.
939
940         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
941         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
942
943         * shr.el (shr-urlify): Show the URL before the title to avoid
944         misleading URLs.
945
946 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
947
948         * shr.el (shr-urlify): Display the title in <a> tags.
949
950 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
951
952         * nnir.el (nnir-categorize): Replace mapcar with mapc.
953
954 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
955
956         * nnir.el: Rearrange code to allow macros to be autoloaded by
957         gnus-sum.el.
958         (nnir-retrieve-headers-override-function): Make this variable
959         customizable.
960         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
961
962         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
963         from nnir.el.
964
965 2010-12-03  Julien Danjou  <julien@danjou.info>
966
967         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
968
969 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
970
971         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
972         allow optional argument `environment'.
973
974 2010-12-03  Glenn Morris  <rgm@gnu.org>
975
976         * mm-extern.el (message-goto-body): Update declaration.
977
978 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
979
980         * gnus-util.el (gnus-macroexpand-all): New function.
981
982         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
983         instead of macroexpand-all that is unavailable in XEmacs.
984
985 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
986
987         * nnir.el (nnir-summary-line-format): New variable.
988         (nnir-mode): Use it.
989         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
990         (nnir-article-ids): Reimplement as defsubst.
991         (nnir-retrieve-headers): Don't mangle the subject header.
992         (nnir-run-imap): Use 100 as RSV score.
993         (nnir-run-find-grep): Fix for full server searching.
994         (nnir-run-gmane): Better restriction to gmane groups.
995
996         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
997         summary buffers.
998
999 2010-12-02  Julien Danjou  <julien@danjou.info>
1000
1001         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1002
1003         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1004
1005         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1006         support.
1007
1008 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1009
1010         * nnir.el: Update to handle the registry better.
1011         (autoload): Silence byte-compiler.
1012         (nnir-open-server): Add a hook for nnir groups.
1013         (nnir-request-move-article): Don't mangle the header. Better to use
1014         formating variables (which will be added in the future).
1015         (nnir-registry-action): Update the registry using the original article
1016         group name.
1017         (nnir-mode): Install nnir-specific hooks for updating the registry.
1018
1019         * gnus-sum.el
1020         (gnus-article-original-subject,gnus-newsgroup-original-name):
1021         Remove obsolete variables.
1022         (gnus-summary-move-article): Remove use of obsolete variables.
1023         (gnus-summary-local-variables): Make move and delete hooks local to
1024         summary buffers.
1025
1026 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1027
1028         * rtree.el: New file.
1029
1030 2010-12-01  Julien Danjou  <julien@danjou.info>
1031
1032         * message.el (message-user-organization): Do not use
1033         gnus-local-organization.
1034
1035         * gnus.el: Remove gnus-local-organization.
1036
1037         * gnus-msg.el: Remove nastygram thing.
1038
1039 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1040
1041         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1042         funcall.
1043
1044 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1045
1046         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1047         names.
1048
1049         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1050         characters.
1051
1052         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1053         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1054         Suggested by Štěpán Němec <stepnem@gmail.com>.
1055         (gnus-gravatar-transform-address): Use mail-extract-address-components
1056         that supports non-ASCII names rather than mail-header-parse-addresses.
1057
1058 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1059
1060         * proto-stream.el (open-protocol-stream): All starttls connections are
1061         handled by the network handler.
1062
1063 2010-11-30  Julien Danjou  <julien@danjou.info>
1064
1065         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1066         (nnimap-open-connection-1): Fix PREAUTH.
1067
1068         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1069
1070 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1071
1072         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1073         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1074         (shr-insert): Use them.
1075         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1076
1077 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1078
1079         * nnir.el (nnir-request-move-article): Bail out if original group
1080         doesn't support article moves.
1081         (nnir-get-active): Improve active list retrieval.
1082
1083 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1084
1085         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1086
1087 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1088
1089         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1090         seem to accept strings-with-numbers as port numbers,
1091
1092 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1093
1094         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1095         change the registry.
1096
1097 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1098
1099         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1100         delete-dups that is not available in XEmacs 21.4.
1101
1102         * mm-util.el (mm-delete-duplicates): Add comment.
1103
1104 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1105
1106         * nnir.el (nnir-ignored-newsgroups): New variable.
1107         (nnir-get-active): Use it.
1108
1109 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1110
1111         * proto-stream.el (proto-stream-open-network): Add some comments.
1112
1113         * nntp.el (nntp-open-connection): Provide a :success condition.
1114
1115         * nnimap.el (nnimap-open-connection-1): Ditto.
1116
1117         * proto-stream.el (proto-stream-open-network): See what the response to
1118         the STARTTLS command is.
1119
1120         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1121         backwards compatibility).
1122         (nnimap-open-connection-1): Really respect nnimap-server-port.
1123
1124         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1125         TLS upgrades we don't really care about the identity of the peer.
1126         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1127         that what we've checked for.
1128         (proto-stream-always-use-starttls): Only default to t if
1129         open-gnutls-stream exists.
1130         (proto-stream-open-network): If STARTTLS failed, then just open a
1131         normal connection.
1132         (proto-stream-open-network): Wait until the greeting before doing
1133         STARTTLS.
1134
1135         * nntp.el (nntp-open-connection): Report what the connection error is.
1136
1137         * proto-stream.el (open-protocol-stream): Rename from
1138         open-proto-stream.
1139
1140 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1141
1142         * nnimap.el (nnimap-stream): Change default to `undecided'.
1143         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1144         first, and then network.
1145         (nnimap-open-connection-1): Respect nnimap-server-port.
1146         (nnimap-open-connection): Be more backwards-compatible.
1147
1148         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1149         (proto-stream-open-starttls): De-duplicate the starttls code.
1150         (proto-stream-open-starttls): Folded back into the main function.
1151         (proto-stream-open-network): Fix typo in the gnutls path.
1152         (proto-stream-command): Refactor out.
1153
1154         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1155
1156         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1157         starttls.el STARTTLS.
1158
1159         * color.el (color-lab->srgb): Fix function call name.
1160
1161         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1162         if we're using tls.el.
1163         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1164         built in, then don't try to establish a STARTTLS connection.
1165
1166         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1167         servers.
1168
1169         * proto-stream.el (open-proto-stream): Use network, not stream.
1170         (open-proto-stream): Add a way to specify what the end of a command is.
1171
1172         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1173         connections types.
1174         (nntp-open-network-stream): Remove.
1175         (nntp-open-ssl-stream): Remove.
1176         (nntp-open-tls-stream): Remove.
1177         (nntp-ssl-program): Remove.
1178
1179         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1180
1181 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1182
1183         * nnir.el: Fix typos.
1184         (nnir-retrieve-headers-override-function): Rename variable to reflect
1185         new semantics.
1186         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1187         macros.
1188         (nnir-request-article, nnir-request-move-article): Use them.
1189         (nnir-categorize): New function.
1190         (nnir-run-query): Use it.
1191         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1192         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1193         sorted.
1194         (nnir-group-full-name): Use gnus-group-full-name instead.
1195         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1196         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1197
1198 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1199
1200         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1201
1202         * proto-stream.el: New library to provide protocol-specific
1203         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1204         protocols.
1205         (open-proto-stream): Complete the documentation.
1206         (proto-stream-open-network): Fix some typos.
1207
1208         * nnimap.el (nnimap-open-connection): Use it.
1209
1210 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1211
1212         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1213         negotiation.
1214
1215 2010-11-26  Julien Danjou  <julien@danjou.info>
1216
1217         * color.el: Rename various rgb functions to srgb.
1218
1219 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1220
1221         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1222         names.
1223
1224 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1225
1226         * shr.el (shr-insert): Revert last change.
1227         (shr-find-fill-point): Never leave point being at bol;
1228         relax the kinsoku limitation when rendering tables.
1229
1230 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1231
1232         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1233         results from -accept-article.
1234
1235         * shr-color.el: Require cl when compiling.
1236
1237         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1238         checkin.
1239
1240         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1241
1242         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1243
1244         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1245         'add and 'delete to set backend marks.
1246
1247         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1248
1249         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1250
1251         * nntp.el (nntp-request-set-mark): Use it.
1252
1253         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1254
1255         * nnml.el (nnml-request-set-mark): Ditto.
1256
1257         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1258         introduces regressions in article selection.
1259         (nnimap-find-uid-response): New function.
1260         (nnimap-request-accept-article): Use the UID returned, if any.
1261         (nnimap-request-move-article): Use the UID returned, if any.
1262         (nnimap-get-groups): Reimplement to work with folded lines.
1263         (nnimap-find-uid-response): The UID is the last element in the list.
1264         (nnimap-request-set-mark): Extend syntax with 'set.
1265
1266         * nnml.el (nnml-request-set-mark): Ditto.
1267
1268         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1269
1270         * nntp.el (nntp-request-set-mark): Ditto.
1271
1272 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1273
1274         * message.el (message-called-interactively-p): A temporary macro.
1275         (message-goto-body): Use it temporarily.
1276
1277 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1278
1279         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1280         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1281         (nnimap-last-response-string): Fix last unfolding fix.
1282
1283 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1284
1285         * shr.el (shr-insert): Fix the way to fold lines.
1286
1287 2010-11-25  Julien Danjou  <julien@danjou.info>
1288
1289         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1290
1291         * color.el: Rename from color-lab.el
1292         (color-rgb->hex): Add.
1293         (color-complement): Add.
1294         (color-complement-hex): Add.
1295
1296         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1297
1298 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1299
1300         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1301         don't exist.
1302
1303 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1304
1305         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1306         assuming that article displaying or another mml-preview may be
1307         interrupted for an error or for the like.
1308
1309         * shr.el (shr-get-background): Fix argument name.
1310
1311 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1312
1313         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1314
1315         * gnus-sum.el (gnus-summary-include-articles): New function.
1316
1317         * message.el (message-goto-body): called-interactively-p needs a
1318         parameter, so use `any'.
1319
1320         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1321         clear marks before moving, since they're synced from the Gnus side
1322         first.
1323
1324         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1325         (gnus-summary-move-article): Copy over all marks before moving, so that
1326         IMAP doesn't think a new article has arrived.
1327
1328 2010-11-24  Julien Danjou  <julien@danjou.info>
1329
1330         * shr.el (shr-insert-background-overlay): Fix typo.
1331         (shr-render-td): Copy the background before rendering.
1332
1333         * shr-color.el (shr-color-visible): Fix docstring.
1334
1335         * shr.el (shr-tag-table): Add bgcolor support.
1336         (shr-render-td): Add bgcolor support.
1337         (shr-get-background): Add.
1338         (shr-insert-foreground-overlay): Use shr-get-background.
1339
1340         * message.el (message-goto-body): Use called-interactively-p.
1341         (message-in-body-p): message-goto-body returns point.
1342
1343 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1344
1345         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1346         Fixes something or other in Emacs 23, and is backwards compatible.
1347
1348         * message.el (message-goto-body): Remove the <#secure special-casing,
1349         which is too special.
1350
1351         * shr.el (shr-parse-style): Drop !important from styles.
1352
1353 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1354
1355         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1356         this function to return incorrect results when calling it with an
1357         explicit article argument different from
1358         (gnus-summary-article-number).
1359
1360 2010-11-24  Julien Danjou  <julien@danjou.info>
1361
1362         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1363         (shr-tag-body): Add background support.
1364         (shr-descend): Add background support.
1365         (shr-tag-title): Add.
1366
1367         * shr-color.el (shr-color-visible): Really return original background
1368         if fixed.
1369
1370 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1371
1372         * shr.el (shr-color-check): Protect against non-existant colour names.
1373
1374 2010-11-24  Julien Danjou  <julien@danjou.info>
1375
1376         * color-lab.el: Require 'cl when compiling.
1377
1378         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1379
1380         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1381         matched part.
1382
1383         * color-lab.el: Fix all expt calls to use float type.
1384
1385 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1386
1387         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1388         expression to shr-color-check as is.
1389
1390         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1391
1392         * color-lab.el: Add coding cookie.
1393         (float-pi): Use eval-and-compile.
1394
1395         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1396         compiled for Emacsen having no `libxml-parse-html-region' support.
1397
1398 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1399
1400         * shr.el (shr-insert-color-overlay): Split stuff like
1401         "#444444 !important" to find the real colour.
1402         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1403         parse <font color="red"> entries.
1404
1405 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1406
1407         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1408         point when parsing headers.
1409
1410         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1411         is positioned properly when parsing headers.
1412
1413 2010-11-23  Julien Danjou  <julien@danjou.info>
1414
1415         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1416
1417         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1418
1419         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1420
1421         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1422         Use shr-color-hue-to-rgb.
1423         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1424
1425 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1426
1427         * shr.el (shr-color->hexadecimal): Autoload.
1428         (shr-descend): Add color to all tags.
1429
1430 2010-11-22  Julien Danjou  <julien@danjou.info>
1431
1432         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1433         shr-color->hexadecimal.
1434
1435         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1436         RGB() or HSL() color representation.
1437
1438         * shr.el (shr-tag-font): Add.
1439         (shr-tag-color-check): New function to get better colors.
1440         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1441         tag-span.
1442
1443         * shr-color.el: New file.
1444
1445         * color-lab.el: New file.
1446
1447         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1448
1449 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1450
1451         * nnir.el: Fix typo in comments.
1452         (nnir-run-imap): Simplify code. No need to reverse artlist.
1453         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1454
1455 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1456
1457         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1458
1459         * nnimap.el (nnimap-get-capabilities): Refactor out.
1460         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1461
1462 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1463
1464         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1465         appearing when `mm-uu-hide-markers' is nil.
1466
1467 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1468
1469         * nnimap.el (nnimap-unselect-group): Make into its own function.
1470         (nnimap-request-rename-group): Unselect group before renaming.
1471         This had gotten lost somewhere.
1472         (nnimap-request-accept-article): Keep track of examined groups, and
1473         unselect the group before APPENDing to read-only groups.
1474         (nnimap-request-move-article): Clear flags before moving so that they
1475         can be re-set later.
1476
1477 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1478
1479         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1480         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1481
1482 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1483
1484         * gnus-art.el (gnus-mime-display-single)
1485         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1486         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1487         parameter.
1488
1489 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1490
1491         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1492         (shr-table-vertical-line): New variable.
1493         (shr-insert-table): Use it.
1494
1495 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1496
1497         * gnus-html.el (gnus-html-wash-images): Don't display images if
1498         gnus-inhibit-images is non-nil; register displayer for cid images.
1499         (gnus-html-display-image): Work for cid image.
1500         (gnus-html-insert-image): Allow arguments.
1501         (gnus-html-put-image): Inhibit read-only.
1502         (gnus-html-prefetch-images): Don't prefetch images if
1503         gnus-inhibit-images is non-nil.
1504
1505 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1506
1507         * shr.el (shr-put-image): Break lines when inserting big pictures.
1508
1509 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1510
1511         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1512         sender, thanks Katsumi Yamaoka.
1513
1514 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1515
1516         * nnir.el (nnir-run-imap): Reverse the article list for each group
1517         rather than the whole list.
1518
1519 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1520
1521         * shr.el (shr-image-displayer): Protect function against non-existent
1522         image source.
1523
1524         * gnus-art.el (gnus-inhibit-images): New user option.
1525         (gnus-mime-display-single): Don't display image if it is non-nil.
1526
1527         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1528         gnus-inhibit-images.
1529
1530         * shr.el (shr-image-displayer): New function.
1531         (shr-tag-img): Use it.
1532
1533 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1534
1535         * mml2015.el (mml2015-epg-sign): Use From header.
1536
1537 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1538
1539         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1540
1541         * gnus-util.el (gnus-find-text-property-region): Return markers.
1542
1543         * shr.el (shr-tag-img): Put a displayer in the text property.
1544
1545         * gnus-util.el (gnus-find-text-property-region): New utility function.
1546
1547         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1548         (gnus-html-show-images): Remove.
1549
1550         * gnus-art.el (gnus-article-show-images): New, more general function.
1551
1552         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1553         image url text properties.
1554
1555         * shr.el: Ditto.
1556
1557         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1558         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1559
1560 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1561
1562         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1563         work for two or more articles.
1564
1565 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1566
1567         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1568         divide an image that's in an html article to two or more when washing
1569         non-ASCII characters in alt text of it.
1570
1571 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1572
1573         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1574         smime-decrypt-region using function argument.
1575         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1576
1577         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1578
1579         * smime.el (smime-decrypt-region): Catch it.
1580
1581 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1582
1583         * smime.el (smime-mode-map): Move initialization into declaration.
1584         (gnus-run-mode-hooks): Don't autoload.
1585         (smime-mode): Use define-derived-mode.
1586
1587 2010-11-11  Glenn Morris  <rgm@gnu.org>
1588
1589         * smime.el (from): Restrict declaration to XEmacs.
1590
1591         * nnir.el (gnus-group-topic-name): Autoload.
1592
1593 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1594
1595         * shr.el (shr-insert): Don't break long line if it is because of
1596         kinsoku-bol characters in the line end.
1597
1598 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1599
1600         * nnir.el (nnir-request-move-article): Fix to provide original group
1601         and subject.
1602         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1603         been retrieved.
1604
1605         * gnus-sum.el (gnus-summary-move-article): Use original group and
1606         subject for virtual articles such as those in an nnir summary buffer.
1607
1608 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1609
1610         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1611         least 21.5).
1612
1613         * smime.el (from): Declare it again for XEmacs.
1614
1615 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1616
1617         * message.el (message-resend): Don't disable encoding unless it's
1618         already encoded.
1619
1620         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1621         low-numbered articles.
1622
1623 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1624
1625         * rfc2047.el (rfc2047-syntax-table): Simplify.
1626
1627         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1628
1629         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1630         set-char-table-range for XEmacs.
1631
1632 2010-11-10  Glenn Morris  <rgm@gnu.org>
1633
1634         * time-date.el (time-to-seconds): Always an alias on Emacs,
1635         never a real function.
1636         (with-no-warnings): Remove compat stub, now unused.
1637         (time-less-p): Doc fix.
1638         (time-to-number-of-days): Simplify.
1639
1640         * smime.el (from): Remove unused declaration.
1641
1642         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1643         (gnus-float-time): On Emacs, always an alias.
1644
1645         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1646         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1647
1648 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1649
1650         * dgnushack.el: Don't use ignore-errors in the top level form since it
1651         is unavailable in XEmacs even if cl is loaded.
1652
1653         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1654
1655 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1656
1657         * shr.el (browse-url-mailto): Autoload.
1658
1659         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1660
1661         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1662         regexp doesn't need quoting.
1663
1664 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1665
1666         * message.el (message-subject-trailing-was-ask-regexp)
1667         (message-subject-trailing-was-regexp): Match was: in addition to was.
1668
1669 2010-11-09  Glenn Morris  <rgm@gnu.org>
1670
1671         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1672         (nnbabyl-check-mbox): Use point-at-bol.
1673
1674 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1675
1676         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1677
1678         * message.el (message-mailto): New function.
1679         (message-mailto): Should accept other parameters.
1680         (message-mailto): Remove since it duplicates browse-url-mailto
1681         functionality.
1682
1683 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1684
1685         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1686         methods.
1687         (gnus-read-active-file): Ditto.
1688
1689         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1690         ": " from the prompt.
1691         (gnus-group-make-group): Ditto.
1692
1693 2010-11-07  Glenn Morris  <rgm@gnu.org>
1694
1695         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1696         (gnus-bookmark-kill-line): Use point-at-eol.
1697
1698 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1699
1700         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1701         asterisks in From header.
1702
1703 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1704
1705         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1706         string to avoid making the From headers syntactically invalid.
1707
1708         * message.el (message-send-mail): Don't insert courtesy messages if the
1709         message already has List-Post and List-ID messages.
1710
1711 2010-11-06  Glenn Morris  <rgm@gnu.org>
1712
1713         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1714         `condition', `type', `length' a prefix.
1715         (gnus-treat-predicate): Update for above name changes.
1716
1717 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1718
1719         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1720         binding.  Handled by `gnus-summary-refer-thread' instead.
1721         (nnir-warp-to-article): New backend function.
1722
1723         * nnimap.el (nnimap-request-thread): Force dependency updating.
1724
1725         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1726         (gnus-summary-refer-thread): Rework to improve thread-referral.
1727
1728         * gnus-int.el (gnus-warp-to-article): New function.
1729
1730         * gnus-sum.el (gnus-summary-article-map): Bind it.
1731
1732 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1733
1734         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1735         gnus-summary-refer-thread.
1736
1737         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1738         headers.
1739         (gnus-summary-limit-include-thread): Prevent articles in thread from
1740         being cut in gnus-cut-threads.
1741         (gnus-summary-refer-thread): Limit retrieved headers to those in
1742         thread.
1743
1744 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1745
1746         * message.el (message-send-mail): Use the value of
1747         message-courtesy-message from the message buffer.
1748
1749         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1750
1751         * shr.el (shr-browse-url): Implement mailto: URLs.
1752
1753         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1754         "raw".
1755
1756         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1757         if it's already selected.
1758
1759         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1760
1761 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1762
1763         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1764         to measure the length and truncate alt text.
1765
1766 2010-11-03  Glenn Morris  <rgm@gnu.org>
1767
1768         * nndiary.el (nndiary-generate-nov-databases-1)
1769         (nndiary-generate-active-info): Rename dynamic variable `files' to
1770         something less generic.
1771
1772 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1773
1774         * nnir.el (nnir-request-move-article): Call the underlying backend to
1775         move articles from nnir.
1776
1777 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1778
1779         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1780
1781 2010-11-02  Julien Danjou  <julien@danjou.info>
1782
1783         * nnir.el: Remove wais support.
1784
1785 2010-11-02  Glenn Morris  <rgm@gnu.org>
1786
1787         * gnus-html.el: Reorder requirements to quieten compiler.
1788
1789 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1790
1791         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1792         properly for XEmacs as well.
1793         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1794         (gnus-article-natural-long-line-p): Use window-width rather than
1795         frame-width.
1796
1797 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1798
1799         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1800         (nnir-read-parms): Don't modify query.
1801         (nnir-run-query): Add ability to search topic on current line.
1802         (nnir-get-active): Clean up.
1803
1804 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1805
1806         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1807         degenerate articles.
1808
1809         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1810         (gnus-print-buffer): Just print the buffer as is, without any copying
1811         to a buffer and then re-highlighting.
1812
1813         * nnimap.el (nnimap-request-group): Store the new updated info.
1814         (nnimap-request-group): Select the group when we don't know whether it
1815         exists or not.
1816
1817         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1818         groups.
1819
1820         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1821         groups.
1822
1823         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1824         groups.
1825
1826         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1827         long-lines case by only filling the long lines.
1828
1829         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1830         (bug #7311).
1831
1832 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1833
1834         * shr.el: No need to declare `declare-function' since shr.el is for
1835         only Emacsen that provide `libxml-parse-html-region'.
1836
1837         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1838         effective only in a file it is referred to.
1839
1840 2010-11-01  Glenn Morris  <rgm@gnu.org>
1841
1842         * mm-util.el (gnus-completing-read): Autoload.
1843         (mm-read-coding-system): Simplify Emacs definition.
1844
1845         * nnmail.el (gnus-activate-group):
1846         * nnimap.el (gnutls-negotiate):
1847         * nntp.el (netrc-parse): Fix declarations.
1848
1849 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1850
1851         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1852         string-match-p in Emacs >=23.
1853
1854         * gnus-msg.el (gnus-configure-posting-styles)
1855         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1856
1857 2010-11-01  Glenn Morris  <rgm@gnu.org>
1858
1859         * nnir.el (declare-function): Add compat stub.
1860         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1861         (nnir-run-gmane): Require 'mm-url.
1862
1863         * mm-util.el (mm-string-to-multibyte): Simplify.
1864
1865         * shr.el (declare-function): Add compat stub.
1866         (url-cache-create-filename): Declare.
1867         (mm-disable-multibyte, widget-convert-button): Autoload.
1868
1869         * smime.el (ldap-search): Declare.
1870         (smime-cert-by-ldap-1): Require ldap on Emacs.
1871
1872         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1873         (nnimap-keepalive): Use gnus-float-time.
1874
1875         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1876         (mail-source-delete-crash-box): Use gnus-float-time.
1877
1878         * gnus-dired.el (gnus-completing-read): Autoload.
1879
1880         * mm-view.el (gnus-rescale-image): Autoload.
1881
1882         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1883
1884         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1885
1886         * sieve-manage.el: Require 'cl when compiling.
1887
1888         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1889         (gnus-iswitchb-completing-read): Require iswitchb.
1890         (gnus-select-frame-set-input-focus): Silence compiler.
1891
1892 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1893
1894         * message.el (message-subject-trailing-was-query): Change default to t,
1895         since I think that's what most people want.
1896
1897         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1898         appending for easier debugging.
1899         (nnimap-wait-for-connection): Take a regexp.
1900         (nnimap-request-accept-article): Wait for the continuation line before
1901         sending anything unless we're streaming.
1902
1903         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1904         leave the header washing to take place.
1905
1906 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1907
1908         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1909         regular expression match and replace in posting styles.
1910
1911 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1912
1913         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1914         an entire server.
1915         (nnir-get-active): New function.
1916         (nnir-run-imap): Use it.
1917         (nnir-run-gmane): Who knew, gmane search returns an article score!
1918
1919         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1920         server on the current line with nnir.
1921
1922 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1923
1924         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1925         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1926         left edge.
1927         (gnus-article-foldable-buffer): Skip past the prefix when determining
1928         raggedness.
1929
1930         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1931         the raw article, and change `C-u g' to show the article without doing
1932         treatments.
1933
1934         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1935         on to `gnus-treat-article'.
1936         (gnus-inhibit-article-treatments): New variable.
1937
1938         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1939
1940         * gnus-art.el (gnus-treatment-function-alist): Have
1941         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1942         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1943         sections.
1944
1945         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1946         parameter.
1947         (gnus-article-fill-cited-long-lines): New function.
1948         (gnus-article-fill-cited-article): Allow filling only long sections.
1949
1950         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1951         and non-punctuation (like after the apostrophe in "'We").
1952
1953         * gnus-sum.el (gnus-summary-select-article): Make sure
1954         gnus-original-article-buffer is alive.
1955
1956         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1957         reflect the order they're in in the digest.
1958
1959         * gnus.el (gnus-group-startup-message): Move point to the start of the
1960         buffer.
1961
1962         * nnimap.el (nnimap-capability): New function.
1963         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1964         is set.
1965
1966 2010-10-31  David Engster  <dengste@eml.cc>
1967
1968         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1969         conform with changes to gnus-completing-read.
1970
1971 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1972
1973         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1974
1975 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1976
1977         * nnir.el: Move defvar, defcustom around to keep file organized
1978         and keep byte-compiler quiet.
1979         (nnir-read-parms): Accept search-engine as arg.
1980         (nnir-run-query): Pass search-engine as arg.
1981         (nnir-search-engine): Remove.
1982
1983 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1984
1985         * shr.el (shr-generic): The text nodes should be text, not :text.
1986
1987         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1988         later in the file.
1989
1990 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1991
1992         * nnir.el: General clean up.  Allow searching with multiple engines.
1993         Allow separate extra-parameters for each engine.
1994         Batch queries when possible.
1995         (nnir-imap-default-search-key,nnir-method-default-engines):
1996         Add customize interface.
1997         (nnir-run-gmane): New engine.
1998         (nnir-engines): Use it.  Qualify all prompts with engine name.
1999         (nnir-search-engine): Remove global variable.
2000         (nnir-run-hyrex): Restore for now.
2001         (nnir-extra-parms,nnir-search-history): New variables.
2002         (gnus-group-make-nnir-group): Use them.
2003         (nnir-group-server): Remove in favor of gnus-group-server.
2004         (nnir-request-group): Avoid searching twice.
2005         (nnir-sort-groups-by-server): New function.
2006
2007 2010-10-30  Julien Danjou  <julien@danjou.info>
2008
2009         * gnus-group.el: Remove gnus-group-fetch-control.
2010
2011         * gnus-start.el (gnus-find-new-newsgroups):
2012         Remove gnus-check-first-time-used.
2013
2014         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2015
2016 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2017
2018         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2019         set on groups that don't have \* permanentflags.
2020
2021 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2022
2023         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2024         control the background color.
2025         (shr-tag-img): Ignore very small web bug type images.
2026         (shr-put-image): Add help-echo alt texts to the images.
2027         (shr-tag-video): Show the video poster image.
2028
2029 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2030
2031         * shr.el (shr-table-depth): New variable.
2032         (shr-tag-table-1): Only insert the images after the top-level table.
2033
2034         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2035
2036         * gnus-util.el (gnus-list-memq-of-list): New function.
2037
2038         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2039         selected.
2040         (nnimap-unsplittable-articles): New slot.
2041         (nnimap-new-articles): Use it.
2042
2043 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2044
2045         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2046         move to the previous line on `M-g'.
2047
2048 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2049
2050         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2051         *-request-group, which seems unnecessary.
2052
2053         * nnimap.el (nnimap-quote-specials): Function copied over from
2054         imap.el.
2055         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2056         they support that.  Suggested by Tom Regner.
2057
2058 2010-10-29  Julien Danjou  <julien@danjou.info>
2059
2060         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2061         defalias.
2062         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2063
2064         * gnus.el: Remove `gnus-nntp-service' variable.
2065         (gnus-secondary-servers): Make obsolete.
2066         (gnus-nntp-server): Make obsolete.
2067
2068         * gnus-start.el (gnus-1): Remove x-splash calls.
2069
2070         * gnus-ems.el (gnus-x-splash): Remove.
2071
2072         * gnus.el (gnus-group-startup-message): Simplify/update code.
2073
2074         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2075         definition.
2076
2077         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2078         capability before doing anything.
2079         (gnus-group-insert-group-line): Remove useless
2080         gnus-group-remove-excess-properties.
2081
2082 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2083
2084         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2085
2086 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2087
2088         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2089         config after reselecting.
2090
2091 2010-10-28  Julien Danjou  <julien@danjou.info>
2092
2093         * shr.el (shr-put-image): Use point even if only inserting text.
2094         (shr-put-image): Save excursion when inserting alt text on non-graphic
2095         display, so the behaviour is the same when we are on a graphic display.
2096
2097         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2098
2099 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2100
2101         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2102         (gnus-mime-copy-part): Check coding system, not charset.
2103         (gnus-mime-view-part-externally): Never remove part.
2104         (gnus-mime-view-part-internally): Don't remove part here.
2105         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2106         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2107         multipart/alternative.
2108
2109         * mm-decode.el (mm-display-part): Take optional arg `force'.
2110
2111 2010-10-26  Julien Danjou  <julien@danjou.info>
2112
2113         * gnus-group.el (gnus-group-default-list-level): Add this function to
2114         compute the default list level.
2115         (gnus-group-default-list-level): Add possibility to use a function.
2116
2117 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2118
2119         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2120
2121         * gnus-group.el (gnus-group-completing-read)
2122         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2123         gnus-replace-in-string.
2124
2125 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2126
2127         * shr.el (shr-tag-div): Add.
2128
2129         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2130
2131 2010-10-25  Julien Danjou  <julien@danjou.info>
2132
2133         * gnus-util.el: Remove `gnus-with-local-quit'.
2134
2135         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2136
2137 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2138
2139         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2140         the original article buffer.
2141
2142 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2143
2144         * nnimap.el (nnimap-request-head): New function.
2145         (nnimap-request-move-article): Try to be slighly faster by not
2146         requesting the entire message when moving.
2147         (nnimap-transform-headers): Don't bug out on bodiless articles.
2148         (nnimap-send-command): Have no outstanding messages if the IMAP server
2149         doesn't support streaming.
2150         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2151
2152 2010-10-24  Julien Danjou  <julien@danjou.info>
2153
2154         * message.el (message-default-headers): Fix type.
2155
2156 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2157
2158         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2159         prefetching images.
2160
2161         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2162         backend for unknown groups.  This is mainly useful for nnimap groups.
2163
2164         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2165         group isn't covered by the agent.
2166
2167 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2168
2169         * nnir.el (nnir-method-default-engines): New variable.
2170         (nnir-run-query): Use it.
2171         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2172         (gnus-summary-nnir-goto-thread): Change group if needed.
2173
2174         * gnus-group.el (gnus-group-group-map): Add key binding for
2175         gnus-group-make-nnir-group.
2176
2177 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2178
2179         * shr.el (shr-tag-object): Add.
2180
2181         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2182         original article buffer live.
2183         (gnus-summary-select-article-buffer):
2184         Mention gnus-widen-article-buffer.
2185
2186 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2187
2188         * shr.el (shr-tag-strong): Add.
2189
2190 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2191
2192         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2193         group names.  They mess up the group buffer badly.
2194
2195         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2196
2197         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2198         instead of the summary one.
2199
2200 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2201
2202         * mml.el (mml-preview): Work properly when editing article.
2203
2204         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2205         gnus-have-read-active-file if it's already been in.
2206
2207 2010-10-22  Tom Tromey  <tromey@redhat.com>
2208
2209         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2210         gnus-group-completing-read.
2211
2212 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2213
2214         * message.el (message-mode-map): Don't bind M-; to comment region, to
2215         allow the global comment-dwim to work.
2216
2217 2010-10-21  Julien Danjou  <julien@danjou.info>
2218
2219         * message.el (message-setup-1): Allow message-default-headers to be a
2220         function.
2221
2222 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2223
2224         * shr.el (shr-tag-table): Simplify.
2225
2226 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2227
2228         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2229         to avoid trying to snarf invalid stuff.
2230
2231         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2232
2233         * gnus.el (gnus-message-archive-group): Quote value.
2234         (gnus-message-archive-group): Mark as changed.
2235
2236         * shr.el (shr-add-font): Don't put the font properties on the newline
2237         or the indentation.
2238
2239         * message.el (message-fix-before-sending): Change options when sending
2240         non-printable characters.
2241
2242         * gnus.el (gnus-message-archive-method): Change the default to
2243         monthly outgoing groups.
2244
2245         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2246         that have gotten new numbers.
2247
2248         * nnimap.el (nnimap-request-replace-article): New function.
2249
2250 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2251
2252         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2253         (nnrss-request-article): Don't use special html washing code.
2254
2255 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2256
2257         * shr.el (shr-tag-table): Remove useless nconc.
2258
2259 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2260
2261         * gnus-art.el (article-wash-html): Simplify and remove the charset
2262         stuff.  Use the normal html rendering code instead of the special html
2263         washing code.
2264
2265         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2266         `gnus-w3m' symbols.
2267         (mm-text-html-washer-alist): Remove.
2268
2269         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2270         (mm-inline-media-tests): Remove use.
2271         (mm-text-html-renderer): Change default to the `shr' symbol.
2272
2273         * mm-view.el (mm-inline-text-html): Remove use.
2274
2275         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2276         `gnus-blocked-images' to be a function.
2277         (gnus-article-wash-function): Remove.
2278
2279 2010-10-20  Julien Danjou  <julien@danjou.info>
2280
2281         * spam.el (spam-list-of-processors): Mark as obsolete.
2282
2283         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2284         (nnimap-insert-partial-structure): Fix boundary detection.
2285
2286 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2287
2288         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2289         run file-truename on remote files.  This can be expensive and even
2290         prevent one from editing drafts if some unrelated buffer has a stale
2291         connection.
2292
2293 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2294
2295         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2296         kinsoku-eol regardless of shr-kinsoku-shorten.
2297         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2298         (shr-tag-table): Support caption, thead, and tfoot.
2299
2300 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2301
2302         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2303         lines.
2304         (shr-save-contents): New command and keystroke.
2305
2306         * nndoc.el (nndoc-type-alist): Add git support.
2307         (nndoc-git-type-p): New function.
2308         (nndoc-transform-git-article): Ditto.
2309         (nndoc-transform-git-headers): Ditto.
2310         (nndoc-transform-git-headers): Generate Subject headers.
2311
2312         * shr.el (shr-parse-style): New function.
2313         (shr-tag-span): Ditto.
2314
2315         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2316         to `G G' to avoid collisions.
2317
2318 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2319
2320         * shr.el: Load kinsoku if necessary.
2321         (shr-kinsoku-shorten): New internal variable.
2322         (shr-find-fill-point): Make kinsoku shorten text line if
2323         shr-kinsoku-shorten is bound to non-nil.
2324         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2325         shr-indentation too when testing if table is wider than frame width.
2326         (shr-insert-table): Use `string-width' instead of `length' to measure
2327         text width.
2328         (shr-insert-table-ruler): Make sure indentation is done at bol.
2329
2330 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2331
2332         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2333         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2334         undecoded network data.
2335
2336 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2337
2338         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2339         name in the mode line spec so that the mode line menu works
2340         (bug #2431).
2341
2342         * message.el (message-get-reply-headers): If we're fed `to-address',
2343         then always use that.
2344
2345         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2346         aren't so wide as to need to switch off the edit menu.
2347
2348         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2349         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2350
2351         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2352         `M-g'.
2353         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2354         the permanent marks.
2355
2356 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2357
2358         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2359         Splitting according to references/in-reply-to obeys the ignore-groups
2360         variable, while splitting by sender and subject do not.
2361
2362 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2363
2364         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2365         alist, so that we can look for non-Unicode chars.
2366         (article-translate-strings): Allow both character and string maps.
2367
2368 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2369
2370         * shr.el (shr-insert): Don't insert space behind a wide character
2371         categorized as kinsoku-bol, or between characters both categorized as
2372         nospace.
2373
2374 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2375
2376         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2377         headers to gnus-newsgroup-headers.
2378
2379 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2380
2381         * shr.el (shr-tag-img): Don't align images -- since we're not
2382         rescaling, this often leads to ugly displays.
2383
2384 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2385
2386         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2387         duplicates.
2388
2389 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2390
2391         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2392         call.
2393
2394 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2395
2396         * gnus.el: Autoload gnus-html-show-images.
2397
2398         * nnimap.el: Use nnheader-message throughout.
2399
2400         * shr.el (shr-tag-img): Ignore images with no data.
2401
2402 2010-10-15  Julien Danjou  <julien@danjou.info>
2403
2404         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2405         a possibility to disable format=flow encoding when using hard newlines.
2406
2407 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2408
2409         * shr.el (shr-insert): Remove space inserted before or after a
2410         breakable character or at the beginning or the end of a line.
2411         (shr-find-fill-point): Do kinsoku; find the second best point or give
2412         it up if there's no breakable point.
2413
2414 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2415
2416         * nnimap.el (nnimap-open-connection): Message when opening connection
2417         for debugging purposes.
2418
2419         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2420         on every setup buffer call to allow this to change from article to
2421         article.
2422
2423         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2424         buffers where we have a wide table.
2425
2426 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2427
2428         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2429         uses *-request-thread.
2430
2431 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2432
2433         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2434         incantation, which is no longer valid.
2435
2436 2010-10-14  Julien Danjou  <julien@danjou.info>
2437
2438         * shr.el: Fix defcustom type (char -> character).
2439
2440 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2441
2442         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2443         programs.
2444
2445 2010-10-14  Julien Danjou  <julien@danjou.info>
2446
2447         * shr.el (shr-tag-a): Use url-link as widget type.
2448
2449         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2450         `gnus-group-get-icon'.
2451
2452 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2453
2454         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2455         This should make server editing work better.
2456
2457         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2458
2459         * tls.el (tls-program): Remove spurious %s from openssl.
2460
2461         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2462         (nnimap-parse-flags): Fix regexp.
2463
2464         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2465         probably work for CJVK text, too.
2466
2467         * nnimap.el (nnimap-extend-tls-programs): Remove.
2468         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2469
2470         * tls.el (tls-starttls-switches): Remove starttls hack.
2471         (open-tls-stream): Ditto.
2472         (tls-find-starttls-argument): Ditto.
2473
2474 2010-10-13  Julien Danjou  <julien@danjou.info>
2475
2476         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2477         responses.
2478
2479 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2480
2481         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2482
2483         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2484         anything in Emacs.
2485
2486         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2487
2488 2010-10-13  Julien Danjou  <julien@danjou.info>
2489
2490         * shr.el (shr-width): Make shr-width a defcustom with default to
2491         fill-column.
2492         (shr-tag-img): Use shr-width rather than fill-column.
2493
2494 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2495
2496         * dgnushack.el (byte-optimize-apply)
2497         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2498
2499         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2500         position when (X-)Faces exist.
2501         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2502         avatars when called interactively.
2503
2504 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2505
2506         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2507         gnus-article-x-face-too-ugly is bound.
2508
2509 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2510
2511         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2512
2513         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2514         mailbox that doesn't exist.
2515
2516 2010-10-12  Julien Danjou  <julien@danjou.info>
2517
2518         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2519         (shr-get-image-data): Encode URL properly when fetching from cache.
2520         (shr-tag-img): Use aligned-to spaces to align correctly images.
2521
2522         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2523         before inserting the Gravatar.
2524
2525         * shr.el (shr-tag-img): Add align attribute support for <img>.
2526
2527 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2528
2529         * gnus-gravatar.el (gnus-art): Require.
2530
2531         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2532         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2533         Remove long obsoleted functions.
2534
2535 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2536
2537         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2538
2539         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2540
2541         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2542         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2543         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2544         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2545         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2546         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2547         * sieve-manage.el, smime.el, spam.el:
2548         Fix comment for declare-function.
2549
2550 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2551
2552         * nnimap.el (nnimap-request-rename-group): Select group read-only
2553         before renaming it.
2554
2555         * shr.el (shr-insert): Fix up the white space only regexp.
2556
2557         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2558         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2559
2560         * shr.el (shr-current-column): New function.
2561         (shr-find-fill-point): New function.
2562
2563 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2564
2565         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2566         numbers.
2567
2568 2010-10-11  Julien Danjou  <julien@danjou.info>
2569
2570         * shr.el (shr-hr-line): Add.
2571         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2572         display hr lines.
2573         (shr-max-columns): Do not change state to nil if we just inserting
2574         spaces.
2575
2576 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2577
2578         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2579         select the last group.
2580
2581 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2582
2583         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2584
2585 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2586
2587         * dig.el (dig-mode-map): Declare and define in one step.
2588
2589 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2590
2591         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2592         for Gnus.
2593         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2594         (nnimap-update-qresync-info): Mark \Seen articles as read.
2595
2596         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2597         non-variable, too.
2598
2599         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2600         available.
2601         (nnimap-update-info): Rely more on the current active than the param
2602         active to avoid marking articles as read too much.
2603
2604         * auth-source.el (auth-source-create): Use (user-login-name) for the
2605         user name default.
2606
2607         * nnimap.el (nnimap-update-info): If the server doesn't return any
2608         useful info, just use the previous info.
2609         (nnimap-update-info): Prefer old info over start-article.
2610         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2611
2612 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2613
2614         * nnir.el (autoload): Clean up autoloads.
2615         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2616         Use key rather than value.
2617         (nnir-imap-search-other): New variable.
2618         (nnir-read-parm): Use it.
2619         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2620         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2621
2622 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2623
2624         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2625         the process, too.
2626
2627 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2628
2629         * spam.el (gnus-summary-mode-map): Bind to "$".
2630         Suggested by Russ Allbery.
2631
2632         * shr.el: Rework the way things are indented by <li> slightly.
2633
2634         * gnus.el (gnus-group-set-parameter): Fix typo.
2635
2636         * nnimap.el: Start implementing QRESYNC support.
2637
2638 2010-10-09  Julien Danjou  <julien@danjou.info>
2639
2640         * nnir.el (nnir-engines): Fix too many arguments.
2641
2642 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2643
2644         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2645         group is the "last", so that the backends like nnfolder actually save
2646         their folders.
2647
2648         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2649         try to use that for the tls stream.
2650         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2651         UIDVALIDITY and find out which groups are read-only and not.
2652         (nnimap-get-flags): Use the same marks parsing code as the rest of
2653         nnimap.
2654
2655 2010-10-09  Julien Danjou  <julien@danjou.info>
2656
2657         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2658
2659         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2660         retrieving gravatars.
2661
2662         * shr.el (shr-table-corner): Add.
2663         (shr-table-line): Add.
2664         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2665
2666 2010-10-08  Julien Danjou  <julien@danjou.info>
2667
2668         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2669
2670 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2671
2672         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2673
2674         * gnus-sum.el (gnus-mark-article-as-unread)
2675         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2676         (gnus-summary-set-bookmark): Use it.
2677
2678         * gnus-msg.el (gnus-setup-message): Use it.
2679
2680         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2681
2682         * gnus.el (gnus-group-remove-parameter): Use it.
2683
2684         * gnus-group.el (gnus-group-make-web-group): Use it.
2685
2686         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2687
2688         * nnregistry.el: Update docs to mention manual.
2689
2690         * gnus-registry.el: Update docs to mention nnregistry.el.
2691         (gnus-registry-initialize): Don't install nnregistry refer method
2692         automatically.
2693         (gnus-registry-install-nnregistry): Remove it.
2694
2695 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2696
2697         * shr.el (shr-insert): Don't insert double spaces.
2698
2699 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2700
2701         * gnus-gravatar.el (gnus-treat-from-gravatar)
2702         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2703         called interactively.
2704
2705         * gnus-art.el (gnus-mime-view-part-externally)
2706         (gnus-mime-view-part-internally): Make predicate function passed to
2707         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2708         of a mime type.
2709
2710         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2711
2712 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2713
2714         * shr.el (require): Require cl when compiling.
2715         (shr-tag-hr): New function.
2716
2717         * nnimap.el (nnimap-update-info): Remove double setting of high.
2718         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2719         This makes nnimap work properly on Courier again.
2720
2721         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2722         the variable for backwards compatability.
2723
2724         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2725         the file name before using to avoid setting mm-default-directory to
2726         nil.
2727
2728         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2729         bidning gnus-agent variables.
2730
2731         * shr.el (shr-render-td): Use a cache for the table rendering function
2732         to avoid getting an exponential rendering behaviour in nested tables.
2733         (shr-insert): Rework the line-breaking algorithm.
2734         (shr-insert): Don't leave trailing spaces.
2735         (shr-insert-table): Also insert empty TDs.
2736         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2737
2738 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2739
2740         * gnus-sum.el (gnus-number): Rename from `number'.
2741         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2742         (gnus-summary-limit-children): Update uses correspondingly.
2743
2744 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2745
2746         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2747         (gnus-gravatar-transform-address): Don't show avatars of people of
2748         which mail addresses match gnus-gravatar-too-ugly.
2749
2750 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2751
2752         * shr.el (shr-table-widths): Expand TD elements to fill available
2753         space.
2754
2755 2010-10-07  Julien Danjou  <julien@danjou.info>
2756
2757         * nnimap.el (nnimap-request-rename-group): Add this method.
2758
2759 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2760
2761         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2762         name from XEmacs' function-arglist.
2763
2764         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2765         gravatar under XEmacs.
2766
2767 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2768
2769         * auth-source.el: Update docs with TODO items.
2770
2771         * gnus-sync.el: Update docs to explain state and plans.
2772
2773         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2774         Hooks for mark updates.
2775         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2776
2777         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2778         hooks with arguments, which is needed for mark update hooks.
2779
2780 2010-10-06  Julien Danjou  <julien@danjou.info>
2781
2782         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2783         was matched.
2784
2785         * sieve-manage.el: Update example in `Commentary'.
2786
2787         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2788
2789         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2790         not 2000.
2791         (sieve-manage-authenticate): Re-add function.
2792
2793 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2794
2795         * shr.el (shr-insert): Get 'space transition right.
2796         (shr-render-td): Only delete space at the end of the TD.
2797
2798         * nnimap.el (nnimap-open-connection): Prepare to support
2799         open-gnutls-stream.
2800
2801         * shr.el: Rearrange function order to be more logical.
2802
2803 2010-10-06  Julien Danjou  <julien@danjou.info>
2804
2805         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2806         (nnrss-discover-feed): Remove 404 URL in docstring.
2807
2808         * nnir.el: Fix Swish-E URL.
2809         Fix Namazu URL.
2810
2811         * message.el (message-change-subject): Remove 404 URL in a comment.
2812
2813 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2814
2815         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2816         called interactively.
2817
2818         * gnus-util.el (gnus-remove-if): Allow hash table.
2819         (gnus-remove-if-not): New function.
2820
2821         * gnus-art.el (gnus-mime-view-part-as-type)
2822         * gnus-score.el (gnus-summary-score-effect)
2823         * gnus-sum.el (gnus-read-move-group-name):
2824         Replace remove-if-not with gnus-remove-if-not.
2825
2826         * gnus-group.el (gnus-group-completing-read):
2827         Regard collection as a hash table if it is not a list.
2828
2829 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2830
2831         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2832
2833         * shr.el: Document the table-rendering algorithm.
2834
2835 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2836
2837         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2838         for Emacsen having no `libxml-parse-html-region' support.
2839
2840 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2841
2842         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2843         invalid URLs.
2844
2845         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2846         line-broken.
2847         (shr-tag-img): Ignore image fetching errors.
2848         (shr-overlays-in-region): Compute overlay positions correctly.
2849
2850         * mm-decode.el (mm-shr): Require shr.
2851
2852         * gnus-art.el (gnus-blocked-images): Move variable here.
2853
2854         * shr.el (shr-insert-table): Bind free variable.
2855
2856         * mm-decode.el (mm-shr): Bind shr-content-function.
2857
2858         * shr.el (shr-content-function): New variable.
2859
2860         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2861         added for symmetry.
2862
2863         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2864
2865         * gnus-group.el (gnus-group-make-group): Doc fix.
2866
2867         * nnimap.el (nnimap-request-newgroups): Return success.
2868
2869         * shr.el (shr-find-elements): New function.
2870         (shr-tag-table): Put all the images after the table.
2871         (shr-tag-table): Really inhibit images inside the table.
2872         (shr-collect-overlays): Copy over overlays from the TD elements to the
2873         main document.
2874
2875         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2876         gnus-blocked-images.
2877
2878 2010-10-05  Julien Danjou  <julien@danjou.info>
2879
2880         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2881
2882         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2883         (gnus-html-maximum-image-size): Add this function.
2884         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2885
2886         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2887         server-value of the capability is nil.
2888
2889 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2890
2891         * shr.el (shr-tag-em): Add <EM> tag.
2892
2893 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2894
2895         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2896         customizable.
2897
2898         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2899         handing broken links to browse-url.
2900
2901 2010-10-05  Julien Danjou  <julien@danjou.info>
2902
2903         * gnus-util.el (gnus-emacs-completing-read)
2904         (gnus-iswitchb-completing-read): Use autoload rather than require.
2905
2906 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2907
2908         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2909         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2910         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2911         iswitchb-temp-buflist for XEmacs.
2912
2913         * gnus-util.el (gnus-completing-read-function): Exclude
2914         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2915         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2916         XEmacs.
2917
2918         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2919         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2920
2921         * gnus-html.el: Don't require help-fns under XEmacs.
2922         (gnus-html-schedule-image-fetching): Work for XEmacs.
2923
2924         * mm-decode.el (mm-shr): Decode contents by charset.
2925
2926 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2927
2928         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2929         unknown.
2930
2931         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2932         (shr-get-image-data): Ensure against the cache file missing.
2933
2934         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2935         for data.
2936
2937         * spam-report.el (spam-report-url-ping-plain): Don't query about
2938         killing the process.
2939
2940         * shr.el (shr-render-td): Protect against too-wide text.
2941
2942 2010-10-04  Julien Danjou  <julien@danjou.info>
2943
2944         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2945         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2946
2947         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2948         retrieved.
2949
2950 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2951
2952         * shr.el (browse-url): Require.
2953         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2954         lines.
2955         (shr-show-alt-text, shr-browse-image): New commands.
2956         (shr-browse-url, shr-copy-url): New commands.
2957
2958         * gnus-sum.el (gnus-widen-article-window): New variable.
2959         (gnus-summary-select-article-buffer): Use it.
2960
2961         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2962         without @ signs.
2963
2964 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2965
2966         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2967
2968 2010-10-04  Julien Danjou  <julien@danjou.info>
2969
2970         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2971         for XEmacs.
2972
2973 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2974
2975         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2976
2977         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2978         (nnimap-close-server): Implement.
2979
2980         * dgnushack.el (iswitchb): Require to shut up the compiler.
2981
2982         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2983         (shr-insert): Tweak line breaking.
2984         (shr-insert): Handle <pre> better.
2985         (shr-tag-li): Get <li> indentation right.
2986         (shr-tag-li): Get <li> indentation even righter.
2987         (shr-tag-blockquote): Ensure paragraph start.
2988         (shr-make-table): Tweak table generation.
2989         (shr-make-table): Fix typo.
2990
2991         * shr.el: Implement table rendering.
2992
2993 2010-10-04  Julien Danjou  <julien@danjou.info>
2994
2995         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2996
2997 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2998
2999         * shr.el (shr-insert): Use string anchors instead of line anchors.
3000
3001 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3002
3003         * shr.el: Add headings.
3004         (shr-ensure-paragraph): Actually work.
3005         (shr-tag-li): Make <ul> prettier.
3006         (shr-insert): Get white space at the beginning/end of elements right.
3007         (shr-tag-p): Collapse subsequent <p>s.
3008         (shr-ensure-paragraph): Don't insert double line feeds after blank
3009         lines.
3010         (shr-insert): \t is also space.
3011         (shr-tag-s): Fix "s" tag name function.
3012         (shr-tag-s): Fix face prop name.
3013
3014 2010-10-03  Julien Danjou  <julien@danjou.info>
3015
3016         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3017
3018         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3019         gnus-window-inside-pixel-edges.
3020
3021         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3022         gnus-ems.
3023
3024         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3025
3026         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3027         function.
3028
3029         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3030         resize choice.
3031
3032 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3033
3034         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3035         beginning of the buffer.
3036
3037         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3038         article buffer again.
3039
3040         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3041
3042         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3043         when it's at the start of the buffer.
3044
3045         * shr.el (shr-tag-blockquote): Convert name.
3046         (shr-rescale-image): Use the right image-size variant.
3047
3048         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3049         buffer isn't shown, then select the current article first instead of
3050         bugging out.
3051         (gnus-summary-select-article-buffer): Show both the article and summary
3052         buffers again.
3053
3054         * shr.el (shr-fontize-cont): Protect against regions with no text.
3055         Rename tag functions to shr-tag-* for enhanced security.
3056         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3057
3058 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3059
3060         * shr.el (shr-insert):
3061         * pop3.el (pop3-movemail):
3062         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3063         loaded.
3064
3065 2010-10-03  Glenn Morris  <rgm@gnu.org>
3066
3067         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3068
3069         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3070
3071         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3072
3073         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3074
3075         * gnus-util.el (gnus-make-local-hook): Simplify.
3076
3077 2010-10-02  Julien Danjou  <julien@danjou.info>
3078
3079         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3080         (gnus-ido-completing-read): New function.
3081         (gnus-emacs-completing-read): New function.
3082         (gnus-completing-read): Use gnus-completing-read-function.
3083         Add gnus-completing-read-function.
3084
3085 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3086
3087         * shr.el (shr-insert-document): Autoload.
3088         (shr-img): Be silent.
3089         (shr-insert): Add a newline after every picture before text.
3090         (shr-add-font): Use overlays for combining faces.
3091         (shr-insert): Pass upwards the text start point.
3092
3093         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3094         possible.
3095         (mm-shr): New function.
3096
3097 2010-10-02  Julien Danjou  <julien@danjou.info>
3098
3099         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3100         should go backward.
3101
3102 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3103
3104         * shr.el (shr): Fix typo in provide call.
3105
3106 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3107
3108         * shr.el: New file.
3109
3110         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3111
3112         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3113         completing read.
3114
3115 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3116
3117         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3118         we're being queried about.  Suggested by Dan Jacobson.
3119
3120         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3121         Suggested by Jason Eisner.
3122
3123         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3124         table, too.  Suggested by Stefan Wiens.
3125         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3126         the table unnecessary.  Suggested by Stefan Wiens.
3127
3128         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3129         longer needed, and probably doesn't work either, as pointed out by
3130         Stefan Wiens.
3131         (gnus-summary-exit): Remove call to the clearing function.
3132         (gnus-summary-exit-no-update): Ditto.
3133
3134         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3135         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3136         Reported by Stefan Monnier.
3137         (gnus-summary-save-in-rmail): Ditto.
3138
3139         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3140         article buffer, instead of both the article buffer and the summary
3141         buffer.  Sort of suggested by Dan Jacobson.
3142
3143         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3144
3145         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3146         Suggested by Dan Jacobson.
3147
3148         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3149         documentation clearer.
3150
3151         * message.el (message-shorten-references): Comment on the number "21".
3152         Suggested by Stefan Monnier.
3153
3154         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3155         Suggested by Dan Jacobson.
3156
3157         * gnus.el (gnus-large-newsgroup):
3158         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3159
3160         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3161         externalize attachments.  Bug reported by Steve Wen.
3162
3163         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3164         really message anything to the user.
3165
3166         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3167         directly.
3168
3169         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3170         messages in empty groups.
3171
3172 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3173
3174         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3175         non-UIDNEXT group.
3176
3177 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3178
3179         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3180         not the value from the collection.
3181
3182         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3183         values.  This sometimes happens on some groups that have no info.
3184         (nnimap-request-newgroups): New function.
3185
3186 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3187
3188         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3189         check into `gnus-registry-initialize'.
3190         (gnus-registry-initialize): Ditto.
3191         Fix and extend header docs.
3192
3193 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3194
3195         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3196         regexp backtrace overflows.
3197
3198         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3199         for starttls that tls.el implements; i.e. openssl.
3200
3201         * tls.el (tls-starttls-switches): Give up on using starttls with
3202         gnutls-cli.
3203         (tls-program): Add --insecure to be consistent with the defaults from
3204         openssl s_client.  Now all three commands are insecure.
3205
3206 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3207
3208         * lpath.el: Bind completion-styles-alist for XEmacs.
3209
3210         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3211         (gravatar-create-image): New function that's an alias to
3212         gnus-xmas-create-image, gnus-create-image, or create-image.
3213         (gravatar-data->image): Use it.
3214
3215 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3216
3217         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3218         install the nnregistry refer method.
3219         (gnus-registry-install-hooks): Use it.
3220         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3221         unfollowed groups.
3222
3223 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3224
3225         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3226         expanding threads.
3227
3228 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3229
3230         * nnir.el: Use the server names without suffixes (bug #7009).
3231
3232         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3233         unencrypted to STARTTLS, if possible.
3234
3235 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3236
3237         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3238         headers before superseding.
3239
3240 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3241
3242         * nnrss.el (nnrss-use-local): Add documentation.
3243
3244         * nnimap.el (nnimap-extend-tls-programs): New function.
3245         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3246         (nnimap-wait-for-connection): Accept the greeting from the stupid
3247         output from openssl s_client -starttls, too.
3248
3249         * tls.el (tls-starttls-switches): New variable.
3250         (tls-find-starttls-argument): Use it.
3251         (open-tls-stream): Ditto.
3252
3253         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3254         (netrc-machine): Ditto.
3255
3256         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3257         article number.
3258         (nnimap-split-fancy): New variable.
3259         (nnimap-split-incoming-mail): Use it.
3260
3261         * nntp.el (nntp-server-list-active-group): Document.
3262
3263         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3264         SELECT to get the message-id.
3265
3266         * mail-source.el (mail-sources): Remove webmail support.
3267         (defvar): Ditto.
3268         (mail-source-fetcher-alist): Ditto.
3269         (mail-source-fetch-webmail): Remove.
3270
3271         * webmail.el: Remove -- doesn't seem relevant any more.
3272
3273         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3274
3275         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3276         the \r.
3277
3278 2010-09-30  Julien Danjou  <julien@danjou.info>
3279
3280         * gnus-agent.el (gnus-agent-add-group): Fix call to
3281         gnus-completing-read.
3282
3283 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3284
3285         * nndoc.el (nndoc-retrieve-groups): New function.
3286
3287         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3288         `default', use nnmail-split-methods.
3289         (nnimap-request-article): Downcase the NILs so that they are nil.
3290
3291         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3292         symbol.
3293
3294         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3295         code, since if the user has requested network, that's what they ought
3296         to get.
3297         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3298         (nnimap-split-rule): Mark as obsolete.
3299
3300         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3301         New variable.
3302
3303         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3304         correct slot, too.
3305
3306 2010-09-29  Julien Danjou  <julien@danjou.info>
3307
3308         * gnus.el (gnus-local-domain): Declare variable obsolete.
3309
3310         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3311         Fix history computing.
3312         (gnus-ido-completing-read): Require ido.
3313
3314 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3315
3316         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3317         build Gnus.
3318
3319         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3320         when interpreting the structures.
3321         (nnimap-request-accept-article): Add \r\n to the lines to make this
3322         work with Cyrus.
3323
3324         * nndraft.el (nndraft-request-expire-articles): Use the group name
3325         instead if "nndraft".  Fix found by Nils Ackermann.
3326
3327 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3328
3329         * nnregistry.el: Add.
3330
3331 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3332
3333         * nnmail.el (group, group-art-list, group-art):
3334         Remove unneeded directives.
3335
3336 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3337
3338         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3339         (mm-mime-charset)
3340         * rfc2047.el (rfc2047-syntax-table)
3341         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3342
3343         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3344         rather than `insert-file-contents' and `eval-region'.
3345
3346         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3347         construction.
3348
3349         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3350
3351         * time-date.el: No need to require cl for Emacs 21.
3352
3353 2010-09-29  Julien Danjou  <julien@danjou.info>
3354
3355         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3356         replacement of `gnus-gravatar-relief' to mimic
3357         `gnus-faces-properties-alist'.
3358         Add :version property.
3359
3360 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3361
3362         * mail-source.el (mail-source-report-new-mail)
3363         * message.el (message-default-mail-headers)
3364         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3365
3366         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3367
3368 2010-09-28  Julien Danjou  <julien@danjou.info>
3369
3370         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3371         mail-address contains the same string as real-name.
3372
3373         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3374         non-blank in header, otherwise it'll get stripped.
3375
3376         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3377         real-name, and then for mail address rather than doing : or , search.
3378
3379 2010-09-27  Julien Danjou  <julien@danjou.info>
3380
3381         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3382         right completing-read function.
3383         (gnus-use-ido): New variable
3384         (gnus-completing-read-with-default): Remove.
3385         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3386         (gnus-agent-add-group):
3387         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3388         * mm-view.el (mm-view-pkcs7-decrypt):
3389         * mm-util.el (mm-codepage-setup):
3390         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3391         * mml-smime.el (mml-smime-openssl-sign-query):
3392         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3393         (mml-insert-multipart):
3394         * gnus-msg.el (gnus-summary-yank-message):
3395         * gnus-int.el (gnus-start-news-server):
3396         * mm-decode.el (mm-interactively-view-part):
3397         * gnus-dired.el (gnus-dired-attach):
3398         * gnus.el (gnus-read-method):
3399         * gnus-bookmark.el (gnus-bookmark-jump):
3400         * gnus-art.el (gnus-mime-view-part-as-type)
3401         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3402         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3403         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3404         * nnmairix.el (nnmairix-create-server-and-default-group)
3405         (nnmairix-update-groups, nnmairix-get-server)
3406         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3407         (nnmairix-get-group-from-file-path):
3408         * nnrss.el (nnrss-find-rss-via-syndic8):
3409         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3410         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3411         (gnus-group-browse-foreign-server):
3412         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3413         (gnus-summary-execute-command, gnus-summary-respool-article)
3414         (gnus-read-move-group-name):
3415         * gnus-score.el (gnus-summary-increase-score)
3416         (gnus-summary-score-effect):
3417         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3418
3419 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3420
3421         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3422         x-focus-frame.
3423
3424         * nnimap.el (auth-source-forget-user-or-password)
3425         (auth-source-user-or-password): Autoload.
3426
3427         * message.el (message-from-style, message-interactive)
3428         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3429         (message-yank-prefix, message-indentation-spaces, message-signature)
3430         (message-signature-file): Add comment.
3431
3432 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3433
3434         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3435         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3436         new articles.
3437
3438         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3439         parts.
3440         (nnimap-request-article): Work with the t setting, too.
3441
3442         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3443         that you don't get flashes of other buffers.
3444         (gnus-summary-show-complete-article): Intern before setting.
3445
3446 2010-09-27  David Engster  <dengste@eml.cc>
3447
3448         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3449         well as HEADERS.
3450         (nnmairix-retrieve-headers): Provide new argument for the above.
3451
3452 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3453
3454         * gnus-sum.el (gnus-summary-move-article): Don't alter
3455         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3456         group.
3457
3458         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3459
3460         * message.el (message-cite-prefix-regexp): Revert my last edit.
3461
3462         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3463         variable instead of the Gnus variable.
3464
3465         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3466
3467         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3468
3469         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3470         since some servers don't like it.
3471         (nnimap-open-connection): Forget credentials if the server says the
3472         password was wrong.
3473         (nnimap-parse-line): Protect against invalid data.
3474
3475         * gnus-sum.el (gnus-summary-move-article): Add comment.
3476         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3477         nothing alters it while scanning for new messages.
3478
3479         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3480         which may or may not help.
3481         (nnimap-open-connection): If we're doing a stream connection, and then
3482         discover we're on a STARTTLS-capable server, then open a STARTTLS
3483         connection instead.
3484
3485 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3486
3487         * nnimap.el (utf7): Require.
3488
3489         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3490         prefix.
3491
3492 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3493
3494         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3495
3496 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3497
3498         * nnimap.el (nnimap-request-accept-article): Message the error on
3499         error.
3500
3501 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3502
3503         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3504
3505 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3506
3507         * nndoc.el (nndoc-request-list): Return success always.
3508
3509         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3510         `fetch-old' -- we only want to fetch the articles we've requested.
3511         The rest are in the agent, probably.
3512         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3513         disappeared server" to something low.  It's not important.
3514
3515         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3516         arrived before the FETCH data.
3517
3518         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3519         target here, because we don't know the Gnus name of the group.
3520
3521         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3522         for the correct group.
3523
3524         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3525
3526         * gnus.el (gnus): Give a final warning after startup.
3527
3528         * gnus-util.el (gnus-action-message-log): New variable.
3529         (gnus-message): Use it.
3530         (gnus-final-warning): New function.
3531
3532         * nnimap.el (nnimap-open-connection): Record the greeting.
3533         (nnimap): Add greeting.
3534
3535 2010-09-26  Julien Danjou  <julien@danjou.info>
3536
3537         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3538         arguments.
3539         (gnus-html-wash-images): Fix spec computing to include start/end.
3540
3541         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3542
3543 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3544
3545         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3546         deletion.
3547         (nnimap-retrieve-headers): Don't select the group, because that's
3548         already done by nnimap-possibly-change-group.
3549
3550         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3551         (gnus-picon-transform-address): Use it.
3552
3553         * mail-source.el (mail-source-value): Revert previous patch.
3554
3555         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3556         on failure.
3557         (nnimap-open-connection): Look up both virtual and physical server name
3558         credentials.
3559
3560         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3561
3562 2009-02-07  Dave Love  <fx@gnu.org>
3563
3564         * tls.el (open-tls-stream): Don't query killing process.
3565
3566 2009-02-08  Dave Love  <fx@gnu.org>
3567
3568         * gnus-win.el (gnus-window-to-buffer-helper)
3569         (gnus-all-windows-visible-p): Function needn't be a symbol.
3570
3571         * mail-source.el (mail-source-value): Function needn't be a symbol.
3572
3573 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3574
3575         * message.el (message-cite-prefix-regexp): Remove } from the cite
3576         prefix.
3577
3578         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3579         highlight again, so that the highlight is correct.
3580
3581         * gnus-picon.el (gnus-picon): Remove again.
3582         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3583
3584         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3585         doing the header highlightling, so that the background colour of the
3586         picon is correct.
3587
3588         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3589         (gnus-picon): Ditto.
3590         (gnus-picon): Reinstate.  The background colour for picons is white.
3591         (gnus-picon-insert-glyph): Make the background white.
3592
3593         * nnml.el (nnml-open-nov): Don't return dead buffers.
3594
3595         * auth-source.el (auth-source-create): Query the user for whether to
3596         store the credentials.
3597
3598         * netrc.el (netrc-store-data): New function.
3599
3600         * auth-source.el (auth-source-user-or-password): Use the existing auth
3601         sources, if any, for creation.
3602
3603         * gnus.el (gnus-group-fast-parameter): Return the last matching
3604         parameter instead of the first matching parameter.
3605
3606 2010-09-26  Julien Danjou  <julien@danjou.info>
3607
3608         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3609
3610 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3611
3612         * mml2015.el (mml2015-use): Remove gpg support.
3613
3614         * mml1991.el (mml1991-function-alist): Remove gpg function.
3615         (mml1991-gpg-sign): Remove.
3616
3617 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3618
3619         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3620         (gnus-browse-unsubscribe-current-group): Document it.
3621         (gnus-browse-unsubscribe-group): Use it.
3622
3623 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3624
3625         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3626         address to the To list for easier response.
3627
3628         * gnus.el (gnus-play-startup-jingle): Remove.
3629         (gnus-splash): Don't play jingle.
3630         (gnus): Silence gnus-load message.
3631
3632         * gnus-art.el (gnus-treat-play-sounds): Remove.
3633
3634         * gnus.el (gnus-play-jingle): Remove audio support.
3635
3636         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3637
3638         * earcon.el: Remove -- no users.
3639
3640         * gnus-audio.el: Remove -- no users of this package.
3641
3642         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3643
3644         * gnus-start.el (gnus-setup-news): Remove nocem support.
3645
3646         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3647
3648         * gnus.el (gnus-use-nocem): Remove.
3649
3650         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3651         Remove.
3652
3653         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3654         uses NoCeM any more.
3655
3656         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3657         (gnus-button-ctan-handler): Ditto.
3658         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3659         (gnus-button-ctan-directory-regexp): Ditto.
3660         (gnus-button-handle-ctan): Ditto.
3661         (gnus-button-tex-level): Ditto.
3662         (gnus-button-alist): Remove CTAN stuff.
3663
3664 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3665
3666         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3667         nnimap-streaming test.
3668
3669         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3670         servers twice.
3671
3672         * nnimap.el (nnimap-open-connection): Add more error reporting when
3673         nnimap fails early.
3674
3675         * nnheader.el (nnheader-get-report-string): New function.
3676         (nnheader-get-report): Use it.
3677
3678         * gnus-int.el (gnus-check-server): Say what the error was when opening
3679         failed.
3680
3681         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3682         using streaming.
3683
3684 2010-09-25  Julien Danjou  <julien@danjou.info>
3685
3686         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3687         gnus-window-inside-pixel-edges.
3688
3689 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3690
3691         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3692
3693         * mm-decode.el (mm-save-part): Allow saving to other directories the
3694         normal Emacs way.
3695
3696         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3697         Suggested by Jay Berkenbilt.
3698
3699         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3700         there isn't a single byte.
3701
3702         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3703         just do it.  It doesn't really seem to matter what the user responds
3704         here, I think, so it's just a confusing question.
3705
3706         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3707         non-streaming case.
3708
3709         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3710         (gnus-article-encrypt-body): Use it.
3711
3712         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3713         keystroke.
3714
3715         * nnimap.el (nnimap-find-wanted-parts-1):
3716         Use gnus-fetch-partial-articles.
3717
3718         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3719
3720         * nnimap.el (nnimap-insert-partial-structure): New function.
3721         (nnimap-get-partial-article): New function.
3722         (nnimap-request-article): Use it.
3723         (nnimap-wait-for-response): Return whether the wait was successful.
3724         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3725         retrieval wasn't successful.
3726         (nnimap-retrieve-group-data-early): Allow throttling servers.
3727         (nnimap-streaming): New variable.
3728         (nnimap-fetch-partial-articles): Remove.
3729
3730         * mm-decode.el (mm-with-part): Protect against killed buffers.
3731
3732         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3733         for prettier summary display.
3734
3735 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3736
3737         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3738
3739 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3740
3741         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3742         apparently third-party libraries depend on it.
3743
3744         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3745         before starting negotiation.
3746
3747         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3748         privacy reasons.
3749         (gnus-treat-mail-gravatar): Ditto.
3750
3751         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3752         buffer when inserting images.  Inserting text into the headers, for
3753         instance, can make them invalid.
3754
3755 2010-09-25  Julien Danjou  <julien@danjou.info>
3756
3757         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3758         variables.
3759
3760         * nnheader.el: Remove useless variables news-reply-yank-from and
3761         news-reply-yank-message-id.
3762
3763         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3764         variables.
3765
3766         * mml1991.el: Remove useless mml1991-verbose.
3767
3768         * gnus.el: Remove useless variable gnus-use-generic-from.
3769         Remove obsolete variable gnus-topic-indentation.
3770
3771         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3772
3773         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3774
3775         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3776
3777         * gnus-group.el: Remove useless gnus-group-icon-cache.
3778         Remove useless gnus-ephemeral-group-server.
3779
3780         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3781
3782         * mml2015.el: Remove useless mml2015-verbose.
3783
3784         * mml-smime.el: Remove useless mml-smime-verbose.
3785
3786         * gnus.el: Remove useless gnus-local-domain.
3787
3788         * gnus-gravatar.el (gnus-gravatar-transform-address):
3789         Use gnus-gravatar-size.
3790
3791         * gnus-art.el: Remove useless gnus-treat-translate.
3792
3793 2010-09-24  Julien Danjou  <julien@danjou.info>
3794
3795         * gnus-sum.el: Add support for Gravatars.
3796
3797         * gnus-art.el: Add support for Gravatars.
3798
3799         * gnus-gravatar.el: Add this file.
3800
3801         * gravatar.el: Add this file.
3802
3803 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3804
3805         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3806
3807         * gnus-group.el (gnus-group-fetch-faq): Remove.
3808
3809         * gnus.el (gnus-group-faq-directory): Remove.
3810
3811         * gnus-group.el (gnus-group-fetch-charter): Remove.
3812
3813         * gnus.el (gnus-group-charter-alist): Remove.
3814
3815         * gnus-group.el (gnus-group-archive-directory): Remove.
3816         (gnus-group-recent-archive-directory): Ditto.
3817         (gnus-group-make-archive-group): Remove.
3818
3819         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3820
3821         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3822         use the same article number for all the cached articles.
3823
3824         * nnimap.el (nnimap-command): Register the last command time so
3825         that we can use it for idling NOOPs.
3826         (nnimap-open-connection): Start the keeplive timer.
3827         (nnimap-make-process-buffer): Store all the process buffers.
3828         (nnimap-keepalive): New function.
3829
3830         * starttls.el (starttls-open-stream): Add autoload cookie.
3831
3832 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3833
3834         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3835         handling.
3836
3837 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3838
3839         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3840         its data structures.
3841
3842         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3843         instead of the cl.el copy-list.
3844         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3845         equalp.
3846
3847 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3848
3849         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3850         and tool-bar-local-item-from-menu.
3851
3852         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3853         mode-line-highlight face for Emacs.
3854
3855         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3856         loading gnus-sum.elc; fix comment for canlock-verify.
3857         (gnus-article-jump-to-part): Use read-number.
3858         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3859         Remove Emacs pre-21 compatible code for help-echo.
3860         (gnus-article-next-page-1): No need to adjust the number of lines.
3861         (gnus-article-describe-bindings): Always use help-buffer.
3862
3863         * gnus-audio.el (gnus-audio-inline-sound)
3864         * gnus-cus.el (gnus-custom-mode)
3865         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3866
3867         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3868
3869         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3870         compatible code.
3871
3872 2010-09-24  Glenn Morris  <rgm@gnu.org>
3873
3874         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3875         visiting the fcc file in rmail-mode.
3876
3877         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3878
3879 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3880
3881         * nnir.el: Silence the byte compiler.
3882
3883         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3884         alias to browse-url-url-encode-chars if any.
3885         (gnus-html-encode-url): Use it.
3886
3887 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3888
3889         * gnus-start.el (gnus-use-backend-marks): New variable.
3890         (gnus-get-unread-articles-in-group): Use it.
3891
3892         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3893         makeover.
3894
3895 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3896
3897         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3898
3899 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3900
3901         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3902         Remove.
3903         (gnus-setup-news-hook):
3904         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3905
3906         * gnus-int.el (gnus-request-update-info): Protect against backends not
3907         having the function.
3908
3909         * nnimap.el (nnimap-stream): Mention starttls.
3910         (nnimap-open-connection): Add starttls support.
3911
3912 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3913
3914         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3915
3916 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3917
3918         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3919         BODYSTRUCTUREs.
3920         (nnimap-transform-headers): Unfold quoted {42} headers.
3921
3922         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3923         the info.
3924         (gnus-get-unread-articles): Only call updatep on backends that support
3925         it.
3926
3927         * nnweb.el (nnweb-request-update-info): NOOP.
3928
3929         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3930
3931         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3932         since it only deals with marks.
3933
3934         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3935         gnus-request-marks, and make a new gnus-request-update-info.
3936
3937         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3938         the active instead of the high number, which is usually too low.
3939
3940 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3941
3942         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3943         * encrypt.el: Remove.
3944
3945 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3946
3947         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3948         server in symbolic form.
3949
3950         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3951
3952 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3953
3954         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3955         (nnimap-update-info): Fix up code slightly.
3956
3957         * gnus-int.el (gnus-open-server): Add tracing for performance
3958         debugging.
3959
3960         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3961         (gnus-group-insert-group-line): Pass the real group name so that it
3962         gets the right data.
3963
3964         * gnus-start.el (gnus-get-unread-articles): Don't have
3965         `gnus-get-unread-articles-in-group' update info, since that can be
3966         really slow and doesn't seem to be needed?
3967
3968 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3969
3970         * time-date.el (date-to-time): Try using parse-time-string first before
3971         using the slower timezone-make-date-arpa-standard.
3972
3973 2010-09-22  Julien Danjou  <julien@danjou.info>
3974
3975         * gnus-group.el (gnus-group-insert-group-line):
3976         Call gnus-group-highlight-line.
3977         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3978         default hook list.
3979         (gnus-group-update-eval-form): Add new function.
3980         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3981         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3982
3983 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3984
3985         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3986         immediate, then expire all articles.
3987         (nnimap-update-info): Fix off-by-one errors.
3988         (nnimap-flags-to-marks): Would return no marks lists for group with no
3989         flags.  Instead return the other data.
3990
3991 2010-09-22  Julien Danjou  <julien@danjou.info>
3992
3993         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3994         Only return an icon.
3995         (gnus-group-insert-group-line): Compute icon to return.
3996
3997         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3998         (gnus-html-image-fetched): Only cache if
3999         gnus-html-image-automatic-caching is set.
4000         (gnus-html-image-fetched): Check for errors.
4001
4002 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4003
4004         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4005         once per method on `g'.  This ensures that backends like nnfolder don't
4006         open all their folders.
4007
4008         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4009         (nnimap-request-list): Nix out group in the correct buffer.
4010         (nnimap-parse-flags): Implement by using `read' instead of
4011         hand-parsing.
4012         (nnimap-flags-to-marks): Pass on permanent-flags.
4013         (nnimap-make-process-buffer): Record the server name.
4014         (nnimap-parse-flags): Fix typo.
4015         (nnimap-request-scan): Run split on the server in general, not just a
4016         single group.
4017
4018         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4019         parameter, and propagate this downwards.
4020
4021         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4022         since EXAMINE changes it on the server.
4023
4024         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4025         this command might take a while.
4026
4027 2010-09-22  Julien Danjou  <julien@danjou.info>
4028
4029         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4030         harmful if you have 2 images side-by-side, they can't be properly
4031         update on text deletion.  Using text-property is safer here.
4032         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4033         data.
4034
4035 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4036
4037         * nnimap.el (nnimap-expunge-inbox): Remove.
4038         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4039         (nnimap-expunge): Flip default to t.
4040
4041         * gnus.el (gnus-method-to-server): Don't push things to the cache
4042         unless it's unique.
4043         (gnus-server-to-method): Ditto.
4044
4045 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4046
4047         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4048
4049 2010-09-22  Julien Danjou  <julien@danjou.info>
4050
4051         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4052         get the start of data.
4053         (gnus-html-encode-url): Add this function to encode special chars in
4054         URL.
4055         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4056         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4057
4058         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4059         default.
4060         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4061
4062         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4063         images alt-text.
4064         (gnus-html-put-image): Put alt-text as help-echo.
4065
4066 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4067
4068         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4069         * mm-util.el (mm-decompress-buffer)
4070         * nnir.el (nnir-run-find-grep)
4071         * pop3.el (pop3-list): Use 3rd arg of split-string.
4072
4073         * time-date.el (format-seconds): Comment fix.
4074
4075         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4076         and byte-optimize-form-code-walker.
4077         (dgnushack-make-auto-load): Don't advise make-autoload.
4078
4079         * lpath.el: Remove Emacs 21 stuff.
4080
4081 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4082
4083         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4084         outside the active range.  Suggested by Dan Christensen.
4085
4086         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4087         slightly later to avoid double-getting it.
4088
4089         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4090         previous patch.
4091
4092         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4093
4094 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4095
4096         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4097
4098 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4099
4100         * gnus-int.el (gnus-open-server): Give a better error message in the
4101         "go offline" case.
4102
4103         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4104         marks for nnimap, which is seldom the right thing to do.
4105
4106         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4107         (gnus-same-method-different-name): New function.
4108
4109         * nnimap.el (parse-time): Require.
4110
4111         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4112         method in the presence of many similar methods.
4113
4114         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4115
4116         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4117         nnml-inhibit-expiry.
4118
4119         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4120         find out whether methods are equal.
4121
4122         * nnimap.el (nnimap-find-expired-articles): New function.
4123         (nnimap-process-expiry-targets): New function.
4124         (nnimap-request-move-article): Request the article before looking at
4125         what the Message-ID is.  Fix found by Andrew Cohen.
4126         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4127
4128         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4129         for oldness in addition to being a predicate.
4130
4131         * nnimap.el (nnimap-request-group): When we have zero articles, return
4132         the right data to Gnus.
4133         (nnimap-request-expire-articles): Only delete articles immediately if
4134         the target is 'delete.
4135
4136         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4137         method, this would bug out.
4138
4139         * gnus-group.el (gnus-group-expunge-group): Rename from
4140         gnus-group-nnimap-expunge, and implemented as a normal interface
4141         function.
4142
4143         * gnus-int.el (gnus-request-expunge-group): New function.
4144
4145         * nnimap.el (nnimap-request-create-group): Implement.
4146         (nnimap-request-expunge-group): New function.
4147
4148 2010-09-21  Julien Danjou  <julien@danjou.info>
4149
4150         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4151         (gnus-html-cache-expired): Add new function.
4152         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4153         wethever we should display image for fetch it.
4154         Compute alt-text earlier to pass it to the fetching function too.
4155         (gnus-html-schedule-image-fetching): Change function argument to only
4156         get one image at a time, not a list.
4157         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4158         cache.
4159         (gnus-html-get-image-data): New function to retrieve image data from
4160         cache.
4161         (gnus-html-put-image): Change buffer argument to use image data rather
4162         than file, and place image above region rather than inserting a new
4163         one.  Do not take alt-text as argument, since it's useless now: we place
4164         the image above alt-text.
4165         (gnus-html-prune-cache): Remove.
4166         (gnus-html-show-images): Start to fetch image when we find one, do not
4167         push into a temporary list.
4168         (gnus-html-prefetch-images): Only fetch image if they have expired.
4169         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4170         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4171
4172 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4173
4174         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4175
4176 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4177
4178         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4179         spec inser "*" if the group isn't active instead of 0.
4180
4181         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4182         opening the server.
4183         (nnimap-request-delete-group): Implement group deletion.
4184         (nnimap-transform-headers): Return the size of the entire message in
4185         the Bytes header, not just the size of the first part.
4186         (nnimap-request-move-article): When moving an article from nnimap,
4187         request the article first so the accepting form has an article to
4188         accept.  Reported by Dan Christensen.
4189         (nnimap-command): Make sure that the error message doesn't error out.
4190
4191 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4192
4193         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4194         we haven't requested anything.
4195
4196 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4197
4198         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4199         "".  Fix found by Andrew Cohen.
4200
4201         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4202         instead of -encode-string.
4203
4204 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4205
4206         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4207
4208         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4209         by mm-subst-char-in-string.
4210
4211 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4212
4213         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4214         waiting for the connection string.
4215
4216         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4217         arriving.
4218
4219         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4220         bogus characters.  This allows selecting certain Gmail groups.
4221
4222         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4223         (nnimap-fetch-partial-articles): New variable.
4224         (nnimap-open-connection): When looking for credentials, also use the
4225         nnimap-server-port.
4226         (nnimap-request-article): Return the group/article number, so that Gnus
4227         `^' works as expected.
4228         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4229
4230         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4231         comments.
4232         (gnus-methods-sloppily-equal): New function.
4233         (gnus): When using the development version of Gnus, load the gnus-load
4234         file.
4235
4236         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4237         `gnus-open-server' on each method before trying to scan them etc.
4238         This ensures that all the backend parameters are set correctly.
4239
4240         * nnimap.el (nnimap-authenticator): New variable.
4241         (nnimap-open-connection): Allow anonymous login.
4242         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4243         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4244
4245         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4246         patch, found by Knut Anders Hatlen.
4247
4248 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4249
4250         * gnus-agent.el (gnus-agent-batch-confirmation)
4251         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4252         to gnus-message.
4253         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4254         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4255         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4256         * gnus-int.el (gnus-open-server): Likewise.
4257         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4258         (gnus-score-check-syntax): Likewise.
4259         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4260         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4261         Likewise.
4262         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4263
4264 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4265
4266         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4267         calling conventions so that prefetch doesn't bug out.
4268
4269 2010-09-19  Julien Danjou  <julien@danjou.info>
4270
4271         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4272         rather than `subst-char-in-region' in order to be able to replace ASCII
4273         char by UTF-8 ones.
4274
4275         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4276         than curl.
4277         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4278         the right URL and ALT text on images.
4279         (gnus-html-wash-tags): Fix tag case.
4280         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4281         (gnus-article-html): Add -o display_ins_del=2 option.
4282         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4283
4284 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4285
4286         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4287         the extra mail headers, which sometimes seem to happen for unknown
4288         reasons.
4289
4290         * mail-parse.el (mail-header-encode-parameter): Define as
4291         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4292         (or most, perhaps?) mail readers don't understand the latter, but do
4293         understand the former.
4294
4295         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4296         to nil, so that no methods are automatically agentized.  I think this
4297         is probably what most users want.
4298
4299         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4300         from url-retrieve, for instance about invalid URLs.
4301
4302         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4303         groups that have no articles.
4304         (nnimap-request-article): Check that we really got an article when we
4305         requested one.
4306
4307         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4308         doesn't exist.
4309
4310         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4311         nntp buffer so the agent can save it.
4312         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4313         that CRLF doesn't get translated to \n.
4314         (nnimap-open-connection): Don't make 'shell commands only send \n.
4315
4316 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4317
4318         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4319         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4320         Update var name.
4321         (nnml-generate-nov-file): Use dolist.
4322         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4323         Use with-current-buffer.
4324
4325 2010-09-18  Julien Danjou  <julien@danjou.info>
4326
4327         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4328         parallel.
4329
4330 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4331
4332         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4333         the range update right.
4334         (nnimap-request-group): Don't make `M-g' bug out on group with no
4335         marks.
4336         (nnoo): Require, so that other packages can require nnimap.
4337         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4338         command we're looking for.  This helps when the server sends more
4339         responses after we've gotten everything we expected.
4340         (nnimap): Add a `newlinep' field to keep track of end-of-line
4341         conventions.
4342         Don't send CRLF to things that don't want it.
4343         (nnimap-request-accept-article): Ditto.
4344
4345 2010-09-18  Julien Danjou  <julien@danjou.info>
4346
4347         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4348         than curl to retrieve images.
4349
4350 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4351
4352         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4353         the marks.
4354         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4355         (nnimap-wait-for-connection): New function.
4356         (nnimap-open-connection): If we have PREAUTH, don't query for login
4357         credentials.
4358         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4359         when doing a partial update.
4360
4361 2010-09-18  Julien Danjou  <julien@danjou.info>
4362
4363         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4364         tags.
4365
4366 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4367
4368         * nnimap.el (nnimap-credentials): New function.
4369         (nnimap-open-connection): Use the new function to look for credentials
4370         also on the numeric equivalents of "imap" and "imaps".
4371
4372         * gnus-start.el (gnus-activate-group): Send the info to
4373         gnus-request-group.
4374
4375         * nnimap.el (nnimap-request-group): Have the "check" version of the
4376         function parse flags and update the info, so that a `M-g' get a total
4377         resync of all flags from the group.
4378
4379         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4380         to allow backends to alter the info on group selection.  Also alter all
4381         the backend -request-group functions to take the parameter.
4382
4383         * nnimap.el (nnimap-store-info): New function.
4384         (nnimap-update-info): Store the info for later usage.
4385         (nnimap-request-group): Use the stored info for the dont-check case, so
4386         that we don't retrieve all marks when we enter a group.
4387
4388         * nnimap.el: Use deffoo instead of defun for interface functions.
4389
4390         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4391         update the group info.  This makes the nndraft groups, for instance, go
4392         back to their old behaviour.
4393
4394         * gnus-sum.el (gnus-select-newsgroup): Indent.
4395
4396         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4397         in.
4398         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4399         nothing.
4400
4401         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4402         from methods that are denied.
4403
4404         * gnus-int.el (gnus-method-denied-p): New function.
4405
4406         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4407         store the password instead of netrc.
4408         (nnimap-open-connection): Don't error out when we can't make a
4409         connections.
4410
4411         * auth-source.el (auth-source-create): In the password prompt, say what
4412         we're querying for.  Also prompt for user name if that hasn't been
4413         given.
4414
4415         * nnimap.el (nnimap-with-process-buffer): Remove.
4416
4417 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4418
4419         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4420         method when we're reading from the agent.
4421
4422         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4423
4424         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4425         that's probably most useful for users.
4426
4427         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4428         "failed" all the time.
4429
4430         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4431         ...)) with (with-current-buffer ... ).
4432
4433         * nntp.el (nntp-open-server): Return whether the open was successful or
4434         not.
4435
4436         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4437         select an unread unseen article first.
4438
4439         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4440         /etc/services, supply some sensible port defaults.
4441
4442         * dgnushack.el: Define netrc-credentials.
4443
4444 2010-09-17  Julien Danjou  <julien@danjou.info>
4445
4446         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4447
4448 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4449
4450         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4451         doesn't have any parameters.
4452
4453 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4454
4455         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4456         only upcased checks.
4457
4458         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4459
4460         * nnimap.el (nnimap-open-shell-stream): New function.
4461         (nnimap-open-connection): Use it.
4462         (nnimap-transform-headers): Get the number of lines in each message.
4463         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4464         number of lines.
4465         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4466         problem.
4467
4468         * utf7.el (utf7-encode): Autoload.
4469
4470         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4471         to allow the mail splitting to not return a default group.  This is
4472         useful for nnimap, which will leave unmatched mail in the inbox.
4473
4474         * nnimap.el: Rewritten.
4475
4476         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4477         nnimap usage.
4478
4479         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4480         if the move is internal, so that nnimap can do fast internal moves.
4481
4482         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4483         data.
4484         (gnus-read-active-for-groups): Support finishing the early retrieval of
4485         data.
4486
4487         * gnus-range.el (gnus-range-nconcat): New function.
4488
4489         * gnus-int.el (gnus-finish-retrieve-group-infos)
4490         (gnus-retrieve-group-data-early): New functions.
4491
4492 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4493
4494         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4495         (nnrss-retrieve-groups):
4496         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4497         (pop3-quit): Use with-current-buffer.
4498
4499 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4500
4501         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4502         instead of nnheader-accept-process-output.
4503
4504         * dgnushack.el (dgnushack-compile): Add comment.
4505
4506         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4507
4508         * gnus-html.el (gnus-html-schedule-image-fetching)
4509         (gnus-html-prefetch-images): Replace process-kill-without-query by
4510         gnus-set-process-query-on-exit-flag.
4511
4512 2010-09-16  Romain Francoise  <romain@orebokech.com>
4513
4514         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4515
4516 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4517
4518         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4519         parameter to unintern is mandatory-ish in Emacs 24.
4520
4521         * gnus-html.el (gnus-html-schedule-image-fetching)
4522         (gnus-html-prefetch-images): Check for curl before using it.
4523
4524         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4525         depend on curl, which isn't essential.
4526
4527         * imap.el: Revert back to version
4528         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4529         seem problematic.
4530
4531 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4532
4533         * gnus-registry.el (gnus-registry-install-shortcuts):
4534         Explicitly pass `obarray' to `unintern' to avoid a warning.
4535
4536 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4537
4538         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4539         change.
4540
4541         * nnrss.el (nnrss-request-list): Remove this function and related
4542         functions, including the moreover stuff.
4543
4544 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4545
4546         * nnrss.el (nnrss-retrieve-groups): New function.
4547
4548 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4549
4550         * .dir-locals.el: Add no-byte-compile cookie.
4551
4552 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4553
4554         * time-date.el (format-seconds): Comment fix.
4555
4556         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4557         for back end that doesn't support request-scan.
4558
4559 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4560
4561         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4562         then do request scans from the backends.
4563
4564         * netrc.el (netrc-credentials): New conveniency function.
4565
4566         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4567         avoid running a hook per line, since this takes a lot of time,
4568         profiling shows.
4569         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4570         directly if gnus-visual-p is true.
4571
4572 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4573
4574         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4575         groups; replace mapcar with dolist which is a bit faster; pass groups
4576         info to gnus-read-active-file-1.
4577         (gnus-read-active-file-1): Scan only specified groups if the new
4578         optional arg `infos' is given.
4579
4580 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4581
4582         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4583
4584         * pop3.el (pop3-movemail): Remove.
4585         (pop3-streaming-movemail): Rename to pop3-movemail.
4586
4587         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4588         don't restrict end-tag searches to the end of the line.
4589
4590 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4593         articles of every unchecked group to t, which means unknown since the
4594         server has never been opened.
4595
4596 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4597
4598         * gnus-html.el (gnus-html-show-alt-text): New command.
4599         (gnus-html-browse-image): Ditto.
4600         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4601         to browse the image directly.
4602         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4603         better.
4604
4605         * gnus-async.el (gnus-async-article-callback):
4606         Call `gnus-html-prefetch-images' unconditionally.
4607
4608         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4609         before feeding URLs to curl.
4610
4611 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4612
4613         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4614         internal images as deletable by `W D D'.
4615
4616         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4617         (gnus-async-article-callback): Fix typo.
4618
4619 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4620
4621         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4622         current line to work around bugs in the output from w3m.
4623
4624         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4625         for groups that want that.
4626
4627         * nntp.el (nntp-wait-for-string): Supply a timeout for
4628         accept-process-output to ensure progress.
4629
4630         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4631         level to get unread articles from, then use that for foreign groups,
4632         too.
4633
4634         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4635         confuses the rest of the function.
4636
4637         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4638         for the methods that support -retrieve-groups, too.
4639
4640         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4641
4642 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4643
4644         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4645         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4646
4647         * pop3.el: Require cl when compiling.
4648         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4649
4650 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4651
4652         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4653         that aren't going to be activated.
4654         (gnus-get-unread-articles): Fix up the last commit.
4655
4656         * gnus-html.el (gnus-article-html): Allow calling without specifying
4657         the handle.  In that case, dissect the buffer first.
4658
4659         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4660
4661         * nnimap.el (nnimap-open-connection): Revert the change that would look
4662         into authinfo for imaps instead of imap.
4663
4664         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4665         say that you don't want to call gnus-request-group with don-check, but
4666         do check the reponse.  This is for virtual groups only.
4667         (gnus-get-unread-articles): Count the archive groups as secondary, so
4668         that they're activated the same way as before.
4669
4670         * imap.el (imap-message-map): Removed optional buffer parameter, since
4671         no callers use it.
4672         (imap-message-get): Ditto.
4673         (imap-message-put): Ditto.
4674         (imap-mailbox-map): Ditto.
4675         (imap-mailbox-put): Ditto.
4676         (imap-mailbox-get): Ditto.
4677         (imap-mailbox-get): Revert last change for this function.
4678
4679         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4680         case-insensitively.
4681         (nnimap-debug): Remove.
4682
4683         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4684         to use `imap-fetch' instead.  According to the comments, this should be
4685         safe, since all other IMAP clients use the 1:* syntax.
4686         (imap-enable-exchange-bug-workaround): Removed.
4687         (imap-debug): Removed -- doesn't seem very useful.
4688
4689         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4690         mail from a file, and the file doesn't exist.
4691
4692         * imap.el (imap-log): New convenience function used throughout instead
4693         of repeating the same code all over the place.
4694
4695         * pop3.el (pop3-streaming-movemail): Return t for success.
4696
4697         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4698         .authinfo if we're using ssl connection.
4699
4700         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4701         already have if we're in a main Gnus `g' run.
4702
4703         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4704
4705 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4706
4707         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4708
4709         * nnmh.el (nnmh-request-list-1): Bind `file'.
4710
4711         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4712         alias to set-process-query-on-exit-flag or process-kill-without-query.
4713         (pop3-open-server): Use it.
4714
4715 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4716
4717         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4718         box to the Incoming file.  Fixes mistake in previous checkin.
4719
4720         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4721         request loop (for debugging purposes) removed.
4722
4723         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4724         culprit is more visible.
4725         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4726         (nnml-add-incremental-nov): New functions to do "incremental" nov
4727         updates, where we just append to the end of the existing nov files
4728         without reading/writing them in full.
4729
4730         * mail-source.el (mail-source-delete-crash-box): Really only check the
4731         incoming files once in a while.
4732
4733         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4734
4735         * mail-source.el (mail-source-delete-crash-box): Only check the
4736         incoming files for deletion once per day to save a lot of file
4737         accesses.
4738
4739         * pop3.el (pop3-logon): Fix up unbound variable typo.
4740
4741         * mail-source.el (pop3-streaming-movemail): Autoload.
4742
4743         * pop3.el (pop3-streaming-movemail):
4744         Respect pop3-leave-mail-on-server.
4745
4746         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4747         retrieval.
4748
4749         * pop3.el (pop3-process-filter): Remove unused function.
4750         (pop3-streaming-movemail, pop3-send-streaming-command)
4751         (pop3-wait-for-messages, pop3-write-to-file)
4752         (pop3-number-of-responses): New functions for streaming pop3
4753         retrieval.
4754
4755         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4756         come from no known methods.
4757         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4758         list.
4759
4760         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4761         message sizes.
4762         (pop3-movemail): Use erase-buffer instead of looping and deleting
4763         regions, which seems rather odd.
4764
4765         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4766         file once per `g' run.
4767
4768         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4769         directories.  This makes the draft queue directory work.
4770
4771         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4772         data from the backends, so that we only request the list of groups from
4773         each method once.  This should speed things up considerably.
4774
4775         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4776         detect that it's not implemented.
4777
4778         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4779         we actually do recurse down into the tree, but don't stat all leaf
4780         nodes.
4781
4782         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4783         then say so instead of bugging out.
4784
4785         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4786         files exist before trying to read them.
4787
4788         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4789         around <pre_int>.
4790
4791         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4792
4793         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4794
4795 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4796
4797         * mm-util.el (mm-image-load-path): Just return the image directories,
4798         not all directories in the path in addition to the image directories.
4799         (mm-image-load-path): Maintain a cache of the image directories so that
4800         the `g' command in Gnus doesn't have to stat dozens of directories each
4801         time.
4802
4803         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4804         (gnus-html-wash-tags): Add a new `i' command to insert images.
4805         (gnus-html-insert-image): New command and keystroke.
4806         (gnus-html-redisplay-with-images): New command and keystroke.
4807         (gnus-html-show-images): Rename command.
4808         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4809         spacers.
4810         (gnus-html-wash-tags): Decode entities at the end, so that entities
4811         inside the tags don't mess up the rest of the "parsing".
4812
4813         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4814         so that nnimap methods aren't agentized by default.  There's apparently
4815         many problems related to agent/imap behaviour.
4816
4817         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4818
4819         * gnus-html.el: Doc fix.
4820
4821 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4822
4823         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4824         specifier-spec-list for Emacs 21.
4825
4826         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4827         glyph-width and glyph-height instead of display-graphic-p and
4828         image-size; make avoidance of displaying small images work for XEmacs.
4829
4830         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4831         for XEmacs.
4832
4833         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4834         of symbol that holds plist data.
4835         (gnus-process-plist): Remove plist of process after getting it.
4836
4837 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4838
4839         * message.el (message-generate-hashcash): Change default to
4840         'opportunistic if hashcash is installed.
4841
4842         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4843         (gnus-html-put-image): Only call image-size once, since it's somewhat
4844         time-consuming on remote X servers.
4845
4846 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4847
4848         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4849         type on data, not a file name.
4850
4851         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4852         window-pixel-edges for Emacs 21.
4853
4854         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4855         decoded contents.
4856         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4857
4858 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4859
4860         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4861         group line format, since it isn't very interesting.
4862
4863         * gnus-agent.el (gnus-agent-short-article),
4864         (gnus-agent-long-article): Increase values for these two variables,
4865         since most people are likely to have more network connection and
4866         storage than before.
4867
4868         * gnus.el (gnus-refer-article-method): Change default to 'current.
4869         When referring an article, the common behaviour is to refer it from the
4870         current select method, not the native select method.  The chances of
4871         the native select method having the message in question is rather slim
4872         these days.
4873
4874         * gnus-sum.el (gnus-auto-select-subject): Change default to
4875         `unseen-or-unread'.  I think it's likely that most people want to
4876         select an unseen article over a previously seen, but unread one.
4877
4878         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4879         means that in the article buffer none of the minor mode elements will
4880         be shown, usually, and this is not desirable in most cases.
4881
4882         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4883         that commands like `d' (and the like) go to the next line in the
4884         buffer, instead of the next unread article.  I think this is the
4885         behaviour that is most natural for most users.
4886         (gnus-single-article-buffer): Change default to nil, so that people can
4887         have as many article buffers open as they have summary buffer.  I think
4888         this is the most natural way for the groups to behave.
4889
4890         * message.el (message-generate-new-buffers): Change default to
4891         `unsent', so that all new message buffers start their names with the
4892         string "*unsent", and it's easier to find the buffers if you move from
4893         them.
4894
4895 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4896
4897         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4898         small.  They're probably tracking images.
4899         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4900         (gnus-html-rescale-image): Yet another try at getting the image sizing
4901         right.
4902
4903         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4904         nntp-marks-file-name is nil.
4905
4906 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4907
4908         * gnus-html.el (gnus-html-wash-tags)
4909         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4910         Better logging.
4911
4912 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4913
4914         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4915
4916         * gnus-html.el (gnus-html-wash-tags): Check the value of
4917         gnus-blocked-images in the summary buffer.
4918
4919 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4920
4921         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4922
4923 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4924
4925         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4926         like "a", it seems like.
4927         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4928         since it needs to be picked from the correct buffer.
4929
4930         * nnwfm.el: Remove.
4931
4932         * nnlistserv.el: Remove.
4933
4934 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4935
4936         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4937         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4938
4939 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4940
4941         * nnkiboze.el: Remove.
4942
4943         * nndb.el: Remove.
4944
4945         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4946         alt text.
4947         (gnus-html-rescale-image): Try to get the rescaling logic right for
4948         images that are just wide and not tall.
4949
4950         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4951         overshadow variable bindings.
4952
4953 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4954
4955         * gnus-html.el (gnus-html-wash-tags)
4956         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4957         Add extra logging.
4958
4959 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4960
4961         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4962         (gnus-max-image-proportion): New variable.
4963         (gnus-html-rescale-image): New function.
4964         (gnus-html-put-image): Rescale images.
4965
4966 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4967
4968         Fix up some byte-compiler warnings.
4969         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4970         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4971         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4972         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4973         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4974         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4975         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4976
4977 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4978
4979         * gnus-html.el (gnus-article-html): Decode contents by charset.
4980
4981 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4982
4983         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4984         (gnus-html-frame-width, gnus-blocked-images)
4985         * message.el (message-prune-recipient-rules): Add custom version.
4986         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4987
4988         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4989         functions.
4990
4991         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4992         gnus-process-get.
4993
4994 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4995
4996         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4997         instead of lsub directly.
4998
4999 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5000
5001         * nnwarchive.el: Remove.
5002
5003         * gnus-soup.el: Remove.
5004
5005         * nnsoup.el: Remove.
5006
5007         * nnultimate.el: Remove.
5008
5009         * gnus-html.el (gnus-blocked-images): New variable.
5010
5011         * message.el (message-prune-recipients): New function.
5012         (message-prune-recipient-rules): New variable.
5013
5014         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5015         guess whether a long line is natural text or not.
5016
5017         * gnus-html.el (gnus-html-schedule-image-fetching):
5018         Use gnus-process-plist and friends for compatibility.
5019
5020 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5021
5022         * gnus-html.el: Require packages that define macros used in this file.
5023         (gnus-article-mouse-face): Declare to silence byte-compiler.
5024         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5025         process-get.
5026         (gnus-html-put-image): Use plist-get to avoid getf.
5027         (gnus-html-prefetch-images): Use with-current-buffer.
5028
5029 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5030
5031         * gnus-ems.el: Provide compatibility functions for
5032         gnus-set-process-plist.
5033
5034         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5035         header-line-format for XEmacs 21.4.
5036
5037         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5038         * gnus.el (gnus-valid-select-methods)
5039         * message.el (message-send-mail-partially-limit)
5040         * mm-decode.el (mm-text-html-renderer)
5041         * mml.el (mml-insert-mime-headers-always)
5042         * smiley.el (smiley-regexp-alist): Bump custom version.
5043
5044 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5045
5046         * gnus-html.el: require mm-url.
5047         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5048         with the url to `url'.
5049         (gnus-html-wash-tags): Support cid: URLs/images.
5050
5051 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5052
5053         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5054         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5055         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5056
5057         * gnus-move.el: Remove file, since it doesn't really work.
5058
5059         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5060         UTF-8.  This seems to fix problems with some German web feeds.
5061
5062         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5063         at the top so that the proper colours are applied.
5064
5065         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5066         don't have dots in their names.
5067
5068         * gnus-art.el (gnus-article-view-part): Doc fix.
5069
5070         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5071         XEmacs-compatible.
5072         (gnus-html-put-image): Don't do images on non-graphic displays.
5073
5074         * nnslashdot.el: Remove this unused backend.
5075
5076         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5077         actions.
5078         (gnus-undo-register-1): Revert last change.
5079
5080         * gnus-group.el (gnus-group-completing-read): Protect against not
5081         having completion-styles bound.
5082
5083         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5084         make broken recipients happier.
5085
5086         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5087
5088         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5089         point parameter.
5090
5091         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5092
5093         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5094         completion-styles for group selection.
5095
5096 2009-02-04  Andreas Schwab  <schwab@suse.de>
5097
5098         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5099         headers and regexp-quote the match if necessary.
5100
5101 2009-03-24  Miles Bader  <miles@gnu.org>
5102
5103         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5104         the blinking smiley.
5105
5106 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5107
5108         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5109         blink smiley.
5110
5111 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5112
5113         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5114         where the dribbel file lives exists.
5115
5116         * message.el (message-send-mail-partially-limit): Change the default to
5117         nil, since most people don't want this.
5118
5119         * mm-url.el (mm-url-decode-entities): Also decode entities like
5120         &#x3212.
5121
5122 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5123
5124         * gnus-sum.el (gnus-summary-idna-message):
5125         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5126         Hyperlink urls in docstrings with URL `...'.
5127
5128 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5129
5130         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5131         functions.
5132
5133 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5134
5135         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5136         say what the mouseover text should be.
5137
5138         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5139         version of the mm-w3m-safe-url-regexp variable to only download images
5140         in the groups where we want that to happen.
5141
5142         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5143
5144         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5145         easier debugging.
5146         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5147         big pictures in the article buffer.
5148
5149         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5150         gnus-article-html.
5151         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5152         w3m.
5153
5154         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5155
5156 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5157
5158         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5159         which doesn't exist.
5160
5161         * message.el (message-inhibit-ecomplete): New variable to allow some
5162         function to inhibit ecomplete address storage.
5163         (message-resend): Disable ecomplete message storage when resending
5164         messages.
5165
5166         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5167
5168 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5169
5170         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5171         Save excursion while copying, moving, and deleting articles in order to
5172         prevent the cursor from jumping to unforeseen place.
5173
5174 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5175
5176         * lpath.el: No need to bind bookmark-current-buffer,
5177         bookmark-yank-point and bookmark-make-record-function.
5178
5179 2010-08-17  Glenn Morris  <rgm@gnu.org>
5180
5181         * gnus-sync.el: Require gnus components whose functions are used.
5182
5183         * gnus-art.el (bookmark-make-record-function):
5184         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5185         Declare for compiler.
5186
5187         * mm-url.el (mml-compute-boundary): Autoload.
5188
5189 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5190
5191         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5192
5193 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5194
5195         Typo fix "hoo4a" -> "hook".
5196
5197         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5198
5199 2010-08-14  Glenn Morris  <rgm@gnu.org>
5200
5201         * gnus-sync.el (gnus-sync): Fix defgroup version.
5202
5203 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5204
5205         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5206
5207         * gnus-sync.el: Fix docs.
5208         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5209         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5210
5211 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5212
5213         Optimizations for gnus-sync.el.
5214
5215         * gnus-sync.el: Add docs about gnus-sync-backend
5216         possibilities.
5217         (gnus-sync-save): Remove unnecessary message.
5218         (gnus-sync-read): Optimize and show what groups were skipped.
5219
5220 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5221
5222         Minor bug fixes for gnus-sync.el.
5223
5224         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5225         Don't read the sync on get-new-news.
5226
5227         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5228         quiet.
5229
5230         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5231         (fix typo).
5232
5233 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5234
5235         Make saving and restoring of hidden threads work with overlays.
5236         Patch applied by Ted Zlatanov.
5237
5238         * gnus-sum.el (gnus-hidden-threads-configuration)
5239         (gnus-restore-hidden-threads-configuration): Update to deal with text
5240         properties, rather than searching for a magic character.
5241
5242 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5243
5244         New gnus-sync.el library for synchronization of marks.
5245
5246         * gnus-sync.el: New library for synchronization of marks.
5247
5248         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5249         renamed from `gnus-registry-grep-in-list'.
5250
5251         * gnus-registry.el (gnus-registry-follow-group-p):
5252         Use `gnus-grep-in-list'.
5253
5254         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5255
5256 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5257
5258         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5259         determining charset of text fails.
5260
5261 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5262
5263         * nnmail.el (nnmail-get-new-mail-1): Revert.
5264
5265         * nnml.el (nnml-active-number): Make sure names of newly created groups
5266         in nnml-group-alist are encoded.
5267
5268 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5269
5270         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5271         containing non-ASCII characters in active file for nnml back end.
5272
5273 2010-07-24  David Engster  <dengste@eml.cc>
5274
5275         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5276         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5277
5278 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5279
5280         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5281         tag (Bug#6654).
5282
5283 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5284
5285         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5286         the article buffer, not the summary buffer.
5287
5288 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5289
5290         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5291         Emacs 23 as well.
5292
5293 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5294
5295         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5296         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5297
5298 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5299
5300         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5301         Patch applied by Karl Fogel.
5302
5303         * gnus-sum.el (gnus-summary-bookmark-make-record):
5304         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5305
5306 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5307
5308         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5309         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5310         C-w still not working correctly from Article buffers; Thierry's
5311         patch to fix that will be applied after this.
5312
5313         * gnus-art.el (bookmark-make-record-function): New local variable.
5314
5315         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5316         article buffer.
5317         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5318
5319 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5320
5321         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5322         on changes in bookmark.el.
5323
5324 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5325
5326         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5327         `no-log' instead of message not to log prompt string.
5328
5329 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5330
5331         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5332         the *other* type of HTML form submission.
5333
5334 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5335
5336         * auth-source.el (auth-source-pick): If choice does not contain a
5337         questioned keyword, set the check to t.
5338
5339 2010-06-12  Romain Francoise  <romain@orebokech.com>
5340
5341         * gnus-util.el (gnus-date-get-time): Move up before first use.
5342
5343 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5344
5345         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5346         (gnus-article-edit-part): Bind it to make last part that is substituted
5347         or deleted visible.
5348         (gnus-mime-display-single): Buttonize part of which id equals to
5349         gnus-mime-buttonized-part-id.
5350
5351 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5352
5353         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5354         (gnus-dd-mmm): Use gnus-date-get-time.
5355         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5356         simplify logic.
5357         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5358         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5359
5360 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5361
5362         * auth-source.el (top): Autoload `secrets-list-collections',
5363         `secrets-create-item', `secrets-delete-item'.
5364         (auth-sources): Fix tag string.
5365         (auth-get-source, auth-source-retrieve, auth-source-create)
5366         (auth-source-delete): New defuns.
5367         (auth-source-pick): Rewrite in order to avoid 2 passes.
5368         (auth-source-forget-user-or-password): New parameter USERNAME.
5369         (auth-source-user-or-password): New parameters CREATE-MISSING and
5370         DELETE-EXISTING.  Retrieve password interactively, if needed.
5371
5372 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5373
5374         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5375         deleting unused directories when gnus-expert-user is t.
5376
5377 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5378
5379         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5380         for each temp file when gnus-article-browse-delete-temp is ask.
5381
5382 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5383
5384         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5385         Lisp calls to delete-backward-char by calls to delete-char.
5386
5387 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5388
5389         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5390
5391 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5392
5393         * password-cache.el (password-cache-remove): Fix docstring.
5394
5395 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5396
5397         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5398         article unless decoding article to be saved.
5399
5400 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5401
5402         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5403         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5404         generated within the mm-with-unibyte-current-buffer macro.
5405
5406 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5407
5408         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5409         to nil when we're in a mml-preview buffer and no group is selected.
5410
5411 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5412
5413         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5414         when catching the `C-g'.  Reported by "Leo".
5415
5416 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5417
5418         * message.el (message-forward-make-body-plain)
5419         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5420         multibyte-string-p.
5421
5422         * lpath.el: Revert.
5423
5424 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5425
5426         * message.el (message-forward-make-body-mml): Assume original message
5427         is multibyte string; error on unibyte.
5428         (message-forward-make-body-plain): Ditto; don't add excessive newline
5429         in body end.
5430
5431         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5432
5433 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5434
5435         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5436         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5437
5438 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5439
5440         * mm-extern.el (mm-extern-url): Don't use
5441         mm-with-unibyte-current-buffer.
5442         (mm-extern-cache-contents): Use with-current-buffer instead of
5443         save-excursion + set-buffer.
5444
5445 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5446
5447         * mm-util.el (mm-emacs-mule): Remove.
5448
5449 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5450
5451         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5452         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5453         change.
5454
5455 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5456
5457         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5458         bind the default value of enable-multibyte-characters to nil.
5459
5460 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5461
5462         * message.el (message-forward-make-body-plain)
5463         (message-forward-make-body-mml):
5464         Don't use mm-with-unibyte-current-buffer.
5465
5466 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5467
5468         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5469
5470 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5471
5472         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5473         (Bug#5592).
5474
5475 2010-05-07  Julien Danjou  <julien@danjou.info>
5476
5477         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5478         it to mm-pipe-part.
5479
5480         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5481         it is given.
5482
5483 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5484
5485         * binhex.el (binhex-decode-region-internal)
5486         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5487         (dns-query)
5488         * nnweb.el (nnweb-gmane-search)
5489         * pgg-parse.el (pgg-parse-armor)
5490         * pgg.el (pgg-verify-region)
5491         * sha1.el (sha1-string-external)
5492         * uudecode.el (uudecode-decode-region-internal)
5493         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5494         XEmacs.
5495
5496         * gnus-art.el (gnus-article-browse-html-parts)
5497         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5498         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5499         make-temp-file.
5500
5501         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5502         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5503         compiling.
5504
5505         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5506         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5507         XEmacs when compiling.
5508
5509         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5510         gnus-pick-mode-off-hook for XEmacs when compiling.
5511         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5512         gnus-binary-mode-off-hook for XEmacs when compiling.
5513
5514         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5515         Return nil if char-charset is not available.
5516
5517         * imap.el (imap-disable-multibyte)
5518         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5519         macros.
5520
5521         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5522         instead of encode-coding-string.
5523
5524         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5525         'xemacs) instead of mm-emacs-mule to switch function definitions.
5526         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5527
5528         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5529         bind temporary-file-directory for XEmacs;
5530         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5531         timer-set-function for XEmacs 21.4 and SXEmacs;
5532         bind timer-list for XEmacs 21.4 and SXEmacs;
5533         fbind char-charset and find-charset-region for non-Mule XEmacs;
5534         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5535         encode-coding-region and encode-coding-string for XEmacs having no
5536         file-coding feature.
5537
5538 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5539
5540         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5541
5542 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5543
5544         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5545         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5546
5547 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5548
5549         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5550         alias `jka-compr-delete-temp-file' no longer exists.
5551
5552 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5553
5554         Use define-minor-mode in Gnus where applicable.
5555         * mml.el (mml-mode): Use define-minor-mode.
5556         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5557         (gnus-undo-mode): Use define-minor-mode.
5558         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5559         (gnus-dead-summary-mode): Use define-minor-mode.
5560         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5561         Initialize in declaration.
5562         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5563         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5564         (gnus-mailing-list-mode): Use define-minor-mode.
5565         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5566         (gnus-draft-mode): Use define-minor-mode.
5567         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5568         (gnus-dired-mode): Use define-minor-mode.
5569
5570 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5571
5572         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5573         handles on recursive mml-to-mime translation and check them for
5574         boundary delimiter collisions.  Reported by Greg Troxel.
5575
5576 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5577
5578         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5579
5580 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5581
5582         * mm-util.el (mm-find-buffer-file-coding-system):
5583         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5584
5585 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5586
5587         * message.el (message-generate-headers): Record insertion of optional
5588         headers as well.  Otherwise the check to prevent repeated insertion of
5589         optional headers is a no-op.
5590
5591 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5592
5593         * smime.el: Don't mention CVS.
5594
5595         * nnrss.el (nnrss-fetch): Don't mention CVS.
5596
5597         * nnir.el: Don't mention CVS.
5598
5599 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5600
5601         * gnus-sum.el (gnus-summary-bookmark-make-record):
5602         Add `location' field.
5603
5604 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5605
5606         * lpath.el: Fbind bookmark-default-handler,
5607         bookmark-get-bookmark-record, bookmark-make-record-default,
5608         bookmark-prop-get for Emacs <23 and XEmacs.
5609
5610 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5611
5612         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5613         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5614         Use with-current-buffer to silence the byte-compiler.
5615         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5616         bother to require `gnus'.
5617         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5618
5619 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5620
5621         * gnus-sum.el (gnus-summary-bookmark-make-record)
5622         (gnus-summary-bookmark-jump): New functions.
5623         (gnus-summary-mode): Setup bookmark support.
5624
5625 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5626
5627         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5628         if set.
5629
5630 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5631
5632         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5633         gnus-article-browse-html-save-cid-image; make it work recursively for
5634         forwarded messages as well.
5635         (gnus-article-browse-html-parts): Work when prefix arg is given.
5636         (gnus-article-browse-html-article): Doc fix.
5637
5638 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5639
5640         * message.el (message-default-mail-headers):
5641         (message-default-headers): Carry the value mail-default-headers over
5642         into message-default-mail-headers, rather than message-default-headers.
5643
5644 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5645
5646         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5647         charset.
5648
5649         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5650         charset into the <meta> tag when the article is encoded to utf-8.
5651
5652 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5653
5654         * gnus-art.el (gnus-article-browse-delete-temp-files):
5655         Delete directories as well.
5656         (gnus-article-browse-html-parts): Work for images that do not specify
5657         file names; delete temp directory when quitting; insert header at the
5658         right place; use file: scheme for image files.
5659
5660 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5661
5662         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5663         (gnus-article-browse-html-parts): Use it to make temporary cid image
5664         files in addition to html file so that browser may display them.
5665
5666 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5667
5668         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5669
5670 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5671
5672         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5673
5674 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5675
5676         * auth-source.el (auth-sources): Change default to be simpler.
5677         Explain about Secret Service API sources.  Improve Customize options.
5678         (auth-source-pick): Change to accept any number of search parameters.
5679         Implement fallbacks iteratively, not recursively.  Add scoring on the
5680         second pass and sort by score.  Call Secret Service API when needed.
5681         (auth-source-user-or-password): Use it.  Call Secret Service API
5682         directly when needed to get the user name and the password.
5683
5684 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5685
5686         * message.el (message-interactive): Doc fix.
5687         (message-qmail-inject-args): Reflow.
5688         (message-kill-to-signature): Fix typo in docstring.
5689
5690         * smiley.el (smiley-buffer): Fix typo in docstring.
5691
5692 2010-03-24  Glenn Morris  <rgm@gnu.org>
5693
5694         * mail-source.el (gnus-message): Declare.
5695         (mail-source-delete-old-incoming): Require gnus-util.
5696
5697 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5698
5699         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5700
5701         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5702
5703         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5704         password-cache's default if it is not bound.
5705         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5706         password-cache-expiry's default if it is not bound.
5707
5708         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5709         available in Emacs 21.
5710
5711         * lpath.el: Suppress compiler warnings for:
5712         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5713         XEmacs;
5714         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5715         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5716         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5717
5718 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5719
5720         * auth-source.el (auth-sources): Fix up definition so extra parameters
5721         are always inline.
5722
5723 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5724
5725         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5726         wasn't updated after mismatch.  Clear cached mailbox info correctly
5727         when uidvalidity changes.
5728         (nnimap-group-prefixed-name): New function to avoid some code
5729         duplication.
5730         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5731         (nnimap-request-group): Use it.
5732         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5733         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5734         with many imap folders.  This is done by caching the group status from
5735         the imap server persistently in a group parameter `imap-status'.  (This
5736         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5737         but not persistently, so every Gnus startup was still very slow.)
5738
5739 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5740
5741         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5742         delete the extra newline.  Otherwise editing of :string and :number
5743         types don't work.
5744
5745 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5746
5747         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5748         secrets.el dependency.
5749         (auth-sources): Add optional user name.  Add secrets.el configuration
5750         choice (unused right now).
5751
5752 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5753
5754         * gnus-sum.el (gnus-summary-make-menu-bar):
5755         Let `gnus-registry-install-shortcuts' fill in the functions.
5756
5757         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5758         warnings.
5759         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5760         (gnus-registry-install-shortcuts): Populate and use it in a
5761         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5762
5763 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5764
5765         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5766         In-place substitutions for the group name encoding/decoding.
5767         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5768         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5769         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5770         (nnimap-update-unseen, nnimap-request-list)
5771         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5772         (nnimap-request-set-mark, nnimap-split-to-groups)
5773         (nnimap-split-articles, nnimap-request-newgroups)
5774         (nnimap-request-create-group, nnimap-request-accept-article)
5775         (nnimap-request-delete-group, nnimap-request-rename-group)
5776         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5777         `encoded-mbx' for consistency.
5778         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5779         variable `imap-current-mailbox'.
5780
5781         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5782         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5783
5784 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5785
5786         * pop3.el (pop3-display-message-size-flag): Display message size byte
5787         counts during POP3 download.
5788         (pop3-movemail): Use it.
5789         (pop3-list): Implement listing of available messages.
5790
5791 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5792
5793         * nnir.el (nnir-get-article-nov-override-function): New function to
5794         override the normal NOV retrieval.
5795         (nnir-retrieve-headers): Use it.
5796
5797 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5798
5799         * auth-source.el (netrc-machine-user-or-password): Autoload.
5800
5801 2010-03-19  Glenn Morris  <rgm@gnu.org>
5802
5803         Stop message.el from loading about 40 libraries it doesn't always need.
5804         The general approach is to autoload rather than require, and to
5805         require in the specific functions rather than the file.  (Bug#5642)
5806
5807         * gmm-utils.el: Don't require wid-edit.
5808         (widget-create-child-value, widget-convert, widget-default-get):
5809         Autoload.
5810
5811         * gnus-util.el: Don't require time-date, netrc.
5812         (message-fetch-field, gnus-group-name-decode): Declare rather than
5813         autoloading.
5814         (gnus-fetch-field): Require message.
5815         (gnus-decode-newsgroups): Require gnus-group.
5816
5817         * ietf-drums.el: Don't require time-date.
5818
5819         * message.el: Don't require hashcash, canlock, ecomplete.
5820         Do require mail-utils.  Require nnheader only when compiling.
5821         (smtpmail-default-smtp-server): Remove declaration.
5822         (message-send-mail-function): Check smtpmail-default-smtp-server
5823         is bound rather than requiring smtpmail.
5824         (message-auto-save-directory, message-insert-signature):
5825         Use expand-file-name rather than nnheader-concat.
5826         (nnheader-insert-file-contents): Autoload.
5827         (hashcash-wait-async): Declare.
5828         (message-send-mail): Only call gnus-setup-posting-charset if
5829         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5830         (message-send-mail-with-sendmail): Require sendmail.
5831         (canlock-password, canlock-password-for-verify): Declare.
5832         (message-canlock-password): Require canlock.
5833         (nnheader-get-report): Autoload.
5834         (gnus-setup-posting-charset): Declare.
5835         (message-send-news): Require gnus-msg.
5836         (message-make-references, message-make-in-reply-to): Use mail-header-id
5837         rather than the alias mail-header-message-id.
5838         (ecomplete-add-item, ecomplete-save): Declare.
5839         (message-put-addresses-in-ecomplete): Require ecomplete.
5840         (ecomplete-display-matches): Autoload.
5841
5842         * mm-decode.el: Don't require mailcap, gnus-util.
5843         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5844         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5845         Autoload.
5846         (mailcap-mime-extensions): Declare.
5847
5848         * mm-encode.el: Don't require mailcap.
5849         (mailcap-extension-to-mime): Autoload.
5850
5851         * mml-sec.el: Don't require password-cache.
5852
5853         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5854         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5855         (mml-minibuffer-read-type): Require mailcap.
5856         (mml-preview): Require gnus-msg.
5857
5858         * mml1991.el: Require password-cache.
5859         (password-cache-expiry): Remove declaration.
5860
5861         * mml2015.el: Require password-cache.
5862         (password-cache-expiry): Remove declaration.
5863
5864         * nneething.el (mailcap): Require mailcap.
5865
5866         * nnheader.el (declare-function): Add compatibility stub.
5867         (message-remove-header): Declare rather than autoload.
5868         (nnheader-replace-header): Require message.
5869
5870         * nnimap.el (declare-function): Add compatibility stub.
5871         (netrc-parse, netrc-machine-user-or-password): Declare.
5872         (nnimap-open-connection): Require netrc.
5873
5874         * nntp.el (declare-function): Add compatibility stub.
5875         (netrc-parse, netrc-machine, netrc-get): Declare.
5876         (nntp-send-authinfo): Require netrc.
5877
5878         * rfc2047.el: Don't require qp.
5879         (quoted-printable-encode-region, quoted-printable-decode-string):
5880         Autoload.
5881
5882         * sieve-mode.el: Don't require easymenu.
5883         (easy-menu-add-item): Autoload it.
5884
5885         * spam-stat.el (time-to-number-of-days): Autoload it.
5886
5887 2010-03-19  Glenn Morris  <rgm@gnu.org>
5888
5889         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5890
5891 2010-03-18  Glenn Morris  <rgm@gnu.org>
5892
5893         * hashcash.el (declare-function): Remove duplicate definition.
5894
5895 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5896
5897         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5898         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5899         value if any backslash escapes).
5900
5901 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5902
5903         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5904         if it is available.  (bug#5647)
5905
5906         * lpath.el: Suppress compiler warning for coding-system-from-name for
5907         Emacs 21 and XEmacs.
5908
5909 2010-03-14  Juri Linkov  <juri@jurta.org>
5910
5911         * hmac-def.el:
5912         * hmac-md5.el:
5913         * netrc.el: Fix keywords.
5914
5915 2010-02-26  Glenn Morris  <rgm@gnu.org>
5916
5917         * message.el (message-send-mail-function): Change the default, so that
5918         it inherits from a customized send-mail-function.  (Bug#5643)
5919
5920 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5921
5922         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5923         shell-command-to-string signals an error (bug#5299).
5924
5925 2010-02-24  Glenn Morris  <rgm@gnu.org>
5926
5927         * message.el (message-smtpmail-send-it)
5928         (message-send-mail-with-mailclient): Doc fixes.
5929
5930 2010-02-16  Glenn Morris  <rgm@gnu.org>
5931
5932         * message.el (message-default-mail-headers): Change the default value
5933         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5934
5935 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5936
5937         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5938         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5939
5940 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5941
5942         * time-date.el (date-to-time): Doc fix (Bug#5408).
5943
5944 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5945
5946         * message.el (message-mail): Just pass yank-action on to message-setup.
5947         (message-setup): Handle (FUN . ARGS) form of yank-action.
5948         (message-with-reply-buffer, message-widen-reply)
5949         (message-yank-original): Handle non-buffer values of
5950         message-reply-buffer (Bug#4080).
5951         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5952
5953 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5954
5955         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5956         Fix typo in docstring.
5957
5958 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5959
5960         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5961         response.
5962
5963 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5964
5965         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5966
5967         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5968
5969         * message.el (message-check-news-header-syntax): Protect against a
5970         string that `rfc822-addresses' returns when parsing fails.
5971
5972 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5973
5974         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5975         (gnus-previous-char-property-change): New functions.
5976
5977         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5978
5979 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5980
5981         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5982         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5983
5984 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5985
5986         * message.el (message-exchange-point-and-mark): Rework last change to
5987         avoid using optional arg of exchange-point-and-mark, for backward
5988         compatibility.
5989
5990 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5991
5992         * message.el (message-exchange-point-and-mark):
5993         Call exchange-point-and-mark with an argument rather than setting
5994         mark-active by hand (Bug#5175).
5995
5996 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5997
5998         * nntp.el (nntp-service-to-port): Work for service expressed with
5999         numeric string; replace [:digit:] with [0-9] for XEmacs.
6000
6001 2009-12-17  Glenn Morris  <rgm@gnu.org>
6002
6003         * gnus-group.el (gnus-bug-group-download-format-alist):
6004         Change emacs entry to debbugs.gnu.org.  Bump :version.
6005
6006 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6007
6008         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6009
6010 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6011
6012         * message.el (message-info): Explain why we use `Info-goto-node'.
6013
6014 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6017
6018 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6019
6020         * message.el (message-completion-in-region): New compatibility function.
6021         (message-expand-group): Use it.
6022
6023 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6024
6025         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6026         with no unread article should be listed if the 2nd arg `predicate' is
6027         given.
6028
6029 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6030
6031         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6032
6033 2009-11-29  Juri Linkov  <juri@jurta.org>
6034
6035         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6036         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6037         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6038
6039 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6040
6041         * sha1.el (sha1-string-external): default-directory "/" in case
6042         otherwise non-existent.  process-connection-type pipe for touch of
6043         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6044
6045 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6046
6047         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6048         it's comms related and sgml-mode.el has "comm" on that basis too.
6049
6050 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6051
6052         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6053         containing tspecial characters if they have been already quoted.
6054
6055 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6056
6057         * dns-mode.el (auto-mode-alist): Purecopy string.
6058
6059 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6060
6061         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6062
6063 2009-10-24  Glenn Morris  <rgm@gnu.org>
6064
6065         * gnus-art.el (help-xref-stack-item): Define for compiler.
6066
6067 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6068
6069         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6070
6071 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6072
6073         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6074
6075 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6076
6077         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6078         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6079
6080 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6081
6082         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6083         (gnus-overlays-in): New alias to overlays-in.
6084
6085         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6086         gnus-overlay-get, and gnus-delete-overlay.
6087         (gnus-summary-show-thread): Make it work as well for systems in which
6088         next-single-char-property-change is not available.
6089         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6090
6091         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6092         (gnus-overlay-get): New alias to extent-property.
6093         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6094
6095         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6096         SXEmacs.
6097
6098         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6099         SXEmacs.
6100
6101 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6102
6103         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6104
6105 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6106
6107         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6108         and XEmacs that don't have `remove-overlays'.
6109
6110 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6111
6112         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6113         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6114         selective display.  Use overlays instead.
6115
6116 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6117
6118         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6119
6120 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6121
6122         * spam-stat.el (spam-stat-load): Fix typo in message.
6123
6124 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6125
6126         * dig.el (dig-invoke): Fix typo in docstring.
6127         (query-dig): Reflow docstring.
6128
6129 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6130
6131         * gnus-art.el (gnus-article-encrypt-body):
6132         * message.el (message-check-recipients):
6133         * mm-util.el (mm-codepage-setup):
6134         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6135         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6136
6137 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6138
6139         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6140         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6141         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6142         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6143         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6144
6145 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6146
6147         * dig.el: Add "Keywords: comm", as per net-utils.el.
6148
6149 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6150
6151         * dig.el (dig-mode): Use define-derived-mode.
6152
6153 2009-09-19  Glenn Morris  <rgm@gnu.org>
6154
6155         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6156
6157 2009-09-18  Glenn Morris  <rgm@gnu.org>
6158
6159         * gnus-diary.el (gnus-diary-check-message):
6160         * message.el (message-insert-formatted-citation-line):
6161         * nnbabyl.el (top-level):
6162         * nndiary.el (nndiary-schedule):
6163         Fix typos in condition-case handlers.
6164
6165 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6166
6167         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6168         configuration that provides the sole article window in a frame;
6169         position point correctly after deleting a part.
6170
6171 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6172
6173         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6174         (spam-resolve-registrations-routine): Use it to unregister articles
6175         that change status.
6176
6177 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6178
6179         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6180         with XEmacs.
6181         (parse-time-string-chars): Use it.
6182
6183 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6184
6185         * imap.el (imap-interactive-login): Better messages.
6186         (imap-open): Fix bug with renamed buffer on reconnect.
6187         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6188         for easier debugging and cleaner code.  On successful (guessed based on
6189         server capabilities) secondary authentication, set imap-state
6190         correctly.
6191         (imap-last-authenticator): Define imap-last-authenticator as a variable
6192         to avoid warnings.
6193
6194 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6195
6196         * nnrss.el (nnrss-request-article): Remove binding of
6197         default-enable-multibyte-characters that has gotten needless by
6198         the 2007-07-13 change in rfc2047-encode-message-header.
6199
6200         * mml.el (mml-insert-multipart): Error on the message header.
6201         (mml-insert-part): Error on the message header; position point at
6202         the end of a MIME tag.
6203
6204 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6205
6206         * time-date.el (autoload): Expand define-obsolete-function-alias into
6207         defalias and make-obsolete for old Emacsen that Gnus supports.
6208         (with-no-warnings): Define it for old Emacsen.
6209         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6210         is available.
6211         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6212         float-time is available; suppress compile warning for time-to-seconds.
6213
6214         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6215         (gnus-float-time): Alias to float-time if it exists.
6216
6217         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6218         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6219         float-time is available; suppress compile warning for time-to-seconds.
6220
6221         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6222         XEmacs.
6223
6224 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6225
6226         * imap.el (imap-message-map): Docstring fix.
6227
6228 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6229
6230         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6231         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6232         Add the optional argument `encoding' that overrides the default.
6233
6234         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6235         mm-encode-buffer.
6236
6237 2009-09-04  Glenn Morris  <rgm@gnu.org>
6238
6239         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6240         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6241         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6242         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6243         * mm-util.el (mm-with-unibyte-current-buffer)
6244         (mm-find-buffer-file-coding-system):
6245         * yenc.el (yenc-decode-region): Use default-value rather than
6246         default-enable-multibyte-characters.
6247
6248 2009-09-03  Glenn Morris  <rgm@gnu.org>
6249
6250         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6251         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6252         than default-enable-multibyte-characters.
6253
6254 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6255
6256         * gnus-art.el (gnus-article-read-summary-keys):
6257         Fix gnus-buffer-configuration's value temporarily used.
6258
6259 2009-09-02  Glenn Morris  <rgm@gnu.org>
6260
6261         * gnus-util.el (gnus-float-time): New function.
6262         * gnus-delay.el (gnus-delay-article):
6263         * gnus-sum.el (gnus-thread-latest-date):
6264         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6265         * nnspool.el (nnspool-request-newgroups):
6266         Use gnus-float-time rather than time-to-seconds.
6267         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6268
6269         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6270         (gnus-header-subject-face, gnus-header-newsgroups-face)
6271         (gnus-header-name-face, gnus-header-content-face):
6272         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6273         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6274         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6275         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6276         (gnus-cite-face-11):
6277         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6278         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6279         (gnus-server-closed-face, gnus-server-denied-face)
6280         (gnus-server-offline-face):
6281         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6282         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6283         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6284         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6285         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6286         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6287         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6288         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6289         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6290         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6291         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6292         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6293         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6294         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6295         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6296         (gnus-summary-high-undownloaded-face)
6297         (gnus-summary-low-undownloaded-face)
6298         (gnus-summary-normal-undownloaded-face)
6299         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6300         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6301         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6302         (gnus-splash-face):
6303         * message.el (message-header-to-face, message-header-cc-face)
6304         (message-header-subject-face, message-header-newsgroups-face)
6305         (message-header-other-face, message-header-name-face)
6306         (message-header-xheader-face, message-separator-face)
6307         (message-cited-text-face, message-mml-face):
6308         * sieve-mode.el (sieve-control-commands-face)
6309         (sieve-action-commands-face, sieve-test-commands-face)
6310         (sieve-tagged-arguments-face):
6311         * spam.el (spam-face):
6312         Mark face aliases with "-face" in the name as obsolete.
6313
6314 2009-09-01  Glenn Morris  <rgm@gnu.org>
6315
6316         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6317         than goto-line.
6318
6319 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6320
6321         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6322         Don't move point if the command is invoked inside the message header.
6323
6324 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6325
6326         * imap.el (imap-send-command): Simplify.
6327         (imap-wait-for-tag): point-max -> buffer-size.
6328
6329 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6330
6331         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6332         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6333         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6334         * nnir.el (nnir-swish-e-index-file):
6335         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6336         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6337         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6338         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6339         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6340         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6341
6342 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6343
6344         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6345         Don't save excursion.
6346
6347 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6348
6349         * nnheader.el (nnheader-find-file-noselect):
6350         * mm-util.el (mm-insert-file-contents):
6351         Use (default-value 'major-mode) instead of default-major-mode.
6352
6353 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6354
6355         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6356
6357 2009-08-26  Glenn Morris  <rgm@gnu.org>
6358
6359         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6360         than placing in files.el.
6361
6362 2009-08-25  Glenn Morris  <rgm@gnu.org>
6363
6364         * nnir.el (top-level): Don't require cl at run-time.
6365         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6366         Replace cl-function substitute with gnus-replace-in-string.
6367         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6368         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6369         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6370         simplified expansions.
6371
6372 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6373
6374         * dig.el (dig): Add autoload cookie.
6375
6376 2009-08-22  Glenn Morris  <rgm@gnu.org>
6377
6378         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6379         goto-line.
6380
6381 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6382
6383         * parse-time.el (parse-time-string-chars): Save match data.
6384
6385 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6386
6387         * parse-time.el (parse-time-string-chars): Compute using character
6388         classes, to handle non-ascii characters (Bug#3190).
6389
6390 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6391
6392         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6393
6394         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6395         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6396         (gnus-mm-display-part, gnus-mime-display-single)
6397         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6398         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6399
6400         * gnus-sum.el
6401         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6402         (gnus-summary-move-article): Add expirable mark to articles copied or
6403         moved to group that has auto-expire turned on if the option is non-nil.
6404
6405 2009-07-24  Glenn Morris  <rgm@gnu.org>
6406
6407         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6408         Fix typo.  (Bug#3903)
6409
6410 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6413         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6414         that should not be used for draft articles.
6415         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6416         that has no concern in minor mode keys.
6417         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6418         Abolish.
6419
6420 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6423         article without making inquiry to a user for unknown encoding.
6424
6425         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6426         (nnmaildir--scan): Assume i-node and device number that file-attributes
6427         returns might be cons-cell.
6428
6429         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6430
6431         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6432
6433 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6434
6435         * auth-source.el: Remove docs now in auth.texi.  Don't use
6436         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6437         `auth-source-hide-passwords' and use them.
6438
6439 2009-07-15  Glenn Morris  <rgm@gnu.org>
6440
6441         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6442
6443 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6444
6445         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6446         excessive whitespace from the default values of title and description.
6447
6448 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6449
6450         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6451         mail-fetch-field to fetch Content-Description header in order to
6452         exclude newlines.
6453
6454 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6455
6456         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6457         format used by GnuPG 2.0.11.
6458
6459 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6460
6461         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6462         to deleted part.
6463
6464 2009-05-30  David Engster  <dengste@eml.cc>
6465
6466         * nnmairix.el: Remove old documentation in the commentary block.
6467         (nnmairix-request-group): Do not update active file for nnml back ends.
6468         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6469         end so that overview files are ignored.
6470         (nnmairix-update-groups): Make updating the groups more robust by using
6471         marks.
6472         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6473         with dollar characters in message-id.
6474
6475 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6476
6477         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6478         2008-12-25 in dns.el.
6479
6480 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6481
6482         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6483         could happen if the text is only composed of spaces and/or tabs.
6484
6485 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6486
6487         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6488         when sending a queued message to avoid extra mml tags.
6489
6490 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6491
6492         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6493
6494 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6495
6496         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6497         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6498         rmail-toggle-header for XEmacs;
6499         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6500
6501 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6502
6503         * gnus-dired.el: Remove autoload for gnus-setup-message.
6504         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6505         displaying Gnus logo; always use compose-mail.
6506
6507 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6508
6509         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6510
6511 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6512
6513         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6514         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6515         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6516         available.
6517         (gnus-nocem-epg-verify): New function.
6518
6519 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6520
6521         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6522
6523 2009-02-15  Glenn Morris  <rgm@gnu.org>
6524
6525         * gnus-util.el (rmail-insert-rmail-file-header)
6526         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6527         autoloads.
6528         (rmail-default-rmail-file): Remove unnecessary declaration.
6529         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6530
6531 2009-02-14  Glenn Morris  <rgm@gnu.org>
6532
6533         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6534         variable (only used in gnus-util, which declares it anyway).
6535         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6536         which was only needed by gnus-art (changed to not use it any more).
6537         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6538         only used in gnus-util, which autoloads it itself.
6539         (rmail-update-summary): Fix autoload.
6540
6541         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6542         rather than rmail-output-to-rmail-file.
6543
6544 2009-02-07  Glenn Morris  <rgm@gnu.org>
6545
6546         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6547         autoload of function that no longer exists.
6548         (rmail-toggle-header): Declare.
6549         (message-forward-rmail-make-body): Handle mbox Rmail.
6550
6551 2009-01-31  Glenn Morris  <rgm@gnu.org>
6552
6553         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6554         2009-01-09 change.
6555
6556 2009-01-31  Dave Love  <fx@gnu.org>
6557
6558         * imap.el (imap-fetch-safe): Bind debug-on-error.
6559         (imap-debug): Add imap-fetch-safe.
6560
6561 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6562
6563         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6564         (auth-source-forget-all-cached): New convenience function.
6565         (auth-source-user-or-password): Accept list of modes or a single mode.
6566
6567         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6568         auth-source modes.
6569
6570         * netrc.el (netrc-machine-user-or-password): Use list of
6571         auth-source modes.
6572
6573         * nnimap.el (nnimap-open-connection): Use list of
6574         auth-source modes.
6575
6576         * nntp.el (nntp-send-authinfo): Use list of
6577         auth-source modes.
6578
6579 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6580
6581         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6582         now.
6583
6584 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6585
6586         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6587         coding system in XEmacs; add a workaround for XEmacs.
6588
6589         * lpath.el: Fbind coding-system-aliasee.
6590
6591 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6592
6593         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6594         of current-language-environment.
6595
6596 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6597
6598         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6599         available at runtime.
6600
6601 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6602
6603         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6604
6605 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6606
6607         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6608         the greatest positive fixnum value doesn't work under an XEmacs with
6609         bignum support; use the most-positive-fixnum constant instead,
6610         available since Emacs 21.1 with cl and XEmacs 21.1.
6611
6612 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6613
6614         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6615         XEmacs gets not to work.
6616
6617 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6618
6619         * mm-util.el (mm-coding-system-priorities): Allow the value like
6620         "Japanese (UTF-8)" of current-language-environment.
6621
6622 2009-01-09  Glenn Morris  <rgm@gnu.org>
6623
6624         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6625         with last-command-event.
6626
6627 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6628
6629         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6630         in the doc string.
6631
6632         * message.el (message-fix-before-sending): Amend comment.
6633
6634 2009-01-08  Dave Love  <fx@gnu.org>
6635
6636         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6637
6638 2009-01-07  David Engster  <dengste@eml.cc>
6639
6640         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6641         simplified server definitions by converting it via
6642         gnus-server-to-method.
6643
6644 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6645
6646         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6647         parameter's operands.
6648
6649 2009-01-06  David Engster  <dengste@eml.cc>
6650
6651         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6652         primary select method (for gnus-group-mark-article-as-read).
6653
6654 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6655
6656         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6657         `(gnus)Face', not `(gnus)X-Face'.
6658
6659 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6660
6661         * mm-util.el (mm-ucs-to-char): New function.
6662
6663         * mm-url.el (mm-url-decode-entities): Use it.
6664
6665         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6666         unicode-to-char.
6667
6668 2009-01-05  Dave Love  <fx@gnu.org>
6669
6670         * time-date.el: Require cl for `declare'.
6671
6672 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6673
6674         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6675         Dave Love.
6676
6677 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6678
6679         * message.el (message-fix-before-sending): Add `eight-bit' to
6680         illegible-text check.
6681
6682 2009-01-03  Michael Olson  <mwolson@gnu.org>
6683
6684         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6685         `headers' is nil.  This can occur if the IMAP server does not have
6686         permissions to read messages from a folder, but can write new messages
6687         to the folder.
6688         (nnimap-request-article-part): Do not insert `data' if it is nil.
6689
6690         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6691         characters which will confuse `read', so skip past them.
6692
6693 2009-01-01  Dave Love  <fx@gnu.org>
6694
6695         * imap.el (imap-string-to-integer): Fix typo.
6696         (imap-fetch-safe): New function.
6697         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6698
6699         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6700
6701         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6702         (imap-parse-greeting): Fix doc strings.
6703         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6704         (imap-parse-flag-list): Make messages unique.
6705         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6706
6707         * nnimap.el: Fix author email.
6708         (nnimap-split-rule): Add FIXME comment.
6709         (nnimap-debug): Fix doc string.
6710
6711 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6712
6713         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6714
6715 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6716
6717         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6718         nslookup if resolv.conf isn't available.
6719         (dns-query): Rename from query-dns.
6720         (dns-query-cached): Rename from query-dns-cached.
6721
6722 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6723
6724         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6725         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6726         to check if those variables exist (first appeared in Emacs 18.50).
6727
6728 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6729
6730         * mm-util.el (mm-line-number-at-pos): New function.
6731
6732         * spam-report.el (spam-report-process-queue): Use it.
6733
6734 2008-12-24  David Engster  <dengste@eml.cc>
6735
6736         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6737         parameters that haven't existed as variables as buffer-local variables.
6738
6739 2008-12-23  Dave Love  <fx@gnu.org>
6740
6741         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6742         cadar.
6743
6744         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6745         imap-starttls-p.
6746         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6747
6748 2008-12-22  Dave Love  <fx@gnu.org>
6749
6750         * imap.el: Fix author email.  Doc fixes.
6751         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6752         reply.
6753
6754 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6755
6756         * spam-report.el (spam-report-gmane-max-requests): New constant.
6757         (spam-report-gmane-wait): New variable.
6758         (spam-report-gmane-ham, spam-report-gmane-spam)
6759         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6760         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6761         the server.
6762
6763         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6764         Add explanations.
6765
6766         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6767         nnheader-accept-process-output and nnheader-read-timeout if available.
6768         (pop3-movemail): Use it.
6769
6770         * message.el (message-check-news-body-syntax): Fix signature check if
6771         there's an attachment.
6772
6773 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6774
6775         * mm-util.el: Add comments to the mm- emulating functions.
6776
6777 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6778
6779         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6780         Reported by Stephen Berman <stephen.berman@gmx.net>.
6781
6782 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6783
6784         * mm-util.el (mm-substring-no-properties): New function.
6785         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6786         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6787         (mm-string-to-multibyte): Doc fix.
6788
6789         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6790
6791 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6792
6793         * mml.el (mml-attach-file): Strip text properties from file name.
6794         (Bug#1574)
6795
6796 2008-12-16  Glenn Morris  <rgm@gnu.org>
6797
6798         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6799
6800 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6801
6802         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6803         knows since the charset specified might be a bogus alias that
6804         mm-charset-synonym-alist provides.
6805
6806 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6807
6808         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6809         "ISO_8859-1".
6810
6811         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6812
6813 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6814
6815         * mm-util.el (mm-charset-eval-alist):
6816         Define it before mm-charset-to-coding-system.
6817         (mm-charset-to-coding-system): Add optional argument `silent';
6818         define it before mm-charset-override-alist.
6819         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6820         default value if it can be used in Emacs currently running;
6821         silence mm-charset-to-coding-system.
6822
6823 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6824
6825         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6826         `allow-override' which says whether to use `mm-charset-override-alist'.
6827         (rfc2047-decode-encoded-words): Use it.
6828
6829         * mm-util.el (mm-charset-override-alist): Fix custom type;
6830         add `(gb2312 . gbk)' to choices.
6831
6832 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6833
6834         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6835         fast.
6836
6837         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6838
6839         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6840
6841 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6842
6843         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6844         on links.
6845
6846         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6847
6848 2008-12-03  Lute Kamstra  <lute@gnu.org>
6849
6850         * sha1.el: Remove leading * from docstrings of defcustoms,
6851         deffaces, defconsts and defuns.
6852
6853 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6854
6855         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6856         users' addresses that don't have domain parts.
6857         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6858         rather than message-narrow-to-head since there will be the message
6859         header separator.
6860
6861 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6862
6863         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6864         since the result is inserted in a unibyte buffer anyway.
6865         (nnimap-demule-use-string-to-multibyte): Remove.
6866         (nnimap-demule): Alias it to mm-string-to-multibyte.
6867
6868 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6869
6870         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6871         variable for debugging bug#464 and bug#1174.
6872         (nnimap-demule): Use it.
6873
6874 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6875
6876         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6877         score calculation correctly.
6878
6879 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6880
6881         * message.el (message-send-mail): Just set the buffer to unibyte
6882         rather than use mm-with-unibyte-current-buffer which does a lot more.
6883         (message-send-mail-partially): Don't bother with
6884         mm-with-unibyte-current-buffer since it's already been made unibyte by
6885         message-send-mail.
6886
6887 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6888
6889         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6890
6891 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6892
6893         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6894
6895 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6896
6897         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6898         require itself and to remove `with-no-warnings'.
6899
6900 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6901
6902         * starttls.el (starttls-any-program-available): Get the name of the
6903         available TLS layer program.
6904         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6905         well as the host name in the "opening" message.
6906
6907         * auth-source.el (auth-source-cache, auth-source-do-cache)
6908         (auth-source-user-or-password): Cache passwords and logins by default,
6909         allow override with `auth-source-do-cache'.
6910         (auth-source-forget-user-or-password): Allow users to remove cache
6911         entries if needed.
6912
6913 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6914
6915         * md4.el (md4-buffer): Fix typo in docstring.
6916         (md4, md4-64): Doc fixes.
6917         (md4-pack-int32): Reflow docstring.
6918
6919 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6920
6921         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6922         condition-case to only the forward-sexp call.
6923
6924 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6925
6926         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6927         quotes contained.  Make it more robust regardless by an extra
6928         condition-case wrapper.
6929
6930 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6931
6932         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6933
6934 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * nnml.el (nnml-request-expire-articles): Check if the function set to
6937         `nnmail-expiry-target' returns the symbol `delete'.
6938
6939         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6940
6941         * nnmail.el (nnmail-expiry-target): Fix custom type.
6942
6943 2008-10-02  Glenn Morris  <rgm@gnu.org>
6944
6945         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6946         Silence compiler warning.
6947
6948 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6949
6950         * tls.el (open-tls-stream): Show the actual command being
6951         executed, instead of the format string.
6952
6953 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6954
6955         * lpath.el: Fbind codepage-setup for Emacs 23.
6956
6957 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6958
6959         * mml.el (mml-menu): Don't assume mml2015 is bound.
6960
6961 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6962
6963         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6964         exists.
6965
6966 2008-09-27  Glenn Morris  <rgm@gnu.org>
6967
6968         * gnus-util.el (mail-header-remove-comments): Autoload it.
6969
6970 2008-09-27  Andreas Schwab  <schwab@suse.de>
6971
6972         * gnus-util.el (gnus-split-references): Strip comments.
6973         (gnus-parent-id): Likewise.
6974
6975 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6976
6977         * message.el (message-confirm-send): Fix version.
6978
6979 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6980
6981         * message.el (message-idna-to-ascii-rhs-1): Use
6982         mail-extract-address-components rather than mail-header-parse-addresses
6983         that is an alias by default to ietf-drums-parse-addresses that does not
6984         support non-ASCII names in headers' contents.
6985
6986 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6987
6988         * message.el (message-confirm-send): Fix variable documentation to
6989         avoid the "y/n" wording.
6990
6991 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6992
6993         * message.el (message-set-auto-save-file-name): Save to a different
6994         filename so multiple messages (especially drafts) can be recovered.
6995
6996 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6997
6998         * message.el (message-confirm-send): Add appropriate version.
6999
7000 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7001
7002         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7003         defvar.
7004
7005 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7006
7007         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7008         (mm-pkcs7-enveloped-magic): Ditto.
7009
7010 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7011
7012         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7013         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7014
7015 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7016
7017         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7018         default, it's better.
7019
7020 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7021
7022         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7023         summary line gnus-number property and ignore them (with a warning
7024         message).
7025
7026 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7027
7028         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7029         macro caddr in the interactive form since it won't be expanded.
7030
7031 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7032
7033         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7034         `charset'; fix name of function called recursively.
7035         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7036
7037 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7038
7039         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7040         (gnus-mime-set-charset-parameters): New function.
7041         (gnus-mime-view-part-as-charset): Use it to correctly display part
7042         specifying wrong charset.
7043
7044 2008-09-08  David Engster  <dengste@eml.cc>
7045
7046         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7047         in completing-read for back end server.
7048
7049 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7050
7051         * message.el (message-confirm-send): New variable to confirm sending a
7052         message.
7053         (message-send): Use it.
7054
7055 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7056
7057         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7058
7059 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7060
7061         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7062
7063 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7064
7065         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7066         prevent tracking too many groups.
7067         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7068         Use it.
7069
7070 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7071
7072         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7073         moving point to the bottom of the window in order to avoid recentering.
7074
7075 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7076
7077         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7078
7079         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7080         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7081         (gnus-article-beginning-of-window): Fix calculation.
7082
7083 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7084
7085         * gnus-msg.el (gnus-summary-supersede-article)
7086         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7087         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7088         message header.
7089
7090 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7091
7092         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7093         pending output coming after the status change.
7094
7095 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7096
7097         * message.el:
7098         * gnus-start.el:
7099         * gnus-registry.el: Remove VMS support.
7100
7101 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7102
7103         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7104         macro.
7105         (rfc2104-hash): Use it.
7106
7107 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7108
7109         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7110         (gnus-summary-sort-by-most-recent-date): New commands.
7111         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7112         and menu entries.
7113
7114 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7115
7116         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7117         don't redisplay article for raw contents; remove plural articles stuff.
7118
7119         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7120         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7121         on gnus-summary-save-article; display results properly.
7122
7123 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7124
7125         * lpath.el: No need to fbind ns-focus-frame.
7126
7127 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7128
7129         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7130
7131 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7132
7133         * gnus-art.el (gnus-summary-save-in-pipe):
7134         Consider gnus-save-all-headers.
7135
7136 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7137
7138         * gnus-util.el (ns-focus-frame): Remove declaration.
7139         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7140         like x.
7141
7142 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7143
7144         * rfc2104.el (rfc2104-zero): Delete defconst.
7145         (rfc2104-hex-alist): Likewise.
7146         (rfc2104-hex-to-int): Delete func.
7147         (rfc2104-hexstring-to-bitstring): Likewise.
7148         (rfc2104-nybbles): New defconst.
7149         (rfc2104-hash): Rewrite for speed.
7150
7151 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7152
7153         * tls.el (open-tls-stream): Make it work with the 2nd argument
7154         BUFFER that is a string but does not exist as a buffer object, as
7155         mentioned in the doc-string.
7156
7157 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7158
7159         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7160         SXEmacs.
7161
7162 2008-07-16  Glenn Morris  <rgm@gnu.org>
7163
7164         * gnus-util.el (ns-focus-frame): Declare for compiler.
7165
7166 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7167
7168         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7169         set as a group parameter.
7170         (gnus-summary-save-in-pipe): Work when it is called independently.
7171         (gnus-summary-pipe-to-muttprint): Don't modify
7172         gnus-summary-pipe-output-default-command.
7173
7174 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7175
7176         * message.el (message-send-mail-with-sendmail):
7177         Display the error message.
7178
7179 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7180
7181         * gnus-art.el (gnus-default-article-saver):
7182         Add gnus-summary-save-in-pipe to choices.
7183         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7184         gnus-summary-pipe-output-default-command as the default command.
7185         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7186         instead of gnus-last-shell-command.
7187
7188         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7189         New user option.
7190         (gnus-summary-muttprint-program): Mention the value will be changed.
7191         (gnus-summary-save-article): Force showing of all headers.
7192         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7193
7194 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7195
7196         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7197
7198 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7199
7200         * nnimap.el (nnimap-id):
7201         * sieve-manage.el (sieve-manage-open): Doc fixes.
7202
7203 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7204
7205         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7206         if available.
7207
7208 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7209
7210         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7211
7212         * nnkiboze.el (nnkiboze-generate-group):
7213         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7214
7215         * nnmairix.el: Require CL.
7216
7217 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7218
7219         * dgnushack.el: Autoload get-display-table and put-display-table for
7220         XEmacs 21.5.
7221
7222         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7223         21.4 and SXEmacs.
7224
7225 2008-06-15  David Engster  <dengste@eml.cc>
7226
7227         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7228
7229 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7230
7231         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7232         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7233         runtime choice under XEmacs.
7234
7235         * gnus-sum.el (gnus-summary-set-display-table):
7236         Use `gnus-put-display-table', `gnus-get-display-table',
7237         `gnus-set-display-table' for the display table, instead of `aset'.
7238
7239         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7240         Use `gnus-put-display-table', `gnus-get-display-table',
7241         `gnus-set-display-table' for the display table.
7242
7243 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7244
7245         * nnmairix.el: Add autoloads.
7246
7247 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7248
7249         * nnmairix.el (nnmairix-delete-recreate-group)
7250         (nnmairix-update-and-clear-marks): Fix error messages.
7251
7252 2008-06-14  David Engster  <dengste@eml.cc>
7253
7254         * nnmairix.el: Upgrade to version 0.6.
7255         (nnmairix-group-toggle-propmarks-this-group)
7256         (nnmairix-group-toggle-readmarks-this-group)
7257         (nnmairix-group-delete-recreate-this-group)
7258         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7259         (nnmairix-remove-tick-mark-original-article): New commands.
7260         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7261         (nnmairix-propagate-marks-to-nnmairix-groups)
7262         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7263         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7264         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7265         functions needed for marks propagation and manipulation of read marks.
7266         (nnmairix-update-groups): New function.
7267         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7268         (nnmairix-determine-original-group-from-registry)
7269         (nnmairix-determine-original-group-from-path)
7270         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7271         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7272         New helper functions.
7273         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7274         keystrokes for new commands.
7275         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7276         (nnmairix-request-group): Check allow-fast group parameter.
7277         (nnmairix-request-create-group): Set allow-fast group parameter if
7278         nnmairix-allowfast-default is set.
7279         (nnmairix-close-group): Propagate marks upon closing if needed.
7280         (nnmairix-group-toggle-threads-this-group): Use new.
7281         nnmairix-group-toggle-parameter helper function.
7282         (nnmairix-search): Better check for empty search result.
7283         (nnmairix-goto-original-article): Use new helper functions for
7284         determining original article.
7285         (nnmairix-show-original-article): Make sure message-id is in brackets.
7286         (nnmairix-call-mairix-binary): Change variable name.
7287         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7288         helper function.
7289         (nnmairix-widget-toggle-activate): Fix doc string.
7290
7291 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7292
7293         * nnir.el: Require edmacro when compiling with XEmacs.
7294         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7295         available in Emacs 21.
7296
7297 2008-06-11  Glenn Morris  <rgm@gnu.org>
7298
7299         * gnus-util.el (x-focus-frame):
7300         * gnus.el (image-size):
7301         * mm-decode.el (image-size): Declare.
7302
7303         * gnus-picon.el (declare-function): Add compat definition.
7304         (image-size): Declare.
7305
7306         * gnus-group.el (tool-bar-map):
7307         * gnus-sum.el (tool-bar-map): Define for compiler.
7308
7309         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7310
7311         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7312
7313         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7314         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7315         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7316         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7317         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7318         * sieve-manage.el, spam-report.el, spam.el:
7319         Remove unnecessary eval-and-compile of autoloads.
7320
7321 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7322
7323         * auth-source.el: Precise Tramp doc.
7324
7325 2008-06-07  Glenn Morris  <rgm@gnu.org>
7326
7327         * nnmairix.el: Remove unnecessary eval-when-compile.
7328
7329 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7330
7331         * lpath.el: Fbind propertize for XEmacs 21.4.
7332
7333 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7334
7335         * nnir.el: Move here from ../contrib.
7336
7337 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7338
7339         * gnus-util.el (gnus-read-shell-command): New function.
7340         * mm-decode.el (mm-pipe-part):
7341         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7342
7343 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7344
7345         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7346
7347 2008-06-03  Glenn Morris  <rgm@gnu.org>
7348
7349         * pop3.el (nnheader-accept-process-output): Autoload it.
7350
7351 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7352
7353         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7354         are not 2-digit hexadecimal characters that follow `%'s.
7355
7356 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7357
7358         * message.el (message-bogus-recipient-p): Fix type in doc string.
7359         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7360         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7361         Improve custom options.
7362         (message-bogus-recipient-p): Adjust accordingly.
7363
7364 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7365
7366         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7367         long-form month and day names.
7368
7369 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7370
7371         * dgnushack.el: Autoload debug, eudc-expand-inline and
7372         pgg-snarf-keys-region for XEmacs.
7373
7374         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7375
7376         * nnmairix.el: Require edmacro when compiling with XEmacs.
7377
7378 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7379
7380         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7381         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7382
7383 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7384
7385         * auth-source.el: Add more docs.
7386
7387         * netrc.el (netrc-machine): Always match if the port is not given.
7388
7389 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7390
7391         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7392         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7393         retrieval faster in some cases, but might make CPU usage larger.
7394         If this has any bad side effects, we might revert this change.
7395
7396         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7397         seems to make mail retrieval much, much faster.
7398         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7399         unconditionally.
7400
7401         * gnus-draft.el (gnus-group-send-queue):
7402         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7403
7404 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7405
7406         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7407
7408         * message.el (message-bogus-address-regexp): Fix and improve custom
7409         type.
7410         (message-setup-hook): Add message-check-recipients as custom option.
7411
7412 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7413
7414         * message.el (message-cite-function): Remove bogus autoload which crept
7415         in during merge from v5-10.
7416
7417 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7418
7419         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7420
7421         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7422
7423         * auth-source.el: Preliminary Tramp docs.
7424         (auth-sources): Change the default auth-sources to use
7425         EPA .gpg files.
7426
7427 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7428
7429         * nntp.el: Autoload `auth-source-user-or-password'.
7430         (nntp-send-authinfo): Use it.
7431
7432         * nnimap.el: Autoload `auth-source-user-or-password'.
7433         (nnimap-open-connection): Use it.
7434
7435         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7436         for the gnus-message function.
7437         (auth-source-user-or-password): Use it.
7438
7439 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7440
7441         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7442         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7443         (rfc2104-hash): Use it.
7444
7445 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7446
7447         * gnus-art.el (gnus-article-toggle-truncate-lines):
7448         Don't use `iff' in docstring.
7449
7450 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7451
7452         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7453
7454         * gnus-util.el (gnus-extract-address-component-name)
7455         (gnus-extract-address-component-email): Convenience functions around
7456         `gnus-extract-address-components'.
7457
7458         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7459         Use `gnus-extract-address-component-email' to fix bug of comparing full
7460         sender name to `user-mail-address'.
7461
7462 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7463
7464         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7465         catch/throw to optimize.
7466         (gnus-registry-find-keywords): Just use member to find a keyword.
7467
7468 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7469
7470         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7471         is current before calling gnus-server-prepare.
7472         (gnus-server-setup-buffer, gnus-server-update-server)
7473         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7474
7475 2008-05-04  Juri Linkov  <juri@jurta.org>
7476
7477         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7478         (mailcap-file-default-commands): Use mailcap-replace-in-string
7479         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7480         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7481
7482 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7483
7484         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7485
7486 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7487
7488         * gnus.el: Bump version to 0.11.
7489
7490 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7491
7492         * gnus.el: No Gnus v0.10 is released.
7493
7494 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7495
7496         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7497         hooks.
7498         (gnus-update-read-articles): Speed up non-marks-using users.
7499         (gnus-use-marks): Define gnus-use-marks.
7500         (gnus-propagate-marks): Rename variable to something more sensible.
7501
7502 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7503
7504         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7505         (gmm-image-load-path-for-library): Fix typos in docstrings.
7506         (gmm-message): Reflow docstring.
7507
7508 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7509
7510         * mail-source.el (mail-source-set-1, mail-source-bind):
7511         Move auth-source code out of the macro to clean it up and fix bugs.
7512
7513 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7514
7515         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7516         by sender if it's equal to user-mail-address, it's likely to be
7517         useless.
7518
7519         * mail-source.el (mail-source-bind): Don't use user or password if they
7520         are not bound.  Unintern them if they are nil.  Don't use server unless
7521         it's bound, and default it to empty string otherwise.
7522
7523 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7524
7525         * mail-source.el: Load auth-source.el.
7526         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7527         get user name or password, if auth-sources is set up.
7528
7529         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7530         strategy of splitting with parent.
7531         (gnus-registry-split-fancy-with-parent)
7532         (gnus-registry-post-process-groups): Use it and fix prior
7533         bug (returning a list as the split result).
7534
7535         * auth-source.el (auth-sources): Remove server parameter.
7536         (auth-source-pick, auth-source-user-or-password)
7537         (auth-source-user-or-password-imap)
7538         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7539         (auth-source-user-or-password-sftp)
7540         (auth-source-user-or-password-smtp): Remove server parameter.
7541
7542 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7543
7544         * smime.el (smime-sign-region, smime-encrypt-region)
7545         (smime-decrypt-region):
7546         Remove redundant calls to `generate-new-buffer-name'.
7547
7548 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7549
7550         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7551         Don't use QP for message/rfc822.
7552         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7553
7554 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7555
7556         * sieve-manage.el (sieve-string-bytes): Remove.
7557         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7558         correct byte-length only if the process's coding-system is the same as
7559         the one used internally by Emacs to represent strings.
7560
7561 2008-04-22  Juri Linkov  <juri@jurta.org>
7562
7563         * mailcap.el (mailcap-file-default-commands): New function.
7564
7565 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7566
7567         * message.el (message-signature-separator, message-cite-function):
7568         Change custom version.
7569
7570 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7571
7572         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7573         commands.
7574         (tls-checktrust): Ditto.
7575
7576 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7577
7578         * mm-decode.el (mm-display-external): Make temp file read-only.
7579
7580 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7581
7582         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7583         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7584         `C-c C-f d'.
7585
7586 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7587
7588         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7589
7590 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7591
7592         * gnus.el: Bump version to 0.9.
7593
7594 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7595
7596         * gnus.el: No Gnus v0.8 is released.
7597
7598 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7599
7600         * mail-source.el (mail-source-value):
7601         Prefer fboundp to functionp so it works with macros as well.
7602
7603 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7604
7605         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7606         Fix last change in case the element is not even a symbol.
7607
7608 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7609
7610         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7611         Prefer fboundp to functionp so it works with macros as well.
7612
7613 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7614
7615         * auth-source.el: Add docs.
7616         (auth-sources): Modify format to support server.
7617         (auth-source-pick, auth-source-user-or-password)
7618         (auth-source-user-or-password-imap)
7619         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7620         (auth-source-user-or-password-sftp)
7621         (auth-source-user-or-password-smtp): Add server parameter.
7622
7623 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7624
7625         * gnus-registry.el: Initialize the registry when gnus-registry-install
7626         is t.
7627
7628 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7629
7630         * compface.el (uncompface): Make buffer unibyte.
7631
7632 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7633
7634         * mail-source.el (mail-source-value):
7635         Prefer fboundp to functionp so it works with macros as well.
7636
7637 2008-04-05  Glenn Morris  <rgm@gnu.org>
7638
7639         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7640
7641 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7642
7643         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7644         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7645
7646         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7647         multibyteness after rather than before erasing it.
7648
7649         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7650         mm-with-multibyte.
7651         (gnus-request-article-this-buffer): Make sure the proper decoding is
7652         used if gnus-original-article-buffer happens to be unibyte.
7653
7654         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7655         default-enable-multibyte-characters.
7656
7657         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7658         default-enable-multibyte-characters.
7659
7660         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7661
7662         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7663
7664 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7665
7666         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7667         Fix last change in case the element is not even a symbol.
7668
7669 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7670
7671         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7672         (imap-message-copyuid-1): Use it.
7673         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7674         J. Williams in
7675         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7676
7677         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7678         imap-enable-exchange-bug-workaround.
7679         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7680
7681 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7682
7683         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7684         a 100 byte status-checks into a 2-3MB transfer for each group.
7685         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7686         to enable bug workaround or not.
7687         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7688
7689 2008-03-31  Glenn Morris  <rgm@gnu.org>
7690
7691         * message.el (mml2015-use): Declare for compiler.
7692         (message-info): Require mml2015 when appropriate.
7693
7694 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7695
7696         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7697         whitespace.
7698
7699 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7700
7701         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7702         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7703         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7704         (nntp-service-to-port): New function.
7705         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7706         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7707         (nntp-open-netcat-stream): New function.
7708         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7709
7710 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7711
7712         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7713
7714 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7715
7716         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7717
7718 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7719
7720         * dns.el (dns-write): Use set-buffer-multibyte.
7721
7722 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7723
7724         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7725
7726 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7727
7728         * message.el (message-signature-separator): Change default.
7729         Improve custom type.
7730         (message-cite-function): Change default to
7731         message-cite-original-without-signature.
7732
7733         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7734         toggle.
7735
7736         * message.el (message-check-news-body-syntax): Fix signature check.
7737         (message-setup-1): Mark buffer as unmodified _after_ running
7738         message-setup-hook and handling message-alternative-emails.
7739         (message-shorten-references): Be more strict when building list of
7740         valid references to comply with GNKSA.
7741
7742         * gnus-group.el (gnus-read-ephemeral-bug-group)
7743         (gnus-read-ephemeral-debian-bug-group)
7744         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7745
7746         * message.el (message-info): Don't use booleanp which isn't supported
7747         in Emacs 21 and XEmacs.
7748
7749 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7750
7751         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7752         gnus-group-gmane-group-download-format.
7753         (gnus-group-read-ephemeral-gmane-group): Rename from
7754         gnus-group-read-ephemeral-gmane-group.
7755         (gnus-read-ephemeral-gmane-group-url): Rename from
7756         gnus-group-read-ephemeral-gmane-group-url.
7757         (gnus-bug-group-download-format-alist): New variable.
7758         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7759         (gnus-read-ephemeral-emacs-bug-group): New commands.
7760
7761 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7762
7763         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7764         (gnus-visible-headers): Improve custom type.
7765
7766 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7767
7768         * mml.el (mml-menu): Add workarounds for XEmacs.
7769
7770         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7771         X-Boundary header.
7772
7773         * message.el (message-simplify-recipients): Fix previous commit.
7774
7775 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7776
7777         * mm-util.el (mm-set-buffer-multibyte): New function.
7778         * mm-decode.el (mm-copy-to-buffer): Use it.
7779
7780         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7781         Prefer fboundp to functionp so it works with macros as well.
7782
7783 2008-03-19  Glenn Morris  <rgm@gnu.org>
7784
7785         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7786         Accidentally removed in the sync process with Emacs.
7787
7788 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7789
7790         * message.el (message-alter-recipients-discard-bogus-full-name):
7791         New function.
7792         (message-alter-recipients-function): New variable.
7793         (message-get-reply-headers): Use it.
7794         (message-replace-header): New helper function.
7795         (message-recipients-without-full-name): New variable.
7796         (message-simplify-recipients): New command.
7797
7798         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7799
7800         * message.el (message-info): Handle EasyPG manual.
7801
7802         * mml.el (mml-menu): Add entry for EasyPG.
7803
7804 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7805
7806         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7807         parameter.
7808
7809         * message.el (message-disassociate-draft): Specify drafts group name
7810         fully.
7811
7812 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7813
7814         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7815         Eliminate unnecessary duplicates from the match list.
7816
7817 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7818
7819         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7820
7821         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7822
7823         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7824         args of `how-many' of which the XEmacs version doesn't take; declare
7825         Info-index-next as function.
7826
7827 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7828
7829         * gnus-score.el (gnus-score-headers): Fix handling of
7830         gnus-inhibit-slow-scoring.
7831
7832         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7833         string.
7834         (gnus-button-url-regexp): Improve handling of parenthesis.
7835         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7836         (gnus-button-handle-info-keystrokes): Handle index entries.
7837
7838 2008-03-15  Glenn Morris  <rgm@gnu.org>
7839
7840         * parse-time.el (parse-time-string): Simplify.
7841
7842 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7843
7844         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7845         Incoming* files.
7846
7847 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7848
7849         * auth-source.el (auth-sources): Rename from auth-source-choices.
7850         (auth-source-pick): Use it.
7851
7852 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7853
7854         * binhex.el (binhex-decode-region-internal):
7855         * uudecode.el (uudecode-decode-region-internal):
7856         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7857         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7858         setting default-enable-multibyte-characters.
7859
7860 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7861
7862         * auth-source.el (auth-source-protocols)
7863         (auth-source-protocols-customize, auth-source-choices): Add and
7864         modified variable customizations and defaults.
7865         (auth-source-pick, auth-source-user-or-password)
7866         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7867         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7868         (auth-source-user-or-password-sftp)
7869         (auth-source-user-or-password-smtp): Use new variables and provide an
7870         interface to netrc.el.
7871
7872 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7873
7874         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7875         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7876         Make sure the nntp port to specify is a string.
7877
7878 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7879
7880         * nntp.el: Use with-current-buffer.
7881         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7882         dubious mm-with-unibyte-current-buffer.
7883         (nntp-with-open-group-function): New function extracted from
7884         nntp-with-open-group macro.
7885         (nntp-with-open-group): Use the function, so it's easier to debug.
7886         Add indentation and debugging info.
7887         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7888         Recommend the use of the netcat alternatives.
7889
7890         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7891         Avoid mm-string-as-multibyte as well.
7892
7893         * nnweb.el (nnweb-insert-html):
7894         Remove use of nnheader-string-as-multibyte.
7895
7896         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7897         (nnheader-string-as-multibyte): Remove.
7898
7899         * mm-view.el: Use inhibit-read-only.
7900         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7901         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7902         or unibyte-string.
7903
7904         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7905         (mm-uu-yenc-extract): Use with-current-buffer.
7906
7907         * gnus-soup.el (gnus-soup-send-packet): Don't use
7908         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7909
7910         * nnmh.el: Use with-current-buffer.
7911         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7912         mm-string-as-multibyte on the output of mm-encode-coding-string.
7913
7914         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7915         (nnimap-request-move-article): Use with-current-buffer.
7916
7917         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7918         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7919         conversion uses string-make-unibyte rather than string-as-unibyte.
7920
7921         * gnus-msg.el: Use with-current-buffer.
7922
7923         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7924
7925 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7926
7927         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7928         string for caching if it is 'PIN.
7929
7930 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7931
7932         * lpath.el: Consider the case without Emacs/W3.
7933
7934 2008-03-08  Glenn Morris  <rgm@gnu.org>
7935
7936         * time-date.el (date-to-time, time-subtract, time-add)
7937         (safe-date-to-time): Doc fixes.
7938
7939 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7940
7941         * mail-source.el (mail-source-delete-old-incoming-confirm):
7942         Change default to nil.
7943         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7944
7945 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7946
7947         * lpath.el: Rearrange.
7948
7949         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7950         (gnus-article-goto-prev-page): Work for articles having ^L's.
7951
7952         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7953
7954         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7955
7956 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7957
7958         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7959         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7960         (gnus-bookmark-jump): Adjust some variable names.
7961
7962 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7963
7964         * auth-source.el: New package.
7965         (auth-source-choices): Add customization entry point variable.
7966
7967         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7968         bug.
7969
7970 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7971
7972         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7973         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7974         (gnus-registry-install-shortcuts): Rename from
7975         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7976         the `gnus-registry-mark-map' keymap dynamically from
7977         `gnus-registry-marks'.  The generated functions update the summary line
7978         when a registry mark is added or deleted, and will call
7979         `gnus-registry-install-p' (see the comments in the code).
7980         (gnus-registry-user-format-function-M): Use concat intelligently.
7981
7982         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7983         the registry mark functions.
7984
7985 2008-03-05  Glenn Morris  <rgm@gnu.org>
7986
7987         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7988         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7989         gnus-art.
7990         (top-level): No need to load own source when compiling.
7991
7992 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7993
7994         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7995         Suggested by <chris.anderton@zetnet.co.uk>.
7996
7997 2008-03-04  Glenn Morris  <rgm@gnu.org>
7998
7999         * gnus-sum.el (top-level): No need to require gnus when compiling,
8000         since unconditionally required near start of file.
8001         (gnus-summary-display-while-building): Move definition before use.
8002
8003 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8004
8005         * gnus-registry.el (gnus-registry-user-format-function-M):
8006         Add formatting function.
8007
8008 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8009
8010         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8011         with plists.
8012         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8013         Use new format.
8014
8015 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8016
8017         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8018         `where-is-internal' that returns a range of key sequences.
8019
8020 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8021
8022         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8023
8024         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8025         (gnus-summary-jump-to-group): Consider windows on other displayed
8026         frames as well.  Similar changes might be needed elsewhere, but that's
8027         the one I've bumped into during my use.
8028
8029         * nndoc.el (nndoc-oe-dbx-type-p):
8030         * gnus-msg.el (gnus-debug):
8031         * gnus-group.el (gnus-update-group-mark-positions):
8032         Use mm-string-to-multibyte.
8033
8034 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8035
8036         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8037         doesn't handle NotDashEscaped.
8038
8039         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8040         (mml-dnd-attach-options): Fix typo in custom choice.
8041
8042         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8043         Change nndoc-article-type to mbox.
8044         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8045
8046         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8047         to nil, instead of html2text.
8048
8049         * imap.el (imap-debug): Add `imap-ping-server'.
8050
8051         * gnus-bookmark.el: Add FIXMEs.
8052
8053         * message.el (message-form-letter-separator)
8054         (message-send-form-letter-delay): New variables.
8055         (message-send-form-letter): Use them.  New command to send form
8056         letters.  Requested by Uwe Siart.
8057         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8058
8059 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8060
8061         * Update copyright years.
8062
8063 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8064
8065         Sync from EMACS_22_BASE.
8066
8067         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8068
8069 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8070
8071         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8072         empty author.
8073
8074 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8075
8076         * gnus-registry.el (gnus-registry-marks): Add variable for
8077         customization of marks and their appearance.
8078         (gnus-registry-read-mark): Use it.
8079         (gnus-registry-do-marks): Add utility function to loop through
8080         `gnus-registry-marks'.
8081         (gnus-registry-install-shortcuts-and-menus): Add function to install
8082         shortcuts and menus.
8083         (gnus-registry-initialize): Use it.
8084         (gnus-registry-default-mark): Clarify documentation.
8085
8086 2008-02-29  Glenn Morris  <rgm@gnu.org>
8087
8088         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8089         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8090         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8091         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8092         Change defcustom :version from 23.0 to 23.1.
8093
8094 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8095
8096         * gnus-registry.el (gnus-registry-follow-group-p)
8097         (gnus-registry-post-process-groups): Add functions to aid registry
8098         splitting and improve logging.  Clarify behavior in function
8099         documentation.
8100         (gnus-registry-split-fancy-with-parent): Use them.
8101
8102 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8103
8104         * gnus-art.el: Use with-current-buffer.
8105
8106 2008-02-27  David Engster  <dengste@eml.cc>
8107
8108         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8109         Express real group name in the response.
8110
8111 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8112
8113         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8114         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8115         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8116         autoload gnus-registry-fetch-group when compiling.
8117         (nnmairix-request-group-with-article-number-correction):
8118         Remove unreferenced argument passed to nnmairix-call-backend.
8119
8120 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8121
8122         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8123         (mm-uu-extract): Improve face for low color ttys.
8124         Reported by Sascha Wilde.
8125
8126 2008-02-27  Glenn Morris  <rgm@gnu.org>
8127
8128         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8129         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8130         variables to defconsts.  Convert comments to doc-strings.
8131         (nnmairix-last-server, nnmairix-current-server): Convert from free
8132         variables to defvars.  Convert comments to doc-strings.
8133         (gnus-registry-fetch-group): Autoload.
8134         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8135         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8136         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8137         caddr.
8138         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8139         nnmairix-request-group-with-article-number-correction call.
8140         (nnmairix-fast, nnmairix-group): New, less general names, for free
8141         variables passed from nnmairix-request-group to
8142         nnmairix-request-group-with-article-number-correction.  Declare.
8143         (nnmairix-request-group-with-article-number-correction):
8144         Use nnmairix-fast, nnmairix-group rather than fast, group.
8145
8146 2008-02-26  David Engster  <dengste@eml.cc>
8147
8148         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8149         version 0.5.
8150
8151 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8152
8153         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8154         instead of making an extra function call.  Don't add the current group
8155         to articles only when they have the group.  Use
8156         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8157         Reported by David <de_bb@arcor.de>.
8158
8159 2008-02-24  Miles Bader  <miles@gnu.org>
8160
8161         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8162         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8163         (mm-find-mime-charset-region):
8164         * mm-bodies.el (mm-encode-body):
8165         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8166
8167 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8168
8169         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8170         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8171
8172 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8173
8174         * mail-source.el (mail-source-delete-incoming): Change default.
8175         Supplement doc string.
8176
8177         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8178
8179 2008-02-14  Glenn Morris  <rgm@gnu.org>
8180
8181         * time-date.el (format-seconds): New function.
8182
8183 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8184
8185         * nnmail.el (nnmail-message-id-cache-file): Derive from
8186         `gnus-home-directory'.
8187
8188 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8189
8190         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8191         Document negative prefix.
8192
8193         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8194
8195 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8196
8197         * message.el (message-unsent-separator): Add the Exim bounce
8198         separator.
8199
8200 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8201
8202         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8203         list.
8204         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8205         recipient/signer list.
8206
8207 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8208
8209         * Makefile.in (datarootdir): Define.
8210         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8211         name that might contain whitespace.
8212
8213 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8214
8215         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8216         fbound (Emacs 23 unicode), signal an error.
8217
8218 2008-02-08  Glenn Morris  <rgm@gnu.org>
8219
8220         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8221
8222 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8223
8224         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8225         ports to the calls to `netrc-machine-user-or-password' in addition to
8226         "imap" and "imaps".
8227
8228 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8229
8230         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8231
8232         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8233
8234 2008-02-01  Kenichi Handa  <handa@m17n.org>
8235
8236         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8237         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8238         (rfc2104-hash): Convert the result of concat to unibyte string.
8239
8240 2008-02-01  Dave Love  <fx@gnu.org>
8241
8242         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8243         coding-system-for-read.
8244         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8245
8246 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8247
8248         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8249         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8250         <hanche@math.ntnu.no>.
8251
8252 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8253
8254         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8255
8256         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8257
8258 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8259
8260         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8261         * message.el (message-beginning-of-line): Use featurep instead of bound
8262         tests in order to resolve conditionals at compile time.
8263
8264 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8265
8266         * mail-source.el (mail-sources): Add `group' choice.
8267
8268         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8269         parameter `in-group' to control into which group the articles go.
8270         Add treatment of `group' mail-source.
8271
8272 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8273
8274         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8275
8276         * mm-decode.el (mm-dissect-buffer): Decode description.
8277
8278         * mml.el (mml-to-mime): Encode message header first.
8279
8280 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8281
8282         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8283         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8284
8285         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8286         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8287
8288 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8289
8290         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8291
8292 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8293
8294         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8295         prefix keys.
8296         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8297         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8298         gnus-xmas.el.
8299
8300         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8301         (gnus-xmas-article-describe-bindings): New function.
8302         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8303         gnus-xmas-article-describe-bindings.
8304
8305         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8306
8307 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8308
8309         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8310         Add new variables for article mark management.
8311         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8312         list of extra data entries which, when present, will indicate that the
8313         article ID should not be trimmed from the registry.
8314         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8315         functions.
8316         (gnus-registry-read-mark): New function to read a mark name from the
8317         user.
8318         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8319         (gnus-registry-set-article-mark-internal): New functions to add and
8320         remove marks.
8321         (gnus-registry-get-article-marks): New function to show the marks for
8322         an article, or retrieve them for further use.
8323
8324 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8325
8326         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8327         keys when no argument is given.
8328
8329 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8330
8331         * imap.el (imap-ping-server): New variable.
8332         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8333         (imap-ping-server): Minor doc string fixes.
8334
8335 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8336
8337         * imap.el (imap-ping-server): New function.
8338         (imap-opened): Call imap-ping-server.
8339
8340 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8341
8342         * gnus-sum.el (gnus-article-sort-by-random)
8343         (gnus-thread-sort-by-random): Fix doc strings.
8344         Reported by jidanni@jidanni.org.
8345
8346 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8347
8348         * gnus-art.el (gnus-article-describe-bindings): New function.
8349         (gnus-article-read-summary-keys): Use it.
8350         (gnus-article-mode-map): Bind `C-h b' to it.
8351
8352 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8353
8354         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8355         XEmacs.
8356         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8357         Protect against non-character events.
8358
8359         * lpath.el: Fbind map-keymap for Emacs 21.
8360
8361 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8362
8363         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8364         New command.
8365         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8366         instead of END.  Change name of the temp file.
8367         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8368         customizable.
8369
8370 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8371
8372         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8373         bind `S W' to gnus-article-wide-reply-with-original; set default
8374         binding to gnus-article-read-summary-send-keys.
8375         (gnus-article-read-summary-keys): Fix the order of keys; display
8376         continuation keys correctly in the echo area; describe bindings
8377         correctly when keys end with `C-h'.
8378         (gnus-article-read-summary-send-keys): New function.
8379         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8380         Work for gnus-article-read-summary-send-keys; display continuation keys
8381         correctly in the echo area.
8382         (gnus-article-reply-with-original): Ignore prefix argument.
8383         (gnus-article-wide-reply-with-original): New function.
8384
8385         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8386         Emacs 21.
8387
8388 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8389
8390         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8391         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8392
8393 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8394
8395         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8396         (gnus-group-read-ephemeral-gmane-group): New command.
8397
8398 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8399
8400         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8401
8402 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8403
8404         * message.el (message-send-mail-function): Increase custom version.
8405
8406         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8407         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8408
8409 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8410
8411         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8412         for the cases where imap-authenticate is called with a nil buffer
8413         parameter.
8414
8415 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8416
8417         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8418         html parts correctly; support forwarded messages.
8419         (gnus-article-browse-html-article): Remove work buffers.
8420
8421         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8422         compiling.
8423         (netrc-bound-and-true-p): New macro.
8424         (netrc-parse): Use it instead of bound-and-true-p that is not available
8425         in XEmacs 21.4.
8426
8427 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8428
8429         * gnus-registry.el (gnus-registry-mark-article)
8430         (gnus-registry-article-marks): Add functionality to mark articles
8431         through the Gnus registry.
8432
8433         * encrypt.el: Clarify documentation for the new pgg method.
8434         (encrypt-file-alist): Add PGG option.
8435         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8436         functionality.  Abstract password key and messaging to external
8437         functions.
8438         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8439         (encrypt-message-method-and-cipher): Add new convenience external
8440         functions.
8441         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8442         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8443
8444         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8445         (netrc-parse): Use encrypt-file-alist to determine if
8446         encrypt-find-model or encrypt-insert-file-contents should be used.
8447
8448         * encrypt.el: Clarify documentation.  Load password-cache or
8449         password, whichever one is found first, instead of autoloading.
8450
8451 2007-12-19  Glenn Morris  <rgm@gnu.org>
8452
8453         * mml.el (message-options-set, message-narrow-to-head)
8454         (message-in-body-p, message-mail-p, message-encode-message-body):
8455         Autoload.
8456         (message-remove-header, message-narrow-to-headers-or-head)
8457         (message-subscribed-p, message-make-mail-followup-to)
8458         (message-position-on-field, message-news-p)
8459         (message-options-set-recipient, message-generate-headers)
8460         (message-sort-headers): Declare as functions.
8461
8462 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8463
8464         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8465         convention in doc string.
8466
8467 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8468
8469         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8470         title to html parts.
8471         (gnus-article-browse-html-article): Pass message header to it.
8472
8473         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8474
8475 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8476
8477         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8478         or password compatible with XEmacs.
8479
8480 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8481
8482         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8483         format document.
8484         (gnus-mime-delete-part): Don't write description line if empty.
8485         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8486
8487 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8488
8489         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8490         (gnus-summary-mark-read-and-unread-as-read)
8491         (gnus-summary-mark-current-read-and-unread-as-read)
8492         (gnus-summary-mark-unread-as-ticked): Doc fix.
8493         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8494
8495 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8496
8497         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8498         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8499
8500 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8501
8502         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8503         yes-or-no-p.
8504
8505 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8506
8507         * mm-decode.el (mm-add-meta-html-tag): New function.
8508         (mm-save-part-to-file, mm-pipe-part): Use it.
8509
8510         * gnus-art.el (gnus-article-browse-delete-temp-files):
8511         Use gnus-y-or-n-p instead of y-or-n-p.
8512         (gnus-article-browse-html-parts): Work with message/external-body; use
8513         mm-add-meta-html-tag.
8514
8515 2007-12-11  Glenn Morris  <rgm@gnu.org>
8516
8517         * gnus-cache.el: Require gnus-sum not just when compiling.
8518
8519         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8520
8521         * gnus-int.el (gnus-server-opened, gnus-status-message):
8522         Move definitions before use.
8523
8524         * mm-decode.el: Require gnus-util.
8525         (mm-remove-part): Only call delete-annotation on XEmacs.
8526
8527         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8528
8529         * nnmail.el: Require gnus-int.
8530
8531         * spam.el: Move `require's before `eval-when-compile's.
8532
8533         * gnus-ems.el (gnus-alive-p):
8534         * gnus-fun.el (message-goto-eoh):
8535         * gnus-util.el (gnus-group-name-decode):
8536         * mail-source.el (gnus-compress-sequence):
8537         * message.el (Info-goto-node, format-spec):
8538         * mm-bodies.el (message-options-get):
8539         * mm-decode.el (mm-view-pkcs7):
8540         * mm-util.el (gmm-write-region):
8541         * mml-smime.el (mml-compute-boundary)
8542         (gnus-completing-read-with-default):
8543         * mml.el (widget-button-press, gnus-make-hashtable):
8544         * mml1991.el (mm-decode-content-transfer-encoding)
8545         (mm-encode-content-transfer-encoding)
8546         (message-options-get, message-options-set):
8547         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8548         * nnfolder.el (gnus-request-group):
8549         * nnheader.el (ietf-drums-unfold-fws):
8550         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8551         * smime.el (gnus-run-mode-hooks):
8552         * spam-stat.el (gnus-message): Autoload.
8553
8554         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8555         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8556         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8557         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8558         Add declare-function compatibility definition.
8559
8560         * gnus-cache.el (nnvirtual-find-group-art):
8561         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8562         (gnus-add-image, gnus-add-wash-type):
8563         * gnus-group.el (nnkiboze-score-file):
8564         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8565         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8566         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8567         (message-tokenize-header, gnus-get-buffer-create)
8568         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8569         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8570         * gnus.el (gnus-group-decoded-name):
8571         * mail-source.el (imap-capability):
8572         * mm-bodies.el (message-options-set):
8573         * mm-decode.el (gnus-configure-windows):
8574         * mm-extern.el (message-goto-body):
8575         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8576         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8577         (epg-sub-key-validity, message-options-set):
8578         * mml.el (widget-event-point, gnus-configure-windows):
8579         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8580         * mml2015.el (epg-check-configuration, epg-configuration)
8581         (message-options-set):
8582         * nndb.el (nndb-request-article):
8583         * nnfolder.el (gnus-request-create-group):
8584         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8585         * nnmaildir.el (gnus-group-mark-article-read):
8586         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8587         * rfc1843.el (message-fetch-field):
8588         * spam.el (gnus-extract-address-components):
8589         Declare as functions.
8590
8591 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8592
8593         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8594
8595         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8596
8597         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8598         bind show-trailing-whitespace for XEmacs.
8599
8600 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8601
8602         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8603         new no-op macro for backward compatibility.
8604
8605         * imap.el (imap-string-to-integer): New function.
8606
8607 2007-12-09  Glenn Morris  <rgm@gnu.org>
8608
8609         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8610
8611         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8612         * message.el, mm-view.el, sieve-manage.el, smime.el:
8613         Add declare-function compatibility definition.
8614
8615         * gnus-art.el (w3-region, w3m-region, Info-menu):
8616         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8617         * gnus-sum.el (gnus-get-predicate):
8618         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8619         * message.el (mail-abbrev-in-expansion-header-p):
8620         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8621         (w3m-detect-meta-charset, w3m-region):
8622         * sieve-manage.el (password-read, password-cache-add)
8623         (password-cache-remove):
8624         * smime.el (password-read-and-add): Declare as functions.
8625
8626 2007-12-08  David Kastrup  <dak@gnu.org>
8627
8628         * gnus-sum.el (gnus-summary-simplify-subject-query):
8629         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8630         `message'.
8631
8632 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8633
8634         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8635         it to bind idna-program, installation-directory, defined-colors, and
8636         face-attribute for XEmacs of the version that compiles defcustom forms.
8637
8638 2007-12-07  Glenn Morris  <rgm@gnu.org>
8639
8640         * gnus-art.el (article-make-date-line): Revert previous change.
8641
8642 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8643
8644         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8645
8646 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8647
8648         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8649         Call gnus-add-to-range ranges only once with a prepared article-list.
8650
8651 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8652
8653         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8654         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8655         group names with backslashes.
8656         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8657
8658 2007-12-06  Deepak Goel  <deego3@gmail.com>
8659
8660         * gnus-art.el (article-make-date-line):
8661         * gnus-start.el (gnus-load):
8662         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8663
8664 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8665
8666         * gnus-art.el (gnus-use-idna)
8667         * gnus-start.el (gnus-site-init-file)
8668         * message.el (message-use-idna)
8669         * mm-uu.el (mm-uu-hide-markers)
8670         * smiley.el (smiley-style): Revert changes that suppress warnings.
8671
8672 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8673
8674         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8675         specify charset to html source.
8676         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8677
8678 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8679
8680         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8681         idna-program in order to suppress byte compile warning issued by XEmacs
8682         that came to byte compile the default value section of defcustom forms
8683         recently.
8684
8685         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8686         value of installation-directory.
8687
8688         * message.el (message-use-idna): Don't directly refer to the value of
8689         idna-program.
8690
8691         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8692
8693         * smiley.el (smiley-style): Don't directly call face-attribute.
8694
8695 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8696
8697         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8698
8699         * gnus-dired.el: Reduce Gnus dependencies.
8700         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8701         Don't require.  Use autoloads instead.
8702         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8703         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8704         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8705         (gnus-dired-mode): Adjust doc string.
8706         (gnus-dired-mail-mode): New variable.
8707         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8708         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8709         (gnus-dired-mail-buffers): New function.  Return mail or message
8710         composition buffers.
8711         (gnus-dired-attach): Use it.
8712         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8713         NO-DECODE.
8714         (gnus-dired-print): Use `gnus-print-buffer' depending on
8715         `gnus-dired-mail-mode'.
8716
8717 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8718
8719         * rfc2047.el (rfc2047-encoded-word-regexp)
8720         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8721         explaining what regexp patterns are for.
8722
8723 2007-12-04  Glenn Morris  <rgm@gnu.org>
8724
8725         * password.el: Move to password-cache.el.
8726
8727         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8728         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8729         * mml-smime.el (password-read, password-cache-add)
8730         (password-cache-remove):
8731         No need to autoload, since mml-sec requires password.
8732
8733         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8734         * message.el (gnus-extract-address-components):
8735         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8736
8737         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8738         password.
8739
8740 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8741
8742         * mailcap.el: Reduce dependencies.
8743         (mail-header-parse-content-type): Autoload.
8744         (mailcap-delete-duplicates): New alias.
8745         (mailcap-mime-info): Add optional argument NO-DECODE.
8746         (mailcap-mime-types): Use mailcap-delete-duplicates.
8747
8748         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8749
8750 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8751
8752         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8753         (imap-parse-status): Upcase status-att for servers that sends them
8754         lower-case (e.g., MS Exchange 2007).
8755
8756 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8757
8758         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8759         function.
8760
8761         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8762         (gnus-uu-yenc-article): New function.
8763
8764         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8765
8766         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8767
8768 2007-12-02  Glenn Morris  <rgm@gnu.org>
8769
8770         * binhex.el (binhex): New custom group.
8771         (binhex-decoder-program, binhex-decoder-switches)
8772         (binhex-use-external): Move to the binhex custom group.
8773
8774         * uudecode.el (uudecode): New custom group.
8775         (uudecode-decoder-program, uudecode-decoder-switches)
8776         (uudecode-use-external): Move to the uudecode custom group.
8777
8778         * netrc.el (top-level): Don't load `encrypt' features.
8779         (netrc-parse): Don't use encrypt.
8780         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8781
8782         * encrypt.el: Remove file.
8783
8784 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8785
8786         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8787         matches on patches.
8788
8789         * gnus-art.el (gnus-article-browse-html-article):
8790         Mention `mm-text-html-renderer' in the doc string.
8791
8792         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8793         string.  Add comments.
8794
8795         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8796         if rhs is ASCII.
8797
8798 2007-12-01  Glenn Morris  <rgm@gnu.org>
8799
8800         * mail-source.el (top-level): Require format-spec before
8801         eval-when-compile.
8802
8803 2007-11-30  Glenn Morris  <rgm@gnu.org>
8804
8805         * encrypt.el: Require password, rather than autoloading password-read.
8806
8807 2007-11-29  Glenn Morris  <rgm@gnu.org>
8808
8809         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8810         (sasl-make-client, sasl-next-step, sasl-step-data)
8811         (sasl-step-set-data): Declare as functions.
8812
8813 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8814
8815         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8816
8817 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8818
8819         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8820         certs should be verified and what is to be done in the event of a
8821         verification failure.
8822
8823         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8824         caller can indicate whether the cache should be disregarded for this
8825         call.  This way the result of the call is reproducible at all times and
8826         can be considered a canonical server name for the supplied method.
8827         (gnus-agent-method-p): Canonicalize server names by pushing their
8828         method through `gnus-method-to-server' using the no-cache argument.
8829
8830         * gnus-srvr.el (gnus-server-insert-server-line):
8831         Call `gnus-method-to-server' with `no-cache' argument.
8832
8833         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8834         gnus-agent-possibly-synchronize-flags as this should be called when the
8835         server is actually being opened.
8836         (gnus-agent-possibly-synchronize-flags)
8837         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8838         flags file of an agentized server to the latter function.
8839
8840         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8841         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8842         after a connection has been established successfully.
8843
8844 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8845
8846         * gnus-art.el (article-display-face): Force to display face if called
8847         interactively; check if gnus-article-x-face-too-ugly matches author.
8848         (article-display-x-face): Display face even if From header is missing
8849         as article-display-face does.
8850
8851 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8852
8853         * hashcash.el (message-narrow-to-headers-or-head)
8854         (message-fetch-field, message-goto-eoh)
8855         (message-narrow-to-headers): Declare as functions.
8856
8857 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8858
8859         * mail-source.el (mail-sources): Default to fetch from file for
8860         compatibility with default of nnmail-spool-file.
8861
8862 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8863
8864         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8865         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8866         to look for encoded word that should be encoded again.
8867         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8868         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8869         encoding pattern.
8870         (rfc2047-decode-region): Switch strict regexp and loose one according
8871         to rfc2047-allow-irregular-q-encoded-words.
8872
8873 2007-11-25  Romain Francoise  <romain@orebokech.com>
8874
8875         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8876
8877 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8878
8879         * tls.el (tls-program): Provide more custom choices from
8880         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8881         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8882
8883 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8884
8885         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8886         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8887
8888         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8889         `nnmail-spool-file'.
8890
8891         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8892         `nnmail-spool-file'.
8893
8894         * gnus-move.el (gnus-change-server): Ditto.
8895
8896         * gnus-kill.el (gnus-batch-score): Ditto.
8897
8898         * gnus-cache.el (gnus-jog-cache): Ditto.
8899
8900         * gnus-msg.el (gnus-summary-reply):
8901         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8902
8903 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8904
8905         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8906         version.  Minor improvement to doc strings.
8907         (tls-program): Add comment.
8908
8909 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8910
8911         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8912         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8913         mismatch between the hostname provided in the certificate and the name
8914         of the host connnecting to.
8915         (open-tls-stream): Use them.  Check certificates against trusted root
8916         certificates.
8917
8918 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8919
8920         * gnus-cache.el (gnus-cache-generate-nov-databases):
8921         Use nnml-generate-nov-databases-directory instead of
8922         nnml-generate-nov-databases-1.
8923
8924 2007-11-24  Glenn Morris  <rgm@gnu.org>
8925
8926         * message.el (message-tool-bar-retro): Update for rename
8927         mail_send.xpm->mail-send.xpm.
8928
8929 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8930
8931         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8932         `smime-ldap-search' for Emacs 22 and up.
8933
8934 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8935
8936         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8937
8938         * message.el (message-send-mail-function): Fix error convention.
8939         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8940         (message-widen-reply, message-send-mail, message-talkative-question)
8941         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8942         (message-clone-locals, message-send-news): Use with-current-buffer.
8943         (message-insert-or-toggle-importance): Remove unused var `valid'.
8944         (message-make-references): Remove unused var `new-references'.
8945         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8946
8947 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8948
8949         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8950         (spam-split-symbolic-return-positive): Reflow docstring.
8951         (spam-backends, spam-summary-exit-behavior)
8952         (spam-mark-ham-unread-before-move-from-spam-group)
8953         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8954         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8955         (spam-clear-cache, spam-backend-check, spam-install-backend)
8956         (spam-install-statistical-backend, spam-list-of-processors)
8957         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8958         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8959         (spam-check-crm114, spam-initialize, spam-unload-hook):
8960         Fix typos in docstrings.
8961
8962 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8963
8964         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8965         been checked if they have never been read and those group levels are
8966         higher than the one that a user specified.
8967
8968 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8969
8970         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8971         foreign groups unless a group level is specified by a user.
8972         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8973
8974 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8975
8976         * message.el (message-send-mail-function): Require sendmail.
8977
8978 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8979
8980         * message.el (message-send-mail-function): Check for smtpmail too.
8981
8982         * utf7.el (utf7-encode, utf7-decode): Use coding system
8983         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8984
8985         * message.el (message-send-mail-function): New function.
8986         (message-send-mail-function): Set default using
8987         message-send-mail-function.  Adjust doc string.
8988         (message-send-mail-with-mailclient): New function.
8989
8990 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8991
8992         * smime.el (from):
8993         * rfc2047.el (message-posting-charset):
8994         * qp.el (mm-use-ultra-safe-encoding):
8995         * pop3.el (parse-time-months):
8996         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8997         * nnml.el (files):
8998         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8999         (jka-compr-compression-info-list, ange-ftp-path-format)
9000         (efs-path-regexp):
9001         * nndiary.el (files):
9002         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9003         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9004         (epg-digest-algorithm-alist, inhibit-redisplay)
9005         (password-cache-expiry):
9006         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9007         (pgg-output-buffer, password-cache-expiry):
9008         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9009         (efs-path-regexp):
9010         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9011         (inhibit-redisplay):
9012         * mm-uu.el (file-name, start-point, end-point, entry)
9013         (gnus-newsgroup-name, gnus-newsgroup-charset):
9014         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9015         (latin-unity-ucs-list):
9016         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9017         (mm-uu-binhex-decode-function):
9018         * message.el (gnus-message-group-art, gnus-list-identifiers)
9019         (rmail-enable-mime-composing, gnus-local-organization)
9020         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9021         (gnus-read-active-file, facemenu-add-face-function)
9022         (facemenu-remove-face-function, gnus-article-decoded-p)
9023         (tool-bar-mode):
9024         * mail-source.el (display-time-mail-function):
9025         * gnus-util.el (nnmail-pathname-coding-system)
9026         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9027         (gnus-original-article-buffer, gnus-user-agent)
9028         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9029         (xemacs-codename, sxemacs-codename, emacs-program-version):
9030         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9031         * gnus-start.el (gnus-agent-covered-methods)
9032         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9033         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9034         (gnus-newsgroup-headers, gnus-group-list-mode)
9035         (gnus-group-mark-positions, gnus-newsgroup-data)
9036         (gnus-newsgroup-unreads, nnoo-state-alist)
9037         (gnus-current-select-method, mail-sources)
9038         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9039         (nnmail-spool-file, gnus-cache-active-hashtb):
9040         * gnus-mh.el (mh-lib-progs):
9041         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9042         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9043         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9044         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9045         (gnus-group-buffer):
9046         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9047         (font-lock-set-defaults):
9048         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9049         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9050         (gnus-summary-post-menu, total-parts, type, condition, length):
9051         * gnus-agent.el (gnus-agent-read-agentview):
9052         * flow-fill.el (show-trailing-whitespace):
9053         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9054         eval-and-compile wrappers for byte compiler pacifiers.
9055
9056         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9057         (mm-display-inline-fontify): Check for featurep 'xemacs not
9058         extent-list.
9059
9060         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9061         itimer-list.
9062         (mm-create-image-xemacs): Only do something for XEmacs.
9063         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9064
9065         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9066
9067         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9068         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9069
9070 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9071
9072         * nnimap.el (nnimap-split-download-body):
9073         * gnus-demon.el (gnus-demon):
9074         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9075
9076 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9077
9078         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9079         New macros.
9080         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9081         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9082         copy data from unibyte buffer to multibyte current buffer.
9083         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9084         to copy data from unibyte current buffer to multibyte buffer.
9085         (nntp-make-process-buffer): Make process buffer unibyte.
9086
9087         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9088
9089 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9090
9091         * pop3.el (pop3-open-server): Accept and process data more robustly at
9092         connexion start to avoid spurious "POP SSL connexion failed" errors.
9093
9094 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9095
9096         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9097         read group names.
9098
9099 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9100
9101         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9102
9103 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9104
9105         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9106         (nnmail-save-active): Use a unibyte buffer when saving active file,
9107         which may contain non-ASCII group names.
9108
9109         * nnml.el (nnml-request-group): Decode group names in messages.
9110
9111 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9112
9113         * message.el (message-citation-line-function)
9114         (message-insert-formatted-citation-line): Fix spelling of
9115         `message-insert-formated-citation-line'.
9116
9117 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9118
9119         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9120
9121 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9122
9123         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9124         nnmail-pathname-coding-system.
9125
9126         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9127         that a user enters; decode group names in messages.
9128
9129         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9130
9131 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9132
9133         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9134
9135         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9136
9137         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9138         risky local variable.
9139
9140         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9141
9142 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9143
9144         * encrypt.el: Improve documentation to fix function name typo.
9145         Reported by Daiki Ueno <ueno@unixuser.org>.
9146
9147 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9148
9149         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9150         even if the point is not in the last page of an article.
9151         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9152         back to the previous page.
9153
9154 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9155
9156         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9157
9158 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9159
9160         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9161
9162 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9163
9164         * message.el (message-check-news-body-syntax):
9165         Avoid mm-string-as-multibyte.
9166         (message-hide-headers): Don't assume (point-min)==1.
9167
9168 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9169
9170         * message.el (message-remove-blank-cited-lines): Fix if remove is
9171         given.
9172         (message-bogus-address-regexp): New variable.
9173         (message-bogus-recipient-p): New function.
9174         (message-check-recipients): New command.
9175         (message-syntax-checks): Add `bogus-recipient'.
9176         (message-fix-before-sending): Add `bogus-recipient'.
9177
9178         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9179         (gnus-treat-body-boundary): Don't test window-system.
9180
9181 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9182
9183         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9184
9185 2007-10-28  Miles Bader  <miles@gnu.org>
9186
9187         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9188         at compile-time too.
9189
9190 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9191
9192         * gnus-msg.el (gnus-message-setup-hook):
9193         Add `message-remove-blank-cited-lines' to options.
9194
9195 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9196
9197         * message.el (message-remove-blank-cited-lines): New function.
9198         Suggested by Karl Plästerer.
9199
9200 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9201
9202         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9203         mapc.
9204
9205         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9206         (top-level): Use mapc to set functions to be traced for debugging.
9207
9208         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9209         called for effect with while loop.
9210
9211         * message.el (message-talkative-question): Replace mapcar called for
9212         effect with mapc.
9213
9214         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9215         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9216         called for effect with dolist.
9217
9218         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9219
9220         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9221         gnus-extra-headers and nnmail-extra-headers.
9222
9223         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9224         called for effect with dolist.
9225         (top-level): Use mapc to set functions to be traced for debugging.
9226
9227         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9228         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9229         dolist.
9230
9231         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9232         Replace mapcar called for effect with mapc.
9233         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9234         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9235         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9236         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9237
9238         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9239         remove-if that's a cl function.
9240
9241         * webmail.el (webmail-debug): Replace mapcar called for effect with
9242         dolist.
9243
9244         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9245         with mapc.
9246
9247 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9248
9249         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9250         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9251         with while loop.
9252
9253         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9254         functions from article-* functions.
9255         (gnus-multi-decode-header): Replace mapcar called for effect with
9256         dolist.
9257
9258         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9259         (gnus-bookmark-show-details): Replace mapcar called for effect with
9260         while loop.
9261
9262         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9263         called for effect with while loop.
9264
9265         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9266         with dolist.
9267
9268         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9269         Replace mapcar called for effect with dolist.
9270
9271         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9272
9273         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9274         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9275         Replace mapcar called for effect with dolist.
9276         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9277         mapc.
9278
9279         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9280         Replace mapcar called for effect with dolist.
9281         (gnus-topic-list): Replace mapcar called for effect with mapc.
9282
9283         * gnus.el: Use mapc instead of mapcar to add autoloads.
9284
9285 2007-10-23  Richard Stallman  <rms@gnu.org>
9286
9287         * gnus-group.el (gnus-group-highlight): Mark as risky.
9288
9289 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9290
9291         * gnus.el (gnus-server-to-method): Return method found first in
9292         gnus-newsrc-alist.
9293
9294         * gnus-art.el (gnus-article-highlight-signature)
9295         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9296         button overlay without the front stickiness.
9297
9298 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9299
9300         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9301         overview buffer needed a catch to receive its throw.
9302         (gnus-agent-flush-cache): Declare as interactive to make this function
9303         easier to use.
9304
9305 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9306
9307         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9308         `next-line'.
9309
9310 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9311
9312         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9313         exclude address matching message-dont-reply-to-names.
9314
9315 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9316
9317         * gnus-util.el (gnus-string<): New function.
9318
9319         * gnus-sum.el (gnus-article-sort-by-author)
9320         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9321
9322 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9323
9324         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9325         the frame-focus tag is set in gnus-buffer-configuration.
9326
9327 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9328
9329         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9330         the front stickiness.
9331
9332 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9333
9334         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9335         url pattern; remove duplicate one.
9336         (gnus-article-extend-url-button): New function.
9337         (gnus-article-add-buttons): Use it.
9338         (gnus-button-push): Use concatenated url that it makes.
9339
9340 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9341
9342         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9343
9344 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9345
9346         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9347         Don't hardcode point-min==1.
9348
9349 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9350
9351         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9352         Fix comment about "iso8859-1".
9353
9354 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9355
9356         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9357         ones returned from the verify-function.
9358
9359         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9360         Call mml2015-extract-cleartext-signature if extraction failed.
9361
9362 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9363
9364         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9365         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9366         failed.
9367
9368 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9369
9370         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9371
9372 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9373
9374         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9375         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9376         recommends to use EasyPG instead of PGG.
9377
9378         * pgg.el: Revert to revision 6.23.2.16.
9379
9380         * pgg-def.el: Revert to revision 6.6.2.14.
9381
9382         * pgg-gpg.el: Revert to revision 6.23.2.34.
9383
9384 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9385
9386         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9387         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9388         thread for both the null and zero (kill/expire thread) universal prefix
9389         cases.
9390         (gnus-summary-expire-thread): Add new function to expire a thread,
9391         using gnus-summary-kill-thread.
9392         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9393         shortcuts for gnus-summary-expire-thread.
9394         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9395         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9396
9397 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9398
9399         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9400         extras value, so an extras entry can be deleted.
9401         (gnus-registry-delete-extra-entry): Use it.
9402         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9403         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9404         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9405         storage through the gnus-registry, and provide an appropriate API for
9406         it.
9407
9408 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9409
9410         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9411         Suggested by Leo <sdl.web@gmail.com>.
9412
9413         * gnus.el: Do.
9414
9415 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9416
9417         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9418         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9419
9420         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9421
9422         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9423         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9424
9425 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9426
9427         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9428         newline.
9429         (nnmbox-request-accept-article): Don't change article in source buffer;
9430         narrow to header to use message-fetch-field rather than
9431         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9432         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9433         as delimiters; make sure article ends with newline.
9434         (nnmbox-delete-mail): Correct last position of article to be deleted;
9435         ignore X-Gnus-Newsgroup header in article body.
9436         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9437         positions; make sure article ends with newline.
9438
9439         * message.el (message-display-abbrev): Don't infloop when a user
9440         inserts SPC in the beginning of header.
9441
9442         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9443         coding-system-for-read and coding-system-for-write for XEmacs having no
9444         file-coding feature.
9445
9446         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9447
9448 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9449
9450         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9451         list of groups not followed by default.  Fix type to be regexp.
9452         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9453
9454 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9455
9456         * hmac-def.el (define-hmac-function): Switch from old-style to
9457         new-style backquotes.
9458
9459         * md4.el (md4-make-step): Likewise.
9460
9461 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9462
9463         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9464         raw-text coding system when saving .newsrc file, which may contain
9465         non-ASCII group names.
9466
9467 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9468
9469         * gnus-cus.el (gnus-score-extra): New widget.
9470         (gnus-score-extra-convert): New function.
9471         (gnus-score-customize): Use it for Extra.
9472
9473 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9474
9475         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9476         (mml2015-mailcrypt-clear-verify): Use it.
9477         (mml2015-gpg-clear-verify): Use it.
9478         (mml2015-pgg-clear-verify): Use it.
9479         (mml2015-epg-clear-verify): Replace the current part with the output
9480         from GnuPG; don't extract the plaintext by itself.
9481
9482         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9483         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9484         mml2015-clear-verify-function; don't touch the armor headers or
9485         dash-escaped text here.
9486
9487 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9488
9489         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9490         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9491         parts, or application/octet-stream as a last resort.
9492         (gnus-mime-view-part-as-type): Don't toggle display.
9493         (gnus-mime-view-part-as-charset): Don't turn off display before
9494         querying charset.
9495
9496         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9497         stuff to undisplayer function in Emacs.
9498         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9499
9500         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9501         text/calendar parts.
9502
9503 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9504
9505         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9506         decoding text/calendar parts.
9507
9508         * message.el (message-forward-make-body-mime): Always mark body as
9509         having no illegible text; remove signed-or-encrypted argument.
9510         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9511
9512         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9513         (mml-generate-mime-1): Don't encode body if it is specified to be in
9514         raw form; don't make buffer be unibyte when inserting multibyte string.
9515
9516 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9517
9518         * sha1.el: Fix up comment style.
9519         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9520         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9521
9522         * hex-util.el: Fix up comment style.
9523         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9524
9525         * gnus-salt.el: Use with-current-buffer.
9526         (gnus-pick-setup-message): Fix long-standing typo.
9527
9528 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9529
9530         * imap.el (imap-logout-timeout): New variable.
9531         (imap-logout, imap-logout-wait): New functions.
9532         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9533
9534         * nnimap.el (nnimap-logout-timeout): New server variable.
9535         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9536         nnimap-logout-timeout.
9537
9538         * gnus-art.el (gnus-article-summary-command-nosave)
9539         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9540
9541 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9542
9543         * gnus.el (gnus-maximum-newsgroup): New variable.
9544
9545         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9546         according to gnus-maximum-newsgroup.
9547
9548         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9549         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9550         Limit the range of articles according to gnus-maximum-newsgroup.
9551
9552 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9553
9554         * gnus-art.el (gnus-sticky-article): Fix problems described in
9555         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9556         Don't perform gnus-configure-windows here; reuse existing sticky
9557         article buffer.
9558
9559         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9560         it doesn't exist in gnus-article-mode.
9561
9562 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9563
9564         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9565         (gnus-agent-decoded-group-name): New function.
9566         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9567         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9568
9569 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9570
9571         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9572         Add binding for gnus-sticky-article.
9573         (gnus-summary-exit): Don't kill sticky article buffers.
9574
9575         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9576         article buffer.
9577         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9578         (gnus-kill-sticky-article-buffers): New commands.
9579
9580 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9581
9582         * nntp.el (nntp-xref-number-is-evil): New server variable.
9583         (nntp-find-group-and-number): If it is non-nil, don't trust article
9584         numbers in the Xref header.
9585
9586 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9587
9588         * gnus-agent.el (gnus-agent-read-group): New function.
9589         (gnus-agent-flush-group, gnus-agent-expire-group)
9590         (gnus-agent-regenerate-group): Use it.
9591         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9592         nnmail-pathname-coding-system.
9593
9594 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9595
9596         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9597
9598         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9599         that are unread as unread, and also as selected so that information of
9600         marks having been changed by a user may be updated when exiting group.
9601
9602 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9603
9604         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9605
9606 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9607
9608         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9609         calculated ignoring signature parts to gnus-treat-article.
9610
9611 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9612
9613         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9614         a point here in order to keep the window start.
9615         (gnus-insert-mime-security-button): Make a button overlay without the
9616         front stickiness.
9617         (gnus-mime-display-security): Goto the end of a button.
9618
9619         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9620
9621 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9622
9623         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9624         group-name-at-point.
9625         (gnus-group-completing-read): New function that offers decoded
9626         non-ASCII group names for completion.
9627         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9628         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9629         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9630         (gnus-group-fetch-control): Use it.
9631         (gnus-fetch-group): Use group-name-at-point for the initial value
9632         rather than the default value; use gnus-alive-p.
9633
9634         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9635         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9636         (gnus-summary-post-news): Use gnus-group-completing-read.
9637
9638         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9639         (gnus-read-move-group-name): Decode group name for completion.
9640
9641 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9642
9643         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9644         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9645         Yamaoka slightly modified the code).
9646
9647 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9648
9649         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9650         (nnmail-split-incoming): Bind it.
9651
9652         * nnml.el (nnml-group-name-charset): New function.
9653         (nnml-decoded-group-name): Use it; don't decode group name if
9654         nnmail-group-names-not-encoded-p is non-nil.
9655         (nnml-encoded-group-name): New function.
9656         (nnml-group-pathname): Inline nnml-decoded-group-name.
9657         (nnml-request-expire-articles): Decode group name in message.
9658         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9659         nnmail-pathname-coding-system.
9660         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9661         not decoded ones according to nnmail-group-names-not-encoded-p.
9662         (nnml-generate-active-info): Use nnml-encoded-group-name.
9663
9664 2007-08-08  Glenn Morris  <rgm@gnu.org>
9665
9666         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9667         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9668         doc-strings and comments.
9669
9670 2007-07-25  Glenn Morris  <rgm@gnu.org>
9671
9672         * Relicense all FSF files to GPLv3 or later.
9673
9674 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9675
9676         * gnus-sum.el (gnus-summary-move-article):
9677         Make gnus-summary-respool-article work.
9678
9679 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9680
9681         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9682         string.
9683
9684 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9685
9686         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9687         that should be ignored when comparing distant RSS articles with local
9688         ones.
9689         (nnrss-make-hash-index): New function.  Create a hash index according
9690         to the ignored fields.
9691         (nnrss-check-group): Use it.
9692
9693 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9694
9695         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9696
9697         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9698
9699         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9700         the new optional argument ENCODED is non-nil.
9701         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9702         coding system for encoding group name.
9703         (gnus-group-make-rss-group): Pass un-encoded group name to
9704         gnus-group-make-group.
9705         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9706         encoded.
9707
9708         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9709         Encode group name to which articles are moved or copied.
9710         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9711         coding system for encoding Newsgroup, Followup-To and Xref headers.
9712
9713         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9714         marks; use nnheader-file-coding-system to write a file.
9715         (nnagent-retrieve-headers): Bind file-name-coding-system to
9716         nnmail-pathname-coding-system.
9717
9718         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9719
9720         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9721         (nnml-request-article, nnml-request-create-group)
9722         (nnml-request-rename-group, nnml-find-id)
9723         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9724         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9725         (nnml-save-marks): Use nnml-group-pathname instead of
9726         nnmail-group-pathname.
9727
9728         (nnml-request-create-group, nnml-request-expire-articles)
9729         (nnml-request-move-article, nnml-request-delete-group)
9730         (nnml-deletable-article-p, nnml-possibly-create-directory)
9731         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9732         (nnml-open-marks): Bind file-name-coding-system to
9733         nnmail-pathname-coding-system.
9734
9735         (nnml-request-article): Pass server argument to nnml-find-group-number.
9736         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9737         Pass server argument to nnml-possibly-create-directory.
9738         (nnml-request-accept-article): Pass server argument to
9739         nnml-active-number and nnml-save-mail.
9740         (nnml-find-group-number): Pass server argument to nnml-find-id.
9741         (nnml-request-update-info): Pass server argument to
9742         nnml-marks-changed-p.
9743
9744         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9745         (nnml-save-mail, nnml-active-number): Add server argument.
9746
9747         (nnml-request-delete-group): Warn if group is missing.
9748         (nnml-get-nov-buffer): Decode group name.
9749         (nnml-generate-active-info): Encode group name.
9750         (nnml-open-marks): Decode group name in messages.
9751
9752 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9753
9754         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9755         if it is not specified.
9756         (gnus-article-pipe-part, gnus-article-save-part)
9757         (gnus-article-interactively-view-part, gnus-article-copy-part)
9758         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9759         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9760         (gnus-article-replace-part, gnus-article-delete-part)
9761         (gnus-article-view-part-as-type): Pass raw prefix argument to
9762         gnus-article-part-wrapper.
9763
9764 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9765
9766         * gnus-agent.el (gnus-agent-save-active):
9767         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9768
9769         * gnus-cache.el (gnus-cache-save-buffers)
9770         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9771         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9772         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9773         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9774         (gnus-cache-generate-active, gnus-cache-rename-group)
9775         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9776         (gnus-cache-update-overview-total-fetched-for):
9777         Bind file-name-coding-system to nnmail-pathname-coding-system.
9778         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9779         New variables.
9780         (gnus-cache-decoded-group-name): New function.
9781         (gnus-cache-file-name): Use it.
9782         (gnus-cache-generate-active): Use non-decoded group name for active.
9783
9784         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9785         right place.
9786         (gnus-write-active-file): Don't break non-ASCII group names.
9787
9788         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9789         nnmail-pathname-coding-system.
9790
9791         * lpath.el: Bind default-file-name-coding-system,
9792         file-name-coding-system and language-info-alist for XEmacs.
9793
9794         * gnus-uu.el (gnus-uu-decode-save): Typo.
9795
9796 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9797
9798         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9799
9800 2007-07-14  David Kastrup  <dak@gnu.org>
9801
9802         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9803         finishing actions if we did not edit the article.
9804
9805 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9806
9807         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9808         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9809         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9810         (gnus-agent-flush-group, gnus-agent-flush-cache)
9811         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9812         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9813         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9814         (gnus-agent-regenerate-group)
9815         (gnus-agent-update-files-total-fetched-for)
9816         (gnus-agent-update-view-total-fetched-for):
9817         Bind file-name-coding-system to nnmail-pathname-coding-system.
9818         (gnus-agent-group-pathname): Don't encode file names by
9819         nnmail-pathname-coding-system.
9820         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9821         coding-system-for-write instead of buffer-file-coding-system to
9822         gnus-agent-file-coding-system.
9823
9824         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9825         Decode group name.
9826
9827         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9828
9829         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9830         (gnus-read-newsrc-el-file): Make group names unibyte.
9831
9832         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9833         nnmail-pathname-coding-system.
9834
9835         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9836         (nnrss-request-delete-group): Bind file-name-coding-system to
9837         nnmail-pathname-coding-system.
9838         (nnrss-read-server-data, nnrss-read-group-data):
9839         Bind file-name-coding-system correctly.
9840         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9841
9842         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9843         (nntp-server-to-method-cache): New variable.
9844         (nntp-group-pathname): New function that decodes non-ASCII group names.
9845         (nntp-possibly-create-directory, nntp-marks-changed-p)
9846         (nntp-save-marks, nntp-open-marks): Use it.
9847         (nntp-possibly-create-directory, nntp-open-marks):
9848         Bind file-name-coding-system to nnmail-pathname-coding-system.
9849         (nntp-open-marks): Decode group names when bootstrapping marks.
9850
9851         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9852         Newsgroups and Folowup-To headers.
9853
9854 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9855
9856         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9857         (gnus-server-closed-face, gnus-server-denied-face)
9858         (gnus-server-offline-face): Remove variable.
9859         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9860
9861         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9862         of modifying message-stack directly for XEmacs.
9863
9864         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9865         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9866         if the coding-system argument is nil for XEmacs.
9867
9868         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9869         mm-charset-override-alist.
9870
9871         * rfc2047.el: Don't require base64; require rfc2045 for the function
9872         rfc2045-encode-string.
9873         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9874         to quote the parameter value.
9875
9876 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9877
9878         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9879         form in gnus-group-name-charset-method-alist.
9880
9881         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9882         overrides the default layout edit-form.
9883
9884         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9885
9886         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9887
9888 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9889
9890         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9891         as unfetched articles.
9892
9893 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9894
9895         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9896
9897 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9898
9899         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9900         original back end that keeps marks in the local system.
9901
9902 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9903
9904         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9905         arg of pop-to-buffer for XEmacs.
9906         (gnus-article-read-summary-keys): Ditto; don't restore window
9907         configuration if summary command ends up with neither article buffer
9908         nor summary buffer; describe bindings if summary keys end with C-h.
9909
9910 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9911
9912         * message.el (message-fix-before-sending): Skip raw message part to be
9913         forwarded while checking illegible text.
9914         (message-forward-make-body-mime, message-forward-make-body):
9915         Mark signed or encrypted raw message as having no illegible text.
9916
9917 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9918
9919         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9920         (gnus-message-with-timestamp-1): New macro.
9921         (gnus-message-with-timestamp): New function.
9922         (gnus-message): Use them.
9923
9924         * nnheader.el (nnheader-message): Use them.
9925
9926 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9927
9928         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9929         .newsrc.eld file.
9930
9931 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9932
9933         * gnus-agent.el (gnus-agent-fetch-headers)
9934         (gnus-agent-retrieve-headers):
9935         Bind gnus-decode-encoded-address-function to identity.
9936
9937         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9938         available also when the server returns simply a dot.
9939
9940         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9941
9942 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9943
9944         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9945
9946 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9947
9948         * gnus-ems.el (gnus-x-splash): Make it work.
9949
9950         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9951         from being used.
9952
9953         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9954
9955 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9956
9957         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9958         4th and the 5th arguments.
9959
9960         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9961         the front stickiness.
9962         (gnus-article-summary-command-nosave): Correct the order of the
9963         arguments passed to pop-to-buffer.
9964         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9965         summary command ends up with the article buffer.
9966
9967         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9968         the same faces.
9969
9970 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9971
9972         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9973
9974 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9975
9976         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9977         * gnus-sum.el (gnus-summary-highlight):
9978         * pgg.el (pgg-sign-region, pgg-sign):
9979         * mail-source.el (mail-source-delete-old-incoming-confirm):
9980         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9981
9982 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9983
9984         * gnus-art.el (gnus-mime-view-part-externally)
9985         (gnus-mime-view-part-internally): Fix predicate function passed to
9986         completing-read.
9987
9988         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9989
9990         * gnus.el (gnus-update-message-archive-method): Add :version.
9991
9992 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9993
9994         * gnus.el (gnus-update-message-archive-method): New variable.
9995
9996         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9997         according to gnus-message-archive-method if
9998         gnus-update-message-archive-method is non-nil.
9999
10000 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10001
10002         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10003         Suggested by Loic Dachary <loic@dachary.org>.
10004         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10005
10006 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10007
10008         * message.el (message-pop-to-buffer): Add switch-function argument.
10009         (message-mail): Pass switch-function argument to it.
10010
10011 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10012
10013         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10014         Improve doc string.
10015
10016 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10017
10018         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10019         (gnus-header-content)
10020         * gnus-cite.el (gnus-cite-10)
10021         * gnus-srvr.el (gnus-server-closed)
10022         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10023         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10024         (gnus-group-mail-3-empty, gnus-group-mail-low)
10025         (gnus-group-mail-low-empty, gnus-splash)
10026         * message.el (message-header-to, message-header-cc)
10027         (message-header-subject, message-header-other, message-header-name)
10028         (message-header-xheader, message-separator, message-cited-text)
10029         (message-mml): Lighten colors of faces used for dark background.
10030
10031 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10032
10033         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10034         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10035
10036 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10037
10038         * message.el (message-narrow-to-headers-or-head):
10039         Ignore mail-header-separator in the body.
10040
10041 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10042
10043         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10044         same as window size.
10045
10046 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10047
10048         * message.el (message-font-lock-keywords): Use message-header-xheader
10049         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10050         ahead of the anything pattern, to get it recognised.
10051
10052 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10053
10054         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10055         spam.el loads uses it in the compiled defadvice form.
10056
10057 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10058
10059         * gnus-sum.el (gnus-articles-to-read)
10060         (gnus-summary-insert-old-articles): Don't truncate group name for
10061         `read-string'.
10062
10063         * gnus-util.el (gnus-limit-string): Delete this function.
10064
10065         * gnus-sum.el (gnus-simplify-subject-fully):
10066         Use `truncate-string-to-width' instead.
10067
10068 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10069
10070         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10071         Tell if, on summary exit, the next group has to be selected.
10072         (gnus-summary-exit): Use it.
10073
10074 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10075
10076         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10077         non-break space.
10078
10079 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10080
10081         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10082         Check if group is not a directory.
10083         (nnfolder-request-expire-articles): Don't delete articles if the target
10084         group is not available.
10085
10086         * nnml.el (nnml-request-create-group): Properly check if group is not a
10087         file.
10088         (nnml-request-expire-articles): Don't delete articles if the target
10089         group is not available.
10090
10091         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10092         Don't quote characters that are within parentheses.
10093
10094 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10095
10096         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10097         (gnus-handle-ephemeral-exit): Select article according to it.
10098
10099 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10100
10101         * message.el (message-insert-formated-citation-line): Remove newline.
10102         (message-citation-line-format): Add final \n here so that the user can
10103         avoid a blank line.
10104
10105 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10106
10107         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10108         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10109         Update lanl/arXiv support.
10110
10111 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10112
10113         * gnus.el: Bump version number.
10114
10115 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10116
10117         * gnus.el (gnus-version-number): Bump version.
10118
10119 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10120
10121         * gnus.el: No Gnus v0.6 is released.
10122
10123 2007-04-27  Didier Verna  <didier@xemacs.org>
10124
10125         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10126         * gmm-utils.el (gmm-regexp-concat): ... here.
10127         * message.el: Don't require 'gnus-util.
10128         (message-dont-reply-to-names): Handle name change above.
10129         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10130
10131 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10132
10133         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10134         since the initial value varies according to the system.
10135
10136 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10137
10138         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10139
10140 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10141
10142         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10143
10144 2007-04-24  Didier Verna  <didier@xemacs.org>
10145
10146         Improve the type of gnus-ignored-from-addresses.
10147         * gnus-util.el (gnus-orify-regexp): New function.
10148         * message.el (gnus-util): Require it.
10149         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10150         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10151         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10152
10153 2007-04-24  Didier Verna  <didier@xemacs.org>
10154
10155         * gnus-sum.el:
10156         * gnus-utils.el: Fix some trailing whitespaces.
10157
10158 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10159
10160         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10161         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10162         article's Message-ID; refer parent article in summary buffer.
10163
10164         * message.el (message-bounce): Call mime-to-mml.
10165
10166         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10167         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10168         optimize and/or forms properly.
10169
10170 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10171
10172         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10173         URL.
10174
10175 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10176
10177         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10178
10179 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10180
10181         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10182         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10183         displayed of multipart/alternative part if it is invoked from summary
10184         buffer.
10185
10186         * mm-view.el (mm-inline-text-html-render-with-w3m)
10187         (mm-inline-text-html-render-with-w3m-standalone)
10188         (mm-inline-render-with-function): Use mail-parse-charset by default.
10189
10190 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10191
10192         * parse-time.el (parse-time-string-chars): Check if CHAR
10193         is less than the length of parse-time-syntax.
10194
10195 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10196
10197         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10198         from gnus-newsgroup-processable.
10199
10200 2007-04-16  Didier Verna  <didier@xemacs.org>
10201
10202         * gnus-msg.el (gnus-configure-posting-styles):
10203         Handle message-signature-directory properly with :file syntax.
10204         Reported by "Leo".
10205
10206 2007-04-11  Didier Verna  <didier@xemacs.org>
10207
10208         New user option: message-signature-directory.
10209         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10210         * message.el (message-insert-signature): Ditto.
10211         * message.el (message-signature-file): Doc update.
10212         * message.el (message-signature-directory): New.
10213
10214 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10215
10216         * gnus-msg.el (gnus-inews-yank-articles):
10217         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10218
10219 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10220
10221         * message.el (message-yank-original): Make sure cited text ends with
10222         newline; don't exchange point and mark.
10223
10224 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10225
10226         * tls.el (open-tls-stream): Properly handle case where there
10227         is no associated buffer.
10228
10229 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10230
10231         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10232         message-yank-original, make sure (< mark TEXT point).
10233
10234 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10235
10236         * message.el (message-fill-column): New variable.
10237         (message-mode): Use it.  Add comment on a possible new hook.
10238
10239         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10240         (nnmail-get-new-mail): Reformat.
10241
10242         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10243
10244         * gmm-utils.el: Fix Commentary.
10245         (gmm-tool-bar-from-list): Fix typo in doc string.
10246
10247 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10248
10249         * message.el (message-yank-original): Don't switch point and mark
10250         unnecessarily to put point and mark as documented.
10251
10252 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10253
10254         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10255         from the message heads.
10256
10257 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10258
10259         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10260         article buffer does not have a window.  This may not be the best
10261         solution but is certainly better than setting the start of the null,
10262         that is the current, window.
10263
10264 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10265
10266         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10267         (gnus-draft-setup): Run it.
10268
10269         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10270         gnus-score-fast-scoring.  Allow regexp.
10271         (gnus-score-headers): Use it.
10272
10273         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10274         XEmacs.
10275
10276         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10277         string.
10278         (gnus-button-alist): Also catch `<f1> k ...'.
10279         (gnus-treat-display-x-face): Fix doc string.
10280
10281 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10282
10283         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10284         evaluation of gnus-extended-version to ensure correct generation of the
10285         User-Agent header when message-generate-headers-first is used.
10286
10287 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10288
10289         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10290         hashcash-path is nil.  Don't call callback with incorrect number of
10291         parameters if val is 0.
10292
10293 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10294
10295         * message.el (message-required-news-headers):
10296         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10297
10298 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10299
10300         * tls.el (open-tls-stream): In handshake-waiting loop,
10301         don't wait more if there is output available to process.
10302
10303 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10304
10305         * tls.el (tls-program): Doc fix.
10306
10307 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10308
10309         * message.el (message-generate-new-buffers): Change the meaning of the
10310         nil value; add `standard' to the choices; treat t as `unique'; improve
10311         doc string.
10312         (gnus-select-frame-set-input-focus): Autoload.
10313         (message-buffer-name): Search for the existing message buffer if
10314         message-generate-new-buffers is nil or `standard'; treat the value t of
10315         message-generate-new-buffers as `unique'.
10316         (message-pop-to-buffer): Raise the frame already displaying the message
10317         buffer; clear the echo area after querying.
10318         (message-setup): Pass the `continue' argument to compose-mail.
10319         (message-mail): Prefer `switch-function' if it is given; search for the
10320         existing message buffer if the `continue' argument is non-nil; pass
10321         continue and switch-function arguments to compose-mail by way of
10322         message-setup.
10323         (message-mail-other-window): Adjust argument of message-setup.
10324         (message-mail-other-frame): Ditto.
10325
10326 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10327
10328         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10329         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10330         to turn font-lock on when turning gnus-message-citation-mode on.
10331
10332 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10333
10334         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10335         (mml-smime-function-alist): New variable; add epg as the backend.
10336         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10337         mml-smime- functions instead.
10338         * mm-view.el: Require smime.
10339
10340 2007-03-05  Didier Verna  <didier@xemacs.org>
10341
10342         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10343         instead of just inheritance for posting styles.
10344         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10345
10346 2007-02-24  Chris Moore  <dooglus@gmail.com>
10347
10348         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10349         * pgg-pgp.el (pgg-pgp-encrypt-region):
10350         * pgg-gpg.el (pgg-gpg-encrypt-region):
10351         Check pgg-encrypt-for-me if no other recipients.
10352
10353 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10354
10355         * tls.el (tls-certtool-program): Fix custom type.
10356
10357 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10358
10359         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10360         and point-at-eol instead of line-(beginning|end)-position.
10361
10362         * assistant.el (assistant-parse-buffer): Ditto.
10363
10364         * netrc.el (netrc-parse-services): Ditto.
10365
10366 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10367
10368         * mml2015.el (mml2015-epg-find-usable-key): New function.
10369         (mml2015-epg-sign): Use it.
10370         (mml2015-epg-encrypt): Use it.
10371
10372 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10373
10374         * message.el (message-make-in-reply-to): Quote name containing
10375         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10376         if there are special characters.  Reported by NAKAJI Hiroyuki
10377         <nakaji@jp.freebsd.org>.
10378
10379 2007-02-27  Didier Verna  <didier@xemacs.org>
10380
10381         Include the group parameters as well as the topic ones in the
10382         inheritance filter process.
10383         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10384         argument GROUP-PARAMS-LIST.
10385         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10386
10387 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10388
10389         * nntp.el (nntp-never-echoes-commands)
10390         (nntp-open-connection-functions-never-echo-commands): New variables.
10391         (nntp-send-command): Use them.
10392
10393 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10394
10395         * mml2015.el (mml2015-epg-verify): Simplify.
10396
10397 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10398
10399         * mml.el (mml-content-disposition-alist): New user option.
10400         (mml-content-disposition): New function.
10401         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10402         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10403
10404 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10405
10406         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10407         verification.
10408
10409 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10410
10411         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10412         articles posted in the last 24 hours.
10413
10414 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10415
10416         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10417
10418 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10419
10420         * nntp.el (nntp-send-command): Don't wait for echoes when
10421         nntp-open-ssl-stream is used.
10422
10423 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10424
10425         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10426         (gnus-message-add-citation-keywords)
10427         (gnus-message-remove-citation-keywords): Remove.
10428         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10429         directly, make the variables in font-lock-defaults buffer-local, add
10430         gnus-message-citation-keywords to them and then update the value of
10431         font-lock-keywords.
10432
10433 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10434
10435         * message.el (message-cite-original-1): Don't call
10436         gnus-article-highlight-citation.
10437
10438         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10439         citations; fix line count.
10440
10441 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10442
10443         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10444         (gnus-message-add-citation-keywords)
10445         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10446         versions of font-lock-add-keywords and font-lock-remove-keywords to
10447         work with XEmacs correctly.
10448
10449 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10450
10451         * gnus-cite.el (gnus-cite-face-list): Set the values of
10452         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10453         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10454         (gnus-message-cite-prefix-regexp): New variable.
10455         (gnus-message-search-citation-line): Use it; protect against long
10456         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10457         the 0th match data for Emacs.
10458         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10459         (gnus-message-add-citation-keywords): Append keywords rather than
10460         prepending; emulate font-lock-add-keywords if it is not available.
10461         (gnus-message-remove-citation-keywords):
10462         Emulate font-lock-remove-keywords if it is not available.
10463
10464         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10465
10466         * message.el (message-cite-prefix-regexp): Set the value of
10467         gnus-message-cite-prefix-regexp.
10468
10469 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10470
10471         * nnweb.el (nnweb-google-parse-1): Update parser.
10472
10473 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10474
10475         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10476
10477 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10478
10479         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10480         regexp.
10481
10482 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10483
10484         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10485         string-to-multibyte.
10486         (uudecode-decode-region-internal): Use it.
10487
10488         * lpath.el: Fbind string-as-multibyte for XEmacs.
10489
10490 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10491
10492         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10493         Fix custom choice.
10494
10495         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10496
10497 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10498
10499         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10500
10501         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10502         `write-region' to respect `mm-inhibit-file-name-handlers'.
10503
10504 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10505
10506         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10507         Use gnus-home-directory instead of "~/" or "$HOME".
10508
10509 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10510
10511         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10512         to mention filename.
10513         Add comments at beginning regarding usage.
10514         (encrypt-write-file-contents): Change interactive so a string is
10515         acceptable.  If the file has no associated model, show an error instead
10516         of a nonsense prompt.
10517
10518 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10519
10520         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10521         Thanks to Yoshihiko Yamada for kind notification of this typo.
10522
10523 2007-01-12  Kenichi Handa  <handa@m17n.org>
10524
10525         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10526         multibyte buffer.
10527
10528 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10529
10530         * gnus-score.el (gnus-score-fast-scoring): New variable.
10531         (gnus-score-headers): Use it.
10532
10533         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10534
10535         * message.el (message-cite-original-1):
10536         Call gnus-article-highlight-citation if requested.
10537         (message-make-from): Allow name and address as optional arguments.
10538
10539         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10540
10541         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10542         bugs to doc string.
10543         (gnus-button-alist): Add mid\\|message-id.
10544         (gnus-button-fetch-group): Extend for use in
10545         `browse-url-browser-function'.
10546         (gnus-button-url-regexp): Try to catch paired parentheses like in
10547         Wikipedia URLs.
10548
10549         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10550         Suggested by Simon Krahnke <overlord@gmx.li>.
10551
10552 2007-01-13  Romain Francoise  <romain@orebokech.com>
10553
10554         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10555         Update copyright.
10556
10557 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10558
10559         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10560
10561 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10562
10563         * gnus-registry.el (gnus-registry-unfollowed-groups)
10564         (gnus-registry-split-fancy-with-parent): Fix documentation.
10565
10566 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10567
10568         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10569         from nnweb groups.
10570
10571 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10572
10573         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10574         Xref urls.  Erase buffer before requesting head.
10575
10576         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10577
10578 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10579
10580         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10581         customizable.
10582
10583 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10584
10585         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10586         no signing key is found.
10587         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10588         no encrypting and/or signing key is found.
10589
10590 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10591
10592         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10593
10594 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10595
10596         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10597         headers read from disk with the ones newly found in the current search.
10598         This should no longer cause problems, because the article numbers in
10599         Gmane's `nov.php' output are ignored since the previous change.
10600
10601 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10602
10603         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10604
10605 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10606
10607         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10608         replace-regexp-in-string; bind url-version; fbind display-images-p and
10609         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10610         find-face and set-itimer-function for Emacs; bind itimer-list for
10611         Emacs.
10612
10613         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10614
10615 2007-01-01  Romain Francoise  <romain@orebokech.com>
10616
10617         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10618
10619 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10620
10621         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10622         `define-minor-mode' macro definition expanded properly.
10623         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10624         exclude it there.
10625
10626         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10627         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10628         `fboundp' test.
10629         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10630         This is OK to autoload in (S)XEmacs now.
10631
10632 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10633
10634         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10635         keystroke.
10636         (gnus-summary-limit-to-singletons): Fix typo.
10637
10638         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10639         else fails.
10640
10641 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10642
10643         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10644         docstring.
10645
10646         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10647         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10648         (gnus-summary-insert-dormant-articles): Fix typo in message.
10649
10650 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10651
10652         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10653         nil for XEmacs.
10654         (gnus-message-citation-mode): Don't autoload in XEmacs.
10655
10656         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10657
10658 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10659
10660         * nnimap.el (nnimap-expunge-search-string):
10661         Mention nnimap-search-uids-not-since-is-evil in docstring.
10662
10663 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10664
10665         * spam.el: Revert to make-obsolete-variable because
10666         define-obsolete-variable-alias is not supported in Emacs 21.
10667
10668         * spam.el (spam-ifile-path, spam-ifile-database-path)
10669         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10670         make-obsolete-variable.
10671         (spam-bsfilter-path, spam-bsfilter-program)
10672         (spam-spamassassin-path, spam-spamassassin-program)
10673         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10674         Don't use "path" inappropriately.
10675         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10676         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10677         variable names.
10678
10679 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10680
10681         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10682         summary buffer.
10683
10684         * password.el (password-cache-remove): Use clear-string to burn
10685         password, if available.
10686
10687 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10688
10689         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10690
10691         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10692
10693         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10694         (gnus-message-highlight-citation): Move defcustom here from
10695         gnus-cite.el.
10696         (gnus-message-citation-mode): Autoload.
10697
10698         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10699         checks to make it compile with XEmacs.
10700         (gnus-message-citation-mode): New minor mode.
10701         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10702         (gnus-message-highlight-citation): New variables.
10703         (gnus-message-search-citation-line)
10704         (gnus-message-add-citation-keywords)
10705         (gnus-message-remove-citation-keywords)
10706         (turn-on-gnus-message-citation-mode)
10707         (turn-off-gnus-message-citation-mode): New functions.
10708
10709 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10710
10711         * gnus-cite.el: Enable highlighting of different citation levels in
10712         message-mode.
10713
10714 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10715
10716         * message.el (message-make-fqdn): Fix comment.
10717         (message-bogus-system-names): Add ".local".
10718
10719         * spam.el (spam-ifile-path, spam-ifile-program)
10720         (spam-ifile-database-path, spam-ifile-database)
10721         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10722         Don't use "path" inappropriately.
10723         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10724         strings.
10725         (spam-check-ifile, spam-ifile-register-with-ifile)
10726         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10727         Use new variable names.
10728
10729         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10730         (gnus-treat-display-smileys): Simplify using
10731         gnus-image-type-available-p.
10732
10733         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10734         available.
10735
10736         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10737         Use `display-images-p' if available.
10738
10739 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10740
10741         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10742         one after turning on the buffer's multibyteness instead of decoding
10743         them directly in the unibyte buffer that causes unexpected conversion
10744         in Emacs 23 (unicode).
10745
10746 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10747
10748         * message.el (message-generate-hashcash): Fix custom type.
10749
10750 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10751
10752         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10753
10754 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10755
10756         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10757         disconnect icons.  Add help text.
10758
10759 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10760
10761         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10762         negated to be consistent with the others we handle.
10763
10764 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10765
10766         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10767         version of gnus-summary-buffer to something, so that we can use two
10768         article buffers at the same time.
10769
10770 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10771
10772         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10773         trigger all the extra headers.
10774         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10775         sorting.
10776
10777 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10778
10779         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10780         solid groups.
10781
10782 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10783
10784         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10785
10786 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10787
10788         * legacy-gnus-agent.el: Add Copyright notice.
10789
10790 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10791
10792         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10793
10794 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10795
10796         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10797
10798         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10799         to make it work reliably in CVS Emacs.
10800         (gnus-summary-limit-strange-charsets-predicate)
10801         (gnus-summary-limit-to-predicate): New functions.
10802
10803 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10804
10805         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10806         specifying array size.
10807         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10808         array if it is too small.
10809         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10810         (gnus-sort-threads-loop): New function.
10811
10812 2006-12-06  Chris Moore  <dooglus@gmail.com>
10813
10814         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10815         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10816
10817 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10818
10819         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10820         options.
10821
10822 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10823
10824         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10825         DOS-ing the recipient.
10826
10827         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10828         the headers when creating the mapping to avoid mismappings.
10829         (nnweb-gmane-create-mapping): Always nix out old mapping.
10830
10831 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10832
10833         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10834         and mm-verify-option to never.
10835
10836 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10837
10838         * message.el (message-signed-or-encrypted-p): New function.
10839         (message-forward-make-body): Use it.
10840
10841         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10842         Replace encode-coding-string with mm-encode-coding-string.
10843
10844 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10845
10846         * nneething.el (nneething-decode-file-name):
10847         Replace decode-coding-string with mm-decode-coding-string.
10848
10849         * gnus-int.el (gnus-open-server): Say failed server's name.
10850
10851 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10852
10853         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10854         strings to a single string.  Quote `errors-file-name'.
10855         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10856         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10857         Adjust calls.  Use `shell-quote-argument'.
10858
10859 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10860
10861         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10862         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10863
10864         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10865         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10866         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10867         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10868         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10869         (gnus-subscribe-newsgroup, gnus-1):
10870         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10871         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10872         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10873         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10874
10875 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10876
10877         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10878         keystroke.
10879         (gnus-summary-limit-to-bodies): Implement headersp.
10880
10881 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10882
10883         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10884
10885 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10886
10887         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10888
10889 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10890
10891         * message.el (message-generate-hashcash): Expand range of values to
10892         include `opportunistic'.
10893         (message-send-mail): Use it.
10894
10895 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10896
10897         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10898         and comment it.
10899
10900         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10901
10902 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10903
10904         * gnus-util.el (gnus-extract-address-components): Improve comment.
10905
10906 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10907
10908         * gnus-util.el (gnus-extract-address-components): Work with address in
10909         which the name portion contains @.
10910
10911         * lpath.el: Fbind custom-autoload.
10912
10913 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10914
10915         * gnus.el (gnus-start): Move custom group up.
10916         (gnus-select-method): Don't autoload, but make it available for
10917         `customize-variable'.
10918         (gnus-getenv-nntpserver): Don't autoload.
10919
10920 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10921
10922         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10923
10924 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10925
10926         * message.el (message-sendmail-extra-arguments): New variable.
10927         (message-send-mail-with-sendmail): Use it.
10928
10929 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10930
10931         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10932         mm-with-unibyte-current-buffer to make string unibyte.
10933
10934         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10935         mm-string-as-multibyte.
10936
10937 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10938
10939         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10940         Reported by Werner Koch <wk@gnupg.org>.
10941
10942 2006-11-14  Daiki Ueno  <ueno@p360>
10943
10944         * mml2015.el: Autoload epa-select-keys when compiling.
10945
10946 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10947
10948         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10949         message-options.
10950         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10951
10952 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10953
10954         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10955         EasyPG (< 0.0.6).
10956         (mml2015-always-trust): New user option.
10957         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10958         prompt.
10959
10960 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10961
10962         * nntp.el (nntp-authinfo-force): New variable.
10963         (nntp-send-authinfo): Use it.
10964
10965 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10966
10967         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10968         decode encoded words.  Improve prompt.  Add comment about forwarding.
10969         (message-replacement-char): Move up.
10970
10971 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10972
10973         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10974         instead of gnus-intersection because arguments of gnus-sorted-nunion
10975         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10976
10977 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10978
10979         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10980         (message-simplify-subject-functions):
10981         Enable message-strip-subject-encoded-words by default.
10982
10983 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10984
10985         * message.el (message-strip-subject-encoded-words): New function.
10986         (message-simplify-subject-functions): New variable.
10987         (message-simplify-subject): Use it.  Fix typo in doc string.
10988         Support message-strip-subject-encoded-words.
10989
10990 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10991
10992         * gnus-diary.el (gnus-diary-delay-format-function):
10993         * nndiary.el (nndiary-reminders):
10994         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10995
10996 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10997
10998         * gnus-art.el (article-hide-boring-headers): Fetch date from
10999         gnus-original-article-buffer to avoid problems with localized date
11000         strings.
11001
11002 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11003
11004         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11005
11006 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11007
11008         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11009         New variables.
11010         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11011         (mm-charset-synonym-alist): Move some entries to
11012         mm-codepage-iso-8859-list.
11013         (mm-charset-synonym-alist, mm-charset-override-alist):
11014         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11015
11016 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11017
11018         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11019
11020 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11021
11022         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11023         with Emacs 21 and XEmacs.
11024
11025 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11026
11027         * spam.el (spam-parse-address): New function for better parsing,
11028         catching errors, etc.
11029         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11030
11031 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11032
11033         * mm-view.el: Add interactive arg to html2text autoload.
11034
11035 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11036
11037         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11038
11039 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11040
11041         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11042         New variables.
11043         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11044         (mm-charset-synonym-alist): Move some entries to
11045         mm-codepage-iso-8859-list.
11046
11047         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11048
11049 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11050
11051         * message.el (message-citation-line-format)
11052         (message-insert-formated-citation-line): Fix implementation of %E, %N
11053         and %n according to the doc string.
11054
11055 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11056
11057         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11058         Use car-safe to avoid bad parses.
11059
11060 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11061
11062         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11063         names.
11064
11065         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11066
11067 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11068
11069         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11070         header.
11071
11072         * message.el (message-draft-headers): Add Date.
11073         (message-headers-to-generate): Fix typo in docstring.
11074
11075         * nndraft.el (nndraft-required-headers): New variable.
11076         (nndraft-generate-headers): Use it.
11077
11078         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11079
11080 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11081
11082         * gnus-registry.el (gnus-registry-wash-for-keywords)
11083         (gnus-registry-find-keywords): New functions to allow easy searching of
11084         articles that are in the registry.
11085
11086 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11087
11088         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11089         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11090         Reported by Damien Elmes <damien@repose.cx>.
11091
11092 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11093
11094         * gnus.el (gnus-mime): Remove unused custom group.
11095
11096 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11097
11098         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11099         "blank line" when searching for end of armor headers.
11100
11101 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11102
11103         * gmm-utils.el (gmm-write-region): Fix variable name.
11104
11105 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11106
11107         * gmm-utils.el (gmm-write-region): New function based on compatibility
11108         code from `mm-make-temp-file'.
11109
11110         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11111
11112         * nnmaildir.el (nnmaildir--update-nov)
11113         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11114         Use `gmm-write-region'.
11115
11116 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11117
11118         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11119         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11120
11121         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11122
11123         * message.el (message-replacement-char): New variable.
11124         (message-fix-before-sending): Use it.
11125         (message-simplify-subject): New function to remove duplicate code.
11126         (message-reply, message-followup): Use it.
11127
11128         * gnus-sum.el (gnus-summary-make-menu-bar):
11129         Clarify gnus-summary-limit-to-articles.
11130
11131 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11132
11133         * gnus-util.el (gnus-with-local-quit): New macro.
11134
11135         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11136
11137 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11138
11139         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11140         ignore non-string data.
11141
11142 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11143
11144         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11145         non-string data (needs to be done in the registry too).
11146
11147 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11148
11149         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11150         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11151         (gnus-registry-split-fancy-with-parent)
11152         (gnus-registry-fetch-simplified-message-subject-fast)
11153         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11154         Remove text properties on ingress into the registry and when it's saved.
11155         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11156         registry from entries with no groups.
11157
11158 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11159
11160         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11161         function to remove string properties.
11162
11163 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11164
11165         * gmm-utils.el (gmm): Adjust custom version.
11166
11167         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11168         Adjust custom version.
11169
11170         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11171
11172 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11173
11174         * gnus-art.el (gnus-insert-prev-page-button)
11175         (gnus-insert-next-page-button): Simplify.  Reformat.
11176
11177 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11178
11179         * gnus-art.el (gnus-insert-prev-page-button)
11180         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11181
11182 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11183
11184         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11185
11186 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11187
11188         * gnus-art.el (gnus-insert-mime-button)
11189         (gnus-insert-mime-security-button):
11190         Apply gnus-article-button-face to MIME and security buttons.
11191
11192 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11193
11194         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11195         readable.
11196
11197 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11200
11201 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11202
11203         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11204         `browse-url-of-file' instead of `browse-url'.
11205
11206 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11207
11208         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11209         regexp.  Articles containing quotation were cut prematurely.
11210
11211 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11212
11213         * message.el (message-cite-original-1): Use nobody by default for the
11214         value of From header.
11215         (message-reply): Ditto.
11216
11217 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11218
11219         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11220         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11221         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11222
11223 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11224
11225         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11226         mails in the doc string.  Add some URLs in comment.
11227         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11228
11229 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11230
11231         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11232         backslashes handling and the way to find boundaries of quoted strings.
11233
11234 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11235
11236         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11237         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11238         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11239         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11240
11241 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11242
11243         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11244         doc string.
11245         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11246
11247 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11248
11249         * lpath.el: Fbind epg-check-configuration.
11250
11251 2006-09-06  Simon Josefsson  <jas@extundo.com>
11252
11253         * mml2015.el (mml2015-use): Doc fix, mention epg.
11254
11255 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11256
11257         * mml2015.el (mml2015-use): Default to epg, if available.
11258
11259 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11260
11261         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11262         message-sender.
11263         (mml1991-epg-encrypt): Ditto.
11264         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11265         message-sender.
11266         (mml2015-epg-encrypt): Ditto.
11267
11268 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11269
11270         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11271         several common directories.
11272
11273 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11274
11275         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11276         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11277
11278 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11279
11280         * gnus-art.el (article-decode-encoded-words): Make it fast.
11281
11282 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11283
11284         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11285
11286         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11287         in quoted string into `\'.
11288
11289 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11290
11291         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11292         Use standard-syntax-table.
11293
11294 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11295
11296         * gnus-art.el (gnus-decode-address-function): New variable.
11297         (article-decode-encoded-words): Use it to decode headers which are
11298         assumed to contain addresses.
11299         (gnus-mime-delete-part): Remove useless `or'.
11300
11301         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11302         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11303         (gnus-nov-parse-line): Use it to decode From header.
11304         (gnus-get-newsgroup-headers): Ditto.
11305         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11306
11307         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11308         (mail-decode-encoded-address-string): New alias.
11309
11310         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11311         New function.
11312         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11313         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11314         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11315         (rfc2047-decode-string): Ditto.
11316         (rfc2047-decode-address-region): New function.
11317         (rfc2047-decode-address-string): New function.
11318
11319 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11320
11321         * message.el (message-caesar-buffer-body): Allow rotating headers.
11322
11323         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11324
11325         * message.el (message-insert-formated-citation-line): Fix %f.
11326         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11327
11328 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11329
11330         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11331         (gnus-bookmark-mouse-available-p): New macro.
11332         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11333         (gnus-bookmark-bmenu-show-infos): Use it.
11334         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11335         (gnus-bookmark-bmenu-hide-infos): Ditto.
11336         (gnus-bookmark-remove-properties): New function.
11337         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11338         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11339         (gnus-bookmark-write-file): Bind coding-system-for-write.
11340         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11341         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11342         group before selecting it.
11343         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11344         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11345         quit-window if it is not available; use gnus-mouse-2 and bind it to
11346         gnus-bookmark-bmenu-select-by-mouse.
11347         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11348         (gnus-bookmark-bmenu-select-by-mouse): New function.
11349
11350 2006-08-13  Romain Francoise  <romain@orebokech.com>
11351
11352         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11353         space.
11354
11355 2006-08-10  Romain Francoise  <romain@orebokech.com>
11356
11357         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11358         (dns-mode-soa-auto-increment-serial): New user option.
11359         (dns-mode-soa-maybe-increment-serial): New function.
11360         (dns-mode): Add the latter to `write-contents-functions'.
11361
11362 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11363
11364         * compface.el (uncompface): Use binary rather than raw-text-unix.
11365
11366 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11367
11368         * compface.el (uncompface): Make sure the eol conversion doesn't take
11369         place when communicating with the external programs.
11370         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11371
11372 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11373
11374         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11375
11376 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11377
11378         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11379         Make it more robust by parsing author and date independently.
11380
11381 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11382
11383         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11384
11385 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11386
11387         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11388         first matching secret key.
11389         (mml2015-epg-encrypt): Ditto.
11390
11391         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11392         first matching secret key.
11393         (mml1991-epg-encrypt): Ditto.
11394
11395         * mml2015.el (mml2015-encrypt-to-self): New user option.
11396         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11397         mml2015-epg-encrypt-to-self is set.
11398
11399         * mml1991.el (mml1991-encrypt-to-self): New variable.
11400         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11401         mml1991-epg-encrypt-to-self is set.
11402
11403         * mml2015.el (mml2015-signers): New user option.
11404         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11405         (mml2015-epg-encrypt): Allow to select signing keys.
11406
11407         * mml1991.el (mml1991-signers): New variable.
11408         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11409         (mml1991-epg-encrypt): Allow to select signing keys.
11410
11411 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11412
11413         * nnheader.el (nnheader-insert-head): Make it work even if the file
11414         uses CRLF for the line-break code.
11415
11416 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11417
11418         * mml2015.el: Require mml-sec instead of password.
11419         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11420         (mml2015-cache-passphrase): Inherit the default value from
11421         mml-secure-cache-passphrase.
11422         (mml2015-passphrase-cache-expiry): Inherit the default value from
11423         mml-secure-passphrase-cache-expiry.
11424
11425         * mml1991.el: Require mml-sec instead of password.
11426         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11427         (mml1991-cache-passphrase): Inherit the default value from
11428         mml-secure-cache-passphrase.
11429         (mml1991-passphrase-cache-expiry): Inherit the default value from
11430         mml-secure-passphrase-cache-expiry.
11431
11432         * mml-sec.el: Require password.
11433         (mml-secure-verbose): New user option.
11434         (mml-secure-cache-passphrase): New user option.
11435         (mml-secure-passphrase-cache-expiry): New user option.
11436
11437 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11438
11439         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11440         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11441         andreas@altroot.de (Andreas Vögele).
11442
11443         FIXME: Use `tiny change'?
11444
11445 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11446
11447         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11448         workaround for the url package included with Emacs.
11449
11450         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11451
11452 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11453
11454         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11455         correctly.  This fixes a bug caused by the 2006-05-12 change.
11456
11457 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11458
11459         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11460         some information about the error when saying that the `bogus' mail
11461         group will be used.
11462
11463 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11464
11465         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11466         string.
11467
11468 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11469
11470         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11471
11472 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11473
11474         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11475
11476 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11477
11478         * mml1991.el (mml1991-function-alist): Add epg.
11479         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11480         (mml1991-epg-encrypt): New functions.
11481
11482 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11483
11484         * mml2015.el (mml2015-verbose): New variable.
11485         (mml2015-cache-passphrase): Ditto.
11486         (mml2015-passphrase-cache-expiry): Ditto.
11487         (mml2015-function-alist): Add epg.
11488         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11489         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11490         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11491         New functions.
11492
11493 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11494
11495         * message.el (message-cite-original-1): Preserve region when removing
11496         quoted text due to X-No-Archive in order to avoid bogus attribution
11497         when citing multiple messages.
11498
11499 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11500
11501         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11502         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11503
11504 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11505
11506         * gnus-diary.el (gnus-user-format-function-d)
11507         (gnus-user-format-function-D): Autoload.
11508
11509         * imap.el (Commentary): Fix typo.
11510
11511         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11512         2006-04-22 contribution.
11513
11514 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11515
11516         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11517         It didn't really fix the bogosity I'm seeing with solid web groups.
11518
11519 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11520
11521         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11522         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11523         created using server names.  If we use the feature without declaring
11524         it, Gnus does not properly manage server and group state.
11525
11526         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11527         bound.
11528
11529 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11530
11531         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11532         looking up the method using GROUP's prefix before inventing a new one.
11533         It is used on killed/unknown groups in various places where returning
11534         an all-new method isn't expected by the caller.
11535
11536         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11537         and match semantics of gnus-group-real-prefix.
11538
11539 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11540
11541         * nnmail.el (nnmail-broken-references-mailers): New variable.
11542         (nnmail-ignore-broken-references): New function generalizing
11543         nnmail-fix-eudora-headers.
11544         (nnmail-fix-eudora-headers): Now obsolete.
11545
11546         * gnus-art.el (gnus-button-handle-custom):
11547         Support `customize-apropos*'.
11548
11549 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11550
11551         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11552
11553         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11554         articles.
11555
11556 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11557
11558         * message.el (message-cite-reply-above): New variable.
11559         (message-yank-original): Use it.
11560
11561 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11562
11563         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11564
11565 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11566
11567         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11568         as read.
11569
11570         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11571
11572 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11573
11574         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11575         (gnus-bookmark-default-file): Use gnus-directory.
11576         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11577         Remove "*" in doc string.
11578         (gnus-bookmark-write-file): Simplify.
11579         (gnus-bookmark-maybe-sort-alist): Use `when'.
11580         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11581         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11582         Add FIXME about Emacs 21 and XEmacs compatibility.
11583         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11584         compatibility.
11585         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11586         compatibility.
11587         (gnus-bookmark-menu-heading): Fix version.
11588
11589 2006-06-19  Bastien Guerry  <bzg@altern.org>
11590
11591         * gnus-bookmark.el: New file.
11592
11593 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11594
11595         * message.el (message-syntax-checks): Doc fix.
11596
11597 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11598
11599         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11600         unsubscribed groups as if they were killed ones.  It causes duplicate
11601         entries in gnus-newsrc-alist.
11602
11603 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11604
11605         * message.el (message-syntax-checks): Doc fix.
11606         (message-send-mail): Add check for continuation headers.
11607         (message-check-news-header-syntax): Fix regexp used to check for
11608         continuation headers.
11609
11610 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11611
11612         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11613
11614 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11615
11616         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11617
11618 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11619
11620         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11621         default-truncate-lines.
11622
11623 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11624
11625         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11626         to fill the utf-8 entry.
11627
11628         * lpath.el: Fbind unicode-precedence-list.
11629
11630 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11631
11632         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11633
11634 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11635
11636         * gnus-agent.el (directory-files-and-attributes): Move all the way
11637         forward (the third and final move).
11638         (gnus-agent-read-agentview): Trap reconstruction errors due to
11639         nonexistent directory.  Handle by returning nil.
11640
11641 2006-05-30  Didier Verna  <didier@xemacs.org>
11642
11643         * message.el (message-dont-reply-to-names): Update the custom type.
11644         * message.el (message-dont-reply-to-names): New defsubst: potentially
11645         convert a list of regexps into a single one.
11646         * message.el (message-get-reply-headers): Use it.
11647         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11648
11649 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11650
11651         * gnus-agent.el (directory-files-and-attributes): Move forward.
11652
11653 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11654
11655         * gnus-ml.el (gnus-mailing-list-subscribe)
11656         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11657         (gnus-mailing-list-message): Fix doc strings.
11658
11659 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11660
11661         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11662         of doing it manually.
11663
11664 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11665
11666         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11667         comment.
11668
11669 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11670
11671         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11672         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11673         (gnus-agent-read-local): All symbols allocated in my-obarray.
11674         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11675         (gnus-agent-regenerate-group): Check numeric names to see if they are
11676         messages or groups.
11677         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11678         better way of do this...)
11679
11680         * gnus-cache.el (gnus-agent-total-fetched-for):
11681         Ignore 'dummy.group' (there should be a better way of do this...)
11682
11683 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11684
11685         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11686         (gnus-saved-headers): Ditto.
11687         (gnus-default-article-saver): Mention functions may have properties.
11688         (gnus-article-save): Override gnus-save-all-headers and
11689         gnus-saved-headers by :headers property which saver function may have.
11690         (gnus-summary-save-in-file): Add :headers property.
11691         (gnus-summary-write-to-file): Ditto.
11692
11693         * gnus-sum.el (gnus-summary-save-article): Bind
11694         gnus-prompt-before-saving to t when saving many articles in a file;
11695         always show all headers.
11696
11697         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11698
11699 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11700
11701         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11702         marks.
11703
11704         * message.el (message-indent-citation): Add optional arguments to allow
11705         using it outside of message buffers.
11706
11707         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11708         (gnus-article-treat-unfold-headers): Use it.
11709         (gnus-article-truncate-lines): New variable.
11710         (gnus-article-mode): Use it.
11711         (gnus-article-toggle-truncate-lines): New function.
11712
11713         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11714         Add gnus-article-toggle-truncate-lines.
11715
11716         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11717         coding system in XEmacs, use binary.
11718
11719 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11720
11721         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11722         after-load-alist.
11723
11724         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11725         this function should save decoded articles.
11726         (gnus-summary-write-to-file): Use property to specify this function
11727         should save decoded articles and specify gnus-summary-save-in-file
11728         should be used to save articles other than the first one when saving
11729         many articles.
11730         (gnus-summary-save-body-in-file): Use property to specify this
11731         function should save decoded articles.
11732         (gnus-summary-write-body-to-file): Use property to specify this
11733         function should save decoded articles and specify
11734         gnus-summary-save-body-in-file should be used to save articles other
11735         than the first one when saving many articles.
11736
11737         * gnus-sum.el (gnus-summary-save-article): Simplify.
11738
11739 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11740
11741         * gnus-art.el (gnus-default-article-saver):
11742         Add gnus-summary-write-body-to-file.
11743         (gnus-article-save-coding-system): Don't use coding system object
11744         in XEmacs.
11745         (gnus-read-save-file-name): Add optional `dir-var' argument which
11746         specifies directory in which files are saved; work even if optional
11747         `variable' argument is not specified.
11748         (gnus-summary-write-to-file): Read file name.
11749         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11750         (gnus-summary-write-body-to-file): New function.
11751
11752         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11753         (gnus-summary-local-variables): Add it.
11754         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11755         (gnus-summary-save-article): Remove optional `decode' argument;
11756         determine whether to decode articles by the value of
11757         gnus-default-article-saver; when saving many files using
11758         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11759         it first and use gnus-summary-save-in-file or
11760         gnus-summary-save-body-in-file thereafter unless
11761         gnus-prompt-before-saving is always; move point to article which
11762         will be saved.
11763         (gnus-summary-save-article-file): Revert.
11764         (gnus-summary-write-article-file): Revert.
11765         (gnus-summary-save-article-body-file): Revert.
11766         (gnus-summary-write-article-body-file): New function.
11767
11768 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11769
11770         * gnus-art.el (gnus-default-article-saver): Doc fix.
11771         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11772         from gnus-summary-save-article-coding-system, and default to a
11773         certain coding system.
11774         (gnus-output-to-file): Add coding cookie and encode text according
11775         to gnus-article-save-coding-system; don't use mm-append-to-file.
11776
11777         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11778         gnus-art.el and rename to gnus-article-save-coding-system.
11779         (gnus-summary-save-article): Require gnus-art; don't show all
11780         headers if it decodes articles; don't add coding cookie here;
11781         don't bind mm-text-coding-system-for-write.
11782         (gnus-summary-save-article-file): Save decoded articles.
11783         (gnus-summary-write-article-file): When saving many files, use
11784         gnus-summary-write-to-file first and gnus-summary-save-in-file
11785         thereafter unless gnus-prompt-before-saving is always.
11786         (gnus-summary-save-article-body-file): Save decoded articles.
11787
11788         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11789
11790 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11791
11792         * nnrss.el (nnrss-check-group): Bind hash-index.
11793
11794 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11795
11796         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11797         its hash index.  Store this hash in `nnrss-group-data'.
11798         (nnrss-read-group-data): Update accordingly.
11799
11800 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11801
11802         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11803         entry.
11804
11805         * gnus-sum.el (gnus-summary-make-menu-bar):
11806         Add gnus-article-browse-html-article.
11807
11808 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11809
11810         * gnus-sum.el (gnus-summary-mime-map):
11811         Add gnus-article-browse-html-article.
11812
11813         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11814
11815 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11816
11817         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11818         suitable coding systems in customize.
11819
11820 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11821
11822         * mail-source.el (mail-sources): Fix custom type.
11823
11824 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11825
11826         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11827         (gnus-summary-expire-articles-now): Shorten prompt.
11828
11829         * gmm-utils.el (wid-edit): Require.
11830         (defun-gmm): Rename from `gmm-defun-compat'.
11831         (gmm-image-search-load-path): Use it.
11832         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11833
11834 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11835
11836         * gnus-sum.el (gnus-summary-save-article-coding-system):
11837         New variable.
11838         (gnus-summary-save-article): Add optional `decode' argument.
11839         If it is set and gnus-summary-save-article-coding-system is non-nil,
11840         save decoded article.
11841         (gnus-summary-write-article-file): Save decoded article if
11842         gnus-summary-save-article-coding-system is non-nil.
11843
11844         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11845         type.
11846
11847 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11848
11849         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11850
11851 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11852
11853         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11854         first to test gnus-single-article-buffer which may be buffer-local.
11855
11856         * gnus-sum.el (gnus-summary-setup-buffer):
11857         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11858         group; make gnus-article-buffer, gnus-article-current, and
11859         gnus-original-article-buffer always buffer-local.
11860         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11861         group.
11862         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11863
11864 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11865
11866         * nnml.el (nnml-request-compact-group): Compressed files might not
11867         have .gz extension.
11868
11869 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11870
11871         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11872         (mm-copy-to-buffer): Use with-current-buffer.
11873         (mm-display-part): Simplify.
11874         (mm-inlinable-p): Add optional arg `type'.
11875
11876 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11877
11878         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11879         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11880         Try harder to show the attachment internally or externally using
11881         gnus-mime-view-part-as-type.
11882
11883 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11884
11885         * message.el (message-from-style, message-signature-separator)
11886         (message-user-organization-file, message-send-mail-function)
11887         (message-citation-line-function, message-yank-prefix)
11888         (message-indent-citation-function, message-signature)
11889         (message-signature-file, message-signature-insert-empty-line):
11890         Remove autoloads.
11891
11892         * gnus-art.el (gnus-buttonized-mime-types):
11893         Remove "multipart/signed".  Revert 2006-04-26 change.
11894
11895 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11896
11897         * gnus.el (gnus-version-number): Bump version.
11898
11899 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11900
11901         * gnus.el: No Gnus v0.5 is released.
11902
11903 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11904
11905         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11906         fetching articles by message-id.
11907
11908 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11909
11910         * message.el (hashcash): Require hashcash as normal.
11911
11912         * ecomplete.el (ecomplete-highlight-match-line):
11913         Use point-at-eol.
11914         (ecomplete-highlight-match-line): Use `highlight', because that
11915         face exists in both Emacs and XEmacs.
11916
11917         * message.el (message-display-abbrev): Use point-at-bol.
11918
11919         * mail-source.el: Don't require timer/timer-funcs.
11920
11921         * gnus-async.el: Ditto.
11922
11923         * password.el: Ditto.
11924
11925         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11926
11927         * mm-url.el: Ditto.
11928
11929         * gnus-xmas.el: Don't require timer-funcs.
11930
11931         * mm-util.el: Require timer/timer-funcs.
11932
11933 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11934
11935         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11936         Close.
11937
11938 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11939
11940         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11941         unibyte after clear-decrypt function runs.
11942
11943         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11944         returns as a unibyte string.
11945
11946 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11947
11948         * lpath.el: Revert.
11949
11950         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11951         (pgg-gpg-process-sentinel): Revert.
11952
11953         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11954         (pgg-pgp-lookup-key): Revert.
11955
11956         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11957         (pgg-pgp5-lookup-key): Revert.
11958
11959         * pgg.el (pgg-fetch-key): Revert.
11960
11961 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11962
11963         * lpath.el: Fbind string-as-multibyte for XEmacs.
11964
11965         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11966         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11967         (mml1991-pgg-encrypt): Ditto.
11968
11969         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11970         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11971         a multibyte buffer.
11972
11973         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11974         (pgg-pgp-lookup-key): Ditto.
11975
11976         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11977         (pgg-pgp5-lookup-key): Ditto.
11978
11979         * pgg.el (pgg-fetch-key): Ditto.
11980
11981 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11982
11983         * message.el (message-user-organization-file): Check several
11984         locations of the organization file.
11985
11986         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11987         Add gnus-article-view-part-as-type.
11988
11989         * gnus-art.el (gnus-article-view-part-as-type): New function.
11990
11991         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11992         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11993
11994         * mml.el: Simplify autoload.
11995         (mml-mode): defvar dnd-protocol-alist instead of using
11996         symbol-value.
11997         (mml-default-directory): New variable.
11998         (mml-minibuffer-read-file): Use it.
11999         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12000
12001         * message.el (message-citation-line-format): New variable.
12002         (message-insert-formated-citation-line): New function.
12003         (message-citation-line-function):
12004         Add `message-insert-formated-citation-line' to custom type.
12005
12006         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12007         to doc string.
12008
12009         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12010         depending on mm-verify-option.
12011
12012 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12013
12014         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12015         binding pgg-* variables; reimplement the section which prevents
12016         MIME header from being signed.
12017         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12018         pgg-text-mode; remove a blank line at the top of body.
12019
12020         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12021         lines at the top of body; use gnus-newsgroup-charset if there's no
12022         Charset header.
12023
12024 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12025
12026         * message.el (message-self-insert-commands): Doc fix.
12027
12028         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12029         (mm-uu-pgp-encrypted-test): Ditto.
12030         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12031         between header and body; return application/pgp-encrypted handle
12032         if decryption failed; decode decrypted body by charset.
12033
12034         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12035         element match to application/pgp-*.
12036
12037 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12038
12039         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12040         HTML.
12041
12042 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12043
12044         * mail-source.el (mail-source-call-script): Message the error
12045         string.
12046
12047 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12048
12049         * gnus-util.el (gnus-byte-compile): Use it.
12050
12051 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12052
12053         * gnus-util.el (kill-empty-logs): New function.
12054
12055 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12056
12057         * message.el (message-mail-alias-type): Doc fix.
12058         (message-mail-alias-type-p): New function.
12059         (message-send): Use it.
12060         (message-mode): Ditto.
12061         (message-strip-forbidden-properties): Ditto.
12062
12063         * ecomplete.el (ecomplete-database-file-coding-system):
12064         New variable.
12065         (ecomplete-save): Use it.
12066         (ecomplete-setup): Use it.
12067
12068 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12069
12070         * message.el (message-self-insert-commands): New variable.
12071         (message-strip-forbidden-properties): Use it.
12072
12073 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12074
12075         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12076         that doesn't make XEmacs choke.
12077
12078 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12079
12080         * gnus-util.el (gnus-replace-in-string):
12081         Prefer replace-regexp-in-string over of replace-in-string.
12082
12083 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12084
12085         * gnus-util.el (gnus-select-frame-set-input-focus):
12086         Use select-frame-set-input-focus if it is available in XEmacs; use
12087         definition defined in Emacs 22 for old Emacsen.
12088
12089         * dgnushack.el: Autoload unmorse-region for XEmacs.
12090
12091         * lpath.el: Bind cursor-in-non-selected-windows and
12092         select-frame-set-input-focus for XEmacs.
12093
12094 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12095
12096         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12097
12098 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12099
12100         * gnus-registry.el (gnus-registry-cache-save): Remove text
12101         properties when saving via the temp buffer.
12102
12103 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12104
12105         * message.el (message-generate-hashcash): Honor custom type.
12106
12107 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12108
12109         * message.el (message-generate-hashcash): Default to non-nil when
12110         hashcash is found.
12111
12112         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12113         (gnus-refer-thread-limit): Increase default to 500.
12114
12115         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12116
12117         * flow-fill.el (fill-flowed): Allow delete-space.
12118
12119 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12120
12121         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12122         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12123         Remove autoloads.
12124
12125 2006-04-18  Simon Josefsson  <jas@extundo.com>
12126
12127         * message.el (message-generate-hashcash): Default to.
12128
12129 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12130
12131         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12132         concatenating segments rather than before concatenating them.
12133
12134 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12135
12136         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12137
12138 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12139
12140         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12141
12142         * message.el (message-forward-make-body-plain):
12143         Allow message-forward-ignored-headers to be a list.
12144         (message-remove-ignored-headers): Factor out into function.
12145         (message-forward-make-body-mml): Use it.
12146
12147         * imap.el (imap-quote-specials): New function.
12148         (imap-login-auth): Quote specials.
12149
12150         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12151         (rfc2231-parse-string): Allow concatanation of parameters that
12152         aren't contiguous.  The test case is
12153           (mail-header-parse-content-type "message/external-body;
12154             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12155             access-type=LOCAL-FILE;
12156             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12157
12158 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12159
12160         * nntp.el (nntp-accept-process-output): Return the value of
12161         `nnheader-accept-process-output'.
12162
12163 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12164
12165         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12166         (gnus-button-alist): Recognize more diff formats.
12167         (gnus-button-patch): Strip directory.
12168
12169 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12170
12171         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12172         Emacs 22 when setting focus.
12173
12174 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12175
12176         * gnus-art.el (gnus-article-treat-types): Do treatment of
12177         text/x-verbatim parts.
12178         (gnus-button-patch): New command.
12179
12180         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12181         addresses that contain invalid characters.
12182
12183 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12184
12185         * message.el (message-put-addresses-in-ecomplete):
12186         Use gnus-replace-in-string.
12187         (message-is-yours-p): Use the more correct
12188         mail-header-parse-address instead of
12189         mail-extract-address-components.
12190         (message-put-addresses-in-ecomplete): Fix typo.
12191
12192         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12193         keystroke.
12194
12195         * gnus-art.el (gnus-treatment-function-alist): Change order of
12196         newsgroups/generic header folding to avoid double-folding.
12197
12198         * message.el (message-hidden-headers): Add X-Draft-From.
12199
12200         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12201         New command.
12202         (gnus-summary-repeat-search-article-backward): New command.
12203
12204         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12205         groups in the parent topic.
12206
12207 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12208
12209         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12210         (spam-extra-header-to-number): Return the CRM114 number as a
12211         number instead of a string.
12212
12213 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12214
12215         * gnus-art.el (gnus-face-properties-alist): Move here from
12216         gnus-fun.
12217
12218         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12219
12220 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12221
12222         * message.el (message-strip-forbidden-properties): Only display on
12223         self-insert-command.
12224
12225         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12226         reindent.
12227         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12228
12229 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12230
12231         * smiley.el (smiley-style): Fix typo.
12232
12233 2006-03-23  Kenichi Handa  <handa@m17n.org>
12234
12235         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12236         instead of set-buffer-multibyte.
12237
12238 2006-03-23  Kenichi Handa  <handa@m17n.org>
12239
12240         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12241         buffer and then decode the buffer text if necessary.
12242         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12243         first, and after mm-encode-body, change the buffer to unibyte.
12244
12245 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12246
12247         * hashcash.el (hashcash-insert-payment-async-2):
12248         Use message-goto-eoh instead of doing it manually.
12249         (mail-add-payment): Use message-narrow-to-header instead of trying
12250         to do the same itself.
12251
12252         * message.el (message-hidden-headers): Add Face.
12253
12254         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12255         reparenting code.
12256         (gnus-summary-reparent-children): Refactored out code.
12257         (gnus-summary-thread-map): New keystroke.
12258         (gnus-summary-reparent-children): Make into command.
12259
12260         * smiley.el (smiley-style): Default to `medium' if using a large
12261         font.
12262
12263         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12264         does it itself.
12265
12266         * message.el (message-point-in-header-p): Simplify definition.
12267
12268 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12269
12270         * nnagent.el (nnagent-request-set-mark): Silence log file
12271         writing.
12272         (nnagent-request-set-mark): Use write-region instead of
12273         append-to-file.
12274
12275         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12276         strange select method.
12277
12278         * ecomplete.el (ecomplete-display-matches): Get highlightling
12279         right.
12280         (ecomplete-display-matches): Use literals.
12281         (ecomplete-display-matches): Disable message logging.
12282
12283         * message.el (message-display-abbrev): Small optimization.
12284
12285         * ecomplete.el (ecomplete-display-matches): Allow automatic
12286         display.
12287
12288         * message.el (message-strip-forbidden-properties):
12289         Display abbrevs.
12290         (message-display-abbrev): Get automatic display right.
12291
12292         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12293         keystrokes.
12294
12295 2006-04-13  Romain Francoise  <romain@orebokech.com>
12296
12297         TODO: Backport to v5-10!
12298
12299         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12300         Move here (and rename) from gnus-registry.el.
12301
12302         * gnus-registry.el: Require gnus-util.
12303         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12304
12305 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12306
12307         * gnus-group.el (gnus-group-catchup-current):
12308         Change if-then-else-if-then-else into cond.
12309         (gnus-group-catchup): Indent.
12310         (group-name-at-point): New function.
12311         (gnus-fetch-group): Provide default from thing at point.
12312
12313 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12314
12315         * message.el (message-display-abbrev): Fix regexp.
12316
12317         * ecomplete.el (ecomplete-highlight-match-line):
12318         Reimplement choosing.
12319         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12320         dead variables.
12321
12322         * message.el (message-newline-and-indent): Remove debugging.
12323         (message-display-abbrev): Use new implementation.
12324
12325 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12326
12327         * gnus-art.el (gnus-article-mode):
12328         Set cursor-in-non-selected-windows to nil.
12329
12330         * smiley.el: Revert previous change.
12331         (smiley-data-directory): defvar it before using it in the
12332         defcustom of `smiley-style'.
12333
12334 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12335
12336         * message.el (message-newline-and-indent): New function.
12337
12338         * ecomplete.el: Implement more bits.
12339
12340         * message.el (message-put-addresses-in-ecomplete): Clean up the
12341         string.
12342
12343         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12344
12345         * gnus-sum.el (gnus-summary-save-parts):
12346         Bind gnus-summary-save-parts-counter and use it to make unique file
12347         names.
12348
12349         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12350
12351         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12352         parameter to say whether to actually parse the individual
12353         addresses.
12354
12355         * message.el (message-put-addresses-in-ecomplete): New function.
12356         (ecomplete): Require.
12357         (message-mail-alias-type): Add ecomplete as an option.
12358
12359 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12360
12361         * flow-fill.el (fill-flowed): Remove trailing space from blank
12362         quoted lines.
12363
12364 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12365
12366         * smiley.el (smiley-style): Move definition later to avoid a
12367         compilation warning.
12368
12369 2006-04-12  Kenichi Handa  <handa@m17n.org>
12370
12371         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12372         buffer and then decode the buffer text if necessary.
12373         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12374         first, and after mm-encode-body, change the buffer to unibyte.
12375         Use mm-disable-multibyte instead of set-buffer-multibyte.
12376
12377 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12378
12379         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12380         Content-Type header instead of Content-Disposition header.
12381         (gnus-mime-inline-part): Ditto.
12382         (gnus-mime-view-part-as-charset): Ignore charset that the part
12383         specifies.
12384
12385         * mm-decode.el (mm-display-part): Work with external parts and
12386         usual parts similarly.
12387
12388         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12389         instead of gnus-display-mime.
12390
12391         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12392         instead of with-temp-buffer.
12393
12394         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12395         tag to summarized topics part in order to encode non-ASCII text.
12396
12397 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12398
12399         * smiley.el (smiley-style): New variable.
12400         (smiley-directory): New function.
12401         (smiley-data-directory): Derive from `smiley-style' using
12402         `smiley-directory'.
12403         (smiley-regexp-alist): Add new entries.
12404
12405         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12406         (gnus-article-browse-delete-temp): Add :version.
12407
12408 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12409
12410         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12411         the sieve region.
12412
12413 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12414
12415         * gnus.el (gnus-version-number): Bump version.
12416
12417 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12418
12419         * gnus.el: No Gnus v0.4 is released.
12420
12421 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12422
12423         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12424         layout.
12425
12426         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12427         unknown charset.
12428
12429         * message.el (message-header-synonyms): Add Original-To to the
12430         default.
12431
12432         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12433         optional parameter.
12434
12435 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12436
12437         * gnus-fun.el (gnus): Require it for gnus-directory.
12438
12439 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12440
12441         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12442
12443 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12444
12445         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12446
12447 2006-04-05  Simon Josefsson  <jas@extundo.com>
12448
12449         * password.el (password-reset): New function.
12450
12451 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12452
12453         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12454         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12455
12456 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12457
12458         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12459         Some whitespace was matched into the url, which broke browsing hits
12460         > 100 when mm-url-use-external was nil.
12461
12462 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12463
12464         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12465         Check gnus-extra-headers for 'Newsgroups.
12466
12467         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12468         bound.
12469
12470 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12471
12472         * pgg-gpg.el: Clean up process buffers every time gpg processes
12473         complete.
12474
12475 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12476
12477         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12478         doc string.
12479
12480 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12481
12482         * pgg-gpg.el (pgg-gpg-process-filter)
12483         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12484
12485         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12486         lines, temporary fix.
12487
12488 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12489
12490         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12491
12492 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12493
12494         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12495         default-enable-multibyte-characters.  This reverts the change from
12496         revision 6.17 which is no longer necessary because the passphrase
12497         is sent separately now.  GnuPG messages are unreadable under
12498         multibyte locales with default-enable-multibyte-characters set to
12499         nil.
12500
12501 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12502
12503         * message.el (message-tool-bar-gnome): Move "spell".
12504
12505 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12506
12507         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12508         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12509         instead.
12510
12511 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12512
12513         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12514         Improve newsgroups handling for NNTP overviews which don't include
12515         Newsgroups.
12516
12517 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12518
12519         * message.el (message-resend): Bind message-generate-hashcash to nil.
12520
12521 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12522
12523         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12524         when searching for already-paid recipients.
12525
12526 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12527
12528         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12529         passphrases when it is not needed.
12530         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12531         passphrase stuff from gpg, should only be necessary when you use
12532         gpg with a smartcard.
12533
12534 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12535
12536         * mml.el (mml-insert-mime): Ignore cached contents of
12537         message/external-body part.
12538
12539         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12540         (mm-insert-part): Ditto.
12541
12542 2006-03-23  Simon Josefsson  <jas@extundo.com>
12543
12544         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12545         Reiner.
12546         (pgg-gpg-use-agent-p): Use it again.
12547
12548 2006-03-23  Simon Josefsson  <jas@extundo.com>
12549
12550         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12551         older emacsen.
12552         (pgg-gpg-use-agent-p): Don't use it.
12553
12554 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12555
12556         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12557         if we can.
12558
12559 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12560
12561         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12562         (pgg-gpg-update-agent): New function.
12563         (pgg-gpg-use-agent-p): New function.
12564         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12565         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12566         (pgg-gpg-sign-region): Use it.
12567
12568 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12569
12570         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12571         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12572
12573 2006-03-21  Simon Josefsson  <jas@extundo.com>
12574
12575         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12576         <wilde@sha-bang.de>.
12577         (pgg-gpg-use-agent): New variable.
12578         (pgg-gpg-process-region): Use it.
12579         (pgg-gpg-encrypt-region): Likewise.
12580         (pgg-gpg-encrypt-symmetric-region): Likewise.
12581         (pgg-gpg-decrypt-region): Likewise.
12582         (pgg-gpg-sign-region): Likewise.
12583         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12584
12585 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12586
12587         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12588
12589         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12590         Add comment on version.
12591
12592 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12593
12594         * smiley.el: Add missing test smiley.
12595
12596 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12597
12598         * mm-decode.el (mm-with-part): New macro.
12599         (mm-get-part): Use it; work with message/external-body as well.
12600         (mm-save-part): Treat name and filename equally.
12601
12602         * mm-extern.el (mm-extern-cache-contents): New function.
12603         (mm-inline-external-body): Use it; force the part to be displayed;
12604         move undisplayer added to the cached handle to the parent.
12605
12606         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12607         (gnus-mime-view-part-as-type): Work with message/external-body.
12608
12609         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12610
12611 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12612
12613         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12614         images in image-load-path.  [Sync with image.el, revision 1.60, in
12615         Emacs.]
12616
12617 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12618
12619         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12620         path rather than symbol.  Always return list of directories.
12621         Guarantee that image directory comes first.  [Sync with image.el,
12622         revision 1.59, in Emacs.]
12623
12624         * message.el (message-make-tool-bar): Adjust to new API of
12625         `gmm-image-load-path-for-library'.
12626
12627         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12628
12629         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12630
12631 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12632
12633         * gnus-art.el (gnus-article-only-boring-p):
12634         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12635         intangible text.
12636         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12637
12638 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12639
12640         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12641         Use `defun' instead of `gmm-defun-compat'.
12642
12643 2006-03-14  Simon Josefsson  <jas@extundo.com>
12644
12645         * message.el (message-unique-id): Don't use message-number-base36
12646         if (user-uid) is a float.
12647         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12648
12649 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12650
12651         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12652
12653         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12654         empty line between a part and a message part.
12655
12656 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12657
12658         * smiley.el: Add more test smileys.
12659         (smiley-data-directory, smiley-regexp-alist)
12660         (gnus-smiley-file-types): Fix doc strings.
12661         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12662         adding new elements.
12663         (smiley-mouse-map): Unused code.  Make it a comment.
12664
12665 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12666
12667         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12668         scan latest NoCeM messages instead of old ones.
12669         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12670         delimiters that are recently used.
12671         (gnus-nocem-load-cache): Add autoload cookie.
12672
12673         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12674
12675         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12676         level which is larger than gnus-use-nocem is specified.
12677
12678         * gnus-group.el (gnus-group-get-new-news): Ditto.
12679
12680 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12681
12682         * gnus-util.el (gnus-tool-bar-update): New function.
12683
12684         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12685         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12686
12687         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12688
12689         * gnus-group.el (gnus-group-redraw-when-idle)
12690         (gnus-group-redraw-check): Remove.
12691         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12692
12693 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12694
12695         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12696         if optional last element is specified in splits (FIELD VALUE...).
12697
12698 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12699
12700         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12701         to gmm-image-load-path-for-library.  Call with no-error argument.
12702         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12703
12704         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12705
12706         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12707
12708         * gmm-utils.el (gmm-image-load-path): Remove alias.
12709
12710 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12711
12712         * gmm-utils.el (gmm-image-load-path): Add alias.
12713
12714         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12715         nnml-generate-nov-databases-1.
12716         (nnml-generate-nov-databases): Use it.
12717         (nnml-generate-nov-databases-directory): Document no-active
12718         argument.
12719
12720         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12721         directory if path is t.  Add no-error.
12722
12723         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12724         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12725
12726         * gnus-art.el (gnus-article-browse-delete-temp-files):
12727         Simplify resetting gnus-article-browse-html-temp-list.
12728
12729         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12730         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12731         Add example to docstring.  Rename local variables.  Move error
12732         checks to default case in cond and simplify.
12733
12734 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12735
12736         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12737         handle is multipart when calling it recursively.
12738         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12739
12740 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12741
12742         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12743         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12744
12745 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12746
12747         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12748         is loaded.
12749
12750         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12751         loaded.
12752
12753 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12754
12755         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12756         to "Emacs 23 (unicode)" in doc string.
12757
12758         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12759         "Emacs 23 (unicode)" in comment.
12760
12761 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12762
12763         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12764
12765         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12766         characters 160 through 255 in Emacs 23.
12767
12768 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12769
12770         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12771         gnus-article-browse-html-temp.
12772         (gnus-article-browse-delete-temp): Make it customizable.
12773         Add `file'.  Adjust doc string.
12774         (gnus-article-browse-delete-temp-files): Add argument.
12775         Allow query for each file.  Adjust doc string.
12776         (gnus-article-browse-html-parts):
12777         Add `gnus-article-browse-delete-temp-files' to
12778         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12779
12780 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12781
12782         * gnus-art.el (gnus-article-browse-html-temp)
12783         (gnus-article-browse-delete-temp): New variables.
12784         (gnus-article-browse-delete-temp-files): New function.
12785         (gnus-article-browse-html-parts): Use it.
12786
12787 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12788
12789         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12790
12791         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12792         string.
12793
12794         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12795         gnus-summary-insert-new-articles when unplugged.
12796         Remove gnus-summary-search-article-forward.
12797
12798         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12799         display-visual-class instead of display-color-cells.
12800
12801 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12802
12803         * dgnushack.el: Autoload customize-group for XEmacs.
12804
12805         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12806         message/* containing non-ASCII text properly.
12807
12808 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12809
12810         * message.el: Require gmm-utils, remove autoloads.
12811         (message-tool-bar): Set default based on
12812         gmm-tool-bar-style.
12813         (message-tool-bar-gnome): Add gmm-customize-mode.
12814
12815         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12816         gmm-tool-bar-style.
12817         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12818
12819         * gnus-group.el (gnus-group-tool-bar): Set default based on
12820         gmm-tool-bar-style.
12821         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12822
12823         * gmm-utils.el (gmm-image-directory): Rename variable from
12824         gmm-image-load-path.
12825         (gmm-image-load-path): Use gmm-image-directory.
12826         (gmm-customize-mode): New function.
12827         (gmm-tool-bar-style): New variable.
12828
12829         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12830         gnus-group-redraw-line-number.
12831         (gnus-group-redraw-check): Simplify.
12832         (gnus-group-tool-bar-update): Remove redraw check.
12833         (gnus-group-make-tool-bar): Add redraw check.
12834
12835 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12836
12837         * gnus-art.el (gnus-button): Add missing parentheses.
12838
12839 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12840
12841         * lpath.el: Fbind line-number-at-pos.
12842
12843 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12844
12845         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12846
12847 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12848
12849         * gnus-art.el (gnus-button): New face.
12850         (gnus-article-button-face): Use it.
12851
12852         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12853         Add gnus-summary-next-page.  Re-order.
12854
12855         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12856         next-node are now included.
12857         (gnus-group-redraw-line-number): New internal variable.
12858         (gnus-group-redraw-check): Helper function for updating the tool
12859         bar.
12860         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12861
12862         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12863
12864         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12865         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12866         Use it to match format of Spamassassin 3.0 and later.
12867         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12868         (spam-check-bogofilter)
12869         (spam-bogofilter-register-with-bogofilter): Fix args of
12870         `gnus-error' calls.
12871
12872 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12873
12874         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12875         unnecessary interaction when sending queued mails.
12876         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12877
12878 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12879
12880         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12881         first or last are nil.
12882
12883 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12884
12885         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12886
12887 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12888
12889         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12890
12891 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12892
12893         * dns.el (query-dns): Protect more against buggy tcp output.
12894
12895 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12896
12897         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12898         nov.php.
12899
12900 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12901
12902         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12903         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12904         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12905         output on the server side.
12906         (nnweb-google-create-mapping): Update regexps and add some
12907         progress indication.
12908
12909 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12910
12911         * gnus-group.el (gnus-group-tool-bar-gnome):
12912         Fix gnus-agent-toggle-plugged.  Re-order icons.
12913         (gnus-group-tool-bar-gnome):
12914         Add gnus-group-{prev,next}-unread-group.
12915         (gnus-group-tool-bar-gnome): Re-order icons.
12916
12917         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12918         Move gnus-summary-insert-new-articles.
12919
12920         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12921         Fix comments.
12922
12923         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12924         also available in Emacs 21.3.
12925
12926         * message.el (message-fix-before-sending): Change "Emacs 22" to
12927         "Emacs 23 (unicode)" in comment.
12928
12929         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12930         "Emacs 23 (unicode)" in comment.
12931
12932         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12933         comment.
12934         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12935
12936         * mm-view.el (mm-fill-flowed): Add :version.
12937
12938 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12939
12940         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12941         and load-path.
12942
12943 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12944
12945         * message.el: Autoload gmm-image-load-path.
12946         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12947         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12948         consitency.
12949
12950         * gmm-utils.el (gmm-image-load-path): Also search in
12951         "../etc/images".  Don't set gmm-image-load-path if we don't find
12952         the image.
12953
12954 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12955
12956         * gmm-utils.el (gmm-image-load-path): Don't make
12957         `gmm-image-load-path' include subdirectories which the second arg
12958         `image' might specify.
12959
12960         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12961         subdirectory to icon file names.
12962
12963         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12964
12965 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12966
12967         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12968         gmm-image-load-path calls.
12969
12970         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12971
12972         * message.el (message-make-tool-bar): Ditto.
12973
12974         * mml.el (mml-preview): Add comment concerning tool bar icons.
12975
12976         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12977         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12978
12979         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12980         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12981
12982         * message.el (message-tool-bar-gnome): Use new icon names.
12983         (message-make-tool-bar): Use `gmm-image-load-path'.
12984
12985         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12986         New functions from MH-E.
12987         (gmm-image-load-path): New variable from MH-E.
12988         (gmm-image-load-path): New function from MH-E.  Add arguments
12989         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12990         *-image-load-path-called-flag.
12991
12992 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12993
12994         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12995
12996 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12997
12998         * nnimap.el (nnimap-request-move-article): Change folder back to
12999         source group before deleting.
13000
13001 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13002
13003         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13004
13005         * gnus-art.el (mm-url-insert-file-contents-external):
13006         Autoload mm-url.
13007
13008         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13009
13010 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13011
13012         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13013         coding system which mm-charset-to-coding-system returns for a
13014         given charset is valid.
13015
13016 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13017
13018         * html2text.el (html2text-remove-tag-list):
13019         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13020
13021 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13022
13023         * gnus-cus.el: Revert 2005-10-17 change.
13024
13025 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13026
13027         * gnus-art.el (article-strip-banner):
13028         Call article-really-strip-banner only when the regexp match is made.
13029
13030 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13031
13032         * gnus-art.el (article-strip-banner):
13033         Use gnus-extract-address-components instead of
13034         mail-header-parse-addresses to make it work with non-ASCII text;
13035         remove mail-encode-encoded-word-string.
13036
13037         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13038         values which are surrounded with \"...\"; make it never cause a
13039         Lisp error; give up parsing of parameters if it failed in
13040         extracting type.
13041
13042 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13043
13044         * smime.el (smime-cert-by-ldap-1): Fix bug where
13045         `smime-ldap-search' returns results without userCertificates.
13046
13047 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13048
13049         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13050
13051 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13052
13053         * spam.el (spam-check-spamassassin-headers): Adapt format for
13054         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13055         <ari@mbf.ocn.ne.jp>.
13056         (spam-list-of-processors): Add spam-use-gmane.
13057
13058 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13059
13060         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13061         make-temp-file; make it work with XEmacs as well.
13062
13063         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13064         mm-make-temp-file.
13065
13066         * mm-decode.el (mm-display-external): Use the 3rd arg of
13067         mm-make-temp-file.
13068         (mm-create-image-xemacs): Ditto.
13069
13070 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13071
13072         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13073         with message-narrow-to-headers.
13074         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13075         (gnus-draft-check-draft-articles): New function.
13076         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13077
13078 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13079
13080         * gnus-art.el (gnus-article-browse-html-parts):
13081         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13082         Don't use suffix argument for mm-make-temp-file for Emacs 21
13083         compatibility.  Remove useless `format'.
13084
13085 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13086
13087         * nnweb.el (nnweb-google-wash-article): Update regexps.
13088         (nnweb-group-alist): Use defvoo instead of defvar.
13089
13090 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13091
13092         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13093         re-loading nn* modules.
13094
13095 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13096
13097         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13098         for `tool-bar-mode' and don't check it's default-value.
13099
13100         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13101
13102         * message.el (message-make-tool-bar): Ditto.
13103
13104         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13105         `substring'.  Shorten tmp-file name.
13106
13107         * gnus.el: Remove bogus comment.
13108
13109 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13110
13111         * gnus-art.el (gnus-article-browse-html-parts): New function.
13112         (gnus-article-browse-html-article): New function for viewing html
13113         articles with a browser.
13114
13115 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13116
13117         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13118         in elisp.
13119         (pgg-gpg-encrypt-symmetric-region): Ditto.
13120         (pgg-gpg-sign-region): Ditto.
13121
13122         * pgg-def.el (pgg-text-mode): New variable.
13123
13124         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13125         (mml2015-pgg-encrypt): Ditto.
13126
13127         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13128         (mml1991-pgg-encrypt): Ditto.
13129
13130 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13131
13132         * nnfolder.el (nnfolder-insert-newsgroup-line):
13133         Use message-make-date instead of current-time-string.
13134
13135         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13136         to gnus-decoded which mm-uu might set.
13137
13138 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13139
13140         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13141         don't decode quoted parameters; remove misimported Emacs code.
13142         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13143         (rfc2231-decode-encoded-string): Don't use split-string which
13144         behaves differently according to Emacs version; use
13145         mm-decode-coding-region to convert charset to coding-system.
13146         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13147         (rfc2231-encode-string): Remove misimported Emacs code.
13148
13149 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13150
13151         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13152         when calling mail-header-parse-content-type.
13153         (article-de-quoted-unreadable): Ditto.
13154         (article-de-base64-unreadable): Ditto.
13155         (article-wash-html): Ditto.
13156
13157         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13158         calling mail-header-parse-content-type and
13159         mail-header-parse-content-disposition.
13160         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13161         mail-header-parse-content-type.
13162
13163         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13164         insert charset and format parameters; encode description after
13165         inserting it to buffer.
13166         (mml-insert-parameter): Fold lines properly even if a parameter is
13167         segmented into two or more lines; change the max column to 76.
13168
13169         * rfc1843.el (rfc1843-decode-article-body): Don't use
13170         ignore-errors when calling mail-header-parse-content-type.
13171
13172         * rfc2231.el (rfc2231-parse-string): Return at least type if
13173         possible; don't cause an error even if it fails in parsing of
13174         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13175         (rfc2231-encode-string): Don't break lines at the beginning, leave
13176         it to mml-insert-parameter.
13177
13178         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13179         calling mail-header-parse-content-type.
13180
13181 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13182
13183         * spam-report.el (spam-report-gmane-use-article-number):
13184         Improve doc string.
13185         (spam-report-gmane-internal): Check if a suitable header was found
13186         in the article.
13187
13188 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13189
13190         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13191         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13192
13193 2006-02-05  Romain Francoise  <romain@orebokech.com>
13194
13195         Update copyright notices of all files in the gnus directory.
13196
13197 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13198
13199         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13200
13201 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13202
13203         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13204         segmented lines of parameter value to cope with Thunderbird 1.5
13205         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13206         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13207         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13208
13209 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13210
13211         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13212         parts.
13213
13214 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13215
13216         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13217         there's only one active file for all servers.
13218         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13219         solid groups.  Gnus might have used a FAST request to select the group.
13220         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13221         and nnweb-search redundantly in the active file.
13222         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13223         (nnweb-request-create-group): Don't use ARGS.
13224         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13225         initialisations.  Let nnoo do the work.
13226
13227 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13228
13229         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13230         Say the part has been decoded.
13231
13232         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13233
13234 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13235
13236         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13237         mailcap-viewer-test-cache when there's no 'test clause, since that
13238         will invert the meaning of a "nil" test previously determined by
13239         mailcap-mailcap-entry-passes-test.
13240
13241 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13242
13243         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13244         compiling.
13245
13246         * gnus-sum.el: Ditto.
13247
13248         * message.el: Don't bind tool-bar-map when compiling.
13249
13250 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13251
13252         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13253
13254 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13255
13256         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13257         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13258         current Google Groups.
13259
13260 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13261
13262         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13263         and tool-bar-mode.
13264
13265         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13266         and tool-bar-mode.
13267
13268         * message.el (message-tool-bar-update): Simplify.
13269         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13270
13271         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13272         gnus-summary-buffer.
13273         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13274         gnus-summary-reply.
13275
13276         * gmm-utils.el (gmm): Add :version.
13277
13278 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13279
13280         * Makefile.in (clean): New rule.
13281         (distclean): Use it.
13282
13283 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13284
13285         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13286         Don't autoload.
13287
13288 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13289
13290         * gmm-utils.el (gmm-verbose): Add :group.
13291
13292 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13293
13294         * message.el: Change some comments WRT tool-bars.
13295
13296         * gnus-sum.el (gnus-summary-tool-bar)
13297         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13298         (gnus-summary-tool-bar-zap-list): New variables.
13299         (gnus-summary-make-tool-bar): Complete rewrite using
13300         `gmm-tool-bar-from-list'.
13301
13302         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13303         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13304         New variables.
13305         (gnus-group-make-tool-bar): Complete rewrite using
13306         `gmm-tool-bar-from-list'.
13307         (gnus-group-tool-bar-update): New function.
13308
13309         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13310
13311 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13312
13313         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13314         is dissected into a single part of which the type is the same as
13315         the given one; decode charset.
13316
13317 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13318
13319         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13320         into alists as symbol not string, since that's what
13321         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13322         look for.
13323
13324 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13325
13326         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13327         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13328
13329         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13330
13331 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13332
13333         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13334         (gnus-xmas-mime-security-button-menu): New function.
13335
13336         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13337         (gnus-mime-security-button-menu): New definition.
13338         (gnus-mime-security-button-map): Use them.
13339         (gnus-mime-security-button-menu): New function.
13340         (gnus-insert-mime-security-button): Addition to help echo.
13341         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13342         (gnus-mime-security-pipe-part): New functions.
13343
13344         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13345         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13346
13347         * mm-decode.el (mm-handle-set-disposition): Remove.
13348         (mm-handle-set-description): Remove.
13349
13350 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13351
13352         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13353         (mm-w3m-standalone-supports-m17n-p): New function.
13354         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13355         w3m usage.
13356
13357         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13358         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13359
13360 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13361
13362         * message.el (message-tool-bar-zap-list):
13363         Use gmm-tool-bar-zap-list as custom type.
13364         (message-tool-bar-update): New function.
13365         (message-tool-bar, message-tool-bar-gnome)
13366         (message-tool-bar-retro): Add message-tool-bar-update.
13367         (message-tool-bar-gnome): Add flyspell-buffer.
13368
13369         * gnus-util.el (gnus-error): Describe `args'.
13370
13371         * gmm-utils.el (gmm-error): Describe `args'.
13372         (gmm-tool-bar-zap-list): New widget.
13373         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13374
13375 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13376
13377         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13378         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13379         the number of recursive calls.
13380
13381         * mm-decode.el (mm-handle-set-disposition): New macro.
13382         (mm-handle-set-description): New macro.
13383
13384 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13385
13386         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13387         encoding.
13388
13389 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13390
13391         * message.el (message-tool-bar-zap-list, message-tool-bar)
13392         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13393         (message-tool-bar-local-item-from-menu): Remove.
13394         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13395         (message-make-tool-bar): New function.
13396         (message-mode): Use `message-make-tool-bar'.
13397
13398         * gmm-utils.el: New file.
13399         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13400         (gmm-lazy): New widget copied from `nnmail.el'.
13401         (gmm-tool-bar-from-list): New function for creating customizable
13402         tool bars.
13403         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13404         output.
13405         (gmm): Add :prefix to defgroup.
13406
13407 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13408
13409         * gmm-utils.el (gmm-widget-p): New function.
13410
13411 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13412
13413         * mml.el (mml-attach-file): Describe `description' in doc string.
13414         (mml-menu): Add Emacs MIME manual and PGG manual.
13415
13416 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13417
13418         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13419
13420 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13421
13422         * nntp.el (nntp-end-of-line): Doc fix.
13423
13424 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13425
13426         * imap.el (imap-open): Handle case where buffer is a buffer
13427         object.
13428
13429 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13430
13431         * gnus-delay.el (gnus-delay): Don't autoload.
13432         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13433         to be re-loaded when customizing the `gnus-delay' group.
13434
13435 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13436
13437         * message.el (message-insert-citation-line): Use newlines.
13438
13439 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13440
13441         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13442         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13443         these routines, so the passphrase can be managed externally and
13444         passed in to the system.
13445         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13446         pgg-add-passphrase-to-cache function.
13447
13448         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13449         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13450         these routines, so the passphrase can be managed externally and
13451         passed in to the system.
13452         (pgg-pgp5-sign-region): Use new name of
13453         pgg-add-passphrase-to-cache function.
13454
13455 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13456
13457         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13458         part of the decoded armor to find the key-identifier.
13459         (pgg-gpg-lookup-key-owner): New function to return the
13460         human-readable identifier of a key owner.
13461         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13462         itself.
13463         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13464         the key value) if we have a key and can match it against a secret
13465         key.  Also, added a note pointing out fact that the prompt only
13466         indicates the first matching key.
13467
13468         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13469         pgg-decrypt-region.
13470         (pgg-add-passphrase-to-cache): Rename from
13471         `pgg-add-passphrase-cache' to reduce confusion (all callers
13472         changed).
13473         (pgg-remove-passphrase-from-cache): Rename from
13474         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13475         changed).
13476         (pgg-read-passphrase, pgg-add-passphrase-cache)
13477         (pgg-remove-passphrase-cache): Add informative docstrings.
13478         (pgg-decrypt): Convey provided passphrase in subordinate call to
13479         pgg-decrypt-region.
13480
13481 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13482
13483         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13484         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13485         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13486         'passphrase' argument, so the passphrase can be managed externally
13487         and then passed in to the system.
13488
13489         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13490         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13491         so the passphrase cache can be used reliably with identifiers
13492         besides a pgp packet's key id.
13493
13494         * pgg-gpg.el (pgg-gpg-encrypt-region)
13495         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13496         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13497         these routines, so the passphrase can be managed externally and
13498         passed in to the system.
13499
13500         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13501         'notruncate' argument, so the passphrase cache can be used
13502         reliably with identifiers besides a pgp packet's key id.
13503
13504 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13505
13506         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13507         symmetric encryption.
13508         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13509         encrypted session key.
13510         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13511         message ask for the passphrase in a proper way.
13512
13513         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13514         New user commands for symmetric encryption.
13515
13516 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13517
13518         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13519
13520         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13521
13522 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13523
13524         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13525
13526 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13527
13528         * mm-decode.el (mm-inlined-types): Add application/pgp.
13529         (mm-automatic-display): Ditto.
13530
13531         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13532         part as text.
13533
13534 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13535
13536         * nnrss.el: Update copyright.
13537         (nnrss-opml-import): Query whether to subscribe to each entry.
13538
13539         * gnus-art.el:
13540         * gnus-sum.el:
13541         * gnus-xmas.el:
13542         * messagexmas.el:
13543         * mm-uu.el:
13544         * mm-view.el: Update copyright.
13545
13546 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13547
13548         * message.el (message-info): New function.
13549         (message-mode-menu): Add it.
13550         Update copyright.
13551
13552         * ChangeLog: Fix and update copyright.
13553
13554 2006-01-13  Romain Francoise  <romain@orebokech.com>
13555
13556         * message.el (message-forward-subject-name-subject): Prefer the
13557         address to 'nowhere' if the sender has no name.
13558         Fix typo.  Update copyright year.
13559
13560 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13561
13562         * gnus-art.el (article-wash-html):
13563         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13564         (gnus-article-wash-html-with-w3m-standalone): New function.
13565
13566         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13567         mm-inline-text-html-render-with-w3m-standalone.
13568         (mm-text-html-washer-alist): Map w3m-standalone to
13569         gnus-article-wash-html-with-w3m-standalone.
13570         (mm-inline-text-html-render-with-w3m-standalone): New function.
13571
13572 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13573
13574         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13575         Improve LaTeX.
13576
13577 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13578
13579         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13580         (nnrss-request-article): Render text/plain parts as HTML.
13581
13582         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13583         the buffer.
13584
13585 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13586
13587         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13588         custom definition of `gnus-posting-styles'.
13589
13590         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13591         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13592
13593 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13594
13595         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13596         Use nntp for bug archive.
13597
13598 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13599
13600         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13601         parts.
13602         (nnrss-normalize-date): New function converts ISO 8601 date into
13603         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13604         (nnrss-check-group): Use it.
13605
13606 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13607
13608         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13609
13610         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13611         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13612         (nnrss-insert-w3): Ditto.
13613
13614 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13615
13616         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13617         the articles to be forwarded including the case where neither a
13618         number of articles nor a region is specified.
13619
13620 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13621
13622         * nnrss.el (nnrss-request-article): Fix last change; fill
13623         text/plain parts.
13624
13625 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13626
13627         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13628         in text/plain part.
13629         (nnrss-check-group): Don't add excessive newline to dc:subject.
13630
13631 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13632
13633         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13634         article.
13635
13636 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13637
13638         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13639         (nnml-use-compressed-files, nnml-save-mail): Support other
13640         comression programs such as bzip2.
13641
13642 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13643
13644         * dns.el (query-dns): Make sure we check the buffer size before
13645         removing tcp headers.
13646
13647 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13648
13649         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13650         remove MIME buttons associated with multipart/alternative parts.
13651         (gnus-mime-display-alternative): Tag buttons using `article-type'
13652         text property.
13653
13654         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13655         associated with multipart/alternative parts.
13656
13657         * gnus-art.el (gnus-signature-separator): Fix custom type.
13658
13659         * mm-decode.el (mm-inlined-types): Fix custom type.
13660         (mm-keep-viewer-alive-types): Ditto.
13661         (mm-automatic-display): Ditto.
13662         (mm-attachment-override-types): Ditto.
13663         (mm-inline-override-types): Ditto.
13664         (mm-automatic-external-display): Ditto.
13665
13666 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13667
13668         * spam-report.el (spam-report-user-mail-address)
13669         (spam-report-user-agent): New variables.
13670         (spam-report-url-ping-plain): Use spam-report-user-agent.
13671
13672 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13673
13674         * gnus-art.el (gnus-button-handle-custom): Do not just use
13675         `customize-apropos' for any "M-x customize-*" button but the
13676         function called for.  Accept both the function name and its
13677         argument in order to achieve this.
13678         (gnus-button-alist): Remove support for "custom:" URL's.
13679         Pass function name to `gnus-button-handle-custom' in case of "M-x
13680         customize-*" buttons.
13681
13682 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13683
13684         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13685         multipart/alternative and add xref to mm-discouraged-alternatives
13686         in doc string.
13687
13688         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13689         gnus-buttonized-mime-types in doc string.
13690
13691 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13692
13693         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13694         Suggest image/.* in the doc string.
13695
13696 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13697
13698         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13699         message-marks (Debian bug #342521).
13700
13701 2005-12-12  Simon Josefsson  <jas@extundo.com>
13702
13703         * password.el (password-read-from-cache): Add.
13704         (password-read): Use it.
13705
13706 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13707
13708         * rfc2047.el (rfc2047-charset-to-coding-system):
13709         Recognize us-ascii as a MIME charset.
13710
13711         * mm-bodies.el (mm-decode-content-transfer-encoding):
13712         Protect against the case where the 2nd arg TYPE is nil.
13713
13714 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13715
13716         * pop3.el (pop3-stream-type): Fix custom version.
13717
13718         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13719
13720 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13721
13722         * mm-decode.el (mm-display-external): Add missing cdr.
13723
13724 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13725
13726         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13727         RFC1524) if it is in mailcap or add a suffix according to
13728         mailcap-mime-extensions when generating a temp filename; postpone
13729         deleting a temp file for 2 seconds for some wrappers, shell
13730         scripts, and so on, which might exit right after having started a
13731         viewer command as a background job.
13732
13733 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13734
13735         * nntp.el (nntp-marks-directory): Fix custom group.
13736
13737         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13738         steps when < 10.
13739
13740         * gnus-start.el (gnus-no-server-1):
13741         Mention `gnus-level-default-subscribed' in doc string.
13742
13743 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13744
13745         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13746         parens.
13747
13748 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13749
13750         * gnus-xmas.el (gnus-use-toolbar): Revert.
13751         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13752         gnus-use-toolbar is default.
13753
13754         * messagexmas.el (message-use-toolbar): Revert.
13755         (message-setup-toolbar): Use global default-toolbar if
13756         message-use-toolbar is default.
13757
13758 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13759
13760         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13761         according to default-toolbar-visible-p.
13762
13763         * messagexmas.el (message-use-toolbar): Ditto.
13764
13765 2005-11-26  Dave Love  <fx@gnu.org>
13766
13767         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13768         (tls-program, tls-success): Provide openssl alternative.
13769
13770         * starttls.el: Doc fixes.
13771         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13772         SERVICE to PORT.
13773
13774         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13775         port null or service name.
13776         (starttls-negotiate): Autoload.
13777
13778 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13779
13780         * message.el (message-kill-to-signature): Fix interactive spec.
13781
13782 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13783
13784         * pop3.el (pop3-open-server): Recognize a string as a service name.
13785
13786 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13787
13788         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13789
13790 2005-11-23  Dave Love  <fx@gnu.org>
13791
13792         Add pop3s, pop3/starttls.
13793
13794         * pop3.el (pop3-authentication-scheme): Clarify doc.
13795         (open-tls-stream, starttls-open-stream): Autoload.
13796         (pop3-stream-type): New.
13797         (pop3-open-server): Use it.
13798
13799         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13800         for POP.
13801         (mail-source-keyword-map): Add :stream for POP.
13802         (mail-source-fetch-pop): Use pop3-stream-type.
13803
13804 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13805
13806         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13807         of current-time-string.
13808
13809 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13810
13811         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13812         date header.
13813
13814 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13815
13816         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13817         it can seriously impact performance as it bypasses the agent's
13818         local caches.
13819
13820 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13821
13822         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13823         must be explicitly online rather than "not explicitly offline" for
13824         its flags to be synchronized.
13825
13826         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13827         that gnus-uu-unmark-thread will function correctly.
13828
13829         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13830         1024K is instead displayed as 1M.
13831
13832 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13833
13834         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13835
13836 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13837
13838         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13839
13840 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13841
13842         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13843         error message to display actual error condition.
13844         (gnus-agent-save-local): Avoid saving symbols that are bound to
13845         nil as they simply result in a warning message in
13846         gnus-agent-read-local.
13847
13848 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13849
13850         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13851         rather than make-variable-buffer-local for file-precious-flag.
13852
13853 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13854
13855         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13856         for duplicates which are removed.  The invalid sort check then
13857         triggers a rescan after the sort as sorting may have moved
13858         duplicate entries such that they can be cheaply detected.
13859
13860 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13861
13862         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13863
13864 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13865
13866         * gnus-agent.el (gnus-agent-article-alist-save-format):
13867         Change internal variable to a custom variable.  Change default value
13868         from compressed(2) to uncompressed(1).
13869         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13870         support for uncompressed agentview files.  Taken together, reading
13871         the agentview file should now be 6-7 times faster.
13872
13873 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13874
13875         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13876         as a buffer-local variable.  This avoids creating truncated
13877         dribble files as a result of a hang up, eg.
13878
13879 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13880
13881         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13882         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13883         XEmacs.
13884
13885 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13886
13887         * gnus-start.el (gnus-start-draft-setup):
13888         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13889
13890         * gnus.el (gnus-splash): Change custom group.
13891         (gnus-group-get-parameter, gnus-group-parameter-value):
13892         Describe allow-list argument.
13893
13894         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13895         string.
13896
13897 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13898
13899         * gnus-art.el (gnus-default-article-saver): Add user-defined
13900         `function' to custom type.
13901
13902 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13903
13904         * imap.el (imap-open): Handle case where buffer is a buffer
13905         object.
13906
13907 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13908
13909         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13910         long lines.
13911         (gnus-cache-delete-group): Wrap doc strings.
13912
13913         * gnus-agent.el (gnus-agent-rename-group)
13914         (gnus-agent-delete-group): Wrap doc strings.
13915
13916 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13917
13918         * messagexmas.el (message-use-toolbar): Change the valid values
13919         into default, top, bottom, left, and right.
13920         (message-toolbar-thickness): New variable.
13921         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13922         well.
13923         (message-setup-toolbar): Make it work.
13924
13925         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13926         (gnus-use-toolbar): Change the valid values into default, top,
13927         bottom, left, and right.
13928         (gnus-toolbar-thickness): New variable.
13929         (gnus-xmas-setup-toolbar): New function.
13930         (gnus-xmas-setup-group-toolbar): Use it.
13931         (gnus-xmas-setup-summary-toolbar): Use it.
13932
13933 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13934
13935         * gnus-start.el (gnus-1): Add "native" to
13936         gnus-predefined-server-alist.
13937
13938         * gnus.el (gnus-method-to-server): Don't add "native" to the
13939         lists here, because that leads to problems when
13940         gnus-select-method is bound.
13941
13942 2005-11-09  Simon Josefsson  <jas@extundo.com>
13943
13944         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13945         use (not sort-by-date) instead.
13946
13947 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13948
13949         * gnus-delay.el (gnus-delay-group): Don't autoload.
13950         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13951         to be re-loaded when customizing the `gnus-delay' group.
13952
13953 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13954
13955         * message.el: Revert last changes.
13956         (message-insert-citation-line): Use newlines.
13957
13958 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13959
13960         * message.el (message-courtesy-message)
13961         (message-mark-insert-begin, message-mark-insert-end)
13962         (message-elide-ellipsis, message-cancel-message)
13963         (message-add-header, message-change-subject)
13964         (message-cross-post-followup-to-header)
13965         (message-cross-post-insert-note, message-reduce-to-to-cc)
13966         (message-widen-reply, message-delete-not-region)
13967         (message-kill-to-signature, message-insert-signature)
13968         (message-insert-importance-high, message-insert-importance-low)
13969         (message-insert-or-toggle-importance)
13970         (message-insert-disposition-notification-to)
13971         (message-indent-citation, message-yank-original)
13972         (message-cite-original-without-signature, message-cite-original)
13973         (message-insert-citation-line, message-position-on-field)
13974         (message-fix-before-sending, message-send-mail-partially)
13975         (message-send-mail, message-send-mail-with-sendmail)
13976         (message-send-mail-with-qmail, message-send-news)
13977         (message-check-news-header-syntax, message-generate-headers)
13978         (message-insert-courtesy-copy, message-fill-address)
13979         (message-fill-header, message-shorten-references)
13980         (message-setup-1, message-cancel-news)
13981         (message-forward-make-body-plain, message-forward-make-body-mime)
13982         (message-forward-make-body-mml, message-encode-message-body)
13983         (message-forward-make-body-digest-plain)
13984         (message-forward-make-body-digest-mime)
13985         (message-use-alternative-email-as-from): Insert `hard-newline'
13986         instead of ordinary newlines.
13987
13988 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13989
13990         * message.el (message-generate-headers): Downcase the argument
13991         given to message-check-element.
13992
13993 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13994
13995         * nntp.el (nntp-authinfo-rejected): New error condition.
13996         (nntp-wait-for): Use new error condition to signal authentication
13997         error.
13998         (nntp-retrieve-data): Rethrow new error condition to break out of
13999         recursive call to nntp-send-authinfo.
14000
14001 2005-11-08  Romain Francoise  <romain@orebokech.com>
14002
14003         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14004         (gnus-summary-exit-map): Bind to `Z p'.
14005         (gnus-summary-make-menu-bar): Add menu item.
14006
14007 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14008
14009         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14010         (gnus-treat-*): Add `first' in all doc strings.
14011
14012         * gnus-group.el (gnus-group-compact-group): Fix typo.
14013
14014 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14015
14016         * gnus.el (gnus-parameters-case-fold-search): New variable.
14017         (gnus-parameters-get-parameter): Use it.
14018
14019         * gnus-score.el (gnus-home-score-file): Doc fix.
14020
14021 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14022
14023         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14024
14025 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14026
14027         * mm-util.el (mm-special-display-p): New function.
14028
14029         * mml.el (mml-preview): Use it; doc fix.
14030
14031 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14032
14033         * imap.el (imap-open): Handle case where buffer is a buffer object.
14034
14035 2005-10-29  Romain Francoise  <romain@orebokech.com>
14036
14037         * message.el (message-fix-before-sending): Fix comment.
14038
14039 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14040
14041         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14042
14043 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14044
14045         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14046         Used in gnus-score.el.
14047
14048 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14049
14050         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14051
14052 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14053
14054         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14055         whitespace removed in revision 7.8.  Use concatenated string to
14056         protect trailing whitespace.
14057
14058 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14059
14060         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14061         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14062         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14063         Courier IMAP ("some version from 2004").  Mostly based on similar
14064         code in the same function.
14065
14066 2005-10-26  Didier Verna  <didier@xemacs.org>
14067
14068         * gnus-group.el (gnus-group-compact-group): Invalidate original
14069         article buffer.
14070         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14071         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14072         NOV database and in article itself.
14073         Invalidate article backlog.
14074
14075 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14076
14077         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14078
14079 2005-10-26  Simon Josefsson  <jas@extundo.com>
14080
14081         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14082         part of 2004-07-25 change.
14083
14084 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14085
14086         * message.el (message-display-completion-list): New function.
14087         (message-expand-group): Use it; make sure the Completions buffer
14088         is modifiable.
14089 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14090
14091         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14092         user-mail-name is an empty string.
14093
14094 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14095
14096         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14097         depending on gnus-score-decay-constant.
14098
14099         * encrypt.el (encrypt-insert-file-contents)
14100         (encrypt-write-file-contents): Don't use `gnus-message'.
14101
14102         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14103         arguments.
14104         (mm-uu-type-alist): Add message-marks and insert-marks.
14105         Pass arguments to mm-uu-verbatim-marks-extract.
14106         (mm-uu-hide-markers): New variable.
14107         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14108
14109         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14110         (gnus-convert-image-to-face-command): Use "convert" by default to
14111         allow other input image formats.
14112         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14113         accordingly.
14114
14115 2005-10-23  Simon Josefsson  <jas@extundo.com>
14116
14117         * imap.el (imap-gssapi-program): Align command line parameters
14118         with latest GNU SASL.
14119         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14120
14121 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14122
14123         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14124         HTML.
14125         (nnslashdot-request-article): Ditto.
14126
14127         * lpath.el (featurep): Add nobreak-char-display.
14128
14129 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14130
14131         * mail-source.el (mail-source-fetch-pop): Require pop3.
14132         (mail-source-check-pop): Ditto.
14133
14134 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14135
14136         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14137         errors.
14138
14139 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14140
14141         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14142         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14143
14144         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14145
14146         * mm-bodies.el (mm-decode-string):
14147         Call `mm-charset-to-coding-system' with allow-override argument.
14148
14149 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14150
14151         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14152         (rfc2047-charset-to-coding-system): New function.
14153         (rfc2047-decode-encoded-words): New function.
14154         (rfc2047-decode-region): Use them.
14155         (rfc2047-decode-cte): Remove.
14156         (rfc2047-parse-and-decode): Remove.
14157         (rfc2047-decode): Remove.
14158
14159 2005-10-15  Kenichi Handa  <handa@m17n.org>
14160
14161         * rfc2047.el (rfc2047-decode-cte): New function.
14162         (rfc2047-decode-region): Change the way to decode successive
14163         encoded-words: decode B- or Q-encoding in each encoded-word,
14164         concatenate them, and decode it as charset.
14165
14166 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14167
14168         * lpath.el: Fbind codepage-setup for XEmacs.
14169
14170 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14171
14172         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14173         widget-move-and-invoke.
14174         (gnus-custom-mode): Use gnus-custom-map.
14175
14176 2005-10-15  Bill Wohler  <wohler@newt.com>
14177
14178         * message.el (message-tool-bar-map): Rename image file from
14179         mail_send to mail/send.
14180
14181 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14182
14183         * message.el (message-expand-group): Pass the common
14184         prefix substring of completion to `display-completion-list'.
14185
14186 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14187
14188         * mml-sec.el (mml-secure-method): New internal variable.
14189         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14190         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14191         New functions using mml-secure-method.
14192
14193         * mml.el (mml-mode-map): Add key bindings for those functions.
14194         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14195         Harder <harder@myrealbox.com>.
14196         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14197         Goto end of message if point is the headers of the message.
14198
14199         * message.el (message-in-body-p): New function.
14200
14201         * assistant.el: Autoload gnus-util and netrc.
14202
14203         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14204         Use `mm-charset-override-alist' only when decoding.
14205
14206         * mm-bodies.el (mm-decode-body):
14207         Call `mm-charset-to-coding-system' with allow-override argument.
14208
14209         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14210         `filename' from Content-Disposition if Content-Type doesn't
14211         provide `name'.
14212         (gnus-mime-view-part-as-type): Set default instead of
14213         initial-input.
14214
14215 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14216
14217         * format-spec.el (format-spec): Propagate text properties of % spec.
14218
14219 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14220
14221         * gnus-art.el (gnus-treat-predicate): Add `first'.
14222
14223 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14224
14225         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14226         (mm-charset-override-alist): New variable.
14227         (mm-charset-to-coding-system): Use it.
14228         (mm-codepage-setup): New helper function.
14229         (mm-charset-eval-alist): New variable.
14230         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14231         Warn about unknown charsets.
14232
14233         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14234
14235 2005-10-04  David Hansen  <david.hansen@gmx.net>
14236
14237         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14238         (nnrss-check-group): Ditto.
14239
14240 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14241
14242         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14243         Rename x-gnus-verbatim to x-verbatim.
14244         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14245
14246         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14247         x-verbatim.
14248
14249         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14250
14251         * gnus-util.el (gnus-remove-duplicates): Remove.
14252
14253         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14254         instead of gnus-remove-duplicates.
14255
14256         * message.el (message-remove-duplicates): Remove.
14257         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14258         message-remove-duplicates.
14259
14260         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14261         available, else use implementation from `delete-dups'.
14262
14263         * message.el (message-insert-expires): New function.
14264         (message-mode-map): Add key binding.
14265         (message-mode-field-menu): Add menu entry.
14266         (message-mode): Document it.
14267         (message-make-expires-date): Use `message-make-date'.
14268
14269 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14270
14271         * message.el (message-make-expires-date): New function.
14272
14273 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14274
14275         * Makefile.in (list-installed-shadows): New entry.
14276         (install): Use it.
14277         (remove-installed-shadows): New entry.
14278
14279         * dgnushack.el (dgnushack-default-load-path): New variable.
14280         (dgnushack-find-lisp-shadows): New function.
14281         (dgnushack-remove-lisp-shadows): New function.
14282
14283 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14284
14285         * Makefile.in (install-el-elc): New entry.
14286         (install): Use it so that .el files are necessarily installed.
14287
14288 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14289
14290         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14291
14292 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14293
14294         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14295         function rather than the diff-mode.el package.
14296         (mm-display-external): Use with-current-buffer.
14297         (mm-viewer-completion-map, mm-viewer-completion-map):
14298         Move initialization inside declaration.
14299
14300 2005-09-29  Simon Josefsson  <jas@extundo.com>
14301
14302         * spam.el: Load hashcash when compiling, to avoid warnings.
14303         Don't autoload mail-check-payment.
14304         (spam-check-hashcash): Define unconditionally, since hashcash.el
14305         is part of Gnus now.  Ignore errors from payment checking.
14306
14307 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14308
14309         * message.el (message-bold-region, message-unbold-region):
14310         Rename from `bold-region' and `unbold-region'.
14311
14312         * message.el: Remove useless autoloads.
14313
14314 2005-09-28  Simon Josefsson  <jas@extundo.com>
14315
14316         * message.el (message-use-idna): Default to t.
14317         (message-use-idna): Test whether encoding works too.  Doc fix.
14318
14319 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14320
14321         * nntp.el (nntp-warn-about-losing-connection): Remove.
14322
14323 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14324
14325         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14326         customizable.  Change default value.
14327         (mm-uu-diff-groups-regexp): Change default value.
14328         (mm-uu-type-alist): Add doc string.
14329         (mm-uu-configure): Add doc string.  Make it interactive.
14330         (mm-uu-tex-groups-regexp): New variable.
14331         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14332         (mm-uu-type-alist): Add LaTeX documents.
14333         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14334         of "text/verbatim".
14335         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14336
14337         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14338         instead of "text/verbatim".
14339
14340         * message.el (message-mark-inserted-region)
14341         (message-mark-insert-file): Use slrn style marks when called with
14342         prefix argument.
14343
14344 2005-09-27  Simon Josefsson  <jas@extundo.com>
14345
14346         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14347
14348 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14349
14350         * message.el (message-remove-duplicates): New function.
14351         Implementation borrowed from `gnus-remove-duplicates'.
14352         (message-idna-to-ascii-rhs): Also encode idna addresses in
14353         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14354         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14355         only ask about the same idna domain once per header and also tell
14356         in what header to replace the idna domain.
14357
14358         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14359         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14360         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14361         a header is decoded and not just the last one.
14362
14363 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14366         has been decoded.
14367
14368         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14369         (mm-insert-part): Don't modify text if it has been decoded.
14370
14371         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14372         decoded.
14373
14374         * mm-view.el (mm-inline-text): Don't strip text props unless
14375         decoding enriched or richtext parts.
14376
14377 2005-09-25  Romain Francoise  <romain@orebokech.com>
14378
14379         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14380         * gnus-start.el (gnus-subscribe-interactively):
14381         * gnus-uu.el (gnus-uu-grab-articles):
14382         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14383         space.
14384
14385 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14386
14387         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14388         * mm-view.el (mm-view-pkcs7-decrypt):
14389         * gnus-sum.el (gnus-summary-limit-to-extra)
14390         (gnus-summary-respool-article, gnus-read-move-group-name):
14391         * gnus-score.el (gnus-summary-increase-score):
14392         * gnus-util.el (gnus-completing-read-with-default):
14393         * gnus-art.el (gnus-read-save-file-name)
14394         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14395         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14396         * message.el (message-check-news-header-syntax):
14397         Follow convention for reading with the minibuffer.
14398
14399 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14400
14401         * spam-report.el (spam-report-url-ping-plain):
14402         Use gnus-extended-version as User-Agent.
14403
14404         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14405         default value is nil.
14406
14407         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14408         (mm-uu-verbatim-marks-extract): New function.
14409         (mm-uu-extract): New face.
14410         (mm-uu-copy-to-buffer): Use it.
14411
14412         * spam-report.el (spam-report-gmane-ham): Rename from
14413         `spam-report-gmane-unspam'.
14414         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14415         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14416
14417         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14418         Autoload.
14419         (spam-report-gmane-unregister-routine):
14420         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14421
14422 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14423
14424         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14425         (spam-report-gmane-unregister-routine): Add support for gmane
14426         unregistration.
14427
14428         * spam-report.el (spam-report-gmane-unspam)
14429         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14430         (spam-report-gmane): Change to take a single article and do unspam
14431         registration.
14432
14433 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14434
14435         * mm-url.el (mm-url-decode-entities): Fix regexp.
14436
14437 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14438
14439         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14440         default to nil, to be able to use Gnus at all.  If the default
14441         switches to something else, then the function should be fixed not
14442         be exceedingly slow.
14443
14444 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14445
14446         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14447         fail hard.
14448
14449         * spam-report.el: Add better Keywords line.
14450
14451         * spam.el: Add Maintainer and better Keywords line.
14452
14453 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14454
14455         * gnus-art.el (gnus-article-replace-part)
14456         (gnus-mime-replace-part): New functions.
14457         (gnus-mime-action-alist, gnus-mime-button-commands)
14458         (gnus-mime-save-part-and-strip): Add file argument.
14459         (gnus-article-part-wrapper): Add interactive argument.
14460
14461         * gnus-sum.el (gnus-summary-mime-map):
14462         Add `gnus-article-replace-part'.
14463
14464 2005-09-19  Didier Verna  <didier@xemacs.org>
14465
14466         The nnml compaction feature:
14467         * nnml.el (nnml-request-compact-group): New function.
14468         * nnml.el (nnml-request-compact): New function.
14469         * gnus-int.el (gnus-request-compact-group): New function.
14470         * gnus-int.el (gnus-request-compact): New function.
14471         * gnus-group.el (gnus-group-compact-group): New function.
14472         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14473         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14474         * gnus-srvr.el (gnus-server-compact-server): New function.
14475         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14476         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14477
14478 2005-09-18  Deepak Goel  <deego@gnufans.org>
14479
14480         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14481         format spec.
14482
14483 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14484
14485         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14486
14487 2005-09-15  Romain Francoise  <romain@orebokech.com>
14488
14489         * message.el (message-fill-paragraph): Clarify docstring.
14490
14491 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14492
14493         * gnus-art.el (gnus-mime-display-part): Protect against broken
14494         MIME messages.
14495
14496 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14497
14498         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14499         before parsing header.
14500
14501 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14502
14503         * html2text.el (html2text-replace-list): Add new entities.
14504
14505 2005-09-11  Romain Francoise  <romain@orebokech.com>
14506
14507         * message.el (message-alternative-emails): Improve docstring.
14508         (message-setup-1): Call `message-use-alternative-email-as-from'
14509         after `message-setup-hook' to give it precedence over posting
14510         styles, etc.
14511         (message-use-alternative-email-as-from): Add docstring.
14512         Remove the original From header if present.
14513
14514         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14515         (nnml-save-mail): Use it.
14516
14517         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14518         articles.  Add new argument `silent'.
14519         (gnus-uu-mark-all): Report the total number of marked articles.
14520
14521 2005-09-10  Romain Francoise  <romain@orebokech.com>
14522
14523         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14524         (gnus-uu-mark-series): Likewise.
14525
14526 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14527
14528         * spam-report.el (spam-report-gmane): Fix generation of spam
14529         report URL.
14530
14531 2005-09-10  Simon Josefsson  <jas@extundo.com>
14532
14533         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14534         t, based on discussion on the ding list with Robert Epprecht
14535         <epprecht@solnet.ch>.
14536
14537 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14538
14539         * spam-report.el (spam-report-gmane): Make it work without
14540         X-Report-Spam header.  Gmane now only provides Archived-At.
14541         This is only used if `spam-report-gmane-use-article-number' is nil.
14542         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14543
14544         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14545         make `gnus-summary-sort-by-recipient' work with threading.
14546
14547         * nnweb.el (nnweb-google-wash-article): Print a message if article
14548         is not available.
14549
14550 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14551
14552         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14553         change.  Decode text/* parts content before displaying.
14554
14555 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14556
14557         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14558
14559 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14560
14561         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14562
14563         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14564         url-package-name, url-package-version,
14565         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14566         w3m-display-inline-images, and w3m-minor-mode-map.
14567
14568 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14569
14570         * message.el (message-tab-body-function): Fix mismatched custom type.
14571
14572         * gnus.el (gnus-group-change-level-function): Ditto.
14573
14574         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14575
14576         * gnus-art.el (gnus-signature-limit)
14577         (gnus-article-mime-part-function): Ditto.
14578
14579 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14580
14581         * mml.el (mml-mode): Silence the byte compiler.
14582
14583         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14584         using `(sit-for 0)' before moving the point to the specified part;
14585         skip unbuttonized parts.
14586         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14587         return to the summary window if gnus-auto-select-part is non-nil.
14588
14589 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14590
14591         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14592         New variables.
14593         (mml-dnd-attach-file, mml-mode): Use them.
14594
14595         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14596         Make fetching article by MID work again for Google Groups.
14597         Add FIXME concerning gnus-group-make-web-group.
14598
14599         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14600         Don't depend on Gnus by using mail-extract-address-components if
14601         gnus-extract-address-components is not bound.
14602
14603 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14604
14605         * gnus-art.el (gnus-mime-display-security): Don't display the
14606         signature, but only the signed part.
14607
14608 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14609
14610         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14611
14612         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14613         list, not listp.
14614
14615 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14616
14617         * mm-encode.el (mm-encode-content-transfer-encoding):
14618         Likewise when encoding.
14619
14620         * mm-bodies.el (mm-decode-content-transfer-encoding):
14621         De-canonicalize CRLF for all text content types, not just
14622         text/plain.
14623
14624 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14625
14626         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14627         valid article; point arrow and cursor at the MIME button.
14628
14629 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14630
14631         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14632         Suggested by Dan Christensen <jdc@uwo.ca>.
14633
14634         * mm-decode.el (mm-save-part): Enable change of prompt.
14635
14636 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14637
14638         * gnus-msg.el (gnus-inews-add-send-actions):
14639         Make `message-post-method' lambda parameter ARG `&optional'.
14640
14641 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14642
14643         * gnus-sum.el (gnus-summary-mime-map):
14644         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14645         gnus-article-jump-to-part.
14646
14647         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14648         (gnus-article-edit-part): Use it.
14649         (gnus-article-part-wrapper): Add no-handle argument.
14650         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14651         New functions.
14652
14653 2005-08-29  Romain Francoise  <romain@orebokech.com>
14654
14655         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14656         docstring.
14657         (gnus-face-from-file): Likewise.
14658
14659 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14660
14661         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14662         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14663         non-nil.
14664         (gnus-auto-select-part): New variable.
14665         (gnus-article-jump-to-part): New function.
14666         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14667         (gnus-mime-delete-part): Allow selecting specified part after
14668         deleting or stripping parts.
14669         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14670         part if argument is bogus.
14671
14672 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14673
14674         * gnus-art.el (w3m-minor-mode-map):
14675         * gnus-spec.el (gnus-newsrc-file-version):
14676         * gnus-util.el (nnmail-active-file-coding-system)
14677         (gnus-original-article-buffer, gnus-user-agent):
14678         * gnus.el (gnus-ham-process-destinations)
14679         (gnus-parameter-ham-marks-alist)
14680         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14681         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14682         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14683         * mm-decode.el (gnus-current-window-configuration):
14684         * mm-extern.el (gnus-article-mime-handles):
14685         * mm-url.el (url-current-object, url-package-name)
14686         (url-package-version):
14687         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14688         (smime-keys, w3m-cid-retrieve-function-alist)
14689         (w3m-current-buffer, w3m-display-inline-images)
14690         (w3m-minor-mode-map):
14691         * mml-smime.el (gnus-extract-address-components):
14692         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14693         (gnus-newsrc-hashtb, message-default-charset)
14694         (message-deletable-headers, message-options)
14695         (message-posting-charset, message-required-mail-headers)
14696         (message-required-news-headers):
14697         * mml1991.el (mc-pgp-always-sign):
14698         * mml2015.el (mc-pgp-always-sign):
14699         * nnheader.el (nnmail-extra-headers):
14700         * rfc1843.el (gnus-decode-encoded-word-function)
14701         (gnus-decode-header-function, gnus-newsgroup-name):
14702         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14703
14704 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14705
14706         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14707         the end of the date treatments.
14708
14709 2005-08-15  Simon Josefsson  <jas@extundo.com>
14710
14711         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14712         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14713         Capello and Romain Francoise.
14714         (pgg-fetch-key-function): Remove, not used?
14715         (pgg-insert-url-with-w3): Require url, to get
14716         url-insert-file-contents regardless of where it is defined.
14717
14718 2005-08-13  Romain Francoise  <romain@orebokech.com>
14719
14720         * message.el (message-cite-original-1): New function.
14721         (message-cite-original): Use it.
14722         (message-cite-original-without-signature): Ditto.
14723
14724 2005-08-08  Romain Francoise  <romain@orebokech.com>
14725
14726         * message.el (message-yank-empty-prefix): New variable.
14727         (message-indent-citation): Use it.
14728         (message-cite-original-without-signature): Respect X-No-Archive.
14729
14730 2005-08-08  Simon Josefsson  <jas@extundo.com>
14731
14732         * pgg.el: Autoload url-insert-file-contents instead of loading
14733         w3/url.
14734         (pgg-insert-url-with-w3): Don't load url here.
14735
14736 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14737
14738         * message.el (message-kill-to-signature): Don't insert newline at
14739         bol.
14740         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14741
14742 2005-08-06  Romain Francoise  <romain@orebokech.com>
14743
14744         * message.el (message-user-fqdn): Fix typo in docstring.
14745
14746 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14747
14748         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14749
14750         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14751
14752 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14753
14754         * mm-bodies.el (mm-encode-body): Use coding system rather than
14755         charset to encode text.
14756
14757         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14758         number of charsets if utf-8 is available (XEmacs).
14759
14760 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14761
14762         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14763         taken from `gnus-button-mid-or-mail-regexp'.
14764         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14765         (gnus-button-alist): Improve regexp for domain part of the MIDs
14766         for news:localpart@domain buttons.
14767         (gnus-button-ctan-directory-regexp): Update.
14768
14769 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14770
14771         * sieve-manage.el (sieve-manage-interactive-login):
14772         Use make-local-variable rather than make-variable-buffer-local.
14773         (sieve-manage-open): Ditto.
14774         (sieve-manage-authenticate): Ditto.
14775
14776         * mml.el (mml-generate-mime-1): Make the content type default to
14777         text/plain if the filename is not specified.
14778
14779 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14780
14781         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14782         instead of insert-buffer.
14783
14784         * message.el (message-yank-original): Ditto; set the mark at the
14785         end of the yanked message.
14786
14787 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14788
14789         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14790         lines to scroll rather than to stop it.
14791
14792         * mml.el (mml-generate-default-type): Add doc string.
14793         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14794         default to application/octet-stream when determining the content
14795         type if it is not specified for the part or the mml contents; add
14796         a comment about mml-generate-default-type.
14797
14798 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14799
14800         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14801         make it default to application/octet-stream when determining the
14802         content type if it is not specified for the external contents.
14803
14804 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14805
14806         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14807         segmented parameter but also other parameters might be there.
14808
14809 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14810
14811         * mm-decode.el (mm-display-external): Delete temp file, directory
14812         and buffer immediately if the external process is exited.
14813
14814 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14815
14816         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14817         fewer lines than that of scroll-margin.
14818         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14819
14820 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14821
14822         * gnus-art.el (gnus-article-next-page): Revert.
14823         (gnus-article-beginning-of-window): New macro.
14824         (gnus-article-next-page-1): Use it.
14825         (gnus-article-prev-page): Ditto.
14826         (gnus-article-edit-part): Use insert-buffer-substring instead of
14827         insert-buffer.
14828         (gnus-article-edit-exit): Ditto.
14829
14830         * gnus-util.el (gnus-beginning-of-window): Remove.
14831         (gnus-end-of-window): Remove.
14832
14833         * lpath.el: Don't bind header-line-format and scroll-margin.
14834
14835 2005-07-25  Simon Josefsson  <jas@extundo.com>
14836
14837         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14838         to have the url package without w3.  Reported by Daiki Ueno
14839         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14840
14841 2005-07-20  Didier Verna  <didier@xemacs.org>
14842
14843         * gnus-diary.el: Remove the description comment (nndiary is now
14844         properly documented in the Gnus manual).
14845         Fix the spelling of "Back End".
14846         * nndiary.el: Ditto.
14847         Fix the copyright notice.
14848
14849 2005-07-18  Romain Francoise  <romain@orebokech.com>
14850
14851         * gnus-sum.el (gnus-summary-to-prefix)
14852         (gnus-summary-newsgroup-prefix): New variables.
14853         (gnus-summary-from-or-to-or-newsgroups): Use them.
14854
14855 2005-07-17  Romain Francoise  <romain@orebokech.com>
14856
14857         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14858         space as it's generally not especially interesting to the user.
14859
14860 2005-07-16  Romain Francoise  <romain@orebokech.com>
14861
14862         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14863         nil to avoid prompting and file modification if one of the
14864         messages at the top of the nnfolder file contains a copyright
14865         notice.
14866         Update copyright notice.
14867
14868         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14869         instead of `current-time-string' as the latter creates a time
14870         string that is not RFC 2822 compliant (it lacks the zone).
14871         Update copyright notice.
14872
14873 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14874
14875         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14876         for text/rtf.  Display default in prompt.  Pass default for M-n.
14877
14878         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14879
14880 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14881
14882         * gnus-msg.el (gnus-button-mailto):
14883         Remove save-selected-window-window hackery because it relies on
14884         save-selected-window internals.
14885
14886 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14887
14888         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14889         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14890         (gnus-article-prev-page): Ditto.
14891
14892         * gnus-util.el (gnus-beginning-of-window): New function.
14893         (gnus-end-of-window): New function.
14894
14895         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14896
14897 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14898
14899         * gnus-score.el (gnus-score-edit-all-score):
14900         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14901         gnus-message.
14902
14903 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14904
14905         * gnus-msg.el (gnus-button-mailto):
14906         Remove save-selected-window-window hackery because it relies on
14907         save-selected-window internals.
14908
14909 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14910
14911         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14912         add-minor-mode.
14913         (gnus-binary-mode): Ditto.
14914
14915         * gnus-topic.el (gnus-topic-mode): Ditto.
14916
14917 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14918
14919         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14920         (gnus-article-prev-page): Take scroll-margin into consideration.
14921
14922 2005-07-04  Lute Kamstra  <lute@gnu.org>
14923
14924         Update FSF's address in GPL notices.
14925
14926 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14927
14928         * gnus.el (gnus-exit):
14929         * gnus-group.el (gnus-group-icons):
14930         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14931
14932         * gnus-nocem.el (gnus-nocem):
14933         * message.el (message-various, message-buffers, message-sending)
14934         (message-interface, message-forwarding, message-insertion)
14935         (message-headers, message-news, message-mail):
14936         * pgg-gpg.el (pgg-gpg):
14937         * pgg-parse.el (pgg-parse):
14938         * pgg-pgp.el (pgg-pgp):
14939         * pgg-pgp5.el (pgg-pgp5):
14940         * pop3.el (pop3): Finish `defgroup' description with period.
14941
14942 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14943
14944         * gnus-art.el (article-display-face): Improve the efficiency.
14945         (article-display-x-face): Ditto; remove grey x-face stuff.
14946
14947 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14948
14949         * gnus-art.el (article-display-face): Correct the position in
14950         which Faces are inserted.
14951
14952 2005-06-29  Didier Verna  <didier@xemacs.org>
14953
14954         * gnus-art.el (article-display-face): Display faces in correct
14955         order.
14956
14957 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14958
14959         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14960         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14961         (gnus-nocem-check-article): Fetch the Type header.
14962         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14963         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14964         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14965         make sure gnus-nocem-hashtb is initialized.
14966         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14967         (gnus-nocem-unwanted-article-p): Ditto.
14968
14969         * pgg.el (pgg-verify): Return the verification result.
14970
14971 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14972
14973         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14974         is ascii.
14975
14976 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14977
14978         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14979         `show-nonbreak-escape'.
14980
14981 2005-06-23  Lute Kamstra  <lute@gnu.org>
14982
14983         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14984
14985         * dig.el (dig-mode):
14986         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14987
14988 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14989
14990         * nnimap.el (nnimap-split-download-body): Fix spellings.
14991
14992 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14993
14994         * gnus-art.el (gnus-article-encrypt-body):
14995         * gnus-cus.el (gnus-score-customize):
14996         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14997         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14998
14999 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15000
15001         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15002         header by looking for magic "MII" at the beginnig.
15003
15004 2005-06-16  Miles Bader  <miles@gnu.org>
15005
15006         * gnus-xmas.el (gnus-xmas-group-startup-message):
15007         Use renamed gnus-splash face.
15008
15009         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15010         (assistant-field-face): New backward-compatibility alias for renamed
15011         face.
15012         (assistant-render-text): Use renamed assistant-field face.
15013
15014         * spam.el (spam): Remove "-face" suffix from face name.
15015         (spam-face): New backward-compatibility alias for renamed face.
15016         (spam-face, spam-initialize): Use renamed spam face.
15017
15018         * message.el (message-header-to, message-header-cc)
15019         (message-header-subject, message-header-newsgroups)
15020         (message-header-other, message-header-name)
15021         (message-header-xheader, message-separator, message-cited-text)
15022         (message-mml): Remove "-face" suffix from face names.
15023         (message-header-to-face, message-header-cc-face)
15024         (message-header-subject-face, message-header-newsgroups-face)
15025         (message-header-other-face, message-header-name-face)
15026         (message-header-xheader-face, message-separator-face)
15027         (message-cited-text-face, message-mml-face):
15028         New backward-compatibility aliases for renamed faces.
15029         (message-font-lock-keywords): Use renamed message faces.
15030
15031         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15032         (sieve-test-commands, sieve-tagged-arguments):
15033         Remove "-face" suffix from face names.
15034         (sieve-control-commands-face, sieve-action-commands-face)
15035         (sieve-test-commands-face, sieve-tagged-arguments-face):
15036         New backward-compatibility aliases for renamed faces.
15037         (sieve-control-commands-face, sieve-action-commands-face)
15038         (sieve-test-commands-face, sieve-tagged-arguments-face):
15039         Use renamed sieve faces.
15040
15041         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15042         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15043         (gnus-group-news-3-empty, gnus-group-news-4)
15044         (gnus-group-news-4-empty, gnus-group-news-5)
15045         (gnus-group-news-5-empty, gnus-group-news-6)
15046         (gnus-group-news-6-empty, gnus-group-news-low)
15047         (gnus-group-news-low-empty, gnus-group-mail-1)
15048         (gnus-group-mail-1-empty, gnus-group-mail-2)
15049         (gnus-group-mail-2-empty, gnus-group-mail-3)
15050         (gnus-group-mail-3-empty, gnus-group-mail-low)
15051         (gnus-group-mail-low-empty, gnus-summary-selected)
15052         (gnus-summary-cancelled, gnus-summary-high-ticked)
15053         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15054         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15055         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15056         (gnus-summary-low-undownloaded)
15057         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15058         (gnus-summary-low-unread, gnus-summary-normal-unread)
15059         (gnus-summary-high-read, gnus-summary-low-read)
15060         (gnus-summary-normal-read, gnus-splash):
15061         Remove "-face" suffix from face names.
15062         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15063         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15064         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15065         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15066         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15067         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15068         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15069         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15070         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15071         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15072         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15073         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15074         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15075         (gnus-summary-normal-ticked-face)
15076         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15077         (gnus-summary-normal-ancient-face)
15078         (gnus-summary-high-undownloaded-face)
15079         (gnus-summary-low-undownloaded-face)
15080         (gnus-summary-normal-undownloaded-face)
15081         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15082         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15083         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15084         (gnus-splash-face):
15085         New backward-compatibility aliases for renamed faces.
15086         (gnus-group-startup-message): Use renamed gnus faces.
15087
15088         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15089         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15090         (gnus-server-agent): Remove "-face" suffix from face names.
15091         (gnus-server-agent-face, gnus-server-opened-face)
15092         (gnus-server-closed-face, gnus-server-denied-face)
15093         (gnus-server-offline-face):
15094         New backward-compatibility aliases for renamed faces.
15095         (gnus-server-agent-face, gnus-server-opened-face)
15096         (gnus-server-closed-face, gnus-server-denied-face)
15097         (gnus-server-offline-face): Use renamed gnus faces.
15098
15099         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15100         Remove "-face" suffix from face names.
15101         (gnus-picon-xbm-face, gnus-picon-face):
15102         New backward-compatibility aliases for renamed faces.
15103
15104         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15105         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15106         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15107         (gnus-cite-11): Remove "-face" suffix from face names.
15108         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15109         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15110         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15111         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15112         New backward-compatibility aliases for renamed faces.
15113         (gnus-cite-attribution-face, gnus-cite-face-list)
15114         (gnus-article-boring-faces): Use renamed gnus faces.
15115
15116         * gnus-art.el (gnus-signature, gnus-header-from)
15117         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15118         (gnus-header-content): Remove "-face" suffix from face names.
15119         (gnus-signature-face, gnus-header-from-face)
15120         (gnus-header-subject-face, gnus-header-newsgroups-face)
15121         (gnus-header-name-face, gnus-header-content-face):
15122         New backward-compatibility aliases for renamed faces.
15123         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15124
15125         * gnus-sum.el (gnus-summary-selected-face)
15126         (gnus-summary-highlight): Use renamed gnus faces.
15127         * gnus-group.el (gnus-group-highlight): Likewise.
15128
15129 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15130
15131         * gnus-sieve.el (gnus-sieve-article-add-rule):
15132         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15133         * spam-stat.el (spam-stat-buffer-change-to-spam)
15134         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15135
15136         * message.el (message-is-yours-p):
15137         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15138
15139 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15140
15141         * mm-view.el (mm-inline-text): Withdraw the last change.
15142
15143 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15144
15145         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15146         executing enriched-decode.
15147
15148 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15149
15150         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15151         charset of tar files.
15152
15153 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15154
15155         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15156
15157 2005-06-04  Lute Kamstra  <lute@gnu.org>
15158
15159         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15160         information is never recorded.
15161
15162 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15163
15164         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15165
15166 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15167
15168         * pop3.el (pop3-apop): Run md5 in the binary mode.
15169
15170         * starttls.el (starttls-set-process-query-on-exit-flag):
15171         Use eval-and-compile.
15172
15173 2005-05-31  Simon Josefsson  <jas@extundo.com>
15174
15175         * smime.el (smime-replace-in-string): Define.
15176         (smime-cert-by-ldap-1): Use it.
15177
15178 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15179
15180         * gnus-art.el (article-display-x-face): Replace
15181         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15182
15183         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15184         set-process-query-on-exit-flag or process-kill-without-query.
15185
15186         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15187         loop instead of replace-regexp.
15188
15189         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15190         instead of process-kill-without-query if it is available.
15191
15192         * lpath.el: Fbind ldap-search-entries.
15193
15194         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15195         instead of find-file-hooks if it is available.
15196
15197         * mml1991.el: Bind pgg-default-user-id when compiling.
15198
15199         * mml2015.el: Bind pgg-default-user-id when compiling.
15200
15201         * nndraft.el (nndraft-request-associate-buffer):
15202         Use write-contents-functions instead of write-contents-hooks if it is
15203         available.
15204
15205         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15206         instead of find-file-hooks if it is available.
15207
15208         * nntp.el (nntp-open-connection): Replace
15209         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15210         (nntp-open-ssl-stream): Ditto.
15211         (nntp-open-tls-stream): Ditto.
15212
15213         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15214         set-process-query-on-exit-flag or process-kill-without-query.
15215         (starttls-open-stream-gnutls): Use it instead of
15216         process-kill-without-query.
15217         (starttls-open-stream): Ditto.
15218
15219 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15220
15221         * smime.el (smime-cert-by-ldap-1): Don't use
15222         replace-regexp-in-string.
15223
15224 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15225
15226         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15227
15228         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15229         in PEM format.  Adjust to the XEmacs compability.
15230
15231 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15232
15233         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15234         by `string-to-number'.
15235         * gnus-agent.el (gnus-agent-regenerate-group)
15236         (gnus-agent-fetch-articles): Ditto.
15237         * gnus-art.el (gnus-button-fetch-group): Ditto.
15238         * gnus-cache.el (gnus-cache-generate-active)
15239         (gnus-cache-articles-in-group): Ditto.
15240         * gnus-group.el (gnus-group-set-current-level)
15241         (gnus-group-insert-group-line): Ditto.
15242         * gnus-score.el (gnus-score-set-expunge-below)
15243         (gnus-score-set-mark-below, gnus-summary-score-effect)
15244         (gnus-summary-score-entry): Ditto.
15245         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15246         (gnus-soup-pack): Ditto.
15247         * gnus-spec.el (gnus-xmas-format): Ditto.
15248         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15249         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15250         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15251         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15252         * nndb.el (nndb-get-remote-expire-response): Ditto.
15253         * nndiary.el (nndiary-parse-schedule-value)
15254         (nndiary-string-to-number, nndiary-request-replace-article)
15255         (nndiary-request-article): Ditto.
15256         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15257         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15258         * nneething.el (nneething-make-head): Ditto.
15259         * nnfolder.el (nnfolder-request-article)
15260         (nnfolder-retrieve-headers): Ditto.
15261         * nnheader.el (nnheader-file-to-number): Ditto.
15262         * nnkiboze.el (nnkiboze-request-article): Ditto.
15263         * nnmail.el (nnmail-process-unix-mail-format)
15264         (nnmail-process-babyl-mail-format): Ditto.
15265         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15266         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15267         (nnmh-request-create-group, nnmh-request-list-1)
15268         (nnmh-request-group, nnmh-request-article): Ditto.
15269         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15270         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15271         * nnsoup.el (nnsoup-make-active): Ditto.
15272         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15273         * nntp.el (nntp-find-group-and-number)
15274         (nntp-retrieve-headers-with-xover): Ditto.
15275         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15276         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15277         (pgg-format-key-identifier): Ditto.
15278         * pop3.el (pop3-last, pop3-stat): Ditto.
15279         * qp.el (quoted-printable-decode-region): Ditto.
15280
15281         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15282         of concat.
15283
15284 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15285
15286         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15287
15288         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15289
15290         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15291
15292         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15293
15294         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15295
15296         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15297
15298         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15299         (gnus-carpal-mode): Ditto.
15300
15301         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15302         (gnus-browse-mode): Ditto.
15303
15304         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15305
15306         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15307
15308 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15309
15310         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15311
15312 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15313
15314         * gnus-util.el (gnus-run-mode-hooks): New function.
15315
15316         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15317
15318         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15319         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15320
15321 2005-05-27  Lute Kamstra  <lute@gnu.org>
15322
15323         * dns-mode.el (dns-mode): Specify customization group.
15324
15325 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15326
15327         * gnus-agent.el (gnus-agent-make-mode-line-string):
15328         Use mode-line-highlight as mouse-face.
15329
15330 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15331
15332         * canlock.el (canlock): Change the parent group to news.
15333
15334         * deuglify.el (gnus-outlook-deuglify): Add :group.
15335
15336         * dig.el (dig): Add :group.
15337
15338         * dns-mode.el (dns-mode): Add :group.
15339
15340         * encrypt.el (encrypt): Add :group.
15341
15342         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15343         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15344         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15345         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15346         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15347
15348         * gnus-diary.el (gnus-diary): Add :group.
15349
15350         * gnus.el (gnus-group-news-1-face): Add :group.
15351         (gnus-group-news-1-empty-face): Ditto.
15352         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15353         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15354         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15355         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15356         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15357         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15358         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15359         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15360         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15361         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15362         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15363         (gnus-summary-high-ticked-face): Ditto.
15364         (gnus-summary-low-ticked-face): Ditto.
15365         (gnus-summary-normal-ticked-face): Ditto.
15366         (gnus-summary-high-ancient-face): Ditto.
15367         (gnus-summary-low-ancient-face): Ditto.
15368         (gnus-summary-normal-ancient-face): Ditto.
15369         (gnus-summary-high-undownloaded-face): Ditto.
15370         (gnus-summary-low-undownloaded-face): Ditto.
15371         (gnus-summary-normal-undownloaded-face): Ditto.
15372         (gnus-summary-high-unread-face): Ditto.
15373         (gnus-summary-low-unread-face): Ditto.
15374         (gnus-summary-normal-unread-face): Ditto.
15375         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15376         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15377
15378         * hashcash.el (hashcash): New custom group.
15379         (hashcash-default-payment): Add :group.
15380         (hashcash-payment-alist): Ditto.
15381         (hashcash-default-accept-payment): Ditto.
15382         (hashcash-accept-resources): Ditto.
15383         (hashcash-path): Ditto.
15384         (hashcash-extra-generate-parameters): Ditto.
15385         (hashcash-double-spend-database): Ditto.
15386         (hashcash-in-news): Ditto.
15387
15388         * message.el (message-minibuffer-local-map): Add :group.
15389
15390         * netrc.el (netrc): Add :group.
15391
15392         * sieve-manage.el (sieve-manage-log): Add :group.
15393         (sieve-manage-default-user): Diito.
15394         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15395         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15396         (sieve-manage-authenticators): Ditto.
15397         (sieve-manage-authenticator-alist): Ditto.
15398         (sieve-manage-default-port): Ditto.
15399
15400         * sieve-mode.el (sieve-control-commands-face): Add :group.
15401         (sieve-action-commands-face): Ditto.
15402         (sieve-test-commands-face): Ditto.
15403         (sieve-tagged-arguments-face): Ditto.
15404
15405         * smime.el (smime): Add :group.
15406
15407         * spam-report.el (spam-report): Add :group.
15408
15409         * spam.el (spam, spam-face): Add :group.
15410
15411 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15412
15413         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15414         return \n.\n.\n at the end of articles.  Protect against that.
15415         (nntp-with-open-group): Allow debugging.
15416
15417         * nnheader.el (mail-header-set-extra): Make into a function
15418         because I just could't understand how to quote the list properly.
15419
15420         * dns.el (query-dns-cached): New function.
15421
15422 2005-05-26  Lute Kamstra  <lute@gnu.org>
15423
15424         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15425
15426 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15427
15428         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15429
15430         * gnus-art.el: Don't autoload mail-extract-address-components.
15431
15432         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15433         eval-and-compile to evaluate it.
15434
15435         * hashcash.el: Don't autoload executable-find.
15436
15437         * nndb.el: Don't declare the nndb back end two or more times; don't
15438         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15439
15440         * nntp.el: Autoload format-spec instead of format; use
15441         eval-and-compile to evaluate autoload forms.
15442
15443 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15444
15445         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15446
15447 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15448
15449         * gnus.el (gnus-version-number): Bump version.
15450
15451 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15452
15453         * gnus.el: No Gnus v0.3 is released.
15454
15455 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15456
15457         * lpath.el (featurep): Bind show-nonbreak-escape.
15458
15459 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15460
15461         * gnus-art.el (gnus-article-edit-part): Disable undo.
15462
15463 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15464
15465         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15466         gnus-article-date-lapsed-new-header is t if date timer is active;
15467         skip headers in which the original date value is empty.
15468         (gnus-article-save-original-date): Redefine it as a macro.
15469         (gnus-display-mime): Use it.
15470
15471 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15472
15473         * gnus-art.el (article-date-ut): Support converting date in
15474         forwarded parts as well.
15475         (gnus-article-save-original-date): New function.
15476         (gnus-display-mime): Use it.
15477
15478 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15479
15480         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15481         enclosure element of <item>.
15482
15483 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15484
15485         * message.el (message-kill-buffer-query): Rename from
15486         `message-kill-buffer-query-if-modified'.  Add :version.
15487
15488 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15489
15490         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15491         window layout.
15492
15493 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15494
15495         * mml.el: Autoload dnd when compiling.
15496
15497 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15498
15499         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15500         x-dnd-*.
15501
15502 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15503
15504         * qp.el (quoted-printable-encode-region): Save excursion.
15505
15506 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15507
15508         * message.el (message-kill-buffer-query-if-modified): Add new variable
15509         so the user can kill a modified message buffer quickly.
15510         (message-kill-buffer): Use it.
15511
15512 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15513
15514         * lpath.el: Fbind display-time-event-handler; don't fbind
15515         string-to-multibyte.
15516
15517         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15518
15519 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15520
15521         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15522         contained in text because xml.el decodes entities) with LFs.
15523
15524 2005-04-11  Lute Kamstra  <lute@gnu.org>
15525
15526         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15527         differently.
15528
15529 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15530
15531         * mm-util.el (mm-detect-coding-region): Typo.
15532
15533 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15534
15535         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15536
15537 2005-04-06  Deepak Goel  <deego@gnufans.org>
15538
15539         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15540         user-function allow user modifications of the scores.
15541         (spam-stat-score-buffer-user): New function, to allow
15542         user-computed modifications to the score.
15543         (spam-stat-score-buffer-user-functions): List of additional
15544         scoring functions.
15545         (spam-stat-error-holder): Global temporary error holder.
15546         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15547         variable.
15548
15549 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15550
15551         * gnus-registry.el (gnus-registry-clean-empty-function)
15552         (gnus-registry-trim, gnus-registry-fetch-groups)
15553         (gnus-registry-delete-group): Groups that match
15554         `gnus-registry-ignored-groups' are removed from the registry
15555         entries, not just ignored for splitting.  This helps clean up the
15556         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15557         to get all the groups a message ID is in.
15558
15559         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15560         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15561         (spam-stat-score-buffer-user-functions): Add :number custom type.
15562
15563 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15564
15565         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15566         argument in XEmacs.
15567
15568         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15569         (nnrss-request-group): Decode group name first.
15570         (nnrss-request-article): Make a text/plain article if mml-to-mime
15571         failed.
15572         (nnrss-get-encoding): Return a compatible encoding according to
15573         nnrss-compatible-encoding-alist.
15574         (nnrss-find-el): Use consp instead of listp.
15575         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15576
15577 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15578
15579         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15580         which Emacs 20 doesn't support.
15581         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15582
15583 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15584
15585         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15586         silence the byte compiler inside the defun.
15587
15588         * gnus-demon.el (parse-time-string): Add autoload.
15589
15590         * gnus-delay.el (parse-time-string): Add autoload.
15591
15592         * gnus-art.el (parse-time-string): Add autoload.
15593
15594         * nnultimate.el (parse-time): Require for `parse-time-string'.
15595
15596 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15597
15598         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15599
15600         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15601
15602         * smime.el (smime-ldap-host-list): Add :version.
15603
15604 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15605
15606         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15607         pass it to `gnus-browse-read-group'.
15608         (gnus-browse-read-group): Add NUMBER argument and pass it to
15609         `gnus-group-read-ephemeral-group'.
15610
15611         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15612         argument and pass it to `gnus-group-read-group'.
15613
15614 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15615
15616         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15617         mm-xemacs-find-mime-charset-1 if we have the mule feature
15618         available at runtime.
15619
15620 2005-03-25  Werner Lemberg  <wl@gnu.org>
15621
15622         * nnmaildir.el: Replace `illegal' with `invalid'.
15623
15624 2005-03-23  Lute Kamstra  <lute@gnu.org>
15625
15626         * time-date.el: Add comment on time value formats.
15627         Don't require parse-time.
15628         (with-decoded-time-value): New macro.
15629         (encode-time-value): New function.
15630         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15631         (days-to-time): Return a valid time value when arg is huge.
15632         (time-since): Use time-subtract.
15633         (time-to-number-of-days): Use time-to-seconds.
15634
15635 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15636
15637         * gnus-start.el (gnus-display-time-event-handler):
15638         Check display-time-timer at runtime rather than only at load time
15639         in case display-time-mode is turned off in the mean time.
15640
15641 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15642
15643         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15644         used.
15645
15646         * nneething.el (nneething-map-file-directory): Derive from
15647         `gnus-directory'.
15648
15649         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15650         the To/Cc button.
15651
15652 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15653
15654         * nnmaildir.el (nnmaildir-request-accept-article):
15655         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15656
15657 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15658
15659         * gnus-async.el: Require timer-funcs at compile time when in
15660         XEmacs for `run-with-idle-timer'.
15661
15662 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15663
15664         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15665         autoloaded function.
15666
15667 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15668
15669         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15670
15671 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15672
15673         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15674
15675 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15676
15677         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15678         Add gnus-expert-user to default.
15679
15680 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15681
15682         * nnimap.el (nnimap-open-server): Ditto.
15683
15684         * imap.el (imap-authenticate): Fix typo.
15685
15686 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15687
15688         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15689         buffer (since IMAP server might return FETCH response out of
15690         order, and the nntp buffer must be sorted).
15691
15692 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15693
15694         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15695         comparison on string.
15696
15697         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15698         (gnus-agent-score): Rename category keywords to match gnus-cus.
15699         (gnus-agent-summary-fetch-series): Modify to protect against
15700         gnus-agent-summary-fetch-group clearing processable flags.
15701         (gnus-agent-synchronize-group-flags): Update live group buffer as
15702         synchronization may occur due to the user toggle the plugged
15703         status.
15704         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15705         successfully downloaded.
15706         (gnus-agent-expire-group-1): Avoid using markers when the overview
15707         is in ascending order; greatly improves performance.
15708         (gnus-agent-regenerate-group):
15709         Use gnus-agent-synchronize-group-flags to reset read status in both
15710         gnus and server.
15711         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15712
15713 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15714
15715         * message.el: Don't autoload former message-utils variables.
15716         (message-strip-subject-trailing-was): Change doc string.
15717
15718         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15719         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15720         (nnweb-google-search): Add "hl=en" here.
15721         (nnweb-google-parse-1, nnweb-google-create-mapping):
15722         Don't hardcode URL.
15723
15724 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15725
15726         * message.el (message-get-reply-headers, message-followup):
15727         Mention related variables `message-use-followup-to' and
15728         `message-use-mail-followup-to', in the information buffer.
15729
15730         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15731         of broken groups(-beta).google.com.
15732
15733 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15734
15735         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15736         parameter to invoked gnus-request-move-article; remove the
15737         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15738         all at once instead of once per article.
15739         (gnus-summary-remove-process-mark): Accept a list of articles as
15740         well as a single article for processing.
15741
15742         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15743         parameter.
15744
15745         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15746
15747         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15748
15749         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15750         parameter.
15751
15752         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15753         parameter.
15754
15755         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15756         parameter and remove the gnus-sum-hint-move-is-internal variable.
15757
15758         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15759         parameter.
15760
15761         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15762         parameter.
15763
15764         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15765         parameter.
15766
15767         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15768
15769         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15770         parameter.
15771
15772         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15773         parameter.
15774
15775 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15776
15777         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15778         a more conservative way.
15779
15780 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15781
15782         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15783         buffer, so it moves the window's cursor.
15784
15785 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15786
15787         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15788         `mm-dissect-multipart' and receive the from field as an (optional)
15789         argument from `mm-dissect-multipart'.
15790         (mm-dissect-multipart): Receive the from field as an argument and
15791         pass it on when we call `mm-dissect-buffer' on MIME parts.
15792         Fixes verification/decryption of signed/encrypted MIME parts.
15793
15794 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15795
15796         * gnus-sum.el (gnus-summary-move-article):
15797         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15798         whatever it calls (right now, only nnimap-request-move article
15799         respects it).
15800
15801         * nnimap.el (nnimap-request-move-article):
15802         When gnus-sum-hint-move-is-internal is set, don't do the extra
15803         nnimap-request-article.
15804
15805 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15806
15807         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15808
15809         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15810         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15811
15812         * gnus-sum.el (gnus-summary-caesar-message):
15813         Apply `gnus-treat-article' after rotation.
15814
15815         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15816         doc string.
15817
15818 2005-02-22  Simon Josefsson  <jas@extundo.com>
15819
15820         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15821         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15822         <arne@arnested.dk>.
15823         (encrypt): Add password-cache and password-cache-expiry as group
15824         members.
15825
15826 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15827
15828         * smime.el (smime-ldap-host-list): Doc fix.
15829         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15830         cache) password.
15831         (smime-sign-region): Use it.
15832         (smime-decrypt-region): Use it.
15833         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15834         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15835         fails.
15836         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15837         certificate from DER to PEM format rather than calling openssl.
15838
15839         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15840
15841         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15842         for signing/encryption.
15843
15844         * mml.el (mml-parse-1): Use them.
15845
15846 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15847
15848         * nnrss.el (nnrss-verbose): Remove.
15849         (nnrss-request-group): Use `nnheader-message' instead.
15850
15851 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15852
15853         * nnrss.el (nnrss-verbose): New variable.
15854         (nnrss-request-group): Make it say nnrss is requesting a group.
15855
15856 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15857
15858         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15859         Handle news URL with given port correctly.
15860
15861 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15862
15863         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15864         containing special characters.
15865
15866         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15867
15868         * mml.el (mime-to-mml): Ditto.
15869
15870         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15871         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15872         (rfc2047-decode-region): Quote decoded words containing special
15873         characters when rfc2047-quote-decoded-words-containing-tspecials
15874         is non-nil.
15875
15876 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15877
15878         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15879
15880         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15881
15882 2005-02-15  Simon Josefsson  <jas@extundo.com>
15883
15884         * nnimap.el (nnimap-debug): Doc fix.
15885
15886         * imap.el (imap-debug): Doc fix.
15887
15888 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15889
15890         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15891
15892 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15893
15894         * gnus.el (spam-contents): Improve docs for spam-contents
15895         parameter in its variable incarnation.
15896
15897 2005-02-14  Simon Josefsson  <jas@extundo.com>
15898
15899         * smime-ldap.el: Use require instead of load-library for ldap.
15900         (smime-ldap-search): Indent.
15901         (smime-ldap-search-internal): Shorten line.
15902
15903         * smime.el (smime-cert-by-dns): Add doc-string.
15904         (smime-cert-by-ldap-1): Indent.
15905
15906         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15907         mml-smime-get-dns-ldap.
15908         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15909
15910 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15911
15912         * smime.el: Require smime-ldap.
15913         (smime-ldap-host-list): New variable.
15914         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15915
15916         * mml-smime.el (mml-smime-encrypt-query): New function.
15917         (mml-smime-encrypt-query): Use it.
15918
15919         * smime-ldap.el: New file.
15920
15921 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15922
15923         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15924
15925 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15926
15927         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15928         argument in doc string.  Make query for type more clear.
15929
15930 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15931
15932         * gnus.el (gnus-group-startup-message): Search for gnus images in
15933         etc/images/gnus.
15934         * mm-util.el (mm-image-load-path): Likewise.
15935         * smiley.el (smiley-data-directory): Search for smilies in
15936         etc/images/smilies.
15937
15938 2005-02-09  Kim F. Storm  <storm@cua.dk>
15939
15940         Change Emacs release version from 21.4 to 22.1 throughout.
15941         Change Emacs development version from 21.3.50 to 22.0.50.
15942
15943 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15944
15945         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15946
15947         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15948         non-Mule XEmacs as well.
15949         (mm-decompress-buffer): Signal an error intentionally if it does
15950         not decompress compressed data because auto-compression-mode is
15951         disabled.
15952
15953 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15954
15955         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15956         an ID in the registry even if it has no groups.
15957
15958 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15959
15960         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15961         merge it into mm-decompress-buffer.
15962         (gnus-mime-copy-part): Use the MIME part charset, the value which
15963         a user specified or gnus-newsgroup-charset for decoding, like
15964         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15965         save-buffer what was used.  Suggested by Kevin Ryde
15966         <user42@zip.com.au>.
15967         (gnus-mime-inline-part): Allow the name parameter as well as the
15968         filename parameter; force decompressing of compressed data; always
15969         display contents being not decoded as unibyte.
15970
15971         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15972         as well as the filename parameter.
15973
15974         * mm-util.el (mm-decompress-buffer):
15975         Merge gnus-mime-jka-compr-maybe-uncompress.
15976         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15977         of compressed data.
15978
15979 2005-02-08  Simon Josefsson  <jas@extundo.com>
15980
15981         * imap.el (imap-log): Doc fix.
15982
15983 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15984
15985         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15986         the coding cookies; decompress compressed parts.
15987
15988         * mml.el (mml-generate-mime-1): Add the charset parameter according
15989         to the value which a user specified manually or the coding cookie.
15990
15991         * mm-util.el (mm-string-to-multibyte): New function.
15992         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15993         (mm-coding-system-to-mime-charset): New function.
15994         (mm-decompress-buffer): New function.
15995         (mm-find-buffer-file-coding-system): New function.
15996
15997         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15998         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15999         parts.
16000
16001 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16002
16003         * mm-view.el (mm-display-inline-fontify): Decode a part according
16004         to the charset parameter.
16005
16006 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16007
16008         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16009         prefix arg is neither nil nor a number, as info specifies.
16010
16011 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16012
16013         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16014         timestamps.
16015
16016 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16017
16018         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16019         groups error checking and notify user.
16020
16021 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16022
16023         * message.el (message-send-mail-function): Check existence of
16024         sendmail-program first before using default value
16025         `message-send-mail-with-sendmail'.  Otherwise use more generic
16026         `smtpmail-send-it'.
16027
16028 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16029
16030         * nntp.el (nntp-request-update-info): Always return nil.
16031
16032 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16033
16034         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16035
16036 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16037
16038         * message.el (message-beginning-of-line): Change the behavior when
16039         invoked between BOL and : so that it first moves backward.
16040
16041 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16042
16043         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16044         article buffer when editing of the article is discarded.
16045         (gnus-article-prepare): Revert.
16046
16047 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16048
16049         * gnus-art.el (gnus-article-prepare):
16050         Remove message-strip-forbidden-properties from the local hook.
16051
16052 2005-01-27  Simon Josefsson  <jas@extundo.com>
16053
16054         * password.el (password-cache-add): Only start one timer per key.
16055         Reported by Derek Atkins <warlord@MIT.EDU>.
16056
16057 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16058
16059         * run-at-time.el: Remove.  It is no longer needed as
16060         timer-funcs.el in the xemacs-base package has a working version of
16061         `run-at-time'.
16062
16063         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16064
16065         * password.el: Require timer-funcs instead of run-at-time in
16066         XEmacs.
16067         Remove `password-run-at-time' macro.
16068         (password-cache-add): Use `run-at-time' instead of
16069         `password-run-at-time'.
16070
16071         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16072         Remove `nnheader-cancel-function-timers' alias,
16073         `cancel-function-timers' exists in XEmacs in timer-funcs.
16074
16075         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16076         for `run-with-idle-timer'.
16077
16078         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16079         for `run-at-time'.
16080
16081         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16082         for `with-timeout'.
16083
16084         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16085         the same as for XEmacs 21.4.
16086         No need to ignore `run-with-idle-timer', this function exists in
16087         XEmacs now in timer-funcs.el in the xemacs-base package.
16088         (dgnushack-compile): No need to delete
16089         run-at-time.el from the list of files to compile because it
16090         doesn't exist anymore.
16091
16092 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16093
16094         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16095         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16096
16097 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16098
16099         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16100         sensitively.
16101
16102 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16103
16104         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16105
16106 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16107
16108         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16109         which will be inserted according to the multibyteness of a buffer
16110         rather than the type of contents.  Suggested by ARISAWA Akihiro
16111         <ari@mbf.ocn.ne.jp>.
16112
16113         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16114         of string which old xml.el may return rather than a string.
16115
16116 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16117
16118         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16119
16120 2005-01-16  Simon Josefsson  <jas@extundo.com>
16121
16122         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16123         idn/idna.el isn't available.
16124         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16125         <michael@waxrat.com>.
16126
16127         * hashcash.el: Remove non-FSF copyright header.
16128
16129         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16130         (hashcash-generate-payment): Use it.
16131         (hashcash-generate-payment-async): Use it.
16132
16133 2005-01-15  Simon Josefsson  <jas@extundo.com>
16134
16135         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16136         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16137
16138         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16139         gnus-summary-idna-message.
16140         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16141         (gnus-summary-idna-message): New function.
16142
16143 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16144
16145         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16146         gnus-novice-user.
16147
16148 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16149
16150         * nnrss.el (nnrss-request-delete-group): Delete entries in
16151         nnrss-group-alist as well.
16152         (nnrss-save-server-data): Insert newline.
16153
16154 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16155
16156         * gnus.el (gnus-user-agent): Use list of symbols instead of
16157         symbols.  Display full version number for (S)XEmacs.
16158         Optionally display (S)XEmacs codename.
16159
16160         * gnus-util.el (gnus-emacs-version): Update for new
16161         `gnus-user-agent'.
16162
16163         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16164         Gnus version.
16165
16166 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16167
16168         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16169         which is unreadable in some setups.
16170
16171 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16172
16173         * gnus-spec.el (gnus-update-format-specifications): Flush the
16174         group format spec cache if it doesn't support decoded group names.
16175
16176 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16177
16178         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16179         Allow to apply decay on score files matching a regexp.
16180
16181 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16182
16183         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16184         compatibility in %g and %c.
16185
16186 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16187
16188         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16189         name for only %g and %c.
16190         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16191         of gnus-tmp-group to decoded group name.
16192         (gnus-group-make-rss-group): Exclude `/'s from group names.
16193
16194 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16195
16196         * nnrss.el (nnrss-get-encoding): Fix regexp.
16197
16198 2004-12-27  Simon Josefsson  <jas@extundo.com>
16199
16200         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16201         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16202         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16203
16204 2004-12-17  Kim F. Storm  <storm@cua.dk>
16205
16206         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16207
16208         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16209
16210 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16211
16212         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16213
16214 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16215
16216         * nnrss.el: Require rfc2047 and mml.
16217         (nnrss-file-coding-system): New variable.
16218         (nnrss-format-string): Redefine it as an inline function.
16219         (nnrss-decode-group-name): New function.
16220         (nnrss-string-as-multibyte): Remove.
16221         (nnrss-retrieve-headers): Decode group name; don't use
16222         nnrss-format-string.
16223         (nnrss-request-group): Decode group name.
16224         (nnrss-request-article): Decode group name; allow a Message-ID as
16225         well as an article number; don't use nnrss-format-string; encode a
16226         Message-ID string which may contain non-ASCII characters; use
16227         mml-to-mime to compose a MIME article.
16228         (nnrss-request-expire-articles): Decode group name.
16229         (nnrss-request-delete-group): Decode group name.
16230         (nnrss-fetch): Clarify error message.
16231         (nnrss-read-server-data): Use insert-file-contents instead of load;
16232         bind file-name-coding-system; use multibyte buffer.
16233         (nnrss-save-server-data): Bind coding-system-for-write to the
16234         value of nnrss-file-coding-system; bind file-name-coding-system;
16235         add coding cookie.
16236         (nnrss-read-group-data): Use insert-file-contents instead of load;
16237         bind file-name-coding-system; use multibyte buffer.
16238         (nnrss-save-group-data): Bind coding-system-for-write to the
16239         value of nnrss-file-coding-system; bind file-name-coding-system.
16240         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16241         make it work with non-ASCII text.
16242         (nnrss-find-el): Make it work with old xml.el as well.
16243
16244 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16245
16246         * nnrss.el (nnrss-get-encoding): New function.
16247         (nnrss-fetch): Use unibyte buffer initially; bind
16248         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16249         decode contents according to the encoding attribute.
16250         (nnrss-save-group-data): Add coding cookie.
16251         (nnrss-mime-encode-string): New function.
16252         (nnrss-check-group): Use it to encode subject and author.
16253
16254 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16255
16256         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16257         imaginary variable.
16258
16259 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16260
16261         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16262         correctly even if there are wide characters.
16263
16264 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16265
16266         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16267         downcased symbol names; make a new cache instead of reusing
16268         bbdb-hashtable.
16269
16270 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16271
16272         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16273         concatenating segments rather than before concatenating them.
16274         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16275
16276         * message.el (message-get-reply-headers): Bind `extra'.
16277
16278 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16279
16280         * message.el (message-extra-wide-headers): New variable.
16281         (message-get-reply-headers): Use it.
16282
16283 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16284
16285         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16286         (gnus-agent-group-pathname): Ditto.
16287
16288         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16289
16290         * gnus-group.el (gnus-group-make-group): Decode group name.
16291         (gnus-group-make-rss-group): Register the group data after opening
16292         the nnrss group.
16293
16294 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16295
16296         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16297         by expiry now get marked as read.
16298
16299 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16300
16301         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16302
16303 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16304
16305         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16306         unify Latin characters in XEmacs.
16307         (mm-find-mime-charset-region): Use it.
16308
16309 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16310
16311         * gnus-util.el (gnus-delete-directory): New function.
16312
16313         * gnus-agent.el (gnus-agent-delete-group): Use it.
16314
16315         * gnus-cache.el (gnus-cache-delete-group): Use it.
16316
16317 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16318
16319         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16320         names.
16321
16322 2004-12-16  Simon Josefsson  <jas@extundo.com>
16323
16324         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16325
16326 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16327
16328         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16329
16330         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16331         (gnus-group-set-current-level): Decode group name.
16332
16333 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16334
16335         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16336         failed.
16337
16338 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16339
16340         * gnus-group.el (gnus-group-delete-group): Decode group name.
16341         (gnus-group-make-rss-group): Encode group name.
16342         (gnus-group-catchup-current): Decode group name.
16343         (gnus-group-kill-group): Decode group name.
16344
16345 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16346
16347         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16348
16349 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16350
16351         * gnus-group.el (gnus-group-make-rss-group):
16352         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16353
16354         * gnus-start.el (gnus-setup-news): Honor user's setting to
16355         gnus-message-archive-method.  Suggested by Lute Kamstra
16356         <lute@gnu.org>.
16357
16358 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16359
16360         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16361         global counterparts of the buffer-local variables.
16362
16363 2004-11-16  Romain Francoise  <romain@orebokech.com>
16364
16365         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16366         counterparts of the buffer-local variables.
16367
16368 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16369
16370         * message.el (message-forbidden-properties): Fix typo in doc
16371         string.
16372
16373 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16374
16375         * gnus-util.el (gnus-replace-in-string): Add doc string.
16376
16377         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16378         to avoid problems when splitting mails with many recipients.
16379
16380 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16381
16382         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16383         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16384
16385 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16386
16387         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16388         if there is no hashtable in memory or file modification time is
16389         newer than cached timestamp.
16390
16391 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16392
16393         * gnus-sum.el (gnus-summary-limit-to-recipient):
16394         Implement not-matching option.
16395
16396 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16397
16398         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16399         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16400         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16401         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16402         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16403         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16404
16405 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16406
16407         * message.el (message-forward-make-body-mml): Remove headers
16408         according to message-forward-ignored-headers if a message is decoded.
16409
16410 2004-12-02  Romain Francoise  <romain@orebokech.com>
16411
16412         * message.el (message-forward-make-body-plain): Always remove
16413         headers according to message-forward-ignored-headers.
16414
16415 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16416
16417         * spam.el (spam-summary-prepare-exit): Remove the
16418         gnus-summary-limit pop for now, it has problems with ham marks for
16419         me.
16420
16421 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16422
16423         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16424         correctly.
16425
16426 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16427
16428         * format-spec.el (format-spec): Message the char.
16429
16430 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16431
16432         * gnus-art.el (gnus-split-methods): Reformat comments.
16433
16434         * spam.el (spam-summary-prepare-exit): Remove article limits
16435         before exiting the summary buffer.
16436
16437 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16438
16439         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16440         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16441
16442         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16443         order to silence the byte compiler.
16444
16445         * spam.el: Fix the way to silence the byte compiler, which
16446         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16447         bbdb-search-simple, spam-BBDB-register-routine,
16448         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16449         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16450         spam-stat-buffer-is-spam, spam-stat-load,
16451         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16452         spam-stat-save and spam-stat-split-fancy.
16453
16454 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16455
16456         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16457         which may confuse users.
16458         (canlock-password-for-verify): Ditto.
16459
16460         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16461
16462         * gnus-art.el (gnus-emphasis-alist): Ditto.
16463
16464         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16465
16466         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16467
16468         * gnus-start.el (gnus-save-killed-list): Ditto.
16469
16470         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16471         (gnus-sum-thread-tree-root): Ditto.
16472         (gnus-sum-thread-tree-false-root): Ditto.
16473         (gnus-sum-thread-tree-single-indent): Ditto.
16474
16475         * message.el (message-courtesy-message): Ditto.
16476         (message-archive-note): Ditto.
16477         (message-subscribed-address-file): Ditto.
16478         (message-user-fqdn): Ditto.
16479
16480         * spam-report.el (spam-report-gmane-regex): Ditto.
16481
16482         * spam.el (spam-blackhole-good-server-regex): Ditto.
16483
16484 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16485
16486         * mml.el (mml-preview): Widen the message buffer before copying
16487         the contents to the preview buffer; sort headers before previewing.
16488
16489         * message.el (message-hidden-headers): Fix the way to avoid a bug
16490         in the `repeat' widget in Emacs 21.3 or earlier.
16491
16492 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16493
16494         * message.el (message-hidden-headers): Default to "^References:".
16495         Improve customization type.  Suggested by Reiner Steib
16496         <Reiner.Steib@gmx.de>.
16497
16498 2004-11-25  Romain Francoise  <romain@orebokech.com>
16499
16500         * message.el (message-strip-forbidden-properties): Remove check for
16501         obsolete `message-hidden' text property, hidden headers are not
16502         accessible in the buffer anymore.
16503
16504 2004-11-22  Romain Francoise  <romain@orebokech.com>
16505
16506         * message.el (message-header-format-alist): Add `From' in list
16507         so that it can be sorted.
16508         (message-fix-before-sending): Widen and sort headers before
16509         sending.
16510         (message-hide-headers): Use narrowing to hide headers by moving
16511         them to the top of the buffer and narrowing to the region
16512         underneath.
16513
16514 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16515
16516         * message.el (message-strip-forbidden-properties):
16517         Bind buffer-read-only (etc) to nil.
16518
16519 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16520
16521         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16522         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16523
16524 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16525
16526         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16527
16528 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16529
16530         * dns.el (query-dns): Use sit-for to time instead of
16531         accept-process-output, since that doesn't seem to work on udp
16532         sockets.
16533
16534 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16535
16536         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16537
16538 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16539
16540         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16541         doc string.  Improve doc string.
16542
16543 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16544
16545         * nntp.el (nntp-request-update-info): Return nil if
16546         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16547         may not call gnus-activate-group which uselessly issues the GROUP
16548         commands for all nntp groups and wastes time.  Reported by Romain
16549         Francoise <romain@orebokech.com>.
16550
16551         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16552
16553 2004-11-15  Simon Josefsson  <jas@extundo.com>
16554
16555         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16556         headers separately.
16557         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16558         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16559
16560 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16561
16562         * gnus-start.el (gnus-convert-old-newsrc):
16563         Assign legacy-gnus-agent to 5.10.7.
16564
16565 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16566
16567         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16568         start of the lines.
16569
16570 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16571
16572         * hashcash.el (hashcash-default-payment): Change default to 20.
16573         (hashcash-default-accept-payment): Change default to 20.
16574         (hashcash-process-alist): New variable.
16575         (hashcash-generate-payment-async): Add.
16576         (hashcash-already-paid-p): Add.
16577         (hashcash-insert-payment): Don't generate payments twice.
16578         (hashcash-insert-payment-async): Add.
16579         (hashcash-insert-payment-async-2): Add.
16580         (hashcash-cancel-async): Add.
16581         (hashcash-wait-async): Add.
16582         (hashcash-processes-running-p): Add.
16583         (hashcash-wait-or-cancel): Add.
16584         (mail-add-payment): New optional argument.  Conditionally start
16585         asynchronous calculation.
16586         (mail-add-payment-async): Add.
16587
16588         * message.el (message-send-mail): Wait for asynchronous hashcash
16589         results.  Don't clobber existing X-Hashcash headers.
16590         (message-setup-1): Call mail-add-payment-async when
16591         message-generate-hashcash is non-nil.
16592
16593 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16594
16595         * message.el (message-use-alternative-email-as-from): Examine the
16596         From header as well; use message-make-from in order to include a
16597         user's full name.
16598
16599 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16600
16601         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16602         default; improve customization type.
16603         (gnus-emphasis-custom-with-format): New macro.
16604         (gnus-emphasis-custom-value-to-external): New function.
16605         (gnus-emphasis-custom-value-to-internal): New function.
16606
16607 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16608
16609         * dns.el (query-dns): Resolve reverse addresses.
16610
16611 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16612
16613         * gnus-group.el (gnus-group-get-new-news): Use it.
16614
16615         * gnus-start.el (gnus-check-reasonable-setup): New function.
16616
16617 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16618
16619         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16620         "Args out of range" error.  Reported by Arnaud Giersch
16621         <arnaud.giersch@free.fr>.
16622
16623 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16624
16625         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16626
16627 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16628
16629         * spam.el (spam group): Add :version.
16630
16631         * pgg-def.el (pgg group): Add :version.
16632
16633 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16634
16635         * gnus-art.el (gnus-article-edit-article): Don't associate the
16636         article buffer with a draft file.  This is a temporary measure
16637         against the 2004-08-22 change to gnus-article-edit-mode.
16638
16639 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16640
16641         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16642         (html2text-format-tags): Remove unused variable `attr'.
16643
16644 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16645
16646         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16647
16648         * tls.el (tls-process-connection-type, tls-success)
16649         (tls-certtool-program): Add :version.
16650
16651         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16652         (starttls-extra-arguments, starttls-process-connection-type)
16653         (starttls-connect, starttls-failure, starttls-success): Add :version.
16654
16655         * spam-stat.el (spam-stat): Add :version.
16656
16657         * sieve.el (sieve): Add :version.
16658
16659         * sha1.el (sha1): Add :version.
16660         (sha1-use-external): Remove redundant version.
16661
16662         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16663         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16664         (nnmail-split-fancy-match-partial-words)
16665         (nnmail-split-lowercase-expanded): Add :version.
16666
16667         * nndiary.el (nndiary): Add :version.
16668
16669         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16670
16671         * mml-sec.el (mml-default-sign-method)
16672         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16673         Add :version.
16674
16675         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16676
16677         * mm-url.el (mm-url-use-external, mm-url-program)
16678         (mm-url-arguments): Add :version.
16679
16680         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16681         (mm-attachment-file-modes, mm-decrypt-option)
16682         (mm-w3m-safe-url-regexp): Add :version.
16683
16684         * message.el (message-cite-prefix-regexp)
16685         (message-sendmail-envelope-from, message-minibuffer-local-map)
16686         (message-user-fqdn, message-completion-alist): Add :version.
16687
16688         * gnus-win.el (gnus-configure-windows-hook)
16689         (gnus-use-frames-on-any-display): Add :version.
16690
16691         * gnus-art.el (gnus-article-address-banner-alist)
16692         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16693         (gnus-treat-from-picon, gnus-treat-mail-picon)
16694         (gnus-treat-x-pgp-sig): Add :version.
16695
16696         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16697         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16698         (gnus-summary-article-delete-hook)
16699         (gnus-summary-display-while-building): Add :version.
16700
16701         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16702         (gnus-get-top-new-news-hook): Add :version.
16703
16704         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16705         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16706
16707         * gnus-registry.el (gnus-registry): Add :version.
16708
16709         * gnus-spec.el (gnus-use-correct-string-widths)
16710         (gnus-make-format-preserve-properties): Add :version.
16711
16712         * gnus.el (gnus-group-charter-alist)
16713         (gnus-group-fetch-control-use-browse-url)
16714         (gnus-install-group-spam-parameters): Add :version.
16715
16716         * gnus-diary.el (gnus-diary): Add :version.
16717
16718         * gnus-delay.el (gnus-delay): Add :version.
16719
16720         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16721         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16722         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16723         Add :version.
16724
16725         * gnus-agent.el (gnus-agent-max-fetch-size)
16726         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16727         (gnus-agent-prompt-send-queue): Add :version.
16728
16729         * deuglify.el (gnus-outlook-deuglify): Add :version.
16730
16731         * html2text.el: Beautify code.  Improve doc strings.
16732         Some checkdoc cleanup.
16733         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16734
16735 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16736
16737         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16738
16739 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16740
16741         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16742         when package is loaded.
16743
16744         * spam.el (spam-summary-score-preferred-header): Add global preference
16745         for people who want to override the default SpamAssassin over
16746         Bogofilter preference (when both are set).
16747         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16748         (spam-user-format-function-S):
16749         Check spam-summary-score-preferred-header.
16750         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16751         (spam-user-format-function-S): Format the score correctly.
16752
16753 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16754
16755         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16756         signature file.  Suggested by Manoj Srivastava
16757         <srivasta@golden-gryphon.com>.
16758
16759         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16760         iso-2022-jp even in the Japanese language environment.
16761         Suggested by Jason Rumney <jasonr@gnu.org>.
16762
16763 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16764
16765         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16766         use the same characters as the dummy marks; make it free from
16767         getting affected by the language environment.
16768         (gnus-summary-read-group-1): Update mark positions only when the
16769         format spec is updated.
16770
16771         * gnus-spec.el (gnus-update-format-specifications): Return a list
16772         of updated types.
16773
16774 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16775
16776         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16777         of boundp to check if display-warning is available.
16778
16779 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16780
16781         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16782
16783 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16784
16785         * nnspool.el (nnspool-spool-directory): Use news-path if the
16786         news-directory variable is not bound.
16787
16788         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16789         function instead of display-warning if it is not available.
16790
16791 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16792
16793         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16794         v5-10: Use `point-at-bol'.
16795
16796 2004-10-26  Simon Josefsson  <jas@extundo.com>
16797
16798         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16799         <chenggao@gmail.com>.
16800
16801 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16802
16803         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16804         instead.
16805
16806 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16807
16808         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16809         to remove a server from the nnimap-server-buffer-alist.
16810         (nnimap-open-connection, nnimap-close-server): Use it.
16811
16812         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16813
16814 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16815
16816         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16817         running the major-mode function.
16818
16819 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16820
16821         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16822         dummy marks in the right way.
16823
16824 2004-10-18  David Edmondson  <dme@dme.org>
16825
16826         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16827         excessively.
16828
16829 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16830
16831         * gnus-util.el (gnus-split-references): Accept a nil references
16832         string and go on blissfully.
16833
16834         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16835         cases where the references string is non-nil but has no references.
16836
16837         * encrypt.el: Add autoload tags.
16838
16839         * spam.el (spam-resolve-registrations-routine): Remove article
16840         from unregistration list too.  Reported by David Hanak
16841         <dhanak@isis.vanderbilt.edu>
16842
16843 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16844
16845         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16846         nil.  Change custom type.
16847
16848 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16849
16850         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16851
16852         * gnus-sum.el (gnus-summary-move-article): Use it.
16853
16854 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16855
16856         * encrypt.el: Add autoload cookies.
16857
16858         * spam.el (spam-backend-article-list-property)
16859         (spam-backend-get-article-todo-list)
16860         (spam-backend-put-article-todo-list)
16861         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16862         Resolve registrations separately.
16863         (spam-register-routine): Format comments.
16864         (spam-unregister-routine, spam-register-routine): Always call with
16865         specific-articles, no default list.
16866         (spam-summary-prepare-exit): Use the spam-classifications function.
16867
16868         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16869         gnus-encrypt.el.
16870
16871         * encrypt.el: Copied from gnus-encrypt.el.
16872
16873         * gnus-encrypt.el: Commented that it's obsolete.
16874
16875 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16876
16877         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16878         (gnus-score-save): Use it.
16879
16880         * message.el (message-bury): Use `window-dedicated-p'.
16881
16882 2004-10-15  Simon Josefsson  <jas@extundo.com>
16883
16884         * pop3.el (top-level): Don't require nnheader.
16885         (pop3-read-timeout): Add.
16886         (pop3-accept-process-output): Add.
16887         (pop3-read-response, pop3-retr): Use it.
16888
16889 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16890
16891         * spam.el (spam-register-routine): Move comment.
16892         (spam-verify-bogofilter): Use 'unknown for the initial
16893         spam-bogofilter-valid state, not 'never.
16894
16895         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16896         for netrc-machine.
16897
16898         * nnimap.el (nnimap-open-connection):
16899         Use netrc-machine-user-or-password.
16900
16901 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16902
16903         * gnus-registry.el (gnus-registry-unload-hook):
16904         Set as a variable with add-hook.
16905
16906         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16907         of news-path.
16908
16909         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16910
16911         * spam.el: Delete duplicate `provide'.
16912         (spam-unload-hook): Set as a variable with add-hook.
16913
16914 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16915
16916         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16917         in the doc string.
16918
16919         * message.el (message-ignored-news-headers)
16920         (message-ignored-supersedes-headers)
16921         (message-ignored-resent-headers)
16922         (message-forward-ignored-headers): Improve custom type.
16923
16924 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16925
16926         * message.el (message-tokenize-header): Fix 2004-09-06 change
16927         which used point-min in the wrong place.
16928
16929 2004-10-12  Simon Josefsson  <jas@extundo.com>
16930
16931         * tls.el (tls-certtool-program): New variable.
16932         (tls-certificate-information): New function, based on
16933         ssl-certificate-information.
16934
16935 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16936
16937         * compface.el: Move the version of ELisp-based uncompface program
16938         to the contrib directory because of the copyright problem.
16939
16940 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16941
16942         * message.el (message-kill-buffer): Raise the current frame.
16943
16944 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16945
16946         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16947
16948         * gnus.el (message-y-or-n-p): Autoload.
16949
16950         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16951         (pop3-password-required, pop3-authentication-scheme)
16952         (pop3-leave-mail-on-server): Make customizable.
16953         (pop3): New custom group.
16954         (pop3-retr): Remove `sleep-for' statements.
16955         Suggested by Dave Love <fx@gnu.org>.
16956
16957         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16958         Windows/DOS.
16959
16960         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16961         (imap-parse-body): Fix incorrect use of `assert'.
16962         Suggested by Dave Love <fx@gnu.org>.
16963
16964         * mml.el (mml-minibuffer-read-disposition): Require match.
16965         Suggested by Dave Love <fx@gnu.org>.
16966
16967 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16968
16969         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16970         doc string.
16971
16972 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16973
16974         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16975
16976 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16977
16978         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16979         instead of calling `mm-insert-inline', to decode text/* parts
16980         before displaying them.
16981
16982 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16983
16984         * mm-uu.el (mm-uu-text-plain-type): New variable.
16985         (mm-uu-pgp-signed-extract-1): Use it.
16986         (mm-uu-pgp-encrypted-extract-1): Use it.
16987         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16988         bind mm-uu-text-plain-type with that value.
16989         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16990         mm-uu-dissect.
16991
16992 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16993
16994         * gnus-group.el (gnus-update-group-mark-positions):
16995         * gnus-sum.el (gnus-update-summary-mark-positions):
16996         * message.el (message-check-news-body-syntax):
16997         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16998         of string-as-multibyte.
16999
17000 2004-10-05  Juri Linkov  <juri@jurta.org>
17001
17002         * gnus-group.el (gnus-update-group-mark-positions):
17003         * gnus-sum.el (gnus-update-summary-mark-positions):
17004         * message.el (message-check-news-body-syntax):
17005         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17006         8-bit unibyte values to a multibyte string for search functions.
17007
17008 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17009
17010         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17011         (mm-uu-dissect-text-parts): New function.
17012
17013         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17014         dissect text parts.
17015
17016         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17017         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17018
17019         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17020
17021         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17022         Use gnus-current-topics instead of gnus-current-topic.
17023
17024 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17025
17026         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17027
17028 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17029
17030         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17031         where approriate.
17032
17033         * nnml.el (nnml-generate-active-info): do.
17034
17035         * nndiary.el (nndiary-generate-active-info): do.
17036
17037         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17038         (gnus-topic-move): do.
17039
17040         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17041         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17042
17043         * gnus-srvr.el (gnus-server-prepare)
17044         (gnus-server-open-all-servers): do.
17045
17046         * gnus-msg.el (gnus-summary-cancel-article)
17047         (gnus-summary-resend-message)
17048         (gnus-summary-mail-crosspost-complaint): do.
17049
17050         * gnus-move.el (gnus-change-server): do.
17051
17052         * gnus-group.el (gnus-group-unmark-all-groups)
17053         (gnus-group-set-current-level): do.
17054
17055 2004-10-04  Simon Josefsson  <jas@extundo.com>
17056
17057         * message.el (message-generate-hashcash): Doc fix.
17058
17059 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17060
17061         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17062         avoid infinite recursion via gnus-get-function.
17063
17064 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17065
17066         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17067
17068         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17069
17070         * nnmail.el (nnmail-split-history): do.
17071
17072         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17073         (nnml-request-delete-group): do.
17074
17075         * nnslashdot.el (nnslashdot-read-groups): do.
17076
17077         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17078         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17079
17080         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17081         (nnspool-sift-nov-with-sed): Use last.
17082         (nnspool-retrieve-headers-with-nov): Use mapc.
17083         (nnspool-request-newgroups): Use dolist.
17084         (nnspool-request-group): Use last.
17085
17086         * nntp.el (nntp-read-server-type): Use dolist.
17087
17088         * nnvirtual.el (nnvirtual-create-mapping)
17089         (nnvirtual-update-read-and-marked): Use dolist.
17090         (nnvirtual-convert-headers): Simplify.
17091
17092 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17093
17094         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17095         Add support for sync'ing tick marks.
17096
17097 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17098
17099         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17100         there's no visible header.
17101
17102 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17103
17104         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17105         When necessary, pass full group name to gnus-request-set-marks.
17106
17107 2004-10-01  Simon Josefsson  <jas@extundo.com>
17108
17109         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17110         acroread.
17111
17112 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17113
17114         * spam-report.el (spam-report-gmane): Fix interactive.
17115
17116         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17117
17118         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17119         when writing file.
17120         (gnus-agent-synchronize-flags): Don't default to being
17121         interactive.
17122
17123 2004-09-30  Simon Josefsson  <jas@extundo.com>
17124
17125         * message.el (message-generate-hashcash): Add.
17126         (message-send-mail): Use it, call mail-add-payment.
17127
17128 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17129
17130         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17131
17132 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17133
17134         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17135         gnus-requst-update-info with explicit code to sync the in-memory
17136         info read flags with the marks being sync'd to the backend.
17137
17138         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17139
17140 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17141
17142         * spam.el (spam-verify-bogofilter): Add new function.
17143         (spam-check-bogofilter)
17144         (spam-bogofilter-register-with-bogofilter): Use it.
17145         (spam-verify-bogofilter): Add small fixes.
17146
17147 2004-09-28  Simon Josefsson  <jas@extundo.com>
17148
17149         * hashcash.el (hashcash-generate-payment): Revert.
17150
17151 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17152
17153         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17154         Use gnus-extract-references instead of gnus-split-references.
17155
17156         * gnus-util.el (gnus-extract-references): Add new function, analogous
17157         to gnus-split-references but extracts only the message-ID without
17158         anything extra.
17159
17160         * hashcash.el (hashcash-generate-payment)
17161         (hashcash-check-payment): Do the right thing if hashcash-path is
17162         nil (because the hashcash program could not be found).
17163
17164         * spam.el (spam-use-hashcash): Remove comment.
17165
17166 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17167
17168         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17169         (gnus-cache-enter-article, gnus-cache-remove-article)
17170         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17171
17172         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17173
17174         * gnus-art.el (article-hide-boring-headers)
17175         (article-translate-strings, article-display-face)
17176         (gnus-article-mime-match-handle-first)
17177         (gnus-article-highlight-headers)
17178         (gnus-article-add-buttons-to-head): do.
17179
17180 2004-09-27  Simon Josefsson  <jas@extundo.com>
17181
17182         * hashcash.el: New version, from
17183         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17184         ../contrib/.
17185
17186 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17187
17188         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17189
17190 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17191
17192         * gnus-dup.el (gnus-dup-open): Use mapc.
17193         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17194
17195         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17196         Reported by Stefan Wiens <s.wi@gmx.net>.
17197
17198         * gnus.el (gnus-shutdown): Use dolist.
17199
17200         * gnus-undo.el (gnus-undo): Use mapc.
17201
17202         * nnrss.el (nnrss-generate-active): do.
17203
17204         * message.el (message-cite-original-without-signature)
17205         (message-cite-original): Use mapc.
17206         (message-do-actions, message-make-forward-subject): Use dolist.
17207
17208 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17209
17210         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17211         deletion to remove entire duplicate line.  Fixes merged article
17212         number bug.
17213
17214 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17215
17216         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17217         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17218         first ask if you want to open a server and then, even when you
17219         responded with no, asking if you want to synchronize the server's
17220         flags.
17221         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17222         multi-line expressions.
17223         (gnus-agent-synchronize-group-flags): New internal function.
17224         Updates marks in memory (in the info structure) AND in the
17225         backend.
17226
17227         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17228
17229         * nnagent.el (nnagent-request-set-mark):
17230         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17231         method, to ensure that synchronization updates marks in the
17232         backend and in the info (in memory) structure.
17233
17234 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17235
17236         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17237         convention fully; don't miss the root article of a thread; make
17238         the X-Draft-From header with correct article numbers.
17239
17240 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17241
17242         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17243         unless plugged.  Disable the agent so that an open failure causes
17244         an error.
17245
17246         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17247         Revert 2004-09-21 change.  The backend must be opened while
17248         synchronizing flags even when the backend stores the flags
17249         locally.
17250
17251 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17252
17253         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17254         in `header' match.  Reported by Svend Tollak Munkejord.
17255
17256         * message.el (message-cite-original): Fix use of
17257         `message-cite-articles-with-x-no-archive'.
17258
17259 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17260
17261         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17262         (gnus-window-to-buffer): Ditto.
17263
17264         * mml.el (mml-preview-buffer): New variable.
17265         (mml-preview): Manage window layout with gnus-buffer-configuration.
17266
17267         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17268         X-Draft-From header even if those articles aren't quoted.
17269
17270 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17271
17272         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17273         (gnus-request-set-mark, gnus-request-update-mark): Use new
17274         g-s-t-u-l-m to decide to use backend even when unplugged.
17275
17276 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17277
17278         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17279         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17280
17281 2004-09-20  Simon Josefsson  <jas@extundo.com>
17282
17283         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17284         "utf-16-le".
17285
17286 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17287
17288         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17289
17290 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17291
17292         * uudecode.el (uudecode-use-external): Add :version.
17293
17294         * smime.el (smime-CA-file, smime-encrypt-cipher)
17295         (smime-dns-server): Add :version.
17296
17297         * smiley.el (gnus-smiley-file-types): Add :version.
17298
17299         * sha1.el (sha1-use-external): Add :version.
17300
17301         * pgg-def.el (pgg-query-keyserver): Add :version.
17302
17303         * nnmail.el (nnmail-fancy-expiry-targets)
17304         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17305         Add :version.
17306
17307         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17308         (nnimap-retrieve-groups-asynchronous): Add :version.
17309         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17310
17311         * mml.el (mml-content-disposition-parameters)
17312         (mml-insert-mime-headers-always): Add :version.
17313
17314         * mm-util.el (mm-coding-system-priorities): Add :version.
17315
17316         * mm-decode.el (mm-inline-text-html-with-images)
17317         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17318         (mm-verify-option): Add :version.
17319         (mm-text-html-renderer): Change :version.
17320
17321         * message.el (message-fcc-externalize-attachments)
17322         (message-required-headers, message-draft-headers)
17323         (message-subject-trailing-was-query)
17324         (message-subject-trailing-was-ask-regexp)
17325         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17326         (message-mark-insert-end, message-archive-header)
17327         (message-archive-note, message-cross-post-default)
17328         (message-cross-post-note, message-followup-to-note)
17329         (message-cross-post-note-function, message-use-mail-followup-to)
17330         (message-subscribed-address-functions)
17331         (message-subscribed-address-file, message-subscribed-addresses)
17332         (message-subscribed-regexps, message-allow-no-recipients)
17333         (message-yank-cited-prefix, message-signature-insert-empty-line)
17334         (message-hidden-headers, message-hierarchical-addresses)
17335         (message-mail-user-agent, message-use-idna)
17336         (message-valid-fqdn-regexp)
17337         (message-strip-special-text-properties, message-header-synonyms)
17338         (message-beginning-of-line, message-tab-body-function): Add :version.
17339         (message-insert-canlock, message-wide-reply-confirm-recipients):
17340         Change :version.
17341
17342         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17343         and :version.
17344         (mail-source-delete-old-incoming-confirm)
17345         (mail-source-movemail-program): Add :version.
17346
17347         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17348         (gnus-agent-cache, gnus-agent): Change :version.
17349
17350         * gnus-util.el (gnus-use-byte-compile): Change :version.
17351
17352         * gnus-sum.el (gnus-summary-make-false-root-always)
17353         (gnus-summary-default-high-score)
17354         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17355         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17356         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17357         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17358         (gnus-sum-thread-tree-single-indent)
17359         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17360         (gnus-sum-thread-tree-leaf-with-other)
17361         (gnus-sum-thread-tree-single-leaf): Add :version.
17362         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17363         (gnus-article-loose-mime): Change :version.
17364
17365         * gnus-start.el (gnus-backup-startup-file)
17366         (gnus-save-startup-file-via-temp-buffer): Add :version.
17367
17368         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17369         (gnus-server-offline-face): Add :version.
17370
17371         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17372
17373         * gnus-msg.el (gnus-gcc-externalize-attachments)
17374         (gnus-debug-files, gnus-debug-exclude-variables)
17375         (gnus-discouraged-post-methods): Change :version.
17376         (gnus-confirm-mail-reply-to-news)
17377         (gnus-confirm-treat-mail-like-news): Add :version.
17378
17379         * gnus-int.el (gnus-server-unopen-status): Add :version.
17380
17381         * gnus-group.el (gnus-group-jump-to-group-prompt)
17382         (gnus-large-ephemeral-newsgroup)
17383         (gnus-fetch-old-ephemeral-headers): Add :version.
17384
17385         * gnus-fun.el (gnus-x-face-directory)
17386         (gnus-convert-pbm-to-x-face-command)
17387         (gnus-convert-image-to-x-face-command)
17388         (gnus-convert-image-to-face-command): Add :version.
17389
17390         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17391
17392         * gnus-cite.el (gnus-cite-blank-line-after-header)
17393         (gnus-article-boring-faces): Add :version.
17394
17395         * gnus-art.el (gnus-buttonized-mime-types)
17396         (gnus-inhibit-mime-unbuttonizing)
17397         (gnus-treat-display-face)
17398         (gnus-treat-body-boundary): Change :version.
17399         (gnus-body-boundary-delimiter, gnus-picon-databases)
17400         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17401         (gnus-treat-date-english, gnus-treat-fold-headers)
17402         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17403         (gnus-treat-mail-picon, gnus-treat-wash-html)
17404         (gnus-article-encrypt-protocol)
17405         (gnus-use-idna, gnus-article-over-scroll)
17406         (gnus-mime-display-multipart-alternative-as-mixed)
17407         (gnus-mime-display-multipart-related-as-mixed)
17408         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17409         (gnus-ctan-url, gnus-button-ctan-handler)
17410         (gnus-button-handle-ctan-bogus-regexp)
17411         (gnus-button-ctan-directory-regexp)
17412         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17413         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17414         (gnus-button-man-level, gnus-button-emacs-level)
17415         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17416
17417         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17418         (gnus-agent-go-online): Change :version.
17419         (gnus-agent-expire-unagentized-dirs)
17420         (gnus-agent-auto-agentize-methods): Add :version.
17421
17422         * flow-fill.el (fill-flowed-display-column)
17423         (fill-flowed-encode-column): Add :version.
17424
17425         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17426         (gnus-outlook-deuglify-unwrap-max)
17427         (gnus-outlook-deuglify-cite-marks)
17428         (gnus-outlook-deuglify-unwrap-stop-chars)
17429         (gnus-outlook-deuglify-no-wrap-chars)
17430         (gnus-outlook-deuglify-attrib-cut-regexp)
17431         (gnus-outlook-deuglify-attrib-verb-regexp)
17432         (gnus-outlook-deuglify-attrib-end-regexp)
17433         (gnus-outlook-display-hook): Add :version.
17434
17435         * binhex.el (binhex-use-external): Add :version.
17436
17437 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17438
17439         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17440         and `invisible'.
17441
17442 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17443
17444         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17445         in gnus-registry-trim.
17446
17447 2004-09-13  Simon Josefsson  <jas@extundo.com>
17448
17449         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17450
17451         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17452
17453         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17454         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17455         <yamaoka@jpl.org>.
17456         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17457         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17458         <yamaoka@jpl.org>.
17459
17460         * sieve.el (sieve-manage-mode): Ditto.
17461
17462 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17463
17464         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17465
17466 2004-09-11  Simon Josefsson  <jas@extundo.com>
17467
17468         * dns-mode.el: Add.
17469
17470         * mm-view.el (mm-display-dns-inline): Add.
17471
17472         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17473         (mm-automatic-display): Ditto.
17474
17475         * mailcap.el (mailcap-mime-data): Add text/dns.
17476         (mailcap-mime-extensions): Map .soa to text/dns.
17477
17478 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17479
17480         * gnus-art.el (article-decode-mime-words, article-babel)
17481         (gnus-article-highlight-signature, gnus-article-add-buttons)
17482         (gnus-signature-toggle): Remove unnecessary bindings of
17483         `inhibit-read-only' inherited from v5.10 merge.
17484
17485 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17486
17487         * nntp.el (nntp): New customization group.
17488         (nntp-authinfo-file): Add customization group.
17489
17490         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17491
17492         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17493
17494         * gnus.el (to-address, to-list, subscribed)
17495         (large-newsgroup-initial): Ditto.
17496
17497         * flow-fill.el (fill-flowed-display-column)
17498         (fill-flowed-encode-column): Ditto.
17499
17500 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17501
17502         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17503         Use point-min rather than 1.
17504         (message-send-mail): Use buffer-size rather than point-max.
17505
17506         * gnus-sum.el (gnus-summary-search-article-forward):
17507         Signal a specific `search-failed' rather than a generic `error'.
17508
17509         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17510         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17511         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17512
17513 2004-09-10  Simon Josefsson  <jas@extundo.com>
17514
17515         * nndb.el (require): Remove tcp and duplicate cl.
17516
17517 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17518
17519         * gnus-agent.el (directory-files-and-attributes): Move forward.
17520
17521 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17522
17523         * gnus-agent.el (directory-files-and-attributes):
17524         Optionally defined to support XEmacs.
17525
17526 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17527
17528         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17529         to avoid run-time CL dependencies.
17530         (gnus-agent-unfetch-articles): New function.
17531         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17532         article numbers even when local .overview file is missing.
17533         (gnus-agent-read-article-number): New function.  Only accepts
17534         27-bit article numbers.
17535         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17536         Use gnus-agent-read-article-number.
17537         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17538         from backend while recognizing that article numbers in .overview
17539         must be valid.
17540         (gnus-agent-update-files-total-fetched-for):
17541         Use directory-files-and-attributes to improve performance.
17542         * gnus-int.el (gnus-request-move-article):
17543         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17544         improve performance.
17545
17546         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17547         some users confused by references to .newsrc when they only have a
17548         .newsrc.eld file.
17549         (gnus-convert-mark-converter-prompt)
17550         (gnus-convert-converter-needs-prompt): Fix use of property list.
17551         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17552         New function.  Used internally to only display 'gnus converting
17553         files' message when actually necessary.
17554
17555         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17556         methods now autoloaded.
17557
17558 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17559
17560         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17561         identifiers.
17562
17563 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17564
17565         * gnus-picon.el: Fix indentation and closing parenthesis.
17566
17567 2004-09-01  Simon Josefsson  <jas@extundo.com>
17568
17569         * message.el (message-canlock-generate): Require sha1, not
17570         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17571         to require within a function.  Sadly, if sha1.el isn't loaded, the
17572         let binding in m-c-g will hide the defcustom definition, which is
17573         bad.)
17574
17575         * canlock.el: Require sha1, not sha1-el.
17576
17577         * message.el: Don't autoload sha1 (there is a autoload cookie in
17578         sha1.el).
17579
17580         * sha1-el.el: Rename to sha1.el.
17581
17582 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17583
17584         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17585
17586 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17587
17588         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17589
17590 2004-08-30  Kim F. Storm  <storm@cua.dk>
17591
17592         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17593
17594         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17595         Add :group 'nnimap.
17596
17597 2004-08-30  Andreas Schwab  <schwab@suse.de>
17598
17599         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17600         ?* and ?\;.
17601
17602         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17603         and ?\' to symbol instead of whitespace.
17604
17605 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17606
17607         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17608
17609         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17610         instead of re-search-forward.
17611
17612         * gnus-uu.el (gnus-uu-save-article): Ditto.
17613         (gnus-uu-post-encode-uuencode): Ditto.
17614
17615         * html2text.el (html2text-clean-list-items): Ditto.
17616         (html2text-clean-dtdd): Ditto.
17617         (html2text-format-tags): Ditto.
17618
17619         * message.el (message-send-mail-with-sendmail): Fix regexp.
17620         (message-fill-field-general): Use search-forward instead of
17621         re-search-forward.
17622         (unbold-region): Ditto.
17623
17624         * nnrss.el (nnrss-request-article): Ditto.
17625
17626         * nnslashdot.el (nnslashdot-request-article): Ditto.
17627
17628         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17629
17630         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17631         "Unrecognized menu descriptor" error in XEmacs.
17632
17633 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17634
17635         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17636         parent article of a sparse article in the thread hashtb.
17637
17638 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17639
17640         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17641         (nnmail-expand-newtext): Lowercase expanded entries if
17642         nnmail-split-lowercase-expanded is non-nil.
17643
17644 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17645
17646         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17647
17648         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17649         of gnus-tmp-news-method into string under XEmacs.  It will be
17650         passed to gnus-correct-length which takes only a string argument.
17651
17652 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17653
17654         * gnus-util.el (gnus-bind-print-variables): New macro.
17655         (gnus-prin1): Use it.
17656         (gnus-prin1-to-string): Use it.
17657         (gnus-pp): New function.
17658         (gnus-pp-to-string): New function.
17659
17660         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17661         Replace pp-to-string with gnus-pp-to-string.
17662         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17663         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17664         * gnus-msg.el (gnus-debug): Ditto.
17665         * gnus-score.el (gnus-score-save): Ditto.
17666         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17667         gnus-pp-to-string.
17668         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17669         with gnus-pp.
17670         * score-mode.el (gnus-score-pretty-print): Ditto.
17671         * webmail.el (webmail-debug): Ditto.
17672
17673 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17674
17675         * gnus-art.el (article-display-face, article-display-x-face):
17676         Use buffer-read-only.
17677
17678 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17679
17680         * gnus-art.el (article-hide-list-identifiers):
17681         Bind inhibit-read-only as t.
17682
17683 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17684
17685         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17686
17687 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17688
17689         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17690         (gnus-narrow-to-page): Don't assume point-min == 1.
17691         (gnus-article-edit-mode): Derive from message-mode.
17692
17693         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17694         point-min == 1.
17695
17696         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17697         Disable incorrect use of `assert'.
17698
17699         * message.el (message-mode): Set comment-start-skip.
17700
17701
17702 2004-08-22  Sam Steingold  <sds@gnu.org>
17703
17704         * pop3.el (pop3-leave-mail-on-server): New user variable.
17705         (pop3-movemail): Delete mail only when it is nil.
17706
17707 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17708
17709         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17710
17711         * mml.el (mml-preview): Use `pop-to-buffer'.
17712
17713         * message.el (message-goto-mail-followup-to): Insert after "To".
17714         (message-carefully-insert-headers): Add comment.
17715
17716         * gnus.el: Remove unused variable `gnus-article-check-size'.
17717
17718         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17719
17720         * gnus-art.el (gnus-button-alist):
17721         Improve `gnus-button-handle-library' entry.
17722
17723 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17724
17725         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17726         Use downcase, since XEmacs capitalizes error messages differently.
17727
17728 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17729
17730         * nntp.el: Add (require 'gnus) due to reference to
17731         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17732
17733 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17734
17735         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17736         Bind `mm-fill-flowed'.
17737
17738         * mm-decode.el (mm-dissect-singlepart): Check it.
17739
17740 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17741
17742         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17743         'imap' for netrc parsing.
17744
17745 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17746
17747         * mailcap.el (mailcap-mime-data): Mark as risky.
17748
17749 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17750
17751         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17752         may be included in the encoded word.
17753         (rfc2047-encode): Don't append a space if the encoded word
17754         includes close parenthesis.
17755
17756 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17757
17758         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17759         of text within parentheses.
17760
17761 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17762
17763         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17764         (gnus-encrypt-write-file-contents): Make the password key the file
17765         name PLUS the cipher, not just the cipher.  Also remove failed
17766         passwords from the cache.
17767
17768 2004-08-06  Simon Josefsson  <jas@extundo.com>
17769
17770         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17771         Doc fix.
17772
17773 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17774
17775         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17776         LWSP.
17777
17778 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17779
17780         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17781         Try to append in-reply-to: data to the references: header.
17782
17783         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17784         (netrc-parse): Use gnus-encrypt.el functions.
17785
17786         * gnus-encrypt.el: Add new file for encryption support; currently
17787         does only a few GPG ciphers and an internal XOR cipher.
17788
17789         * password.el: Add comments on using password-read-and-add.
17790         (password-read-and-add): Add function to read and add the
17791         password to the cache at once.
17792
17793 2004-07-28  Simon Josefsson  <jas@extundo.com>
17794
17795         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17796         parameter (but don't use it, for now).
17797
17798         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17799         instead of hard coding to nil.
17800
17801 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17802
17803         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17804         as mm-inline-image-xemacs does.
17805
17806 2004-07-26  Simon Josefsson  <jas@extundo.com>
17807
17808         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17809         Revert part of 2004-07-17 change below.
17810
17811 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17812
17813         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17814         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17815
17816 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17817
17818         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17819         quotes that actually start with ">" at the beginning of the
17820         lines.
17821
17822 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17823
17824         * rfc2047.el (rfc2047-encode-region): Fix last change.
17825         (rfc2047-encode-parameter): Remove useless concat.
17826
17827 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17828
17829         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17830         encode special characters; fix some kind of misconfigured headers;
17831         signal a real error if debug-on-quit or debug-on-error is non-nil.
17832         (rfc2047-encode-max-chars): New variable.
17833         (rfc2047-encode-1): Use it.
17834         (rfc2047-encode-parameter): New function.
17835
17836         * mml.el (mml-insert-parameter): Remove an excessive space.
17837
17838 2004-07-17  Simon Josefsson  <jas@extundo.com>
17839
17840         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17841         Kai Grossjohann <kai@emptydomain.de>.
17842         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17843         (gnus-group-make-menu-bar): Ditto.
17844
17845         * gnus-util.el (gnus-group-server): Add.
17846
17847 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17848
17849         * message.el (message-clone-locals): Clone sendmail and smtp
17850         variables.
17851
17852 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17853
17854         * rfc2047.el (rfc2047-encode-region): Fix last change.
17855
17856 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17857
17858         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17859         characters as non-special.
17860
17861 2004-07-09  Simon Josefsson  <jas@extundo.com>
17862
17863         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17864         Users will lose all flag changes made while unplugged with
17865         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17866         good default.  See numerous reports on ding mailing list.
17867
17868 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17869
17870         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17871         add generate-head-function and generate-article-function to the
17872         rfc822-forward entry.
17873         (nndoc-rfc822-forward-generate-article): New function.
17874         (nndoc-rfc822-forward-generate-head): New function.
17875
17876         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17877
17878 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17879
17880         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17881         respect display group parameter and gnus-summary-expunge-below.
17882         (gnus-articles-to-read): Remove unused reference to display group
17883         parameter.
17884
17885 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17886
17887         * nnheader.el (nnheader-uniquify-message-id): New experimental
17888         variable.
17889         (nnheader-nov-read-message-id): Use it.
17890
17891         * spam-report.el (spam-report-gmane): Add interactive.
17892
17893 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17894
17895         * mm-encode.el (mm-content-transfer-encoding-defaults):
17896         Use qp-or-base64 for the application/* types.
17897
17898 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17899
17900         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17901
17902 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17903
17904         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17905         trim value.
17906
17907 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17908
17909         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17910         New macro and function.
17911         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17912
17913 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17914
17915         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17916         after-load-alist.
17917
17918 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17919
17920         * gnus-group.el (gnus-group-get-new-news-this-group):
17921         Don't update info that isn't there.
17922
17923 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17924
17925         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17926         entry.
17927
17928 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17929
17930         * mm-view.el (mm-inline-render-with-function): Use multibyte
17931         buffer; decode html source by charset.
17932
17933         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17934
17935         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17936         Mule-UCS is loaded under XEmacs.
17937         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17938
17939 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17940
17941         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17942
17943 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17944
17945         * mm-util.el (mm-coding-system-p): Return a coding-system.
17946         (mm-mime-mule-charset-alist): Use shift_jis instead of
17947         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17948         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17949         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17950         instead of japanese-shift-jis and iso-latin-1 respectively in
17951         order to share the default value with both Emacs and XEmacs-mule.
17952         (mm-mule-charset-to-mime-charset):
17953         Make mm-coding-system-priorities effective.
17954         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17955         while predicating of candidates upon the priorities.
17956
17957 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17958
17959         * gnus-sum.el (gnus-summary-make-menu-bar):
17960         Add gnus-uu-invert-processable.
17961
17962         * gnus.el: Autoload gnus-uu-invert-processable.
17963
17964 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17965
17966         * mm-util.el (mm-with-multibyte-buffer): New macro.
17967
17968         * rfc2047.el (rfc2047-encode-string): Use it.
17969         (rfc2047-encode-region): Move point to the end of the region after
17970         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17971
17972 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17973
17974         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17975         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17976
17977 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17978
17979         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17980         (gnus-cite-parse): Ignore quoted envelope From_.
17981         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17982
17983 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17984
17985         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17986         invalid addresses.
17987
17988 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17989
17990         * spam.el: Change section markers, revise TODO list.
17991         (spam-backends): Make new master list of all installed backends.
17992         (spam-summary-exit-behavior): Add new variable to determine how
17993         messages moves are done at summary exit.
17994         (spam-move-spam-nonspam-groups-only)
17995         (spam-process-ham-in-nonham-groups)
17996         (spam-process-ham-in-spam-groups): Remove variables, the
17997         spam-summary-exit-behavior variable should be used to manage this
17998         behavior.
17999         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18000         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18001         and spam-old-spam-articles.
18002         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18003         Add empty variables, placeholders for the backends they represent.
18004         (spam-set-difference): Move, unchanged.
18005         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18006         unless the user has a processor variable.
18007         (spam-classifications, spam-classification-valid-p)
18008         (spam-backend-properties, spam-backend-property-valid-p)
18009         (spam-backend-function-type-valid-p)
18010         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18011         (spam-report-articles-gmane, spam-report-articles-resend):
18012         Remove functions, they are not needed.
18013         (spam-install-backend-super, spam-backend-list)
18014         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18015         (spam-backend-function, spam-backend-ham-registration-function)
18016         (spam-backend-spam-registration-function)
18017         (spam-backend-ham-unregistration-function)
18018         (spam-backend-spam-unregistration-function)
18019         (spam-backend-statistical-p, spam-backend-mover-p)
18020         (spam-install-backend-alias, spam-install-checkonly-backend)
18021         (spam-install-mover-backend, spam-install-nocheck-backend)
18022         (spam-install-backend, spam-install-statistical-backend)
18023         (spam-install-statistical-checkonly-backend): Add backend installation
18024         support.
18025         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18026         (spam-group-processor-p): Use the new backend code and respect the
18027         summary exit behavior.
18028         (spam-mark-spam-as-expired-and-move-routine): Remove.
18029         (spam-summary-prepare): Change to use the new spam-old-articles
18030         variable.
18031         (spam-copy-or-move-routine, spam-copy-spam-routine)
18032         (spam-move-spam-routine, spam-copy-ham-routine)
18033         (spam-move-ham-routine): Add code to copy/move ham or spam.
18034         (spam-fetch-field-fast): Improve doc and code, plus allow the
18035         'number request.
18036         (spam-list-of-checks, spam-list-of-statistical-checks):
18037         Remove variables.
18038         (spam-split, spam-find-spam): Use the new backend code.
18039         (spam-registration-functions): Remove variable.
18040         (spam-unregister-routine): Add convenience wrapper.
18041         (spam-log-undo-registration, spam-register-routine)
18042         (spam-log-processing-to-registry)
18043         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18044         where possible.
18045         (spam-check-gmane-xref, spam-check-regex-headers)
18046         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18047         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18048         (spam-check-bogofilter-headers, spam-check-spamoracle)
18049         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18050         (spam-check-crm114-headers): Use the spam-split-group that
18051         spam-split prepares, no need to determine it every time.
18052
18053         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18054         to the nnheader-parse-naked-head call.
18055
18056         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18057
18058         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18059         the nnheader-nov-read-message-id call.
18060
18061 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18062
18063         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18064         gnus-activate-group twice.  Suggested by Markus Peter
18065         <warp@spin.de>.
18066
18067 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18068
18069         * gnus-art.el (gnus-article-time-format): Exchange the order of
18070         day and month in the default value; fix customization type.
18071         (article-date-ut): Use add-text-properties.
18072         (article-make-date-line): Use message-make-date instead of
18073         current-time-string.
18074
18075         * message.el (message-fetch-field): Don't use set-text-properties.
18076         (message-make-date): Simplify.
18077
18078         * messagexmas.el (message-xmas-make-date): New function.
18079         (message-xmas-redefine): Defalias message-make-date to it.
18080
18081 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18082
18083         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18084         (rfc2047-encode-region): Treat text within parentheses as special;
18085         show the original text when error has occurred.
18086
18087         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18088         already-computed method to gnus-activate-group.
18089
18090         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18091         same select-methods identical Lisp objects.
18092
18093         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18094         object when modifying the info.
18095
18096 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18097
18098         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18099         gnus-opened-servers since it has never been opened with the new
18100         configuration yet.
18101
18102 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18103
18104         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18105         arg to nnheader-generate-fake-message-id.
18106
18107 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18108
18109         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18110         number and build a fake message ID localized to a group and
18111         article number (so it's repeatable from that point on).
18112         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18113         ID format.
18114
18115         * gnus-sum.el (gnus-get-newsgroup-headers):
18116         Call nnheader-generate-fake-message-id with the article number.
18117
18118 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18119
18120         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18121         end-of-buffer.
18122
18123 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18124
18125         * message.el (message-ignored-supersedes-headers): Add Approved.
18126
18127 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18128
18129         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18130         goto-char.
18131         (rfc2047-encode): Fold the line before encoding.
18132
18133 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18134
18135         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18136         folding -- not all headers can be folded, and this should be done
18137         by the message composition mode.  Probably.  I think.
18138
18139 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18140
18141         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18142         fast.
18143
18144         * gnus-ems.el (gnus-remove-image): Don't use
18145         message-text-with-property; remove only the image found first.
18146
18147         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18148         found first.
18149
18150 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18151
18152         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18153
18154 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18155
18156         * message.el (message-text-with-property): Make it fast and accept
18157         optional arguments.
18158         (message-strip-forbidden-properties): Use it.
18159         (message-fix-before-sending): Follow the m-t-w-p change.
18160
18161         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18162
18163 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18164
18165         * gnus-art.el (article-hide-headers): Don't change the buffer
18166         mistakenly when performing mml-preview even if
18167         gnus-single-article-buffer is nil.
18168
18169 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18170
18171         * message.el (message-expand-name-databases): New user option.
18172         (message-expand-name): Use it.
18173
18174 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18175
18176         * spam.el (spam-report-articles-resend)
18177         (spam-report-resend-register-routine): Allow ham reporting.
18178         (spam-report-resend-register-ham-routine): Add wrapper.
18179         (spam-registration-functions): Add ham resending functions.
18180         (spam-list-of-processors): Add ham resend processor.
18181
18182         * gnus.el (ham-resend-to): Add new group parameter.
18183         (spam-process): Add ham resend option.
18184
18185         * spam-report.el (spam-report-resend): Allow reporting ham.
18186         (spam-report-resend-ham): Add wrapper.
18187
18188 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18189
18190         * message.el (message-cite-articles-with-x-no-archive):
18191         New variable.
18192         (message-cite-original): Use it.
18193
18194 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18195
18196         * message.el (message-cite-original): Respect X-No-Archive.
18197
18198 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18199
18200         * gnus-art.el (article-hide-headers): Refer to the values for
18201         gnus-ignored-headers and gnus-visible-headers in the summary
18202         buffer since a user may have set them as group parameters.
18203
18204 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18205
18206         * assistant.el (assistant-node-name): Add convenience function.
18207         (assistant-render-text, assistant-render-node): Add error handling,
18208         plus handle multiple next nodes.
18209         (assistant-find-next-node): Comment out for now.
18210         (assistant-find-next-nodes): Add function, returns list of next
18211         nodes.
18212
18213 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18214
18215         * mail-source.el (mail-source-directory): Fix doc-string.
18216
18217 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18218
18219         * assistant.el (assistant-render-text, assistant-eval): Add :set
18220         widget type, which is different because it takes and returns a
18221         list.  Much hilarity ensues.
18222
18223 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18224
18225         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18226
18227         * gnus-group.el (gnus-group-get-new-news-this-group):
18228         Add doc-string.
18229
18230         * gnus-start.el (gnus-activate-group): Add doc-string.
18231
18232 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18233
18234         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18235
18236 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18237
18238         * assistant.el (assistant-render-text): Try to add a :set
18239         widget, more to come.
18240
18241         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18242         strings.
18243         (spam-report-articles-resend)
18244         (spam-register-routine): Do registration iff any articles warrant
18245         it.
18246         (spam-summary-prepare-exit): Change log message for nil group
18247         destinations.
18248
18249 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18250
18251         * spam.el (spam-report-resend-register-routine):
18252         Allow spam-report-resend-to to be a group parameter or a global value.
18253
18254 2004-05-26  Simon Josefsson  <jas@extundo.com>
18255
18256         * starttls.el: Merge with my GNUTLS based starttls.el.
18257         (starttls-gnutls-program, starttls-use-gnutls)
18258         (starttls-extra-arguments, starttls-process-connection-type)
18259         (starttls-connect, starttls-failure, starttls-success):
18260         New variables.
18261         (starttls-program, starttls-extra-args): Doc fix.
18262         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18263         New functions.
18264         (starttls-negotiate, starttls-open-stream):
18265         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18266         function if it is set.
18267
18268 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18269
18270         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18271         structured fields.
18272
18273 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18274
18275         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18276
18277 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18278
18279         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18280         Add variable.
18281         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18282         assigning the spam-mark to new messages.
18283
18284 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18285
18286         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18287
18288 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18289
18290         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18291
18292         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18293         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18294         default.
18295
18296 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18297
18298         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18299         correct data.
18300
18301 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18302
18303         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18304         (spam-group-processor-p): Fix function.
18305         (spam-group-processor-multiple-p)
18306         (spam-group-spam-processor-report-gmane-p)
18307         (spam-group-spam-processor-report-resend-p)
18308         (spam-group-spam-processor-bogofilter-p)
18309         (spam-group-spam-processor-blacklist-p)
18310         (spam-group-spam-processor-ifile-p)
18311         (spam-group-ham-processor-ifile-p)
18312         (spam-group-spam-processor-spamoracle-p)
18313         (spam-group-spam-processor-crm114-p)
18314         (spam-group-ham-processor-bogofilter-p)
18315         (spam-group-spam-processor-stat-p)
18316         (spam-group-ham-processor-stat-p)
18317         (spam-group-ham-processor-whitelist-p)
18318         (spam-group-ham-processor-BBDB-p)
18319         (spam-group-ham-processor-spamoracle-p)
18320         (spam-group-ham-processor-copy-p): Remove functions with some
18321         prejudice against unneeded code.
18322         (spam-report-articles-resend)
18323         (spam-report-resend-register-routine): Allow the group/topic
18324         spam-resend-to value to override spam-report-resend-to.
18325         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18326         properly now.
18327
18328         * gnus.el (spam-resend-to): Add group/topic parameter.
18329         (spam-process): Move the OBSOLETE processors to the end of the
18330         choices.
18331
18332 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18333
18334         * spam-report.el (spam-report-resend-to, spam-report-resend):
18335         Start with resend-to set to nil, and then ask the user if necessary.
18336         (spam-report-resend): spam-report-resend takes a list of articles, not
18337         separate article numbers.
18338
18339 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18340
18341         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18342         addition to emacs-w3m.
18343
18344 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18345
18346         * assistant.el (assistant-authinfo-data): New function.
18347         (assistant-eval): Eval for entire assistant.
18348
18349         * netrc.el (netrc-services-file): New variable.
18350         (netrc-parse-services): New function.
18351         (netrc-find-service-name): New function.
18352         (netrc-find-service-number): New function.
18353         (netrc-port-equal): New function.
18354         (netrc-machine): Use it.
18355
18356         * nnimap.el (nnimap-open-connection): Use netrc.
18357
18358         * gnus-util.el (gnus-netrc-get): Remove aliases.
18359
18360         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18361
18362         * assistant.el (wid-edit): Fix compilation.
18363
18364         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18365
18366 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18367
18368         * gnus-util.el (gnus-set-file-modes): New function.  (small
18369         patch).
18370
18371 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18372
18373         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18374
18375         * assistant.el (assistant-render-node): Fix up rendering and
18376         read-only text.
18377         (assistant-render-node): Reset.
18378         (assistant-make-read-only): Not sticky.
18379
18380 2004-05-20  Danny Siu  <dsiu@adobe.com>
18381
18382         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18383         centered even when gnus-auto-center-summary is t.
18384
18385 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18386
18387         * dns.el (dns-get-txt-answer): New function.
18388         (dns-read-txt): Ditto.
18389         (query-dns): Use it.
18390
18391 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18392
18393         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18394         active for foreign groups even if the group level is higher than
18395         the specified value.
18396
18397 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18398
18399         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18400         non-active groups.
18401
18402         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18403
18404 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18405
18406         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18407
18408 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18409
18410         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18411         (spam-crm114-header, spam-crm114-spam-switch)
18412         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18413         (spam-crm114-positive-spam-header)
18414         (spam-crm114-database-directory, spam-list-of-processors)
18415         (spam-group-spam-processor-crm114-p)
18416         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18417         (spam-generic-score, spam-list-of-checks)
18418         (spam-list-of-statistical-checks, spam-registration-functions)
18419         (spam-check-crm114-headers, spam-crm114-score)
18420         (spam-check-crm114, spam-crm114-register-with-crm114)
18421         (spam-crm114-register-spam-routine)
18422         (spam-crm114-unregister-spam-routine)
18423         (spam-crm114-register-ham-routine)
18424         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18425         From asjo@koldfront.dk (Adam Sjøgren).
18426
18427         * gnus.el: Add spam-use-crm114.
18428
18429         * spam.el (spam-list-of-processors, spam-registration-functions):
18430         Add spam-use-resend.
18431         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18432         (spam-report-articles-gmane): Add doc fix.
18433         (spam-report-articles-resend, spam-report-resend-register-routine):
18434         Add wrappers around spam-report-resend-to.
18435
18436         * spam-report.el (spam-report-resend-to, spam-report-resend):
18437         Add support for resending spam.
18438         (spam-report-gmane): Fix line length >80.
18439
18440         * gnus.el (spam-process): Add spam-use-resend.
18441
18442 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18443
18444         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18445         number of processed spam messages.
18446         (spam-ham-copy-or-move-routine): Return the number of processed
18447         ham messages.
18448         (spam-summary-prepare-exit): Use the above values to decide
18449         whether status messages shouled be displayed.
18450
18451 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18452
18453         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18454         `rfc2047-encoding-function-alist' in order to avoid conflicting
18455         with the old version.
18456         (rfc2047-encode-region): Concatenate words containing non-ASCII
18457         characters in structured fields; don't encode space-delimited
18458         ASCII words even in unstructured fields; don't break words at
18459         char-category boundaries.
18460         (rfc2047-encode-1): New function.
18461         (rfc2047-encode): Use it; encode text so that it occupies the
18462         maximum width within 76-column; work correctly on Q encoding for
18463         iso-2022-* charsets.
18464         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18465         sure not to break a line just after the header name.
18466         (rfc2047-b-encode-region): Remove.
18467         (rfc2047-b-encode-string): New function.
18468         (rfc2047-q-encode-region): Remove.
18469         (rfc2047-q-encode-string): New function.
18470
18471         * mm-util.el (mm-replace-in-string): New function.
18472
18473 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18474
18475         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18476         Really get it right.
18477         (gnus-inews-make-draft): Really.
18478
18479 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18480
18481         * nnmh.el (nnmh-request-list-1): Don't check the link count
18482         before descending.  (small patch)
18483
18484 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18485
18486         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18487         stuff.
18488
18489         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18490         Match on real group name.
18491
18492         * gnus-art.el (gnus-signature-limit): Doc fix.
18493
18494         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18495
18496         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18497
18498 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18499
18500         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18501         isn't a string.
18502
18503 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18504
18505         * gnus-draft.el (gnus-draft-send):
18506         Bind rfc2047-encode-encoded-words.
18507
18508         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18509         (rfc2047-encodable-p): Say that =? needs encoding.
18510         (rfc2047-encode-encoded-words): New variable.
18511
18512         * gnus-group.el (gnus-group-select-group): Doc fix.
18513
18514         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18515
18516         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18517         to nil.
18518
18519         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18520
18521         * nnheader.el (nnheader-get-lines-and-char): New function.
18522
18523 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18524
18525         * gnus-msg.el (gnus-summary-followup-with-original):
18526         Document yanking of region when active.
18527
18528 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18529
18530         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18531         groups if the group level is higher than the specified value.
18532
18533 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18534
18535         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18536         (gnus-group-jump-to-group): Add prefix argument using
18537         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18538         non-active group.
18539
18540         * compface.el (uncompface): Be verbose when changing
18541         `uncompface-use-external'.
18542
18543         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18544         handle manual section.
18545
18546 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18547
18548         * gnus-art.el (gnus-button-alist): Revert previous change.
18549
18550 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18551
18552         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18553
18554 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18555
18556         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18557         whether backend can accept message.
18558
18559         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18560
18561 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18562
18563         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18564         Avoid creating directory when nntp-marks-is-evil is true.
18565         Reported by Reiner Steib.
18566
18567 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18568
18569         * gnus-picon.el (gnus-picon-style): New variable.
18570         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18571         (gnus-picon-transform-address): Support `gnus-picon-style'.
18572         From Jesper Harder <harder@ifa.au.dk>.
18573
18574 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18575
18576         * message.el (message-fill-field): Return point.
18577         (message-generate-headers): Go to end of field.
18578
18579         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18580         stuff for non-living groups.
18581
18582 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18583
18584         * gnus-art.el (gnus-article-followup-with-original)
18585         (gnus-article-reply-with-original): gnus-mark-active-p ->
18586         gnus-region-active-p.
18587
18588 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18589
18590         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18591         only when there is spam or ham to be processed.
18592
18593 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18594
18595         * mail-source.el (mail-source-delete-crash-box): Refactor.
18596         (mail-source-fetch): Use it.
18597         (mail-source-fetch-file): Ditto.
18598         (mail-source-fetch-directory): Run postscript in loop.
18599         (mail-source-fetch-pop): Delete.
18600         (mail-source-fetch-maildir): Ditto.
18601         (mail-source-fetch-imap): Ditto.
18602
18603         * imap.el (imap-authenticators): Comment out sasl.
18604
18605         * message.el (message-skip-to-next-address): New function.
18606         (message-fill-header-address): Refactor.
18607         (message-fill-address): Use it.
18608         (message-delete-address): Use it.
18609         (message-fill-header-general): Refactor.
18610         (message-fill-field-address): Rename.
18611         (message-narrow-to-field): Find the start of the header.
18612         (message-header-format-alist): Don't pre-fill.
18613         (message-fill-header): Remove.
18614         (message-insert-header): New function.
18615         (message-shorten-references): Use it.
18616
18617         * rfc2047.el (rfc2047-field-value): Strip props.
18618
18619         * mail-parse.el (mail-header-make-address): New alias.
18620
18621         * ietf-drums.el (ietf-drums-make-address): New function.
18622
18623         * imap.el: Add compiler directives.
18624
18625         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18626
18627         * gnus-art.el (article-decode-idna-rhs): Don't use
18628         message-idna-inside-rhs-p.
18629
18630 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18631
18632         * message.el (message-idna-inside-rhs-p): Remove.
18633         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18634
18635         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18636         false positives.
18637
18638 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18639
18640         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18641
18642 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18643
18644         * nneething.el (nneething-file-name): Don't create spurious
18645         files.
18646
18647         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18648         (gnus-inews-do-gcc): Remove sleep.
18649
18650         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18651         part under point.
18652
18653         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18654         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18655
18656 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18657
18658         * spam.el (spam-summary-prepare-exit): Fix (length).
18659
18660 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18661
18662         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18663         as expired without moving it" message when there are spam
18664         messages left.
18665
18666 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18667
18668         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18669         header is not nil.
18670
18671 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18672
18673         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18674         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18675         (nntp-marks-changed-p): New arg SERVER.
18676         (nntp-request-update-info): Adjust caller.
18677
18678 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18679
18680         * nntp.el (nntp-save-marks): Pass missing arg.
18681
18682 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18683
18684         * nntp.el: Support marks.
18685         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18686         (nntp-marks-modtime, nntp-marks-directory): New variables.
18687         (nntp-request-set-mark, nntp-request-update-info)
18688         (nntp-possibly-create-directory, nntp-marks-changed-p)
18689         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18690         New functions.
18691
18692 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18693
18694         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18695         (gnus-xmas-redefine): Rename.
18696
18697         * gnus-score.el (gnus-score-insert-help):
18698         Use gnus-select-lowest-window.
18699
18700         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18701         appt-select-lowest-window and rename to gnus-select-lowest-window.
18702
18703         * gnus.el: do.
18704
18705 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18706
18707         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18708         encodings of MIME-encoded words, in order to improve
18709         interoperability with several broken MUAs.
18710
18711 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18712
18713         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18714         tags, only when charsets are not specified in headers.
18715         (mm-inline-text-html-render-with-w3m): Ditto.
18716
18717         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18718         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18719
18720 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18721
18722         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18723         instead of MIME-decoded from fields when checking
18724         `gnus-article-address-banner-alist'.
18725
18726 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18727
18728         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18729         description rather than subject.
18730
18731 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18732
18733         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18734
18735 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18736
18737         * gnus.el (gnus-version-number): Bump.
18738
18739 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18740
18741         * gnus.el: No Gnus v0.2 is released.
18742
18743 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18744
18745         * gnus-agent.el (gnus-agent-read-agentview):
18746         Inline gnus-uncompress-range.
18747
18748 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18749
18750         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18751         `exec-installed-p'.
18752
18753 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18754
18755         * gnus.el (spam-process, spam-autodetect-methods):
18756         Add bsfilter and bsfilter-headers.
18757
18758         * spam.el (spam-bsfilter): New customize group.
18759         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18760         (spam-bsfilter-header, spam-bsfilter-probability-header)
18761         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18762         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18763         (spam-bsfilter-database-directory): New options.
18764         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18765         (spam-list-of-statistical-checks, spam-registration-functions):
18766         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18767         (spam-bsfilter-score): New command.
18768         (spam-check-bsfilter-headers, spam-check-bsfilter)
18769         (spam-bsfilter-register-with-bsfilter)
18770         (spam-bsfilter-register-spam-routine)
18771         (spam-bsfilter-unregister-spam-routine)
18772         (spam-bsfilter-register-ham-routine)
18773         (spam-bsfilter-unregister-ham-routine): New functions.
18774         (spam-generic-score): Support bsfilter; Accept an optional argument
18775         to recalcurate spam score even if scoring header has already been
18776         added.
18777         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18778         optional argument to recalcurate spam score even if scoring header
18779         has already been added.
18780
18781 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18782
18783         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18784         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18785         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18786         link is missing.
18787
18788 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18789
18790         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18791         (html2text-get-attr): Rewrite.
18792
18793         * message.el (message-setup-1): Remove redundant put-text-property
18794         on mail-header-separator.
18795
18796 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18797
18798         * gnus-registry.el (gnus-registry-cache-whitespace)
18799         (gnus-registry-action, gnus-registry-spool-action)
18800         (gnus-registry-split-fancy-with-parent): Change message levels
18801         from 5 to 3 or 7, as needed.
18802
18803         * spam.el (spam-summary-prepare-exit)
18804         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18805         (spam-split, spam-find-spam, spam-log-undo-registration)
18806         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18807         level from 5 to 6.
18808
18809 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18810
18811         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18812         2004-03-04 change).
18813
18814 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18815
18816         * sieve-manage.el (sieve-manage-open):
18817         * nnweb.el (nnweb-insert-html):
18818         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18819         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18820         * nnspool.el (nnspool-request-group):
18821         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18822         * nnml.el (nnml-request-update-info):
18823         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18824         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18825         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18826         (nnimap-request-set-mark):
18827         * nnfolder.el (nnfolder-request-update-info):
18828         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18829         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18830         * gnus-uu.el (gnus-uu-find-articles-matching):
18831         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18832         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18833         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18834         * gnus-nocem.el (gnus-nocem-scan-groups):
18835         * gnus-int.el (gnus-start-news-server):
18836         * gnus-group.el (gnus-group-make-kiboze-group)
18837         (gnus-group-browse-foreign-server):
18838         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18839         Use mapc when appropriate.
18840
18841 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18842
18843         FIXME: Make separate entries for each person.
18844
18845         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18846         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18847         <shields@msrl.com>:
18848
18849         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18850         may need for spam sorting and scoring.
18851         (spam-user-format-function-S): Add user format function suitable for
18852         general use.
18853         (spam-article-sort-by-spam-status): Add sorting function for summary
18854         sorting.
18855         (spam-extra-header-to-number): Add function to get a score from a
18856         header.
18857         (spam-summary-score): Add function to get a numeric score from the
18858         headers.
18859         (spam-generic-score): Fix function doc, was in wrong place.
18860         (spam-initialize): Take symbols when it's run, and install the
18861         extra headers that spam-necessary-extra-headers thinks we need.
18862
18863 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18864
18865         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18866         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18867
18868 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18869
18870         * gnus-sum.el (gnus-set-global-variables)
18871         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18872         (gnus-article-get-xrefs, gnus-summary-best-group)
18873         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18874         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18875         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18876         Use with-current-buffer.
18877
18878 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18879
18880         * spam.el (spam-summary-prepare-exit): Simplify logic.
18881         (spam-fetch-article-header): Read the article header if it's not
18882         available.
18883         (spam-list-articles): Simplify logic.
18884         (spam-filelist-register-routine): Fix bug with unregister-list.
18885
18886         * gnus-registry.el: Fix comments at beginning.
18887
18888 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18889
18890         * message.el (message-cater-to-broken-inn): Remove.
18891         (message-shorten-references): Make sure the total folded length of
18892         References is shorter than 998 characters to cater to a bug in INN
18893         2.3.  Also, don't pretend that references aren't folded -- this
18894         hasn't worked for a while.
18895
18896 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18897
18898         * gnus-agent.el (gnus-agentize):
18899         gnus-agent-send-mail-real-function no longer set to current value
18900         of message-send-mail-function but rather a lambda that calls
18901         message-send-mail-function.  The change makes the agent real-time
18902         responsive to user changes to message-send-mail-function.
18903
18904 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18905
18906         * legacy-gnus-agent.el
18907         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18908         help from Florian Weimer <fw@deneb.enyo.de>
18909
18910 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18911
18912         * nnmail.el (nnmail-cache-insert): Revert last change.
18913
18914 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18915
18916         * nnmail.el (nnmail-cache-insert): Always check whether
18917         nnmail-cache-ignore-groups matches a group name.
18918
18919 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18920
18921         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18922         (spam-find-spam, spam-log-processing-to-registry)
18923         (spam-log-registered-p, spam-log-unregistration-needed-p)
18924         (spam-log-undo-registration): Use gnus-message instead of
18925         gnus-error, none of these errors are fatal.
18926
18927         * gnus-registry.el (gnus-registry-clean-empty-function)
18928         (gnus-registry-clean-empty): Remove only empty entries without
18929         extra data.
18930
18931 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18932
18933         * spam-stat.el (spam-stat-buffer-change-to-spam)
18934         (spam-stat-buffer-change-to-non-spam): Change (error) to
18935         (gnus-message 8) invocation.
18936
18937 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18938
18939         * nntp.el (nntp-via-netcat-command): New variable.
18940         (nntp-via-netcat-switches): New variable.
18941         (nntp-open-via-rlogin-and-netcat): New function.
18942         (nntp-open-connection-function): Doc fix.
18943         (nntp-telnet-command): Doc fix.
18944         (nntp-end-of-line): Doc fix.
18945         (nntp-via-rlogin-command): Doc fix.
18946         (nntp-via-user-name): Doc fix.
18947         (nntp-via-address): Doc fix.
18948
18949 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18950
18951         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18952         error in Emacs 21.1.
18953
18954 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18955
18956         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18957
18958 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18959
18960         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18961         (gnus-agent-with-refreshed-group): New macro.
18962         (gnus-agent-rename-group): New function.
18963         (gnus-agent-delete-group): New function.
18964         (gnus-agent-save-group-info): Use gnus-command-method when
18965         `method' parameter is nil.  Don't write nil entries into the
18966         active file.
18967         (gnus-agent-get-group-info): New function.
18968         (gnus-agent-fetch-articles):
18969         Use gnus-agent-update-files-total-fetched-for to increment disk space
18970         used.
18971         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18972         Use gnus-agent-update-view-total-fetched-for to increment disk space
18973         used.
18974         (gnus-agent-get-local): Add optional parameters to avoid calling
18975         gnus-group-real-name and gnus-find-method-for-group.
18976         (gnus-agent-set-local): Delete stored entry if either min, or max,
18977         are nil.
18978         (gnus-agent-fetch-session): Reworded error/quit messages.
18979         On quit, use gnus-agent-regenerate-group to record existance of any
18980         articles fetched to disk before the quit occurred.
18981         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18982         gnus-agent-update-view-total-fetched-for, and
18983         gnus-agent-update-files-total-fetched-for to decrement disk space
18984         used.
18985         (gnus-agent-retrieve-headers):
18986         Use gnus-agent-update-view-total-fetched-for to increment disk space
18987         used.
18988         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18989         with gnus-agent-update-files-total-fetched-for to decrement disk
18990         space and fresh group buffer.
18991         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18992         (gnus-agent-need-update-total-fetched-for): New variable.
18993         (gnus-agent-update-files-total-fetched-for): New function.
18994         (gnus-agent-update-view-total-fetched-for): New function.
18995         (gnus-agent-total-fetched-for): New function.
18996
18997         * gnus-cache.el (gnus-cache-save-buffers):
18998         Use gnus-cache-update-overview-total-fetched-for to change disk space
18999         used by this group.
19000         (gnus-cache-possibly-enter-article):
19001         Use gnus-cache-update-file-total-fetched-for to increment disk space
19002         used by this group.
19003         (gnus-cache-possibly-remove-article):
19004         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19005         used by this group.
19006         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19007         (gnus-cache-rename-group): New function.
19008         (gnus-cache-delete-group): New function.
19009         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19010         (gnus-cache-need-update-total-fetched-for): New variable.
19011         (gnus-cache-with-refreshed-group): New macro.
19012         (gnus-cache-update-file-total-fetched-for): New function.
19013         (gnus-cache-update-overview-total-fetched-for): New function.
19014         (gnus-cache-rename-group-total-fetched-for): New function.
19015         (gnus-cache-delete-group-total-fetched-for): New function.
19016         (gnus-cache-total-fetched-for): New function.
19017
19018         * gnus-group.el: Require gnus-sum and autoload functions to
19019         resolve warnings when gnus-group.el compiled alone.
19020         (gnus-group-line-format): Documented new %F.
19021         (size of Fetched data) group line format; identifies disk space
19022         used by agent and cache.
19023         (gnus-group-line-format-alist): Defined new F format.
19024         (gnus-total-fetched-for): New function.
19025         (gnus-group-delete-group): No longer update
19026         gnus-cache-active-altered as gnus-request-delete-group now keeps
19027         the cache in sync.
19028         (gnus-group-list-active): Let the agent store a server's active
19029         list if currently plugged.
19030
19031         * gnus-int.el (gnus-request-delete-group):
19032         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19033         local disk in sync with the server.
19034         (gnus-request-rename-group):
19035         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19036         local disk in sync with the server.
19037
19038         * gnus-start.el (gnus-get-unread-articles):
19039         Cosmetic simplification to logic.
19040
19041         * gnus-util.el (gnus-rename-file): New function.
19042
19043 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19044
19045         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19046
19047 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19048
19049         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19050         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19051
19052 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19053
19054         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19055         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19056
19057 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19058
19059         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19060
19061 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19062
19063         * spam.el (spam-set-difference): Add function to replace
19064         gnus-set-difference in spam.el.
19065         (spam-summary-prepare-exit): Use spam-set-difference.
19066
19067 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19068
19069         * gnus-registry.el (gnus-registry-cache-file): Update to use
19070         gnus-dribble-directory OR gnus-home-directory OR ~.
19071         (gnus-registry-split-fancy-with-parent): Fix doc.
19072
19073 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19074
19075         * message.el (message-exchange-point-and-mark):
19076         Use message-mark-active-p.  Suggested by Jesper Harder
19077         <harder@ifa.au.dk>.
19078
19079 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19080
19081         * message.el (message-exchange-point-and-mark): Don't activate
19082         region if it was inactive.  Suggested by Hiroshi Fujishima
19083         <pooh@nature.tsukuba.ac.jp>.
19084
19085 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19086
19087         * gnus-art.el (article-display-face): Display Faces in the same
19088         order as X-Faces.
19089
19090 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19091
19092         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19093
19094 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19095
19096         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19097         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19098         (gnus-article-mime-hierarchy): Remove.
19099         (gnus-article-mime-hierarchy-next): Remove.
19100         (gnus-article-mode): Revert 2004-03-19 change.
19101         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19102         (gnus-insert-mime-button): Revert 2004-03-19 change.
19103         (gnus-mime-accumulate-hierarchy): Remove.
19104         (gnus-mime-enter-multipart): Remove.
19105         (gnus-mime-leave-multipart): Remove.
19106         (gnus-mime-display-part): Revert 2004-03-19 change.
19107         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19108
19109         * mml.el (mml-preview): Revert 2004-03-19 change.
19110
19111 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19112
19113         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19114
19115 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19116
19117         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19118         t while entering a file name using the mm-with-multibyte macro.
19119         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19120
19121         * mm-util.el (mm-with-multibyte): New macro.
19122
19123 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19124
19125         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19126         New user option.
19127         (gnus-mime-multipart-functions): Doc and customization fix.
19128         (gnus-article-mime-hierarchy): New variable.
19129         (gnus-article-mime-hierarchy-next): New variable.
19130         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19131         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19132         gnus-article-mime-hierarchy-next to nil.
19133         (gnus-insert-mime-button): Show hierarchy numbers.
19134         (gnus-mime-accumulate-hierarchy): New function.
19135         (gnus-mime-enter-multipart): New function.
19136         (gnus-mime-leave-multipart): New function.
19137         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19138         (gnus-mime-display-alternative): Show hierarchy numbers.
19139
19140         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19141         gnus-article-mime-hierarchy-next to nil.
19142
19143 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19144
19145         * dns.el: Don't require gnus-xmas.
19146
19147 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19148
19149         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19150         inline PGP.
19151         (mml-menu): Disable mml-quote-region if mark is inactive.
19152
19153 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19154
19155         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19156         when the group's active is not available.
19157
19158 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19159
19160         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19161         error.
19162
19163 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19164
19165         * imap.el (imap-store-password): New variable.
19166         (imap-interactive-login): Use it.
19167         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19168
19169 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19170
19171         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19172         window-start and hscroll to summary window.
19173
19174 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19175
19176         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19177         conversion message to newsrc-dribble when an actual conversion is
19178         performed.
19179
19180 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19181
19182         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19183
19184 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19185
19186         * mm-decode.el (mm-complicated-handles): New function reviving
19187         former definition of mm-multiple-handles.
19188
19189         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19190         (gnus-mime-delete-part): Use it.
19191
19192 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19193
19194         * gnus-agent.el (gnus-agent-read-local):
19195         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19196         avoid the implicit assumption that they will always be equal.
19197         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19198         coding-system-for-write, as the with-temp-file macro first prints
19199         to a buffer then saves the buffer.
19200
19201 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19202
19203         * gnus-art.el (gnus-article-edit-part): New function.
19204         (gnus-mime-save-part-and-strip): Use it; do query instead of
19205         signaling an error; don't use mm-multiple-handles.
19206         (gnus-mime-delete-part): Ditto.
19207
19208 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19209
19210         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19211         old file versions.
19212         (gnus-group-prepare-hook): Remove function that converted list
19213         form of gnus-agent-expire-days to group properties.
19214
19215         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19216         (gnus-request-accept-article): Re-indented.
19217
19218         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19219         converters to handle old agent file formats.  Add logic for a
19220         "backup before upgrading warning".
19221         (gnus-convert-mark-converter-prompt): Developers can mark
19222         functions as needing (default), or not needing,
19223         gnus-convert-old-newsrc's "backup before upgrading warning".
19224         (gnus-convert-converter-needs-prompt): Tests whether the user
19225         should be protected from potentially irreversable changes by the
19226         function.
19227
19228         * legacy-gnus-agent.el: New.  Provides converters that are only
19229         loaded when gnus-convert-old-newsrc needs to call them.
19230
19231 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19232
19233         * mail-source.el (mail-source-touch-pop): Doc fix.
19234
19235         * message.el (message-smtpmail-send-it): Doc fix.
19236
19237 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19238
19239         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19240
19241         * nnmail.el (nnmail-split-fancy): do.
19242
19243         * gnus-kill.el (gnus-kill, gnus-execute): do.
19244
19245 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19246
19247         * gnus-sum.el (gnus-widget-reversible-match)
19248         (gnus-widget-reversible-to-internal)
19249         (gnus-widget-reversible-to-external): New functions.
19250         (gnus-widget-reversible): New widget.
19251         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19252
19253 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19254
19255         * gnus-sum.el (gnus-thread-sort-functions)
19256         (gnus-article-sort-functions): Document `(not F)' items.
19257
19258 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19259
19260         * spam.el (spam-use-gmane-xref): Add new backend.
19261         (spam-gmane-xref-spam-group): Add variable to control the name of the
19262         Gmane spam group.
19263         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19264         (spam-regex-headers-spam, spam-regex-headers-ham)
19265         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19266         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19267         backends and checks.
19268         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19269
19270         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19271         an autodetect method.
19272
19273 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19274
19275         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19276         articles are being added to a group.
19277         (gnus-request-replace-article): Inform the agent that articles
19278         need to be uncached as the cached contents are no longer valid.
19279
19280 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19281
19282         * binhex.el: Don't autoload executable-find.
19283
19284         * canlock.el: Don't autoload mail-fetch-field.
19285
19286         * dgnushack.el: Autoload c-mode for XEmacs.
19287
19288         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19289
19290         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19291         rmail-dont-reply-to and rmail-output.
19292
19293         * gnus-score.el: Don't autoload ffap-string-at-point.
19294
19295         * gnus-setup.el: Don't autoload sc-cite-original.
19296
19297         * imap.el: Don't autoload base64-decode-string,
19298         base64-encode-string and md5.
19299
19300         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19301         and rmail-msg-restore-non-pruned-header.
19302
19303         * mm-decode.el: Don't autoload executable-find.
19304
19305         * mm-url.el: Don't autoload executable-find.
19306
19307         * mm-view.el: Don't autoload diff-mode.
19308
19309         * nndb.el: Don't autoload news-reply-mode, news-setup,
19310         cancel-timer and telnet.
19311
19312         * password.el: Don't autoload run-at-time for Emacs.
19313
19314         * sha1-el.el: Don't autoload executable-find.
19315
19316         * sieve-mode.el: Don't autoload c-mode.
19317
19318         * uudecode.el: Don't autoload executable-find.
19319
19320 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19321
19322         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19323         (gnus-agent-possibly-alter-active): Avoid null in numeric
19324         comparison.
19325         (gnus-agent-set-local): Refuse to save null in local object table.
19326         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19327         list of articles that will be marked as unread.
19328
19329 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19330
19331         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19332
19333 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19334
19335         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19336         language tags.
19337
19338 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19339
19340         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19341         Don't bind "obarray".
19342
19343         * gnus-sum.el (gnus-thread-sort-functions):
19344         Add `gnus-thread-sort-by-most-recent-number' and
19345         `gnus-thread-sort-by-most-recent-date'.
19346         Reported by Kai Grossjohann <kai@emptydomain.de>.
19347
19348 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19349
19350         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19351
19352 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19353
19354         * gnus-cus.el (gnus-agent-customize-category):
19355         Remove ignore-errors macro reference that required cl to be loaded at
19356         run-time.
19357
19358         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19359         single-interval range of the form (min . max).  Previously the
19360         range had to look like ((min . max)).  Likewise, return
19361         (min . max) rather than ((min . max)).
19362         (gnus-range-map): Use gnus-range-normalize to accept
19363         single-interval range.
19364
19365         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19366         the cache, but not the agent, now appear with their usual face.
19367
19368         * dgnushack.el (loaddir): New variable that is bound to the
19369         directory containing the dgnushack.el file. Use loaddir, rather
19370         than srcdir, to update load-path. Change lets dgnushack compile
19371         code in directories other than GNUS/lisp.
19372
19373 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19374
19375         * lpath.el: Don't bind w3m-safe-url-regexp.
19376
19377         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19378         w3m-safe-url-regexp variable buffer-local.
19379
19380         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19381
19382 2004-02-27  Simon Josefsson  <jas@extundo.com>
19383
19384         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19385         gnus-group-real-prefix.
19386         (gnus-summary-move-article): Use it, instead of
19387         gnus-group-real-prefix.
19388
19389 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19390
19391         * lpath.el: Bind w3m-safe-url-regexp.
19392
19393         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19394         w3m-safe-url-regexp variable buffer-local and set it as the value
19395         of mm-w3m-safe-url-regexp.
19396
19397         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19398
19399         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19400         parsing gnus-posting-styles when the message is not for replying.
19401
19402         * dgnushack.el: Autoload sgml-mode for XEmacs.
19403
19404         * nnrss.el (nnrss-opml-export):
19405         Use mm-set-buffer-file-coding-system instead of
19406         set-buffer-file-coding-system.
19407
19408 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19409
19410         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19411         of checkdoc.el).
19412         * nnrss.el: do.
19413         * gnus-mlspl.el: do.
19414         * gnus-ml.el: do.
19415         * gnus-srvr.el: do.
19416
19417         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19418
19419 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19420
19421         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19422         Corrections to custom-manual links.
19423
19424         * gnus-art.el (gnus-article): Ditto.
19425
19426         * mm-decode.el (mime-display, mime-security): Ditto.
19427
19428 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19429
19430         * flow-fill.el: Typo.
19431
19432 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19433
19434         * spam-wash.el: New file.
19435
19436 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19437
19438         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19439
19440 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19441
19442         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19443         to be run with new-articles as LIST1, not LIST2.
19444         (spam-registration-functions): Add spam-use-ham-copy as a nil
19445         registration backend.
19446
19447 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19448
19449         * spam-stat.el (spam-stat-washing-hook): New option.
19450         (spam-stat-buffer-words): Use it.
19451         (spam-stat-process-directory, spam-stat-test-directory):
19452         Use insert-file-contents-literally.
19453         (spam-stat-coding-system): New variable.
19454         (spam-stat-load, spam-stat-save): Use it.
19455
19456 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19457
19458         * spam-report.el (spam-report-plug-agent):
19459         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19460
19461 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19462
19463         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19464         Allow / in mailto URLs.
19465
19466 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19467
19468         * spam-report.el (spam-report-process-queue): Fix interactive use.
19469         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19470         (spam-report-unplug-agent): Doc fixes.
19471         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19472         (spam-report-agentize, spam-report-deagentize): Autoload.
19473
19474 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19475
19476         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19477
19478         * message.el (message-setup-fill-variables): Add mml tags to
19479         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19480         <ajk@iu.edu>.
19481         (message-mode): Don't modify paragraph-separate there.
19482
19483 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19484
19485         * compface.el (uncompface-use-external): Default to undecided.
19486         (uncompface-use-external-threshold): New variable.
19487         (uncompface-float-time): New macro.
19488         (uncompface): Determine whether to use the external decoder if
19489         uncompface-use-external is undecided.
19490
19491 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19492
19493         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19494         after images.
19495
19496         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19497
19498 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19499
19500         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19501
19502         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19503
19504         * gnus-sum.el (gnus-summary-limit-to-age)
19505         (gnus-summary-limit-children): do.
19506
19507         * gnus-int.el (gnus-request-scan): do.
19508
19509         * gnus-group.el (gnus-group-suspend): do.
19510
19511         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19512
19513         * gnus-cite.el (gnus-cite-parse-attributions): do.
19514
19515         * gnus-agent.el (gnus-summary-set-agent-mark)
19516         (gnus-agent-regenerate-group): do.
19517
19518         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19519
19520         * binhex.el (binhex-decode-region-internal): do.
19521
19522 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19523
19524         * gnus-fun.el (gnus-face-properties-alist): New user option.
19525         (gnus-display-x-face-in-from): Use it.
19526
19527         * gnus-art.el (article-display-face): Ditto.
19528
19529         * compface.el (uncompface-use-external): Default to nil.
19530
19531 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19532
19533         * nntp.el (nntp-erase-buffer): New function.
19534         (nntp-retrieve-data, nntp-send-command)
19535         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19536         (nntp-possibly-change-group): Use it.
19537
19538         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19539         Use with-current-buffer.
19540
19541 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19542
19543         * compface.el: Merge the ELisp-based uncompface program.
19544         (compface): New customization group.
19545         (uncompface-use-external): New user option.
19546         (uncompface): Call uncompface-internal if uncompface-use-external
19547         is nil.
19548         (uncompface-internal): New function.  Note that there are also
19549         some other functions and variables added for this function.
19550
19551 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19552
19553         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19554         if necessary.
19555
19556 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19557
19558         * spam-report.el (spam-report-unplug-agent)
19559         (spam-report-plug-agent, spam-report-deagentize)
19560         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19561         Add support for the Agent in spam-report: when unplugged, report to a
19562         file; when plugged, submit all the requests.
19563
19564         * spam.el (spam-register-routine): Fix message about
19565         registration.
19566
19567 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19568
19569         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19570         dependencies.
19571         (rfc2047-encode): Use it.
19572
19573         * gnus-art.el (gnus-button-marker-list): Move before first
19574         reference.
19575
19576         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19577         (imap-parse-body): Fix format string mismatch.
19578
19579         * gnus-score.el (gnus-summary-increase-score): do.
19580
19581         * nnrss.el (nnrss-close): New function.
19582
19583 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19584
19585         * nnrss.el (nnrss-make-filename): New function.
19586         (nnrss-request-delete-group, nnrss-read-server-data)
19587         (nnrss-save-server-data, nnrss-read-group-data)
19588         (nnrss-save-group-data): Use it.
19589         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19590         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19591         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19592
19593 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19594
19595         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19596
19597 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19598
19599         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19600         files.
19601
19602         * message.el (message-generate-headers-first): Don't quote nil
19603         and t in docstrings.
19604
19605         * imap.el (imap-id): do.
19606
19607         * gnus-agent.el (gnus-agent-consider-all-articles)
19608         (gnus-agent-queue-mail): do.
19609
19610 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19611
19612         * spam-report.el (spam-report-process-queue): New function.
19613         Process requests from `spam-report-requests-file'.
19614         (spam-report-process-queue): Doc fix.
19615
19616 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19617
19618         * spam.el (spam-register-routine)
19619         (spam-log-processing-to-registry, spam-log-registered-p)
19620         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19621         Change "check" to "spam-check" for semi-clarity.
19622
19623 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19624
19625         * pop3.el: Require nnheader.
19626
19627         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19628
19629         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19630
19631         * gnus-picon.el: Require cl.
19632
19633         * gnus-fun.el: Require gnus-ems and gnus-util.
19634
19635         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19636
19637         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19638
19639         * gnus-art.el (gnus-article-edit-mode): Define before first
19640         reference.
19641
19642 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19643
19644         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19645         (gnus-uu-post-encoded): Use point-at-bol.
19646
19647         * gnus-topic.el (gnus-group-active-topic-p): do.
19648
19649         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19650
19651         * gnus-group.el (gnus-group-kill-region): do.
19652
19653         * gnus-art.el (article-date-ut): do.
19654
19655         * message.el (message-fetch-field): Remove redundant
19656         case-fold-search binding.
19657         (message-narrow-to-field): Simplify.
19658
19659 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19660
19661         * spam.el (spam-directory): Derive from `gnus-directory'.
19662
19663         * spam-report.el (spam-report-url-to-file)
19664         (spam-report-requests-file): New function and variable for offline
19665         reporting.
19666         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19667         and user defined function.
19668         (spam-report-url-ping-mm-url): Remove doubled slash.
19669
19670 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19671
19672         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19673
19674 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19675
19676         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19677         Fix format string mismatch.
19678
19679         * sieve.el (sieve-deactivate-all): do.
19680
19681         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19682
19683         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19684
19685         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19686
19687         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19688
19689 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19690
19691         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19692         the list of checks.
19693
19694 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19695
19696         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19697         padding.
19698
19699 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19700
19701         * mm-view.el (mm-fill-flowed): New variable.
19702         (mm-inline-text): Use it.
19703
19704 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19705
19706         * spam.el (spam-spamassassin-register-ham-routine)
19707         (spam-spamassassin-register-spam-routine): Fix function names.
19708
19709 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19710
19711         * gnus.el (gnus-tmp-grouplens): Remove.
19712         (gnus-summary-line-format): Remove grouplens.
19713
19714         * gnus-group.el (gnus-group-line-format): Ditto.
19715
19716         * gnus-spec.el (gnus-format-specs): Ditto.
19717         (gnus-update-format-specifications): Flush the group format spec
19718         cache if there's the grouplens stuff.
19719         (gnus-parse-simple-format): Replace %l with the empty string.
19720
19721 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19722
19723         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19724         omission.
19725
19726 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19727
19728         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19729         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19730
19731 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19732
19733         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19734         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19735         New macros and functions.
19736         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19737         Handle > NLINK_MAX messages.
19738         * nnmaildir.el (nnmaildir-request-set-mark):
19739         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19740
19741 2004-01-25  Alex Schroeder  <alex@gnu.org>
19742
19743         * spam-stat.el (spam-stat-process-directory-age): New option.
19744         (spam-stat-process-directory): Use it.
19745
19746 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19747
19748         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19749         (spam-stat-save): Accept prefix argument.
19750
19751 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19752
19753         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19754         links" error.
19755
19756 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19757
19758         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19759         the rest of the and/or forms.
19760
19761 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19762
19763         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19764         compatibility with old .newsrc.eld files.
19765
19766         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19767
19768         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19769
19770         * gnus-start.el (gnus-1): do.
19771
19772         * gnus-group.el (gnus-group-line-format-alist): do.
19773
19774         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19775
19776         * gnus-gl.el: Remove.
19777
19778 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19779
19780         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19781         marks consisting of a single range {for example, (3 . 5)} rather
19782         than a list of a single range { ((3 . 5)) }.
19783
19784 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19785
19786         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19787         Use with-current-buffer.
19788         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19789         avoid consing a string.
19790
19791         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19792         Remove obsolete entries for big5 and gb2312.
19793
19794 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19795
19796         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19797         uncompressed list.
19798
19799 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19800
19801         * spam-stat.el (spam-stat-strip-xref): New function.
19802         (spam-stat-process-directory): Use it.
19803
19804         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19805         here -- it's done in message-fetch-field.
19806
19807 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19808
19809         * gnus-agent.el (gnus-agent-queue-mail)
19810         (gnus-agent-prompt-send-queue): New variables.
19811         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19812         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19813         "nndraft:queue" along to gnus-draft-send.
19814         Use gnus-agent-prompt-send-queue.
19815         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19816         is "nndraft:queue".  Suggested by Gaute Strokkenes
19817         <gs234@srcf.ucam.org>
19818
19819         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19820         (agent-enable-undownloaded-faces): Add.
19821         (gnus-agent-cat-groups): Use eval-and-compile, not
19822         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19823         method of gnus-agent-cat-groups even when the buffer has been
19824         evaled.
19825         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19826         delete gnus-agent-save-active-1.
19827         (gnus-agent-save-groups): Delete.  Identical to
19828         gnus-agent-save-active.
19829         (gnus-agent-write-active): No longer adjust agent's copy of active
19830         file as agent's adjustments are now stored in their own
19831         file.  Remove optional parameter.
19832         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19833         servers.  Add use of min/max range limits from server's local
19834         file.
19835         (gnus-agent-save-alist): Remove unused optional argument.
19836         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19837         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19838         (gnus-agent-set-local): A per-server file that keeps min/max range
19839         limits for articles known to the agent.  Provides a fast mechanism
19840         for altering many active ranges.
19841         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19842         active file (local makes it unnecessary).
19843         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19844
19845         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19846         (agent-enable-undownloaded-faces): Add.
19847
19848         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19849         disable it when sending to "nndraft:queue".
19850         (gnus-group-send-queue): Add safety check to avoid sending queue
19851         when unplugged.
19852
19853         * gnus-group.el (gnus-group-catchup): Use new
19854         gnus-sequence-of-unread-articles, not
19855         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19856         numbers of articles.  Use gnus-range-map to avoid having to
19857         uncompress the unread list.
19858         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19859         Fix invalid ange-ftp reference.
19860
19861         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19862         (gnus-sorted-range-intersection): Intersection of two ranges
19863         without requiring that they first be uncompressed.
19864
19865         * gnus-start.el (gnus-activate-group): Unless blocked by the
19866         caller, possibly expand the active range to include both cached
19867         and agentized articles.
19868         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19869         multiple version-dependent converters.
19870         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19871         gnus-agent-save-active.
19872         (gnus-save-newsrc-file): Save dirty agent range limits.
19873
19874         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19875         gnus-agent-possibly-alter-active.
19876         (gnus-adjust-marked-articles): Faster handling of simple lists.
19877
19878 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19879
19880         * spam-stat.el (spam-stat-test-directory): New optional argument
19881         displays a list of files detected.  Suggested by Andrew Cohen
19882         <cohen@andy.bu.edu>.
19883         (spam-stat-buffer-words-with-scores): Don't narrow and change
19884         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19885
19886 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19887
19888         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19889         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19890         (spam-spamassassin-arguments)
19891         (spam-spamassassin-spam-flag-header)
19892         (spam-spamassassin-positive-spam-flag-header)
19893         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19894         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19895         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19896         (spam-list-of-processors, spam-list-of-checks)
19897         (spam-list-of-statistical-checks, spam-registration-functions)
19898         (spam-check-spamassassin-headers, spam-check-spamassassin)
19899         (spam-spamassassin-score)
19900         (spam-spamassassin-register-with-sa-learn)
19901         (spam-spamassassin-register-spam-routine)
19902         (spam-spamassassin-register-ham-routine)
19903         (spam-assassin-register-spam-routine)
19904         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19905         (spam-bogofilter-score): Fix to show article before scoring.
19906
19907 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19908
19909         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19910         default scoring function.
19911         (spam-generic-score): Call spam-spamassassin-score if
19912         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19913         spam-bogofilter-score otherwise.
19914
19915         * gnus.el (spam-process, spam-autodetect-methods):
19916         Add spamassassin and spamassassin-headers.
19917
19918 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19919
19920         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19921         Suppress unnecessary messages.
19922
19923 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19924
19925         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19926         make-hash-table.
19927
19928 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19929
19930         * canlock.el (base64-encode-string): Don't autoload it.
19931
19932 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19933
19934         * run-at-time.el: Remove useless (require 'itimer),
19935         eval-and-compile and (featurep 'xemacs).
19936
19937 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19938
19939         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19940         GROUP is a virtual group.
19941
19942 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19943
19944         * gnus.el: Autoload `message-y-or-n-p'.
19945
19946 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19947
19948         * pgg-parse.el: Remove unnecessary (require 'custom).
19949
19950         * pgg-def.el: do.
19951
19952         * nnmail.el: do.
19953
19954         * gnus-undo.el: do.
19955
19956         * gnus-picon.el: do.
19957
19958         * gnus-util.el: do.
19959
19960 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19961
19962         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19963
19964 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19965
19966         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19967         handle, as well as a list.
19968
19969         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19970         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19971         (mm-w3m-cid-retrieve): Simplify.
19972
19973 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19974
19975         * message.el (message-kill-to-signature): Allow prefix arg to
19976         specify number of lines to keep before signature.
19977
19978 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19979
19980         * message.el (message-kill-to-signature): Change docstring.
19981
19982 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19983
19984         * canlock.el: Always require sha1-el.
19985         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19986
19987         * message.el: Autoload sha1 only when compiling.
19988
19989         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19990         eudc-expand-inline for XEmacs.
19991
19992 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19993
19994         * message.el (message-canlock-generate): Require sha1-el.
19995
19996 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19997
19998         * message.el (message-expand-name): Silence the byte compiler.
19999
20000         * lpath.el: Add detect-coding-system.
20001
20002         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20003         cus-edit.
20004
20005 2004-01-13  Simon Josefsson  <jas@extundo.com>
20006
20007         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20008         Invoke gnus-score-mode.
20009         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20010
20011         * gnus-range.el (gnus-compress-sequence): Doc fix.
20012         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20013
20014 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20015
20016         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20017
20018 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20019
20020         * spam.el (spam-get-article-as-string): Update to use
20021         gnus-request-article-this-buffer, much simpler.
20022         (spam-get-article-as-buffer): Remove.
20023
20024 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20025
20026         * message.el (message-expand-name): Use EUDC if the user uses that.
20027
20028 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20029
20030         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20031         character for the encoding to avoid consing a string.
20032
20033         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20034         unnecessarily.
20035
20036         * mm-util.el (mm-replace-chars-in-string): Remove.
20037
20038         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20039         of mm-replace-chars-in-string.
20040
20041 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20042
20043         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20044
20045         * mm-util.el (mm-subst-char-in-string): Support inplace.
20046
20047         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20048         a new string in every iteration.  Use shy groups.
20049
20050 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20051
20052         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20053         * gnus-soup.el (gnus-soup-group-brew):
20054         * gnus-msg.el (gnus-put-message):
20055         * gnus-move.el (gnus-group-move-group-to-server):
20056         * gnus-kill.el (gnus-batch-score):
20057         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20058         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20059         (gnus-group-update-group, gnus-group-read-group)
20060         (gnus-group-make-group, gnus-group-make-help-group)
20061         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20062         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20063         (gnus-group-sort-by-unread, gnus-group-catchup)
20064         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20065         (gnus-group-yank-group, gnus-group-set-info)
20066         (gnus-group-list-groups):
20067         * gnus.el (gnus-generate-new-group-name):
20068         * gnus-delay.el (gnus-delay-send-queue):
20069         * nnvirtual.el (nnvirtual-catchup-group):
20070         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20071         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20072         (gnus-group-prepare-topics, gnus-topic-check-topology):
20073         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20074         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20075         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20076         (gnus-group-make-articles-read):
20077         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20078         (gnus-group-change-level, gnus-kill-newsgroup)
20079         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20080         (gnus-get-unread-articles, gnus-make-articles-unread)
20081         (gnus-make-ascending-articles-unread): Use accessor
20082         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20083         to get group information for improved readability.
20084
20085
20086 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20087
20088         * gnus-art.el (article-decode-mime-words, article-babel)
20089         (gnus-article-highlight-signature, gnus-article-add-buttons)
20090         (gnus-signature-toggle): Use gnus-with-article-buffer.
20091
20092         * gnus-art.el (gnus-article-highlight-headers)
20093         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20094
20095         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20096         (gnus-article-set-globals, gnus-request-article-this-buffer)
20097         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20098         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20099         (gnus-mime-display-alternative): Use with-current-buffer.
20100
20101 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20102
20103         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20104         also under 80 char limit, and call gnus-error if needed.
20105         (spam-fetch-article-header): Fix - it was a
20106         buffer-local variable (gnus-newsgroup-data).
20107         (spam-find-spam): Use spam-generate-fake-headers, forget about
20108         spam-insert-fake-headers.
20109         (spam-insert-fake-headers): Remove.
20110
20111 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20112
20113         * deuglify.el (gnus-article-outlook-unwrap-lines)
20114         (gnus-outlook-rearrange-article)
20115         (gnus-outlook-repair-attribution-outlook)
20116         (gnus-outlook-repair-attribution-block)
20117         (gnus-outlook-repair-attribution-other): Remove redundant
20118         save-excursion.
20119
20120 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20121
20122         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20123         (spam-fetch-field-subject-fast)
20124         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20125         (spam-fetch-article-header): Add functions to deal with Gnus
20126         internals for fast retrieval of article header data.
20127         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20128
20129 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20130
20131         * pop3.el (pop3-md5): Remove.
20132         (pop3-apop): Replace pop3-md5 with md5.
20133
20134         * mm-bodies.el: base64 is always built-in.
20135
20136         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20137         Use with-current-buffer.
20138
20139 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20140
20141         * canlock.el (canlock-insert-header): Remove excessive grouping in
20142         regexp.
20143
20144         * gnus-sum.el (gnus-summary-read-document): Ditto.
20145
20146         * gnus-uu.el (gnus-uu-part-number): Ditto.
20147
20148         * html2text.el (html2text-remove-tags): Ditto.
20149         (html2text-format-tags): Ditto.
20150         (html2text-format-single-elements): Ditto.
20151
20152         * mml.el (mml-parse-1): Ditto.
20153
20154 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20155
20156         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20157
20158         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20159
20160         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20161
20162         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20163
20164 2003-11-15  Simon Josefsson  <jas@extundo.com>
20165
20166         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20167         (pgg-gpg-lookup-key): Use regexp match instead of
20168         split-string (split-string is different between emacs 21.2 and
20169         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20170
20171 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20172
20173         * gnus-art.el (gnus-mime-view-all-parts)
20174         (gnus-article-part-wrapper, gnus-article-view-part):
20175         Use with-current-buffer.
20176
20177 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20178
20179         * spam.el (spam-disable-spam-split-during-ham-respool)
20180         (spam-spamoracle-database, spam-cache-lookups)
20181         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20182         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20183         (spam-group-ham-marks, spam-group-spam-marks)
20184         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20185         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20186         also add spam-use-blackholes to the statistical checks.
20187         (spam-fetch-field-fast): Add interface to fetching fields, may
20188         become a macro.
20189         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20190         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20191         (spam-insert-fake-headers): Fake an article when needed.
20192         (spam-find-spam): Fake article when possible.
20193         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20194         (spam-check-bogofilter-headers): Use message-fetch-field instead
20195         of nnmail-fetch-field.
20196
20197 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20198
20199         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20200
20201 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20202
20203         * spam.el (spam-split): Do not require spam-use-CHECK to be
20204         enabled if that check is passed to spam-split explicitly; also
20205         fix so 'spam doesn't get converted to spam-split-group when
20206         spam-split-symbolic-return is t.
20207         (spam-find-spam): Find registrations of the article and use those
20208         instead of re-running spam-split to find the spam/ham
20209         classification of the article.
20210         (spam-log-processing-to-registry, spam-log-registered-p)
20211         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20212         Use gnus-error instead of gnus-message.
20213         (spam-log-registration-type): Add function to determine the
20214         classification of a message based on registry entries; will
20215         return nil if both 'spam and 'ham are found.
20216         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20217         a reasonably fast local cache without the loading errors.
20218         (spam-cache-lookups): Set to t by default.
20219         (spam-find-spam): Don't try to guess spam-cache-lookups.
20220         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20221         spam-caches entry.
20222         (spam-filelist-build-cache, spam-filelist-check-cache):
20223         Fix caching of whitelist/blacklist entries.
20224         (spam-check-whitelist, spam-check-blacklist):
20225         Invoke spam-from-listed-p with a type, not a cache variable.
20226         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20227
20228 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20229
20230         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20231
20232         * nnmail.el (nnmail-split-fancy): do.
20233
20234         * mml.el (mml-parse): do.
20235
20236         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20237         (gnus-score-adaptive): do.
20238
20239 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20240
20241         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20242         (gnus-mime-button-map): Don't set keymap parent.
20243         (gnus-button-ctan-directory-regexp): Use shy grouping.
20244         (gnus-prev-page-map): Don't set keymap parent.
20245         (gnus-prev-page-map): Remove duplicated one.
20246         (gnus-next-page-map): Don't set keymap parent.
20247         (gnus-mime-security-button-map): Ditto.
20248
20249         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20250         version number.
20251
20252         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20253
20254 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20255
20256         * canlock.el (canlock-sha1-function): Remove.
20257         (canlock-sha1-function-for-verify): Remove.
20258         (canlock-openssl-program): Remove.
20259         (canlock-openssl-args): Remove.
20260         (canlock-ignore-errors): Remove.
20261         (canlock-sha1-with-openssl): Remove.
20262         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20263         (canlock-verify): Don't use canlock-ignore-errors.
20264
20265         * sha1-el.el (sha1-string-external): Make it can return a string
20266         in binary form.
20267         (sha1-region-external): Ditto.
20268         (sha1-string-internal): Ditto.
20269         (sha1-region-internal): Ditto.
20270         (sha1-region): Ditto.
20271         (sha1-string): Ditto.
20272         (sha1): Ditto.
20273
20274 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20275
20276         * spam.el (spam-report-articles-gmane): New command.
20277
20278 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20279
20280         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20281
20282         * run-at-time.el (run-at-time-saved): Remove.
20283         (run-at-time): Doc fix.
20284
20285 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20286
20287         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20288         (gnus-summary-limit-map): Add it.
20289         (gnus-summary-make-menu-bar): do.
20290
20291 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20292
20293         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20294         Make attempt at some caching support (done for BBDB only now).
20295         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20296         addresses to be checked.
20297         (spam-clear-cache-BBDB): Add function, to be invoked by
20298         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20299         (spam-check-BBDB): Check and use the caches, if
20300         spam-cache-lookups is on, remove superfluous (provide).
20301
20302 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20303
20304         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20305
20306 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20307
20308         * run-at-time.el (run-at-time-saved): Move to after the definition
20309         of `run-at-time'.
20310
20311         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20312
20313 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20314
20315         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20316         mm-w3m-local-map-property.
20317
20318         * mm-view.el (mm-w3m-mode-map): Remove.
20319         (mm-w3m-local-map-property): Remove.
20320         (mm-inline-text-html-render-with-w3m): Don't use
20321         mm-w3m-local-map-property.
20322
20323 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20324
20325         * run-at-time.el: New file.
20326
20327         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20328         under Emacs.
20329
20330         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20331         of gnus-set-text-properties.
20332
20333         * gnus-uu.el (gnus-uu-save-article): Ditto.
20334
20335         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20336
20337         * gnus-cite.el (gnus-cite-parse): Ditto.
20338
20339         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20340         of gnus-.
20341
20342         * gnus-xmas.el (run-at-time): Require run-at-time.
20343
20344         * gnus.el: Change calls to nnheader-run-at-time and
20345         password-run-at-time throughout to use run-at-time directly.
20346
20347         * password.el: Remove definition of run-at-time.
20348
20349         * nnheaderxm.el: Remove definition of run-at-time.
20350
20351 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20352
20353         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20354         in prompt.
20355
20356 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20357
20358         * messagexmas.el (message-xmas-redefine): Alias
20359         `message-make-caesar-translation-table' to
20360         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20361         version.
20362
20363         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20364         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20365         `gnus-xmas-set-text-properties'.
20366         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20367         `gnus-xmas-completing-read'.
20368         (gnus-xmas-completing-read): Removed.
20369         (gnus-xmas-open-network-stream): Removed.
20370
20371         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20372         XEmacs version.
20373
20374         * dns.el (dns-make-network-process): Use `open-network-stream'
20375         instead of `gnus-xmas-open-network-stream'.
20376
20377         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20378
20379         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20380
20381 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20382
20383         * gnus-art.el (gnus-mime-display-alternative)
20384         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20385         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20386         Don't use gnus-local-map-property.
20387
20388         * gnus-util.el (gnus-local-map-property): Remove.
20389
20390         * mm-view.el (mm-view-pkcs7-decrypt):
20391         Replace gnus-completing-read-maybe-default with completing-read.
20392
20393         * gnus-util.el (gnus-completing-read): do.
20394         (gnus-completing-read-maybe-default): Remove.
20395
20396 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20397
20398         * password.el: Only autoload `run-at-time' if not XEmacs.
20399         Only autoload the itimer functions if XEmacs.
20400
20401 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20402
20403         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20404         XEmacsen.
20405
20406         * dgnushack.el: Autoload executable-find for XEmacs.
20407
20408 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20409
20410         * gnus-art.el (gnus-read-string): Remove.
20411         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20412         read-string.
20413
20414 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20415
20416         * netrc.el: Autoload password-read.
20417         (netrc): Add configuration group.
20418         (netrc-encoding-method, netrc-openssl-path):
20419         Add variables for encoding and decoding of files with symmetric
20420         ciphers.
20421         (netrc-encode): Add assistant function to encode a file with
20422         netrc-encoding-method.
20423         (netrc-parse): Add interactive parameter, added optional
20424         decoding if netrc-encoding-method is non-nil but otherwise
20425         behavior is standard.
20426         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20427         Do s/encode/encrypt/ everywhere.
20428
20429         * spam.el: Remove executable-find autoload.
20430
20431 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20432
20433         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20434
20435         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20436
20437 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20438
20439         * gnus-art.el (gnus-treat-ansi-sequences)
20440         (article-treat-ansi-sequences): New variable and function.
20441         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20442
20443         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20444         Use it.
20445
20446 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20447
20448         * mm-util.el (mm-quote-arg): Remove.
20449
20450         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20451         shell-quote-argument.
20452
20453         * gnus-uu.el (gnus-uu-command): do.
20454
20455         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20456
20457         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20458         with make-char.
20459
20460         * mm-util.el (mm-make-char): Remove.
20461
20462         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20463         add-minor-mode.
20464
20465         * gnus-undo.el (gnus-undo-mode): do.
20466
20467         * gnus-topic.el (gnus-topic-mode): do.
20468
20469         * gnus-sum.el (gnus-dead-summary-mode): do.
20470
20471         * gnus-start.el (gnus-slave-mode): do.
20472
20473         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20474
20475         * gnus-ml.el (gnus-mailing-list-mode): do.
20476
20477         * gnus-gl.el (gnus-grouplens-mode): do.
20478
20479         * gnus-draft.el (gnus-draft-mode): do.
20480
20481         * gnus-dired.el (gnus-dired-mode): do.
20482
20483         * gnus-ems.el (gnus-add-minor-mode): Remove.
20484
20485         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20486         Replace gnus-char-width with char-width.
20487
20488         * gnus-ems.el (gnus-char-width): Remove.
20489
20490         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20491         Replace gnus-char-width with char-width.
20492
20493         * gnus-ems.el (gnus-char-width): Remove.
20494
20495         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20496         definition.
20497         Remove Emacs 20 hash table compatibility code.
20498
20499         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20500         20 compatibility code.
20501
20502         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20503
20504         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20505
20506         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20507         Replace with point-at-{eol,bol}.
20508
20509         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20510
20511         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20512
20513         * flow-fill.el (fill-flowed-point-at-bol)
20514         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20515
20516         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20517         Replace with point-at-{eol,bol} throughout all files.
20518
20519 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20520
20521         * ntlm.el (ntlm-string-as-unibyte): New macro.
20522         (ntlm-build-auth-response): Use it.
20523
20524         Remove Emacs 20 stuff:
20525         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20526         (butlast, mapc, remove): Remove the compiler macros.
20527         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20528         of delq and copy-sequence.
20529         * gnus-art.el (popup-menu): Remove the compiler macro.
20530         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20531         Emacs 20.
20532
20533 2004-01-05  Simon Josefsson  <jas@extundo.com>
20534
20535         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20536         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20537         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20538         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20539         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20540         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20541         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20542         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20543         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20544         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20545         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20546         string-xor into ntlm-string-xor.
20547         Suggested by Jesper Harder <harder@myrealbox.com>.
20548
20549         * ntlm.el: Don't include poem.
20550
20551         * md4.el (print-int32, print-string-hexa): Remove.
20552         Suggested by Jesper Harder <harder@myrealbox.com>.
20553
20554         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20555
20556         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20557         probably breaks emacs with DL patch, but do we care? Is anyone
20558         still using the DL stuff?)
20559
20560         * sieve-manage.el: Use the password package.
20561         (sieve-manage-read-passwd): Remove.
20562         (sieve-manage-interactive-login): Use password.  Re-add
20563         condition-case around loop.
20564
20565         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20566         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20567         Use the password package.
20568
20569 2003-02-19  Simon Josefsson  <jas@extundo.com>
20570
20571         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20572         token.
20573
20574 2002-08-07  Simon Josefsson  <jas@extundo.com>
20575
20576         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20577         (sieve-manage-authenticators):
20578         (sieve-manage-authenticator-alist): Add some SASL mechs.
20579         (sieve-sasl-auth): New function.
20580         (sieve-manage-cram-md5-auth):
20581         (sieve-manage-plain-auth): Rewrite using SASL library.
20582         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20583         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20584         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20585         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20586
20587 2004-01-05  Simon Josefsson  <jas@extundo.com>
20588
20589         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20590         New files.
20591
20592 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20593
20594         * gnus-group.el (gnus-no-groups-message): Update.
20595
20596         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20597
20598 2003-11-09  Simon Josefsson  <jas@extundo.com>
20599
20600         * imap.el: Support for ID IMAP extension (RFC 2971).
20601         (imap-local-variables): Add imap-id.
20602         (imap-id): New variable.
20603         (imap-id): New function.
20604         (imap-parse-response): Parse untagged ID response.
20605         * nnimap.el (nnimap-id): New variable.
20606         (nnimap-open-connection): Use it.
20607
20608 2003-12-28  Simon Josefsson  <jas@extundo.com>
20609
20610         * gnus-score.el (gnus-score-edit-all-score): New.
20611         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20612
20613 2004-01-04  Simon Josefsson  <jas@extundo.com>
20614
20615         * password.el: Add.
20616
20617 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20618
20619         * dns.el (dns-query-types): Fix typo.
20620         (dns-query-types): New function.
20621         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20622         PTR and SOA replies, see RFC 1035.
20623
20624 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20625
20626         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20627
20628         * Move to Changelog.2.
20629
20630 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20631
20632         * gnus.el (gnus-version-number): Bump version.
20633
20634 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20635
20636         * gnus.el: No Gnus v0.1 is released.
20637
20638 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20639
20640         * gnus.el: No Gnus v0.0 is released.
20641
20642 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20643
20644         * gnus.el (gnus-version-number): Bump.
20645         (gnus-version): No.
20646
20647 See ChangeLog.2 for earlier changes.
20648
20649   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20650
20651   This file is part of GNU Emacs.
20652
20653   GNU Emacs is free software: you can redistribute it and/or modify
20654   it under the terms of the GNU General Public License as published by
20655   the Free Software Foundation, either version 3 of the License, or
20656   (at your option) any later version.
20657
20658   GNU Emacs is distributed in the hope that it will be useful,
20659   but WITHOUT ANY WARRANTY; without even the implied warranty of
20660   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20661   GNU General Public License for more details.
20662
20663   You should have received a copy of the GNU General Public License
20664   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20665
20666 ;; Local Variables:
20667 ;; coding: utf-8
20668 ;; fill-column: 79
20669 ;; add-log-time-zone-rule: t
20670 ;; End: